Binutils: Pass --plugin to AR and RANLIB
[deliverable/binutils-gdb.git] / opcodes / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for opcodes 2.36.50.
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='opcodes'
589 PACKAGE_TARNAME='opcodes'
590 PACKAGE_VERSION='2.36.50'
591 PACKAGE_STRING='opcodes 2.36.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="z8k-dis.c"
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='am__EXEEXT_FALSE
633 am__EXEEXT_TRUE
634 LTLIBOBJS
635 LIBOBJS
636 BFD_MACHINES
637 archdefs
638 SHARED_DEPENDENCIES
639 SHARED_LIBADD
640 SHARED_LDFLAGS
641 BUILD_LIB_DEPS
642 BUILD_LIBS
643 LIBM
644 cgendir
645 CGEN_MAINT_FALSE
646 CGEN_MAINT_TRUE
647 HDEFINES
648 EXEEXT_FOR_BUILD
649 CC_FOR_BUILD
650 MSGMERGE
651 MSGFMT
652 MKINSTALLDIRS
653 CATOBJEXT
654 GENCAT
655 INSTOBJEXT
656 DATADIRNAME
657 CATALOGS
658 POSUB
659 GMSGFMT
660 XGETTEXT
661 INCINTL
662 LIBINTL_DEP
663 LIBINTL
664 USE_NLS
665 bfdincludedir
666 bfdlibdir
667 target_noncanonical
668 host_noncanonical
669 INSTALL_LIBBFD_FALSE
670 INSTALL_LIBBFD_TRUE
671 MAINT
672 MAINTAINER_MODE_FALSE
673 MAINTAINER_MODE_TRUE
674 WARN_WRITE_STRINGS
675 NO_WERROR
676 WARN_CFLAGS_FOR_BUILD
677 WARN_CFLAGS
678 OTOOL64
679 OTOOL
680 LIPO
681 NMEDIT
682 DSYMUTIL
683 OBJDUMP
684 LN_S
685 NM
686 ac_ct_DUMPBIN
687 DUMPBIN
688 LD
689 FGREP
690 SED
691 LIBTOOL
692 RANLIB
693 AR
694 EGREP
695 GREP
696 CPP
697 AM_BACKSLASH
698 AM_DEFAULT_VERBOSITY
699 AM_DEFAULT_V
700 AM_V
701 am__fastdepCC_FALSE
702 am__fastdepCC_TRUE
703 CCDEPMODE
704 am__nodep
705 AMDEPBACKSLASH
706 AMDEP_FALSE
707 AMDEP_TRUE
708 am__quote
709 am__include
710 DEPDIR
711 am__untar
712 am__tar
713 AMTAR
714 am__leading_dot
715 SET_MAKE
716 AWK
717 mkdir_p
718 MKDIR_P
719 INSTALL_STRIP_PROGRAM
720 STRIP
721 install_sh
722 MAKEINFO
723 AUTOHEADER
724 AUTOMAKE
725 AUTOCONF
726 ACLOCAL
727 VERSION
728 PACKAGE
729 CYGPATH_W
730 am__isrc
731 INSTALL_DATA
732 INSTALL_SCRIPT
733 INSTALL_PROGRAM
734 OBJEXT
735 EXEEXT
736 ac_ct_CC
737 CPPFLAGS
738 LDFLAGS
739 CFLAGS
740 CC
741 target_os
742 target_vendor
743 target_cpu
744 target
745 host_os
746 host_vendor
747 host_cpu
748 host
749 build_os
750 build_vendor
751 build_cpu
752 build
753 target_alias
754 host_alias
755 build_alias
756 LIBS
757 ECHO_T
758 ECHO_N
759 ECHO_C
760 DEFS
761 mandir
762 localedir
763 libdir
764 psdir
765 pdfdir
766 dvidir
767 htmldir
768 infodir
769 docdir
770 oldincludedir
771 includedir
772 localstatedir
773 sharedstatedir
774 sysconfdir
775 datadir
776 datarootdir
777 libexecdir
778 sbindir
779 bindir
780 program_transform_name
781 prefix
782 exec_prefix
783 PACKAGE_URL
784 PACKAGE_BUGREPORT
785 PACKAGE_STRING
786 PACKAGE_VERSION
787 PACKAGE_TARNAME
788 PACKAGE_NAME
789 PATH_SEPARATOR
790 SHELL'
791 ac_subst_files=''
792 ac_user_opts='
793 enable_option_checking
794 enable_dependency_tracking
795 enable_silent_rules
796 enable_shared
797 enable_static
798 with_pic
799 enable_fast_install
800 with_gnu_ld
801 enable_libtool_lock
802 enable_targets
803 enable_werror
804 enable_build_warnings
805 enable_maintainer_mode
806 enable_install_libbfd
807 enable_nls
808 enable_cgen_maint
809 '
810 ac_precious_vars='build_alias
811 host_alias
812 target_alias
813 CC
814 CFLAGS
815 LDFLAGS
816 LIBS
817 CPPFLAGS
818 CPP'
819
820
821 # Initialize some variables set by options.
822 ac_init_help=
823 ac_init_version=false
824 ac_unrecognized_opts=
825 ac_unrecognized_sep=
826 # The variables have the same names as the options, with
827 # dashes changed to underlines.
828 cache_file=/dev/null
829 exec_prefix=NONE
830 no_create=
831 no_recursion=
832 prefix=NONE
833 program_prefix=NONE
834 program_suffix=NONE
835 program_transform_name=s,x,x,
836 silent=
837 site=
838 srcdir=
839 verbose=
840 x_includes=NONE
841 x_libraries=NONE
842
843 # Installation directory options.
844 # These are left unexpanded so users can "make install exec_prefix=/foo"
845 # and all the variables that are supposed to be based on exec_prefix
846 # by default will actually change.
847 # Use braces instead of parens because sh, perl, etc. also accept them.
848 # (The list follows the same order as the GNU Coding Standards.)
849 bindir='${exec_prefix}/bin'
850 sbindir='${exec_prefix}/sbin'
851 libexecdir='${exec_prefix}/libexec'
852 datarootdir='${prefix}/share'
853 datadir='${datarootdir}'
854 sysconfdir='${prefix}/etc'
855 sharedstatedir='${prefix}/com'
856 localstatedir='${prefix}/var'
857 includedir='${prefix}/include'
858 oldincludedir='/usr/include'
859 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
860 infodir='${datarootdir}/info'
861 htmldir='${docdir}'
862 dvidir='${docdir}'
863 pdfdir='${docdir}'
864 psdir='${docdir}'
865 libdir='${exec_prefix}/lib'
866 localedir='${datarootdir}/locale'
867 mandir='${datarootdir}/man'
868
869 ac_prev=
870 ac_dashdash=
871 for ac_option
872 do
873 # If the previous option needs an argument, assign it.
874 if test -n "$ac_prev"; then
875 eval $ac_prev=\$ac_option
876 ac_prev=
877 continue
878 fi
879
880 case $ac_option in
881 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
882 *=) ac_optarg= ;;
883 *) ac_optarg=yes ;;
884 esac
885
886 # Accept the important Cygnus configure options, so we can diagnose typos.
887
888 case $ac_dashdash$ac_option in
889 --)
890 ac_dashdash=yes ;;
891
892 -bindir | --bindir | --bindi | --bind | --bin | --bi)
893 ac_prev=bindir ;;
894 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
895 bindir=$ac_optarg ;;
896
897 -build | --build | --buil | --bui | --bu)
898 ac_prev=build_alias ;;
899 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
900 build_alias=$ac_optarg ;;
901
902 -cache-file | --cache-file | --cache-fil | --cache-fi \
903 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
904 ac_prev=cache_file ;;
905 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
906 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
907 cache_file=$ac_optarg ;;
908
909 --config-cache | -C)
910 cache_file=config.cache ;;
911
912 -datadir | --datadir | --datadi | --datad)
913 ac_prev=datadir ;;
914 -datadir=* | --datadir=* | --datadi=* | --datad=*)
915 datadir=$ac_optarg ;;
916
917 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
918 | --dataroo | --dataro | --datar)
919 ac_prev=datarootdir ;;
920 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
921 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
922 datarootdir=$ac_optarg ;;
923
924 -disable-* | --disable-*)
925 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
926 # Reject names that are not valid shell variable names.
927 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
928 as_fn_error $? "invalid feature name: $ac_useropt"
929 ac_useropt_orig=$ac_useropt
930 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
931 case $ac_user_opts in
932 *"
933 "enable_$ac_useropt"
934 "*) ;;
935 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
936 ac_unrecognized_sep=', ';;
937 esac
938 eval enable_$ac_useropt=no ;;
939
940 -docdir | --docdir | --docdi | --doc | --do)
941 ac_prev=docdir ;;
942 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
943 docdir=$ac_optarg ;;
944
945 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
946 ac_prev=dvidir ;;
947 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
948 dvidir=$ac_optarg ;;
949
950 -enable-* | --enable-*)
951 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
952 # Reject names that are not valid shell variable names.
953 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
954 as_fn_error $? "invalid feature name: $ac_useropt"
955 ac_useropt_orig=$ac_useropt
956 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
957 case $ac_user_opts in
958 *"
959 "enable_$ac_useropt"
960 "*) ;;
961 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
962 ac_unrecognized_sep=', ';;
963 esac
964 eval enable_$ac_useropt=\$ac_optarg ;;
965
966 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
967 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
968 | --exec | --exe | --ex)
969 ac_prev=exec_prefix ;;
970 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
971 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
972 | --exec=* | --exe=* | --ex=*)
973 exec_prefix=$ac_optarg ;;
974
975 -gas | --gas | --ga | --g)
976 # Obsolete; use --with-gas.
977 with_gas=yes ;;
978
979 -help | --help | --hel | --he | -h)
980 ac_init_help=long ;;
981 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
982 ac_init_help=recursive ;;
983 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
984 ac_init_help=short ;;
985
986 -host | --host | --hos | --ho)
987 ac_prev=host_alias ;;
988 -host=* | --host=* | --hos=* | --ho=*)
989 host_alias=$ac_optarg ;;
990
991 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
992 ac_prev=htmldir ;;
993 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
994 | --ht=*)
995 htmldir=$ac_optarg ;;
996
997 -includedir | --includedir | --includedi | --included | --include \
998 | --includ | --inclu | --incl | --inc)
999 ac_prev=includedir ;;
1000 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1001 | --includ=* | --inclu=* | --incl=* | --inc=*)
1002 includedir=$ac_optarg ;;
1003
1004 -infodir | --infodir | --infodi | --infod | --info | --inf)
1005 ac_prev=infodir ;;
1006 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1007 infodir=$ac_optarg ;;
1008
1009 -libdir | --libdir | --libdi | --libd)
1010 ac_prev=libdir ;;
1011 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1012 libdir=$ac_optarg ;;
1013
1014 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1015 | --libexe | --libex | --libe)
1016 ac_prev=libexecdir ;;
1017 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1018 | --libexe=* | --libex=* | --libe=*)
1019 libexecdir=$ac_optarg ;;
1020
1021 -localedir | --localedir | --localedi | --localed | --locale)
1022 ac_prev=localedir ;;
1023 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1024 localedir=$ac_optarg ;;
1025
1026 -localstatedir | --localstatedir | --localstatedi | --localstated \
1027 | --localstate | --localstat | --localsta | --localst | --locals)
1028 ac_prev=localstatedir ;;
1029 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1030 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1031 localstatedir=$ac_optarg ;;
1032
1033 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1034 ac_prev=mandir ;;
1035 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1036 mandir=$ac_optarg ;;
1037
1038 -nfp | --nfp | --nf)
1039 # Obsolete; use --without-fp.
1040 with_fp=no ;;
1041
1042 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1043 | --no-cr | --no-c | -n)
1044 no_create=yes ;;
1045
1046 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1047 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1048 no_recursion=yes ;;
1049
1050 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1051 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1052 | --oldin | --oldi | --old | --ol | --o)
1053 ac_prev=oldincludedir ;;
1054 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1055 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1056 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1057 oldincludedir=$ac_optarg ;;
1058
1059 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1060 ac_prev=prefix ;;
1061 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1062 prefix=$ac_optarg ;;
1063
1064 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1065 | --program-pre | --program-pr | --program-p)
1066 ac_prev=program_prefix ;;
1067 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1068 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1069 program_prefix=$ac_optarg ;;
1070
1071 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1072 | --program-suf | --program-su | --program-s)
1073 ac_prev=program_suffix ;;
1074 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1075 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1076 program_suffix=$ac_optarg ;;
1077
1078 -program-transform-name | --program-transform-name \
1079 | --program-transform-nam | --program-transform-na \
1080 | --program-transform-n | --program-transform- \
1081 | --program-transform | --program-transfor \
1082 | --program-transfo | --program-transf \
1083 | --program-trans | --program-tran \
1084 | --progr-tra | --program-tr | --program-t)
1085 ac_prev=program_transform_name ;;
1086 -program-transform-name=* | --program-transform-name=* \
1087 | --program-transform-nam=* | --program-transform-na=* \
1088 | --program-transform-n=* | --program-transform-=* \
1089 | --program-transform=* | --program-transfor=* \
1090 | --program-transfo=* | --program-transf=* \
1091 | --program-trans=* | --program-tran=* \
1092 | --progr-tra=* | --program-tr=* | --program-t=*)
1093 program_transform_name=$ac_optarg ;;
1094
1095 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1096 ac_prev=pdfdir ;;
1097 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1098 pdfdir=$ac_optarg ;;
1099
1100 -psdir | --psdir | --psdi | --psd | --ps)
1101 ac_prev=psdir ;;
1102 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1103 psdir=$ac_optarg ;;
1104
1105 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1106 | -silent | --silent | --silen | --sile | --sil)
1107 silent=yes ;;
1108
1109 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1110 ac_prev=sbindir ;;
1111 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1112 | --sbi=* | --sb=*)
1113 sbindir=$ac_optarg ;;
1114
1115 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1116 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1117 | --sharedst | --shareds | --shared | --share | --shar \
1118 | --sha | --sh)
1119 ac_prev=sharedstatedir ;;
1120 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1121 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1122 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1123 | --sha=* | --sh=*)
1124 sharedstatedir=$ac_optarg ;;
1125
1126 -site | --site | --sit)
1127 ac_prev=site ;;
1128 -site=* | --site=* | --sit=*)
1129 site=$ac_optarg ;;
1130
1131 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1132 ac_prev=srcdir ;;
1133 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1134 srcdir=$ac_optarg ;;
1135
1136 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1137 | --syscon | --sysco | --sysc | --sys | --sy)
1138 ac_prev=sysconfdir ;;
1139 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1140 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1141 sysconfdir=$ac_optarg ;;
1142
1143 -target | --target | --targe | --targ | --tar | --ta | --t)
1144 ac_prev=target_alias ;;
1145 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1146 target_alias=$ac_optarg ;;
1147
1148 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1149 verbose=yes ;;
1150
1151 -version | --version | --versio | --versi | --vers | -V)
1152 ac_init_version=: ;;
1153
1154 -with-* | --with-*)
1155 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1156 # Reject names that are not valid shell variable names.
1157 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1158 as_fn_error $? "invalid package name: $ac_useropt"
1159 ac_useropt_orig=$ac_useropt
1160 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1161 case $ac_user_opts in
1162 *"
1163 "with_$ac_useropt"
1164 "*) ;;
1165 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1166 ac_unrecognized_sep=', ';;
1167 esac
1168 eval with_$ac_useropt=\$ac_optarg ;;
1169
1170 -without-* | --without-*)
1171 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1172 # Reject names that are not valid shell variable names.
1173 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1174 as_fn_error $? "invalid package name: $ac_useropt"
1175 ac_useropt_orig=$ac_useropt
1176 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1177 case $ac_user_opts in
1178 *"
1179 "with_$ac_useropt"
1180 "*) ;;
1181 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1182 ac_unrecognized_sep=', ';;
1183 esac
1184 eval with_$ac_useropt=no ;;
1185
1186 --x)
1187 # Obsolete; use --with-x.
1188 with_x=yes ;;
1189
1190 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1191 | --x-incl | --x-inc | --x-in | --x-i)
1192 ac_prev=x_includes ;;
1193 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1194 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1195 x_includes=$ac_optarg ;;
1196
1197 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1198 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1199 ac_prev=x_libraries ;;
1200 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1201 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1202 x_libraries=$ac_optarg ;;
1203
1204 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1205 Try \`$0 --help' for more information"
1206 ;;
1207
1208 *=*)
1209 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1210 # Reject names that are not valid shell variable names.
1211 case $ac_envvar in #(
1212 '' | [0-9]* | *[!_$as_cr_alnum]* )
1213 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1214 esac
1215 eval $ac_envvar=\$ac_optarg
1216 export $ac_envvar ;;
1217
1218 *)
1219 # FIXME: should be removed in autoconf 3.0.
1220 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1221 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1222 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1223 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1224 ;;
1225
1226 esac
1227 done
1228
1229 if test -n "$ac_prev"; then
1230 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1231 as_fn_error $? "missing argument to $ac_option"
1232 fi
1233
1234 if test -n "$ac_unrecognized_opts"; then
1235 case $enable_option_checking in
1236 no) ;;
1237 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1238 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1239 esac
1240 fi
1241
1242 # Check all directory arguments for consistency.
1243 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1244 datadir sysconfdir sharedstatedir localstatedir includedir \
1245 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1246 libdir localedir mandir
1247 do
1248 eval ac_val=\$$ac_var
1249 # Remove trailing slashes.
1250 case $ac_val in
1251 */ )
1252 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1253 eval $ac_var=\$ac_val;;
1254 esac
1255 # Be sure to have absolute directory names.
1256 case $ac_val in
1257 [\\/$]* | ?:[\\/]* ) continue;;
1258 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1259 esac
1260 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1261 done
1262
1263 # There might be people who depend on the old broken behavior: `$host'
1264 # used to hold the argument of --host etc.
1265 # FIXME: To remove some day.
1266 build=$build_alias
1267 host=$host_alias
1268 target=$target_alias
1269
1270 # FIXME: To remove some day.
1271 if test "x$host_alias" != x; then
1272 if test "x$build_alias" = x; then
1273 cross_compiling=maybe
1274 elif test "x$build_alias" != "x$host_alias"; then
1275 cross_compiling=yes
1276 fi
1277 fi
1278
1279 ac_tool_prefix=
1280 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1281
1282 test "$silent" = yes && exec 6>/dev/null
1283
1284
1285 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1286 ac_ls_di=`ls -di .` &&
1287 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1288 as_fn_error $? "working directory cannot be determined"
1289 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1290 as_fn_error $? "pwd does not report name of working directory"
1291
1292
1293 # Find the source files, if location was not specified.
1294 if test -z "$srcdir"; then
1295 ac_srcdir_defaulted=yes
1296 # Try the directory containing this script, then the parent directory.
1297 ac_confdir=`$as_dirname -- "$as_myself" ||
1298 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1299 X"$as_myself" : 'X\(//\)[^/]' \| \
1300 X"$as_myself" : 'X\(//\)$' \| \
1301 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1302 $as_echo X"$as_myself" |
1303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1304 s//\1/
1305 q
1306 }
1307 /^X\(\/\/\)[^/].*/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)$/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\).*/{
1316 s//\1/
1317 q
1318 }
1319 s/.*/./; q'`
1320 srcdir=$ac_confdir
1321 if test ! -r "$srcdir/$ac_unique_file"; then
1322 srcdir=..
1323 fi
1324 else
1325 ac_srcdir_defaulted=no
1326 fi
1327 if test ! -r "$srcdir/$ac_unique_file"; then
1328 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1329 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1330 fi
1331 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1332 ac_abs_confdir=`(
1333 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1334 pwd)`
1335 # When building in place, set srcdir=.
1336 if test "$ac_abs_confdir" = "$ac_pwd"; then
1337 srcdir=.
1338 fi
1339 # Remove unnecessary trailing slashes from srcdir.
1340 # Double slashes in file names in object file debugging info
1341 # mess up M-x gdb in Emacs.
1342 case $srcdir in
1343 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1344 esac
1345 for ac_var in $ac_precious_vars; do
1346 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1347 eval ac_env_${ac_var}_value=\$${ac_var}
1348 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1349 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1350 done
1351
1352 #
1353 # Report the --help message.
1354 #
1355 if test "$ac_init_help" = "long"; then
1356 # Omit some internal or obsolete options to make the list less imposing.
1357 # This message is too long to be a string in the A/UX 3.1 sh.
1358 cat <<_ACEOF
1359 \`configure' configures opcodes 2.36.50 to adapt to many kinds of systems.
1360
1361 Usage: $0 [OPTION]... [VAR=VALUE]...
1362
1363 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1364 VAR=VALUE. See below for descriptions of some of the useful variables.
1365
1366 Defaults for the options are specified in brackets.
1367
1368 Configuration:
1369 -h, --help display this help and exit
1370 --help=short display options specific to this package
1371 --help=recursive display the short help of all the included packages
1372 -V, --version display version information and exit
1373 -q, --quiet, --silent do not print \`checking ...' messages
1374 --cache-file=FILE cache test results in FILE [disabled]
1375 -C, --config-cache alias for \`--cache-file=config.cache'
1376 -n, --no-create do not create output files
1377 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1378
1379 Installation directories:
1380 --prefix=PREFIX install architecture-independent files in PREFIX
1381 [$ac_default_prefix]
1382 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1383 [PREFIX]
1384
1385 By default, \`make install' will install all the files in
1386 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1387 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1388 for instance \`--prefix=\$HOME'.
1389
1390 For better control, use the options below.
1391
1392 Fine tuning of the installation directories:
1393 --bindir=DIR user executables [EPREFIX/bin]
1394 --sbindir=DIR system admin executables [EPREFIX/sbin]
1395 --libexecdir=DIR program executables [EPREFIX/libexec]
1396 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1397 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1398 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1399 --libdir=DIR object code libraries [EPREFIX/lib]
1400 --includedir=DIR C header files [PREFIX/include]
1401 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1402 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1403 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1404 --infodir=DIR info documentation [DATAROOTDIR/info]
1405 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1406 --mandir=DIR man documentation [DATAROOTDIR/man]
1407 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1408 --htmldir=DIR html documentation [DOCDIR]
1409 --dvidir=DIR dvi documentation [DOCDIR]
1410 --pdfdir=DIR pdf documentation [DOCDIR]
1411 --psdir=DIR ps documentation [DOCDIR]
1412 _ACEOF
1413
1414 cat <<\_ACEOF
1415
1416 Program names:
1417 --program-prefix=PREFIX prepend PREFIX to installed program names
1418 --program-suffix=SUFFIX append SUFFIX to installed program names
1419 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1420
1421 System types:
1422 --build=BUILD configure for building on BUILD [guessed]
1423 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1424 --target=TARGET configure for building compilers for TARGET [HOST]
1425 _ACEOF
1426 fi
1427
1428 if test -n "$ac_init_help"; then
1429 case $ac_init_help in
1430 short | recursive ) echo "Configuration of opcodes 2.36.50:";;
1431 esac
1432 cat <<\_ACEOF
1433
1434 Optional Features:
1435 --disable-option-checking ignore unrecognized --enable/--with options
1436 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1437 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1438 --enable-dependency-tracking
1439 do not reject slow dependency extractors
1440 --disable-dependency-tracking
1441 speeds up one-time build
1442 --enable-silent-rules less verbose build output (undo: "make V=1")
1443 --disable-silent-rules verbose build output (undo: "make V=0")
1444 --enable-shared[=PKGS] build shared libraries [default=no]
1445 --enable-static[=PKGS] build static libraries [default=yes]
1446 --enable-fast-install[=PKGS]
1447 optimize for fast installation [default=yes]
1448 --disable-libtool-lock avoid locking (might break parallel builds)
1449 --enable-targets alternative target configurations
1450 --enable-werror treat compile warnings as errors
1451 --enable-build-warnings enable build-time compiler warnings
1452 --enable-maintainer-mode
1453 enable make rules and dependencies not useful (and
1454 sometimes confusing) to the casual installer
1455 --enable-install-libbfd controls installation of libbfd and related headers
1456 --disable-nls do not use Native Language Support
1457 --enable-cgen-maint=dir build cgen generated files
1458
1459 Optional Packages:
1460 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1461 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1462 --with-pic try to use only PIC/non-PIC objects [default=use
1463 both]
1464 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1465
1466 Some influential environment variables:
1467 CC C compiler command
1468 CFLAGS C compiler flags
1469 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1470 nonstandard directory <lib dir>
1471 LIBS libraries to pass to the linker, e.g. -l<library>
1472 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1473 you have headers in a nonstandard directory <include dir>
1474 CPP C preprocessor
1475
1476 Use these variables to override the choices made by `configure' or to help
1477 it to find libraries and programs with nonstandard names/locations.
1478
1479 Report bugs to the package provider.
1480 _ACEOF
1481 ac_status=$?
1482 fi
1483
1484 if test "$ac_init_help" = "recursive"; then
1485 # If there are subdirs, report their specific --help.
1486 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1487 test -d "$ac_dir" ||
1488 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1489 continue
1490 ac_builddir=.
1491
1492 case "$ac_dir" in
1493 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1494 *)
1495 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1496 # A ".." for each directory in $ac_dir_suffix.
1497 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1498 case $ac_top_builddir_sub in
1499 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1501 esac ;;
1502 esac
1503 ac_abs_top_builddir=$ac_pwd
1504 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1505 # for backward compatibility:
1506 ac_top_builddir=$ac_top_build_prefix
1507
1508 case $srcdir in
1509 .) # We are building in place.
1510 ac_srcdir=.
1511 ac_top_srcdir=$ac_top_builddir_sub
1512 ac_abs_top_srcdir=$ac_pwd ;;
1513 [\\/]* | ?:[\\/]* ) # Absolute name.
1514 ac_srcdir=$srcdir$ac_dir_suffix;
1515 ac_top_srcdir=$srcdir
1516 ac_abs_top_srcdir=$srcdir ;;
1517 *) # Relative name.
1518 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1519 ac_top_srcdir=$ac_top_build_prefix$srcdir
1520 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1521 esac
1522 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1523
1524 cd "$ac_dir" || { ac_status=$?; continue; }
1525 # Check for guested configure.
1526 if test -f "$ac_srcdir/configure.gnu"; then
1527 echo &&
1528 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1529 elif test -f "$ac_srcdir/configure"; then
1530 echo &&
1531 $SHELL "$ac_srcdir/configure" --help=recursive
1532 else
1533 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1534 fi || ac_status=$?
1535 cd "$ac_pwd" || { ac_status=$?; break; }
1536 done
1537 fi
1538
1539 test -n "$ac_init_help" && exit $ac_status
1540 if $ac_init_version; then
1541 cat <<\_ACEOF
1542 opcodes configure 2.36.50
1543 generated by GNU Autoconf 2.69
1544
1545 Copyright (C) 2012 Free Software Foundation, Inc.
1546 This configure script is free software; the Free Software Foundation
1547 gives unlimited permission to copy, distribute and modify it.
1548 _ACEOF
1549 exit
1550 fi
1551
1552 ## ------------------------ ##
1553 ## Autoconf initialization. ##
1554 ## ------------------------ ##
1555
1556 # ac_fn_c_try_compile LINENO
1557 # --------------------------
1558 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1559 ac_fn_c_try_compile ()
1560 {
1561 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1562 rm -f conftest.$ac_objext
1563 if { { ac_try="$ac_compile"
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_compile") 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; } && {
1579 test -z "$ac_c_werror_flag" ||
1580 test ! -s conftest.err
1581 } && test -s conftest.$ac_objext; 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_compile
1593
1594 # ac_fn_c_try_link LINENO
1595 # -----------------------
1596 # Try to link conftest.$ac_ext, and return whether this succeeded.
1597 ac_fn_c_try_link ()
1598 {
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 rm -f conftest.$ac_objext conftest$ac_exeext
1601 if { { ac_try="$ac_link"
1602 case "(($ac_try" in
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1605 esac
1606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_link") 2>conftest.err
1609 ac_status=$?
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1614 fi
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest$ac_exeext && {
1620 test "$cross_compiling" = yes ||
1621 test -x conftest$ac_exeext
1622 }; then :
1623 ac_retval=0
1624 else
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1627
1628 ac_retval=1
1629 fi
1630 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1631 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1632 # interfere with the next link command; also delete a directory that is
1633 # left behind by Apple's compiler. We do this before executing the actions.
1634 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1635 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1636 as_fn_set_status $ac_retval
1637
1638 } # ac_fn_c_try_link
1639
1640 # ac_fn_c_try_cpp LINENO
1641 # ----------------------
1642 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1643 ac_fn_c_try_cpp ()
1644 {
1645 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1646 if { { ac_try="$ac_cpp conftest.$ac_ext"
1647 case "(($ac_try" in
1648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1649 *) ac_try_echo=$ac_try;;
1650 esac
1651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1652 $as_echo "$ac_try_echo"; } >&5
1653 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1654 ac_status=$?
1655 if test -s conftest.err; then
1656 grep -v '^ *+' conftest.err >conftest.er1
1657 cat conftest.er1 >&5
1658 mv -f conftest.er1 conftest.err
1659 fi
1660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1661 test $ac_status = 0; } > conftest.i && {
1662 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1663 test ! -s conftest.err
1664 }; then :
1665 ac_retval=0
1666 else
1667 $as_echo "$as_me: failed program was:" >&5
1668 sed 's/^/| /' conftest.$ac_ext >&5
1669
1670 ac_retval=1
1671 fi
1672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 as_fn_set_status $ac_retval
1674
1675 } # ac_fn_c_try_cpp
1676
1677 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1678 # -------------------------------------------------------
1679 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1680 # the include files in INCLUDES and setting the cache variable VAR
1681 # accordingly.
1682 ac_fn_c_check_header_mongrel ()
1683 {
1684 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1685 if eval \${$3+:} false; then :
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1687 $as_echo_n "checking for $2... " >&6; }
1688 if eval \${$3+:} false; then :
1689 $as_echo_n "(cached) " >&6
1690 fi
1691 eval ac_res=\$$3
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1693 $as_echo "$ac_res" >&6; }
1694 else
1695 # Is the header compilable?
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1697 $as_echo_n "checking $2 usability... " >&6; }
1698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1699 /* end confdefs.h. */
1700 $4
1701 #include <$2>
1702 _ACEOF
1703 if ac_fn_c_try_compile "$LINENO"; then :
1704 ac_header_compiler=yes
1705 else
1706 ac_header_compiler=no
1707 fi
1708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1710 $as_echo "$ac_header_compiler" >&6; }
1711
1712 # Is the header present?
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1714 $as_echo_n "checking $2 presence... " >&6; }
1715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1716 /* end confdefs.h. */
1717 #include <$2>
1718 _ACEOF
1719 if ac_fn_c_try_cpp "$LINENO"; then :
1720 ac_header_preproc=yes
1721 else
1722 ac_header_preproc=no
1723 fi
1724 rm -f conftest.err conftest.i conftest.$ac_ext
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1726 $as_echo "$ac_header_preproc" >&6; }
1727
1728 # So? What about this header?
1729 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1730 yes:no: )
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1732 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735 ;;
1736 no:yes:* )
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1738 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1740 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1742 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1744 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1746 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1747 ;;
1748 esac
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1750 $as_echo_n "checking for $2... " >&6; }
1751 if eval \${$3+:} false; then :
1752 $as_echo_n "(cached) " >&6
1753 else
1754 eval "$3=\$ac_header_compiler"
1755 fi
1756 eval ac_res=\$$3
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1758 $as_echo "$ac_res" >&6; }
1759 fi
1760 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1761
1762 } # ac_fn_c_check_header_mongrel
1763
1764 # ac_fn_c_try_run LINENO
1765 # ----------------------
1766 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1767 # that executables *can* be run.
1768 ac_fn_c_try_run ()
1769 {
1770 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1771 if { { ac_try="$ac_link"
1772 case "(($ac_try" in
1773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1774 *) ac_try_echo=$ac_try;;
1775 esac
1776 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1777 $as_echo "$ac_try_echo"; } >&5
1778 (eval "$ac_link") 2>&5
1779 ac_status=$?
1780 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1781 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1782 { { case "(($ac_try" in
1783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1784 *) ac_try_echo=$ac_try;;
1785 esac
1786 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1787 $as_echo "$ac_try_echo"; } >&5
1788 (eval "$ac_try") 2>&5
1789 ac_status=$?
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; }; }; then :
1792 ac_retval=0
1793 else
1794 $as_echo "$as_me: program exited with status $ac_status" >&5
1795 $as_echo "$as_me: failed program was:" >&5
1796 sed 's/^/| /' conftest.$ac_ext >&5
1797
1798 ac_retval=$ac_status
1799 fi
1800 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1801 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1802 as_fn_set_status $ac_retval
1803
1804 } # ac_fn_c_try_run
1805
1806 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1807 # -------------------------------------------------------
1808 # Tests whether HEADER exists and can be compiled using the include files in
1809 # INCLUDES, setting the cache variable VAR accordingly.
1810 ac_fn_c_check_header_compile ()
1811 {
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1814 $as_echo_n "checking for $2... " >&6; }
1815 if eval \${$3+:} false; then :
1816 $as_echo_n "(cached) " >&6
1817 else
1818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1819 /* end confdefs.h. */
1820 $4
1821 #include <$2>
1822 _ACEOF
1823 if ac_fn_c_try_compile "$LINENO"; then :
1824 eval "$3=yes"
1825 else
1826 eval "$3=no"
1827 fi
1828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1829 fi
1830 eval ac_res=\$$3
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1832 $as_echo "$ac_res" >&6; }
1833 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1834
1835 } # ac_fn_c_check_header_compile
1836
1837 # ac_fn_c_check_func LINENO FUNC VAR
1838 # ----------------------------------
1839 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1840 ac_fn_c_check_func ()
1841 {
1842 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1844 $as_echo_n "checking for $2... " >&6; }
1845 if eval \${$3+:} false; then :
1846 $as_echo_n "(cached) " >&6
1847 else
1848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1849 /* end confdefs.h. */
1850 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1851 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1852 #define $2 innocuous_$2
1853
1854 /* System header to define __stub macros and hopefully few prototypes,
1855 which can conflict with char $2 (); below.
1856 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1857 <limits.h> exists even on freestanding compilers. */
1858
1859 #ifdef __STDC__
1860 # include <limits.h>
1861 #else
1862 # include <assert.h>
1863 #endif
1864
1865 #undef $2
1866
1867 /* Override any GCC internal prototype to avoid an error.
1868 Use char because int might match the return type of a GCC
1869 builtin and then its argument prototype would still apply. */
1870 #ifdef __cplusplus
1871 extern "C"
1872 #endif
1873 char $2 ();
1874 /* The GNU C library defines this for functions which it implements
1875 to always fail with ENOSYS. Some functions are actually named
1876 something starting with __ and the normal name is an alias. */
1877 #if defined __stub_$2 || defined __stub___$2
1878 choke me
1879 #endif
1880
1881 int
1882 main ()
1883 {
1884 return $2 ();
1885 ;
1886 return 0;
1887 }
1888 _ACEOF
1889 if ac_fn_c_try_link "$LINENO"; then :
1890 eval "$3=yes"
1891 else
1892 eval "$3=no"
1893 fi
1894 rm -f core conftest.err conftest.$ac_objext \
1895 conftest$ac_exeext conftest.$ac_ext
1896 fi
1897 eval ac_res=\$$3
1898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1899 $as_echo "$ac_res" >&6; }
1900 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1901
1902 } # ac_fn_c_check_func
1903
1904 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1905 # ---------------------------------------------
1906 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1907 # accordingly.
1908 ac_fn_c_check_decl ()
1909 {
1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911 as_decl_name=`echo $2|sed 's/ *(.*//'`
1912 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1914 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1915 if eval \${$3+:} false; then :
1916 $as_echo_n "(cached) " >&6
1917 else
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h. */
1920 $4
1921 int
1922 main ()
1923 {
1924 #ifndef $as_decl_name
1925 #ifdef __cplusplus
1926 (void) $as_decl_use;
1927 #else
1928 (void) $as_decl_name;
1929 #endif
1930 #endif
1931
1932 ;
1933 return 0;
1934 }
1935 _ACEOF
1936 if ac_fn_c_try_compile "$LINENO"; then :
1937 eval "$3=yes"
1938 else
1939 eval "$3=no"
1940 fi
1941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942 fi
1943 eval ac_res=\$$3
1944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1945 $as_echo "$ac_res" >&6; }
1946 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1947
1948 } # ac_fn_c_check_decl
1949 cat >config.log <<_ACEOF
1950 This file contains any messages produced by compilers while
1951 running configure, to aid debugging if configure makes a mistake.
1952
1953 It was created by opcodes $as_me 2.36.50, which was
1954 generated by GNU Autoconf 2.69. Invocation command line was
1955
1956 $ $0 $@
1957
1958 _ACEOF
1959 exec 5>>config.log
1960 {
1961 cat <<_ASUNAME
1962 ## --------- ##
1963 ## Platform. ##
1964 ## --------- ##
1965
1966 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1967 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1968 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1969 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1970 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1971
1972 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1973 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1974
1975 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1976 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1977 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1978 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1979 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1980 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1981 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1982
1983 _ASUNAME
1984
1985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1986 for as_dir in $PATH
1987 do
1988 IFS=$as_save_IFS
1989 test -z "$as_dir" && as_dir=.
1990 $as_echo "PATH: $as_dir"
1991 done
1992 IFS=$as_save_IFS
1993
1994 } >&5
1995
1996 cat >&5 <<_ACEOF
1997
1998
1999 ## ----------- ##
2000 ## Core tests. ##
2001 ## ----------- ##
2002
2003 _ACEOF
2004
2005
2006 # Keep a trace of the command line.
2007 # Strip out --no-create and --no-recursion so they do not pile up.
2008 # Strip out --silent because we don't want to record it for future runs.
2009 # Also quote any args containing shell meta-characters.
2010 # Make two passes to allow for proper duplicate-argument suppression.
2011 ac_configure_args=
2012 ac_configure_args0=
2013 ac_configure_args1=
2014 ac_must_keep_next=false
2015 for ac_pass in 1 2
2016 do
2017 for ac_arg
2018 do
2019 case $ac_arg in
2020 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2021 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2022 | -silent | --silent | --silen | --sile | --sil)
2023 continue ;;
2024 *\'*)
2025 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2026 esac
2027 case $ac_pass in
2028 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2029 2)
2030 as_fn_append ac_configure_args1 " '$ac_arg'"
2031 if test $ac_must_keep_next = true; then
2032 ac_must_keep_next=false # Got value, back to normal.
2033 else
2034 case $ac_arg in
2035 *=* | --config-cache | -C | -disable-* | --disable-* \
2036 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2037 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2038 | -with-* | --with-* | -without-* | --without-* | --x)
2039 case "$ac_configure_args0 " in
2040 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2041 esac
2042 ;;
2043 -* ) ac_must_keep_next=true ;;
2044 esac
2045 fi
2046 as_fn_append ac_configure_args " '$ac_arg'"
2047 ;;
2048 esac
2049 done
2050 done
2051 { ac_configure_args0=; unset ac_configure_args0;}
2052 { ac_configure_args1=; unset ac_configure_args1;}
2053
2054 # When interrupted or exit'd, cleanup temporary files, and complete
2055 # config.log. We remove comments because anyway the quotes in there
2056 # would cause problems or look ugly.
2057 # WARNING: Use '\'' to represent an apostrophe within the trap.
2058 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2059 trap 'exit_status=$?
2060 # Save into config.log some information that might help in debugging.
2061 {
2062 echo
2063
2064 $as_echo "## ---------------- ##
2065 ## Cache variables. ##
2066 ## ---------------- ##"
2067 echo
2068 # The following way of writing the cache mishandles newlines in values,
2069 (
2070 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2071 eval ac_val=\$$ac_var
2072 case $ac_val in #(
2073 *${as_nl}*)
2074 case $ac_var in #(
2075 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2076 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2077 esac
2078 case $ac_var in #(
2079 _ | IFS | as_nl) ;; #(
2080 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2081 *) { eval $ac_var=; unset $ac_var;} ;;
2082 esac ;;
2083 esac
2084 done
2085 (set) 2>&1 |
2086 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2087 *${as_nl}ac_space=\ *)
2088 sed -n \
2089 "s/'\''/'\''\\\\'\'''\''/g;
2090 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2091 ;; #(
2092 *)
2093 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2094 ;;
2095 esac |
2096 sort
2097 )
2098 echo
2099
2100 $as_echo "## ----------------- ##
2101 ## Output variables. ##
2102 ## ----------------- ##"
2103 echo
2104 for ac_var in $ac_subst_vars
2105 do
2106 eval ac_val=\$$ac_var
2107 case $ac_val in
2108 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2109 esac
2110 $as_echo "$ac_var='\''$ac_val'\''"
2111 done | sort
2112 echo
2113
2114 if test -n "$ac_subst_files"; then
2115 $as_echo "## ------------------- ##
2116 ## File substitutions. ##
2117 ## ------------------- ##"
2118 echo
2119 for ac_var in $ac_subst_files
2120 do
2121 eval ac_val=\$$ac_var
2122 case $ac_val in
2123 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2124 esac
2125 $as_echo "$ac_var='\''$ac_val'\''"
2126 done | sort
2127 echo
2128 fi
2129
2130 if test -s confdefs.h; then
2131 $as_echo "## ----------- ##
2132 ## confdefs.h. ##
2133 ## ----------- ##"
2134 echo
2135 cat confdefs.h
2136 echo
2137 fi
2138 test "$ac_signal" != 0 &&
2139 $as_echo "$as_me: caught signal $ac_signal"
2140 $as_echo "$as_me: exit $exit_status"
2141 } >&5
2142 rm -f core *.core core.conftest.* &&
2143 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2144 exit $exit_status
2145 ' 0
2146 for ac_signal in 1 2 13 15; do
2147 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2148 done
2149 ac_signal=0
2150
2151 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2152 rm -f -r conftest* confdefs.h
2153
2154 $as_echo "/* confdefs.h */" > confdefs.h
2155
2156 # Predefined preprocessor variables.
2157
2158 cat >>confdefs.h <<_ACEOF
2159 #define PACKAGE_NAME "$PACKAGE_NAME"
2160 _ACEOF
2161
2162 cat >>confdefs.h <<_ACEOF
2163 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2164 _ACEOF
2165
2166 cat >>confdefs.h <<_ACEOF
2167 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2168 _ACEOF
2169
2170 cat >>confdefs.h <<_ACEOF
2171 #define PACKAGE_STRING "$PACKAGE_STRING"
2172 _ACEOF
2173
2174 cat >>confdefs.h <<_ACEOF
2175 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2176 _ACEOF
2177
2178 cat >>confdefs.h <<_ACEOF
2179 #define PACKAGE_URL "$PACKAGE_URL"
2180 _ACEOF
2181
2182
2183 # Let the site file select an alternate cache file if it wants to.
2184 # Prefer an explicitly selected file to automatically selected ones.
2185 ac_site_file1=NONE
2186 ac_site_file2=NONE
2187 if test -n "$CONFIG_SITE"; then
2188 # We do not want a PATH search for config.site.
2189 case $CONFIG_SITE in #((
2190 -*) ac_site_file1=./$CONFIG_SITE;;
2191 */*) ac_site_file1=$CONFIG_SITE;;
2192 *) ac_site_file1=./$CONFIG_SITE;;
2193 esac
2194 elif test "x$prefix" != xNONE; then
2195 ac_site_file1=$prefix/share/config.site
2196 ac_site_file2=$prefix/etc/config.site
2197 else
2198 ac_site_file1=$ac_default_prefix/share/config.site
2199 ac_site_file2=$ac_default_prefix/etc/config.site
2200 fi
2201 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2202 do
2203 test "x$ac_site_file" = xNONE && continue
2204 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2206 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2207 sed 's/^/| /' "$ac_site_file" >&5
2208 . "$ac_site_file" \
2209 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2210 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2211 as_fn_error $? "failed to load site script $ac_site_file
2212 See \`config.log' for more details" "$LINENO" 5; }
2213 fi
2214 done
2215
2216 if test -r "$cache_file"; then
2217 # Some versions of bash will fail to source /dev/null (special files
2218 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2219 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2221 $as_echo "$as_me: loading cache $cache_file" >&6;}
2222 case $cache_file in
2223 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2224 *) . "./$cache_file";;
2225 esac
2226 fi
2227 else
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2229 $as_echo "$as_me: creating cache $cache_file" >&6;}
2230 >$cache_file
2231 fi
2232
2233 # Check that the precious variables saved in the cache have kept the same
2234 # value.
2235 ac_cache_corrupted=false
2236 for ac_var in $ac_precious_vars; do
2237 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2238 eval ac_new_set=\$ac_env_${ac_var}_set
2239 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2240 eval ac_new_val=\$ac_env_${ac_var}_value
2241 case $ac_old_set,$ac_new_set in
2242 set,)
2243 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2244 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2245 ac_cache_corrupted=: ;;
2246 ,set)
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2248 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2249 ac_cache_corrupted=: ;;
2250 ,);;
2251 *)
2252 if test "x$ac_old_val" != "x$ac_new_val"; then
2253 # differences in whitespace do not lead to failure.
2254 ac_old_val_w=`echo x $ac_old_val`
2255 ac_new_val_w=`echo x $ac_new_val`
2256 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2258 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2259 ac_cache_corrupted=:
2260 else
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2262 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2263 eval $ac_var=\$ac_old_val
2264 fi
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2266 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2268 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2269 fi;;
2270 esac
2271 # Pass precious variables to config.status.
2272 if test "$ac_new_set" = set; then
2273 case $ac_new_val in
2274 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2275 *) ac_arg=$ac_var=$ac_new_val ;;
2276 esac
2277 case " $ac_configure_args " in
2278 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2279 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2280 esac
2281 fi
2282 done
2283 if $ac_cache_corrupted; then
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2285 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2287 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2288 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2289 fi
2290 ## -------------------- ##
2291 ## Main body of script. ##
2292 ## -------------------- ##
2293
2294 ac_ext=c
2295 ac_cpp='$CPP $CPPFLAGS'
2296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2299
2300
2301
2302
2303
2304
2305
2306 ac_aux_dir=
2307 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2308 if test -f "$ac_dir/install-sh"; then
2309 ac_aux_dir=$ac_dir
2310 ac_install_sh="$ac_aux_dir/install-sh -c"
2311 break
2312 elif test -f "$ac_dir/install.sh"; then
2313 ac_aux_dir=$ac_dir
2314 ac_install_sh="$ac_aux_dir/install.sh -c"
2315 break
2316 elif test -f "$ac_dir/shtool"; then
2317 ac_aux_dir=$ac_dir
2318 ac_install_sh="$ac_aux_dir/shtool install -c"
2319 break
2320 fi
2321 done
2322 if test -z "$ac_aux_dir"; then
2323 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2324 fi
2325
2326 # These three variables are undocumented and unsupported,
2327 # and are intended to be withdrawn in a future Autoconf release.
2328 # They can cause serious problems if a builder's source tree is in a directory
2329 # whose full name contains unusual characters.
2330 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2331 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2332 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2333
2334
2335 # Make sure we can run config.sub.
2336 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2337 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2338
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2340 $as_echo_n "checking build system type... " >&6; }
2341 if ${ac_cv_build+:} false; then :
2342 $as_echo_n "(cached) " >&6
2343 else
2344 ac_build_alias=$build_alias
2345 test "x$ac_build_alias" = x &&
2346 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2347 test "x$ac_build_alias" = x &&
2348 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2349 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2350 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2351
2352 fi
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2354 $as_echo "$ac_cv_build" >&6; }
2355 case $ac_cv_build in
2356 *-*-*) ;;
2357 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2358 esac
2359 build=$ac_cv_build
2360 ac_save_IFS=$IFS; IFS='-'
2361 set x $ac_cv_build
2362 shift
2363 build_cpu=$1
2364 build_vendor=$2
2365 shift; shift
2366 # Remember, the first character of IFS is used to create $*,
2367 # except with old shells:
2368 build_os=$*
2369 IFS=$ac_save_IFS
2370 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2371
2372
2373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2374 $as_echo_n "checking host system type... " >&6; }
2375 if ${ac_cv_host+:} false; then :
2376 $as_echo_n "(cached) " >&6
2377 else
2378 if test "x$host_alias" = x; then
2379 ac_cv_host=$ac_cv_build
2380 else
2381 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2382 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2383 fi
2384
2385 fi
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2387 $as_echo "$ac_cv_host" >&6; }
2388 case $ac_cv_host in
2389 *-*-*) ;;
2390 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2391 esac
2392 host=$ac_cv_host
2393 ac_save_IFS=$IFS; IFS='-'
2394 set x $ac_cv_host
2395 shift
2396 host_cpu=$1
2397 host_vendor=$2
2398 shift; shift
2399 # Remember, the first character of IFS is used to create $*,
2400 # except with old shells:
2401 host_os=$*
2402 IFS=$ac_save_IFS
2403 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2404
2405
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2407 $as_echo_n "checking target system type... " >&6; }
2408 if ${ac_cv_target+:} false; then :
2409 $as_echo_n "(cached) " >&6
2410 else
2411 if test "x$target_alias" = x; then
2412 ac_cv_target=$ac_cv_host
2413 else
2414 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2415 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2416 fi
2417
2418 fi
2419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2420 $as_echo "$ac_cv_target" >&6; }
2421 case $ac_cv_target in
2422 *-*-*) ;;
2423 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2424 esac
2425 target=$ac_cv_target
2426 ac_save_IFS=$IFS; IFS='-'
2427 set x $ac_cv_target
2428 shift
2429 target_cpu=$1
2430 target_vendor=$2
2431 shift; shift
2432 # Remember, the first character of IFS is used to create $*,
2433 # except with old shells:
2434 target_os=$*
2435 IFS=$ac_save_IFS
2436 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2437
2438
2439 # The aliases save the names the user supplied, while $host etc.
2440 # will get canonicalized.
2441 test -n "$target_alias" &&
2442 test "$program_prefix$program_suffix$program_transform_name" = \
2443 NONENONEs,x,x, &&
2444 program_prefix=${target_alias}-
2445 # Expand $ac_aux_dir to an absolute path.
2446 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2447
2448 ac_ext=c
2449 ac_cpp='$CPP $CPPFLAGS'
2450 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2451 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2452 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2453 if test -n "$ac_tool_prefix"; then
2454 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2455 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2457 $as_echo_n "checking for $ac_word... " >&6; }
2458 if ${ac_cv_prog_CC+:} false; then :
2459 $as_echo_n "(cached) " >&6
2460 else
2461 if test -n "$CC"; then
2462 ac_cv_prog_CC="$CC" # Let the user override the test.
2463 else
2464 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2465 for as_dir in $PATH
2466 do
2467 IFS=$as_save_IFS
2468 test -z "$as_dir" && as_dir=.
2469 for ac_exec_ext in '' $ac_executable_extensions; do
2470 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2471 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2473 break 2
2474 fi
2475 done
2476 done
2477 IFS=$as_save_IFS
2478
2479 fi
2480 fi
2481 CC=$ac_cv_prog_CC
2482 if test -n "$CC"; then
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2484 $as_echo "$CC" >&6; }
2485 else
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2487 $as_echo "no" >&6; }
2488 fi
2489
2490
2491 fi
2492 if test -z "$ac_cv_prog_CC"; then
2493 ac_ct_CC=$CC
2494 # Extract the first word of "gcc", so it can be a program name with args.
2495 set dummy gcc; ac_word=$2
2496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2497 $as_echo_n "checking for $ac_word... " >&6; }
2498 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2499 $as_echo_n "(cached) " >&6
2500 else
2501 if test -n "$ac_ct_CC"; then
2502 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2503 else
2504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2505 for as_dir in $PATH
2506 do
2507 IFS=$as_save_IFS
2508 test -z "$as_dir" && as_dir=.
2509 for ac_exec_ext in '' $ac_executable_extensions; do
2510 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2511 ac_cv_prog_ac_ct_CC="gcc"
2512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 break 2
2514 fi
2515 done
2516 done
2517 IFS=$as_save_IFS
2518
2519 fi
2520 fi
2521 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2522 if test -n "$ac_ct_CC"; then
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2524 $as_echo "$ac_ct_CC" >&6; }
2525 else
2526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2527 $as_echo "no" >&6; }
2528 fi
2529
2530 if test "x$ac_ct_CC" = x; then
2531 CC=""
2532 else
2533 case $cross_compiling:$ac_tool_warned in
2534 yes:)
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2536 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2537 ac_tool_warned=yes ;;
2538 esac
2539 CC=$ac_ct_CC
2540 fi
2541 else
2542 CC="$ac_cv_prog_CC"
2543 fi
2544
2545 if test -z "$CC"; then
2546 if test -n "$ac_tool_prefix"; then
2547 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2548 set dummy ${ac_tool_prefix}cc; ac_word=$2
2549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2550 $as_echo_n "checking for $ac_word... " >&6; }
2551 if ${ac_cv_prog_CC+:} false; then :
2552 $as_echo_n "(cached) " >&6
2553 else
2554 if test -n "$CC"; then
2555 ac_cv_prog_CC="$CC" # Let the user override the test.
2556 else
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2559 do
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
2563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2564 ac_cv_prog_CC="${ac_tool_prefix}cc"
2565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2566 break 2
2567 fi
2568 done
2569 done
2570 IFS=$as_save_IFS
2571
2572 fi
2573 fi
2574 CC=$ac_cv_prog_CC
2575 if test -n "$CC"; then
2576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2577 $as_echo "$CC" >&6; }
2578 else
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2580 $as_echo "no" >&6; }
2581 fi
2582
2583
2584 fi
2585 fi
2586 if test -z "$CC"; then
2587 # Extract the first word of "cc", so it can be a program name with args.
2588 set dummy cc; ac_word=$2
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2590 $as_echo_n "checking for $ac_word... " >&6; }
2591 if ${ac_cv_prog_CC+:} false; then :
2592 $as_echo_n "(cached) " >&6
2593 else
2594 if test -n "$CC"; then
2595 ac_cv_prog_CC="$CC" # Let the user override the test.
2596 else
2597 ac_prog_rejected=no
2598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2599 for as_dir in $PATH
2600 do
2601 IFS=$as_save_IFS
2602 test -z "$as_dir" && as_dir=.
2603 for ac_exec_ext in '' $ac_executable_extensions; do
2604 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2605 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2606 ac_prog_rejected=yes
2607 continue
2608 fi
2609 ac_cv_prog_CC="cc"
2610 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2611 break 2
2612 fi
2613 done
2614 done
2615 IFS=$as_save_IFS
2616
2617 if test $ac_prog_rejected = yes; then
2618 # We found a bogon in the path, so make sure we never use it.
2619 set dummy $ac_cv_prog_CC
2620 shift
2621 if test $# != 0; then
2622 # We chose a different compiler from the bogus one.
2623 # However, it has the same basename, so the bogon will be chosen
2624 # first if we set CC to just the basename; use the full file name.
2625 shift
2626 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2627 fi
2628 fi
2629 fi
2630 fi
2631 CC=$ac_cv_prog_CC
2632 if test -n "$CC"; then
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2634 $as_echo "$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 fi
2642 if test -z "$CC"; then
2643 if test -n "$ac_tool_prefix"; then
2644 for ac_prog in cl.exe
2645 do
2646 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2647 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2649 $as_echo_n "checking for $ac_word... " >&6; }
2650 if ${ac_cv_prog_CC+:} false; then :
2651 $as_echo_n "(cached) " >&6
2652 else
2653 if test -n "$CC"; then
2654 ac_cv_prog_CC="$CC" # Let the user override the test.
2655 else
2656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2657 for as_dir in $PATH
2658 do
2659 IFS=$as_save_IFS
2660 test -z "$as_dir" && as_dir=.
2661 for ac_exec_ext in '' $ac_executable_extensions; do
2662 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2663 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2665 break 2
2666 fi
2667 done
2668 done
2669 IFS=$as_save_IFS
2670
2671 fi
2672 fi
2673 CC=$ac_cv_prog_CC
2674 if test -n "$CC"; then
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2676 $as_echo "$CC" >&6; }
2677 else
2678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2679 $as_echo "no" >&6; }
2680 fi
2681
2682
2683 test -n "$CC" && break
2684 done
2685 fi
2686 if test -z "$CC"; then
2687 ac_ct_CC=$CC
2688 for ac_prog in cl.exe
2689 do
2690 # Extract the first word of "$ac_prog", so it can be a program name with args.
2691 set dummy $ac_prog; ac_word=$2
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2693 $as_echo_n "checking for $ac_word... " >&6; }
2694 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2695 $as_echo_n "(cached) " >&6
2696 else
2697 if test -n "$ac_ct_CC"; then
2698 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2699 else
2700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2701 for as_dir in $PATH
2702 do
2703 IFS=$as_save_IFS
2704 test -z "$as_dir" && as_dir=.
2705 for ac_exec_ext in '' $ac_executable_extensions; do
2706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2707 ac_cv_prog_ac_ct_CC="$ac_prog"
2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2709 break 2
2710 fi
2711 done
2712 done
2713 IFS=$as_save_IFS
2714
2715 fi
2716 fi
2717 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2718 if test -n "$ac_ct_CC"; then
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2720 $as_echo "$ac_ct_CC" >&6; }
2721 else
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2723 $as_echo "no" >&6; }
2724 fi
2725
2726
2727 test -n "$ac_ct_CC" && break
2728 done
2729
2730 if test "x$ac_ct_CC" = x; then
2731 CC=""
2732 else
2733 case $cross_compiling:$ac_tool_warned in
2734 yes:)
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2737 ac_tool_warned=yes ;;
2738 esac
2739 CC=$ac_ct_CC
2740 fi
2741 fi
2742
2743 fi
2744
2745
2746 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2747 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2748 as_fn_error $? "no acceptable C compiler found in \$PATH
2749 See \`config.log' for more details" "$LINENO" 5; }
2750
2751 # Provide some information about the compiler.
2752 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2753 set X $ac_compile
2754 ac_compiler=$2
2755 for ac_option in --version -v -V -qversion; do
2756 { { ac_try="$ac_compiler $ac_option >&5"
2757 case "(($ac_try" in
2758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2759 *) ac_try_echo=$ac_try;;
2760 esac
2761 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2762 $as_echo "$ac_try_echo"; } >&5
2763 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2764 ac_status=$?
2765 if test -s conftest.err; then
2766 sed '10a\
2767 ... rest of stderr output deleted ...
2768 10q' conftest.err >conftest.er1
2769 cat conftest.er1 >&5
2770 fi
2771 rm -f conftest.er1 conftest.err
2772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2773 test $ac_status = 0; }
2774 done
2775
2776 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2777 /* end confdefs.h. */
2778
2779 int
2780 main ()
2781 {
2782
2783 ;
2784 return 0;
2785 }
2786 _ACEOF
2787 ac_clean_files_save=$ac_clean_files
2788 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2789 # Try to create an executable without -o first, disregard a.out.
2790 # It will help us diagnose broken compilers, and finding out an intuition
2791 # of exeext.
2792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2793 $as_echo_n "checking whether the C compiler works... " >&6; }
2794 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2795
2796 # The possible output files:
2797 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2798
2799 ac_rmfiles=
2800 for ac_file in $ac_files
2801 do
2802 case $ac_file in
2803 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2804 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2805 esac
2806 done
2807 rm -f $ac_rmfiles
2808
2809 if { { ac_try="$ac_link_default"
2810 case "(($ac_try" in
2811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2812 *) ac_try_echo=$ac_try;;
2813 esac
2814 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2815 $as_echo "$ac_try_echo"; } >&5
2816 (eval "$ac_link_default") 2>&5
2817 ac_status=$?
2818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2819 test $ac_status = 0; }; then :
2820 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2821 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2822 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2823 # so that the user can short-circuit this test for compilers unknown to
2824 # Autoconf.
2825 for ac_file in $ac_files ''
2826 do
2827 test -f "$ac_file" || continue
2828 case $ac_file in
2829 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2830 ;;
2831 [ab].out )
2832 # We found the default executable, but exeext='' is most
2833 # certainly right.
2834 break;;
2835 *.* )
2836 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2837 then :; else
2838 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2839 fi
2840 # We set ac_cv_exeext here because the later test for it is not
2841 # safe: cross compilers may not add the suffix if given an `-o'
2842 # argument, so we may need to know it at that point already.
2843 # Even if this section looks crufty: it has the advantage of
2844 # actually working.
2845 break;;
2846 * )
2847 break;;
2848 esac
2849 done
2850 test "$ac_cv_exeext" = no && ac_cv_exeext=
2851
2852 else
2853 ac_file=''
2854 fi
2855 if test -z "$ac_file"; then :
2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2857 $as_echo "no" >&6; }
2858 $as_echo "$as_me: failed program was:" >&5
2859 sed 's/^/| /' conftest.$ac_ext >&5
2860
2861 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2862 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2863 as_fn_error 77 "C compiler cannot create executables
2864 See \`config.log' for more details" "$LINENO" 5; }
2865 else
2866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2867 $as_echo "yes" >&6; }
2868 fi
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2870 $as_echo_n "checking for C compiler default output file name... " >&6; }
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2872 $as_echo "$ac_file" >&6; }
2873 ac_exeext=$ac_cv_exeext
2874
2875 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2876 ac_clean_files=$ac_clean_files_save
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2878 $as_echo_n "checking for suffix of executables... " >&6; }
2879 if { { ac_try="$ac_link"
2880 case "(($ac_try" in
2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2882 *) ac_try_echo=$ac_try;;
2883 esac
2884 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2885 $as_echo "$ac_try_echo"; } >&5
2886 (eval "$ac_link") 2>&5
2887 ac_status=$?
2888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2889 test $ac_status = 0; }; then :
2890 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2891 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2892 # work properly (i.e., refer to `conftest.exe'), while it won't with
2893 # `rm'.
2894 for ac_file in conftest.exe conftest conftest.*; do
2895 test -f "$ac_file" || continue
2896 case $ac_file in
2897 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2898 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2899 break;;
2900 * ) break;;
2901 esac
2902 done
2903 else
2904 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2905 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2906 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2907 See \`config.log' for more details" "$LINENO" 5; }
2908 fi
2909 rm -f conftest conftest$ac_cv_exeext
2910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2911 $as_echo "$ac_cv_exeext" >&6; }
2912
2913 rm -f conftest.$ac_ext
2914 EXEEXT=$ac_cv_exeext
2915 ac_exeext=$EXEEXT
2916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2917 /* end confdefs.h. */
2918 #include <stdio.h>
2919 int
2920 main ()
2921 {
2922 FILE *f = fopen ("conftest.out", "w");
2923 return ferror (f) || fclose (f) != 0;
2924
2925 ;
2926 return 0;
2927 }
2928 _ACEOF
2929 ac_clean_files="$ac_clean_files conftest.out"
2930 # Check that the compiler produces executables we can run. If not, either
2931 # the compiler is broken, or we cross compile.
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2933 $as_echo_n "checking whether we are cross compiling... " >&6; }
2934 if test "$cross_compiling" != yes; then
2935 { { ac_try="$ac_link"
2936 case "(($ac_try" in
2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2938 *) ac_try_echo=$ac_try;;
2939 esac
2940 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2941 $as_echo "$ac_try_echo"; } >&5
2942 (eval "$ac_link") 2>&5
2943 ac_status=$?
2944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2945 test $ac_status = 0; }
2946 if { ac_try='./conftest$ac_cv_exeext'
2947 { { case "(($ac_try" in
2948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2949 *) ac_try_echo=$ac_try;;
2950 esac
2951 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2952 $as_echo "$ac_try_echo"; } >&5
2953 (eval "$ac_try") 2>&5
2954 ac_status=$?
2955 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2956 test $ac_status = 0; }; }; then
2957 cross_compiling=no
2958 else
2959 if test "$cross_compiling" = maybe; then
2960 cross_compiling=yes
2961 else
2962 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2963 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2964 as_fn_error $? "cannot run C compiled programs.
2965 If you meant to cross compile, use \`--host'.
2966 See \`config.log' for more details" "$LINENO" 5; }
2967 fi
2968 fi
2969 fi
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2971 $as_echo "$cross_compiling" >&6; }
2972
2973 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2974 ac_clean_files=$ac_clean_files_save
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2976 $as_echo_n "checking for suffix of object files... " >&6; }
2977 if ${ac_cv_objext+:} false; then :
2978 $as_echo_n "(cached) " >&6
2979 else
2980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2981 /* end confdefs.h. */
2982
2983 int
2984 main ()
2985 {
2986
2987 ;
2988 return 0;
2989 }
2990 _ACEOF
2991 rm -f conftest.o conftest.obj
2992 if { { ac_try="$ac_compile"
2993 case "(($ac_try" in
2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2996 esac
2997 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2998 $as_echo "$ac_try_echo"; } >&5
2999 (eval "$ac_compile") 2>&5
3000 ac_status=$?
3001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3002 test $ac_status = 0; }; then :
3003 for ac_file in conftest.o conftest.obj conftest.*; do
3004 test -f "$ac_file" || continue;
3005 case $ac_file in
3006 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3007 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3008 break;;
3009 esac
3010 done
3011 else
3012 $as_echo "$as_me: failed program was:" >&5
3013 sed 's/^/| /' conftest.$ac_ext >&5
3014
3015 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3016 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3017 as_fn_error $? "cannot compute suffix of object files: cannot compile
3018 See \`config.log' for more details" "$LINENO" 5; }
3019 fi
3020 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3021 fi
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3023 $as_echo "$ac_cv_objext" >&6; }
3024 OBJEXT=$ac_cv_objext
3025 ac_objext=$OBJEXT
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3027 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3028 if ${ac_cv_c_compiler_gnu+:} false; then :
3029 $as_echo_n "(cached) " >&6
3030 else
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032 /* end confdefs.h. */
3033
3034 int
3035 main ()
3036 {
3037 #ifndef __GNUC__
3038 choke me
3039 #endif
3040
3041 ;
3042 return 0;
3043 }
3044 _ACEOF
3045 if ac_fn_c_try_compile "$LINENO"; then :
3046 ac_compiler_gnu=yes
3047 else
3048 ac_compiler_gnu=no
3049 fi
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3052
3053 fi
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057 GCC=yes
3058 else
3059 GCC=
3060 fi
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if ${ac_cv_prog_cc_g+:} false; then :
3066 $as_echo_n "(cached) " >&6
3067 else
3068 ac_save_c_werror_flag=$ac_c_werror_flag
3069 ac_c_werror_flag=yes
3070 ac_cv_prog_cc_g=no
3071 CFLAGS="-g"
3072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3073 /* end confdefs.h. */
3074
3075 int
3076 main ()
3077 {
3078
3079 ;
3080 return 0;
3081 }
3082 _ACEOF
3083 if ac_fn_c_try_compile "$LINENO"; then :
3084 ac_cv_prog_cc_g=yes
3085 else
3086 CFLAGS=""
3087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3088 /* end confdefs.h. */
3089
3090 int
3091 main ()
3092 {
3093
3094 ;
3095 return 0;
3096 }
3097 _ACEOF
3098 if ac_fn_c_try_compile "$LINENO"; then :
3099
3100 else
3101 ac_c_werror_flag=$ac_save_c_werror_flag
3102 CFLAGS="-g"
3103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3104 /* end confdefs.h. */
3105
3106 int
3107 main ()
3108 {
3109
3110 ;
3111 return 0;
3112 }
3113 _ACEOF
3114 if ac_fn_c_try_compile "$LINENO"; then :
3115 ac_cv_prog_cc_g=yes
3116 fi
3117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3118 fi
3119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3120 fi
3121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3122 ac_c_werror_flag=$ac_save_c_werror_flag
3123 fi
3124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3125 $as_echo "$ac_cv_prog_cc_g" >&6; }
3126 if test "$ac_test_CFLAGS" = set; then
3127 CFLAGS=$ac_save_CFLAGS
3128 elif test $ac_cv_prog_cc_g = yes; then
3129 if test "$GCC" = yes; then
3130 CFLAGS="-g -O2"
3131 else
3132 CFLAGS="-g"
3133 fi
3134 else
3135 if test "$GCC" = yes; then
3136 CFLAGS="-O2"
3137 else
3138 CFLAGS=
3139 fi
3140 fi
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3142 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3143 if ${ac_cv_prog_cc_c89+:} false; then :
3144 $as_echo_n "(cached) " >&6
3145 else
3146 ac_cv_prog_cc_c89=no
3147 ac_save_CC=$CC
3148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3149 /* end confdefs.h. */
3150 #include <stdarg.h>
3151 #include <stdio.h>
3152 struct stat;
3153 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3154 struct buf { int x; };
3155 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3156 static char *e (p, i)
3157 char **p;
3158 int i;
3159 {
3160 return p[i];
3161 }
3162 static char *f (char * (*g) (char **, int), char **p, ...)
3163 {
3164 char *s;
3165 va_list v;
3166 va_start (v,p);
3167 s = g (p, va_arg (v,int));
3168 va_end (v);
3169 return s;
3170 }
3171
3172 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3173 function prototypes and stuff, but not '\xHH' hex character constants.
3174 These don't provoke an error unfortunately, instead are silently treated
3175 as 'x'. The following induces an error, until -std is added to get
3176 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3177 array size at least. It's necessary to write '\x00'==0 to get something
3178 that's true only with -std. */
3179 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3180
3181 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3182 inside strings and character constants. */
3183 #define FOO(x) 'x'
3184 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3185
3186 int test (int i, double x);
3187 struct s1 {int (*f) (int a);};
3188 struct s2 {int (*f) (double a);};
3189 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3190 int argc;
3191 char **argv;
3192 int
3193 main ()
3194 {
3195 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3196 ;
3197 return 0;
3198 }
3199 _ACEOF
3200 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3201 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3202 do
3203 CC="$ac_save_CC $ac_arg"
3204 if ac_fn_c_try_compile "$LINENO"; then :
3205 ac_cv_prog_cc_c89=$ac_arg
3206 fi
3207 rm -f core conftest.err conftest.$ac_objext
3208 test "x$ac_cv_prog_cc_c89" != "xno" && break
3209 done
3210 rm -f conftest.$ac_ext
3211 CC=$ac_save_CC
3212
3213 fi
3214 # AC_CACHE_VAL
3215 case "x$ac_cv_prog_cc_c89" in
3216 x)
3217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3218 $as_echo "none needed" >&6; } ;;
3219 xno)
3220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3221 $as_echo "unsupported" >&6; } ;;
3222 *)
3223 CC="$CC $ac_cv_prog_cc_c89"
3224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3225 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3226 esac
3227 if test "x$ac_cv_prog_cc_c89" != xno; then :
3228
3229 fi
3230
3231 ac_ext=c
3232 ac_cpp='$CPP $CPPFLAGS'
3233 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3234 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3235 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3236
3237 ac_ext=c
3238 ac_cpp='$CPP $CPPFLAGS'
3239 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3240 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3241 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3243 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3244 if ${am_cv_prog_cc_c_o+:} false; then :
3245 $as_echo_n "(cached) " >&6
3246 else
3247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3248 /* end confdefs.h. */
3249
3250 int
3251 main ()
3252 {
3253
3254 ;
3255 return 0;
3256 }
3257 _ACEOF
3258 # Make sure it works both with $CC and with simple cc.
3259 # Following AC_PROG_CC_C_O, we do the test twice because some
3260 # compilers refuse to overwrite an existing .o file with -o,
3261 # though they will create one.
3262 am_cv_prog_cc_c_o=yes
3263 for am_i in 1 2; do
3264 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3265 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3266 ac_status=$?
3267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3268 (exit $ac_status); } \
3269 && test -f conftest2.$ac_objext; then
3270 : OK
3271 else
3272 am_cv_prog_cc_c_o=no
3273 break
3274 fi
3275 done
3276 rm -f core conftest*
3277 unset am_i
3278 fi
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3280 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3281 if test "$am_cv_prog_cc_c_o" != yes; then
3282 # Losing compiler, so override with the script.
3283 # FIXME: It is wrong to rewrite CC.
3284 # But if we don't then we get into trouble of one sort or another.
3285 # A longer-term fix would be to have automake use am__CC in this case,
3286 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3287 CC="$am_aux_dir/compile $CC"
3288 fi
3289 ac_ext=c
3290 ac_cpp='$CPP $CPPFLAGS'
3291 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3292 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3293 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3294
3295
3296
3297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3298 $as_echo_n "checking for library containing strerror... " >&6; }
3299 if ${ac_cv_search_strerror+:} false; then :
3300 $as_echo_n "(cached) " >&6
3301 else
3302 ac_func_search_save_LIBS=$LIBS
3303 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3304 /* end confdefs.h. */
3305
3306 /* Override any GCC internal prototype to avoid an error.
3307 Use char because int might match the return type of a GCC
3308 builtin and then its argument prototype would still apply. */
3309 #ifdef __cplusplus
3310 extern "C"
3311 #endif
3312 char strerror ();
3313 int
3314 main ()
3315 {
3316 return strerror ();
3317 ;
3318 return 0;
3319 }
3320 _ACEOF
3321 for ac_lib in '' cposix; do
3322 if test -z "$ac_lib"; then
3323 ac_res="none required"
3324 else
3325 ac_res=-l$ac_lib
3326 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3327 fi
3328 if ac_fn_c_try_link "$LINENO"; then :
3329 ac_cv_search_strerror=$ac_res
3330 fi
3331 rm -f core conftest.err conftest.$ac_objext \
3332 conftest$ac_exeext
3333 if ${ac_cv_search_strerror+:} false; then :
3334 break
3335 fi
3336 done
3337 if ${ac_cv_search_strerror+:} false; then :
3338
3339 else
3340 ac_cv_search_strerror=no
3341 fi
3342 rm conftest.$ac_ext
3343 LIBS=$ac_func_search_save_LIBS
3344 fi
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3346 $as_echo "$ac_cv_search_strerror" >&6; }
3347 ac_res=$ac_cv_search_strerror
3348 if test "$ac_res" != no; then :
3349 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3350
3351 fi
3352
3353
3354 am__api_version='1.15'
3355
3356 # Find a good install program. We prefer a C program (faster),
3357 # so one script is as good as another. But avoid the broken or
3358 # incompatible versions:
3359 # SysV /etc/install, /usr/sbin/install
3360 # SunOS /usr/etc/install
3361 # IRIX /sbin/install
3362 # AIX /bin/install
3363 # AmigaOS /C/install, which installs bootblocks on floppy discs
3364 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3365 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3366 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3367 # OS/2's system install, which has a completely different semantic
3368 # ./install, which can be erroneously created by make from ./install.sh.
3369 # Reject install programs that cannot install multiple files.
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3371 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3372 if test -z "$INSTALL"; then
3373 if ${ac_cv_path_install+:} false; then :
3374 $as_echo_n "(cached) " >&6
3375 else
3376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3377 for as_dir in $PATH
3378 do
3379 IFS=$as_save_IFS
3380 test -z "$as_dir" && as_dir=.
3381 # Account for people who put trailing slashes in PATH elements.
3382 case $as_dir/ in #((
3383 ./ | .// | /[cC]/* | \
3384 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3385 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3386 /usr/ucb/* ) ;;
3387 *)
3388 # OSF1 and SCO ODT 3.0 have their own names for install.
3389 # Don't use installbsd from OSF since it installs stuff as root
3390 # by default.
3391 for ac_prog in ginstall scoinst install; do
3392 for ac_exec_ext in '' $ac_executable_extensions; do
3393 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3394 if test $ac_prog = install &&
3395 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3396 # AIX install. It has an incompatible calling convention.
3397 :
3398 elif test $ac_prog = install &&
3399 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3400 # program-specific install script used by HP pwplus--don't use.
3401 :
3402 else
3403 rm -rf conftest.one conftest.two conftest.dir
3404 echo one > conftest.one
3405 echo two > conftest.two
3406 mkdir conftest.dir
3407 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3408 test -s conftest.one && test -s conftest.two &&
3409 test -s conftest.dir/conftest.one &&
3410 test -s conftest.dir/conftest.two
3411 then
3412 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3413 break 3
3414 fi
3415 fi
3416 fi
3417 done
3418 done
3419 ;;
3420 esac
3421
3422 done
3423 IFS=$as_save_IFS
3424
3425 rm -rf conftest.one conftest.two conftest.dir
3426
3427 fi
3428 if test "${ac_cv_path_install+set}" = set; then
3429 INSTALL=$ac_cv_path_install
3430 else
3431 # As a last resort, use the slow shell script. Don't cache a
3432 # value for INSTALL within a source directory, because that will
3433 # break other packages using the cache if that directory is
3434 # removed, or if the value is a relative name.
3435 INSTALL=$ac_install_sh
3436 fi
3437 fi
3438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3439 $as_echo "$INSTALL" >&6; }
3440
3441 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3442 # It thinks the first close brace ends the variable substitution.
3443 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3444
3445 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3446
3447 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3448
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3450 $as_echo_n "checking whether build environment is sane... " >&6; }
3451 # Reject unsafe characters in $srcdir or the absolute working directory
3452 # name. Accept space and tab only in the latter.
3453 am_lf='
3454 '
3455 case `pwd` in
3456 *[\\\"\#\$\&\'\`$am_lf]*)
3457 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3458 esac
3459 case $srcdir in
3460 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3461 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3462 esac
3463
3464 # Do 'set' in a subshell so we don't clobber the current shell's
3465 # arguments. Must try -L first in case configure is actually a
3466 # symlink; some systems play weird games with the mod time of symlinks
3467 # (eg FreeBSD returns the mod time of the symlink's containing
3468 # directory).
3469 if (
3470 am_has_slept=no
3471 for am_try in 1 2; do
3472 echo "timestamp, slept: $am_has_slept" > conftest.file
3473 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3474 if test "$*" = "X"; then
3475 # -L didn't work.
3476 set X `ls -t "$srcdir/configure" conftest.file`
3477 fi
3478 if test "$*" != "X $srcdir/configure conftest.file" \
3479 && test "$*" != "X conftest.file $srcdir/configure"; then
3480
3481 # If neither matched, then we have a broken ls. This can happen
3482 # if, for instance, CONFIG_SHELL is bash and it inherits a
3483 # broken ls alias from the environment. This has actually
3484 # happened. Such a system could not be considered "sane".
3485 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3486 alias in your environment" "$LINENO" 5
3487 fi
3488 if test "$2" = conftest.file || test $am_try -eq 2; then
3489 break
3490 fi
3491 # Just in case.
3492 sleep 1
3493 am_has_slept=yes
3494 done
3495 test "$2" = conftest.file
3496 )
3497 then
3498 # Ok.
3499 :
3500 else
3501 as_fn_error $? "newly created file is older than distributed files!
3502 Check your system clock" "$LINENO" 5
3503 fi
3504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3505 $as_echo "yes" >&6; }
3506 # If we didn't sleep, we still need to ensure time stamps of config.status and
3507 # generated files are strictly newer.
3508 am_sleep_pid=
3509 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3510 ( sleep 1 ) &
3511 am_sleep_pid=$!
3512 fi
3513
3514 rm -f conftest.file
3515
3516 test "$program_prefix" != NONE &&
3517 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3518 # Use a double $ so make ignores it.
3519 test "$program_suffix" != NONE &&
3520 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3521 # Double any \ or $.
3522 # By default was `s,x,x', remove it if useless.
3523 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3524 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3525
3526 if test x"${MISSING+set}" != xset; then
3527 case $am_aux_dir in
3528 *\ * | *\ *)
3529 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3530 *)
3531 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3532 esac
3533 fi
3534 # Use eval to expand $SHELL
3535 if eval "$MISSING --is-lightweight"; then
3536 am_missing_run="$MISSING "
3537 else
3538 am_missing_run=
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3540 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3541 fi
3542
3543 if test x"${install_sh+set}" != xset; then
3544 case $am_aux_dir in
3545 *\ * | *\ *)
3546 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3547 *)
3548 install_sh="\${SHELL} $am_aux_dir/install-sh"
3549 esac
3550 fi
3551
3552 # Installed binaries are usually stripped using 'strip' when the user
3553 # run "make install-strip". However 'strip' might not be the right
3554 # tool to use in cross-compilation environments, therefore Automake
3555 # will honor the 'STRIP' environment variable to overrule this program.
3556 if test "$cross_compiling" != no; then
3557 if test -n "$ac_tool_prefix"; then
3558 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3559 set dummy ${ac_tool_prefix}strip; ac_word=$2
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3561 $as_echo_n "checking for $ac_word... " >&6; }
3562 if ${ac_cv_prog_STRIP+:} false; then :
3563 $as_echo_n "(cached) " >&6
3564 else
3565 if test -n "$STRIP"; then
3566 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3567 else
3568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3569 for as_dir in $PATH
3570 do
3571 IFS=$as_save_IFS
3572 test -z "$as_dir" && as_dir=.
3573 for ac_exec_ext in '' $ac_executable_extensions; do
3574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3575 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3577 break 2
3578 fi
3579 done
3580 done
3581 IFS=$as_save_IFS
3582
3583 fi
3584 fi
3585 STRIP=$ac_cv_prog_STRIP
3586 if test -n "$STRIP"; then
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3588 $as_echo "$STRIP" >&6; }
3589 else
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3591 $as_echo "no" >&6; }
3592 fi
3593
3594
3595 fi
3596 if test -z "$ac_cv_prog_STRIP"; then
3597 ac_ct_STRIP=$STRIP
3598 # Extract the first word of "strip", so it can be a program name with args.
3599 set dummy strip; ac_word=$2
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3601 $as_echo_n "checking for $ac_word... " >&6; }
3602 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3603 $as_echo_n "(cached) " >&6
3604 else
3605 if test -n "$ac_ct_STRIP"; then
3606 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3607 else
3608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3609 for as_dir in $PATH
3610 do
3611 IFS=$as_save_IFS
3612 test -z "$as_dir" && as_dir=.
3613 for ac_exec_ext in '' $ac_executable_extensions; do
3614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3615 ac_cv_prog_ac_ct_STRIP="strip"
3616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3617 break 2
3618 fi
3619 done
3620 done
3621 IFS=$as_save_IFS
3622
3623 fi
3624 fi
3625 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3626 if test -n "$ac_ct_STRIP"; then
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3628 $as_echo "$ac_ct_STRIP" >&6; }
3629 else
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3631 $as_echo "no" >&6; }
3632 fi
3633
3634 if test "x$ac_ct_STRIP" = x; then
3635 STRIP=":"
3636 else
3637 case $cross_compiling:$ac_tool_warned in
3638 yes:)
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3640 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3641 ac_tool_warned=yes ;;
3642 esac
3643 STRIP=$ac_ct_STRIP
3644 fi
3645 else
3646 STRIP="$ac_cv_prog_STRIP"
3647 fi
3648
3649 fi
3650 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3651
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3653 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3654 if test -z "$MKDIR_P"; then
3655 if ${ac_cv_path_mkdir+:} false; then :
3656 $as_echo_n "(cached) " >&6
3657 else
3658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3659 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3660 do
3661 IFS=$as_save_IFS
3662 test -z "$as_dir" && as_dir=.
3663 for ac_prog in mkdir gmkdir; do
3664 for ac_exec_ext in '' $ac_executable_extensions; do
3665 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3666 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3667 'mkdir (GNU coreutils) '* | \
3668 'mkdir (coreutils) '* | \
3669 'mkdir (fileutils) '4.1*)
3670 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3671 break 3;;
3672 esac
3673 done
3674 done
3675 done
3676 IFS=$as_save_IFS
3677
3678 fi
3679
3680 test -d ./--version && rmdir ./--version
3681 if test "${ac_cv_path_mkdir+set}" = set; then
3682 MKDIR_P="$ac_cv_path_mkdir -p"
3683 else
3684 # As a last resort, use the slow shell script. Don't cache a
3685 # value for MKDIR_P within a source directory, because that will
3686 # break other packages using the cache if that directory is
3687 # removed, or if the value is a relative name.
3688 MKDIR_P="$ac_install_sh -d"
3689 fi
3690 fi
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3692 $as_echo "$MKDIR_P" >&6; }
3693
3694 for ac_prog in gawk mawk nawk awk
3695 do
3696 # Extract the first word of "$ac_prog", so it can be a program name with args.
3697 set dummy $ac_prog; ac_word=$2
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3699 $as_echo_n "checking for $ac_word... " >&6; }
3700 if ${ac_cv_prog_AWK+:} false; then :
3701 $as_echo_n "(cached) " >&6
3702 else
3703 if test -n "$AWK"; then
3704 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3705 else
3706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3707 for as_dir in $PATH
3708 do
3709 IFS=$as_save_IFS
3710 test -z "$as_dir" && as_dir=.
3711 for ac_exec_ext in '' $ac_executable_extensions; do
3712 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3713 ac_cv_prog_AWK="$ac_prog"
3714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3715 break 2
3716 fi
3717 done
3718 done
3719 IFS=$as_save_IFS
3720
3721 fi
3722 fi
3723 AWK=$ac_cv_prog_AWK
3724 if test -n "$AWK"; then
3725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3726 $as_echo "$AWK" >&6; }
3727 else
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3729 $as_echo "no" >&6; }
3730 fi
3731
3732
3733 test -n "$AWK" && break
3734 done
3735
3736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3737 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3738 set x ${MAKE-make}
3739 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3740 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3741 $as_echo_n "(cached) " >&6
3742 else
3743 cat >conftest.make <<\_ACEOF
3744 SHELL = /bin/sh
3745 all:
3746 @echo '@@@%%%=$(MAKE)=@@@%%%'
3747 _ACEOF
3748 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3749 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3750 *@@@%%%=?*=@@@%%%*)
3751 eval ac_cv_prog_make_${ac_make}_set=yes;;
3752 *)
3753 eval ac_cv_prog_make_${ac_make}_set=no;;
3754 esac
3755 rm -f conftest.make
3756 fi
3757 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3759 $as_echo "yes" >&6; }
3760 SET_MAKE=
3761 else
3762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3763 $as_echo "no" >&6; }
3764 SET_MAKE="MAKE=${MAKE-make}"
3765 fi
3766
3767 rm -rf .tst 2>/dev/null
3768 mkdir .tst 2>/dev/null
3769 if test -d .tst; then
3770 am__leading_dot=.
3771 else
3772 am__leading_dot=_
3773 fi
3774 rmdir .tst 2>/dev/null
3775
3776 DEPDIR="${am__leading_dot}deps"
3777
3778 ac_config_commands="$ac_config_commands depfiles"
3779
3780
3781 am_make=${MAKE-make}
3782 cat > confinc << 'END'
3783 am__doit:
3784 @echo this is the am__doit target
3785 .PHONY: am__doit
3786 END
3787 # If we don't find an include directive, just comment out the code.
3788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3789 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3790 am__include="#"
3791 am__quote=
3792 _am_result=none
3793 # First try GNU make style include.
3794 echo "include confinc" > confmf
3795 # Ignore all kinds of additional output from 'make'.
3796 case `$am_make -s -f confmf 2> /dev/null` in #(
3797 *the\ am__doit\ target*)
3798 am__include=include
3799 am__quote=
3800 _am_result=GNU
3801 ;;
3802 esac
3803 # Now try BSD make style include.
3804 if test "$am__include" = "#"; then
3805 echo '.include "confinc"' > confmf
3806 case `$am_make -s -f confmf 2> /dev/null` in #(
3807 *the\ am__doit\ target*)
3808 am__include=.include
3809 am__quote="\""
3810 _am_result=BSD
3811 ;;
3812 esac
3813 fi
3814
3815
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3817 $as_echo "$_am_result" >&6; }
3818 rm -f confinc confmf
3819
3820 # Check whether --enable-dependency-tracking was given.
3821 if test "${enable_dependency_tracking+set}" = set; then :
3822 enableval=$enable_dependency_tracking;
3823 fi
3824
3825 if test "x$enable_dependency_tracking" != xno; then
3826 am_depcomp="$ac_aux_dir/depcomp"
3827 AMDEPBACKSLASH='\'
3828 am__nodep='_no'
3829 fi
3830 if test "x$enable_dependency_tracking" != xno; then
3831 AMDEP_TRUE=
3832 AMDEP_FALSE='#'
3833 else
3834 AMDEP_TRUE='#'
3835 AMDEP_FALSE=
3836 fi
3837
3838
3839 # Check whether --enable-silent-rules was given.
3840 if test "${enable_silent_rules+set}" = set; then :
3841 enableval=$enable_silent_rules;
3842 fi
3843
3844 case $enable_silent_rules in # (((
3845 yes) AM_DEFAULT_VERBOSITY=0;;
3846 no) AM_DEFAULT_VERBOSITY=1;;
3847 *) AM_DEFAULT_VERBOSITY=1;;
3848 esac
3849 am_make=${MAKE-make}
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3851 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3852 if ${am_cv_make_support_nested_variables+:} false; then :
3853 $as_echo_n "(cached) " >&6
3854 else
3855 if $as_echo 'TRUE=$(BAR$(V))
3856 BAR0=false
3857 BAR1=true
3858 V=1
3859 am__doit:
3860 @$(TRUE)
3861 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3862 am_cv_make_support_nested_variables=yes
3863 else
3864 am_cv_make_support_nested_variables=no
3865 fi
3866 fi
3867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3868 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3869 if test $am_cv_make_support_nested_variables = yes; then
3870 AM_V='$(V)'
3871 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3872 else
3873 AM_V=$AM_DEFAULT_VERBOSITY
3874 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3875 fi
3876 AM_BACKSLASH='\'
3877
3878 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3879 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3880 # is not polluted with repeated "-I."
3881 am__isrc=' -I$(srcdir)'
3882 # test to see if srcdir already configured
3883 if test -f $srcdir/config.status; then
3884 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3885 fi
3886 fi
3887
3888 # test whether we have cygpath
3889 if test -z "$CYGPATH_W"; then
3890 if (cygpath --version) >/dev/null 2>/dev/null; then
3891 CYGPATH_W='cygpath -w'
3892 else
3893 CYGPATH_W=echo
3894 fi
3895 fi
3896
3897
3898 # Define the identity of the package.
3899 PACKAGE='opcodes'
3900 VERSION='2.36.50'
3901
3902
3903 cat >>confdefs.h <<_ACEOF
3904 #define PACKAGE "$PACKAGE"
3905 _ACEOF
3906
3907
3908 cat >>confdefs.h <<_ACEOF
3909 #define VERSION "$VERSION"
3910 _ACEOF
3911
3912 # Some tools Automake needs.
3913
3914 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3915
3916
3917 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3918
3919
3920 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3921
3922
3923 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3924
3925
3926 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3927
3928 # For better backward compatibility. To be removed once Automake 1.9.x
3929 # dies out for good. For more background, see:
3930 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3931 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3932 mkdir_p='$(MKDIR_P)'
3933
3934 # We need awk for the "check" target (and possibly the TAP driver). The
3935 # system "awk" is bad on some platforms.
3936 # Always define AMTAR for backward compatibility. Yes, it's still used
3937 # in the wild :-( We should find a proper way to deprecate it ...
3938 AMTAR='$${TAR-tar}'
3939
3940
3941 # We'll loop over all known methods to create a tar archive until one works.
3942 _am_tools='gnutar pax cpio none'
3943
3944 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3945
3946
3947
3948
3949
3950 depcc="$CC" am_compiler_list=
3951
3952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3953 $as_echo_n "checking dependency style of $depcc... " >&6; }
3954 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3955 $as_echo_n "(cached) " >&6
3956 else
3957 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3958 # We make a subdir and do the tests there. Otherwise we can end up
3959 # making bogus files that we don't know about and never remove. For
3960 # instance it was reported that on HP-UX the gcc test will end up
3961 # making a dummy file named 'D' -- because '-MD' means "put the output
3962 # in D".
3963 rm -rf conftest.dir
3964 mkdir conftest.dir
3965 # Copy depcomp to subdir because otherwise we won't find it if we're
3966 # using a relative directory.
3967 cp "$am_depcomp" conftest.dir
3968 cd conftest.dir
3969 # We will build objects and dependencies in a subdirectory because
3970 # it helps to detect inapplicable dependency modes. For instance
3971 # both Tru64's cc and ICC support -MD to output dependencies as a
3972 # side effect of compilation, but ICC will put the dependencies in
3973 # the current directory while Tru64 will put them in the object
3974 # directory.
3975 mkdir sub
3976
3977 am_cv_CC_dependencies_compiler_type=none
3978 if test "$am_compiler_list" = ""; then
3979 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3980 fi
3981 am__universal=false
3982 case " $depcc " in #(
3983 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3984 esac
3985
3986 for depmode in $am_compiler_list; do
3987 # Setup a source with many dependencies, because some compilers
3988 # like to wrap large dependency lists on column 80 (with \), and
3989 # we should not choose a depcomp mode which is confused by this.
3990 #
3991 # We need to recreate these files for each test, as the compiler may
3992 # overwrite some of them when testing with obscure command lines.
3993 # This happens at least with the AIX C compiler.
3994 : > sub/conftest.c
3995 for i in 1 2 3 4 5 6; do
3996 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3997 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3998 # Solaris 10 /bin/sh.
3999 echo '/* dummy */' > sub/conftst$i.h
4000 done
4001 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4002
4003 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4004 # mode. It turns out that the SunPro C++ compiler does not properly
4005 # handle '-M -o', and we need to detect this. Also, some Intel
4006 # versions had trouble with output in subdirs.
4007 am__obj=sub/conftest.${OBJEXT-o}
4008 am__minus_obj="-o $am__obj"
4009 case $depmode in
4010 gcc)
4011 # This depmode causes a compiler race in universal mode.
4012 test "$am__universal" = false || continue
4013 ;;
4014 nosideeffect)
4015 # After this tag, mechanisms are not by side-effect, so they'll
4016 # only be used when explicitly requested.
4017 if test "x$enable_dependency_tracking" = xyes; then
4018 continue
4019 else
4020 break
4021 fi
4022 ;;
4023 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4024 # This compiler won't grok '-c -o', but also, the minuso test has
4025 # not run yet. These depmodes are late enough in the game, and
4026 # so weak that their functioning should not be impacted.
4027 am__obj=conftest.${OBJEXT-o}
4028 am__minus_obj=
4029 ;;
4030 none) break ;;
4031 esac
4032 if depmode=$depmode \
4033 source=sub/conftest.c object=$am__obj \
4034 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4035 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4036 >/dev/null 2>conftest.err &&
4037 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4038 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4039 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4040 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4041 # icc doesn't choke on unknown options, it will just issue warnings
4042 # or remarks (even with -Werror). So we grep stderr for any message
4043 # that says an option was ignored or not supported.
4044 # When given -MP, icc 7.0 and 7.1 complain thusly:
4045 # icc: Command line warning: ignoring option '-M'; no argument required
4046 # The diagnosis changed in icc 8.0:
4047 # icc: Command line remark: option '-MP' not supported
4048 if (grep 'ignoring option' conftest.err ||
4049 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4050 am_cv_CC_dependencies_compiler_type=$depmode
4051 break
4052 fi
4053 fi
4054 done
4055
4056 cd ..
4057 rm -rf conftest.dir
4058 else
4059 am_cv_CC_dependencies_compiler_type=none
4060 fi
4061
4062 fi
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4064 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4065 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4066
4067 if
4068 test "x$enable_dependency_tracking" != xno \
4069 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4070 am__fastdepCC_TRUE=
4071 am__fastdepCC_FALSE='#'
4072 else
4073 am__fastdepCC_TRUE='#'
4074 am__fastdepCC_FALSE=
4075 fi
4076
4077
4078
4079 # POSIX will say in a future version that running "rm -f" with no argument
4080 # is OK; and we want to be able to make that assumption in our Makefile
4081 # recipes. So use an aggressive probe to check that the usage we want is
4082 # actually supported "in the wild" to an acceptable degree.
4083 # See automake bug#10828.
4084 # To make any issue more visible, cause the running configure to be aborted
4085 # by default if the 'rm' program in use doesn't match our expectations; the
4086 # user can still override this though.
4087 if rm -f && rm -fr && rm -rf; then : OK; else
4088 cat >&2 <<'END'
4089 Oops!
4090
4091 Your 'rm' program seems unable to run without file operands specified
4092 on the command line, even when the '-f' option is present. This is contrary
4093 to the behaviour of most rm programs out there, and not conforming with
4094 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4095
4096 Please tell bug-automake@gnu.org about your system, including the value
4097 of your $PATH and any error possibly output before this message. This
4098 can help us improve future automake versions.
4099
4100 END
4101 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4102 echo 'Configuration will proceed anyway, since you have set the' >&2
4103 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4104 echo >&2
4105 else
4106 cat >&2 <<'END'
4107 Aborting the configuration process, to ensure you take notice of the issue.
4108
4109 You can download and install GNU coreutils to get an 'rm' implementation
4110 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4111
4112 If you want to complete the configuration process using your problematic
4113 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4114 to "yes", and re-run configure.
4115
4116 END
4117 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4118 fi
4119 fi
4120
4121
4122 ac_ext=c
4123 ac_cpp='$CPP $CPPFLAGS'
4124 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4125 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4126 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4127 if test -n "$ac_tool_prefix"; then
4128 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4129 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4131 $as_echo_n "checking for $ac_word... " >&6; }
4132 if ${ac_cv_prog_CC+:} false; then :
4133 $as_echo_n "(cached) " >&6
4134 else
4135 if test -n "$CC"; then
4136 ac_cv_prog_CC="$CC" # Let the user override the test.
4137 else
4138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4139 for as_dir in $PATH
4140 do
4141 IFS=$as_save_IFS
4142 test -z "$as_dir" && as_dir=.
4143 for ac_exec_ext in '' $ac_executable_extensions; do
4144 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4145 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4146 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4147 break 2
4148 fi
4149 done
4150 done
4151 IFS=$as_save_IFS
4152
4153 fi
4154 fi
4155 CC=$ac_cv_prog_CC
4156 if test -n "$CC"; then
4157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4158 $as_echo "$CC" >&6; }
4159 else
4160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4161 $as_echo "no" >&6; }
4162 fi
4163
4164
4165 fi
4166 if test -z "$ac_cv_prog_CC"; then
4167 ac_ct_CC=$CC
4168 # Extract the first word of "gcc", so it can be a program name with args.
4169 set dummy gcc; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$ac_ct_CC"; then
4176 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4180 do
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4185 ac_cv_prog_ac_ct_CC="gcc"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4188 fi
4189 done
4190 done
4191 IFS=$as_save_IFS
4192
4193 fi
4194 fi
4195 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4196 if test -n "$ac_ct_CC"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4198 $as_echo "$ac_ct_CC" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4202 fi
4203
4204 if test "x$ac_ct_CC" = x; then
4205 CC=""
4206 else
4207 case $cross_compiling:$ac_tool_warned in
4208 yes:)
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4210 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4211 ac_tool_warned=yes ;;
4212 esac
4213 CC=$ac_ct_CC
4214 fi
4215 else
4216 CC="$ac_cv_prog_CC"
4217 fi
4218
4219 if test -z "$CC"; then
4220 if test -n "$ac_tool_prefix"; then
4221 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4222 set dummy ${ac_tool_prefix}cc; ac_word=$2
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224 $as_echo_n "checking for $ac_word... " >&6; }
4225 if ${ac_cv_prog_CC+:} false; then :
4226 $as_echo_n "(cached) " >&6
4227 else
4228 if test -n "$CC"; then
4229 ac_cv_prog_CC="$CC" # Let the user override the test.
4230 else
4231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232 for as_dir in $PATH
4233 do
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
4236 for ac_exec_ext in '' $ac_executable_extensions; do
4237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4238 ac_cv_prog_CC="${ac_tool_prefix}cc"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240 break 2
4241 fi
4242 done
4243 done
4244 IFS=$as_save_IFS
4245
4246 fi
4247 fi
4248 CC=$ac_cv_prog_CC
4249 if test -n "$CC"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4251 $as_echo "$CC" >&6; }
4252 else
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254 $as_echo "no" >&6; }
4255 fi
4256
4257
4258 fi
4259 fi
4260 if test -z "$CC"; then
4261 # Extract the first word of "cc", so it can be a program name with args.
4262 set dummy cc; ac_word=$2
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4264 $as_echo_n "checking for $ac_word... " >&6; }
4265 if ${ac_cv_prog_CC+:} false; then :
4266 $as_echo_n "(cached) " >&6
4267 else
4268 if test -n "$CC"; then
4269 ac_cv_prog_CC="$CC" # Let the user override the test.
4270 else
4271 ac_prog_rejected=no
4272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4273 for as_dir in $PATH
4274 do
4275 IFS=$as_save_IFS
4276 test -z "$as_dir" && as_dir=.
4277 for ac_exec_ext in '' $ac_executable_extensions; do
4278 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4279 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4280 ac_prog_rejected=yes
4281 continue
4282 fi
4283 ac_cv_prog_CC="cc"
4284 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4285 break 2
4286 fi
4287 done
4288 done
4289 IFS=$as_save_IFS
4290
4291 if test $ac_prog_rejected = yes; then
4292 # We found a bogon in the path, so make sure we never use it.
4293 set dummy $ac_cv_prog_CC
4294 shift
4295 if test $# != 0; then
4296 # We chose a different compiler from the bogus one.
4297 # However, it has the same basename, so the bogon will be chosen
4298 # first if we set CC to just the basename; use the full file name.
4299 shift
4300 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4301 fi
4302 fi
4303 fi
4304 fi
4305 CC=$ac_cv_prog_CC
4306 if test -n "$CC"; then
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4308 $as_echo "$CC" >&6; }
4309 else
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4311 $as_echo "no" >&6; }
4312 fi
4313
4314
4315 fi
4316 if test -z "$CC"; then
4317 if test -n "$ac_tool_prefix"; then
4318 for ac_prog in cl.exe
4319 do
4320 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4321 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4323 $as_echo_n "checking for $ac_word... " >&6; }
4324 if ${ac_cv_prog_CC+:} false; then :
4325 $as_echo_n "(cached) " >&6
4326 else
4327 if test -n "$CC"; then
4328 ac_cv_prog_CC="$CC" # Let the user override the test.
4329 else
4330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4331 for as_dir in $PATH
4332 do
4333 IFS=$as_save_IFS
4334 test -z "$as_dir" && as_dir=.
4335 for ac_exec_ext in '' $ac_executable_extensions; do
4336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4337 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4339 break 2
4340 fi
4341 done
4342 done
4343 IFS=$as_save_IFS
4344
4345 fi
4346 fi
4347 CC=$ac_cv_prog_CC
4348 if test -n "$CC"; then
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4350 $as_echo "$CC" >&6; }
4351 else
4352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4353 $as_echo "no" >&6; }
4354 fi
4355
4356
4357 test -n "$CC" && break
4358 done
4359 fi
4360 if test -z "$CC"; then
4361 ac_ct_CC=$CC
4362 for ac_prog in cl.exe
4363 do
4364 # Extract the first word of "$ac_prog", so it can be a program name with args.
4365 set dummy $ac_prog; ac_word=$2
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4367 $as_echo_n "checking for $ac_word... " >&6; }
4368 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4369 $as_echo_n "(cached) " >&6
4370 else
4371 if test -n "$ac_ct_CC"; then
4372 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4373 else
4374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4375 for as_dir in $PATH
4376 do
4377 IFS=$as_save_IFS
4378 test -z "$as_dir" && as_dir=.
4379 for ac_exec_ext in '' $ac_executable_extensions; do
4380 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4381 ac_cv_prog_ac_ct_CC="$ac_prog"
4382 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4383 break 2
4384 fi
4385 done
4386 done
4387 IFS=$as_save_IFS
4388
4389 fi
4390 fi
4391 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4392 if test -n "$ac_ct_CC"; then
4393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4394 $as_echo "$ac_ct_CC" >&6; }
4395 else
4396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4397 $as_echo "no" >&6; }
4398 fi
4399
4400
4401 test -n "$ac_ct_CC" && break
4402 done
4403
4404 if test "x$ac_ct_CC" = x; then
4405 CC=""
4406 else
4407 case $cross_compiling:$ac_tool_warned in
4408 yes:)
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4411 ac_tool_warned=yes ;;
4412 esac
4413 CC=$ac_ct_CC
4414 fi
4415 fi
4416
4417 fi
4418
4419
4420 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4421 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4422 as_fn_error $? "no acceptable C compiler found in \$PATH
4423 See \`config.log' for more details" "$LINENO" 5; }
4424
4425 # Provide some information about the compiler.
4426 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4427 set X $ac_compile
4428 ac_compiler=$2
4429 for ac_option in --version -v -V -qversion; do
4430 { { ac_try="$ac_compiler $ac_option >&5"
4431 case "(($ac_try" in
4432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4433 *) ac_try_echo=$ac_try;;
4434 esac
4435 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4436 $as_echo "$ac_try_echo"; } >&5
4437 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4438 ac_status=$?
4439 if test -s conftest.err; then
4440 sed '10a\
4441 ... rest of stderr output deleted ...
4442 10q' conftest.err >conftest.er1
4443 cat conftest.er1 >&5
4444 fi
4445 rm -f conftest.er1 conftest.err
4446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4447 test $ac_status = 0; }
4448 done
4449
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4451 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4452 if ${ac_cv_c_compiler_gnu+:} false; then :
4453 $as_echo_n "(cached) " >&6
4454 else
4455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4456 /* end confdefs.h. */
4457
4458 int
4459 main ()
4460 {
4461 #ifndef __GNUC__
4462 choke me
4463 #endif
4464
4465 ;
4466 return 0;
4467 }
4468 _ACEOF
4469 if ac_fn_c_try_compile "$LINENO"; then :
4470 ac_compiler_gnu=yes
4471 else
4472 ac_compiler_gnu=no
4473 fi
4474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4475 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4476
4477 fi
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4479 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4480 if test $ac_compiler_gnu = yes; then
4481 GCC=yes
4482 else
4483 GCC=
4484 fi
4485 ac_test_CFLAGS=${CFLAGS+set}
4486 ac_save_CFLAGS=$CFLAGS
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4488 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4489 if ${ac_cv_prog_cc_g+:} false; then :
4490 $as_echo_n "(cached) " >&6
4491 else
4492 ac_save_c_werror_flag=$ac_c_werror_flag
4493 ac_c_werror_flag=yes
4494 ac_cv_prog_cc_g=no
4495 CFLAGS="-g"
4496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4497 /* end confdefs.h. */
4498
4499 int
4500 main ()
4501 {
4502
4503 ;
4504 return 0;
4505 }
4506 _ACEOF
4507 if ac_fn_c_try_compile "$LINENO"; then :
4508 ac_cv_prog_cc_g=yes
4509 else
4510 CFLAGS=""
4511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4512 /* end confdefs.h. */
4513
4514 int
4515 main ()
4516 {
4517
4518 ;
4519 return 0;
4520 }
4521 _ACEOF
4522 if ac_fn_c_try_compile "$LINENO"; then :
4523
4524 else
4525 ac_c_werror_flag=$ac_save_c_werror_flag
4526 CFLAGS="-g"
4527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4528 /* end confdefs.h. */
4529
4530 int
4531 main ()
4532 {
4533
4534 ;
4535 return 0;
4536 }
4537 _ACEOF
4538 if ac_fn_c_try_compile "$LINENO"; then :
4539 ac_cv_prog_cc_g=yes
4540 fi
4541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4542 fi
4543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4544 fi
4545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4546 ac_c_werror_flag=$ac_save_c_werror_flag
4547 fi
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4549 $as_echo "$ac_cv_prog_cc_g" >&6; }
4550 if test "$ac_test_CFLAGS" = set; then
4551 CFLAGS=$ac_save_CFLAGS
4552 elif test $ac_cv_prog_cc_g = yes; then
4553 if test "$GCC" = yes; then
4554 CFLAGS="-g -O2"
4555 else
4556 CFLAGS="-g"
4557 fi
4558 else
4559 if test "$GCC" = yes; then
4560 CFLAGS="-O2"
4561 else
4562 CFLAGS=
4563 fi
4564 fi
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4566 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4567 if ${ac_cv_prog_cc_c89+:} false; then :
4568 $as_echo_n "(cached) " >&6
4569 else
4570 ac_cv_prog_cc_c89=no
4571 ac_save_CC=$CC
4572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4573 /* end confdefs.h. */
4574 #include <stdarg.h>
4575 #include <stdio.h>
4576 struct stat;
4577 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4578 struct buf { int x; };
4579 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4580 static char *e (p, i)
4581 char **p;
4582 int i;
4583 {
4584 return p[i];
4585 }
4586 static char *f (char * (*g) (char **, int), char **p, ...)
4587 {
4588 char *s;
4589 va_list v;
4590 va_start (v,p);
4591 s = g (p, va_arg (v,int));
4592 va_end (v);
4593 return s;
4594 }
4595
4596 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4597 function prototypes and stuff, but not '\xHH' hex character constants.
4598 These don't provoke an error unfortunately, instead are silently treated
4599 as 'x'. The following induces an error, until -std is added to get
4600 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4601 array size at least. It's necessary to write '\x00'==0 to get something
4602 that's true only with -std. */
4603 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4604
4605 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4606 inside strings and character constants. */
4607 #define FOO(x) 'x'
4608 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4609
4610 int test (int i, double x);
4611 struct s1 {int (*f) (int a);};
4612 struct s2 {int (*f) (double a);};
4613 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4614 int argc;
4615 char **argv;
4616 int
4617 main ()
4618 {
4619 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4620 ;
4621 return 0;
4622 }
4623 _ACEOF
4624 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4625 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4626 do
4627 CC="$ac_save_CC $ac_arg"
4628 if ac_fn_c_try_compile "$LINENO"; then :
4629 ac_cv_prog_cc_c89=$ac_arg
4630 fi
4631 rm -f core conftest.err conftest.$ac_objext
4632 test "x$ac_cv_prog_cc_c89" != "xno" && break
4633 done
4634 rm -f conftest.$ac_ext
4635 CC=$ac_save_CC
4636
4637 fi
4638 # AC_CACHE_VAL
4639 case "x$ac_cv_prog_cc_c89" in
4640 x)
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4642 $as_echo "none needed" >&6; } ;;
4643 xno)
4644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4645 $as_echo "unsupported" >&6; } ;;
4646 *)
4647 CC="$CC $ac_cv_prog_cc_c89"
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4649 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4650 esac
4651 if test "x$ac_cv_prog_cc_c89" != xno; then :
4652
4653 fi
4654
4655 ac_ext=c
4656 ac_cpp='$CPP $CPPFLAGS'
4657 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4658 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4659 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4660
4661 ac_ext=c
4662 ac_cpp='$CPP $CPPFLAGS'
4663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4664 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4667 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4668 if ${am_cv_prog_cc_c_o+:} false; then :
4669 $as_echo_n "(cached) " >&6
4670 else
4671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4672 /* end confdefs.h. */
4673
4674 int
4675 main ()
4676 {
4677
4678 ;
4679 return 0;
4680 }
4681 _ACEOF
4682 # Make sure it works both with $CC and with simple cc.
4683 # Following AC_PROG_CC_C_O, we do the test twice because some
4684 # compilers refuse to overwrite an existing .o file with -o,
4685 # though they will create one.
4686 am_cv_prog_cc_c_o=yes
4687 for am_i in 1 2; do
4688 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4689 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4690 ac_status=$?
4691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4692 (exit $ac_status); } \
4693 && test -f conftest2.$ac_objext; then
4694 : OK
4695 else
4696 am_cv_prog_cc_c_o=no
4697 break
4698 fi
4699 done
4700 rm -f core conftest*
4701 unset am_i
4702 fi
4703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4704 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4705 if test "$am_cv_prog_cc_c_o" != yes; then
4706 # Losing compiler, so override with the script.
4707 # FIXME: It is wrong to rewrite CC.
4708 # But if we don't then we get into trouble of one sort or another.
4709 # A longer-term fix would be to have automake use am__CC in this case,
4710 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4711 CC="$am_aux_dir/compile $CC"
4712 fi
4713 ac_ext=c
4714 ac_cpp='$CPP $CPPFLAGS'
4715 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4716 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4717 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4718
4719
4720 ac_ext=c
4721 ac_cpp='$CPP $CPPFLAGS'
4722 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4723 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4724 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4726 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4727 # On Suns, sometimes $CPP names a directory.
4728 if test -n "$CPP" && test -d "$CPP"; then
4729 CPP=
4730 fi
4731 if test -z "$CPP"; then
4732 if ${ac_cv_prog_CPP+:} false; then :
4733 $as_echo_n "(cached) " >&6
4734 else
4735 # Double quotes because CPP needs to be expanded
4736 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4737 do
4738 ac_preproc_ok=false
4739 for ac_c_preproc_warn_flag in '' yes
4740 do
4741 # Use a header file that comes with gcc, so configuring glibc
4742 # with a fresh cross-compiler works.
4743 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4744 # <limits.h> exists even on freestanding compilers.
4745 # On the NeXT, cc -E runs the code through the compiler's parser,
4746 # not just through cpp. "Syntax error" is here to catch this case.
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748 /* end confdefs.h. */
4749 #ifdef __STDC__
4750 # include <limits.h>
4751 #else
4752 # include <assert.h>
4753 #endif
4754 Syntax error
4755 _ACEOF
4756 if ac_fn_c_try_cpp "$LINENO"; then :
4757
4758 else
4759 # Broken: fails on valid input.
4760 continue
4761 fi
4762 rm -f conftest.err conftest.i conftest.$ac_ext
4763
4764 # OK, works on sane cases. Now check whether nonexistent headers
4765 # can be detected and how.
4766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4767 /* end confdefs.h. */
4768 #include <ac_nonexistent.h>
4769 _ACEOF
4770 if ac_fn_c_try_cpp "$LINENO"; then :
4771 # Broken: success on invalid input.
4772 continue
4773 else
4774 # Passes both tests.
4775 ac_preproc_ok=:
4776 break
4777 fi
4778 rm -f conftest.err conftest.i conftest.$ac_ext
4779
4780 done
4781 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4782 rm -f conftest.i conftest.err conftest.$ac_ext
4783 if $ac_preproc_ok; then :
4784 break
4785 fi
4786
4787 done
4788 ac_cv_prog_CPP=$CPP
4789
4790 fi
4791 CPP=$ac_cv_prog_CPP
4792 else
4793 ac_cv_prog_CPP=$CPP
4794 fi
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4796 $as_echo "$CPP" >&6; }
4797 ac_preproc_ok=false
4798 for ac_c_preproc_warn_flag in '' yes
4799 do
4800 # Use a header file that comes with gcc, so configuring glibc
4801 # with a fresh cross-compiler works.
4802 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4803 # <limits.h> exists even on freestanding compilers.
4804 # On the NeXT, cc -E runs the code through the compiler's parser,
4805 # not just through cpp. "Syntax error" is here to catch this case.
4806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4807 /* end confdefs.h. */
4808 #ifdef __STDC__
4809 # include <limits.h>
4810 #else
4811 # include <assert.h>
4812 #endif
4813 Syntax error
4814 _ACEOF
4815 if ac_fn_c_try_cpp "$LINENO"; then :
4816
4817 else
4818 # Broken: fails on valid input.
4819 continue
4820 fi
4821 rm -f conftest.err conftest.i conftest.$ac_ext
4822
4823 # OK, works on sane cases. Now check whether nonexistent headers
4824 # can be detected and how.
4825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4826 /* end confdefs.h. */
4827 #include <ac_nonexistent.h>
4828 _ACEOF
4829 if ac_fn_c_try_cpp "$LINENO"; then :
4830 # Broken: success on invalid input.
4831 continue
4832 else
4833 # Passes both tests.
4834 ac_preproc_ok=:
4835 break
4836 fi
4837 rm -f conftest.err conftest.i conftest.$ac_ext
4838
4839 done
4840 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4841 rm -f conftest.i conftest.err conftest.$ac_ext
4842 if $ac_preproc_ok; then :
4843
4844 else
4845 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4846 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4847 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4848 See \`config.log' for more details" "$LINENO" 5; }
4849 fi
4850
4851 ac_ext=c
4852 ac_cpp='$CPP $CPPFLAGS'
4853 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4854 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4855 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4856
4857
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4859 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4860 if ${ac_cv_path_GREP+:} false; then :
4861 $as_echo_n "(cached) " >&6
4862 else
4863 if test -z "$GREP"; then
4864 ac_path_GREP_found=false
4865 # Loop through the user's path and test for each of PROGNAME-LIST
4866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4867 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4868 do
4869 IFS=$as_save_IFS
4870 test -z "$as_dir" && as_dir=.
4871 for ac_prog in grep ggrep; do
4872 for ac_exec_ext in '' $ac_executable_extensions; do
4873 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4874 as_fn_executable_p "$ac_path_GREP" || continue
4875 # Check for GNU ac_path_GREP and select it if it is found.
4876 # Check for GNU $ac_path_GREP
4877 case `"$ac_path_GREP" --version 2>&1` in
4878 *GNU*)
4879 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4880 *)
4881 ac_count=0
4882 $as_echo_n 0123456789 >"conftest.in"
4883 while :
4884 do
4885 cat "conftest.in" "conftest.in" >"conftest.tmp"
4886 mv "conftest.tmp" "conftest.in"
4887 cp "conftest.in" "conftest.nl"
4888 $as_echo 'GREP' >> "conftest.nl"
4889 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4890 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4891 as_fn_arith $ac_count + 1 && ac_count=$as_val
4892 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4893 # Best one so far, save it but keep looking for a better one
4894 ac_cv_path_GREP="$ac_path_GREP"
4895 ac_path_GREP_max=$ac_count
4896 fi
4897 # 10*(2^10) chars as input seems more than enough
4898 test $ac_count -gt 10 && break
4899 done
4900 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4901 esac
4902
4903 $ac_path_GREP_found && break 3
4904 done
4905 done
4906 done
4907 IFS=$as_save_IFS
4908 if test -z "$ac_cv_path_GREP"; then
4909 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4910 fi
4911 else
4912 ac_cv_path_GREP=$GREP
4913 fi
4914
4915 fi
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4917 $as_echo "$ac_cv_path_GREP" >&6; }
4918 GREP="$ac_cv_path_GREP"
4919
4920
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4922 $as_echo_n "checking for egrep... " >&6; }
4923 if ${ac_cv_path_EGREP+:} false; then :
4924 $as_echo_n "(cached) " >&6
4925 else
4926 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4927 then ac_cv_path_EGREP="$GREP -E"
4928 else
4929 if test -z "$EGREP"; then
4930 ac_path_EGREP_found=false
4931 # Loop through the user's path and test for each of PROGNAME-LIST
4932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4933 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4934 do
4935 IFS=$as_save_IFS
4936 test -z "$as_dir" && as_dir=.
4937 for ac_prog in egrep; do
4938 for ac_exec_ext in '' $ac_executable_extensions; do
4939 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4940 as_fn_executable_p "$ac_path_EGREP" || continue
4941 # Check for GNU ac_path_EGREP and select it if it is found.
4942 # Check for GNU $ac_path_EGREP
4943 case `"$ac_path_EGREP" --version 2>&1` in
4944 *GNU*)
4945 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4946 *)
4947 ac_count=0
4948 $as_echo_n 0123456789 >"conftest.in"
4949 while :
4950 do
4951 cat "conftest.in" "conftest.in" >"conftest.tmp"
4952 mv "conftest.tmp" "conftest.in"
4953 cp "conftest.in" "conftest.nl"
4954 $as_echo 'EGREP' >> "conftest.nl"
4955 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4956 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4957 as_fn_arith $ac_count + 1 && ac_count=$as_val
4958 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4959 # Best one so far, save it but keep looking for a better one
4960 ac_cv_path_EGREP="$ac_path_EGREP"
4961 ac_path_EGREP_max=$ac_count
4962 fi
4963 # 10*(2^10) chars as input seems more than enough
4964 test $ac_count -gt 10 && break
4965 done
4966 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4967 esac
4968
4969 $ac_path_EGREP_found && break 3
4970 done
4971 done
4972 done
4973 IFS=$as_save_IFS
4974 if test -z "$ac_cv_path_EGREP"; then
4975 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4976 fi
4977 else
4978 ac_cv_path_EGREP=$EGREP
4979 fi
4980
4981 fi
4982 fi
4983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4984 $as_echo "$ac_cv_path_EGREP" >&6; }
4985 EGREP="$ac_cv_path_EGREP"
4986
4987
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4989 $as_echo_n "checking for ANSI C header files... " >&6; }
4990 if ${ac_cv_header_stdc+:} false; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4994 /* end confdefs.h. */
4995 #include <stdlib.h>
4996 #include <stdarg.h>
4997 #include <string.h>
4998 #include <float.h>
4999
5000 int
5001 main ()
5002 {
5003
5004 ;
5005 return 0;
5006 }
5007 _ACEOF
5008 if ac_fn_c_try_compile "$LINENO"; then :
5009 ac_cv_header_stdc=yes
5010 else
5011 ac_cv_header_stdc=no
5012 fi
5013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5014
5015 if test $ac_cv_header_stdc = yes; then
5016 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h. */
5019 #include <string.h>
5020
5021 _ACEOF
5022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5023 $EGREP "memchr" >/dev/null 2>&1; then :
5024
5025 else
5026 ac_cv_header_stdc=no
5027 fi
5028 rm -f conftest*
5029
5030 fi
5031
5032 if test $ac_cv_header_stdc = yes; then
5033 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5035 /* end confdefs.h. */
5036 #include <stdlib.h>
5037
5038 _ACEOF
5039 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5040 $EGREP "free" >/dev/null 2>&1; then :
5041
5042 else
5043 ac_cv_header_stdc=no
5044 fi
5045 rm -f conftest*
5046
5047 fi
5048
5049 if test $ac_cv_header_stdc = yes; then
5050 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5051 if test "$cross_compiling" = yes; then :
5052 :
5053 else
5054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5055 /* end confdefs.h. */
5056 #include <ctype.h>
5057 #include <stdlib.h>
5058 #if ((' ' & 0x0FF) == 0x020)
5059 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5060 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5061 #else
5062 # define ISLOWER(c) \
5063 (('a' <= (c) && (c) <= 'i') \
5064 || ('j' <= (c) && (c) <= 'r') \
5065 || ('s' <= (c) && (c) <= 'z'))
5066 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5067 #endif
5068
5069 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5070 int
5071 main ()
5072 {
5073 int i;
5074 for (i = 0; i < 256; i++)
5075 if (XOR (islower (i), ISLOWER (i))
5076 || toupper (i) != TOUPPER (i))
5077 return 2;
5078 return 0;
5079 }
5080 _ACEOF
5081 if ac_fn_c_try_run "$LINENO"; then :
5082
5083 else
5084 ac_cv_header_stdc=no
5085 fi
5086 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5087 conftest.$ac_objext conftest.beam conftest.$ac_ext
5088 fi
5089
5090 fi
5091 fi
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5093 $as_echo "$ac_cv_header_stdc" >&6; }
5094 if test $ac_cv_header_stdc = yes; then
5095
5096 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5097
5098 fi
5099
5100 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5101 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5102 inttypes.h stdint.h unistd.h
5103 do :
5104 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5105 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5106 "
5107 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5108 cat >>confdefs.h <<_ACEOF
5109 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5110 _ACEOF
5111
5112 fi
5113
5114 done
5115
5116
5117
5118 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5119 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5120 MINIX=yes
5121 else
5122 MINIX=
5123 fi
5124
5125
5126 if test "$MINIX" = yes; then
5127
5128 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5129
5130
5131 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5132
5133
5134 $as_echo "#define _MINIX 1" >>confdefs.h
5135
5136 fi
5137
5138
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5140 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5141 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5142 $as_echo_n "(cached) " >&6
5143 else
5144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5145 /* end confdefs.h. */
5146
5147 # define __EXTENSIONS__ 1
5148 $ac_includes_default
5149 int
5150 main ()
5151 {
5152
5153 ;
5154 return 0;
5155 }
5156 _ACEOF
5157 if ac_fn_c_try_compile "$LINENO"; then :
5158 ac_cv_safe_to_define___extensions__=yes
5159 else
5160 ac_cv_safe_to_define___extensions__=no
5161 fi
5162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5163 fi
5164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5165 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5166 test $ac_cv_safe_to_define___extensions__ = yes &&
5167 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5168
5169 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5170
5171 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5172
5173 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5174
5175 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5176
5177
5178
5179
5180
5181 if test -n "$ac_tool_prefix"; then
5182 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5183 set dummy ${ac_tool_prefix}ar; ac_word=$2
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5185 $as_echo_n "checking for $ac_word... " >&6; }
5186 if ${ac_cv_prog_AR+:} false; then :
5187 $as_echo_n "(cached) " >&6
5188 else
5189 if test -n "$AR"; then
5190 ac_cv_prog_AR="$AR" # Let the user override the test.
5191 else
5192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5193 for as_dir in $PATH
5194 do
5195 IFS=$as_save_IFS
5196 test -z "$as_dir" && as_dir=.
5197 for ac_exec_ext in '' $ac_executable_extensions; do
5198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5199 ac_cv_prog_AR="${ac_tool_prefix}ar"
5200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5201 break 2
5202 fi
5203 done
5204 done
5205 IFS=$as_save_IFS
5206
5207 fi
5208 fi
5209 AR=$ac_cv_prog_AR
5210 if test -n "$AR"; then
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5212 $as_echo "$AR" >&6; }
5213 else
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5215 $as_echo "no" >&6; }
5216 fi
5217
5218
5219 fi
5220 if test -z "$ac_cv_prog_AR"; then
5221 ac_ct_AR=$AR
5222 # Extract the first word of "ar", so it can be a program name with args.
5223 set dummy ar; ac_word=$2
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5225 $as_echo_n "checking for $ac_word... " >&6; }
5226 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5227 $as_echo_n "(cached) " >&6
5228 else
5229 if test -n "$ac_ct_AR"; then
5230 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5231 else
5232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5233 for as_dir in $PATH
5234 do
5235 IFS=$as_save_IFS
5236 test -z "$as_dir" && as_dir=.
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5239 ac_cv_prog_ac_ct_AR="ar"
5240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5241 break 2
5242 fi
5243 done
5244 done
5245 IFS=$as_save_IFS
5246
5247 fi
5248 fi
5249 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5250 if test -n "$ac_ct_AR"; then
5251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5252 $as_echo "$ac_ct_AR" >&6; }
5253 else
5254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5255 $as_echo "no" >&6; }
5256 fi
5257
5258 if test "x$ac_ct_AR" = x; then
5259 AR=""
5260 else
5261 case $cross_compiling:$ac_tool_warned in
5262 yes:)
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5265 ac_tool_warned=yes ;;
5266 esac
5267 AR=$ac_ct_AR
5268 fi
5269 else
5270 AR="$ac_cv_prog_AR"
5271 fi
5272
5273 if test -n "$ac_tool_prefix"; then
5274 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5275 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5277 $as_echo_n "checking for $ac_word... " >&6; }
5278 if ${ac_cv_prog_RANLIB+:} false; then :
5279 $as_echo_n "(cached) " >&6
5280 else
5281 if test -n "$RANLIB"; then
5282 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5283 else
5284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5285 for as_dir in $PATH
5286 do
5287 IFS=$as_save_IFS
5288 test -z "$as_dir" && as_dir=.
5289 for ac_exec_ext in '' $ac_executable_extensions; do
5290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5291 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5293 break 2
5294 fi
5295 done
5296 done
5297 IFS=$as_save_IFS
5298
5299 fi
5300 fi
5301 RANLIB=$ac_cv_prog_RANLIB
5302 if test -n "$RANLIB"; then
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5304 $as_echo "$RANLIB" >&6; }
5305 else
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5307 $as_echo "no" >&6; }
5308 fi
5309
5310
5311 fi
5312 if test -z "$ac_cv_prog_RANLIB"; then
5313 ac_ct_RANLIB=$RANLIB
5314 # Extract the first word of "ranlib", so it can be a program name with args.
5315 set dummy ranlib; ac_word=$2
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5317 $as_echo_n "checking for $ac_word... " >&6; }
5318 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5319 $as_echo_n "(cached) " >&6
5320 else
5321 if test -n "$ac_ct_RANLIB"; then
5322 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5323 else
5324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5325 for as_dir in $PATH
5326 do
5327 IFS=$as_save_IFS
5328 test -z "$as_dir" && as_dir=.
5329 for ac_exec_ext in '' $ac_executable_extensions; do
5330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5331 ac_cv_prog_ac_ct_RANLIB="ranlib"
5332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 break 2
5334 fi
5335 done
5336 done
5337 IFS=$as_save_IFS
5338
5339 fi
5340 fi
5341 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5342 if test -n "$ac_ct_RANLIB"; then
5343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5344 $as_echo "$ac_ct_RANLIB" >&6; }
5345 else
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5347 $as_echo "no" >&6; }
5348 fi
5349
5350 if test "x$ac_ct_RANLIB" = x; then
5351 RANLIB=":"
5352 else
5353 case $cross_compiling:$ac_tool_warned in
5354 yes:)
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5356 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5357 ac_tool_warned=yes ;;
5358 esac
5359 RANLIB=$ac_ct_RANLIB
5360 fi
5361 else
5362 RANLIB="$ac_cv_prog_RANLIB"
5363 fi
5364
5365
5366 # Check whether --enable-shared was given.
5367 if test "${enable_shared+set}" = set; then :
5368 enableval=$enable_shared; p=${PACKAGE-default}
5369 case $enableval in
5370 yes) enable_shared=yes ;;
5371 no) enable_shared=no ;;
5372 *)
5373 enable_shared=no
5374 # Look at the argument we got. We use all the common list separators.
5375 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5376 for pkg in $enableval; do
5377 IFS="$lt_save_ifs"
5378 if test "X$pkg" = "X$p"; then
5379 enable_shared=yes
5380 fi
5381 done
5382 IFS="$lt_save_ifs"
5383 ;;
5384 esac
5385 else
5386 enable_shared=no
5387 fi
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398 case `pwd` in
5399 *\ * | *\ *)
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5401 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5402 esac
5403
5404
5405
5406 macro_version='2.2.7a'
5407 macro_revision='1.3134'
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421 ltmain="$ac_aux_dir/ltmain.sh"
5422
5423 # Backslashify metacharacters that are still active within
5424 # double-quoted strings.
5425 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5426
5427 # Same as above, but do not quote variable references.
5428 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5429
5430 # Sed substitution to delay expansion of an escaped shell variable in a
5431 # double_quote_subst'ed string.
5432 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5433
5434 # Sed substitution to delay expansion of an escaped single quote.
5435 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5436
5437 # Sed substitution to avoid accidental globbing in evaled expressions
5438 no_glob_subst='s/\*/\\\*/g'
5439
5440 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5441 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5442 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5443
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5445 $as_echo_n "checking how to print strings... " >&6; }
5446 # Test print first, because it will be a builtin if present.
5447 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5448 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5449 ECHO='print -r --'
5450 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5451 ECHO='printf %s\n'
5452 else
5453 # Use this function as a fallback that always works.
5454 func_fallback_echo ()
5455 {
5456 eval 'cat <<_LTECHO_EOF
5457 $1
5458 _LTECHO_EOF'
5459 }
5460 ECHO='func_fallback_echo'
5461 fi
5462
5463 # func_echo_all arg...
5464 # Invoke $ECHO with all args, space-separated.
5465 func_echo_all ()
5466 {
5467 $ECHO ""
5468 }
5469
5470 case "$ECHO" in
5471 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5472 $as_echo "printf" >&6; } ;;
5473 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5474 $as_echo "print -r" >&6; } ;;
5475 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5476 $as_echo "cat" >&6; } ;;
5477 esac
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5493 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5494 if ${ac_cv_path_SED+:} false; then :
5495 $as_echo_n "(cached) " >&6
5496 else
5497 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5498 for ac_i in 1 2 3 4 5 6 7; do
5499 ac_script="$ac_script$as_nl$ac_script"
5500 done
5501 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5502 { ac_script=; unset ac_script;}
5503 if test -z "$SED"; then
5504 ac_path_SED_found=false
5505 # Loop through the user's path and test for each of PROGNAME-LIST
5506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5507 for as_dir in $PATH
5508 do
5509 IFS=$as_save_IFS
5510 test -z "$as_dir" && as_dir=.
5511 for ac_prog in sed gsed; do
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5514 as_fn_executable_p "$ac_path_SED" || continue
5515 # Check for GNU ac_path_SED and select it if it is found.
5516 # Check for GNU $ac_path_SED
5517 case `"$ac_path_SED" --version 2>&1` in
5518 *GNU*)
5519 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5520 *)
5521 ac_count=0
5522 $as_echo_n 0123456789 >"conftest.in"
5523 while :
5524 do
5525 cat "conftest.in" "conftest.in" >"conftest.tmp"
5526 mv "conftest.tmp" "conftest.in"
5527 cp "conftest.in" "conftest.nl"
5528 $as_echo '' >> "conftest.nl"
5529 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5530 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5531 as_fn_arith $ac_count + 1 && ac_count=$as_val
5532 if test $ac_count -gt ${ac_path_SED_max-0}; then
5533 # Best one so far, save it but keep looking for a better one
5534 ac_cv_path_SED="$ac_path_SED"
5535 ac_path_SED_max=$ac_count
5536 fi
5537 # 10*(2^10) chars as input seems more than enough
5538 test $ac_count -gt 10 && break
5539 done
5540 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5541 esac
5542
5543 $ac_path_SED_found && break 3
5544 done
5545 done
5546 done
5547 IFS=$as_save_IFS
5548 if test -z "$ac_cv_path_SED"; then
5549 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5550 fi
5551 else
5552 ac_cv_path_SED=$SED
5553 fi
5554
5555 fi
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5557 $as_echo "$ac_cv_path_SED" >&6; }
5558 SED="$ac_cv_path_SED"
5559 rm -f conftest.sed
5560
5561 test -z "$SED" && SED=sed
5562 Xsed="$SED -e 1s/^X//"
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5575 $as_echo_n "checking for fgrep... " >&6; }
5576 if ${ac_cv_path_FGREP+:} false; then :
5577 $as_echo_n "(cached) " >&6
5578 else
5579 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5580 then ac_cv_path_FGREP="$GREP -F"
5581 else
5582 if test -z "$FGREP"; then
5583 ac_path_FGREP_found=false
5584 # Loop through the user's path and test for each of PROGNAME-LIST
5585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5586 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5587 do
5588 IFS=$as_save_IFS
5589 test -z "$as_dir" && as_dir=.
5590 for ac_prog in fgrep; do
5591 for ac_exec_ext in '' $ac_executable_extensions; do
5592 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5593 as_fn_executable_p "$ac_path_FGREP" || continue
5594 # Check for GNU ac_path_FGREP and select it if it is found.
5595 # Check for GNU $ac_path_FGREP
5596 case `"$ac_path_FGREP" --version 2>&1` in
5597 *GNU*)
5598 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5599 *)
5600 ac_count=0
5601 $as_echo_n 0123456789 >"conftest.in"
5602 while :
5603 do
5604 cat "conftest.in" "conftest.in" >"conftest.tmp"
5605 mv "conftest.tmp" "conftest.in"
5606 cp "conftest.in" "conftest.nl"
5607 $as_echo 'FGREP' >> "conftest.nl"
5608 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5609 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5610 as_fn_arith $ac_count + 1 && ac_count=$as_val
5611 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5612 # Best one so far, save it but keep looking for a better one
5613 ac_cv_path_FGREP="$ac_path_FGREP"
5614 ac_path_FGREP_max=$ac_count
5615 fi
5616 # 10*(2^10) chars as input seems more than enough
5617 test $ac_count -gt 10 && break
5618 done
5619 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5620 esac
5621
5622 $ac_path_FGREP_found && break 3
5623 done
5624 done
5625 done
5626 IFS=$as_save_IFS
5627 if test -z "$ac_cv_path_FGREP"; then
5628 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5629 fi
5630 else
5631 ac_cv_path_FGREP=$FGREP
5632 fi
5633
5634 fi
5635 fi
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5637 $as_echo "$ac_cv_path_FGREP" >&6; }
5638 FGREP="$ac_cv_path_FGREP"
5639
5640
5641 test -z "$GREP" && GREP=grep
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661 # Check whether --with-gnu-ld was given.
5662 if test "${with_gnu_ld+set}" = set; then :
5663 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5664 else
5665 with_gnu_ld=no
5666 fi
5667
5668 ac_prog=ld
5669 if test "$GCC" = yes; then
5670 # Check if gcc -print-prog-name=ld gives a path.
5671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5672 $as_echo_n "checking for ld used by $CC... " >&6; }
5673 case $host in
5674 *-*-mingw*)
5675 # gcc leaves a trailing carriage return which upsets mingw
5676 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5677 *)
5678 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5679 esac
5680 case $ac_prog in
5681 # Accept absolute paths.
5682 [\\/]* | ?:[\\/]*)
5683 re_direlt='/[^/][^/]*/\.\./'
5684 # Canonicalize the pathname of ld
5685 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5686 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5687 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5688 done
5689 test -z "$LD" && LD="$ac_prog"
5690 ;;
5691 "")
5692 # If it fails, then pretend we aren't using GCC.
5693 ac_prog=ld
5694 ;;
5695 *)
5696 # If it is relative, then search for the first ld in PATH.
5697 with_gnu_ld=unknown
5698 ;;
5699 esac
5700 elif test "$with_gnu_ld" = yes; then
5701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5702 $as_echo_n "checking for GNU ld... " >&6; }
5703 else
5704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5705 $as_echo_n "checking for non-GNU ld... " >&6; }
5706 fi
5707 if ${lt_cv_path_LD+:} false; then :
5708 $as_echo_n "(cached) " >&6
5709 else
5710 if test -z "$LD"; then
5711 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5712 for ac_dir in $PATH; do
5713 IFS="$lt_save_ifs"
5714 test -z "$ac_dir" && ac_dir=.
5715 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5716 lt_cv_path_LD="$ac_dir/$ac_prog"
5717 # Check to see if the program is GNU ld. I'd rather use --version,
5718 # but apparently some variants of GNU ld only accept -v.
5719 # Break only if it was the GNU/non-GNU ld that we prefer.
5720 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5721 *GNU* | *'with BFD'*)
5722 test "$with_gnu_ld" != no && break
5723 ;;
5724 *)
5725 test "$with_gnu_ld" != yes && break
5726 ;;
5727 esac
5728 fi
5729 done
5730 IFS="$lt_save_ifs"
5731 else
5732 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5733 fi
5734 fi
5735
5736 LD="$lt_cv_path_LD"
5737 if test -n "$LD"; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5739 $as_echo "$LD" >&6; }
5740 else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5742 $as_echo "no" >&6; }
5743 fi
5744 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5746 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5747 if ${lt_cv_prog_gnu_ld+:} false; then :
5748 $as_echo_n "(cached) " >&6
5749 else
5750 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5751 case `$LD -v 2>&1 </dev/null` in
5752 *GNU* | *'with BFD'*)
5753 lt_cv_prog_gnu_ld=yes
5754 ;;
5755 *)
5756 lt_cv_prog_gnu_ld=no
5757 ;;
5758 esac
5759 fi
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5761 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5762 with_gnu_ld=$lt_cv_prog_gnu_ld
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5773 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5774 if ${lt_cv_path_NM+:} false; then :
5775 $as_echo_n "(cached) " >&6
5776 else
5777 if test -n "$NM"; then
5778 # Let the user override the test.
5779 lt_cv_path_NM="$NM"
5780 else
5781 lt_nm_to_check="${ac_tool_prefix}nm"
5782 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5783 lt_nm_to_check="$lt_nm_to_check nm"
5784 fi
5785 for lt_tmp_nm in $lt_nm_to_check; do
5786 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5787 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5788 IFS="$lt_save_ifs"
5789 test -z "$ac_dir" && ac_dir=.
5790 tmp_nm="$ac_dir/$lt_tmp_nm"
5791 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5792 # Check to see if the nm accepts a BSD-compat flag.
5793 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5794 # nm: unknown option "B" ignored
5795 # Tru64's nm complains that /dev/null is an invalid object file
5796 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5797 */dev/null* | *'Invalid file or object type'*)
5798 lt_cv_path_NM="$tmp_nm -B"
5799 break
5800 ;;
5801 *)
5802 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5803 */dev/null*)
5804 lt_cv_path_NM="$tmp_nm -p"
5805 break
5806 ;;
5807 *)
5808 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5809 continue # so that we can try to find one that supports BSD flags
5810 ;;
5811 esac
5812 ;;
5813 esac
5814 fi
5815 done
5816 IFS="$lt_save_ifs"
5817 done
5818 : ${lt_cv_path_NM=no}
5819 fi
5820 fi
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5822 $as_echo "$lt_cv_path_NM" >&6; }
5823 if test "$lt_cv_path_NM" != "no"; then
5824 NM="$lt_cv_path_NM"
5825 else
5826 # Didn't find any BSD compatible name lister, look for dumpbin.
5827 if test -n "$DUMPBIN"; then :
5828 # Let the user override the test.
5829 else
5830 if test -n "$ac_tool_prefix"; then
5831 for ac_prog in dumpbin "link -dump"
5832 do
5833 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5834 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5836 $as_echo_n "checking for $ac_word... " >&6; }
5837 if ${ac_cv_prog_DUMPBIN+:} false; then :
5838 $as_echo_n "(cached) " >&6
5839 else
5840 if test -n "$DUMPBIN"; then
5841 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5842 else
5843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5844 for as_dir in $PATH
5845 do
5846 IFS=$as_save_IFS
5847 test -z "$as_dir" && as_dir=.
5848 for ac_exec_ext in '' $ac_executable_extensions; do
5849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5850 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5852 break 2
5853 fi
5854 done
5855 done
5856 IFS=$as_save_IFS
5857
5858 fi
5859 fi
5860 DUMPBIN=$ac_cv_prog_DUMPBIN
5861 if test -n "$DUMPBIN"; then
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5863 $as_echo "$DUMPBIN" >&6; }
5864 else
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5866 $as_echo "no" >&6; }
5867 fi
5868
5869
5870 test -n "$DUMPBIN" && break
5871 done
5872 fi
5873 if test -z "$DUMPBIN"; then
5874 ac_ct_DUMPBIN=$DUMPBIN
5875 for ac_prog in dumpbin "link -dump"
5876 do
5877 # Extract the first word of "$ac_prog", so it can be a program name with args.
5878 set dummy $ac_prog; ac_word=$2
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5880 $as_echo_n "checking for $ac_word... " >&6; }
5881 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5882 $as_echo_n "(cached) " >&6
5883 else
5884 if test -n "$ac_ct_DUMPBIN"; then
5885 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5886 else
5887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888 for as_dir in $PATH
5889 do
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_exec_ext in '' $ac_executable_extensions; do
5893 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5894 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 break 2
5897 fi
5898 done
5899 done
5900 IFS=$as_save_IFS
5901
5902 fi
5903 fi
5904 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5905 if test -n "$ac_ct_DUMPBIN"; then
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5907 $as_echo "$ac_ct_DUMPBIN" >&6; }
5908 else
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5910 $as_echo "no" >&6; }
5911 fi
5912
5913
5914 test -n "$ac_ct_DUMPBIN" && break
5915 done
5916
5917 if test "x$ac_ct_DUMPBIN" = x; then
5918 DUMPBIN=":"
5919 else
5920 case $cross_compiling:$ac_tool_warned in
5921 yes:)
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5923 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5924 ac_tool_warned=yes ;;
5925 esac
5926 DUMPBIN=$ac_ct_DUMPBIN
5927 fi
5928 fi
5929
5930 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5931 *COFF*)
5932 DUMPBIN="$DUMPBIN -symbols"
5933 ;;
5934 *)
5935 DUMPBIN=:
5936 ;;
5937 esac
5938 fi
5939
5940 if test "$DUMPBIN" != ":"; then
5941 NM="$DUMPBIN"
5942 fi
5943 fi
5944 test -z "$NM" && NM=nm
5945
5946
5947
5948
5949
5950
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5952 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5953 if ${lt_cv_nm_interface+:} false; then :
5954 $as_echo_n "(cached) " >&6
5955 else
5956 lt_cv_nm_interface="BSD nm"
5957 echo "int some_variable = 0;" > conftest.$ac_ext
5958 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5959 (eval "$ac_compile" 2>conftest.err)
5960 cat conftest.err >&5
5961 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5962 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5963 cat conftest.err >&5
5964 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5965 cat conftest.out >&5
5966 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5967 lt_cv_nm_interface="MS dumpbin"
5968 fi
5969 rm -f conftest*
5970 fi
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5972 $as_echo "$lt_cv_nm_interface" >&6; }
5973
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5975 $as_echo_n "checking whether ln -s works... " >&6; }
5976 LN_S=$as_ln_s
5977 if test "$LN_S" = "ln -s"; then
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5979 $as_echo "yes" >&6; }
5980 else
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5982 $as_echo "no, using $LN_S" >&6; }
5983 fi
5984
5985 # find the maximum length of command line arguments
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5987 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5988 if ${lt_cv_sys_max_cmd_len+:} false; then :
5989 $as_echo_n "(cached) " >&6
5990 else
5991 i=0
5992 teststring="ABCD"
5993
5994 case $build_os in
5995 msdosdjgpp*)
5996 # On DJGPP, this test can blow up pretty badly due to problems in libc
5997 # (any single argument exceeding 2000 bytes causes a buffer overrun
5998 # during glob expansion). Even if it were fixed, the result of this
5999 # check would be larger than it should be.
6000 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6001 ;;
6002
6003 gnu*)
6004 # Under GNU Hurd, this test is not required because there is
6005 # no limit to the length of command line arguments.
6006 # Libtool will interpret -1 as no limit whatsoever
6007 lt_cv_sys_max_cmd_len=-1;
6008 ;;
6009
6010 cygwin* | mingw* | cegcc*)
6011 # On Win9x/ME, this test blows up -- it succeeds, but takes
6012 # about 5 minutes as the teststring grows exponentially.
6013 # Worse, since 9x/ME are not pre-emptively multitasking,
6014 # you end up with a "frozen" computer, even though with patience
6015 # the test eventually succeeds (with a max line length of 256k).
6016 # Instead, let's just punt: use the minimum linelength reported by
6017 # all of the supported platforms: 8192 (on NT/2K/XP).
6018 lt_cv_sys_max_cmd_len=8192;
6019 ;;
6020
6021 mint*)
6022 # On MiNT this can take a long time and run out of memory.
6023 lt_cv_sys_max_cmd_len=8192;
6024 ;;
6025
6026 amigaos*)
6027 # On AmigaOS with pdksh, this test takes hours, literally.
6028 # So we just punt and use a minimum line length of 8192.
6029 lt_cv_sys_max_cmd_len=8192;
6030 ;;
6031
6032 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6033 # This has been around since 386BSD, at least. Likely further.
6034 if test -x /sbin/sysctl; then
6035 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6036 elif test -x /usr/sbin/sysctl; then
6037 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6038 else
6039 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6040 fi
6041 # And add a safety zone
6042 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6043 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6044 ;;
6045
6046 interix*)
6047 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6048 lt_cv_sys_max_cmd_len=196608
6049 ;;
6050
6051 osf*)
6052 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6053 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6054 # nice to cause kernel panics so lets avoid the loop below.
6055 # First set a reasonable default.
6056 lt_cv_sys_max_cmd_len=16384
6057 #
6058 if test -x /sbin/sysconfig; then
6059 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6060 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6061 esac
6062 fi
6063 ;;
6064 sco3.2v5*)
6065 lt_cv_sys_max_cmd_len=102400
6066 ;;
6067 sysv5* | sco5v6* | sysv4.2uw2*)
6068 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6069 if test -n "$kargmax"; then
6070 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6071 else
6072 lt_cv_sys_max_cmd_len=32768
6073 fi
6074 ;;
6075 *)
6076 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6077 if test -n "$lt_cv_sys_max_cmd_len"; then
6078 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6079 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6080 else
6081 # Make teststring a little bigger before we do anything with it.
6082 # a 1K string should be a reasonable start.
6083 for i in 1 2 3 4 5 6 7 8 ; do
6084 teststring=$teststring$teststring
6085 done
6086 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6087 # If test is not a shell built-in, we'll probably end up computing a
6088 # maximum length that is only half of the actual maximum length, but
6089 # we can't tell.
6090 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6091 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6092 test $i != 17 # 1/2 MB should be enough
6093 do
6094 i=`expr $i + 1`
6095 teststring=$teststring$teststring
6096 done
6097 # Only check the string length outside the loop.
6098 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6099 teststring=
6100 # Add a significant safety factor because C++ compilers can tack on
6101 # massive amounts of additional arguments before passing them to the
6102 # linker. It appears as though 1/2 is a usable value.
6103 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6104 fi
6105 ;;
6106 esac
6107
6108 fi
6109
6110 if test -n $lt_cv_sys_max_cmd_len ; then
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6112 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6113 else
6114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6115 $as_echo "none" >&6; }
6116 fi
6117 max_cmd_len=$lt_cv_sys_max_cmd_len
6118
6119
6120
6121
6122
6123
6124 : ${CP="cp -f"}
6125 : ${MV="mv -f"}
6126 : ${RM="rm -f"}
6127
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6129 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6130 # Try some XSI features
6131 xsi_shell=no
6132 ( _lt_dummy="a/b/c"
6133 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6134 = c,a/b,, \
6135 && eval 'test $(( 1 + 1 )) -eq 2 \
6136 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6137 && xsi_shell=yes
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6139 $as_echo "$xsi_shell" >&6; }
6140
6141
6142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6143 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6144 lt_shell_append=no
6145 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6146 >/dev/null 2>&1 \
6147 && lt_shell_append=yes
6148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6149 $as_echo "$lt_shell_append" >&6; }
6150
6151
6152 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6153 lt_unset=unset
6154 else
6155 lt_unset=false
6156 fi
6157
6158
6159
6160
6161
6162 # test EBCDIC or ASCII
6163 case `echo X|tr X '\101'` in
6164 A) # ASCII based system
6165 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6166 lt_SP2NL='tr \040 \012'
6167 lt_NL2SP='tr \015\012 \040\040'
6168 ;;
6169 *) # EBCDIC based system
6170 lt_SP2NL='tr \100 \n'
6171 lt_NL2SP='tr \r\n \100\100'
6172 ;;
6173 esac
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6184 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6185 if ${lt_cv_ld_reload_flag+:} false; then :
6186 $as_echo_n "(cached) " >&6
6187 else
6188 lt_cv_ld_reload_flag='-r'
6189 fi
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6191 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6192 reload_flag=$lt_cv_ld_reload_flag
6193 case $reload_flag in
6194 "" | " "*) ;;
6195 *) reload_flag=" $reload_flag" ;;
6196 esac
6197 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6198 case $host_os in
6199 darwin*)
6200 if test "$GCC" = yes; then
6201 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6202 else
6203 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6204 fi
6205 ;;
6206 esac
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216 if test -n "$ac_tool_prefix"; then
6217 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6218 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6220 $as_echo_n "checking for $ac_word... " >&6; }
6221 if ${ac_cv_prog_OBJDUMP+:} false; then :
6222 $as_echo_n "(cached) " >&6
6223 else
6224 if test -n "$OBJDUMP"; then
6225 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6226 else
6227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6228 for as_dir in $PATH
6229 do
6230 IFS=$as_save_IFS
6231 test -z "$as_dir" && as_dir=.
6232 for ac_exec_ext in '' $ac_executable_extensions; do
6233 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6234 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6236 break 2
6237 fi
6238 done
6239 done
6240 IFS=$as_save_IFS
6241
6242 fi
6243 fi
6244 OBJDUMP=$ac_cv_prog_OBJDUMP
6245 if test -n "$OBJDUMP"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6247 $as_echo "$OBJDUMP" >&6; }
6248 else
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6250 $as_echo "no" >&6; }
6251 fi
6252
6253
6254 fi
6255 if test -z "$ac_cv_prog_OBJDUMP"; then
6256 ac_ct_OBJDUMP=$OBJDUMP
6257 # Extract the first word of "objdump", so it can be a program name with args.
6258 set dummy objdump; ac_word=$2
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6260 $as_echo_n "checking for $ac_word... " >&6; }
6261 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6262 $as_echo_n "(cached) " >&6
6263 else
6264 if test -n "$ac_ct_OBJDUMP"; then
6265 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6266 else
6267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6268 for as_dir in $PATH
6269 do
6270 IFS=$as_save_IFS
6271 test -z "$as_dir" && as_dir=.
6272 for ac_exec_ext in '' $ac_executable_extensions; do
6273 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6274 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6276 break 2
6277 fi
6278 done
6279 done
6280 IFS=$as_save_IFS
6281
6282 fi
6283 fi
6284 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6285 if test -n "$ac_ct_OBJDUMP"; then
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6287 $as_echo "$ac_ct_OBJDUMP" >&6; }
6288 else
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6290 $as_echo "no" >&6; }
6291 fi
6292
6293 if test "x$ac_ct_OBJDUMP" = x; then
6294 OBJDUMP="false"
6295 else
6296 case $cross_compiling:$ac_tool_warned in
6297 yes:)
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6300 ac_tool_warned=yes ;;
6301 esac
6302 OBJDUMP=$ac_ct_OBJDUMP
6303 fi
6304 else
6305 OBJDUMP="$ac_cv_prog_OBJDUMP"
6306 fi
6307
6308 test -z "$OBJDUMP" && OBJDUMP=objdump
6309
6310
6311
6312
6313
6314
6315
6316
6317
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6319 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6320 if ${lt_cv_deplibs_check_method+:} false; then :
6321 $as_echo_n "(cached) " >&6
6322 else
6323 lt_cv_file_magic_cmd='$MAGIC_CMD'
6324 lt_cv_file_magic_test_file=
6325 lt_cv_deplibs_check_method='unknown'
6326 # Need to set the preceding variable on all platforms that support
6327 # interlibrary dependencies.
6328 # 'none' -- dependencies not supported.
6329 # `unknown' -- same as none, but documents that we really don't know.
6330 # 'pass_all' -- all dependencies passed with no checks.
6331 # 'test_compile' -- check by making test program.
6332 # 'file_magic [[regex]]' -- check by looking for files in library path
6333 # which responds to the $file_magic_cmd with a given extended regex.
6334 # If you have `file' or equivalent on your system and you're not sure
6335 # whether `pass_all' will *always* work, you probably want this one.
6336
6337 case $host_os in
6338 aix[4-9]*)
6339 lt_cv_deplibs_check_method=pass_all
6340 ;;
6341
6342 beos*)
6343 lt_cv_deplibs_check_method=pass_all
6344 ;;
6345
6346 bsdi[45]*)
6347 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6348 lt_cv_file_magic_cmd='/usr/bin/file -L'
6349 lt_cv_file_magic_test_file=/shlib/libc.so
6350 ;;
6351
6352 cygwin*)
6353 # func_win32_libid is a shell function defined in ltmain.sh
6354 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6355 lt_cv_file_magic_cmd='func_win32_libid'
6356 ;;
6357
6358 mingw* | pw32*)
6359 # Base MSYS/MinGW do not provide the 'file' command needed by
6360 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6361 # unless we find 'file', for example because we are cross-compiling.
6362 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6363 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6364 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6365 lt_cv_file_magic_cmd='func_win32_libid'
6366 else
6367 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6368 lt_cv_file_magic_cmd='$OBJDUMP -f'
6369 fi
6370 ;;
6371
6372 cegcc*)
6373 # use the weaker test based on 'objdump'. See mingw*.
6374 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6375 lt_cv_file_magic_cmd='$OBJDUMP -f'
6376 ;;
6377
6378 darwin* | rhapsody*)
6379 lt_cv_deplibs_check_method=pass_all
6380 ;;
6381
6382 freebsd* | dragonfly*)
6383 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6384 case $host_cpu in
6385 i*86 )
6386 # Not sure whether the presence of OpenBSD here was a mistake.
6387 # Let's accept both of them until this is cleared up.
6388 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6389 lt_cv_file_magic_cmd=/usr/bin/file
6390 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6391 ;;
6392 esac
6393 else
6394 lt_cv_deplibs_check_method=pass_all
6395 fi
6396 ;;
6397
6398 gnu*)
6399 lt_cv_deplibs_check_method=pass_all
6400 ;;
6401
6402 haiku*)
6403 lt_cv_deplibs_check_method=pass_all
6404 ;;
6405
6406 hpux10.20* | hpux11*)
6407 lt_cv_file_magic_cmd=/usr/bin/file
6408 case $host_cpu in
6409 ia64*)
6410 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6411 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6412 ;;
6413 hppa*64*)
6414 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]'
6415 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6416 ;;
6417 *)
6418 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6419 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6420 ;;
6421 esac
6422 ;;
6423
6424 interix[3-9]*)
6425 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6426 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6427 ;;
6428
6429 irix5* | irix6* | nonstopux*)
6430 case $LD in
6431 *-32|*"-32 ") libmagic=32-bit;;
6432 *-n32|*"-n32 ") libmagic=N32;;
6433 *-64|*"-64 ") libmagic=64-bit;;
6434 *) libmagic=never-match;;
6435 esac
6436 lt_cv_deplibs_check_method=pass_all
6437 ;;
6438
6439 # This must be Linux ELF.
6440 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6441 lt_cv_deplibs_check_method=pass_all
6442 ;;
6443
6444 netbsd*)
6445 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6446 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6447 else
6448 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6449 fi
6450 ;;
6451
6452 newos6*)
6453 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6454 lt_cv_file_magic_cmd=/usr/bin/file
6455 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6456 ;;
6457
6458 *nto* | *qnx*)
6459 lt_cv_deplibs_check_method=pass_all
6460 ;;
6461
6462 openbsd*)
6463 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6464 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6465 else
6466 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6467 fi
6468 ;;
6469
6470 osf3* | osf4* | osf5*)
6471 lt_cv_deplibs_check_method=pass_all
6472 ;;
6473
6474 rdos*)
6475 lt_cv_deplibs_check_method=pass_all
6476 ;;
6477
6478 solaris*)
6479 lt_cv_deplibs_check_method=pass_all
6480 ;;
6481
6482 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6483 lt_cv_deplibs_check_method=pass_all
6484 ;;
6485
6486 sysv4 | sysv4.3*)
6487 case $host_vendor in
6488 motorola)
6489 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]'
6490 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6491 ;;
6492 ncr)
6493 lt_cv_deplibs_check_method=pass_all
6494 ;;
6495 sequent)
6496 lt_cv_file_magic_cmd='/bin/file'
6497 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6498 ;;
6499 sni)
6500 lt_cv_file_magic_cmd='/bin/file'
6501 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6502 lt_cv_file_magic_test_file=/lib/libc.so
6503 ;;
6504 siemens)
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
6507 pc)
6508 lt_cv_deplibs_check_method=pass_all
6509 ;;
6510 esac
6511 ;;
6512
6513 tpf*)
6514 lt_cv_deplibs_check_method=pass_all
6515 ;;
6516 esac
6517
6518 fi
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6520 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6521 file_magic_cmd=$lt_cv_file_magic_cmd
6522 deplibs_check_method=$lt_cv_deplibs_check_method
6523 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536 plugin_option=
6537 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6538 for plugin in $plugin_names; do
6539 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6540 if test x$plugin_so = x$plugin; then
6541 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6542 fi
6543 if test x$plugin_so != x$plugin; then
6544 plugin_option="--plugin $plugin_so"
6545 break
6546 fi
6547 done
6548
6549 if test -n "$ac_tool_prefix"; then
6550 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6551 set dummy ${ac_tool_prefix}ar; ac_word=$2
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6553 $as_echo_n "checking for $ac_word... " >&6; }
6554 if ${ac_cv_prog_AR+:} false; then :
6555 $as_echo_n "(cached) " >&6
6556 else
6557 if test -n "$AR"; then
6558 ac_cv_prog_AR="$AR" # Let the user override the test.
6559 else
6560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6561 for as_dir in $PATH
6562 do
6563 IFS=$as_save_IFS
6564 test -z "$as_dir" && as_dir=.
6565 for ac_exec_ext in '' $ac_executable_extensions; do
6566 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6567 ac_cv_prog_AR="${ac_tool_prefix}ar"
6568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6569 break 2
6570 fi
6571 done
6572 done
6573 IFS=$as_save_IFS
6574
6575 fi
6576 fi
6577 AR=$ac_cv_prog_AR
6578 if test -n "$AR"; then
6579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6580 $as_echo "$AR" >&6; }
6581 else
6582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6583 $as_echo "no" >&6; }
6584 fi
6585
6586
6587 fi
6588 if test -z "$ac_cv_prog_AR"; then
6589 ac_ct_AR=$AR
6590 # Extract the first word of "ar", so it can be a program name with args.
6591 set dummy ar; ac_word=$2
6592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6593 $as_echo_n "checking for $ac_word... " >&6; }
6594 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6595 $as_echo_n "(cached) " >&6
6596 else
6597 if test -n "$ac_ct_AR"; then
6598 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6599 else
6600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6601 for as_dir in $PATH
6602 do
6603 IFS=$as_save_IFS
6604 test -z "$as_dir" && as_dir=.
6605 for ac_exec_ext in '' $ac_executable_extensions; do
6606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6607 ac_cv_prog_ac_ct_AR="ar"
6608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6609 break 2
6610 fi
6611 done
6612 done
6613 IFS=$as_save_IFS
6614
6615 fi
6616 fi
6617 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6618 if test -n "$ac_ct_AR"; then
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6620 $as_echo "$ac_ct_AR" >&6; }
6621 else
6622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6623 $as_echo "no" >&6; }
6624 fi
6625
6626 if test "x$ac_ct_AR" = x; then
6627 AR="false"
6628 else
6629 case $cross_compiling:$ac_tool_warned in
6630 yes:)
6631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6632 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6633 ac_tool_warned=yes ;;
6634 esac
6635 AR=$ac_ct_AR
6636 fi
6637 else
6638 AR="$ac_cv_prog_AR"
6639 fi
6640
6641 test -z "$AR" && AR=ar
6642 if test -n "$plugin_option"; then
6643 if $AR --help 2>&1 | grep -q "\--plugin"; then
6644 AR="$AR $plugin_option"
6645 fi
6646 fi
6647 test -z "$AR_FLAGS" && AR_FLAGS=cru
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659 if test -n "$ac_tool_prefix"; then
6660 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6661 set dummy ${ac_tool_prefix}strip; ac_word=$2
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6663 $as_echo_n "checking for $ac_word... " >&6; }
6664 if ${ac_cv_prog_STRIP+:} false; then :
6665 $as_echo_n "(cached) " >&6
6666 else
6667 if test -n "$STRIP"; then
6668 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6672 do
6673 IFS=$as_save_IFS
6674 test -z "$as_dir" && as_dir=.
6675 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6677 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6679 break 2
6680 fi
6681 done
6682 done
6683 IFS=$as_save_IFS
6684
6685 fi
6686 fi
6687 STRIP=$ac_cv_prog_STRIP
6688 if test -n "$STRIP"; then
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6690 $as_echo "$STRIP" >&6; }
6691 else
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6693 $as_echo "no" >&6; }
6694 fi
6695
6696
6697 fi
6698 if test -z "$ac_cv_prog_STRIP"; then
6699 ac_ct_STRIP=$STRIP
6700 # Extract the first word of "strip", so it can be a program name with args.
6701 set dummy strip; ac_word=$2
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6703 $as_echo_n "checking for $ac_word... " >&6; }
6704 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6705 $as_echo_n "(cached) " >&6
6706 else
6707 if test -n "$ac_ct_STRIP"; then
6708 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6709 else
6710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6711 for as_dir in $PATH
6712 do
6713 IFS=$as_save_IFS
6714 test -z "$as_dir" && as_dir=.
6715 for ac_exec_ext in '' $ac_executable_extensions; do
6716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6717 ac_cv_prog_ac_ct_STRIP="strip"
6718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6719 break 2
6720 fi
6721 done
6722 done
6723 IFS=$as_save_IFS
6724
6725 fi
6726 fi
6727 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6728 if test -n "$ac_ct_STRIP"; then
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6730 $as_echo "$ac_ct_STRIP" >&6; }
6731 else
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6733 $as_echo "no" >&6; }
6734 fi
6735
6736 if test "x$ac_ct_STRIP" = x; then
6737 STRIP=":"
6738 else
6739 case $cross_compiling:$ac_tool_warned in
6740 yes:)
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6742 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6743 ac_tool_warned=yes ;;
6744 esac
6745 STRIP=$ac_ct_STRIP
6746 fi
6747 else
6748 STRIP="$ac_cv_prog_STRIP"
6749 fi
6750
6751 test -z "$STRIP" && STRIP=:
6752
6753
6754
6755
6756
6757
6758 if test -n "$ac_tool_prefix"; then
6759 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6760 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6762 $as_echo_n "checking for $ac_word... " >&6; }
6763 if ${ac_cv_prog_RANLIB+:} false; then :
6764 $as_echo_n "(cached) " >&6
6765 else
6766 if test -n "$RANLIB"; then
6767 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6768 else
6769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6770 for as_dir in $PATH
6771 do
6772 IFS=$as_save_IFS
6773 test -z "$as_dir" && as_dir=.
6774 for ac_exec_ext in '' $ac_executable_extensions; do
6775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6776 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6778 break 2
6779 fi
6780 done
6781 done
6782 IFS=$as_save_IFS
6783
6784 fi
6785 fi
6786 RANLIB=$ac_cv_prog_RANLIB
6787 if test -n "$RANLIB"; then
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6789 $as_echo "$RANLIB" >&6; }
6790 else
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6792 $as_echo "no" >&6; }
6793 fi
6794
6795
6796 fi
6797 if test -z "$ac_cv_prog_RANLIB"; then
6798 ac_ct_RANLIB=$RANLIB
6799 # Extract the first word of "ranlib", so it can be a program name with args.
6800 set dummy ranlib; ac_word=$2
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802 $as_echo_n "checking for $ac_word... " >&6; }
6803 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 if test -n "$ac_ct_RANLIB"; then
6807 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6808 else
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6810 for as_dir in $PATH
6811 do
6812 IFS=$as_save_IFS
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_ac_ct_RANLIB="ranlib"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6818 break 2
6819 fi
6820 done
6821 done
6822 IFS=$as_save_IFS
6823
6824 fi
6825 fi
6826 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6827 if test -n "$ac_ct_RANLIB"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6829 $as_echo "$ac_ct_RANLIB" >&6; }
6830 else
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832 $as_echo "no" >&6; }
6833 fi
6834
6835 if test "x$ac_ct_RANLIB" = x; then
6836 RANLIB=":"
6837 else
6838 case $cross_compiling:$ac_tool_warned in
6839 yes:)
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6841 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6842 ac_tool_warned=yes ;;
6843 esac
6844 RANLIB=$ac_ct_RANLIB
6845 fi
6846 else
6847 RANLIB="$ac_cv_prog_RANLIB"
6848 fi
6849
6850 test -z "$RANLIB" && RANLIB=:
6851 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6852 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6853 RANLIB="$RANLIB $plugin_option"
6854 fi
6855 fi
6856
6857
6858
6859
6860
6861
6862 # Determine commands to create old-style static archives.
6863 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6864 old_postinstall_cmds='chmod 644 $oldlib'
6865 old_postuninstall_cmds=
6866
6867 if test -n "$RANLIB"; then
6868 case $host_os in
6869 openbsd*)
6870 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6871 ;;
6872 *)
6873 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6874 ;;
6875 esac
6876 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6877 fi
6878
6879 case $host_os in
6880 darwin*)
6881 lock_old_archive_extraction=yes ;;
6882 *)
6883 lock_old_archive_extraction=no ;;
6884 esac
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922
6923
6924 # If no C compiler was specified, use CC.
6925 LTCC=${LTCC-"$CC"}
6926
6927 # If no C compiler flags were specified, use CFLAGS.
6928 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6929
6930 # Allow CC to be a program name with arguments.
6931 compiler=$CC
6932
6933
6934 # Check for command to grab the raw symbol name followed by C symbol from nm.
6935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6936 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6937 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6938 $as_echo_n "(cached) " >&6
6939 else
6940
6941 # These are sane defaults that work on at least a few old systems.
6942 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6943
6944 # Character class describing NM global symbol codes.
6945 symcode='[BCDEGRST]'
6946
6947 # Regexp to match symbols that can be accessed directly from C.
6948 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6949
6950 # Define system-specific variables.
6951 case $host_os in
6952 aix*)
6953 symcode='[BCDT]'
6954 ;;
6955 cygwin* | mingw* | pw32* | cegcc*)
6956 symcode='[ABCDGISTW]'
6957 ;;
6958 hpux*)
6959 if test "$host_cpu" = ia64; then
6960 symcode='[ABCDEGRST]'
6961 fi
6962 ;;
6963 irix* | nonstopux*)
6964 symcode='[BCDEGRST]'
6965 ;;
6966 osf*)
6967 symcode='[BCDEGQRST]'
6968 ;;
6969 solaris*)
6970 symcode='[BDRT]'
6971 ;;
6972 sco3.2v5*)
6973 symcode='[DT]'
6974 ;;
6975 sysv4.2uw2*)
6976 symcode='[DT]'
6977 ;;
6978 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6979 symcode='[ABDT]'
6980 ;;
6981 sysv4)
6982 symcode='[DFNSTU]'
6983 ;;
6984 esac
6985
6986 # If we're using GNU nm, then use its standard symbol codes.
6987 case `$NM -V 2>&1` in
6988 *GNU* | *'with BFD'*)
6989 symcode='[ABCDGIRSTW]' ;;
6990 esac
6991
6992 # Transform an extracted symbol line into a proper C declaration.
6993 # Some systems (esp. on ia64) link data and code symbols differently,
6994 # so use this general approach.
6995 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6996
6997 # Transform an extracted symbol line into symbol name and symbol address
6998 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6999 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'"
7000
7001 # Handle CRLF in mingw tool chain
7002 opt_cr=
7003 case $build_os in
7004 mingw*)
7005 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7006 ;;
7007 esac
7008
7009 # Try without a prefix underscore, then with it.
7010 for ac_symprfx in "" "_"; do
7011
7012 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7013 symxfrm="\\1 $ac_symprfx\\2 \\2"
7014
7015 # Write the raw and C identifiers.
7016 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7017 # Fake it for dumpbin and say T for any non-static function
7018 # and D for any global variable.
7019 # Also find C++ and __fastcall symbols from MSVC++,
7020 # which start with @ or ?.
7021 lt_cv_sys_global_symbol_pipe="$AWK '"\
7022 " {last_section=section; section=\$ 3};"\
7023 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7024 " \$ 0!~/External *\|/{next};"\
7025 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7026 " {if(hide[section]) next};"\
7027 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7028 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7029 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7030 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7031 " ' prfx=^$ac_symprfx"
7032 else
7033 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7034 fi
7035
7036 # Check to see that the pipe works correctly.
7037 pipe_works=no
7038
7039 rm -f conftest*
7040 cat > conftest.$ac_ext <<_LT_EOF
7041 #ifdef __cplusplus
7042 extern "C" {
7043 #endif
7044 char nm_test_var;
7045 void nm_test_func(void);
7046 void nm_test_func(void){}
7047 #ifdef __cplusplus
7048 }
7049 #endif
7050 int main(){nm_test_var='a';nm_test_func();return(0);}
7051 _LT_EOF
7052
7053 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7054 (eval $ac_compile) 2>&5
7055 ac_status=$?
7056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7057 test $ac_status = 0; }; then
7058 # Now try to grab the symbols.
7059 nlist=conftest.nm
7060 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7061 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7062 ac_status=$?
7063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7064 test $ac_status = 0; } && test -s "$nlist"; then
7065 # Try sorting and uniquifying the output.
7066 if sort "$nlist" | uniq > "$nlist"T; then
7067 mv -f "$nlist"T "$nlist"
7068 else
7069 rm -f "$nlist"T
7070 fi
7071
7072 # Make sure that we snagged all the symbols we need.
7073 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7074 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7075 cat <<_LT_EOF > conftest.$ac_ext
7076 #ifdef __cplusplus
7077 extern "C" {
7078 #endif
7079
7080 _LT_EOF
7081 # Now generate the symbol file.
7082 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7083
7084 cat <<_LT_EOF >> conftest.$ac_ext
7085
7086 /* The mapping between symbol names and symbols. */
7087 const struct {
7088 const char *name;
7089 void *address;
7090 }
7091 lt__PROGRAM__LTX_preloaded_symbols[] =
7092 {
7093 { "@PROGRAM@", (void *) 0 },
7094 _LT_EOF
7095 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7096 cat <<\_LT_EOF >> conftest.$ac_ext
7097 {0, (void *) 0}
7098 };
7099
7100 /* This works around a problem in FreeBSD linker */
7101 #ifdef FREEBSD_WORKAROUND
7102 static const void *lt_preloaded_setup() {
7103 return lt__PROGRAM__LTX_preloaded_symbols;
7104 }
7105 #endif
7106
7107 #ifdef __cplusplus
7108 }
7109 #endif
7110 _LT_EOF
7111 # Now try linking the two files.
7112 mv conftest.$ac_objext conftstm.$ac_objext
7113 lt_save_LIBS="$LIBS"
7114 lt_save_CFLAGS="$CFLAGS"
7115 LIBS="conftstm.$ac_objext"
7116 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7117 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7118 (eval $ac_link) 2>&5
7119 ac_status=$?
7120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7121 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7122 pipe_works=yes
7123 fi
7124 LIBS="$lt_save_LIBS"
7125 CFLAGS="$lt_save_CFLAGS"
7126 else
7127 echo "cannot find nm_test_func in $nlist" >&5
7128 fi
7129 else
7130 echo "cannot find nm_test_var in $nlist" >&5
7131 fi
7132 else
7133 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7134 fi
7135 else
7136 echo "$progname: failed program was:" >&5
7137 cat conftest.$ac_ext >&5
7138 fi
7139 rm -rf conftest* conftst*
7140
7141 # Do not use the global_symbol_pipe unless it works.
7142 if test "$pipe_works" = yes; then
7143 break
7144 else
7145 lt_cv_sys_global_symbol_pipe=
7146 fi
7147 done
7148
7149 fi
7150
7151 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7152 lt_cv_sys_global_symbol_to_cdecl=
7153 fi
7154 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7156 $as_echo "failed" >&6; }
7157 else
7158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7159 $as_echo "ok" >&6; }
7160 fi
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183 # Check whether --enable-libtool-lock was given.
7184 if test "${enable_libtool_lock+set}" = set; then :
7185 enableval=$enable_libtool_lock;
7186 fi
7187
7188 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7189
7190 # Some flags need to be propagated to the compiler or linker for good
7191 # libtool support.
7192 case $host in
7193 ia64-*-hpux*)
7194 # Find out which ABI we are using.
7195 echo 'int i;' > conftest.$ac_ext
7196 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7197 (eval $ac_compile) 2>&5
7198 ac_status=$?
7199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7200 test $ac_status = 0; }; then
7201 case `/usr/bin/file conftest.$ac_objext` in
7202 *ELF-32*)
7203 HPUX_IA64_MODE="32"
7204 ;;
7205 *ELF-64*)
7206 HPUX_IA64_MODE="64"
7207 ;;
7208 esac
7209 fi
7210 rm -rf conftest*
7211 ;;
7212 *-*-irix6*)
7213 # Find out which ABI we are using.
7214 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7215 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7216 (eval $ac_compile) 2>&5
7217 ac_status=$?
7218 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7219 test $ac_status = 0; }; then
7220 if test "$lt_cv_prog_gnu_ld" = yes; then
7221 case `/usr/bin/file conftest.$ac_objext` in
7222 *32-bit*)
7223 LD="${LD-ld} -melf32bsmip"
7224 ;;
7225 *N32*)
7226 LD="${LD-ld} -melf32bmipn32"
7227 ;;
7228 *64-bit*)
7229 LD="${LD-ld} -melf64bmip"
7230 ;;
7231 esac
7232 else
7233 case `/usr/bin/file conftest.$ac_objext` in
7234 *32-bit*)
7235 LD="${LD-ld} -32"
7236 ;;
7237 *N32*)
7238 LD="${LD-ld} -n32"
7239 ;;
7240 *64-bit*)
7241 LD="${LD-ld} -64"
7242 ;;
7243 esac
7244 fi
7245 fi
7246 rm -rf conftest*
7247 ;;
7248
7249 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7250 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7251 # Find out which ABI we are using.
7252 echo 'int i;' > conftest.$ac_ext
7253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7254 (eval $ac_compile) 2>&5
7255 ac_status=$?
7256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7257 test $ac_status = 0; }; then
7258 case `/usr/bin/file conftest.o` in
7259 *32-bit*)
7260 case $host in
7261 x86_64-*kfreebsd*-gnu)
7262 LD="${LD-ld} -m elf_i386_fbsd"
7263 ;;
7264 x86_64-*linux*)
7265 case `/usr/bin/file conftest.o` in
7266 *x86-64*)
7267 LD="${LD-ld} -m elf32_x86_64"
7268 ;;
7269 *)
7270 LD="${LD-ld} -m elf_i386"
7271 ;;
7272 esac
7273 ;;
7274 powerpc64le-*linux*)
7275 LD="${LD-ld} -m elf32lppclinux"
7276 ;;
7277 powerpc64-*linux*)
7278 LD="${LD-ld} -m elf32ppclinux"
7279 ;;
7280 s390x-*linux*)
7281 LD="${LD-ld} -m elf_s390"
7282 ;;
7283 sparc64-*linux*)
7284 LD="${LD-ld} -m elf32_sparc"
7285 ;;
7286 esac
7287 ;;
7288 *64-bit*)
7289 case $host in
7290 x86_64-*kfreebsd*-gnu)
7291 LD="${LD-ld} -m elf_x86_64_fbsd"
7292 ;;
7293 x86_64-*linux*)
7294 LD="${LD-ld} -m elf_x86_64"
7295 ;;
7296 powerpcle-*linux*)
7297 LD="${LD-ld} -m elf64lppc"
7298 ;;
7299 powerpc-*linux*)
7300 LD="${LD-ld} -m elf64ppc"
7301 ;;
7302 s390*-*linux*|s390*-*tpf*)
7303 LD="${LD-ld} -m elf64_s390"
7304 ;;
7305 sparc*-*linux*)
7306 LD="${LD-ld} -m elf64_sparc"
7307 ;;
7308 esac
7309 ;;
7310 esac
7311 fi
7312 rm -rf conftest*
7313 ;;
7314
7315 *-*-sco3.2v5*)
7316 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7317 SAVE_CFLAGS="$CFLAGS"
7318 CFLAGS="$CFLAGS -belf"
7319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7320 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7321 if ${lt_cv_cc_needs_belf+:} false; then :
7322 $as_echo_n "(cached) " >&6
7323 else
7324 ac_ext=c
7325 ac_cpp='$CPP $CPPFLAGS'
7326 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7327 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7328 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7329
7330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7331 /* end confdefs.h. */
7332
7333 int
7334 main ()
7335 {
7336
7337 ;
7338 return 0;
7339 }
7340 _ACEOF
7341 if ac_fn_c_try_link "$LINENO"; then :
7342 lt_cv_cc_needs_belf=yes
7343 else
7344 lt_cv_cc_needs_belf=no
7345 fi
7346 rm -f core conftest.err conftest.$ac_objext \
7347 conftest$ac_exeext conftest.$ac_ext
7348 ac_ext=c
7349 ac_cpp='$CPP $CPPFLAGS'
7350 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7351 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7352 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7353
7354 fi
7355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7356 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7357 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7358 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7359 CFLAGS="$SAVE_CFLAGS"
7360 fi
7361 ;;
7362 sparc*-*solaris*)
7363 # Find out which ABI we are using.
7364 echo 'int i;' > conftest.$ac_ext
7365 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7366 (eval $ac_compile) 2>&5
7367 ac_status=$?
7368 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7369 test $ac_status = 0; }; then
7370 case `/usr/bin/file conftest.o` in
7371 *64-bit*)
7372 case $lt_cv_prog_gnu_ld in
7373 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7374 *)
7375 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7376 LD="${LD-ld} -64"
7377 fi
7378 ;;
7379 esac
7380 ;;
7381 esac
7382 fi
7383 rm -rf conftest*
7384 ;;
7385 esac
7386
7387 need_locks="$enable_libtool_lock"
7388
7389
7390 case $host_os in
7391 rhapsody* | darwin*)
7392 if test -n "$ac_tool_prefix"; then
7393 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7394 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7396 $as_echo_n "checking for $ac_word... " >&6; }
7397 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7398 $as_echo_n "(cached) " >&6
7399 else
7400 if test -n "$DSYMUTIL"; then
7401 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7402 else
7403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7404 for as_dir in $PATH
7405 do
7406 IFS=$as_save_IFS
7407 test -z "$as_dir" && as_dir=.
7408 for ac_exec_ext in '' $ac_executable_extensions; do
7409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7410 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7412 break 2
7413 fi
7414 done
7415 done
7416 IFS=$as_save_IFS
7417
7418 fi
7419 fi
7420 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7421 if test -n "$DSYMUTIL"; then
7422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7423 $as_echo "$DSYMUTIL" >&6; }
7424 else
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7426 $as_echo "no" >&6; }
7427 fi
7428
7429
7430 fi
7431 if test -z "$ac_cv_prog_DSYMUTIL"; then
7432 ac_ct_DSYMUTIL=$DSYMUTIL
7433 # Extract the first word of "dsymutil", so it can be a program name with args.
7434 set dummy dsymutil; ac_word=$2
7435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7436 $as_echo_n "checking for $ac_word... " >&6; }
7437 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7438 $as_echo_n "(cached) " >&6
7439 else
7440 if test -n "$ac_ct_DSYMUTIL"; then
7441 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7442 else
7443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7444 for as_dir in $PATH
7445 do
7446 IFS=$as_save_IFS
7447 test -z "$as_dir" && as_dir=.
7448 for ac_exec_ext in '' $ac_executable_extensions; do
7449 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7450 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7452 break 2
7453 fi
7454 done
7455 done
7456 IFS=$as_save_IFS
7457
7458 fi
7459 fi
7460 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7461 if test -n "$ac_ct_DSYMUTIL"; then
7462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7463 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7464 else
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7466 $as_echo "no" >&6; }
7467 fi
7468
7469 if test "x$ac_ct_DSYMUTIL" = x; then
7470 DSYMUTIL=":"
7471 else
7472 case $cross_compiling:$ac_tool_warned in
7473 yes:)
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7475 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7476 ac_tool_warned=yes ;;
7477 esac
7478 DSYMUTIL=$ac_ct_DSYMUTIL
7479 fi
7480 else
7481 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7482 fi
7483
7484 if test -n "$ac_tool_prefix"; then
7485 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7486 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7488 $as_echo_n "checking for $ac_word... " >&6; }
7489 if ${ac_cv_prog_NMEDIT+:} false; then :
7490 $as_echo_n "(cached) " >&6
7491 else
7492 if test -n "$NMEDIT"; then
7493 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7494 else
7495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7496 for as_dir in $PATH
7497 do
7498 IFS=$as_save_IFS
7499 test -z "$as_dir" && as_dir=.
7500 for ac_exec_ext in '' $ac_executable_extensions; do
7501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7502 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7504 break 2
7505 fi
7506 done
7507 done
7508 IFS=$as_save_IFS
7509
7510 fi
7511 fi
7512 NMEDIT=$ac_cv_prog_NMEDIT
7513 if test -n "$NMEDIT"; then
7514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7515 $as_echo "$NMEDIT" >&6; }
7516 else
7517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7518 $as_echo "no" >&6; }
7519 fi
7520
7521
7522 fi
7523 if test -z "$ac_cv_prog_NMEDIT"; then
7524 ac_ct_NMEDIT=$NMEDIT
7525 # Extract the first word of "nmedit", so it can be a program name with args.
7526 set dummy nmedit; ac_word=$2
7527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7528 $as_echo_n "checking for $ac_word... " >&6; }
7529 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7530 $as_echo_n "(cached) " >&6
7531 else
7532 if test -n "$ac_ct_NMEDIT"; then
7533 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7534 else
7535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7536 for as_dir in $PATH
7537 do
7538 IFS=$as_save_IFS
7539 test -z "$as_dir" && as_dir=.
7540 for ac_exec_ext in '' $ac_executable_extensions; do
7541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7542 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7544 break 2
7545 fi
7546 done
7547 done
7548 IFS=$as_save_IFS
7549
7550 fi
7551 fi
7552 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7553 if test -n "$ac_ct_NMEDIT"; then
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7555 $as_echo "$ac_ct_NMEDIT" >&6; }
7556 else
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7558 $as_echo "no" >&6; }
7559 fi
7560
7561 if test "x$ac_ct_NMEDIT" = x; then
7562 NMEDIT=":"
7563 else
7564 case $cross_compiling:$ac_tool_warned in
7565 yes:)
7566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7567 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7568 ac_tool_warned=yes ;;
7569 esac
7570 NMEDIT=$ac_ct_NMEDIT
7571 fi
7572 else
7573 NMEDIT="$ac_cv_prog_NMEDIT"
7574 fi
7575
7576 if test -n "$ac_tool_prefix"; then
7577 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7578 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7580 $as_echo_n "checking for $ac_word... " >&6; }
7581 if ${ac_cv_prog_LIPO+:} false; then :
7582 $as_echo_n "(cached) " >&6
7583 else
7584 if test -n "$LIPO"; then
7585 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7586 else
7587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7588 for as_dir in $PATH
7589 do
7590 IFS=$as_save_IFS
7591 test -z "$as_dir" && as_dir=.
7592 for ac_exec_ext in '' $ac_executable_extensions; do
7593 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7594 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7596 break 2
7597 fi
7598 done
7599 done
7600 IFS=$as_save_IFS
7601
7602 fi
7603 fi
7604 LIPO=$ac_cv_prog_LIPO
7605 if test -n "$LIPO"; then
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7607 $as_echo "$LIPO" >&6; }
7608 else
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7610 $as_echo "no" >&6; }
7611 fi
7612
7613
7614 fi
7615 if test -z "$ac_cv_prog_LIPO"; then
7616 ac_ct_LIPO=$LIPO
7617 # Extract the first word of "lipo", so it can be a program name with args.
7618 set dummy lipo; ac_word=$2
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7620 $as_echo_n "checking for $ac_word... " >&6; }
7621 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7622 $as_echo_n "(cached) " >&6
7623 else
7624 if test -n "$ac_ct_LIPO"; then
7625 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7626 else
7627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7628 for as_dir in $PATH
7629 do
7630 IFS=$as_save_IFS
7631 test -z "$as_dir" && as_dir=.
7632 for ac_exec_ext in '' $ac_executable_extensions; do
7633 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7634 ac_cv_prog_ac_ct_LIPO="lipo"
7635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7636 break 2
7637 fi
7638 done
7639 done
7640 IFS=$as_save_IFS
7641
7642 fi
7643 fi
7644 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7645 if test -n "$ac_ct_LIPO"; then
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7647 $as_echo "$ac_ct_LIPO" >&6; }
7648 else
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7650 $as_echo "no" >&6; }
7651 fi
7652
7653 if test "x$ac_ct_LIPO" = x; then
7654 LIPO=":"
7655 else
7656 case $cross_compiling:$ac_tool_warned in
7657 yes:)
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7659 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7660 ac_tool_warned=yes ;;
7661 esac
7662 LIPO=$ac_ct_LIPO
7663 fi
7664 else
7665 LIPO="$ac_cv_prog_LIPO"
7666 fi
7667
7668 if test -n "$ac_tool_prefix"; then
7669 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7670 set dummy ${ac_tool_prefix}otool; ac_word=$2
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7672 $as_echo_n "checking for $ac_word... " >&6; }
7673 if ${ac_cv_prog_OTOOL+:} false; then :
7674 $as_echo_n "(cached) " >&6
7675 else
7676 if test -n "$OTOOL"; then
7677 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7678 else
7679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7680 for as_dir in $PATH
7681 do
7682 IFS=$as_save_IFS
7683 test -z "$as_dir" && as_dir=.
7684 for ac_exec_ext in '' $ac_executable_extensions; do
7685 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7686 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7688 break 2
7689 fi
7690 done
7691 done
7692 IFS=$as_save_IFS
7693
7694 fi
7695 fi
7696 OTOOL=$ac_cv_prog_OTOOL
7697 if test -n "$OTOOL"; then
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7699 $as_echo "$OTOOL" >&6; }
7700 else
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7702 $as_echo "no" >&6; }
7703 fi
7704
7705
7706 fi
7707 if test -z "$ac_cv_prog_OTOOL"; then
7708 ac_ct_OTOOL=$OTOOL
7709 # Extract the first word of "otool", so it can be a program name with args.
7710 set dummy otool; ac_word=$2
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7712 $as_echo_n "checking for $ac_word... " >&6; }
7713 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7714 $as_echo_n "(cached) " >&6
7715 else
7716 if test -n "$ac_ct_OTOOL"; then
7717 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7718 else
7719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7720 for as_dir in $PATH
7721 do
7722 IFS=$as_save_IFS
7723 test -z "$as_dir" && as_dir=.
7724 for ac_exec_ext in '' $ac_executable_extensions; do
7725 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7726 ac_cv_prog_ac_ct_OTOOL="otool"
7727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7728 break 2
7729 fi
7730 done
7731 done
7732 IFS=$as_save_IFS
7733
7734 fi
7735 fi
7736 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7737 if test -n "$ac_ct_OTOOL"; then
7738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7739 $as_echo "$ac_ct_OTOOL" >&6; }
7740 else
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7742 $as_echo "no" >&6; }
7743 fi
7744
7745 if test "x$ac_ct_OTOOL" = x; then
7746 OTOOL=":"
7747 else
7748 case $cross_compiling:$ac_tool_warned in
7749 yes:)
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7751 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7752 ac_tool_warned=yes ;;
7753 esac
7754 OTOOL=$ac_ct_OTOOL
7755 fi
7756 else
7757 OTOOL="$ac_cv_prog_OTOOL"
7758 fi
7759
7760 if test -n "$ac_tool_prefix"; then
7761 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7762 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764 $as_echo_n "checking for $ac_word... " >&6; }
7765 if ${ac_cv_prog_OTOOL64+:} false; then :
7766 $as_echo_n "(cached) " >&6
7767 else
7768 if test -n "$OTOOL64"; then
7769 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7770 else
7771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772 for as_dir in $PATH
7773 do
7774 IFS=$as_save_IFS
7775 test -z "$as_dir" && as_dir=.
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7778 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7780 break 2
7781 fi
7782 done
7783 done
7784 IFS=$as_save_IFS
7785
7786 fi
7787 fi
7788 OTOOL64=$ac_cv_prog_OTOOL64
7789 if test -n "$OTOOL64"; then
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7791 $as_echo "$OTOOL64" >&6; }
7792 else
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794 $as_echo "no" >&6; }
7795 fi
7796
7797
7798 fi
7799 if test -z "$ac_cv_prog_OTOOL64"; then
7800 ac_ct_OTOOL64=$OTOOL64
7801 # Extract the first word of "otool64", so it can be a program name with args.
7802 set dummy otool64; ac_word=$2
7803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7804 $as_echo_n "checking for $ac_word... " >&6; }
7805 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7806 $as_echo_n "(cached) " >&6
7807 else
7808 if test -n "$ac_ct_OTOOL64"; then
7809 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7810 else
7811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7812 for as_dir in $PATH
7813 do
7814 IFS=$as_save_IFS
7815 test -z "$as_dir" && as_dir=.
7816 for ac_exec_ext in '' $ac_executable_extensions; do
7817 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7818 ac_cv_prog_ac_ct_OTOOL64="otool64"
7819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7820 break 2
7821 fi
7822 done
7823 done
7824 IFS=$as_save_IFS
7825
7826 fi
7827 fi
7828 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7829 if test -n "$ac_ct_OTOOL64"; then
7830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7831 $as_echo "$ac_ct_OTOOL64" >&6; }
7832 else
7833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7834 $as_echo "no" >&6; }
7835 fi
7836
7837 if test "x$ac_ct_OTOOL64" = x; then
7838 OTOOL64=":"
7839 else
7840 case $cross_compiling:$ac_tool_warned in
7841 yes:)
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7843 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7844 ac_tool_warned=yes ;;
7845 esac
7846 OTOOL64=$ac_ct_OTOOL64
7847 fi
7848 else
7849 OTOOL64="$ac_cv_prog_OTOOL64"
7850 fi
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7879 $as_echo_n "checking for -single_module linker flag... " >&6; }
7880 if ${lt_cv_apple_cc_single_mod+:} false; then :
7881 $as_echo_n "(cached) " >&6
7882 else
7883 lt_cv_apple_cc_single_mod=no
7884 if test -z "${LT_MULTI_MODULE}"; then
7885 # By default we will add the -single_module flag. You can override
7886 # by either setting the environment variable LT_MULTI_MODULE
7887 # non-empty at configure time, or by adding -multi_module to the
7888 # link flags.
7889 rm -rf libconftest.dylib*
7890 echo "int foo(void){return 1;}" > conftest.c
7891 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7892 -dynamiclib -Wl,-single_module conftest.c" >&5
7893 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7894 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7895 _lt_result=$?
7896 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7897 lt_cv_apple_cc_single_mod=yes
7898 else
7899 cat conftest.err >&5
7900 fi
7901 rm -rf libconftest.dylib*
7902 rm -f conftest.*
7903 fi
7904 fi
7905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7906 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7908 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7909 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7910 $as_echo_n "(cached) " >&6
7911 else
7912 lt_cv_ld_exported_symbols_list=no
7913 save_LDFLAGS=$LDFLAGS
7914 echo "_main" > conftest.sym
7915 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7917 /* end confdefs.h. */
7918
7919 int
7920 main ()
7921 {
7922
7923 ;
7924 return 0;
7925 }
7926 _ACEOF
7927 if ac_fn_c_try_link "$LINENO"; then :
7928 lt_cv_ld_exported_symbols_list=yes
7929 else
7930 lt_cv_ld_exported_symbols_list=no
7931 fi
7932 rm -f core conftest.err conftest.$ac_objext \
7933 conftest$ac_exeext conftest.$ac_ext
7934 LDFLAGS="$save_LDFLAGS"
7935
7936 fi
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7938 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7940 $as_echo_n "checking for -force_load linker flag... " >&6; }
7941 if ${lt_cv_ld_force_load+:} false; then :
7942 $as_echo_n "(cached) " >&6
7943 else
7944 lt_cv_ld_force_load=no
7945 cat > conftest.c << _LT_EOF
7946 int forced_loaded() { return 2;}
7947 _LT_EOF
7948 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7949 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7950 echo "$AR cru libconftest.a conftest.o" >&5
7951 $AR cru libconftest.a conftest.o 2>&5
7952 cat > conftest.c << _LT_EOF
7953 int main() { return 0;}
7954 _LT_EOF
7955 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7956 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7957 _lt_result=$?
7958 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7959 lt_cv_ld_force_load=yes
7960 else
7961 cat conftest.err >&5
7962 fi
7963 rm -f conftest.err libconftest.a conftest conftest.c
7964 rm -rf conftest.dSYM
7965
7966 fi
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7968 $as_echo "$lt_cv_ld_force_load" >&6; }
7969 case $host_os in
7970 rhapsody* | darwin1.[012])
7971 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7972 darwin1.*)
7973 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7974 darwin*) # darwin 5.x on
7975 # if running on 10.5 or later, the deployment target defaults
7976 # to the OS version, if on x86, and 10.4, the deployment
7977 # target defaults to 10.4. Don't you love it?
7978 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7979 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7980 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7981 10.[012][,.]*)
7982 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7983 10.*)
7984 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7985 esac
7986 ;;
7987 esac
7988 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7989 _lt_dar_single_mod='$single_module'
7990 fi
7991 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7992 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7993 else
7994 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7995 fi
7996 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7997 _lt_dsymutil='~$DSYMUTIL $lib || :'
7998 else
7999 _lt_dsymutil=
8000 fi
8001 ;;
8002 esac
8003
8004 for ac_header in dlfcn.h
8005 do :
8006 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8007 "
8008 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8009 cat >>confdefs.h <<_ACEOF
8010 #define HAVE_DLFCN_H 1
8011 _ACEOF
8012
8013 fi
8014
8015 done
8016
8017
8018
8019
8020
8021 # Set options
8022
8023
8024
8025 enable_dlopen=no
8026
8027
8028 enable_win32_dll=no
8029
8030
8031
8032 # Check whether --enable-static was given.
8033 if test "${enable_static+set}" = set; then :
8034 enableval=$enable_static; p=${PACKAGE-default}
8035 case $enableval in
8036 yes) enable_static=yes ;;
8037 no) enable_static=no ;;
8038 *)
8039 enable_static=no
8040 # Look at the argument we got. We use all the common list separators.
8041 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8042 for pkg in $enableval; do
8043 IFS="$lt_save_ifs"
8044 if test "X$pkg" = "X$p"; then
8045 enable_static=yes
8046 fi
8047 done
8048 IFS="$lt_save_ifs"
8049 ;;
8050 esac
8051 else
8052 enable_static=yes
8053 fi
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064 # Check whether --with-pic was given.
8065 if test "${with_pic+set}" = set; then :
8066 withval=$with_pic; pic_mode="$withval"
8067 else
8068 pic_mode=default
8069 fi
8070
8071
8072 test -z "$pic_mode" && pic_mode=default
8073
8074
8075
8076
8077
8078
8079
8080 # Check whether --enable-fast-install was given.
8081 if test "${enable_fast_install+set}" = set; then :
8082 enableval=$enable_fast_install; p=${PACKAGE-default}
8083 case $enableval in
8084 yes) enable_fast_install=yes ;;
8085 no) enable_fast_install=no ;;
8086 *)
8087 enable_fast_install=no
8088 # Look at the argument we got. We use all the common list separators.
8089 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8090 for pkg in $enableval; do
8091 IFS="$lt_save_ifs"
8092 if test "X$pkg" = "X$p"; then
8093 enable_fast_install=yes
8094 fi
8095 done
8096 IFS="$lt_save_ifs"
8097 ;;
8098 esac
8099 else
8100 enable_fast_install=yes
8101 fi
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113 # This can be used to rebuild libtool when needed
8114 LIBTOOL_DEPS="$ltmain"
8115
8116 # Always use our own libtool.
8117 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144 test -z "$LN_S" && LN_S="ln -s"
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159 if test -n "${ZSH_VERSION+set}" ; then
8160 setopt NO_GLOB_SUBST
8161 fi
8162
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8164 $as_echo_n "checking for objdir... " >&6; }
8165 if ${lt_cv_objdir+:} false; then :
8166 $as_echo_n "(cached) " >&6
8167 else
8168 rm -f .libs 2>/dev/null
8169 mkdir .libs 2>/dev/null
8170 if test -d .libs; then
8171 lt_cv_objdir=.libs
8172 else
8173 # MS-DOS does not allow filenames that begin with a dot.
8174 lt_cv_objdir=_libs
8175 fi
8176 rmdir .libs 2>/dev/null
8177 fi
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8179 $as_echo "$lt_cv_objdir" >&6; }
8180 objdir=$lt_cv_objdir
8181
8182
8183
8184
8185
8186 cat >>confdefs.h <<_ACEOF
8187 #define LT_OBJDIR "$lt_cv_objdir/"
8188 _ACEOF
8189
8190
8191
8192
8193 case $host_os in
8194 aix3*)
8195 # AIX sometimes has problems with the GCC collect2 program. For some
8196 # reason, if we set the COLLECT_NAMES environment variable, the problems
8197 # vanish in a puff of smoke.
8198 if test "X${COLLECT_NAMES+set}" != Xset; then
8199 COLLECT_NAMES=
8200 export COLLECT_NAMES
8201 fi
8202 ;;
8203 esac
8204
8205 # Global variables:
8206 ofile=libtool
8207 can_build_shared=yes
8208
8209 # All known linkers require a `.a' archive for static linking (except MSVC,
8210 # which needs '.lib').
8211 libext=a
8212
8213 with_gnu_ld="$lt_cv_prog_gnu_ld"
8214
8215 old_CC="$CC"
8216 old_CFLAGS="$CFLAGS"
8217
8218 # Set sane defaults for various variables
8219 test -z "$CC" && CC=cc
8220 test -z "$LTCC" && LTCC=$CC
8221 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8222 test -z "$LD" && LD=ld
8223 test -z "$ac_objext" && ac_objext=o
8224
8225 for cc_temp in $compiler""; do
8226 case $cc_temp in
8227 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8228 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8229 \-*) ;;
8230 *) break;;
8231 esac
8232 done
8233 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8234
8235
8236 # Only perform the check for file, if the check method requires it
8237 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8238 case $deplibs_check_method in
8239 file_magic*)
8240 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8242 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8243 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8244 $as_echo_n "(cached) " >&6
8245 else
8246 case $MAGIC_CMD in
8247 [\\/*] | ?:[\\/]*)
8248 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8249 ;;
8250 *)
8251 lt_save_MAGIC_CMD="$MAGIC_CMD"
8252 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8253 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8254 for ac_dir in $ac_dummy; do
8255 IFS="$lt_save_ifs"
8256 test -z "$ac_dir" && ac_dir=.
8257 if test -f $ac_dir/${ac_tool_prefix}file; then
8258 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8259 if test -n "$file_magic_test_file"; then
8260 case $deplibs_check_method in
8261 "file_magic "*)
8262 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8263 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8264 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8265 $EGREP "$file_magic_regex" > /dev/null; then
8266 :
8267 else
8268 cat <<_LT_EOF 1>&2
8269
8270 *** Warning: the command libtool uses to detect shared libraries,
8271 *** $file_magic_cmd, produces output that libtool cannot recognize.
8272 *** The result is that libtool may fail to recognize shared libraries
8273 *** as such. This will affect the creation of libtool libraries that
8274 *** depend on shared libraries, but programs linked with such libtool
8275 *** libraries will work regardless of this problem. Nevertheless, you
8276 *** may want to report the problem to your system manager and/or to
8277 *** bug-libtool@gnu.org
8278
8279 _LT_EOF
8280 fi ;;
8281 esac
8282 fi
8283 break
8284 fi
8285 done
8286 IFS="$lt_save_ifs"
8287 MAGIC_CMD="$lt_save_MAGIC_CMD"
8288 ;;
8289 esac
8290 fi
8291
8292 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8293 if test -n "$MAGIC_CMD"; then
8294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8295 $as_echo "$MAGIC_CMD" >&6; }
8296 else
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8298 $as_echo "no" >&6; }
8299 fi
8300
8301
8302
8303
8304
8305 if test -z "$lt_cv_path_MAGIC_CMD"; then
8306 if test -n "$ac_tool_prefix"; then
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8308 $as_echo_n "checking for file... " >&6; }
8309 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8310 $as_echo_n "(cached) " >&6
8311 else
8312 case $MAGIC_CMD in
8313 [\\/*] | ?:[\\/]*)
8314 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8315 ;;
8316 *)
8317 lt_save_MAGIC_CMD="$MAGIC_CMD"
8318 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8319 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8320 for ac_dir in $ac_dummy; do
8321 IFS="$lt_save_ifs"
8322 test -z "$ac_dir" && ac_dir=.
8323 if test -f $ac_dir/file; then
8324 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8325 if test -n "$file_magic_test_file"; then
8326 case $deplibs_check_method in
8327 "file_magic "*)
8328 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8329 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8330 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8331 $EGREP "$file_magic_regex" > /dev/null; then
8332 :
8333 else
8334 cat <<_LT_EOF 1>&2
8335
8336 *** Warning: the command libtool uses to detect shared libraries,
8337 *** $file_magic_cmd, produces output that libtool cannot recognize.
8338 *** The result is that libtool may fail to recognize shared libraries
8339 *** as such. This will affect the creation of libtool libraries that
8340 *** depend on shared libraries, but programs linked with such libtool
8341 *** libraries will work regardless of this problem. Nevertheless, you
8342 *** may want to report the problem to your system manager and/or to
8343 *** bug-libtool@gnu.org
8344
8345 _LT_EOF
8346 fi ;;
8347 esac
8348 fi
8349 break
8350 fi
8351 done
8352 IFS="$lt_save_ifs"
8353 MAGIC_CMD="$lt_save_MAGIC_CMD"
8354 ;;
8355 esac
8356 fi
8357
8358 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8359 if test -n "$MAGIC_CMD"; then
8360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8361 $as_echo "$MAGIC_CMD" >&6; }
8362 else
8363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8364 $as_echo "no" >&6; }
8365 fi
8366
8367
8368 else
8369 MAGIC_CMD=:
8370 fi
8371 fi
8372
8373 fi
8374 ;;
8375 esac
8376
8377 # Use C for the default configuration in the libtool script
8378
8379 lt_save_CC="$CC"
8380 ac_ext=c
8381 ac_cpp='$CPP $CPPFLAGS'
8382 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8383 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8384 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8385
8386
8387 # Source file extension for C test sources.
8388 ac_ext=c
8389
8390 # Object file extension for compiled C test sources.
8391 objext=o
8392 objext=$objext
8393
8394 # Code to be used in simple compile tests
8395 lt_simple_compile_test_code="int some_variable = 0;"
8396
8397 # Code to be used in simple link tests
8398 lt_simple_link_test_code='int main(){return(0);}'
8399
8400
8401
8402
8403
8404
8405
8406 # If no C compiler was specified, use CC.
8407 LTCC=${LTCC-"$CC"}
8408
8409 # If no C compiler flags were specified, use CFLAGS.
8410 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8411
8412 # Allow CC to be a program name with arguments.
8413 compiler=$CC
8414
8415 # Save the default compiler, since it gets overwritten when the other
8416 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8417 compiler_DEFAULT=$CC
8418
8419 # save warnings/boilerplate of simple test code
8420 ac_outfile=conftest.$ac_objext
8421 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8422 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8423 _lt_compiler_boilerplate=`cat conftest.err`
8424 $RM conftest*
8425
8426 ac_outfile=conftest.$ac_objext
8427 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8428 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8429 _lt_linker_boilerplate=`cat conftest.err`
8430 $RM -r conftest*
8431
8432
8433 ## CAVEAT EMPTOR:
8434 ## There is no encapsulation within the following macros, do not change
8435 ## the running order or otherwise move them around unless you know exactly
8436 ## what you are doing...
8437 if test -n "$compiler"; then
8438
8439 lt_prog_compiler_no_builtin_flag=
8440
8441 if test "$GCC" = yes; then
8442 case $cc_basename in
8443 nvcc*)
8444 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8445 *)
8446 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8447 esac
8448
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8450 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8451 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8452 $as_echo_n "(cached) " >&6
8453 else
8454 lt_cv_prog_compiler_rtti_exceptions=no
8455 ac_outfile=conftest.$ac_objext
8456 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8457 lt_compiler_flag="-fno-rtti -fno-exceptions"
8458 # Insert the option either (1) after the last *FLAGS variable, or
8459 # (2) before a word containing "conftest.", or (3) at the end.
8460 # Note that $ac_compile itself does not contain backslashes and begins
8461 # with a dollar sign (not a hyphen), so the echo should work correctly.
8462 # The option is referenced via a variable to avoid confusing sed.
8463 lt_compile=`echo "$ac_compile" | $SED \
8464 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8465 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8466 -e 's:$: $lt_compiler_flag:'`
8467 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8468 (eval "$lt_compile" 2>conftest.err)
8469 ac_status=$?
8470 cat conftest.err >&5
8471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8472 if (exit $ac_status) && test -s "$ac_outfile"; then
8473 # The compiler can only warn and ignore the option if not recognized
8474 # So say no if there are warnings other than the usual output.
8475 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8476 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8477 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8478 lt_cv_prog_compiler_rtti_exceptions=yes
8479 fi
8480 fi
8481 $RM conftest*
8482
8483 fi
8484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8485 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8486
8487 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8488 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8489 else
8490 :
8491 fi
8492
8493 fi
8494
8495
8496
8497
8498
8499
8500 lt_prog_compiler_wl=
8501 lt_prog_compiler_pic=
8502 lt_prog_compiler_static=
8503
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8505 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8506
8507 if test "$GCC" = yes; then
8508 lt_prog_compiler_wl='-Wl,'
8509 lt_prog_compiler_static='-static'
8510
8511 case $host_os in
8512 aix*)
8513 # All AIX code is PIC.
8514 if test "$host_cpu" = ia64; then
8515 # AIX 5 now supports IA64 processor
8516 lt_prog_compiler_static='-Bstatic'
8517 fi
8518 lt_prog_compiler_pic='-fPIC'
8519 ;;
8520
8521 amigaos*)
8522 case $host_cpu in
8523 powerpc)
8524 # see comment about AmigaOS4 .so support
8525 lt_prog_compiler_pic='-fPIC'
8526 ;;
8527 m68k)
8528 # FIXME: we need at least 68020 code to build shared libraries, but
8529 # adding the `-m68020' flag to GCC prevents building anything better,
8530 # like `-m68040'.
8531 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8532 ;;
8533 esac
8534 ;;
8535
8536 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8537 # PIC is the default for these OSes.
8538 ;;
8539
8540 mingw* | cygwin* | pw32* | os2* | cegcc*)
8541 # This hack is so that the source file can tell whether it is being
8542 # built for inclusion in a dll (and should export symbols for example).
8543 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8544 # (--disable-auto-import) libraries
8545 lt_prog_compiler_pic='-DDLL_EXPORT'
8546 ;;
8547
8548 darwin* | rhapsody*)
8549 # PIC is the default on this platform
8550 # Common symbols not allowed in MH_DYLIB files
8551 lt_prog_compiler_pic='-fno-common'
8552 ;;
8553
8554 haiku*)
8555 # PIC is the default for Haiku.
8556 # The "-static" flag exists, but is broken.
8557 lt_prog_compiler_static=
8558 ;;
8559
8560 hpux*)
8561 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8562 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8563 # sets the default TLS model and affects inlining.
8564 case $host_cpu in
8565 hppa*64*)
8566 # +Z the default
8567 ;;
8568 *)
8569 lt_prog_compiler_pic='-fPIC'
8570 ;;
8571 esac
8572 ;;
8573
8574 interix[3-9]*)
8575 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8576 # Instead, we relocate shared libraries at runtime.
8577 ;;
8578
8579 msdosdjgpp*)
8580 # Just because we use GCC doesn't mean we suddenly get shared libraries
8581 # on systems that don't support them.
8582 lt_prog_compiler_can_build_shared=no
8583 enable_shared=no
8584 ;;
8585
8586 *nto* | *qnx*)
8587 # QNX uses GNU C++, but need to define -shared option too, otherwise
8588 # it will coredump.
8589 lt_prog_compiler_pic='-fPIC -shared'
8590 ;;
8591
8592 sysv4*MP*)
8593 if test -d /usr/nec; then
8594 lt_prog_compiler_pic=-Kconform_pic
8595 fi
8596 ;;
8597
8598 *)
8599 lt_prog_compiler_pic='-fPIC'
8600 ;;
8601 esac
8602
8603 case $cc_basename in
8604 nvcc*) # Cuda Compiler Driver 2.2
8605 lt_prog_compiler_wl='-Xlinker '
8606 lt_prog_compiler_pic='-Xcompiler -fPIC'
8607 ;;
8608 esac
8609 else
8610 # PORTME Check for flag to pass linker flags through the system compiler.
8611 case $host_os in
8612 aix*)
8613 lt_prog_compiler_wl='-Wl,'
8614 if test "$host_cpu" = ia64; then
8615 # AIX 5 now supports IA64 processor
8616 lt_prog_compiler_static='-Bstatic'
8617 else
8618 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8619 fi
8620 ;;
8621
8622 mingw* | cygwin* | pw32* | os2* | cegcc*)
8623 # This hack is so that the source file can tell whether it is being
8624 # built for inclusion in a dll (and should export symbols for example).
8625 lt_prog_compiler_pic='-DDLL_EXPORT'
8626 ;;
8627
8628 hpux9* | hpux10* | hpux11*)
8629 lt_prog_compiler_wl='-Wl,'
8630 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8631 # not for PA HP-UX.
8632 case $host_cpu in
8633 hppa*64*|ia64*)
8634 # +Z the default
8635 ;;
8636 *)
8637 lt_prog_compiler_pic='+Z'
8638 ;;
8639 esac
8640 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8641 lt_prog_compiler_static='${wl}-a ${wl}archive'
8642 ;;
8643
8644 irix5* | irix6* | nonstopux*)
8645 lt_prog_compiler_wl='-Wl,'
8646 # PIC (with -KPIC) is the default.
8647 lt_prog_compiler_static='-non_shared'
8648 ;;
8649
8650 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8651 case $cc_basename in
8652 # old Intel for x86_64 which still supported -KPIC.
8653 ecc*)
8654 lt_prog_compiler_wl='-Wl,'
8655 lt_prog_compiler_pic='-KPIC'
8656 lt_prog_compiler_static='-static'
8657 ;;
8658 # icc used to be incompatible with GCC.
8659 # ICC 10 doesn't accept -KPIC any more.
8660 icc* | ifort*)
8661 lt_prog_compiler_wl='-Wl,'
8662 lt_prog_compiler_pic='-fPIC'
8663 lt_prog_compiler_static='-static'
8664 ;;
8665 # Lahey Fortran 8.1.
8666 lf95*)
8667 lt_prog_compiler_wl='-Wl,'
8668 lt_prog_compiler_pic='--shared'
8669 lt_prog_compiler_static='--static'
8670 ;;
8671 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8672 # Portland Group compilers (*not* the Pentium gcc compiler,
8673 # which looks to be a dead project)
8674 lt_prog_compiler_wl='-Wl,'
8675 lt_prog_compiler_pic='-fpic'
8676 lt_prog_compiler_static='-Bstatic'
8677 ;;
8678 ccc*)
8679 lt_prog_compiler_wl='-Wl,'
8680 # All Alpha code is PIC.
8681 lt_prog_compiler_static='-non_shared'
8682 ;;
8683 xl* | bgxl* | bgf* | mpixl*)
8684 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8685 lt_prog_compiler_wl='-Wl,'
8686 lt_prog_compiler_pic='-qpic'
8687 lt_prog_compiler_static='-qstaticlink'
8688 ;;
8689 *)
8690 case `$CC -V 2>&1 | sed 5q` in
8691 *Sun\ F* | *Sun*Fortran*)
8692 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8693 lt_prog_compiler_pic='-KPIC'
8694 lt_prog_compiler_static='-Bstatic'
8695 lt_prog_compiler_wl=''
8696 ;;
8697 *Sun\ C*)
8698 # Sun C 5.9
8699 lt_prog_compiler_pic='-KPIC'
8700 lt_prog_compiler_static='-Bstatic'
8701 lt_prog_compiler_wl='-Wl,'
8702 ;;
8703 esac
8704 ;;
8705 esac
8706 ;;
8707
8708 newsos6)
8709 lt_prog_compiler_pic='-KPIC'
8710 lt_prog_compiler_static='-Bstatic'
8711 ;;
8712
8713 *nto* | *qnx*)
8714 # QNX uses GNU C++, but need to define -shared option too, otherwise
8715 # it will coredump.
8716 lt_prog_compiler_pic='-fPIC -shared'
8717 ;;
8718
8719 osf3* | osf4* | osf5*)
8720 lt_prog_compiler_wl='-Wl,'
8721 # All OSF/1 code is PIC.
8722 lt_prog_compiler_static='-non_shared'
8723 ;;
8724
8725 rdos*)
8726 lt_prog_compiler_static='-non_shared'
8727 ;;
8728
8729 solaris*)
8730 lt_prog_compiler_pic='-KPIC'
8731 lt_prog_compiler_static='-Bstatic'
8732 case $cc_basename in
8733 f77* | f90* | f95*)
8734 lt_prog_compiler_wl='-Qoption ld ';;
8735 *)
8736 lt_prog_compiler_wl='-Wl,';;
8737 esac
8738 ;;
8739
8740 sunos4*)
8741 lt_prog_compiler_wl='-Qoption ld '
8742 lt_prog_compiler_pic='-PIC'
8743 lt_prog_compiler_static='-Bstatic'
8744 ;;
8745
8746 sysv4 | sysv4.2uw2* | sysv4.3*)
8747 lt_prog_compiler_wl='-Wl,'
8748 lt_prog_compiler_pic='-KPIC'
8749 lt_prog_compiler_static='-Bstatic'
8750 ;;
8751
8752 sysv4*MP*)
8753 if test -d /usr/nec ;then
8754 lt_prog_compiler_pic='-Kconform_pic'
8755 lt_prog_compiler_static='-Bstatic'
8756 fi
8757 ;;
8758
8759 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8760 lt_prog_compiler_wl='-Wl,'
8761 lt_prog_compiler_pic='-KPIC'
8762 lt_prog_compiler_static='-Bstatic'
8763 ;;
8764
8765 unicos*)
8766 lt_prog_compiler_wl='-Wl,'
8767 lt_prog_compiler_can_build_shared=no
8768 ;;
8769
8770 uts4*)
8771 lt_prog_compiler_pic='-pic'
8772 lt_prog_compiler_static='-Bstatic'
8773 ;;
8774
8775 *)
8776 lt_prog_compiler_can_build_shared=no
8777 ;;
8778 esac
8779 fi
8780
8781 case $host_os in
8782 # For platforms which do not support PIC, -DPIC is meaningless:
8783 *djgpp*)
8784 lt_prog_compiler_pic=
8785 ;;
8786 *)
8787 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8788 ;;
8789 esac
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8791 $as_echo "$lt_prog_compiler_pic" >&6; }
8792
8793
8794
8795
8796
8797
8798 #
8799 # Check to make sure the PIC flag actually works.
8800 #
8801 if test -n "$lt_prog_compiler_pic"; then
8802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8803 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8804 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8805 $as_echo_n "(cached) " >&6
8806 else
8807 lt_cv_prog_compiler_pic_works=no
8808 ac_outfile=conftest.$ac_objext
8809 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8810 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8811 # Insert the option either (1) after the last *FLAGS variable, or
8812 # (2) before a word containing "conftest.", or (3) at the end.
8813 # Note that $ac_compile itself does not contain backslashes and begins
8814 # with a dollar sign (not a hyphen), so the echo should work correctly.
8815 # The option is referenced via a variable to avoid confusing sed.
8816 lt_compile=`echo "$ac_compile" | $SED \
8817 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8818 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8819 -e 's:$: $lt_compiler_flag:'`
8820 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8821 (eval "$lt_compile" 2>conftest.err)
8822 ac_status=$?
8823 cat conftest.err >&5
8824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8825 if (exit $ac_status) && test -s "$ac_outfile"; then
8826 # The compiler can only warn and ignore the option if not recognized
8827 # So say no if there are warnings other than the usual output.
8828 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8829 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8830 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8831 lt_cv_prog_compiler_pic_works=yes
8832 fi
8833 fi
8834 $RM conftest*
8835
8836 fi
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8838 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8839
8840 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8841 case $lt_prog_compiler_pic in
8842 "" | " "*) ;;
8843 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8844 esac
8845 else
8846 lt_prog_compiler_pic=
8847 lt_prog_compiler_can_build_shared=no
8848 fi
8849
8850 fi
8851
8852
8853
8854
8855
8856
8857 #
8858 # Check to make sure the static flag actually works.
8859 #
8860 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8862 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8863 if ${lt_cv_prog_compiler_static_works+:} false; then :
8864 $as_echo_n "(cached) " >&6
8865 else
8866 lt_cv_prog_compiler_static_works=no
8867 save_LDFLAGS="$LDFLAGS"
8868 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8869 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8870 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8871 # The linker can only warn and ignore the option if not recognized
8872 # So say no if there are warnings
8873 if test -s conftest.err; then
8874 # Append any errors to the config.log.
8875 cat conftest.err 1>&5
8876 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8877 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8878 if diff conftest.exp conftest.er2 >/dev/null; then
8879 lt_cv_prog_compiler_static_works=yes
8880 fi
8881 else
8882 lt_cv_prog_compiler_static_works=yes
8883 fi
8884 fi
8885 $RM -r conftest*
8886 LDFLAGS="$save_LDFLAGS"
8887
8888 fi
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8890 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8891
8892 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8893 :
8894 else
8895 lt_prog_compiler_static=
8896 fi
8897
8898
8899
8900
8901
8902
8903
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8905 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8906 if ${lt_cv_prog_compiler_c_o+:} false; then :
8907 $as_echo_n "(cached) " >&6
8908 else
8909 lt_cv_prog_compiler_c_o=no
8910 $RM -r conftest 2>/dev/null
8911 mkdir conftest
8912 cd conftest
8913 mkdir out
8914 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8915
8916 lt_compiler_flag="-o out/conftest2.$ac_objext"
8917 # Insert the option either (1) after the last *FLAGS variable, or
8918 # (2) before a word containing "conftest.", or (3) at the end.
8919 # Note that $ac_compile itself does not contain backslashes and begins
8920 # with a dollar sign (not a hyphen), so the echo should work correctly.
8921 lt_compile=`echo "$ac_compile" | $SED \
8922 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8923 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8924 -e 's:$: $lt_compiler_flag:'`
8925 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8926 (eval "$lt_compile" 2>out/conftest.err)
8927 ac_status=$?
8928 cat out/conftest.err >&5
8929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8930 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8931 then
8932 # The compiler can only warn and ignore the option if not recognized
8933 # So say no if there are warnings
8934 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8935 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8936 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8937 lt_cv_prog_compiler_c_o=yes
8938 fi
8939 fi
8940 chmod u+w . 2>&5
8941 $RM conftest*
8942 # SGI C++ compiler will create directory out/ii_files/ for
8943 # template instantiation
8944 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8945 $RM out/* && rmdir out
8946 cd ..
8947 $RM -r conftest
8948 $RM conftest*
8949
8950 fi
8951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8952 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8953
8954
8955
8956
8957
8958
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8960 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8961 if ${lt_cv_prog_compiler_c_o+:} false; then :
8962 $as_echo_n "(cached) " >&6
8963 else
8964 lt_cv_prog_compiler_c_o=no
8965 $RM -r conftest 2>/dev/null
8966 mkdir conftest
8967 cd conftest
8968 mkdir out
8969 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8970
8971 lt_compiler_flag="-o out/conftest2.$ac_objext"
8972 # Insert the option either (1) after the last *FLAGS variable, or
8973 # (2) before a word containing "conftest.", or (3) at the end.
8974 # Note that $ac_compile itself does not contain backslashes and begins
8975 # with a dollar sign (not a hyphen), so the echo should work correctly.
8976 lt_compile=`echo "$ac_compile" | $SED \
8977 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8978 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8979 -e 's:$: $lt_compiler_flag:'`
8980 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8981 (eval "$lt_compile" 2>out/conftest.err)
8982 ac_status=$?
8983 cat out/conftest.err >&5
8984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8986 then
8987 # The compiler can only warn and ignore the option if not recognized
8988 # So say no if there are warnings
8989 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8990 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8991 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8992 lt_cv_prog_compiler_c_o=yes
8993 fi
8994 fi
8995 chmod u+w . 2>&5
8996 $RM conftest*
8997 # SGI C++ compiler will create directory out/ii_files/ for
8998 # template instantiation
8999 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9000 $RM out/* && rmdir out
9001 cd ..
9002 $RM -r conftest
9003 $RM conftest*
9004
9005 fi
9006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9007 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9008
9009
9010
9011
9012 hard_links="nottested"
9013 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9014 # do not overwrite the value of need_locks provided by the user
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9016 $as_echo_n "checking if we can lock with hard links... " >&6; }
9017 hard_links=yes
9018 $RM conftest*
9019 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9020 touch conftest.a
9021 ln conftest.a conftest.b 2>&5 || hard_links=no
9022 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9024 $as_echo "$hard_links" >&6; }
9025 if test "$hard_links" = no; then
9026 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9027 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9028 need_locks=warn
9029 fi
9030 else
9031 need_locks=no
9032 fi
9033
9034
9035
9036
9037
9038
9039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9040 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9041
9042 runpath_var=
9043 allow_undefined_flag=
9044 always_export_symbols=no
9045 archive_cmds=
9046 archive_expsym_cmds=
9047 compiler_needs_object=no
9048 enable_shared_with_static_runtimes=no
9049 export_dynamic_flag_spec=
9050 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9051 hardcode_automatic=no
9052 hardcode_direct=no
9053 hardcode_direct_absolute=no
9054 hardcode_libdir_flag_spec=
9055 hardcode_libdir_flag_spec_ld=
9056 hardcode_libdir_separator=
9057 hardcode_minus_L=no
9058 hardcode_shlibpath_var=unsupported
9059 inherit_rpath=no
9060 link_all_deplibs=unknown
9061 module_cmds=
9062 module_expsym_cmds=
9063 old_archive_from_new_cmds=
9064 old_archive_from_expsyms_cmds=
9065 thread_safe_flag_spec=
9066 whole_archive_flag_spec=
9067 # include_expsyms should be a list of space-separated symbols to be *always*
9068 # included in the symbol list
9069 include_expsyms=
9070 # exclude_expsyms can be an extended regexp of symbols to exclude
9071 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9072 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9073 # as well as any symbol that contains `d'.
9074 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9075 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9076 # platforms (ab)use it in PIC code, but their linkers get confused if
9077 # the symbol is explicitly referenced. Since portable code cannot
9078 # rely on this symbol name, it's probably fine to never include it in
9079 # preloaded symbol tables.
9080 # Exclude shared library initialization/finalization symbols.
9081 extract_expsyms_cmds=
9082
9083 case $host_os in
9084 cygwin* | mingw* | pw32* | cegcc*)
9085 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9086 # When not using gcc, we currently assume that we are using
9087 # Microsoft Visual C++.
9088 if test "$GCC" != yes; then
9089 with_gnu_ld=no
9090 fi
9091 ;;
9092 interix*)
9093 # we just hope/assume this is gcc and not c89 (= MSVC++)
9094 with_gnu_ld=yes
9095 ;;
9096 openbsd*)
9097 with_gnu_ld=no
9098 ;;
9099 esac
9100
9101 ld_shlibs=yes
9102
9103 # On some targets, GNU ld is compatible enough with the native linker
9104 # that we're better off using the native interface for both.
9105 lt_use_gnu_ld_interface=no
9106 if test "$with_gnu_ld" = yes; then
9107 case $host_os in
9108 aix*)
9109 # The AIX port of GNU ld has always aspired to compatibility
9110 # with the native linker. However, as the warning in the GNU ld
9111 # block says, versions before 2.19.5* couldn't really create working
9112 # shared libraries, regardless of the interface used.
9113 case `$LD -v 2>&1` in
9114 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9115 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9116 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9117 *)
9118 lt_use_gnu_ld_interface=yes
9119 ;;
9120 esac
9121 ;;
9122 *)
9123 lt_use_gnu_ld_interface=yes
9124 ;;
9125 esac
9126 fi
9127
9128 if test "$lt_use_gnu_ld_interface" = yes; then
9129 # If archive_cmds runs LD, not CC, wlarc should be empty
9130 wlarc='${wl}'
9131
9132 # Set some defaults for GNU ld with shared library support. These
9133 # are reset later if shared libraries are not supported. Putting them
9134 # here allows them to be overridden if necessary.
9135 runpath_var=LD_RUN_PATH
9136 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9137 export_dynamic_flag_spec='${wl}--export-dynamic'
9138 # ancient GNU ld didn't support --whole-archive et. al.
9139 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9140 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9141 else
9142 whole_archive_flag_spec=
9143 fi
9144 supports_anon_versioning=no
9145 case `$LD -v 2>&1` in
9146 *GNU\ gold*) supports_anon_versioning=yes ;;
9147 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9148 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9149 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9150 *\ 2.11.*) ;; # other 2.11 versions
9151 *) supports_anon_versioning=yes ;;
9152 esac
9153
9154 # See if GNU ld supports shared libraries.
9155 case $host_os in
9156 aix[3-9]*)
9157 # On AIX/PPC, the GNU linker is very broken
9158 if test "$host_cpu" != ia64; then
9159 ld_shlibs=no
9160 cat <<_LT_EOF 1>&2
9161
9162 *** Warning: the GNU linker, at least up to release 2.19, is reported
9163 *** to be unable to reliably create shared libraries on AIX.
9164 *** Therefore, libtool is disabling shared libraries support. If you
9165 *** really care for shared libraries, you may want to install binutils
9166 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9167 *** You will then need to restart the configuration process.
9168
9169 _LT_EOF
9170 fi
9171 ;;
9172
9173 amigaos*)
9174 case $host_cpu in
9175 powerpc)
9176 # see comment about AmigaOS4 .so support
9177 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9178 archive_expsym_cmds=''
9179 ;;
9180 m68k)
9181 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)'
9182 hardcode_libdir_flag_spec='-L$libdir'
9183 hardcode_minus_L=yes
9184 ;;
9185 esac
9186 ;;
9187
9188 beos*)
9189 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9190 allow_undefined_flag=unsupported
9191 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9192 # support --undefined. This deserves some investigation. FIXME
9193 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9194 else
9195 ld_shlibs=no
9196 fi
9197 ;;
9198
9199 cygwin* | mingw* | pw32* | cegcc*)
9200 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9201 # as there is no search path for DLLs.
9202 hardcode_libdir_flag_spec='-L$libdir'
9203 export_dynamic_flag_spec='${wl}--export-all-symbols'
9204 allow_undefined_flag=unsupported
9205 always_export_symbols=no
9206 enable_shared_with_static_runtimes=yes
9207 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9208
9209 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9210 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9211 # If the export-symbols file already is a .def file (1st line
9212 # is EXPORTS), use it as is; otherwise, prepend...
9213 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9214 cp $export_symbols $output_objdir/$soname.def;
9215 else
9216 echo EXPORTS > $output_objdir/$soname.def;
9217 cat $export_symbols >> $output_objdir/$soname.def;
9218 fi~
9219 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9220 else
9221 ld_shlibs=no
9222 fi
9223 ;;
9224
9225 haiku*)
9226 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9227 link_all_deplibs=yes
9228 ;;
9229
9230 interix[3-9]*)
9231 hardcode_direct=no
9232 hardcode_shlibpath_var=no
9233 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9234 export_dynamic_flag_spec='${wl}-E'
9235 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9236 # Instead, shared libraries are loaded at an image base (0x10000000 by
9237 # default) and relocated if they conflict, which is a slow very memory
9238 # consuming and fragmenting process. To avoid this, we pick a random,
9239 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9240 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9241 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9242 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'
9243 ;;
9244
9245 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9246 tmp_diet=no
9247 if test "$host_os" = linux-dietlibc; then
9248 case $cc_basename in
9249 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9250 esac
9251 fi
9252 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9253 && test "$tmp_diet" = no
9254 then
9255 tmp_addflag=' $pic_flag'
9256 tmp_sharedflag='-shared'
9257 case $cc_basename,$host_cpu in
9258 pgcc*) # Portland Group C compiler
9259 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'
9260 tmp_addflag=' $pic_flag'
9261 ;;
9262 pgf77* | pgf90* | pgf95* | pgfortran*)
9263 # Portland Group f77 and f90 compilers
9264 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'
9265 tmp_addflag=' $pic_flag -Mnomain' ;;
9266 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9267 tmp_addflag=' -i_dynamic' ;;
9268 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9269 tmp_addflag=' -i_dynamic -nofor_main' ;;
9270 ifc* | ifort*) # Intel Fortran compiler
9271 tmp_addflag=' -nofor_main' ;;
9272 lf95*) # Lahey Fortran 8.1
9273 whole_archive_flag_spec=
9274 tmp_sharedflag='--shared' ;;
9275 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9276 tmp_sharedflag='-qmkshrobj'
9277 tmp_addflag= ;;
9278 nvcc*) # Cuda Compiler Driver 2.2
9279 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'
9280 compiler_needs_object=yes
9281 ;;
9282 esac
9283 case `$CC -V 2>&1 | sed 5q` in
9284 *Sun\ C*) # Sun C 5.9
9285 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'
9286 compiler_needs_object=yes
9287 tmp_sharedflag='-G' ;;
9288 *Sun\ F*) # Sun Fortran 8.3
9289 tmp_sharedflag='-G' ;;
9290 esac
9291 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9292
9293 if test "x$supports_anon_versioning" = xyes; then
9294 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9295 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9296 echo "local: *; };" >> $output_objdir/$libname.ver~
9297 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9298 fi
9299
9300 case $cc_basename in
9301 xlf* | bgf* | bgxlf* | mpixlf*)
9302 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9303 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9304 hardcode_libdir_flag_spec=
9305 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9306 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9307 if test "x$supports_anon_versioning" = xyes; then
9308 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9309 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9310 echo "local: *; };" >> $output_objdir/$libname.ver~
9311 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9312 fi
9313 ;;
9314 esac
9315 else
9316 ld_shlibs=no
9317 fi
9318 ;;
9319
9320 netbsd*)
9321 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9322 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9323 wlarc=
9324 else
9325 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9326 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9327 fi
9328 ;;
9329
9330 solaris*)
9331 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9332 ld_shlibs=no
9333 cat <<_LT_EOF 1>&2
9334
9335 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9336 *** create shared libraries on Solaris systems. Therefore, libtool
9337 *** is disabling shared libraries support. We urge you to upgrade GNU
9338 *** binutils to release 2.9.1 or newer. Another option is to modify
9339 *** your PATH or compiler configuration so that the native linker is
9340 *** used, and then restart.
9341
9342 _LT_EOF
9343 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9344 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9345 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9346 else
9347 ld_shlibs=no
9348 fi
9349 ;;
9350
9351 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9352 case `$LD -v 2>&1` in
9353 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9354 ld_shlibs=no
9355 cat <<_LT_EOF 1>&2
9356
9357 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9358 *** reliably create shared libraries on SCO systems. Therefore, libtool
9359 *** is disabling shared libraries support. We urge you to upgrade GNU
9360 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9361 *** your PATH or compiler configuration so that the native linker is
9362 *** used, and then restart.
9363
9364 _LT_EOF
9365 ;;
9366 *)
9367 # For security reasons, it is highly recommended that you always
9368 # use absolute paths for naming shared libraries, and exclude the
9369 # DT_RUNPATH tag from executables and libraries. But doing so
9370 # requires that you compile everything twice, which is a pain.
9371 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9372 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9373 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9374 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9375 else
9376 ld_shlibs=no
9377 fi
9378 ;;
9379 esac
9380 ;;
9381
9382 sunos4*)
9383 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9384 wlarc=
9385 hardcode_direct=yes
9386 hardcode_shlibpath_var=no
9387 ;;
9388
9389 *)
9390 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9391 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9392 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9393 else
9394 ld_shlibs=no
9395 fi
9396 ;;
9397 esac
9398
9399 if test "$ld_shlibs" = no; then
9400 runpath_var=
9401 hardcode_libdir_flag_spec=
9402 export_dynamic_flag_spec=
9403 whole_archive_flag_spec=
9404 fi
9405 else
9406 # PORTME fill in a description of your system's linker (not GNU ld)
9407 case $host_os in
9408 aix3*)
9409 allow_undefined_flag=unsupported
9410 always_export_symbols=yes
9411 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'
9412 # Note: this linker hardcodes the directories in LIBPATH if there
9413 # are no directories specified by -L.
9414 hardcode_minus_L=yes
9415 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9416 # Neither direct hardcoding nor static linking is supported with a
9417 # broken collect2.
9418 hardcode_direct=unsupported
9419 fi
9420 ;;
9421
9422 aix[4-9]*)
9423 if test "$host_cpu" = ia64; then
9424 # On IA64, the linker does run time linking by default, so we don't
9425 # have to do anything special.
9426 aix_use_runtimelinking=no
9427 exp_sym_flag='-Bexport'
9428 no_entry_flag=""
9429 else
9430 # If we're using GNU nm, then we don't want the "-C" option.
9431 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9432 # Also, AIX nm treats weak defined symbols like other global
9433 # defined symbols, whereas GNU nm marks them as "W".
9434 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9435 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'
9436 else
9437 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'
9438 fi
9439 aix_use_runtimelinking=no
9440
9441 # Test if we are trying to use run time linking or normal
9442 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9443 # need to do runtime linking.
9444 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9445 for ld_flag in $LDFLAGS; do
9446 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9447 aix_use_runtimelinking=yes
9448 break
9449 fi
9450 done
9451 ;;
9452 esac
9453
9454 exp_sym_flag='-bexport'
9455 no_entry_flag='-bnoentry'
9456 fi
9457
9458 # When large executables or shared objects are built, AIX ld can
9459 # have problems creating the table of contents. If linking a library
9460 # or program results in "error TOC overflow" add -mminimal-toc to
9461 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9462 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9463
9464 archive_cmds=''
9465 hardcode_direct=yes
9466 hardcode_direct_absolute=yes
9467 hardcode_libdir_separator=':'
9468 link_all_deplibs=yes
9469 file_list_spec='${wl}-f,'
9470
9471 if test "$GCC" = yes; then
9472 case $host_os in aix4.[012]|aix4.[012].*)
9473 # We only want to do this on AIX 4.2 and lower, the check
9474 # below for broken collect2 doesn't work under 4.3+
9475 collect2name=`${CC} -print-prog-name=collect2`
9476 if test -f "$collect2name" &&
9477 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9478 then
9479 # We have reworked collect2
9480 :
9481 else
9482 # We have old collect2
9483 hardcode_direct=unsupported
9484 # It fails to find uninstalled libraries when the uninstalled
9485 # path is not listed in the libpath. Setting hardcode_minus_L
9486 # to unsupported forces relinking
9487 hardcode_minus_L=yes
9488 hardcode_libdir_flag_spec='-L$libdir'
9489 hardcode_libdir_separator=
9490 fi
9491 ;;
9492 esac
9493 shared_flag='-shared'
9494 if test "$aix_use_runtimelinking" = yes; then
9495 shared_flag="$shared_flag "'${wl}-G'
9496 fi
9497 else
9498 # not using gcc
9499 if test "$host_cpu" = ia64; then
9500 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9501 # chokes on -Wl,-G. The following line is correct:
9502 shared_flag='-G'
9503 else
9504 if test "$aix_use_runtimelinking" = yes; then
9505 shared_flag='${wl}-G'
9506 else
9507 shared_flag='${wl}-bM:SRE'
9508 fi
9509 fi
9510 fi
9511
9512 export_dynamic_flag_spec='${wl}-bexpall'
9513 # It seems that -bexpall does not export symbols beginning with
9514 # underscore (_), so it is better to generate a list of symbols to export.
9515 always_export_symbols=yes
9516 if test "$aix_use_runtimelinking" = yes; then
9517 # Warning - without using the other runtime loading flags (-brtl),
9518 # -berok will link without error, but may produce a broken library.
9519 allow_undefined_flag='-berok'
9520 # Determine the default libpath from the value encoded in an
9521 # empty executable.
9522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9523 /* end confdefs.h. */
9524
9525 int
9526 main ()
9527 {
9528
9529 ;
9530 return 0;
9531 }
9532 _ACEOF
9533 if ac_fn_c_try_link "$LINENO"; then :
9534
9535 lt_aix_libpath_sed='
9536 /Import File Strings/,/^$/ {
9537 /^0/ {
9538 s/^0 *\(.*\)$/\1/
9539 p
9540 }
9541 }'
9542 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9543 # Check for a 64-bit object if we didn't find anything.
9544 if test -z "$aix_libpath"; then
9545 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9546 fi
9547 fi
9548 rm -f core conftest.err conftest.$ac_objext \
9549 conftest$ac_exeext conftest.$ac_ext
9550 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9551
9552 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9553 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"
9554 else
9555 if test "$host_cpu" = ia64; then
9556 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9557 allow_undefined_flag="-z nodefs"
9558 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"
9559 else
9560 # Determine the default libpath from the value encoded in an
9561 # empty executable.
9562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9563 /* end confdefs.h. */
9564
9565 int
9566 main ()
9567 {
9568
9569 ;
9570 return 0;
9571 }
9572 _ACEOF
9573 if ac_fn_c_try_link "$LINENO"; then :
9574
9575 lt_aix_libpath_sed='
9576 /Import File Strings/,/^$/ {
9577 /^0/ {
9578 s/^0 *\(.*\)$/\1/
9579 p
9580 }
9581 }'
9582 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9583 # Check for a 64-bit object if we didn't find anything.
9584 if test -z "$aix_libpath"; then
9585 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9586 fi
9587 fi
9588 rm -f core conftest.err conftest.$ac_objext \
9589 conftest$ac_exeext conftest.$ac_ext
9590 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9591
9592 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9593 # Warning - without using the other run time loading flags,
9594 # -berok will link without error, but may produce a broken library.
9595 no_undefined_flag=' ${wl}-bernotok'
9596 allow_undefined_flag=' ${wl}-berok'
9597 if test "$with_gnu_ld" = yes; then
9598 # We only use this code for GNU lds that support --whole-archive.
9599 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9600 else
9601 # Exported symbols can be pulled into shared objects from archives
9602 whole_archive_flag_spec='$convenience'
9603 fi
9604 archive_cmds_need_lc=yes
9605 # This is similar to how AIX traditionally builds its shared libraries.
9606 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'
9607 fi
9608 fi
9609 ;;
9610
9611 amigaos*)
9612 case $host_cpu in
9613 powerpc)
9614 # see comment about AmigaOS4 .so support
9615 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9616 archive_expsym_cmds=''
9617 ;;
9618 m68k)
9619 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)'
9620 hardcode_libdir_flag_spec='-L$libdir'
9621 hardcode_minus_L=yes
9622 ;;
9623 esac
9624 ;;
9625
9626 bsdi[45]*)
9627 export_dynamic_flag_spec=-rdynamic
9628 ;;
9629
9630 cygwin* | mingw* | pw32* | cegcc*)
9631 # When not using gcc, we currently assume that we are using
9632 # Microsoft Visual C++.
9633 # hardcode_libdir_flag_spec is actually meaningless, as there is
9634 # no search path for DLLs.
9635 hardcode_libdir_flag_spec=' '
9636 allow_undefined_flag=unsupported
9637 # Tell ltmain to make .lib files, not .a files.
9638 libext=lib
9639 # Tell ltmain to make .dll files, not .so files.
9640 shrext_cmds=".dll"
9641 # FIXME: Setting linknames here is a bad hack.
9642 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9643 # The linker will automatically build a .lib file if we build a DLL.
9644 old_archive_from_new_cmds='true'
9645 # FIXME: Should let the user specify the lib program.
9646 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9647 fix_srcfile_path='`cygpath -w "$srcfile"`'
9648 enable_shared_with_static_runtimes=yes
9649 ;;
9650
9651 darwin* | rhapsody*)
9652
9653
9654 archive_cmds_need_lc=no
9655 hardcode_direct=no
9656 hardcode_automatic=yes
9657 hardcode_shlibpath_var=unsupported
9658 if test "$lt_cv_ld_force_load" = "yes"; then
9659 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\"`'
9660 else
9661 whole_archive_flag_spec=''
9662 fi
9663 link_all_deplibs=yes
9664 allow_undefined_flag="$_lt_dar_allow_undefined"
9665 case $cc_basename in
9666 ifort*) _lt_dar_can_shared=yes ;;
9667 *) _lt_dar_can_shared=$GCC ;;
9668 esac
9669 if test "$_lt_dar_can_shared" = "yes"; then
9670 output_verbose_link_cmd=func_echo_all
9671 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9672 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9673 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}"
9674 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}"
9675
9676 else
9677 ld_shlibs=no
9678 fi
9679
9680 ;;
9681
9682 dgux*)
9683 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9684 hardcode_libdir_flag_spec='-L$libdir'
9685 hardcode_shlibpath_var=no
9686 ;;
9687
9688 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9689 # support. Future versions do this automatically, but an explicit c++rt0.o
9690 # does not break anything, and helps significantly (at the cost of a little
9691 # extra space).
9692 freebsd2.2*)
9693 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9694 hardcode_libdir_flag_spec='-R$libdir'
9695 hardcode_direct=yes
9696 hardcode_shlibpath_var=no
9697 ;;
9698
9699 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9700 freebsd2.*)
9701 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9702 hardcode_direct=yes
9703 hardcode_minus_L=yes
9704 hardcode_shlibpath_var=no
9705 ;;
9706
9707 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9708 freebsd* | dragonfly*)
9709 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9710 hardcode_libdir_flag_spec='-R$libdir'
9711 hardcode_direct=yes
9712 hardcode_shlibpath_var=no
9713 ;;
9714
9715 hpux9*)
9716 if test "$GCC" = yes; then
9717 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'
9718 else
9719 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'
9720 fi
9721 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9722 hardcode_libdir_separator=:
9723 hardcode_direct=yes
9724
9725 # hardcode_minus_L: Not really in the search PATH,
9726 # but as the default location of the library.
9727 hardcode_minus_L=yes
9728 export_dynamic_flag_spec='${wl}-E'
9729 ;;
9730
9731 hpux10*)
9732 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9733 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9734 else
9735 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9736 fi
9737 if test "$with_gnu_ld" = no; then
9738 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9739 hardcode_libdir_flag_spec_ld='+b $libdir'
9740 hardcode_libdir_separator=:
9741 hardcode_direct=yes
9742 hardcode_direct_absolute=yes
9743 export_dynamic_flag_spec='${wl}-E'
9744 # hardcode_minus_L: Not really in the search PATH,
9745 # but as the default location of the library.
9746 hardcode_minus_L=yes
9747 fi
9748 ;;
9749
9750 hpux11*)
9751 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9752 case $host_cpu in
9753 hppa*64*)
9754 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9755 ;;
9756 ia64*)
9757 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9758 ;;
9759 *)
9760 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9761 ;;
9762 esac
9763 else
9764 case $host_cpu in
9765 hppa*64*)
9766 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9767 ;;
9768 ia64*)
9769 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9770 ;;
9771 *)
9772
9773 # Older versions of the 11.00 compiler do not understand -b yet
9774 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9776 $as_echo_n "checking if $CC understands -b... " >&6; }
9777 if ${lt_cv_prog_compiler__b+:} false; then :
9778 $as_echo_n "(cached) " >&6
9779 else
9780 lt_cv_prog_compiler__b=no
9781 save_LDFLAGS="$LDFLAGS"
9782 LDFLAGS="$LDFLAGS -b"
9783 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9784 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9785 # The linker can only warn and ignore the option if not recognized
9786 # So say no if there are warnings
9787 if test -s conftest.err; then
9788 # Append any errors to the config.log.
9789 cat conftest.err 1>&5
9790 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9791 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9792 if diff conftest.exp conftest.er2 >/dev/null; then
9793 lt_cv_prog_compiler__b=yes
9794 fi
9795 else
9796 lt_cv_prog_compiler__b=yes
9797 fi
9798 fi
9799 $RM -r conftest*
9800 LDFLAGS="$save_LDFLAGS"
9801
9802 fi
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9804 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9805
9806 if test x"$lt_cv_prog_compiler__b" = xyes; then
9807 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9808 else
9809 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9810 fi
9811
9812 ;;
9813 esac
9814 fi
9815 if test "$with_gnu_ld" = no; then
9816 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9817 hardcode_libdir_separator=:
9818
9819 case $host_cpu in
9820 hppa*64*|ia64*)
9821 hardcode_direct=no
9822 hardcode_shlibpath_var=no
9823 ;;
9824 *)
9825 hardcode_direct=yes
9826 hardcode_direct_absolute=yes
9827 export_dynamic_flag_spec='${wl}-E'
9828
9829 # hardcode_minus_L: Not really in the search PATH,
9830 # but as the default location of the library.
9831 hardcode_minus_L=yes
9832 ;;
9833 esac
9834 fi
9835 ;;
9836
9837 irix5* | irix6* | nonstopux*)
9838 if test "$GCC" = yes; then
9839 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'
9840 # Try to use the -exported_symbol ld option, if it does not
9841 # work, assume that -exports_file does not work either and
9842 # implicitly export all symbols.
9843 save_LDFLAGS="$LDFLAGS"
9844 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9846 /* end confdefs.h. */
9847 int foo(void) {}
9848 _ACEOF
9849 if ac_fn_c_try_link "$LINENO"; then :
9850 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'
9851
9852 fi
9853 rm -f core conftest.err conftest.$ac_objext \
9854 conftest$ac_exeext conftest.$ac_ext
9855 LDFLAGS="$save_LDFLAGS"
9856 else
9857 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'
9858 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'
9859 fi
9860 archive_cmds_need_lc='no'
9861 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9862 hardcode_libdir_separator=:
9863 inherit_rpath=yes
9864 link_all_deplibs=yes
9865 ;;
9866
9867 netbsd*)
9868 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9869 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9870 else
9871 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9872 fi
9873 hardcode_libdir_flag_spec='-R$libdir'
9874 hardcode_direct=yes
9875 hardcode_shlibpath_var=no
9876 ;;
9877
9878 newsos6)
9879 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9880 hardcode_direct=yes
9881 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9882 hardcode_libdir_separator=:
9883 hardcode_shlibpath_var=no
9884 ;;
9885
9886 *nto* | *qnx*)
9887 ;;
9888
9889 openbsd*)
9890 if test -f /usr/libexec/ld.so; then
9891 hardcode_direct=yes
9892 hardcode_shlibpath_var=no
9893 hardcode_direct_absolute=yes
9894 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9895 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9896 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9897 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9898 export_dynamic_flag_spec='${wl}-E'
9899 else
9900 case $host_os in
9901 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9902 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9903 hardcode_libdir_flag_spec='-R$libdir'
9904 ;;
9905 *)
9906 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9907 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9908 ;;
9909 esac
9910 fi
9911 else
9912 ld_shlibs=no
9913 fi
9914 ;;
9915
9916 os2*)
9917 hardcode_libdir_flag_spec='-L$libdir'
9918 hardcode_minus_L=yes
9919 allow_undefined_flag=unsupported
9920 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'
9921 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9922 ;;
9923
9924 osf3*)
9925 if test "$GCC" = yes; then
9926 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9927 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'
9928 else
9929 allow_undefined_flag=' -expect_unresolved \*'
9930 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'
9931 fi
9932 archive_cmds_need_lc='no'
9933 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9934 hardcode_libdir_separator=:
9935 ;;
9936
9937 osf4* | osf5*) # as osf3* with the addition of -msym flag
9938 if test "$GCC" = yes; then
9939 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9940 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'
9941 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9942 else
9943 allow_undefined_flag=' -expect_unresolved \*'
9944 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'
9945 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~
9946 $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'
9947
9948 # Both c and cxx compiler support -rpath directly
9949 hardcode_libdir_flag_spec='-rpath $libdir'
9950 fi
9951 archive_cmds_need_lc='no'
9952 hardcode_libdir_separator=:
9953 ;;
9954
9955 solaris*)
9956 no_undefined_flag=' -z defs'
9957 if test "$GCC" = yes; then
9958 wlarc='${wl}'
9959 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9960 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9961 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9962 else
9963 case `$CC -V 2>&1` in
9964 *"Compilers 5.0"*)
9965 wlarc=''
9966 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9967 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9968 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9969 ;;
9970 *)
9971 wlarc='${wl}'
9972 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9973 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9974 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9975 ;;
9976 esac
9977 fi
9978 hardcode_libdir_flag_spec='-R$libdir'
9979 hardcode_shlibpath_var=no
9980 case $host_os in
9981 solaris2.[0-5] | solaris2.[0-5].*) ;;
9982 *)
9983 # The compiler driver will combine and reorder linker options,
9984 # but understands `-z linker_flag'. GCC discards it without `$wl',
9985 # but is careful enough not to reorder.
9986 # Supported since Solaris 2.6 (maybe 2.5.1?)
9987 if test "$GCC" = yes; then
9988 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9989 else
9990 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9991 fi
9992 ;;
9993 esac
9994 link_all_deplibs=yes
9995 ;;
9996
9997 sunos4*)
9998 if test "x$host_vendor" = xsequent; then
9999 # Use $CC to link under sequent, because it throws in some extra .o
10000 # files that make .init and .fini sections work.
10001 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10002 else
10003 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10004 fi
10005 hardcode_libdir_flag_spec='-L$libdir'
10006 hardcode_direct=yes
10007 hardcode_minus_L=yes
10008 hardcode_shlibpath_var=no
10009 ;;
10010
10011 sysv4)
10012 case $host_vendor in
10013 sni)
10014 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10015 hardcode_direct=yes # is this really true???
10016 ;;
10017 siemens)
10018 ## LD is ld it makes a PLAMLIB
10019 ## CC just makes a GrossModule.
10020 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10021 reload_cmds='$CC -r -o $output$reload_objs'
10022 hardcode_direct=no
10023 ;;
10024 motorola)
10025 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10026 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10027 ;;
10028 esac
10029 runpath_var='LD_RUN_PATH'
10030 hardcode_shlibpath_var=no
10031 ;;
10032
10033 sysv4.3*)
10034 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10035 hardcode_shlibpath_var=no
10036 export_dynamic_flag_spec='-Bexport'
10037 ;;
10038
10039 sysv4*MP*)
10040 if test -d /usr/nec; then
10041 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10042 hardcode_shlibpath_var=no
10043 runpath_var=LD_RUN_PATH
10044 hardcode_runpath_var=yes
10045 ld_shlibs=yes
10046 fi
10047 ;;
10048
10049 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10050 no_undefined_flag='${wl}-z,text'
10051 archive_cmds_need_lc=no
10052 hardcode_shlibpath_var=no
10053 runpath_var='LD_RUN_PATH'
10054
10055 if test "$GCC" = yes; then
10056 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10057 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10058 else
10059 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10060 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10061 fi
10062 ;;
10063
10064 sysv5* | sco3.2v5* | sco5v6*)
10065 # Note: We can NOT use -z defs as we might desire, because we do not
10066 # link with -lc, and that would cause any symbols used from libc to
10067 # always be unresolved, which means just about no library would
10068 # ever link correctly. If we're not using GNU ld we use -z text
10069 # though, which does catch some bad symbols but isn't as heavy-handed
10070 # as -z defs.
10071 no_undefined_flag='${wl}-z,text'
10072 allow_undefined_flag='${wl}-z,nodefs'
10073 archive_cmds_need_lc=no
10074 hardcode_shlibpath_var=no
10075 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10076 hardcode_libdir_separator=':'
10077 link_all_deplibs=yes
10078 export_dynamic_flag_spec='${wl}-Bexport'
10079 runpath_var='LD_RUN_PATH'
10080
10081 if test "$GCC" = yes; then
10082 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10083 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10084 else
10085 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10086 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10087 fi
10088 ;;
10089
10090 uts4*)
10091 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10092 hardcode_libdir_flag_spec='-L$libdir'
10093 hardcode_shlibpath_var=no
10094 ;;
10095
10096 *)
10097 ld_shlibs=no
10098 ;;
10099 esac
10100
10101 if test x$host_vendor = xsni; then
10102 case $host in
10103 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10104 export_dynamic_flag_spec='${wl}-Blargedynsym'
10105 ;;
10106 esac
10107 fi
10108 fi
10109
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10111 $as_echo "$ld_shlibs" >&6; }
10112 test "$ld_shlibs" = no && can_build_shared=no
10113
10114 with_gnu_ld=$with_gnu_ld
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130 #
10131 # Do we need to explicitly link libc?
10132 #
10133 case "x$archive_cmds_need_lc" in
10134 x|xyes)
10135 # Assume -lc should be added
10136 archive_cmds_need_lc=yes
10137
10138 if test "$enable_shared" = yes && test "$GCC" = yes; then
10139 case $archive_cmds in
10140 *'~'*)
10141 # FIXME: we may have to deal with multi-command sequences.
10142 ;;
10143 '$CC '*)
10144 # Test whether the compiler implicitly links with -lc since on some
10145 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10146 # to ld, don't add -lc before -lgcc.
10147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10148 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10149 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10150 $as_echo_n "(cached) " >&6
10151 else
10152 $RM conftest*
10153 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10154
10155 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10156 (eval $ac_compile) 2>&5
10157 ac_status=$?
10158 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10159 test $ac_status = 0; } 2>conftest.err; then
10160 soname=conftest
10161 lib=conftest
10162 libobjs=conftest.$ac_objext
10163 deplibs=
10164 wl=$lt_prog_compiler_wl
10165 pic_flag=$lt_prog_compiler_pic
10166 compiler_flags=-v
10167 linker_flags=-v
10168 verstring=
10169 output_objdir=.
10170 libname=conftest
10171 lt_save_allow_undefined_flag=$allow_undefined_flag
10172 allow_undefined_flag=
10173 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10174 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10175 ac_status=$?
10176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10177 test $ac_status = 0; }
10178 then
10179 lt_cv_archive_cmds_need_lc=no
10180 else
10181 lt_cv_archive_cmds_need_lc=yes
10182 fi
10183 allow_undefined_flag=$lt_save_allow_undefined_flag
10184 else
10185 cat conftest.err 1>&5
10186 fi
10187 $RM conftest*
10188
10189 fi
10190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10191 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10192 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10193 ;;
10194 esac
10195 fi
10196 ;;
10197 esac
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10356 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10357
10358 if test "$GCC" = yes; then
10359 case $host_os in
10360 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10361 *) lt_awk_arg="/^libraries:/" ;;
10362 esac
10363 case $host_os in
10364 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10365 *) lt_sed_strip_eq="s,=/,/,g" ;;
10366 esac
10367 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10368 case $lt_search_path_spec in
10369 *\;*)
10370 # if the path contains ";" then we assume it to be the separator
10371 # otherwise default to the standard path separator (i.e. ":") - it is
10372 # assumed that no part of a normal pathname contains ";" but that should
10373 # okay in the real world where ";" in dirpaths is itself problematic.
10374 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10375 ;;
10376 *)
10377 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10378 ;;
10379 esac
10380 # Ok, now we have the path, separated by spaces, we can step through it
10381 # and add multilib dir if necessary.
10382 lt_tmp_lt_search_path_spec=
10383 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10384 for lt_sys_path in $lt_search_path_spec; do
10385 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10386 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10387 else
10388 test -d "$lt_sys_path" && \
10389 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10390 fi
10391 done
10392 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10393 BEGIN {RS=" "; FS="/|\n";} {
10394 lt_foo="";
10395 lt_count=0;
10396 for (lt_i = NF; lt_i > 0; lt_i--) {
10397 if ($lt_i != "" && $lt_i != ".") {
10398 if ($lt_i == "..") {
10399 lt_count++;
10400 } else {
10401 if (lt_count == 0) {
10402 lt_foo="/" $lt_i lt_foo;
10403 } else {
10404 lt_count--;
10405 }
10406 }
10407 }
10408 }
10409 if (lt_foo != "") { lt_freq[lt_foo]++; }
10410 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10411 }'`
10412 # AWK program above erroneously prepends '/' to C:/dos/paths
10413 # for these hosts.
10414 case $host_os in
10415 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10416 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10417 esac
10418 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10419 else
10420 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10421 fi
10422 library_names_spec=
10423 libname_spec='lib$name'
10424 soname_spec=
10425 shrext_cmds=".so"
10426 postinstall_cmds=
10427 postuninstall_cmds=
10428 finish_cmds=
10429 finish_eval=
10430 shlibpath_var=
10431 shlibpath_overrides_runpath=unknown
10432 version_type=none
10433 dynamic_linker="$host_os ld.so"
10434 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10435 need_lib_prefix=unknown
10436 hardcode_into_libs=no
10437
10438 # when you set need_version to no, make sure it does not cause -set_version
10439 # flags to be left without arguments
10440 need_version=unknown
10441
10442 case $host_os in
10443 aix3*)
10444 version_type=linux
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10446 shlibpath_var=LIBPATH
10447
10448 # AIX 3 has no versioning support, so we append a major version to the name.
10449 soname_spec='${libname}${release}${shared_ext}$major'
10450 ;;
10451
10452 aix[4-9]*)
10453 version_type=linux
10454 need_lib_prefix=no
10455 need_version=no
10456 hardcode_into_libs=yes
10457 if test "$host_cpu" = ia64; then
10458 # AIX 5 supports IA64
10459 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10460 shlibpath_var=LD_LIBRARY_PATH
10461 else
10462 # With GCC up to 2.95.x, collect2 would create an import file
10463 # for dependence libraries. The import file would start with
10464 # the line `#! .'. This would cause the generated library to
10465 # depend on `.', always an invalid library. This was fixed in
10466 # development snapshots of GCC prior to 3.0.
10467 case $host_os in
10468 aix4 | aix4.[01] | aix4.[01].*)
10469 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10470 echo ' yes '
10471 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10472 :
10473 else
10474 can_build_shared=no
10475 fi
10476 ;;
10477 esac
10478 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10479 # soname into executable. Probably we can add versioning support to
10480 # collect2, so additional links can be useful in future.
10481 if test "$aix_use_runtimelinking" = yes; then
10482 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10483 # instead of lib<name>.a to let people know that these are not
10484 # typical AIX shared libraries.
10485 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10486 else
10487 # We preserve .a as extension for shared libraries through AIX4.2
10488 # and later when we are not doing run time linking.
10489 library_names_spec='${libname}${release}.a $libname.a'
10490 soname_spec='${libname}${release}${shared_ext}$major'
10491 fi
10492 shlibpath_var=LIBPATH
10493 fi
10494 ;;
10495
10496 amigaos*)
10497 case $host_cpu in
10498 powerpc)
10499 # Since July 2007 AmigaOS4 officially supports .so libraries.
10500 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10501 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10502 ;;
10503 m68k)
10504 library_names_spec='$libname.ixlibrary $libname.a'
10505 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10506 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'
10507 ;;
10508 esac
10509 ;;
10510
10511 beos*)
10512 library_names_spec='${libname}${shared_ext}'
10513 dynamic_linker="$host_os ld.so"
10514 shlibpath_var=LIBRARY_PATH
10515 ;;
10516
10517 bsdi[45]*)
10518 version_type=linux
10519 need_version=no
10520 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10521 soname_spec='${libname}${release}${shared_ext}$major'
10522 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10523 shlibpath_var=LD_LIBRARY_PATH
10524 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10525 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10526 # the default ld.so.conf also contains /usr/contrib/lib and
10527 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10528 # libtool to hard-code these into programs
10529 ;;
10530
10531 cygwin* | mingw* | pw32* | cegcc*)
10532 version_type=windows
10533 shrext_cmds=".dll"
10534 need_version=no
10535 need_lib_prefix=no
10536
10537 case $GCC,$host_os in
10538 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10539 library_names_spec='$libname.dll.a'
10540 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10541 postinstall_cmds='base_file=`basename \${file}`~
10542 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10543 dldir=$destdir/`dirname \$dlpath`~
10544 test -d \$dldir || mkdir -p \$dldir~
10545 $install_prog $dir/$dlname \$dldir/$dlname~
10546 chmod a+x \$dldir/$dlname~
10547 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10548 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10549 fi'
10550 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10551 dlpath=$dir/\$dldll~
10552 $RM \$dlpath'
10553 shlibpath_overrides_runpath=yes
10554
10555 case $host_os in
10556 cygwin*)
10557 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10558 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10559
10560 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10561 ;;
10562 mingw* | cegcc*)
10563 # MinGW DLLs use traditional 'lib' prefix
10564 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10565 ;;
10566 pw32*)
10567 # pw32 DLLs use 'pw' prefix rather than 'lib'
10568 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10569 ;;
10570 esac
10571 ;;
10572
10573 *)
10574 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10575 ;;
10576 esac
10577 dynamic_linker='Win32 ld.exe'
10578 # FIXME: first we should search . and the directory the executable is in
10579 shlibpath_var=PATH
10580 ;;
10581
10582 darwin* | rhapsody*)
10583 dynamic_linker="$host_os dyld"
10584 version_type=darwin
10585 need_lib_prefix=no
10586 need_version=no
10587 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10588 soname_spec='${libname}${release}${major}$shared_ext'
10589 shlibpath_overrides_runpath=yes
10590 shlibpath_var=DYLD_LIBRARY_PATH
10591 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10592
10593 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10594 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10595 ;;
10596
10597 dgux*)
10598 version_type=linux
10599 need_lib_prefix=no
10600 need_version=no
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10602 soname_spec='${libname}${release}${shared_ext}$major'
10603 shlibpath_var=LD_LIBRARY_PATH
10604 ;;
10605
10606 freebsd* | dragonfly*)
10607 # DragonFly does not have aout. When/if they implement a new
10608 # versioning mechanism, adjust this.
10609 if test -x /usr/bin/objformat; then
10610 objformat=`/usr/bin/objformat`
10611 else
10612 case $host_os in
10613 freebsd[23].*) objformat=aout ;;
10614 *) objformat=elf ;;
10615 esac
10616 fi
10617 version_type=freebsd-$objformat
10618 case $version_type in
10619 freebsd-elf*)
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10621 need_version=no
10622 need_lib_prefix=no
10623 ;;
10624 freebsd-*)
10625 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10626 need_version=yes
10627 ;;
10628 esac
10629 shlibpath_var=LD_LIBRARY_PATH
10630 case $host_os in
10631 freebsd2.*)
10632 shlibpath_overrides_runpath=yes
10633 ;;
10634 freebsd3.[01]* | freebsdelf3.[01]*)
10635 shlibpath_overrides_runpath=yes
10636 hardcode_into_libs=yes
10637 ;;
10638 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10639 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10640 shlibpath_overrides_runpath=no
10641 hardcode_into_libs=yes
10642 ;;
10643 *) # from 4.6 on, and DragonFly
10644 shlibpath_overrides_runpath=yes
10645 hardcode_into_libs=yes
10646 ;;
10647 esac
10648 ;;
10649
10650 haiku*)
10651 version_type=linux
10652 need_lib_prefix=no
10653 need_version=no
10654 dynamic_linker="$host_os runtime_loader"
10655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10656 soname_spec='${libname}${release}${shared_ext}$major'
10657 shlibpath_var=LIBRARY_PATH
10658 shlibpath_overrides_runpath=yes
10659 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10660 hardcode_into_libs=yes
10661 ;;
10662
10663 hpux9* | hpux10* | hpux11*)
10664 # Give a soname corresponding to the major version so that dld.sl refuses to
10665 # link against other versions.
10666 version_type=sunos
10667 need_lib_prefix=no
10668 need_version=no
10669 case $host_cpu in
10670 ia64*)
10671 shrext_cmds='.so'
10672 hardcode_into_libs=yes
10673 dynamic_linker="$host_os dld.so"
10674 shlibpath_var=LD_LIBRARY_PATH
10675 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 soname_spec='${libname}${release}${shared_ext}$major'
10678 if test "X$HPUX_IA64_MODE" = X32; then
10679 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10680 else
10681 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10682 fi
10683 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10684 ;;
10685 hppa*64*)
10686 shrext_cmds='.sl'
10687 hardcode_into_libs=yes
10688 dynamic_linker="$host_os dld.sl"
10689 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10690 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10692 soname_spec='${libname}${release}${shared_ext}$major'
10693 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10694 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10695 ;;
10696 *)
10697 shrext_cmds='.sl'
10698 dynamic_linker="$host_os dld.sl"
10699 shlibpath_var=SHLIB_PATH
10700 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10702 soname_spec='${libname}${release}${shared_ext}$major'
10703 ;;
10704 esac
10705 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10706 postinstall_cmds='chmod 555 $lib'
10707 # or fails outright, so override atomically:
10708 install_override_mode=555
10709 ;;
10710
10711 interix[3-9]*)
10712 version_type=linux
10713 need_lib_prefix=no
10714 need_version=no
10715 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10716 soname_spec='${libname}${release}${shared_ext}$major'
10717 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10718 shlibpath_var=LD_LIBRARY_PATH
10719 shlibpath_overrides_runpath=no
10720 hardcode_into_libs=yes
10721 ;;
10722
10723 irix5* | irix6* | nonstopux*)
10724 case $host_os in
10725 nonstopux*) version_type=nonstopux ;;
10726 *)
10727 if test "$lt_cv_prog_gnu_ld" = yes; then
10728 version_type=linux
10729 else
10730 version_type=irix
10731 fi ;;
10732 esac
10733 need_lib_prefix=no
10734 need_version=no
10735 soname_spec='${libname}${release}${shared_ext}$major'
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10737 case $host_os in
10738 irix5* | nonstopux*)
10739 libsuff= shlibsuff=
10740 ;;
10741 *)
10742 case $LD in # libtool.m4 will add one of these switches to LD
10743 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10744 libsuff= shlibsuff= libmagic=32-bit;;
10745 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10746 libsuff=32 shlibsuff=N32 libmagic=N32;;
10747 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10748 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10749 *) libsuff= shlibsuff= libmagic=never-match;;
10750 esac
10751 ;;
10752 esac
10753 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10754 shlibpath_overrides_runpath=no
10755 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10756 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10757 hardcode_into_libs=yes
10758 ;;
10759
10760 # No shared lib support for Linux oldld, aout, or coff.
10761 linux*oldld* | linux*aout* | linux*coff*)
10762 dynamic_linker=no
10763 ;;
10764
10765 # This must be Linux ELF.
10766 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10767 version_type=linux
10768 need_lib_prefix=no
10769 need_version=no
10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771 soname_spec='${libname}${release}${shared_ext}$major'
10772 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10773 shlibpath_var=LD_LIBRARY_PATH
10774 shlibpath_overrides_runpath=no
10775
10776 # Some binutils ld are patched to set DT_RUNPATH
10777 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10778 $as_echo_n "(cached) " >&6
10779 else
10780 lt_cv_shlibpath_overrides_runpath=no
10781 save_LDFLAGS=$LDFLAGS
10782 save_libdir=$libdir
10783 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10784 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10786 /* end confdefs.h. */
10787
10788 int
10789 main ()
10790 {
10791
10792 ;
10793 return 0;
10794 }
10795 _ACEOF
10796 if ac_fn_c_try_link "$LINENO"; then :
10797 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10798 lt_cv_shlibpath_overrides_runpath=yes
10799 fi
10800 fi
10801 rm -f core conftest.err conftest.$ac_objext \
10802 conftest$ac_exeext conftest.$ac_ext
10803 LDFLAGS=$save_LDFLAGS
10804 libdir=$save_libdir
10805
10806 fi
10807
10808 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10809
10810 # This implies no fast_install, which is unacceptable.
10811 # Some rework will be needed to allow for fast_install
10812 # before this can be enabled.
10813 hardcode_into_libs=yes
10814
10815 # Append ld.so.conf contents to the search path
10816 if test -f /etc/ld.so.conf; then
10817 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' ' '`
10818 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10819 fi
10820
10821 # We used to test for /lib/ld.so.1 and disable shared libraries on
10822 # powerpc, because MkLinux only supported shared libraries with the
10823 # GNU dynamic linker. Since this was broken with cross compilers,
10824 # most powerpc-linux boxes support dynamic linking these days and
10825 # people can always --disable-shared, the test was removed, and we
10826 # assume the GNU/Linux dynamic linker is in use.
10827 dynamic_linker='GNU/Linux ld.so'
10828 ;;
10829
10830 netbsd*)
10831 version_type=sunos
10832 need_lib_prefix=no
10833 need_version=no
10834 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10836 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10837 dynamic_linker='NetBSD (a.out) ld.so'
10838 else
10839 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10840 soname_spec='${libname}${release}${shared_ext}$major'
10841 dynamic_linker='NetBSD ld.elf_so'
10842 fi
10843 shlibpath_var=LD_LIBRARY_PATH
10844 shlibpath_overrides_runpath=yes
10845 hardcode_into_libs=yes
10846 ;;
10847
10848 newsos6)
10849 version_type=linux
10850 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10851 shlibpath_var=LD_LIBRARY_PATH
10852 shlibpath_overrides_runpath=yes
10853 ;;
10854
10855 *nto* | *qnx*)
10856 version_type=qnx
10857 need_lib_prefix=no
10858 need_version=no
10859 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10860 soname_spec='${libname}${release}${shared_ext}$major'
10861 shlibpath_var=LD_LIBRARY_PATH
10862 shlibpath_overrides_runpath=no
10863 hardcode_into_libs=yes
10864 dynamic_linker='ldqnx.so'
10865 ;;
10866
10867 openbsd*)
10868 version_type=sunos
10869 sys_lib_dlsearch_path_spec="/usr/lib"
10870 need_lib_prefix=no
10871 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10872 case $host_os in
10873 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10874 *) need_version=no ;;
10875 esac
10876 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10877 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10878 shlibpath_var=LD_LIBRARY_PATH
10879 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10880 case $host_os in
10881 openbsd2.[89] | openbsd2.[89].*)
10882 shlibpath_overrides_runpath=no
10883 ;;
10884 *)
10885 shlibpath_overrides_runpath=yes
10886 ;;
10887 esac
10888 else
10889 shlibpath_overrides_runpath=yes
10890 fi
10891 ;;
10892
10893 os2*)
10894 libname_spec='$name'
10895 shrext_cmds=".dll"
10896 need_lib_prefix=no
10897 library_names_spec='$libname${shared_ext} $libname.a'
10898 dynamic_linker='OS/2 ld.exe'
10899 shlibpath_var=LIBPATH
10900 ;;
10901
10902 osf3* | osf4* | osf5*)
10903 version_type=osf
10904 need_lib_prefix=no
10905 need_version=no
10906 soname_spec='${libname}${release}${shared_ext}$major'
10907 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10908 shlibpath_var=LD_LIBRARY_PATH
10909 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10910 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10911 ;;
10912
10913 rdos*)
10914 dynamic_linker=no
10915 ;;
10916
10917 solaris*)
10918 version_type=linux
10919 need_lib_prefix=no
10920 need_version=no
10921 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10922 soname_spec='${libname}${release}${shared_ext}$major'
10923 shlibpath_var=LD_LIBRARY_PATH
10924 shlibpath_overrides_runpath=yes
10925 hardcode_into_libs=yes
10926 # ldd complains unless libraries are executable
10927 postinstall_cmds='chmod +x $lib'
10928 ;;
10929
10930 sunos4*)
10931 version_type=sunos
10932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10933 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10934 shlibpath_var=LD_LIBRARY_PATH
10935 shlibpath_overrides_runpath=yes
10936 if test "$with_gnu_ld" = yes; then
10937 need_lib_prefix=no
10938 fi
10939 need_version=yes
10940 ;;
10941
10942 sysv4 | sysv4.3*)
10943 version_type=linux
10944 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10945 soname_spec='${libname}${release}${shared_ext}$major'
10946 shlibpath_var=LD_LIBRARY_PATH
10947 case $host_vendor in
10948 sni)
10949 shlibpath_overrides_runpath=no
10950 need_lib_prefix=no
10951 runpath_var=LD_RUN_PATH
10952 ;;
10953 siemens)
10954 need_lib_prefix=no
10955 ;;
10956 motorola)
10957 need_lib_prefix=no
10958 need_version=no
10959 shlibpath_overrides_runpath=no
10960 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10961 ;;
10962 esac
10963 ;;
10964
10965 sysv4*MP*)
10966 if test -d /usr/nec ;then
10967 version_type=linux
10968 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10969 soname_spec='$libname${shared_ext}.$major'
10970 shlibpath_var=LD_LIBRARY_PATH
10971 fi
10972 ;;
10973
10974 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10975 version_type=freebsd-elf
10976 need_lib_prefix=no
10977 need_version=no
10978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10979 soname_spec='${libname}${release}${shared_ext}$major'
10980 shlibpath_var=LD_LIBRARY_PATH
10981 shlibpath_overrides_runpath=yes
10982 hardcode_into_libs=yes
10983 if test "$with_gnu_ld" = yes; then
10984 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10985 else
10986 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10987 case $host_os in
10988 sco3.2v5*)
10989 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10990 ;;
10991 esac
10992 fi
10993 sys_lib_dlsearch_path_spec='/usr/lib'
10994 ;;
10995
10996 tpf*)
10997 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10998 version_type=linux
10999 need_lib_prefix=no
11000 need_version=no
11001 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11002 shlibpath_var=LD_LIBRARY_PATH
11003 shlibpath_overrides_runpath=no
11004 hardcode_into_libs=yes
11005 ;;
11006
11007 uts4*)
11008 version_type=linux
11009 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11010 soname_spec='${libname}${release}${shared_ext}$major'
11011 shlibpath_var=LD_LIBRARY_PATH
11012 ;;
11013
11014 *)
11015 dynamic_linker=no
11016 ;;
11017 esac
11018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11019 $as_echo "$dynamic_linker" >&6; }
11020 test "$dynamic_linker" = no && can_build_shared=no
11021
11022 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11023 if test "$GCC" = yes; then
11024 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11025 fi
11026
11027 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11028 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11029 fi
11030 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11031 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11032 fi
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046
11047
11048
11049
11050
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064
11065
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11126 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11127 hardcode_action=
11128 if test -n "$hardcode_libdir_flag_spec" ||
11129 test -n "$runpath_var" ||
11130 test "X$hardcode_automatic" = "Xyes" ; then
11131
11132 # We can hardcode non-existent directories.
11133 if test "$hardcode_direct" != no &&
11134 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11135 # have to relink, otherwise we might link with an installed library
11136 # when we should be linking with a yet-to-be-installed one
11137 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11138 test "$hardcode_minus_L" != no; then
11139 # Linking always hardcodes the temporary library directory.
11140 hardcode_action=relink
11141 else
11142 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11143 hardcode_action=immediate
11144 fi
11145 else
11146 # We cannot hardcode anything, or else we can only hardcode existing
11147 # directories.
11148 hardcode_action=unsupported
11149 fi
11150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11151 $as_echo "$hardcode_action" >&6; }
11152
11153 if test "$hardcode_action" = relink ||
11154 test "$inherit_rpath" = yes; then
11155 # Fast installation is not supported
11156 enable_fast_install=no
11157 elif test "$shlibpath_overrides_runpath" = yes ||
11158 test "$enable_shared" = no; then
11159 # Fast installation is not necessary
11160 enable_fast_install=needless
11161 fi
11162
11163
11164
11165
11166
11167
11168 if test "x$enable_dlopen" != xyes; then
11169 enable_dlopen=unknown
11170 enable_dlopen_self=unknown
11171 enable_dlopen_self_static=unknown
11172 else
11173 lt_cv_dlopen=no
11174 lt_cv_dlopen_libs=
11175
11176 case $host_os in
11177 beos*)
11178 lt_cv_dlopen="load_add_on"
11179 lt_cv_dlopen_libs=
11180 lt_cv_dlopen_self=yes
11181 ;;
11182
11183 mingw* | pw32* | cegcc*)
11184 lt_cv_dlopen="LoadLibrary"
11185 lt_cv_dlopen_libs=
11186 ;;
11187
11188 cygwin*)
11189 lt_cv_dlopen="dlopen"
11190 lt_cv_dlopen_libs=
11191 ;;
11192
11193 darwin*)
11194 # if libdl is installed we need to link against it
11195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11196 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11197 if ${ac_cv_lib_dl_dlopen+:} false; then :
11198 $as_echo_n "(cached) " >&6
11199 else
11200 ac_check_lib_save_LIBS=$LIBS
11201 LIBS="-ldl $LIBS"
11202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11203 /* end confdefs.h. */
11204
11205 /* Override any GCC internal prototype to avoid an error.
11206 Use char because int might match the return type of a GCC
11207 builtin and then its argument prototype would still apply. */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char dlopen ();
11212 int
11213 main ()
11214 {
11215 return dlopen ();
11216 ;
11217 return 0;
11218 }
11219 _ACEOF
11220 if ac_fn_c_try_link "$LINENO"; then :
11221 ac_cv_lib_dl_dlopen=yes
11222 else
11223 ac_cv_lib_dl_dlopen=no
11224 fi
11225 rm -f core conftest.err conftest.$ac_objext \
11226 conftest$ac_exeext conftest.$ac_ext
11227 LIBS=$ac_check_lib_save_LIBS
11228 fi
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11230 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11231 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11232 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11233 else
11234
11235 lt_cv_dlopen="dyld"
11236 lt_cv_dlopen_libs=
11237 lt_cv_dlopen_self=yes
11238
11239 fi
11240
11241 ;;
11242
11243 *)
11244 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11245 if test "x$ac_cv_func_shl_load" = xyes; then :
11246 lt_cv_dlopen="shl_load"
11247 else
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11249 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11250 if ${ac_cv_lib_dld_shl_load+:} false; then :
11251 $as_echo_n "(cached) " >&6
11252 else
11253 ac_check_lib_save_LIBS=$LIBS
11254 LIBS="-ldld $LIBS"
11255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11256 /* end confdefs.h. */
11257
11258 /* Override any GCC internal prototype to avoid an error.
11259 Use char because int might match the return type of a GCC
11260 builtin and then its argument prototype would still apply. */
11261 #ifdef __cplusplus
11262 extern "C"
11263 #endif
11264 char shl_load ();
11265 int
11266 main ()
11267 {
11268 return shl_load ();
11269 ;
11270 return 0;
11271 }
11272 _ACEOF
11273 if ac_fn_c_try_link "$LINENO"; then :
11274 ac_cv_lib_dld_shl_load=yes
11275 else
11276 ac_cv_lib_dld_shl_load=no
11277 fi
11278 rm -f core conftest.err conftest.$ac_objext \
11279 conftest$ac_exeext conftest.$ac_ext
11280 LIBS=$ac_check_lib_save_LIBS
11281 fi
11282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11283 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11284 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11285 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11286 else
11287 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11288 if test "x$ac_cv_func_dlopen" = xyes; then :
11289 lt_cv_dlopen="dlopen"
11290 else
11291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11292 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11293 if ${ac_cv_lib_dl_dlopen+:} false; then :
11294 $as_echo_n "(cached) " >&6
11295 else
11296 ac_check_lib_save_LIBS=$LIBS
11297 LIBS="-ldl $LIBS"
11298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11299 /* end confdefs.h. */
11300
11301 /* Override any GCC internal prototype to avoid an error.
11302 Use char because int might match the return type of a GCC
11303 builtin and then its argument prototype would still apply. */
11304 #ifdef __cplusplus
11305 extern "C"
11306 #endif
11307 char dlopen ();
11308 int
11309 main ()
11310 {
11311 return dlopen ();
11312 ;
11313 return 0;
11314 }
11315 _ACEOF
11316 if ac_fn_c_try_link "$LINENO"; then :
11317 ac_cv_lib_dl_dlopen=yes
11318 else
11319 ac_cv_lib_dl_dlopen=no
11320 fi
11321 rm -f core conftest.err conftest.$ac_objext \
11322 conftest$ac_exeext conftest.$ac_ext
11323 LIBS=$ac_check_lib_save_LIBS
11324 fi
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11326 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11327 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11328 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11329 else
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11331 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11332 if ${ac_cv_lib_svld_dlopen+:} false; then :
11333 $as_echo_n "(cached) " >&6
11334 else
11335 ac_check_lib_save_LIBS=$LIBS
11336 LIBS="-lsvld $LIBS"
11337 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11338 /* end confdefs.h. */
11339
11340 /* Override any GCC internal prototype to avoid an error.
11341 Use char because int might match the return type of a GCC
11342 builtin and then its argument prototype would still apply. */
11343 #ifdef __cplusplus
11344 extern "C"
11345 #endif
11346 char dlopen ();
11347 int
11348 main ()
11349 {
11350 return dlopen ();
11351 ;
11352 return 0;
11353 }
11354 _ACEOF
11355 if ac_fn_c_try_link "$LINENO"; then :
11356 ac_cv_lib_svld_dlopen=yes
11357 else
11358 ac_cv_lib_svld_dlopen=no
11359 fi
11360 rm -f core conftest.err conftest.$ac_objext \
11361 conftest$ac_exeext conftest.$ac_ext
11362 LIBS=$ac_check_lib_save_LIBS
11363 fi
11364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11365 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11366 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11367 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11368 else
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11370 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11371 if ${ac_cv_lib_dld_dld_link+:} false; then :
11372 $as_echo_n "(cached) " >&6
11373 else
11374 ac_check_lib_save_LIBS=$LIBS
11375 LIBS="-ldld $LIBS"
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11378
11379 /* Override any GCC internal prototype to avoid an error.
11380 Use char because int might match the return type of a GCC
11381 builtin and then its argument prototype would still apply. */
11382 #ifdef __cplusplus
11383 extern "C"
11384 #endif
11385 char dld_link ();
11386 int
11387 main ()
11388 {
11389 return dld_link ();
11390 ;
11391 return 0;
11392 }
11393 _ACEOF
11394 if ac_fn_c_try_link "$LINENO"; then :
11395 ac_cv_lib_dld_dld_link=yes
11396 else
11397 ac_cv_lib_dld_dld_link=no
11398 fi
11399 rm -f core conftest.err conftest.$ac_objext \
11400 conftest$ac_exeext conftest.$ac_ext
11401 LIBS=$ac_check_lib_save_LIBS
11402 fi
11403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11404 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11405 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11406 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11407 fi
11408
11409
11410 fi
11411
11412
11413 fi
11414
11415
11416 fi
11417
11418
11419 fi
11420
11421
11422 fi
11423
11424 ;;
11425 esac
11426
11427 if test "x$lt_cv_dlopen" != xno; then
11428 enable_dlopen=yes
11429 else
11430 enable_dlopen=no
11431 fi
11432
11433 case $lt_cv_dlopen in
11434 dlopen)
11435 save_CPPFLAGS="$CPPFLAGS"
11436 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11437
11438 save_LDFLAGS="$LDFLAGS"
11439 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11440
11441 save_LIBS="$LIBS"
11442 LIBS="$lt_cv_dlopen_libs $LIBS"
11443
11444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11445 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11446 if ${lt_cv_dlopen_self+:} false; then :
11447 $as_echo_n "(cached) " >&6
11448 else
11449 if test "$cross_compiling" = yes; then :
11450 lt_cv_dlopen_self=cross
11451 else
11452 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11453 lt_status=$lt_dlunknown
11454 cat > conftest.$ac_ext <<_LT_EOF
11455 #line 11455 "configure"
11456 #include "confdefs.h"
11457
11458 #if HAVE_DLFCN_H
11459 #include <dlfcn.h>
11460 #endif
11461
11462 #include <stdio.h>
11463
11464 #ifdef RTLD_GLOBAL
11465 # define LT_DLGLOBAL RTLD_GLOBAL
11466 #else
11467 # ifdef DL_GLOBAL
11468 # define LT_DLGLOBAL DL_GLOBAL
11469 # else
11470 # define LT_DLGLOBAL 0
11471 # endif
11472 #endif
11473
11474 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11475 find out it does not work in some platform. */
11476 #ifndef LT_DLLAZY_OR_NOW
11477 # ifdef RTLD_LAZY
11478 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11479 # else
11480 # ifdef DL_LAZY
11481 # define LT_DLLAZY_OR_NOW DL_LAZY
11482 # else
11483 # ifdef RTLD_NOW
11484 # define LT_DLLAZY_OR_NOW RTLD_NOW
11485 # else
11486 # ifdef DL_NOW
11487 # define LT_DLLAZY_OR_NOW DL_NOW
11488 # else
11489 # define LT_DLLAZY_OR_NOW 0
11490 # endif
11491 # endif
11492 # endif
11493 # endif
11494 #endif
11495
11496 /* When -fvisbility=hidden is used, assume the code has been annotated
11497 correspondingly for the symbols needed. */
11498 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11499 void fnord () __attribute__((visibility("default")));
11500 #endif
11501
11502 void fnord () { int i=42; }
11503 int main ()
11504 {
11505 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11506 int status = $lt_dlunknown;
11507
11508 if (self)
11509 {
11510 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11511 else
11512 {
11513 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11514 else puts (dlerror ());
11515 }
11516 /* dlclose (self); */
11517 }
11518 else
11519 puts (dlerror ());
11520
11521 return status;
11522 }
11523 _LT_EOF
11524 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11525 (eval $ac_link) 2>&5
11526 ac_status=$?
11527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11528 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11529 (./conftest; exit; ) >&5 2>/dev/null
11530 lt_status=$?
11531 case x$lt_status in
11532 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11533 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11534 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11535 esac
11536 else :
11537 # compilation failed
11538 lt_cv_dlopen_self=no
11539 fi
11540 fi
11541 rm -fr conftest*
11542
11543
11544 fi
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11546 $as_echo "$lt_cv_dlopen_self" >&6; }
11547
11548 if test "x$lt_cv_dlopen_self" = xyes; then
11549 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11551 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11552 if ${lt_cv_dlopen_self_static+:} false; then :
11553 $as_echo_n "(cached) " >&6
11554 else
11555 if test "$cross_compiling" = yes; then :
11556 lt_cv_dlopen_self_static=cross
11557 else
11558 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11559 lt_status=$lt_dlunknown
11560 cat > conftest.$ac_ext <<_LT_EOF
11561 #line 11561 "configure"
11562 #include "confdefs.h"
11563
11564 #if HAVE_DLFCN_H
11565 #include <dlfcn.h>
11566 #endif
11567
11568 #include <stdio.h>
11569
11570 #ifdef RTLD_GLOBAL
11571 # define LT_DLGLOBAL RTLD_GLOBAL
11572 #else
11573 # ifdef DL_GLOBAL
11574 # define LT_DLGLOBAL DL_GLOBAL
11575 # else
11576 # define LT_DLGLOBAL 0
11577 # endif
11578 #endif
11579
11580 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11581 find out it does not work in some platform. */
11582 #ifndef LT_DLLAZY_OR_NOW
11583 # ifdef RTLD_LAZY
11584 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11585 # else
11586 # ifdef DL_LAZY
11587 # define LT_DLLAZY_OR_NOW DL_LAZY
11588 # else
11589 # ifdef RTLD_NOW
11590 # define LT_DLLAZY_OR_NOW RTLD_NOW
11591 # else
11592 # ifdef DL_NOW
11593 # define LT_DLLAZY_OR_NOW DL_NOW
11594 # else
11595 # define LT_DLLAZY_OR_NOW 0
11596 # endif
11597 # endif
11598 # endif
11599 # endif
11600 #endif
11601
11602 /* When -fvisbility=hidden is used, assume the code has been annotated
11603 correspondingly for the symbols needed. */
11604 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11605 void fnord () __attribute__((visibility("default")));
11606 #endif
11607
11608 void fnord () { int i=42; }
11609 int main ()
11610 {
11611 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11612 int status = $lt_dlunknown;
11613
11614 if (self)
11615 {
11616 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11617 else
11618 {
11619 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11620 else puts (dlerror ());
11621 }
11622 /* dlclose (self); */
11623 }
11624 else
11625 puts (dlerror ());
11626
11627 return status;
11628 }
11629 _LT_EOF
11630 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11631 (eval $ac_link) 2>&5
11632 ac_status=$?
11633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11634 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11635 (./conftest; exit; ) >&5 2>/dev/null
11636 lt_status=$?
11637 case x$lt_status in
11638 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11639 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11640 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11641 esac
11642 else :
11643 # compilation failed
11644 lt_cv_dlopen_self_static=no
11645 fi
11646 fi
11647 rm -fr conftest*
11648
11649
11650 fi
11651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11652 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11653 fi
11654
11655 CPPFLAGS="$save_CPPFLAGS"
11656 LDFLAGS="$save_LDFLAGS"
11657 LIBS="$save_LIBS"
11658 ;;
11659 esac
11660
11661 case $lt_cv_dlopen_self in
11662 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11663 *) enable_dlopen_self=unknown ;;
11664 esac
11665
11666 case $lt_cv_dlopen_self_static in
11667 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11668 *) enable_dlopen_self_static=unknown ;;
11669 esac
11670 fi
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688 striplib=
11689 old_striplib=
11690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11691 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11692 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11693 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11694 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11696 $as_echo "yes" >&6; }
11697 else
11698 # FIXME - insert some real tests, host_os isn't really good enough
11699 case $host_os in
11700 darwin*)
11701 if test -n "$STRIP" ; then
11702 striplib="$STRIP -x"
11703 old_striplib="$STRIP -S"
11704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11705 $as_echo "yes" >&6; }
11706 else
11707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11708 $as_echo "no" >&6; }
11709 fi
11710 ;;
11711 *)
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11713 $as_echo "no" >&6; }
11714 ;;
11715 esac
11716 fi
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729 # Report which library types will actually be built
11730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11731 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11733 $as_echo "$can_build_shared" >&6; }
11734
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11736 $as_echo_n "checking whether to build shared libraries... " >&6; }
11737 test "$can_build_shared" = "no" && enable_shared=no
11738
11739 # On AIX, shared libraries and static libraries use the same namespace, and
11740 # are all built from PIC.
11741 case $host_os in
11742 aix3*)
11743 test "$enable_shared" = yes && enable_static=no
11744 if test -n "$RANLIB"; then
11745 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11746 postinstall_cmds='$RANLIB $lib'
11747 fi
11748 ;;
11749
11750 aix[4-9]*)
11751 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11752 test "$enable_shared" = yes && enable_static=no
11753 fi
11754 ;;
11755 esac
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11757 $as_echo "$enable_shared" >&6; }
11758
11759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11760 $as_echo_n "checking whether to build static libraries... " >&6; }
11761 # Make sure either enable_shared or enable_static is yes.
11762 test "$enable_shared" = yes || enable_static=yes
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11764 $as_echo "$enable_static" >&6; }
11765
11766
11767
11768
11769 fi
11770 ac_ext=c
11771 ac_cpp='$CPP $CPPFLAGS'
11772 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11773 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11774 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11775
11776 CC="$lt_save_CC"
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790 ac_config_commands="$ac_config_commands libtool"
11791
11792
11793
11794
11795 # Only expand once:
11796
11797
11798
11799 # Check whether --enable-targets was given.
11800 if test "${enable_targets+set}" = set; then :
11801 enableval=$enable_targets; case "${enableval}" in
11802 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11803 ;;
11804 no) enable_targets= ;;
11805 *) enable_targets=$enableval ;;
11806 esac
11807 fi
11808
11809
11810 # Set the 'development' global.
11811 . $srcdir/../bfd/development.sh
11812
11813 # Set acp_cpp_for_build variable
11814 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11815
11816 # Default set of GCC warnings to enable.
11817 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11818 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11819
11820 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11822 /* end confdefs.h. */
11823 __GNUC__
11824 _ACEOF
11825 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11826 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11827
11828 else
11829 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11830 fi
11831 rm -f conftest*
11832
11833
11834 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11836 /* end confdefs.h. */
11837 __GNUC__
11838 _ACEOF
11839 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11840 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11841
11842 else
11843 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11844 fi
11845 rm -f conftest*
11846
11847
11848 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11849 WARN_WRITE_STRINGS=""
11850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11851 /* end confdefs.h. */
11852 __GNUC__
11853 _ACEOF
11854 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11855 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11856
11857 else
11858 WARN_WRITE_STRINGS="-Wwrite-strings"
11859 fi
11860 rm -f conftest*
11861
11862
11863 # Verify CC_FOR_BUILD to be compatible with warning flags
11864
11865 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11867 /* end confdefs.h. */
11868 __GNUC__
11869 _ACEOF
11870 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11871 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11872
11873 else
11874 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11875 fi
11876 rm -f conftest*
11877
11878
11879 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11881 /* end confdefs.h. */
11882 __GNUC__
11883 _ACEOF
11884 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11885 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11886
11887 else
11888 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11889 fi
11890 rm -f conftest*
11891
11892
11893 # Check whether --enable-werror was given.
11894 if test "${enable_werror+set}" = set; then :
11895 enableval=$enable_werror; case "${enableval}" in
11896 yes | y) ERROR_ON_WARNING="yes" ;;
11897 no | n) ERROR_ON_WARNING="no" ;;
11898 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11899 esac
11900 fi
11901
11902
11903 # Disable -Wformat by default when using gcc on mingw
11904 case "${host}" in
11905 *-*-mingw32*)
11906 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11907 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11908 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11909 fi
11910 ;;
11911 *) ;;
11912 esac
11913
11914 # Enable -Werror by default when using gcc. Turn it off for releases.
11915 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11916 ERROR_ON_WARNING=yes
11917 fi
11918
11919 NO_WERROR=
11920 if test "${ERROR_ON_WARNING}" = yes ; then
11921 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11922 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11923 NO_WERROR="-Wno-error"
11924 fi
11925
11926 if test "${GCC}" = yes ; then
11927 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11928 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11929 fi
11930
11931 # Check whether --enable-build-warnings was given.
11932 if test "${enable_build_warnings+set}" = set; then :
11933 enableval=$enable_build_warnings; case "${enableval}" in
11934 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11935 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11936 no) if test "${GCC}" = yes ; then
11937 WARN_CFLAGS="-w"
11938 WARN_CFLAGS_FOR_BUILD="-w"
11939 fi;;
11940 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11941 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11942 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11943 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11944 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11945 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11946 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11947 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11948 esac
11949 fi
11950
11951
11952 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11953 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11954 fi
11955
11956
11957
11958
11959
11960
11961
11962 ac_config_headers="$ac_config_headers config.h:config.in"
11963
11964
11965 # PR 14072
11966
11967
11968 if test -z "$target" ; then
11969 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
11970 fi
11971
11972
11973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11974 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11975 # Check whether --enable-maintainer-mode was given.
11976 if test "${enable_maintainer_mode+set}" = set; then :
11977 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11978 else
11979 USE_MAINTAINER_MODE=no
11980 fi
11981
11982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11983 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11984 if test $USE_MAINTAINER_MODE = yes; then
11985 MAINTAINER_MODE_TRUE=
11986 MAINTAINER_MODE_FALSE='#'
11987 else
11988 MAINTAINER_MODE_TRUE='#'
11989 MAINTAINER_MODE_FALSE=
11990 fi
11991
11992 MAINT=$MAINTAINER_MODE_TRUE
11993
11994
11995 case ${build_alias} in
11996 "") build_noncanonical=${build} ;;
11997 *) build_noncanonical=${build_alias} ;;
11998 esac
11999
12000 case ${host_alias} in
12001 "") host_noncanonical=${build_noncanonical} ;;
12002 *) host_noncanonical=${host_alias} ;;
12003 esac
12004
12005 case ${target_alias} in
12006 "") target_noncanonical=${host_noncanonical} ;;
12007 *) target_noncanonical=${target_alias} ;;
12008 esac
12009
12010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12011 $as_echo_n "checking whether to install libbfd... " >&6; }
12012 # Check whether --enable-install-libbfd was given.
12013 if test "${enable_install_libbfd+set}" = set; then :
12014 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12015 else
12016 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12017 install_libbfd_p=yes
12018 else
12019 install_libbfd_p=no
12020 fi
12021 fi
12022
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12024 $as_echo "$install_libbfd_p" >&6; }
12025 if test $install_libbfd_p = yes; then
12026 INSTALL_LIBBFD_TRUE=
12027 INSTALL_LIBBFD_FALSE='#'
12028 else
12029 INSTALL_LIBBFD_TRUE='#'
12030 INSTALL_LIBBFD_FALSE=
12031 fi
12032
12033 # Need _noncanonical variables for this.
12034
12035
12036
12037
12038 # libbfd.a is a host library containing target dependent code
12039 bfdlibdir='$(libdir)'
12040 bfdincludedir='$(includedir)'
12041 if test "${host}" != "${target}"; then
12042 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12043 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12044 fi
12045
12046
12047
12048
12049
12050
12051
12052
12053 # host-specific stuff:
12054
12055 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
12056 # If we haven't got the data from the intl directory,
12057 # assume NLS is disabled.
12058 USE_NLS=no
12059 LIBINTL=
12060 LIBINTL_DEP=
12061 INCINTL=
12062 XGETTEXT=
12063 GMSGFMT=
12064 POSUB=
12065
12066 if test -f ../intl/config.intl; then
12067 . ../intl/config.intl
12068 fi
12069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12070 $as_echo_n "checking whether NLS is requested... " >&6; }
12071 if test x"$USE_NLS" != xyes; then
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12073 $as_echo "no" >&6; }
12074 else
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12076 $as_echo "yes" >&6; }
12077
12078 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12079
12080
12081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12082 $as_echo_n "checking for catalogs to be installed... " >&6; }
12083 # Look for .po and .gmo files in the source directory.
12084 CATALOGS=
12085 XLINGUAS=
12086 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12087 # If there aren't any .gmo files the shell will give us the
12088 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12089 # weeded out.
12090 case "$cat" in *\**)
12091 continue;;
12092 esac
12093 # The quadruple backslash is collapsed to a double backslash
12094 # by the backticks, then collapsed again by the double quotes,
12095 # leaving us with one backslash in the sed expression (right
12096 # before the dot that mustn't act as a wildcard).
12097 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12098 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12099 # The user is allowed to set LINGUAS to a list of languages to
12100 # install catalogs for. If it's empty that means "all of them."
12101 if test "x$LINGUAS" = x; then
12102 CATALOGS="$CATALOGS $cat"
12103 XLINGUAS="$XLINGUAS $lang"
12104 else
12105 case "$LINGUAS" in *$lang*)
12106 CATALOGS="$CATALOGS $cat"
12107 XLINGUAS="$XLINGUAS $lang"
12108 ;;
12109 esac
12110 fi
12111 done
12112 LINGUAS="$XLINGUAS"
12113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12114 $as_echo "$LINGUAS" >&6; }
12115
12116
12117 DATADIRNAME=share
12118
12119 INSTOBJEXT=.mo
12120
12121 GENCAT=gencat
12122
12123 CATOBJEXT=.gmo
12124
12125 fi
12126
12127 MKINSTALLDIRS=
12128 if test -n "$ac_aux_dir"; then
12129 case "$ac_aux_dir" in
12130 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12131 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12132 esac
12133 fi
12134 if test -z "$MKINSTALLDIRS"; then
12135 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12136 fi
12137
12138
12139
12140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12141 $as_echo_n "checking whether NLS is requested... " >&6; }
12142 # Check whether --enable-nls was given.
12143 if test "${enable_nls+set}" = set; then :
12144 enableval=$enable_nls; USE_NLS=$enableval
12145 else
12146 USE_NLS=yes
12147 fi
12148
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12150 $as_echo "$USE_NLS" >&6; }
12151
12152
12153
12154
12155
12156
12157 # Prepare PATH_SEPARATOR.
12158 # The user is always right.
12159 if test "${PATH_SEPARATOR+set}" != set; then
12160 echo "#! /bin/sh" >conf$$.sh
12161 echo "exit 0" >>conf$$.sh
12162 chmod +x conf$$.sh
12163 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12164 PATH_SEPARATOR=';'
12165 else
12166 PATH_SEPARATOR=:
12167 fi
12168 rm -f conf$$.sh
12169 fi
12170
12171 # Find out how to test for executable files. Don't use a zero-byte file,
12172 # as systems may use methods other than mode bits to determine executability.
12173 cat >conf$$.file <<_ASEOF
12174 #! /bin/sh
12175 exit 0
12176 _ASEOF
12177 chmod +x conf$$.file
12178 if test -x conf$$.file >/dev/null 2>&1; then
12179 ac_executable_p="test -x"
12180 else
12181 ac_executable_p="test -f"
12182 fi
12183 rm -f conf$$.file
12184
12185 # Extract the first word of "msgfmt", so it can be a program name with args.
12186 set dummy msgfmt; ac_word=$2
12187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12188 $as_echo_n "checking for $ac_word... " >&6; }
12189 if ${ac_cv_path_MSGFMT+:} false; then :
12190 $as_echo_n "(cached) " >&6
12191 else
12192 case "$MSGFMT" in
12193 [\\/]* | ?:[\\/]*)
12194 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12195 ;;
12196 *)
12197 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12198 for ac_dir in $PATH; do
12199 IFS="$ac_save_IFS"
12200 test -z "$ac_dir" && ac_dir=.
12201 for ac_exec_ext in '' $ac_executable_extensions; do
12202 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12203 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12204 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12205 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12206 break 2
12207 fi
12208 fi
12209 done
12210 done
12211 IFS="$ac_save_IFS"
12212 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12213 ;;
12214 esac
12215 fi
12216 MSGFMT="$ac_cv_path_MSGFMT"
12217 if test "$MSGFMT" != ":"; then
12218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12219 $as_echo "$MSGFMT" >&6; }
12220 else
12221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12222 $as_echo "no" >&6; }
12223 fi
12224
12225 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12226 set dummy gmsgfmt; ac_word=$2
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12228 $as_echo_n "checking for $ac_word... " >&6; }
12229 if ${ac_cv_path_GMSGFMT+:} false; then :
12230 $as_echo_n "(cached) " >&6
12231 else
12232 case $GMSGFMT in
12233 [\\/]* | ?:[\\/]*)
12234 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12235 ;;
12236 *)
12237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12238 for as_dir in $PATH
12239 do
12240 IFS=$as_save_IFS
12241 test -z "$as_dir" && as_dir=.
12242 for ac_exec_ext in '' $ac_executable_extensions; do
12243 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12244 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12246 break 2
12247 fi
12248 done
12249 done
12250 IFS=$as_save_IFS
12251
12252 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12253 ;;
12254 esac
12255 fi
12256 GMSGFMT=$ac_cv_path_GMSGFMT
12257 if test -n "$GMSGFMT"; then
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12259 $as_echo "$GMSGFMT" >&6; }
12260 else
12261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12262 $as_echo "no" >&6; }
12263 fi
12264
12265
12266
12267
12268 # Prepare PATH_SEPARATOR.
12269 # The user is always right.
12270 if test "${PATH_SEPARATOR+set}" != set; then
12271 echo "#! /bin/sh" >conf$$.sh
12272 echo "exit 0" >>conf$$.sh
12273 chmod +x conf$$.sh
12274 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12275 PATH_SEPARATOR=';'
12276 else
12277 PATH_SEPARATOR=:
12278 fi
12279 rm -f conf$$.sh
12280 fi
12281
12282 # Find out how to test for executable files. Don't use a zero-byte file,
12283 # as systems may use methods other than mode bits to determine executability.
12284 cat >conf$$.file <<_ASEOF
12285 #! /bin/sh
12286 exit 0
12287 _ASEOF
12288 chmod +x conf$$.file
12289 if test -x conf$$.file >/dev/null 2>&1; then
12290 ac_executable_p="test -x"
12291 else
12292 ac_executable_p="test -f"
12293 fi
12294 rm -f conf$$.file
12295
12296 # Extract the first word of "xgettext", so it can be a program name with args.
12297 set dummy xgettext; ac_word=$2
12298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12299 $as_echo_n "checking for $ac_word... " >&6; }
12300 if ${ac_cv_path_XGETTEXT+:} false; then :
12301 $as_echo_n "(cached) " >&6
12302 else
12303 case "$XGETTEXT" in
12304 [\\/]* | ?:[\\/]*)
12305 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12306 ;;
12307 *)
12308 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12309 for ac_dir in $PATH; do
12310 IFS="$ac_save_IFS"
12311 test -z "$ac_dir" && ac_dir=.
12312 for ac_exec_ext in '' $ac_executable_extensions; do
12313 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12314 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12315 (if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12316 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12317 break 2
12318 fi
12319 fi
12320 done
12321 done
12322 IFS="$ac_save_IFS"
12323 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12324 ;;
12325 esac
12326 fi
12327 XGETTEXT="$ac_cv_path_XGETTEXT"
12328 if test "$XGETTEXT" != ":"; then
12329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12330 $as_echo "$XGETTEXT" >&6; }
12331 else
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12333 $as_echo "no" >&6; }
12334 fi
12335
12336 rm -f messages.po
12337
12338
12339 # Prepare PATH_SEPARATOR.
12340 # The user is always right.
12341 if test "${PATH_SEPARATOR+set}" != set; then
12342 echo "#! /bin/sh" >conf$$.sh
12343 echo "exit 0" >>conf$$.sh
12344 chmod +x conf$$.sh
12345 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12346 PATH_SEPARATOR=';'
12347 else
12348 PATH_SEPARATOR=:
12349 fi
12350 rm -f conf$$.sh
12351 fi
12352
12353 # Find out how to test for executable files. Don't use a zero-byte file,
12354 # as systems may use methods other than mode bits to determine executability.
12355 cat >conf$$.file <<_ASEOF
12356 #! /bin/sh
12357 exit 0
12358 _ASEOF
12359 chmod +x conf$$.file
12360 if test -x conf$$.file >/dev/null 2>&1; then
12361 ac_executable_p="test -x"
12362 else
12363 ac_executable_p="test -f"
12364 fi
12365 rm -f conf$$.file
12366
12367 # Extract the first word of "msgmerge", so it can be a program name with args.
12368 set dummy msgmerge; ac_word=$2
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12370 $as_echo_n "checking for $ac_word... " >&6; }
12371 if ${ac_cv_path_MSGMERGE+:} false; then :
12372 $as_echo_n "(cached) " >&6
12373 else
12374 case "$MSGMERGE" in
12375 [\\/]* | ?:[\\/]*)
12376 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12377 ;;
12378 *)
12379 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12380 for ac_dir in $PATH; do
12381 IFS="$ac_save_IFS"
12382 test -z "$ac_dir" && ac_dir=.
12383 for ac_exec_ext in '' $ac_executable_extensions; do
12384 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12385 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12386 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12387 break 2
12388 fi
12389 fi
12390 done
12391 done
12392 IFS="$ac_save_IFS"
12393 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12394 ;;
12395 esac
12396 fi
12397 MSGMERGE="$ac_cv_path_MSGMERGE"
12398 if test "$MSGMERGE" != ":"; then
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12400 $as_echo "$MSGMERGE" >&6; }
12401 else
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12403 $as_echo "no" >&6; }
12404 fi
12405
12406
12407 if test "$GMSGFMT" != ":"; then
12408 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12409 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12410 : ;
12411 else
12412 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12414 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12415 GMSGFMT=":"
12416 fi
12417 fi
12418
12419 if test "$XGETTEXT" != ":"; then
12420 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12421 (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12422 : ;
12423 else
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12425 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12426 XGETTEXT=":"
12427 fi
12428 rm -f messages.po
12429 fi
12430
12431 ac_config_commands="$ac_config_commands default-1"
12432
12433
12434
12435 . ${srcdir}/../bfd/configure.host
12436
12437 # Put a plausible default for CC_FOR_BUILD in Makefile.
12438 if test -z "$CC_FOR_BUILD"; then
12439 if test "x$cross_compiling" = "xno"; then
12440 CC_FOR_BUILD='$(CC)'
12441 else
12442 CC_FOR_BUILD=gcc
12443 fi
12444 fi
12445
12446 # Also set EXEEXT_FOR_BUILD.
12447 if test "x$cross_compiling" = "xno"; then
12448 EXEEXT_FOR_BUILD='$(EXEEXT)'
12449 else
12450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12451 $as_echo_n "checking for build system executable suffix... " >&6; }
12452 if ${bfd_cv_build_exeext+:} false; then :
12453 $as_echo_n "(cached) " >&6
12454 else
12455 rm -f conftest*
12456 echo 'int main () { return 0; }' > conftest.c
12457 bfd_cv_build_exeext=
12458 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12459 for file in conftest.*; do
12460 case $file in
12461 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12462 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12463 esac
12464 done
12465 rm -f conftest*
12466 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12467 fi
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12469 $as_echo "$bfd_cv_build_exeext" >&6; }
12470 EXEEXT_FOR_BUILD=""
12471 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12472 fi
12473
12474
12475
12476
12477
12478 for ac_header in string.h strings.h stdlib.h limits.h
12479 do :
12480 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12481 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12482 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12483 cat >>confdefs.h <<_ACEOF
12484 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12485 _ACEOF
12486
12487 fi
12488
12489 done
12490
12491 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12492 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12493 if ${gcc_cv_header_string+:} false; then :
12494 $as_echo_n "(cached) " >&6
12495 else
12496 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12497 /* end confdefs.h. */
12498 #include <string.h>
12499 #include <strings.h>
12500 int
12501 main ()
12502 {
12503
12504 ;
12505 return 0;
12506 }
12507 _ACEOF
12508 if ac_fn_c_try_compile "$LINENO"; then :
12509 gcc_cv_header_string=yes
12510 else
12511 gcc_cv_header_string=no
12512 fi
12513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12514 fi
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12516 $as_echo "$gcc_cv_header_string" >&6; }
12517 if test $gcc_cv_header_string = yes; then
12518
12519 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12520
12521 fi
12522
12523
12524 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12525 if test "x$ac_cv_have_decl_basename" = xyes; then :
12526 ac_have_decl=1
12527 else
12528 ac_have_decl=0
12529 fi
12530
12531 cat >>confdefs.h <<_ACEOF
12532 #define HAVE_DECL_BASENAME $ac_have_decl
12533 _ACEOF
12534 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12535 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12536 ac_have_decl=1
12537 else
12538 ac_have_decl=0
12539 fi
12540
12541 cat >>confdefs.h <<_ACEOF
12542 #define HAVE_DECL_STPCPY $ac_have_decl
12543 _ACEOF
12544
12545
12546 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12547 # since sigsetjmp might only be defined as a macro.
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12549 $as_echo_n "checking for sigsetjmp... " >&6; }
12550 if ${gdb_cv_func_sigsetjmp+:} false; then :
12551 $as_echo_n "(cached) " >&6
12552 else
12553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12554 /* end confdefs.h. */
12555
12556 #include <setjmp.h>
12557
12558 int
12559 main ()
12560 {
12561 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12562 ;
12563 return 0;
12564 }
12565 _ACEOF
12566 if ac_fn_c_try_compile "$LINENO"; then :
12567 bfd_cv_func_sigsetjmp=yes
12568 else
12569 bfd_cv_func_sigsetjmp=no
12570 fi
12571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12572 fi
12573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12574 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12575 if test $bfd_cv_func_sigsetjmp = yes; then
12576
12577 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12578
12579 fi
12580
12581 cgen_maint=no
12582 cgendir='$(srcdir)/../cgen'
12583
12584 # Check whether --enable-cgen-maint was given.
12585 if test "${enable_cgen_maint+set}" = set; then :
12586 enableval=$enable_cgen_maint; case "${enableval}" in
12587 yes) cgen_maint=yes ;;
12588 no) cgen_maint=no ;;
12589 *)
12590 # Argument is a directory where cgen can be found. In some
12591 # future world cgen could be installable, but right now this
12592 # is not the case. Instead we assume the directory is a path
12593 # to the cgen source tree.
12594 cgen_maint=yes
12595 if test -r ${enableval}/iformat.scm; then
12596 # This looks like a cgen source tree.
12597 cgendir=${enableval}
12598 else
12599 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12600 fi
12601 ;;
12602 esac
12603 fi
12604 if test x${cgen_maint} = xyes; then
12605 CGEN_MAINT_TRUE=
12606 CGEN_MAINT_FALSE='#'
12607 else
12608 CGEN_MAINT_TRUE='#'
12609 CGEN_MAINT_FALSE=
12610 fi
12611
12612
12613
12614 using_cgen=no
12615
12616 # Check if linker supports --as-needed and --no-as-needed options
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12618 $as_echo_n "checking linker --as-needed support... " >&6; }
12619 if ${bfd_cv_ld_as_needed+:} false; then :
12620 $as_echo_n "(cached) " >&6
12621 else
12622 bfd_cv_ld_as_needed=no
12623 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12624 bfd_cv_ld_as_needed=yes
12625 fi
12626
12627 fi
12628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12629 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12630
12631 LIBM=
12632 case $host in
12633 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12634 # These system don't have libm, or don't need it
12635 ;;
12636 *-ncr-sysv4.3*)
12637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12638 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12639 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12640 $as_echo_n "(cached) " >&6
12641 else
12642 ac_check_lib_save_LIBS=$LIBS
12643 LIBS="-lmw $LIBS"
12644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12645 /* end confdefs.h. */
12646
12647 /* Override any GCC internal prototype to avoid an error.
12648 Use char because int might match the return type of a GCC
12649 builtin and then its argument prototype would still apply. */
12650 #ifdef __cplusplus
12651 extern "C"
12652 #endif
12653 char _mwvalidcheckl ();
12654 int
12655 main ()
12656 {
12657 return _mwvalidcheckl ();
12658 ;
12659 return 0;
12660 }
12661 _ACEOF
12662 if ac_fn_c_try_link "$LINENO"; then :
12663 ac_cv_lib_mw__mwvalidcheckl=yes
12664 else
12665 ac_cv_lib_mw__mwvalidcheckl=no
12666 fi
12667 rm -f core conftest.err conftest.$ac_objext \
12668 conftest$ac_exeext conftest.$ac_ext
12669 LIBS=$ac_check_lib_save_LIBS
12670 fi
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12672 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12673 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12674 LIBM="-lmw"
12675 fi
12676
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12678 $as_echo_n "checking for cos in -lm... " >&6; }
12679 if ${ac_cv_lib_m_cos+:} false; then :
12680 $as_echo_n "(cached) " >&6
12681 else
12682 ac_check_lib_save_LIBS=$LIBS
12683 LIBS="-lm $LIBS"
12684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12685 /* end confdefs.h. */
12686
12687 /* Override any GCC internal prototype to avoid an error.
12688 Use char because int might match the return type of a GCC
12689 builtin and then its argument prototype would still apply. */
12690 #ifdef __cplusplus
12691 extern "C"
12692 #endif
12693 char cos ();
12694 int
12695 main ()
12696 {
12697 return cos ();
12698 ;
12699 return 0;
12700 }
12701 _ACEOF
12702 if ac_fn_c_try_link "$LINENO"; then :
12703 ac_cv_lib_m_cos=yes
12704 else
12705 ac_cv_lib_m_cos=no
12706 fi
12707 rm -f core conftest.err conftest.$ac_objext \
12708 conftest$ac_exeext conftest.$ac_ext
12709 LIBS=$ac_check_lib_save_LIBS
12710 fi
12711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12712 $as_echo "$ac_cv_lib_m_cos" >&6; }
12713 if test "x$ac_cv_lib_m_cos" = xyes; then :
12714 LIBM="$LIBM -lm"
12715 fi
12716
12717 ;;
12718 *)
12719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12720 $as_echo_n "checking for cos in -lm... " >&6; }
12721 if ${ac_cv_lib_m_cos+:} false; then :
12722 $as_echo_n "(cached) " >&6
12723 else
12724 ac_check_lib_save_LIBS=$LIBS
12725 LIBS="-lm $LIBS"
12726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12727 /* end confdefs.h. */
12728
12729 /* Override any GCC internal prototype to avoid an error.
12730 Use char because int might match the return type of a GCC
12731 builtin and then its argument prototype would still apply. */
12732 #ifdef __cplusplus
12733 extern "C"
12734 #endif
12735 char cos ();
12736 int
12737 main ()
12738 {
12739 return cos ();
12740 ;
12741 return 0;
12742 }
12743 _ACEOF
12744 if ac_fn_c_try_link "$LINENO"; then :
12745 ac_cv_lib_m_cos=yes
12746 else
12747 ac_cv_lib_m_cos=no
12748 fi
12749 rm -f core conftest.err conftest.$ac_objext \
12750 conftest$ac_exeext conftest.$ac_ext
12751 LIBS=$ac_check_lib_save_LIBS
12752 fi
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12754 $as_echo "$ac_cv_lib_m_cos" >&6; }
12755 if test "x$ac_cv_lib_m_cos" = xyes; then :
12756 LIBM="-lm"
12757 fi
12758
12759 ;;
12760 esac
12761
12762
12763
12764 #Libs for generator progs
12765 if test "x$cross_compiling" = "xno"; then
12766 BUILD_LIBS=../libiberty/libiberty.a
12767 BUILD_LIB_DEPS=$BUILD_LIBS
12768 else
12769 # if cross-compiling, assume that the system provides -liberty
12770 # and that the version is compatible with new headers.
12771 BUILD_LIBS=-liberty
12772 BUILD_LIB_DEPS=
12773 fi
12774 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12775 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12776
12777
12778
12779
12780 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12781 SHARED_LDFLAGS=
12782 SHARED_LIBADD=
12783 SHARED_DEPENDENCIES=
12784 if test "$enable_shared" = "yes"; then
12785 # When building a shared libopcodes, link against the pic version of libiberty
12786 # so that apps that use libopcodes won't need libiberty just to satisfy any
12787 # libopcodes references.
12788 # We can't do that if a pic libiberty is unavailable since including non-pic
12789 # code would insert text relocations into libopcodes.
12790 # Note that linking against libbfd as we do here, which is itself linked
12791 # against libiberty, may not satisfy all the libopcodes libiberty references
12792 # since libbfd may not pull in the entirety of libiberty.
12793 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12794 if test -n "$x"; then
12795 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12796 fi
12797
12798 case "${host}" in
12799 *-*-cygwin*)
12800 SHARED_LDFLAGS="-no-undefined"
12801 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12802 ;;
12803 *-*-darwin*)
12804 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12805 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12806 ;;
12807 *)
12808 case "$host_vendor" in
12809 hp)
12810 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12811 ;;
12812 *)
12813 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12814 ;;
12815 esac
12816 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12817 ;;
12818 esac
12819
12820 if test -n "$SHARED_LIBADD"; then
12821 if test -n "$LIBM"; then
12822 if test x"$bfd_cv_ld_as_needed" = xyes; then
12823 # Link against libm only when needed. Put -lc, -lm inside -Wl
12824 # to stop libtool reordering these options.
12825 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12826 else
12827 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12828 fi
12829 fi
12830 fi
12831 fi
12832
12833
12834
12835
12836 # target-specific stuff:
12837
12838 # Canonicalize the secondary target names.
12839 if test -n "$enable_targets" ; then
12840 for targ in `echo $enable_targets | sed 's/,/ /g'`
12841 do
12842 result=`$ac_config_sub $targ 2>/dev/null`
12843 if test -n "$result" ; then
12844 canon_targets="$canon_targets $result"
12845 else
12846 # Allow targets that config.sub doesn't recognize, like "all".
12847 canon_targets="$canon_targets $targ"
12848 fi
12849 done
12850 fi
12851
12852 all_targets=false
12853 selarchs=
12854 for targ in $target $canon_targets
12855 do
12856 if test "x$targ" = "xall" ; then
12857 all_targets=true
12858 else
12859 . $srcdir/../bfd/config.bfd
12860 selarchs="$selarchs $targ_archs"
12861 fi
12862 done
12863
12864 # Utility var, documents generic cgen support files.
12865
12866 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12867
12868 # We don't do any links based on the target system, just makefile config.
12869
12870 if test x${all_targets} = xfalse ; then
12871
12872 # Target architecture .o files.
12873 ta=
12874
12875 for arch in $selarchs
12876 do
12877 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12878 archdefs="$archdefs -DARCH_$ad"
12879 case "$arch" in
12880 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12881 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12882 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12883 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12884 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12885 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12886 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12887 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12888 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12889 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
12890 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12891 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12892 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12893 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12894 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12895 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12896 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12897 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12898 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12899 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12900 ta="$ta i386-dis.lo i386-opc.lo" ;;
12901 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12902 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12903 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12904 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12905 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
12906 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12907 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
12908 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12909 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12910 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12911 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12912 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
12913 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12914 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12915 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12916 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12917 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12918 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12919 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12920 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12921 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12922 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12923 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12924 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12925 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12926 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12927 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12928 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12929 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12930 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12931 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12932 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12933 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12934 bfd_pyramid_arch) ;;
12935 bfd_romp_arch) ;;
12936 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12937 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12938 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12939 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12940 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12941 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12942 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12943 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12944 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12945 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12946 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12947 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12948 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12949 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12950 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12951 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12952 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12953 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12954 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12955 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12956 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12957 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
12958 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12959 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12960 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12961 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12962 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12963 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12964 bfd_bpf_arch) ta="$ta bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo" using_cgen=yes ;;
12965
12966 "") ;;
12967 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
12968 esac
12969 done
12970
12971 if test $using_cgen = yes ; then
12972 ta="$ta $cgen_files"
12973 fi
12974
12975 # Weed out duplicate .o files.
12976 f=""
12977 for i in $ta ; do
12978 case " $f " in
12979 *" $i "*) ;;
12980 *) f="$f $i" ;;
12981 esac
12982 done
12983 ta="$f"
12984
12985 # And duplicate -D flags.
12986 f=""
12987 for i in $archdefs ; do
12988 case " $f " in
12989 *" $i "*) ;;
12990 *) f="$f $i" ;;
12991 esac
12992 done
12993 archdefs="$f"
12994
12995 BFD_MACHINES="$ta"
12996
12997 else # all_targets is true
12998 archdefs=-DARCH_all
12999 BFD_MACHINES='$(ALL_MACHINES)'
13000 fi
13001
13002
13003
13004
13005 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13006
13007 cat >confcache <<\_ACEOF
13008 # This file is a shell script that caches the results of configure
13009 # tests run on this system so they can be shared between configure
13010 # scripts and configure runs, see configure's option --config-cache.
13011 # It is not useful on other systems. If it contains results you don't
13012 # want to keep, you may remove or edit it.
13013 #
13014 # config.status only pays attention to the cache file if you give it
13015 # the --recheck option to rerun configure.
13016 #
13017 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13018 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13019 # following values.
13020
13021 _ACEOF
13022
13023 # The following way of writing the cache mishandles newlines in values,
13024 # but we know of no workaround that is simple, portable, and efficient.
13025 # So, we kill variables containing newlines.
13026 # Ultrix sh set writes to stderr and can't be redirected directly,
13027 # and sets the high bit in the cache file unless we assign to the vars.
13028 (
13029 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13030 eval ac_val=\$$ac_var
13031 case $ac_val in #(
13032 *${as_nl}*)
13033 case $ac_var in #(
13034 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13035 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13036 esac
13037 case $ac_var in #(
13038 _ | IFS | as_nl) ;; #(
13039 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13040 *) { eval $ac_var=; unset $ac_var;} ;;
13041 esac ;;
13042 esac
13043 done
13044
13045 (set) 2>&1 |
13046 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13047 *${as_nl}ac_space=\ *)
13048 # `set' does not quote correctly, so add quotes: double-quote
13049 # substitution turns \\\\ into \\, and sed turns \\ into \.
13050 sed -n \
13051 "s/'/'\\\\''/g;
13052 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13053 ;; #(
13054 *)
13055 # `set' quotes correctly as required by POSIX, so do not add quotes.
13056 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13057 ;;
13058 esac |
13059 sort
13060 ) |
13061 sed '
13062 /^ac_cv_env_/b end
13063 t clear
13064 :clear
13065 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13066 t end
13067 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13068 :end' >>confcache
13069 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13070 if test -w "$cache_file"; then
13071 if test "x$cache_file" != "x/dev/null"; then
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13073 $as_echo "$as_me: updating cache $cache_file" >&6;}
13074 if test ! -f "$cache_file" || test -h "$cache_file"; then
13075 cat confcache >"$cache_file"
13076 else
13077 case $cache_file in #(
13078 */* | ?:*)
13079 mv -f confcache "$cache_file"$$ &&
13080 mv -f "$cache_file"$$ "$cache_file" ;; #(
13081 *)
13082 mv -f confcache "$cache_file" ;;
13083 esac
13084 fi
13085 fi
13086 else
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13088 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13089 fi
13090 fi
13091 rm -f confcache
13092
13093 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13094 # Let make expand exec_prefix.
13095 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13096
13097 DEFS=-DHAVE_CONFIG_H
13098
13099 ac_libobjs=
13100 ac_ltlibobjs=
13101 U=
13102 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13103 # 1. Remove the extension, and $U if already installed.
13104 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13105 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13106 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13107 # will be set to the directory where LIBOBJS objects are built.
13108 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13109 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13110 done
13111 LIBOBJS=$ac_libobjs
13112
13113 LTLIBOBJS=$ac_ltlibobjs
13114
13115
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13117 $as_echo_n "checking that generated files are newer than configure... " >&6; }
13118 if test -n "$am_sleep_pid"; then
13119 # Hide warnings about reused PIDs.
13120 wait $am_sleep_pid 2>/dev/null
13121 fi
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13123 $as_echo "done" >&6; }
13124 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13125 as_fn_error $? "conditional \"AMDEP\" was never defined.
13126 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13127 fi
13128 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13129 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13130 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13131 fi
13132 if test -n "$EXEEXT"; then
13133 am__EXEEXT_TRUE=
13134 am__EXEEXT_FALSE='#'
13135 else
13136 am__EXEEXT_TRUE='#'
13137 am__EXEEXT_FALSE=
13138 fi
13139
13140 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13141 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13142 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13143 fi
13144 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
13145 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
13146 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13147 fi
13148 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
13149 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
13150 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13151 fi
13152
13153 : "${CONFIG_STATUS=./config.status}"
13154 ac_write_fail=0
13155 ac_clean_files_save=$ac_clean_files
13156 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13157 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13158 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13159 as_write_fail=0
13160 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13161 #! $SHELL
13162 # Generated by $as_me.
13163 # Run this file to recreate the current configuration.
13164 # Compiler output produced by configure, useful for debugging
13165 # configure, is in config.log if it exists.
13166
13167 debug=false
13168 ac_cs_recheck=false
13169 ac_cs_silent=false
13170
13171 SHELL=\${CONFIG_SHELL-$SHELL}
13172 export SHELL
13173 _ASEOF
13174 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13175 ## -------------------- ##
13176 ## M4sh Initialization. ##
13177 ## -------------------- ##
13178
13179 # Be more Bourne compatible
13180 DUALCASE=1; export DUALCASE # for MKS sh
13181 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13182 emulate sh
13183 NULLCMD=:
13184 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13185 # is contrary to our usage. Disable this feature.
13186 alias -g '${1+"$@"}'='"$@"'
13187 setopt NO_GLOB_SUBST
13188 else
13189 case `(set -o) 2>/dev/null` in #(
13190 *posix*) :
13191 set -o posix ;; #(
13192 *) :
13193 ;;
13194 esac
13195 fi
13196
13197
13198 as_nl='
13199 '
13200 export as_nl
13201 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13202 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13203 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13204 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13205 # Prefer a ksh shell builtin over an external printf program on Solaris,
13206 # but without wasting forks for bash or zsh.
13207 if test -z "$BASH_VERSION$ZSH_VERSION" \
13208 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13209 as_echo='print -r --'
13210 as_echo_n='print -rn --'
13211 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13212 as_echo='printf %s\n'
13213 as_echo_n='printf %s'
13214 else
13215 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13216 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13217 as_echo_n='/usr/ucb/echo -n'
13218 else
13219 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13220 as_echo_n_body='eval
13221 arg=$1;
13222 case $arg in #(
13223 *"$as_nl"*)
13224 expr "X$arg" : "X\\(.*\\)$as_nl";
13225 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13226 esac;
13227 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13228 '
13229 export as_echo_n_body
13230 as_echo_n='sh -c $as_echo_n_body as_echo'
13231 fi
13232 export as_echo_body
13233 as_echo='sh -c $as_echo_body as_echo'
13234 fi
13235
13236 # The user is always right.
13237 if test "${PATH_SEPARATOR+set}" != set; then
13238 PATH_SEPARATOR=:
13239 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13240 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13241 PATH_SEPARATOR=';'
13242 }
13243 fi
13244
13245
13246 # IFS
13247 # We need space, tab and new line, in precisely that order. Quoting is
13248 # there to prevent editors from complaining about space-tab.
13249 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13250 # splitting by setting IFS to empty value.)
13251 IFS=" "" $as_nl"
13252
13253 # Find who we are. Look in the path if we contain no directory separator.
13254 as_myself=
13255 case $0 in #((
13256 *[\\/]* ) as_myself=$0 ;;
13257 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13258 for as_dir in $PATH
13259 do
13260 IFS=$as_save_IFS
13261 test -z "$as_dir" && as_dir=.
13262 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13263 done
13264 IFS=$as_save_IFS
13265
13266 ;;
13267 esac
13268 # We did not find ourselves, most probably we were run as `sh COMMAND'
13269 # in which case we are not to be found in the path.
13270 if test "x$as_myself" = x; then
13271 as_myself=$0
13272 fi
13273 if test ! -f "$as_myself"; then
13274 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13275 exit 1
13276 fi
13277
13278 # Unset variables that we do not need and which cause bugs (e.g. in
13279 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13280 # suppresses any "Segmentation fault" message there. '((' could
13281 # trigger a bug in pdksh 5.2.14.
13282 for as_var in BASH_ENV ENV MAIL MAILPATH
13283 do eval test x\${$as_var+set} = xset \
13284 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13285 done
13286 PS1='$ '
13287 PS2='> '
13288 PS4='+ '
13289
13290 # NLS nuisances.
13291 LC_ALL=C
13292 export LC_ALL
13293 LANGUAGE=C
13294 export LANGUAGE
13295
13296 # CDPATH.
13297 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13298
13299
13300 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13301 # ----------------------------------------
13302 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13303 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13304 # script with STATUS, using 1 if that was 0.
13305 as_fn_error ()
13306 {
13307 as_status=$1; test $as_status -eq 0 && as_status=1
13308 if test "$4"; then
13309 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13310 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13311 fi
13312 $as_echo "$as_me: error: $2" >&2
13313 as_fn_exit $as_status
13314 } # as_fn_error
13315
13316
13317 # as_fn_set_status STATUS
13318 # -----------------------
13319 # Set $? to STATUS, without forking.
13320 as_fn_set_status ()
13321 {
13322 return $1
13323 } # as_fn_set_status
13324
13325 # as_fn_exit STATUS
13326 # -----------------
13327 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13328 as_fn_exit ()
13329 {
13330 set +e
13331 as_fn_set_status $1
13332 exit $1
13333 } # as_fn_exit
13334
13335 # as_fn_unset VAR
13336 # ---------------
13337 # Portably unset VAR.
13338 as_fn_unset ()
13339 {
13340 { eval $1=; unset $1;}
13341 }
13342 as_unset=as_fn_unset
13343 # as_fn_append VAR VALUE
13344 # ----------------------
13345 # Append the text in VALUE to the end of the definition contained in VAR. Take
13346 # advantage of any shell optimizations that allow amortized linear growth over
13347 # repeated appends, instead of the typical quadratic growth present in naive
13348 # implementations.
13349 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13350 eval 'as_fn_append ()
13351 {
13352 eval $1+=\$2
13353 }'
13354 else
13355 as_fn_append ()
13356 {
13357 eval $1=\$$1\$2
13358 }
13359 fi # as_fn_append
13360
13361 # as_fn_arith ARG...
13362 # ------------------
13363 # Perform arithmetic evaluation on the ARGs, and store the result in the
13364 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13365 # must be portable across $(()) and expr.
13366 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13367 eval 'as_fn_arith ()
13368 {
13369 as_val=$(( $* ))
13370 }'
13371 else
13372 as_fn_arith ()
13373 {
13374 as_val=`expr "$@" || test $? -eq 1`
13375 }
13376 fi # as_fn_arith
13377
13378
13379 if expr a : '\(a\)' >/dev/null 2>&1 &&
13380 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13381 as_expr=expr
13382 else
13383 as_expr=false
13384 fi
13385
13386 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13387 as_basename=basename
13388 else
13389 as_basename=false
13390 fi
13391
13392 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13393 as_dirname=dirname
13394 else
13395 as_dirname=false
13396 fi
13397
13398 as_me=`$as_basename -- "$0" ||
13399 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13400 X"$0" : 'X\(//\)$' \| \
13401 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13402 $as_echo X/"$0" |
13403 sed '/^.*\/\([^/][^/]*\)\/*$/{
13404 s//\1/
13405 q
13406 }
13407 /^X\/\(\/\/\)$/{
13408 s//\1/
13409 q
13410 }
13411 /^X\/\(\/\).*/{
13412 s//\1/
13413 q
13414 }
13415 s/.*/./; q'`
13416
13417 # Avoid depending upon Character Ranges.
13418 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13419 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13420 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13421 as_cr_digits='0123456789'
13422 as_cr_alnum=$as_cr_Letters$as_cr_digits
13423
13424 ECHO_C= ECHO_N= ECHO_T=
13425 case `echo -n x` in #(((((
13426 -n*)
13427 case `echo 'xy\c'` in
13428 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13429 xy) ECHO_C='\c';;
13430 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13431 ECHO_T=' ';;
13432 esac;;
13433 *)
13434 ECHO_N='-n';;
13435 esac
13436
13437 rm -f conf$$ conf$$.exe conf$$.file
13438 if test -d conf$$.dir; then
13439 rm -f conf$$.dir/conf$$.file
13440 else
13441 rm -f conf$$.dir
13442 mkdir conf$$.dir 2>/dev/null
13443 fi
13444 if (echo >conf$$.file) 2>/dev/null; then
13445 if ln -s conf$$.file conf$$ 2>/dev/null; then
13446 as_ln_s='ln -s'
13447 # ... but there are two gotchas:
13448 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13449 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13450 # In both cases, we have to default to `cp -pR'.
13451 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13452 as_ln_s='cp -pR'
13453 elif ln conf$$.file conf$$ 2>/dev/null; then
13454 as_ln_s=ln
13455 else
13456 as_ln_s='cp -pR'
13457 fi
13458 else
13459 as_ln_s='cp -pR'
13460 fi
13461 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13462 rmdir conf$$.dir 2>/dev/null
13463
13464
13465 # as_fn_mkdir_p
13466 # -------------
13467 # Create "$as_dir" as a directory, including parents if necessary.
13468 as_fn_mkdir_p ()
13469 {
13470
13471 case $as_dir in #(
13472 -*) as_dir=./$as_dir;;
13473 esac
13474 test -d "$as_dir" || eval $as_mkdir_p || {
13475 as_dirs=
13476 while :; do
13477 case $as_dir in #(
13478 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13479 *) as_qdir=$as_dir;;
13480 esac
13481 as_dirs="'$as_qdir' $as_dirs"
13482 as_dir=`$as_dirname -- "$as_dir" ||
13483 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13484 X"$as_dir" : 'X\(//\)[^/]' \| \
13485 X"$as_dir" : 'X\(//\)$' \| \
13486 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13487 $as_echo X"$as_dir" |
13488 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13489 s//\1/
13490 q
13491 }
13492 /^X\(\/\/\)[^/].*/{
13493 s//\1/
13494 q
13495 }
13496 /^X\(\/\/\)$/{
13497 s//\1/
13498 q
13499 }
13500 /^X\(\/\).*/{
13501 s//\1/
13502 q
13503 }
13504 s/.*/./; q'`
13505 test -d "$as_dir" && break
13506 done
13507 test -z "$as_dirs" || eval "mkdir $as_dirs"
13508 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13509
13510
13511 } # as_fn_mkdir_p
13512 if mkdir -p . 2>/dev/null; then
13513 as_mkdir_p='mkdir -p "$as_dir"'
13514 else
13515 test -d ./-p && rmdir ./-p
13516 as_mkdir_p=false
13517 fi
13518
13519
13520 # as_fn_executable_p FILE
13521 # -----------------------
13522 # Test if FILE is an executable regular file.
13523 as_fn_executable_p ()
13524 {
13525 test -f "$1" && test -x "$1"
13526 } # as_fn_executable_p
13527 as_test_x='test -x'
13528 as_executable_p=as_fn_executable_p
13529
13530 # Sed expression to map a string onto a valid CPP name.
13531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13532
13533 # Sed expression to map a string onto a valid variable name.
13534 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13535
13536
13537 exec 6>&1
13538 ## ----------------------------------- ##
13539 ## Main body of $CONFIG_STATUS script. ##
13540 ## ----------------------------------- ##
13541 _ASEOF
13542 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13543
13544 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13545 # Save the log message, to keep $0 and so on meaningful, and to
13546 # report actual input values of CONFIG_FILES etc. instead of their
13547 # values after options handling.
13548 ac_log="
13549 This file was extended by opcodes $as_me 2.36.50, which was
13550 generated by GNU Autoconf 2.69. Invocation command line was
13551
13552 CONFIG_FILES = $CONFIG_FILES
13553 CONFIG_HEADERS = $CONFIG_HEADERS
13554 CONFIG_LINKS = $CONFIG_LINKS
13555 CONFIG_COMMANDS = $CONFIG_COMMANDS
13556 $ $0 $@
13557
13558 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13559 "
13560
13561 _ACEOF
13562
13563 case $ac_config_files in *"
13564 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13565 esac
13566
13567 case $ac_config_headers in *"
13568 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13569 esac
13570
13571
13572 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13573 # Files that config.status was made for.
13574 config_files="$ac_config_files"
13575 config_headers="$ac_config_headers"
13576 config_commands="$ac_config_commands"
13577
13578 _ACEOF
13579
13580 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13581 ac_cs_usage="\
13582 \`$as_me' instantiates files and other configuration actions
13583 from templates according to the current configuration. Unless the files
13584 and actions are specified as TAGs, all are instantiated by default.
13585
13586 Usage: $0 [OPTION]... [TAG]...
13587
13588 -h, --help print this help, then exit
13589 -V, --version print version number and configuration settings, then exit
13590 --config print configuration, then exit
13591 -q, --quiet, --silent
13592 do not print progress messages
13593 -d, --debug don't remove temporary files
13594 --recheck update $as_me by reconfiguring in the same conditions
13595 --file=FILE[:TEMPLATE]
13596 instantiate the configuration file FILE
13597 --header=FILE[:TEMPLATE]
13598 instantiate the configuration header FILE
13599
13600 Configuration files:
13601 $config_files
13602
13603 Configuration headers:
13604 $config_headers
13605
13606 Configuration commands:
13607 $config_commands
13608
13609 Report bugs to the package provider."
13610
13611 _ACEOF
13612 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13613 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13614 ac_cs_version="\\
13615 opcodes config.status 2.36.50
13616 configured by $0, generated by GNU Autoconf 2.69,
13617 with options \\"\$ac_cs_config\\"
13618
13619 Copyright (C) 2012 Free Software Foundation, Inc.
13620 This config.status script is free software; the Free Software Foundation
13621 gives unlimited permission to copy, distribute and modify it."
13622
13623 ac_pwd='$ac_pwd'
13624 srcdir='$srcdir'
13625 INSTALL='$INSTALL'
13626 MKDIR_P='$MKDIR_P'
13627 AWK='$AWK'
13628 test -n "\$AWK" || AWK=awk
13629 _ACEOF
13630
13631 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13632 # The default lists apply if the user does not specify any file.
13633 ac_need_defaults=:
13634 while test $# != 0
13635 do
13636 case $1 in
13637 --*=?*)
13638 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13639 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13640 ac_shift=:
13641 ;;
13642 --*=)
13643 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13644 ac_optarg=
13645 ac_shift=:
13646 ;;
13647 *)
13648 ac_option=$1
13649 ac_optarg=$2
13650 ac_shift=shift
13651 ;;
13652 esac
13653
13654 case $ac_option in
13655 # Handling of the options.
13656 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13657 ac_cs_recheck=: ;;
13658 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13659 $as_echo "$ac_cs_version"; exit ;;
13660 --config | --confi | --conf | --con | --co | --c )
13661 $as_echo "$ac_cs_config"; exit ;;
13662 --debug | --debu | --deb | --de | --d | -d )
13663 debug=: ;;
13664 --file | --fil | --fi | --f )
13665 $ac_shift
13666 case $ac_optarg in
13667 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13668 '') as_fn_error $? "missing file argument" ;;
13669 esac
13670 as_fn_append CONFIG_FILES " '$ac_optarg'"
13671 ac_need_defaults=false;;
13672 --header | --heade | --head | --hea )
13673 $ac_shift
13674 case $ac_optarg in
13675 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13676 esac
13677 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13678 ac_need_defaults=false;;
13679 --he | --h)
13680 # Conflict between --help and --header
13681 as_fn_error $? "ambiguous option: \`$1'
13682 Try \`$0 --help' for more information.";;
13683 --help | --hel | -h )
13684 $as_echo "$ac_cs_usage"; exit ;;
13685 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13686 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13687 ac_cs_silent=: ;;
13688
13689 # This is an error.
13690 -*) as_fn_error $? "unrecognized option: \`$1'
13691 Try \`$0 --help' for more information." ;;
13692
13693 *) as_fn_append ac_config_targets " $1"
13694 ac_need_defaults=false ;;
13695
13696 esac
13697 shift
13698 done
13699
13700 ac_configure_extra_args=
13701
13702 if $ac_cs_silent; then
13703 exec 6>/dev/null
13704 ac_configure_extra_args="$ac_configure_extra_args --silent"
13705 fi
13706
13707 _ACEOF
13708 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13709 if \$ac_cs_recheck; then
13710 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13711 shift
13712 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13713 CONFIG_SHELL='$SHELL'
13714 export CONFIG_SHELL
13715 exec "\$@"
13716 fi
13717
13718 _ACEOF
13719 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13720 exec 5>>config.log
13721 {
13722 echo
13723 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13724 ## Running $as_me. ##
13725 _ASBOX
13726 $as_echo "$ac_log"
13727 } >&5
13728
13729 _ACEOF
13730 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13731 #
13732 # INIT-COMMANDS
13733 #
13734 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13735
13736
13737 # The HP-UX ksh and POSIX shell print the target directory to stdout
13738 # if CDPATH is set.
13739 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13740
13741 sed_quote_subst='$sed_quote_subst'
13742 double_quote_subst='$double_quote_subst'
13743 delay_variable_subst='$delay_variable_subst'
13744 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13745 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13746 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13747 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13748 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13749 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13750 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13751 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13752 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13753 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13754 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13755 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13756 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13757 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13758 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13759 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13760 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13761 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13762 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13763 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13764 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13765 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13766 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13767 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13768 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13769 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13770 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13771 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13772 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13773 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13774 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13775 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13776 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13777 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13778 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13779 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13780 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13781 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13782 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13783 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13784 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13785 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13786 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13787 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13788 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13789 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13790 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13791 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13792 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"`'
13793 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13794 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13795 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13796 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13797 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13798 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13799 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13800 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13801 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13802 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13803 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13804 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13805 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13806 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13807 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13808 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13809 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13810 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13811 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13812 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13813 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13814 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13815 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13816 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13817 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13818 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13819 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13820 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13821 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13822 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13823 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13824 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13825 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13826 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13827 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13828 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13829 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13830 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13831 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13832 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13833 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13834 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13835 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13836 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13837 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13838 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13839 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13840 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13841 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13842 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13843 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13844 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13845 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13846 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13847 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13848 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13849 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13850 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13851 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13852 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13853 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13854 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13855 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13856 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13857 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13858 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13859 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13860 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13861 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13862 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13863 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13864
13865 LTCC='$LTCC'
13866 LTCFLAGS='$LTCFLAGS'
13867 compiler='$compiler_DEFAULT'
13868
13869 # A function that is used when there is no print builtin or printf.
13870 func_fallback_echo ()
13871 {
13872 eval 'cat <<_LTECHO_EOF
13873 \$1
13874 _LTECHO_EOF'
13875 }
13876
13877 # Quote evaled strings.
13878 for var in SHELL \
13879 ECHO \
13880 SED \
13881 GREP \
13882 EGREP \
13883 FGREP \
13884 LD \
13885 NM \
13886 LN_S \
13887 lt_SP2NL \
13888 lt_NL2SP \
13889 reload_flag \
13890 OBJDUMP \
13891 deplibs_check_method \
13892 file_magic_cmd \
13893 AR \
13894 AR_FLAGS \
13895 STRIP \
13896 RANLIB \
13897 CC \
13898 CFLAGS \
13899 compiler \
13900 lt_cv_sys_global_symbol_pipe \
13901 lt_cv_sys_global_symbol_to_cdecl \
13902 lt_cv_sys_global_symbol_to_c_name_address \
13903 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13904 lt_prog_compiler_no_builtin_flag \
13905 lt_prog_compiler_wl \
13906 lt_prog_compiler_pic \
13907 lt_prog_compiler_static \
13908 lt_cv_prog_compiler_c_o \
13909 need_locks \
13910 DSYMUTIL \
13911 NMEDIT \
13912 LIPO \
13913 OTOOL \
13914 OTOOL64 \
13915 shrext_cmds \
13916 export_dynamic_flag_spec \
13917 whole_archive_flag_spec \
13918 compiler_needs_object \
13919 with_gnu_ld \
13920 allow_undefined_flag \
13921 no_undefined_flag \
13922 hardcode_libdir_flag_spec \
13923 hardcode_libdir_flag_spec_ld \
13924 hardcode_libdir_separator \
13925 fix_srcfile_path \
13926 exclude_expsyms \
13927 include_expsyms \
13928 file_list_spec \
13929 variables_saved_for_relink \
13930 libname_spec \
13931 library_names_spec \
13932 soname_spec \
13933 install_override_mode \
13934 finish_eval \
13935 old_striplib \
13936 striplib; do
13937 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13938 *[\\\\\\\`\\"\\\$]*)
13939 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13940 ;;
13941 *)
13942 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13943 ;;
13944 esac
13945 done
13946
13947 # Double-quote double-evaled strings.
13948 for var in reload_cmds \
13949 old_postinstall_cmds \
13950 old_postuninstall_cmds \
13951 old_archive_cmds \
13952 extract_expsyms_cmds \
13953 old_archive_from_new_cmds \
13954 old_archive_from_expsyms_cmds \
13955 archive_cmds \
13956 archive_expsym_cmds \
13957 module_cmds \
13958 module_expsym_cmds \
13959 export_symbols_cmds \
13960 prelink_cmds \
13961 postinstall_cmds \
13962 postuninstall_cmds \
13963 finish_cmds \
13964 sys_lib_search_path_spec \
13965 sys_lib_dlsearch_path_spec; do
13966 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13967 *[\\\\\\\`\\"\\\$]*)
13968 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13969 ;;
13970 *)
13971 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13972 ;;
13973 esac
13974 done
13975
13976 ac_aux_dir='$ac_aux_dir'
13977 xsi_shell='$xsi_shell'
13978 lt_shell_append='$lt_shell_append'
13979
13980 # See if we are running on zsh, and set the options which allow our
13981 # commands through without removal of \ escapes INIT.
13982 if test -n "\${ZSH_VERSION+set}" ; then
13983 setopt NO_GLOB_SUBST
13984 fi
13985
13986
13987 PACKAGE='$PACKAGE'
13988 VERSION='$VERSION'
13989 TIMESTAMP='$TIMESTAMP'
13990 RM='$RM'
13991 ofile='$ofile'
13992
13993
13994
13995 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13996 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13997 # from automake.
13998 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13999 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14000 LINGUAS="${LINGUAS-%UNSET%}"
14001
14002
14003 _ACEOF
14004
14005 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14006
14007 # Handling of arguments.
14008 for ac_config_target in $ac_config_targets
14009 do
14010 case $ac_config_target in
14011 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14012 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14013 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14014 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14015 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14016 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14017
14018 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14019 esac
14020 done
14021
14022
14023 # If the user did not use the arguments to specify the items to instantiate,
14024 # then the envvar interface is used. Set only those that are not.
14025 # We use the long form for the default assignment because of an extremely
14026 # bizarre bug on SunOS 4.1.3.
14027 if $ac_need_defaults; then
14028 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14029 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14030 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14031 fi
14032
14033 # Have a temporary directory for convenience. Make it in the build tree
14034 # simply because there is no reason against having it here, and in addition,
14035 # creating and moving files from /tmp can sometimes cause problems.
14036 # Hook for its removal unless debugging.
14037 # Note that there is a small window in which the directory will not be cleaned:
14038 # after its creation but before its name has been assigned to `$tmp'.
14039 $debug ||
14040 {
14041 tmp= ac_tmp=
14042 trap 'exit_status=$?
14043 : "${ac_tmp:=$tmp}"
14044 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14045 ' 0
14046 trap 'as_fn_exit 1' 1 2 13 15
14047 }
14048 # Create a (secure) tmp directory for tmp files.
14049
14050 {
14051 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14052 test -d "$tmp"
14053 } ||
14054 {
14055 tmp=./conf$$-$RANDOM
14056 (umask 077 && mkdir "$tmp")
14057 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14058 ac_tmp=$tmp
14059
14060 # Set up the scripts for CONFIG_FILES section.
14061 # No need to generate them if there are no CONFIG_FILES.
14062 # This happens for instance with `./config.status config.h'.
14063 if test -n "$CONFIG_FILES"; then
14064
14065
14066 ac_cr=`echo X | tr X '\015'`
14067 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14068 # But we know of no other shell where ac_cr would be empty at this
14069 # point, so we can use a bashism as a fallback.
14070 if test "x$ac_cr" = x; then
14071 eval ac_cr=\$\'\\r\'
14072 fi
14073 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14074 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14075 ac_cs_awk_cr='\\r'
14076 else
14077 ac_cs_awk_cr=$ac_cr
14078 fi
14079
14080 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14081 _ACEOF
14082
14083
14084 {
14085 echo "cat >conf$$subs.awk <<_ACEOF" &&
14086 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14087 echo "_ACEOF"
14088 } >conf$$subs.sh ||
14089 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14090 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14091 ac_delim='%!_!# '
14092 for ac_last_try in false false false false false :; do
14093 . ./conf$$subs.sh ||
14094 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14095
14096 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14097 if test $ac_delim_n = $ac_delim_num; then
14098 break
14099 elif $ac_last_try; then
14100 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14101 else
14102 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14103 fi
14104 done
14105 rm -f conf$$subs.sh
14106
14107 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14108 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14109 _ACEOF
14110 sed -n '
14111 h
14112 s/^/S["/; s/!.*/"]=/
14113 p
14114 g
14115 s/^[^!]*!//
14116 :repl
14117 t repl
14118 s/'"$ac_delim"'$//
14119 t delim
14120 :nl
14121 h
14122 s/\(.\{148\}\)..*/\1/
14123 t more1
14124 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14125 p
14126 n
14127 b repl
14128 :more1
14129 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14130 p
14131 g
14132 s/.\{148\}//
14133 t nl
14134 :delim
14135 h
14136 s/\(.\{148\}\)..*/\1/
14137 t more2
14138 s/["\\]/\\&/g; s/^/"/; s/$/"/
14139 p
14140 b
14141 :more2
14142 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14143 p
14144 g
14145 s/.\{148\}//
14146 t delim
14147 ' <conf$$subs.awk | sed '
14148 /^[^""]/{
14149 N
14150 s/\n//
14151 }
14152 ' >>$CONFIG_STATUS || ac_write_fail=1
14153 rm -f conf$$subs.awk
14154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14155 _ACAWK
14156 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
14157 for (key in S) S_is_set[key] = 1
14158 FS = "\a"
14159
14160 }
14161 {
14162 line = $ 0
14163 nfields = split(line, field, "@")
14164 substed = 0
14165 len = length(field[1])
14166 for (i = 2; i < nfields; i++) {
14167 key = field[i]
14168 keylen = length(key)
14169 if (S_is_set[key]) {
14170 value = S[key]
14171 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14172 len += length(value) + length(field[++i])
14173 substed = 1
14174 } else
14175 len += 1 + keylen
14176 }
14177
14178 print line
14179 }
14180
14181 _ACAWK
14182 _ACEOF
14183 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14184 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14185 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14186 else
14187 cat
14188 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14189 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14190 _ACEOF
14191
14192 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14193 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14194 # trailing colons and then remove the whole line if VPATH becomes empty
14195 # (actually we leave an empty line to preserve line numbers).
14196 if test "x$srcdir" = x.; then
14197 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14198 h
14199 s///
14200 s/^/:/
14201 s/[ ]*$/:/
14202 s/:\$(srcdir):/:/g
14203 s/:\${srcdir}:/:/g
14204 s/:@srcdir@:/:/g
14205 s/^:*//
14206 s/:*$//
14207 x
14208 s/\(=[ ]*\).*/\1/
14209 G
14210 s/\n//
14211 s/^[^=]*=[ ]*$//
14212 }'
14213 fi
14214
14215 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14216 fi # test -n "$CONFIG_FILES"
14217
14218 # Set up the scripts for CONFIG_HEADERS section.
14219 # No need to generate them if there are no CONFIG_HEADERS.
14220 # This happens for instance with `./config.status Makefile'.
14221 if test -n "$CONFIG_HEADERS"; then
14222 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
14223 BEGIN {
14224 _ACEOF
14225
14226 # Transform confdefs.h into an awk script `defines.awk', embedded as
14227 # here-document in config.status, that substitutes the proper values into
14228 # config.h.in to produce config.h.
14229
14230 # Create a delimiter string that does not exist in confdefs.h, to ease
14231 # handling of long lines.
14232 ac_delim='%!_!# '
14233 for ac_last_try in false false :; do
14234 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14235 if test -z "$ac_tt"; then
14236 break
14237 elif $ac_last_try; then
14238 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14239 else
14240 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14241 fi
14242 done
14243
14244 # For the awk script, D is an array of macro values keyed by name,
14245 # likewise P contains macro parameters if any. Preserve backslash
14246 # newline sequences.
14247
14248 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14249 sed -n '
14250 s/.\{148\}/&'"$ac_delim"'/g
14251 t rset
14252 :rset
14253 s/^[ ]*#[ ]*define[ ][ ]*/ /
14254 t def
14255 d
14256 :def
14257 s/\\$//
14258 t bsnl
14259 s/["\\]/\\&/g
14260 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14261 D["\1"]=" \3"/p
14262 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14263 d
14264 :bsnl
14265 s/["\\]/\\&/g
14266 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14267 D["\1"]=" \3\\\\\\n"\\/p
14268 t cont
14269 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14270 t cont
14271 d
14272 :cont
14273 n
14274 s/.\{148\}/&'"$ac_delim"'/g
14275 t clear
14276 :clear
14277 s/\\$//
14278 t bsnlc
14279 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14280 d
14281 :bsnlc
14282 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14283 b cont
14284 ' <confdefs.h | sed '
14285 s/'"$ac_delim"'/"\\\
14286 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14287
14288 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14289 for (key in D) D_is_set[key] = 1
14290 FS = "\a"
14291 }
14292 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14293 line = \$ 0
14294 split(line, arg, " ")
14295 if (arg[1] == "#") {
14296 defundef = arg[2]
14297 mac1 = arg[3]
14298 } else {
14299 defundef = substr(arg[1], 2)
14300 mac1 = arg[2]
14301 }
14302 split(mac1, mac2, "(") #)
14303 macro = mac2[1]
14304 prefix = substr(line, 1, index(line, defundef) - 1)
14305 if (D_is_set[macro]) {
14306 # Preserve the white space surrounding the "#".
14307 print prefix "define", macro P[macro] D[macro]
14308 next
14309 } else {
14310 # Replace #undef with comments. This is necessary, for example,
14311 # in the case of _POSIX_SOURCE, which is predefined and required
14312 # on some systems where configure will not decide to define it.
14313 if (defundef == "undef") {
14314 print "/*", prefix defundef, macro, "*/"
14315 next
14316 }
14317 }
14318 }
14319 { print }
14320 _ACAWK
14321 _ACEOF
14322 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14323 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14324 fi # test -n "$CONFIG_HEADERS"
14325
14326
14327 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14328 shift
14329 for ac_tag
14330 do
14331 case $ac_tag in
14332 :[FHLC]) ac_mode=$ac_tag; continue;;
14333 esac
14334 case $ac_mode$ac_tag in
14335 :[FHL]*:*);;
14336 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14337 :[FH]-) ac_tag=-:-;;
14338 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14339 esac
14340 ac_save_IFS=$IFS
14341 IFS=:
14342 set x $ac_tag
14343 IFS=$ac_save_IFS
14344 shift
14345 ac_file=$1
14346 shift
14347
14348 case $ac_mode in
14349 :L) ac_source=$1;;
14350 :[FH])
14351 ac_file_inputs=
14352 for ac_f
14353 do
14354 case $ac_f in
14355 -) ac_f="$ac_tmp/stdin";;
14356 *) # Look for the file first in the build tree, then in the source tree
14357 # (if the path is not absolute). The absolute path cannot be DOS-style,
14358 # because $ac_f cannot contain `:'.
14359 test -f "$ac_f" ||
14360 case $ac_f in
14361 [\\/$]*) false;;
14362 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14363 esac ||
14364 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14365 esac
14366 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14367 as_fn_append ac_file_inputs " '$ac_f'"
14368 done
14369
14370 # Let's still pretend it is `configure' which instantiates (i.e., don't
14371 # use $as_me), people would be surprised to read:
14372 # /* config.h. Generated by config.status. */
14373 configure_input='Generated from '`
14374 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14375 `' by configure.'
14376 if test x"$ac_file" != x-; then
14377 configure_input="$ac_file. $configure_input"
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14379 $as_echo "$as_me: creating $ac_file" >&6;}
14380 fi
14381 # Neutralize special characters interpreted by sed in replacement strings.
14382 case $configure_input in #(
14383 *\&* | *\|* | *\\* )
14384 ac_sed_conf_input=`$as_echo "$configure_input" |
14385 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14386 *) ac_sed_conf_input=$configure_input;;
14387 esac
14388
14389 case $ac_tag in
14390 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14391 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14392 esac
14393 ;;
14394 esac
14395
14396 ac_dir=`$as_dirname -- "$ac_file" ||
14397 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14398 X"$ac_file" : 'X\(//\)[^/]' \| \
14399 X"$ac_file" : 'X\(//\)$' \| \
14400 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14401 $as_echo X"$ac_file" |
14402 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14403 s//\1/
14404 q
14405 }
14406 /^X\(\/\/\)[^/].*/{
14407 s//\1/
14408 q
14409 }
14410 /^X\(\/\/\)$/{
14411 s//\1/
14412 q
14413 }
14414 /^X\(\/\).*/{
14415 s//\1/
14416 q
14417 }
14418 s/.*/./; q'`
14419 as_dir="$ac_dir"; as_fn_mkdir_p
14420 ac_builddir=.
14421
14422 case "$ac_dir" in
14423 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14424 *)
14425 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14426 # A ".." for each directory in $ac_dir_suffix.
14427 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14428 case $ac_top_builddir_sub in
14429 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14430 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14431 esac ;;
14432 esac
14433 ac_abs_top_builddir=$ac_pwd
14434 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14435 # for backward compatibility:
14436 ac_top_builddir=$ac_top_build_prefix
14437
14438 case $srcdir in
14439 .) # We are building in place.
14440 ac_srcdir=.
14441 ac_top_srcdir=$ac_top_builddir_sub
14442 ac_abs_top_srcdir=$ac_pwd ;;
14443 [\\/]* | ?:[\\/]* ) # Absolute name.
14444 ac_srcdir=$srcdir$ac_dir_suffix;
14445 ac_top_srcdir=$srcdir
14446 ac_abs_top_srcdir=$srcdir ;;
14447 *) # Relative name.
14448 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14449 ac_top_srcdir=$ac_top_build_prefix$srcdir
14450 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14451 esac
14452 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14453
14454
14455 case $ac_mode in
14456 :F)
14457 #
14458 # CONFIG_FILE
14459 #
14460
14461 case $INSTALL in
14462 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14463 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14464 esac
14465 ac_MKDIR_P=$MKDIR_P
14466 case $MKDIR_P in
14467 [\\/$]* | ?:[\\/]* ) ;;
14468 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14469 esac
14470 _ACEOF
14471
14472 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14473 # If the template does not know about datarootdir, expand it.
14474 # FIXME: This hack should be removed a few years after 2.60.
14475 ac_datarootdir_hack=; ac_datarootdir_seen=
14476 ac_sed_dataroot='
14477 /datarootdir/ {
14478 p
14479 q
14480 }
14481 /@datadir@/p
14482 /@docdir@/p
14483 /@infodir@/p
14484 /@localedir@/p
14485 /@mandir@/p'
14486 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14487 *datarootdir*) ac_datarootdir_seen=yes;;
14488 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14490 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14491 _ACEOF
14492 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14493 ac_datarootdir_hack='
14494 s&@datadir@&$datadir&g
14495 s&@docdir@&$docdir&g
14496 s&@infodir@&$infodir&g
14497 s&@localedir@&$localedir&g
14498 s&@mandir@&$mandir&g
14499 s&\\\${datarootdir}&$datarootdir&g' ;;
14500 esac
14501 _ACEOF
14502
14503 # Neutralize VPATH when `$srcdir' = `.'.
14504 # Shell code in configure.ac might set extrasub.
14505 # FIXME: do we really want to maintain this feature?
14506 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14507 ac_sed_extra="$ac_vpsub
14508 $extrasub
14509 _ACEOF
14510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14511 :t
14512 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14513 s|@configure_input@|$ac_sed_conf_input|;t t
14514 s&@top_builddir@&$ac_top_builddir_sub&;t t
14515 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14516 s&@srcdir@&$ac_srcdir&;t t
14517 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14518 s&@top_srcdir@&$ac_top_srcdir&;t t
14519 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14520 s&@builddir@&$ac_builddir&;t t
14521 s&@abs_builddir@&$ac_abs_builddir&;t t
14522 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14523 s&@INSTALL@&$ac_INSTALL&;t t
14524 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14525 $ac_datarootdir_hack
14526 "
14527 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14528 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14529
14530 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14531 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14532 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14533 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14535 which seems to be undefined. Please make sure it is defined" >&5
14536 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14537 which seems to be undefined. Please make sure it is defined" >&2;}
14538
14539 rm -f "$ac_tmp/stdin"
14540 case $ac_file in
14541 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14542 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14543 esac \
14544 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14545 ;;
14546 :H)
14547 #
14548 # CONFIG_HEADER
14549 #
14550 if test x"$ac_file" != x-; then
14551 {
14552 $as_echo "/* $configure_input */" \
14553 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14554 } >"$ac_tmp/config.h" \
14555 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14556 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14557 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14558 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14559 else
14560 rm -f "$ac_file"
14561 mv "$ac_tmp/config.h" "$ac_file" \
14562 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14563 fi
14564 else
14565 $as_echo "/* $configure_input */" \
14566 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14567 || as_fn_error $? "could not create -" "$LINENO" 5
14568 fi
14569 # Compute "$ac_file"'s index in $config_headers.
14570 _am_arg="$ac_file"
14571 _am_stamp_count=1
14572 for _am_header in $config_headers :; do
14573 case $_am_header in
14574 $_am_arg | $_am_arg:* )
14575 break ;;
14576 * )
14577 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14578 esac
14579 done
14580 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14581 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14582 X"$_am_arg" : 'X\(//\)[^/]' \| \
14583 X"$_am_arg" : 'X\(//\)$' \| \
14584 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14585 $as_echo X"$_am_arg" |
14586 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14587 s//\1/
14588 q
14589 }
14590 /^X\(\/\/\)[^/].*/{
14591 s//\1/
14592 q
14593 }
14594 /^X\(\/\/\)$/{
14595 s//\1/
14596 q
14597 }
14598 /^X\(\/\).*/{
14599 s//\1/
14600 q
14601 }
14602 s/.*/./; q'`/stamp-h$_am_stamp_count
14603 ;;
14604
14605 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14606 $as_echo "$as_me: executing $ac_file commands" >&6;}
14607 ;;
14608 esac
14609
14610
14611 case $ac_file$ac_mode in
14612 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14613 # Older Autoconf quotes --file arguments for eval, but not when files
14614 # are listed without --file. Let's play safe and only enable the eval
14615 # if we detect the quoting.
14616 case $CONFIG_FILES in
14617 *\'*) eval set x "$CONFIG_FILES" ;;
14618 *) set x $CONFIG_FILES ;;
14619 esac
14620 shift
14621 for mf
14622 do
14623 # Strip MF so we end up with the name of the file.
14624 mf=`echo "$mf" | sed -e 's/:.*$//'`
14625 # Check whether this is an Automake generated Makefile or not.
14626 # We used to match only the files named 'Makefile.in', but
14627 # some people rename them; so instead we look at the file content.
14628 # Grep'ing the first line is not enough: some people post-process
14629 # each Makefile.in and add a new line on top of each file to say so.
14630 # Grep'ing the whole file is not good either: AIX grep has a line
14631 # limit of 2048, but all sed's we know have understand at least 4000.
14632 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14633 dirpart=`$as_dirname -- "$mf" ||
14634 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14635 X"$mf" : 'X\(//\)[^/]' \| \
14636 X"$mf" : 'X\(//\)$' \| \
14637 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14638 $as_echo X"$mf" |
14639 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14640 s//\1/
14641 q
14642 }
14643 /^X\(\/\/\)[^/].*/{
14644 s//\1/
14645 q
14646 }
14647 /^X\(\/\/\)$/{
14648 s//\1/
14649 q
14650 }
14651 /^X\(\/\).*/{
14652 s//\1/
14653 q
14654 }
14655 s/.*/./; q'`
14656 else
14657 continue
14658 fi
14659 # Extract the definition of DEPDIR, am__include, and am__quote
14660 # from the Makefile without running 'make'.
14661 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14662 test -z "$DEPDIR" && continue
14663 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14664 test -z "$am__include" && continue
14665 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14666 # Find all dependency output files, they are included files with
14667 # $(DEPDIR) in their names. We invoke sed twice because it is the
14668 # simplest approach to changing $(DEPDIR) to its actual value in the
14669 # expansion.
14670 for file in `sed -n "
14671 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14672 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14673 # Make sure the directory exists.
14674 test -f "$dirpart/$file" && continue
14675 fdir=`$as_dirname -- "$file" ||
14676 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14677 X"$file" : 'X\(//\)[^/]' \| \
14678 X"$file" : 'X\(//\)$' \| \
14679 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14680 $as_echo X"$file" |
14681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14682 s//\1/
14683 q
14684 }
14685 /^X\(\/\/\)[^/].*/{
14686 s//\1/
14687 q
14688 }
14689 /^X\(\/\/\)$/{
14690 s//\1/
14691 q
14692 }
14693 /^X\(\/\).*/{
14694 s//\1/
14695 q
14696 }
14697 s/.*/./; q'`
14698 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14699 # echo "creating $dirpart/$file"
14700 echo '# dummy' > "$dirpart/$file"
14701 done
14702 done
14703 }
14704 ;;
14705 "libtool":C)
14706
14707 # See if we are running on zsh, and set the options which allow our
14708 # commands through without removal of \ escapes.
14709 if test -n "${ZSH_VERSION+set}" ; then
14710 setopt NO_GLOB_SUBST
14711 fi
14712
14713 cfgfile="${ofile}T"
14714 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14715 $RM "$cfgfile"
14716
14717 cat <<_LT_EOF >> "$cfgfile"
14718 #! $SHELL
14719
14720 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14721 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14722 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14723 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14724 #
14725 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14726 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14727 # Written by Gordon Matzigkeit, 1996
14728 #
14729 # This file is part of GNU Libtool.
14730 #
14731 # GNU Libtool is free software; you can redistribute it and/or
14732 # modify it under the terms of the GNU General Public License as
14733 # published by the Free Software Foundation; either version 2 of
14734 # the License, or (at your option) any later version.
14735 #
14736 # As a special exception to the GNU General Public License,
14737 # if you distribute this file as part of a program or library that
14738 # is built using GNU Libtool, you may include this file under the
14739 # same distribution terms that you use for the rest of that program.
14740 #
14741 # GNU Libtool is distributed in the hope that it will be useful,
14742 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14743 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14744 # GNU General Public License for more details.
14745 #
14746 # You should have received a copy of the GNU General Public License
14747 # along with GNU Libtool; see the file COPYING. If not, a copy
14748 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14749 # obtained by writing to the Free Software Foundation, Inc.,
14750 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14751
14752
14753 # The names of the tagged configurations supported by this script.
14754 available_tags=""
14755
14756 # ### BEGIN LIBTOOL CONFIG
14757
14758 # Whether or not to build shared libraries.
14759 build_libtool_libs=$enable_shared
14760
14761 # Which release of libtool.m4 was used?
14762 macro_version=$macro_version
14763 macro_revision=$macro_revision
14764
14765 # Whether or not to build static libraries.
14766 build_old_libs=$enable_static
14767
14768 # What type of objects to build.
14769 pic_mode=$pic_mode
14770
14771 # Whether or not to optimize for fast installation.
14772 fast_install=$enable_fast_install
14773
14774 # Shell to use when invoking shell scripts.
14775 SHELL=$lt_SHELL
14776
14777 # An echo program that protects backslashes.
14778 ECHO=$lt_ECHO
14779
14780 # The host system.
14781 host_alias=$host_alias
14782 host=$host
14783 host_os=$host_os
14784
14785 # The build system.
14786 build_alias=$build_alias
14787 build=$build
14788 build_os=$build_os
14789
14790 # A sed program that does not truncate output.
14791 SED=$lt_SED
14792
14793 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14794 Xsed="\$SED -e 1s/^X//"
14795
14796 # A grep program that handles long lines.
14797 GREP=$lt_GREP
14798
14799 # An ERE matcher.
14800 EGREP=$lt_EGREP
14801
14802 # A literal string matcher.
14803 FGREP=$lt_FGREP
14804
14805 # A BSD- or MS-compatible name lister.
14806 NM=$lt_NM
14807
14808 # Whether we need soft or hard links.
14809 LN_S=$lt_LN_S
14810
14811 # What is the maximum length of a command?
14812 max_cmd_len=$max_cmd_len
14813
14814 # Object file suffix (normally "o").
14815 objext=$ac_objext
14816
14817 # Executable file suffix (normally "").
14818 exeext=$exeext
14819
14820 # whether the shell understands "unset".
14821 lt_unset=$lt_unset
14822
14823 # turn spaces into newlines.
14824 SP2NL=$lt_lt_SP2NL
14825
14826 # turn newlines into spaces.
14827 NL2SP=$lt_lt_NL2SP
14828
14829 # An object symbol dumper.
14830 OBJDUMP=$lt_OBJDUMP
14831
14832 # Method to check whether dependent libraries are shared objects.
14833 deplibs_check_method=$lt_deplibs_check_method
14834
14835 # Command to use when deplibs_check_method == "file_magic".
14836 file_magic_cmd=$lt_file_magic_cmd
14837
14838 # The archiver.
14839 AR=$lt_AR
14840 AR_FLAGS=$lt_AR_FLAGS
14841
14842 # A symbol stripping program.
14843 STRIP=$lt_STRIP
14844
14845 # Commands used to install an old-style archive.
14846 RANLIB=$lt_RANLIB
14847 old_postinstall_cmds=$lt_old_postinstall_cmds
14848 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14849
14850 # Whether to use a lock for old archive extraction.
14851 lock_old_archive_extraction=$lock_old_archive_extraction
14852
14853 # A C compiler.
14854 LTCC=$lt_CC
14855
14856 # LTCC compiler flags.
14857 LTCFLAGS=$lt_CFLAGS
14858
14859 # Take the output of nm and produce a listing of raw symbols and C names.
14860 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14861
14862 # Transform the output of nm in a proper C declaration.
14863 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14864
14865 # Transform the output of nm in a C name address pair.
14866 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14867
14868 # Transform the output of nm in a C name address pair when lib prefix is needed.
14869 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14870
14871 # The name of the directory that contains temporary libtool files.
14872 objdir=$objdir
14873
14874 # Used to examine libraries when file_magic_cmd begins with "file".
14875 MAGIC_CMD=$MAGIC_CMD
14876
14877 # Must we lock files when doing compilation?
14878 need_locks=$lt_need_locks
14879
14880 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14881 DSYMUTIL=$lt_DSYMUTIL
14882
14883 # Tool to change global to local symbols on Mac OS X.
14884 NMEDIT=$lt_NMEDIT
14885
14886 # Tool to manipulate fat objects and archives on Mac OS X.
14887 LIPO=$lt_LIPO
14888
14889 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14890 OTOOL=$lt_OTOOL
14891
14892 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14893 OTOOL64=$lt_OTOOL64
14894
14895 # Old archive suffix (normally "a").
14896 libext=$libext
14897
14898 # Shared library suffix (normally ".so").
14899 shrext_cmds=$lt_shrext_cmds
14900
14901 # The commands to extract the exported symbol list from a shared archive.
14902 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14903
14904 # Variables whose values should be saved in libtool wrapper scripts and
14905 # restored at link time.
14906 variables_saved_for_relink=$lt_variables_saved_for_relink
14907
14908 # Do we need the "lib" prefix for modules?
14909 need_lib_prefix=$need_lib_prefix
14910
14911 # Do we need a version for libraries?
14912 need_version=$need_version
14913
14914 # Library versioning type.
14915 version_type=$version_type
14916
14917 # Shared library runtime path variable.
14918 runpath_var=$runpath_var
14919
14920 # Shared library path variable.
14921 shlibpath_var=$shlibpath_var
14922
14923 # Is shlibpath searched before the hard-coded library search path?
14924 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14925
14926 # Format of library name prefix.
14927 libname_spec=$lt_libname_spec
14928
14929 # List of archive names. First name is the real one, the rest are links.
14930 # The last name is the one that the linker finds with -lNAME
14931 library_names_spec=$lt_library_names_spec
14932
14933 # The coded name of the library, if different from the real name.
14934 soname_spec=$lt_soname_spec
14935
14936 # Permission mode override for installation of shared libraries.
14937 install_override_mode=$lt_install_override_mode
14938
14939 # Command to use after installation of a shared archive.
14940 postinstall_cmds=$lt_postinstall_cmds
14941
14942 # Command to use after uninstallation of a shared archive.
14943 postuninstall_cmds=$lt_postuninstall_cmds
14944
14945 # Commands used to finish a libtool library installation in a directory.
14946 finish_cmds=$lt_finish_cmds
14947
14948 # As "finish_cmds", except a single script fragment to be evaled but
14949 # not shown.
14950 finish_eval=$lt_finish_eval
14951
14952 # Whether we should hardcode library paths into libraries.
14953 hardcode_into_libs=$hardcode_into_libs
14954
14955 # Compile-time system search path for libraries.
14956 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14957
14958 # Run-time system search path for libraries.
14959 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14960
14961 # Whether dlopen is supported.
14962 dlopen_support=$enable_dlopen
14963
14964 # Whether dlopen of programs is supported.
14965 dlopen_self=$enable_dlopen_self
14966
14967 # Whether dlopen of statically linked programs is supported.
14968 dlopen_self_static=$enable_dlopen_self_static
14969
14970 # Commands to strip libraries.
14971 old_striplib=$lt_old_striplib
14972 striplib=$lt_striplib
14973
14974
14975 # The linker used to build libraries.
14976 LD=$lt_LD
14977
14978 # How to create reloadable object files.
14979 reload_flag=$lt_reload_flag
14980 reload_cmds=$lt_reload_cmds
14981
14982 # Commands used to build an old-style archive.
14983 old_archive_cmds=$lt_old_archive_cmds
14984
14985 # A language specific compiler.
14986 CC=$lt_compiler
14987
14988 # Is the compiler the GNU compiler?
14989 with_gcc=$GCC
14990
14991 # Compiler flag to turn off builtin functions.
14992 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14993
14994 # How to pass a linker flag through the compiler.
14995 wl=$lt_lt_prog_compiler_wl
14996
14997 # Additional compiler flags for building library objects.
14998 pic_flag=$lt_lt_prog_compiler_pic
14999
15000 # Compiler flag to prevent dynamic linking.
15001 link_static_flag=$lt_lt_prog_compiler_static
15002
15003 # Does compiler simultaneously support -c and -o options?
15004 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15005
15006 # Whether or not to add -lc for building shared libraries.
15007 build_libtool_need_lc=$archive_cmds_need_lc
15008
15009 # Whether or not to disallow shared libs when runtime libs are static.
15010 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15011
15012 # Compiler flag to allow reflexive dlopens.
15013 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15014
15015 # Compiler flag to generate shared objects directly from archives.
15016 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15017
15018 # Whether the compiler copes with passing no objects directly.
15019 compiler_needs_object=$lt_compiler_needs_object
15020
15021 # Create an old-style archive from a shared archive.
15022 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15023
15024 # Create a temporary old-style archive to link instead of a shared archive.
15025 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15026
15027 # Commands used to build a shared archive.
15028 archive_cmds=$lt_archive_cmds
15029 archive_expsym_cmds=$lt_archive_expsym_cmds
15030
15031 # Commands used to build a loadable module if different from building
15032 # a shared archive.
15033 module_cmds=$lt_module_cmds
15034 module_expsym_cmds=$lt_module_expsym_cmds
15035
15036 # Whether we are building with GNU ld or not.
15037 with_gnu_ld=$lt_with_gnu_ld
15038
15039 # Flag that allows shared libraries with undefined symbols to be built.
15040 allow_undefined_flag=$lt_allow_undefined_flag
15041
15042 # Flag that enforces no undefined symbols.
15043 no_undefined_flag=$lt_no_undefined_flag
15044
15045 # Flag to hardcode \$libdir into a binary during linking.
15046 # This must work even if \$libdir does not exist
15047 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15048
15049 # If ld is used when linking, flag to hardcode \$libdir into a binary
15050 # during linking. This must work even if \$libdir does not exist.
15051 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15052
15053 # Whether we need a single "-rpath" flag with a separated argument.
15054 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15055
15056 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15057 # DIR into the resulting binary.
15058 hardcode_direct=$hardcode_direct
15059
15060 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15061 # DIR into the resulting binary and the resulting library dependency is
15062 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15063 # library is relocated.
15064 hardcode_direct_absolute=$hardcode_direct_absolute
15065
15066 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15067 # into the resulting binary.
15068 hardcode_minus_L=$hardcode_minus_L
15069
15070 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15071 # into the resulting binary.
15072 hardcode_shlibpath_var=$hardcode_shlibpath_var
15073
15074 # Set to "yes" if building a shared library automatically hardcodes DIR
15075 # into the library and all subsequent libraries and executables linked
15076 # against it.
15077 hardcode_automatic=$hardcode_automatic
15078
15079 # Set to yes if linker adds runtime paths of dependent libraries
15080 # to runtime path list.
15081 inherit_rpath=$inherit_rpath
15082
15083 # Whether libtool must link a program against all its dependency libraries.
15084 link_all_deplibs=$link_all_deplibs
15085
15086 # Fix the shell variable \$srcfile for the compiler.
15087 fix_srcfile_path=$lt_fix_srcfile_path
15088
15089 # Set to "yes" if exported symbols are required.
15090 always_export_symbols=$always_export_symbols
15091
15092 # The commands to list exported symbols.
15093 export_symbols_cmds=$lt_export_symbols_cmds
15094
15095 # Symbols that should not be listed in the preloaded symbols.
15096 exclude_expsyms=$lt_exclude_expsyms
15097
15098 # Symbols that must always be exported.
15099 include_expsyms=$lt_include_expsyms
15100
15101 # Commands necessary for linking programs (against libraries) with templates.
15102 prelink_cmds=$lt_prelink_cmds
15103
15104 # Specify filename containing input files.
15105 file_list_spec=$lt_file_list_spec
15106
15107 # How to hardcode a shared library path into an executable.
15108 hardcode_action=$hardcode_action
15109
15110 # ### END LIBTOOL CONFIG
15111
15112 _LT_EOF
15113
15114 case $host_os in
15115 aix3*)
15116 cat <<\_LT_EOF >> "$cfgfile"
15117 # AIX sometimes has problems with the GCC collect2 program. For some
15118 # reason, if we set the COLLECT_NAMES environment variable, the problems
15119 # vanish in a puff of smoke.
15120 if test "X${COLLECT_NAMES+set}" != Xset; then
15121 COLLECT_NAMES=
15122 export COLLECT_NAMES
15123 fi
15124 _LT_EOF
15125 ;;
15126 esac
15127
15128
15129 ltmain="$ac_aux_dir/ltmain.sh"
15130
15131
15132 # We use sed instead of cat because bash on DJGPP gets confused if
15133 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15134 # text mode, it properly converts lines to CR/LF. This bash problem
15135 # is reportedly fixed, but why not run on old versions too?
15136 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15137 || (rm -f "$cfgfile"; exit 1)
15138
15139 case $xsi_shell in
15140 yes)
15141 cat << \_LT_EOF >> "$cfgfile"
15142
15143 # func_dirname file append nondir_replacement
15144 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15145 # otherwise set result to NONDIR_REPLACEMENT.
15146 func_dirname ()
15147 {
15148 case ${1} in
15149 */*) func_dirname_result="${1%/*}${2}" ;;
15150 * ) func_dirname_result="${3}" ;;
15151 esac
15152 }
15153
15154 # func_basename file
15155 func_basename ()
15156 {
15157 func_basename_result="${1##*/}"
15158 }
15159
15160 # func_dirname_and_basename file append nondir_replacement
15161 # perform func_basename and func_dirname in a single function
15162 # call:
15163 # dirname: Compute the dirname of FILE. If nonempty,
15164 # add APPEND to the result, otherwise set result
15165 # to NONDIR_REPLACEMENT.
15166 # value returned in "$func_dirname_result"
15167 # basename: Compute filename of FILE.
15168 # value retuned in "$func_basename_result"
15169 # Implementation must be kept synchronized with func_dirname
15170 # and func_basename. For efficiency, we do not delegate to
15171 # those functions but instead duplicate the functionality here.
15172 func_dirname_and_basename ()
15173 {
15174 case ${1} in
15175 */*) func_dirname_result="${1%/*}${2}" ;;
15176 * ) func_dirname_result="${3}" ;;
15177 esac
15178 func_basename_result="${1##*/}"
15179 }
15180
15181 # func_stripname prefix suffix name
15182 # strip PREFIX and SUFFIX off of NAME.
15183 # PREFIX and SUFFIX must not contain globbing or regex special
15184 # characters, hashes, percent signs, but SUFFIX may contain a leading
15185 # dot (in which case that matches only a dot).
15186 func_stripname ()
15187 {
15188 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15189 # positional parameters, so assign one to ordinary parameter first.
15190 func_stripname_result=${3}
15191 func_stripname_result=${func_stripname_result#"${1}"}
15192 func_stripname_result=${func_stripname_result%"${2}"}
15193 }
15194
15195 # func_opt_split
15196 func_opt_split ()
15197 {
15198 func_opt_split_opt=${1%%=*}
15199 func_opt_split_arg=${1#*=}
15200 }
15201
15202 # func_lo2o object
15203 func_lo2o ()
15204 {
15205 case ${1} in
15206 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15207 *) func_lo2o_result=${1} ;;
15208 esac
15209 }
15210
15211 # func_xform libobj-or-source
15212 func_xform ()
15213 {
15214 func_xform_result=${1%.*}.lo
15215 }
15216
15217 # func_arith arithmetic-term...
15218 func_arith ()
15219 {
15220 func_arith_result=$(( $* ))
15221 }
15222
15223 # func_len string
15224 # STRING may not start with a hyphen.
15225 func_len ()
15226 {
15227 func_len_result=${#1}
15228 }
15229
15230 _LT_EOF
15231 ;;
15232 *) # Bourne compatible functions.
15233 cat << \_LT_EOF >> "$cfgfile"
15234
15235 # func_dirname file append nondir_replacement
15236 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15237 # otherwise set result to NONDIR_REPLACEMENT.
15238 func_dirname ()
15239 {
15240 # Extract subdirectory from the argument.
15241 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15242 if test "X$func_dirname_result" = "X${1}"; then
15243 func_dirname_result="${3}"
15244 else
15245 func_dirname_result="$func_dirname_result${2}"
15246 fi
15247 }
15248
15249 # func_basename file
15250 func_basename ()
15251 {
15252 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15253 }
15254
15255
15256 # func_stripname prefix suffix name
15257 # strip PREFIX and SUFFIX off of NAME.
15258 # PREFIX and SUFFIX must not contain globbing or regex special
15259 # characters, hashes, percent signs, but SUFFIX may contain a leading
15260 # dot (in which case that matches only a dot).
15261 # func_strip_suffix prefix name
15262 func_stripname ()
15263 {
15264 case ${2} in
15265 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15266 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15267 esac
15268 }
15269
15270 # sed scripts:
15271 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15272 my_sed_long_arg='1s/^-[^=]*=//'
15273
15274 # func_opt_split
15275 func_opt_split ()
15276 {
15277 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15278 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15279 }
15280
15281 # func_lo2o object
15282 func_lo2o ()
15283 {
15284 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15285 }
15286
15287 # func_xform libobj-or-source
15288 func_xform ()
15289 {
15290 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15291 }
15292
15293 # func_arith arithmetic-term...
15294 func_arith ()
15295 {
15296 func_arith_result=`expr "$@"`
15297 }
15298
15299 # func_len string
15300 # STRING may not start with a hyphen.
15301 func_len ()
15302 {
15303 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15304 }
15305
15306 _LT_EOF
15307 esac
15308
15309 case $lt_shell_append in
15310 yes)
15311 cat << \_LT_EOF >> "$cfgfile"
15312
15313 # func_append var value
15314 # Append VALUE to the end of shell variable VAR.
15315 func_append ()
15316 {
15317 eval "$1+=\$2"
15318 }
15319 _LT_EOF
15320 ;;
15321 *)
15322 cat << \_LT_EOF >> "$cfgfile"
15323
15324 # func_append var value
15325 # Append VALUE to the end of shell variable VAR.
15326 func_append ()
15327 {
15328 eval "$1=\$$1\$2"
15329 }
15330
15331 _LT_EOF
15332 ;;
15333 esac
15334
15335
15336 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15337 || (rm -f "$cfgfile"; exit 1)
15338
15339 mv -f "$cfgfile" "$ofile" ||
15340 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15341 chmod +x "$ofile"
15342
15343 ;;
15344 "default-1":C)
15345 for ac_file in $CONFIG_FILES; do
15346 # Support "outfile[:infile[:infile...]]"
15347 case "$ac_file" in
15348 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15349 esac
15350 # PO directories have a Makefile.in generated from Makefile.in.in.
15351 case "$ac_file" in */Makefile.in)
15352 # Adjust a relative srcdir.
15353 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15354 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15355 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15356 # In autoconf-2.13 it is called $ac_given_srcdir.
15357 # In autoconf-2.50 it is called $srcdir.
15358 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15359 case "$ac_given_srcdir" in
15360 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15361 /*) top_srcdir="$ac_given_srcdir" ;;
15362 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15363 esac
15364 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15365 rm -f "$ac_dir/POTFILES"
15366 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15367 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15368 POMAKEFILEDEPS="POTFILES.in"
15369 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15370 # on $ac_dir but don't depend on user-specified configuration
15371 # parameters.
15372 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15373 # The LINGUAS file contains the set of available languages.
15374 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15375 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
15376 fi
15377 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15378 # Hide the ALL_LINGUAS assigment from automake.
15379 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15380 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15381 else
15382 # The set of available languages was given in configure.ac.
15383 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15384 fi
15385 case "$ac_given_srcdir" in
15386 .) srcdirpre= ;;
15387 *) srcdirpre='$(srcdir)/' ;;
15388 esac
15389 POFILES=
15390 GMOFILES=
15391 UPDATEPOFILES=
15392 DUMMYPOFILES=
15393 for lang in $ALL_LINGUAS; do
15394 POFILES="$POFILES $srcdirpre$lang.po"
15395 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15396 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15397 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15398 done
15399 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15400 # environment variable.
15401 INST_LINGUAS=
15402 if test -n "$ALL_LINGUAS"; then
15403 for presentlang in $ALL_LINGUAS; do
15404 useit=no
15405 if test "%UNSET%" != "$LINGUAS"; then
15406 desiredlanguages="$LINGUAS"
15407 else
15408 desiredlanguages="$ALL_LINGUAS"
15409 fi
15410 for desiredlang in $desiredlanguages; do
15411 # Use the presentlang catalog if desiredlang is
15412 # a. equal to presentlang, or
15413 # b. a variant of presentlang (because in this case,
15414 # presentlang can be used as a fallback for messages
15415 # which are not translated in the desiredlang catalog).
15416 case "$desiredlang" in
15417 "$presentlang"*) useit=yes;;
15418 esac
15419 done
15420 if test $useit = yes; then
15421 INST_LINGUAS="$INST_LINGUAS $presentlang"
15422 fi
15423 done
15424 fi
15425 CATALOGS=
15426 if test -n "$INST_LINGUAS"; then
15427 for lang in $INST_LINGUAS; do
15428 CATALOGS="$CATALOGS $lang.gmo"
15429 done
15430 fi
15431 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15432 sed -e "/^POTFILES =/r $ac_dir/POTFILES" -e "/^# Makevars/r $ac_given_srcdir/$ac_dir/Makevars" -e "s|@POFILES@|$POFILES|g" -e "s|@GMOFILES@|$GMOFILES|g" -e "s|@UPDATEPOFILES@|$UPDATEPOFILES|g" -e "s|@DUMMYPOFILES@|$DUMMYPOFILES|g" -e "s|@CATALOGS@|$CATALOGS|g" -e "s|@POMAKEFILEDEPS@|$POMAKEFILEDEPS|g" "$ac_dir/Makefile.in" > "$ac_dir/Makefile"
15433 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15434 if test -f "$f"; then
15435 case "$f" in
15436 *.orig | *.bak | *~) ;;
15437 *) cat "$f" >> "$ac_dir/Makefile" ;;
15438 esac
15439 fi
15440 done
15441 fi
15442 ;;
15443 esac
15444 done ;;
15445
15446 esac
15447 done # for ac_tag
15448
15449
15450 as_fn_exit 0
15451 _ACEOF
15452 ac_clean_files=$ac_clean_files_save
15453
15454 test $ac_write_fail = 0 ||
15455 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15456
15457
15458 # configure is writing to config.log, and then calls config.status.
15459 # config.status does its own redirection, appending to config.log.
15460 # Unfortunately, on DOS this fails, as config.log is still kept open
15461 # by configure, so config.status won't be able to write to it; its
15462 # output is simply discarded. So we exec the FD to /dev/null,
15463 # effectively closing config.log, so it can be properly (re)opened and
15464 # appended to by config.status. When coming back to configure, we
15465 # need to make the FD available again.
15466 if test "$no_create" != yes; then
15467 ac_cs_success=:
15468 ac_config_status_args=
15469 test "$silent" = yes &&
15470 ac_config_status_args="$ac_config_status_args --quiet"
15471 exec 5>/dev/null
15472 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15473 exec 5>>config.log
15474 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15475 # would make configure fail if this is the last instruction.
15476 $ac_cs_success || as_fn_exit 1
15477 fi
15478 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15480 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15481 fi
15482
This page took 0.374216 seconds and 4 git commands to generate.