Fix attributation of DWARF augmentation patch.
[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.32.51.
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.32.51'
591 PACKAGE_STRING='opcodes 2.32.51'
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 runstatedir
773 localstatedir
774 sharedstatedir
775 sysconfdir
776 datadir
777 datarootdir
778 libexecdir
779 sbindir
780 bindir
781 program_transform_name
782 prefix
783 exec_prefix
784 PACKAGE_URL
785 PACKAGE_BUGREPORT
786 PACKAGE_STRING
787 PACKAGE_VERSION
788 PACKAGE_TARNAME
789 PACKAGE_NAME
790 PATH_SEPARATOR
791 SHELL'
792 ac_subst_files=''
793 ac_user_opts='
794 enable_option_checking
795 enable_dependency_tracking
796 enable_silent_rules
797 enable_shared
798 enable_static
799 with_pic
800 enable_fast_install
801 with_gnu_ld
802 enable_libtool_lock
803 enable_targets
804 enable_werror
805 enable_build_warnings
806 enable_maintainer_mode
807 enable_install_libbfd
808 enable_nls
809 enable_cgen_maint
810 '
811 ac_precious_vars='build_alias
812 host_alias
813 target_alias
814 CC
815 CFLAGS
816 LDFLAGS
817 LIBS
818 CPPFLAGS
819 CPP'
820
821
822 # Initialize some variables set by options.
823 ac_init_help=
824 ac_init_version=false
825 ac_unrecognized_opts=
826 ac_unrecognized_sep=
827 # The variables have the same names as the options, with
828 # dashes changed to underlines.
829 cache_file=/dev/null
830 exec_prefix=NONE
831 no_create=
832 no_recursion=
833 prefix=NONE
834 program_prefix=NONE
835 program_suffix=NONE
836 program_transform_name=s,x,x,
837 silent=
838 site=
839 srcdir=
840 verbose=
841 x_includes=NONE
842 x_libraries=NONE
843
844 # Installation directory options.
845 # These are left unexpanded so users can "make install exec_prefix=/foo"
846 # and all the variables that are supposed to be based on exec_prefix
847 # by default will actually change.
848 # Use braces instead of parens because sh, perl, etc. also accept them.
849 # (The list follows the same order as the GNU Coding Standards.)
850 bindir='${exec_prefix}/bin'
851 sbindir='${exec_prefix}/sbin'
852 libexecdir='${exec_prefix}/libexec'
853 datarootdir='${prefix}/share'
854 datadir='${datarootdir}'
855 sysconfdir='${prefix}/etc'
856 sharedstatedir='${prefix}/com'
857 localstatedir='${prefix}/var'
858 runstatedir='${localstatedir}/run'
859 includedir='${prefix}/include'
860 oldincludedir='/usr/include'
861 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
862 infodir='${datarootdir}/info'
863 htmldir='${docdir}'
864 dvidir='${docdir}'
865 pdfdir='${docdir}'
866 psdir='${docdir}'
867 libdir='${exec_prefix}/lib'
868 localedir='${datarootdir}/locale'
869 mandir='${datarootdir}/man'
870
871 ac_prev=
872 ac_dashdash=
873 for ac_option
874 do
875 # If the previous option needs an argument, assign it.
876 if test -n "$ac_prev"; then
877 eval $ac_prev=\$ac_option
878 ac_prev=
879 continue
880 fi
881
882 case $ac_option in
883 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
884 *=) ac_optarg= ;;
885 *) ac_optarg=yes ;;
886 esac
887
888 # Accept the important Cygnus configure options, so we can diagnose typos.
889
890 case $ac_dashdash$ac_option in
891 --)
892 ac_dashdash=yes ;;
893
894 -bindir | --bindir | --bindi | --bind | --bin | --bi)
895 ac_prev=bindir ;;
896 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
897 bindir=$ac_optarg ;;
898
899 -build | --build | --buil | --bui | --bu)
900 ac_prev=build_alias ;;
901 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
902 build_alias=$ac_optarg ;;
903
904 -cache-file | --cache-file | --cache-fil | --cache-fi \
905 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
906 ac_prev=cache_file ;;
907 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
908 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
909 cache_file=$ac_optarg ;;
910
911 --config-cache | -C)
912 cache_file=config.cache ;;
913
914 -datadir | --datadir | --datadi | --datad)
915 ac_prev=datadir ;;
916 -datadir=* | --datadir=* | --datadi=* | --datad=*)
917 datadir=$ac_optarg ;;
918
919 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
920 | --dataroo | --dataro | --datar)
921 ac_prev=datarootdir ;;
922 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
923 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
924 datarootdir=$ac_optarg ;;
925
926 -disable-* | --disable-*)
927 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
930 as_fn_error $? "invalid feature name: $ac_useropt"
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
934 *"
935 "enable_$ac_useropt"
936 "*) ;;
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
939 esac
940 eval enable_$ac_useropt=no ;;
941
942 -docdir | --docdir | --docdi | --doc | --do)
943 ac_prev=docdir ;;
944 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
945 docdir=$ac_optarg ;;
946
947 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
948 ac_prev=dvidir ;;
949 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
950 dvidir=$ac_optarg ;;
951
952 -enable-* | --enable-*)
953 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
954 # Reject names that are not valid shell variable names.
955 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
956 as_fn_error $? "invalid feature name: $ac_useropt"
957 ac_useropt_orig=$ac_useropt
958 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
959 case $ac_user_opts in
960 *"
961 "enable_$ac_useropt"
962 "*) ;;
963 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
964 ac_unrecognized_sep=', ';;
965 esac
966 eval enable_$ac_useropt=\$ac_optarg ;;
967
968 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
969 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
970 | --exec | --exe | --ex)
971 ac_prev=exec_prefix ;;
972 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
973 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
974 | --exec=* | --exe=* | --ex=*)
975 exec_prefix=$ac_optarg ;;
976
977 -gas | --gas | --ga | --g)
978 # Obsolete; use --with-gas.
979 with_gas=yes ;;
980
981 -help | --help | --hel | --he | -h)
982 ac_init_help=long ;;
983 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
984 ac_init_help=recursive ;;
985 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
986 ac_init_help=short ;;
987
988 -host | --host | --hos | --ho)
989 ac_prev=host_alias ;;
990 -host=* | --host=* | --hos=* | --ho=*)
991 host_alias=$ac_optarg ;;
992
993 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
994 ac_prev=htmldir ;;
995 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
996 | --ht=*)
997 htmldir=$ac_optarg ;;
998
999 -includedir | --includedir | --includedi | --included | --include \
1000 | --includ | --inclu | --incl | --inc)
1001 ac_prev=includedir ;;
1002 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1003 | --includ=* | --inclu=* | --incl=* | --inc=*)
1004 includedir=$ac_optarg ;;
1005
1006 -infodir | --infodir | --infodi | --infod | --info | --inf)
1007 ac_prev=infodir ;;
1008 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1009 infodir=$ac_optarg ;;
1010
1011 -libdir | --libdir | --libdi | --libd)
1012 ac_prev=libdir ;;
1013 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1014 libdir=$ac_optarg ;;
1015
1016 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1017 | --libexe | --libex | --libe)
1018 ac_prev=libexecdir ;;
1019 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1020 | --libexe=* | --libex=* | --libe=*)
1021 libexecdir=$ac_optarg ;;
1022
1023 -localedir | --localedir | --localedi | --localed | --locale)
1024 ac_prev=localedir ;;
1025 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1026 localedir=$ac_optarg ;;
1027
1028 -localstatedir | --localstatedir | --localstatedi | --localstated \
1029 | --localstate | --localstat | --localsta | --localst | --locals)
1030 ac_prev=localstatedir ;;
1031 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1032 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1033 localstatedir=$ac_optarg ;;
1034
1035 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1036 ac_prev=mandir ;;
1037 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1038 mandir=$ac_optarg ;;
1039
1040 -nfp | --nfp | --nf)
1041 # Obsolete; use --without-fp.
1042 with_fp=no ;;
1043
1044 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1045 | --no-cr | --no-c | -n)
1046 no_create=yes ;;
1047
1048 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1049 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1050 no_recursion=yes ;;
1051
1052 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1053 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1054 | --oldin | --oldi | --old | --ol | --o)
1055 ac_prev=oldincludedir ;;
1056 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1057 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1058 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1059 oldincludedir=$ac_optarg ;;
1060
1061 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1062 ac_prev=prefix ;;
1063 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1064 prefix=$ac_optarg ;;
1065
1066 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1067 | --program-pre | --program-pr | --program-p)
1068 ac_prev=program_prefix ;;
1069 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1070 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1071 program_prefix=$ac_optarg ;;
1072
1073 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1074 | --program-suf | --program-su | --program-s)
1075 ac_prev=program_suffix ;;
1076 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1077 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1078 program_suffix=$ac_optarg ;;
1079
1080 -program-transform-name | --program-transform-name \
1081 | --program-transform-nam | --program-transform-na \
1082 | --program-transform-n | --program-transform- \
1083 | --program-transform | --program-transfor \
1084 | --program-transfo | --program-transf \
1085 | --program-trans | --program-tran \
1086 | --progr-tra | --program-tr | --program-t)
1087 ac_prev=program_transform_name ;;
1088 -program-transform-name=* | --program-transform-name=* \
1089 | --program-transform-nam=* | --program-transform-na=* \
1090 | --program-transform-n=* | --program-transform-=* \
1091 | --program-transform=* | --program-transfor=* \
1092 | --program-transfo=* | --program-transf=* \
1093 | --program-trans=* | --program-tran=* \
1094 | --progr-tra=* | --program-tr=* | --program-t=*)
1095 program_transform_name=$ac_optarg ;;
1096
1097 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1098 ac_prev=pdfdir ;;
1099 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1100 pdfdir=$ac_optarg ;;
1101
1102 -psdir | --psdir | --psdi | --psd | --ps)
1103 ac_prev=psdir ;;
1104 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1105 psdir=$ac_optarg ;;
1106
1107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1108 | -silent | --silent | --silen | --sile | --sil)
1109 silent=yes ;;
1110
1111 -runstatedir | --runstatedir | --runstatedi | --runstated \
1112 | --runstate | --runstat | --runsta | --runst | --runs \
1113 | --run | --ru | --r)
1114 ac_prev=runstatedir ;;
1115 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1116 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1117 | --run=* | --ru=* | --r=*)
1118 runstatedir=$ac_optarg ;;
1119
1120 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1121 ac_prev=sbindir ;;
1122 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1123 | --sbi=* | --sb=*)
1124 sbindir=$ac_optarg ;;
1125
1126 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1127 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1128 | --sharedst | --shareds | --shared | --share | --shar \
1129 | --sha | --sh)
1130 ac_prev=sharedstatedir ;;
1131 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1132 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1133 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1134 | --sha=* | --sh=*)
1135 sharedstatedir=$ac_optarg ;;
1136
1137 -site | --site | --sit)
1138 ac_prev=site ;;
1139 -site=* | --site=* | --sit=*)
1140 site=$ac_optarg ;;
1141
1142 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1143 ac_prev=srcdir ;;
1144 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1145 srcdir=$ac_optarg ;;
1146
1147 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1148 | --syscon | --sysco | --sysc | --sys | --sy)
1149 ac_prev=sysconfdir ;;
1150 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1151 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1152 sysconfdir=$ac_optarg ;;
1153
1154 -target | --target | --targe | --targ | --tar | --ta | --t)
1155 ac_prev=target_alias ;;
1156 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1157 target_alias=$ac_optarg ;;
1158
1159 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1160 verbose=yes ;;
1161
1162 -version | --version | --versio | --versi | --vers | -V)
1163 ac_init_version=: ;;
1164
1165 -with-* | --with-*)
1166 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1169 as_fn_error $? "invalid package name: $ac_useropt"
1170 ac_useropt_orig=$ac_useropt
1171 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1172 case $ac_user_opts in
1173 *"
1174 "with_$ac_useropt"
1175 "*) ;;
1176 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1177 ac_unrecognized_sep=', ';;
1178 esac
1179 eval with_$ac_useropt=\$ac_optarg ;;
1180
1181 -without-* | --without-*)
1182 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1183 # Reject names that are not valid shell variable names.
1184 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1185 as_fn_error $? "invalid package name: $ac_useropt"
1186 ac_useropt_orig=$ac_useropt
1187 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1188 case $ac_user_opts in
1189 *"
1190 "with_$ac_useropt"
1191 "*) ;;
1192 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1193 ac_unrecognized_sep=', ';;
1194 esac
1195 eval with_$ac_useropt=no ;;
1196
1197 --x)
1198 # Obsolete; use --with-x.
1199 with_x=yes ;;
1200
1201 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1202 | --x-incl | --x-inc | --x-in | --x-i)
1203 ac_prev=x_includes ;;
1204 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1205 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1206 x_includes=$ac_optarg ;;
1207
1208 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1209 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1210 ac_prev=x_libraries ;;
1211 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1212 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1213 x_libraries=$ac_optarg ;;
1214
1215 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1216 Try \`$0 --help' for more information"
1217 ;;
1218
1219 *=*)
1220 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1221 # Reject names that are not valid shell variable names.
1222 case $ac_envvar in #(
1223 '' | [0-9]* | *[!_$as_cr_alnum]* )
1224 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1225 esac
1226 eval $ac_envvar=\$ac_optarg
1227 export $ac_envvar ;;
1228
1229 *)
1230 # FIXME: should be removed in autoconf 3.0.
1231 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1232 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1233 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1234 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1235 ;;
1236
1237 esac
1238 done
1239
1240 if test -n "$ac_prev"; then
1241 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1242 as_fn_error $? "missing argument to $ac_option"
1243 fi
1244
1245 if test -n "$ac_unrecognized_opts"; then
1246 case $enable_option_checking in
1247 no) ;;
1248 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1249 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1250 esac
1251 fi
1252
1253 # Check all directory arguments for consistency.
1254 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1255 datadir sysconfdir sharedstatedir localstatedir includedir \
1256 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1257 libdir localedir mandir runstatedir
1258 do
1259 eval ac_val=\$$ac_var
1260 # Remove trailing slashes.
1261 case $ac_val in
1262 */ )
1263 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1264 eval $ac_var=\$ac_val;;
1265 esac
1266 # Be sure to have absolute directory names.
1267 case $ac_val in
1268 [\\/$]* | ?:[\\/]* ) continue;;
1269 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1270 esac
1271 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1272 done
1273
1274 # There might be people who depend on the old broken behavior: `$host'
1275 # used to hold the argument of --host etc.
1276 # FIXME: To remove some day.
1277 build=$build_alias
1278 host=$host_alias
1279 target=$target_alias
1280
1281 # FIXME: To remove some day.
1282 if test "x$host_alias" != x; then
1283 if test "x$build_alias" = x; then
1284 cross_compiling=maybe
1285 elif test "x$build_alias" != "x$host_alias"; then
1286 cross_compiling=yes
1287 fi
1288 fi
1289
1290 ac_tool_prefix=
1291 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1292
1293 test "$silent" = yes && exec 6>/dev/null
1294
1295
1296 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1297 ac_ls_di=`ls -di .` &&
1298 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1299 as_fn_error $? "working directory cannot be determined"
1300 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1301 as_fn_error $? "pwd does not report name of working directory"
1302
1303
1304 # Find the source files, if location was not specified.
1305 if test -z "$srcdir"; then
1306 ac_srcdir_defaulted=yes
1307 # Try the directory containing this script, then the parent directory.
1308 ac_confdir=`$as_dirname -- "$as_myself" ||
1309 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1310 X"$as_myself" : 'X\(//\)[^/]' \| \
1311 X"$as_myself" : 'X\(//\)$' \| \
1312 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1313 $as_echo X"$as_myself" |
1314 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1315 s//\1/
1316 q
1317 }
1318 /^X\(\/\/\)[^/].*/{
1319 s//\1/
1320 q
1321 }
1322 /^X\(\/\/\)$/{
1323 s//\1/
1324 q
1325 }
1326 /^X\(\/\).*/{
1327 s//\1/
1328 q
1329 }
1330 s/.*/./; q'`
1331 srcdir=$ac_confdir
1332 if test ! -r "$srcdir/$ac_unique_file"; then
1333 srcdir=..
1334 fi
1335 else
1336 ac_srcdir_defaulted=no
1337 fi
1338 if test ! -r "$srcdir/$ac_unique_file"; then
1339 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1340 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1341 fi
1342 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1343 ac_abs_confdir=`(
1344 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1345 pwd)`
1346 # When building in place, set srcdir=.
1347 if test "$ac_abs_confdir" = "$ac_pwd"; then
1348 srcdir=.
1349 fi
1350 # Remove unnecessary trailing slashes from srcdir.
1351 # Double slashes in file names in object file debugging info
1352 # mess up M-x gdb in Emacs.
1353 case $srcdir in
1354 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1355 esac
1356 for ac_var in $ac_precious_vars; do
1357 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1358 eval ac_env_${ac_var}_value=\$${ac_var}
1359 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1361 done
1362
1363 #
1364 # Report the --help message.
1365 #
1366 if test "$ac_init_help" = "long"; then
1367 # Omit some internal or obsolete options to make the list less imposing.
1368 # This message is too long to be a string in the A/UX 3.1 sh.
1369 cat <<_ACEOF
1370 \`configure' configures opcodes 2.32.51 to adapt to many kinds of systems.
1371
1372 Usage: $0 [OPTION]... [VAR=VALUE]...
1373
1374 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1375 VAR=VALUE. See below for descriptions of some of the useful variables.
1376
1377 Defaults for the options are specified in brackets.
1378
1379 Configuration:
1380 -h, --help display this help and exit
1381 --help=short display options specific to this package
1382 --help=recursive display the short help of all the included packages
1383 -V, --version display version information and exit
1384 -q, --quiet, --silent do not print \`checking ...' messages
1385 --cache-file=FILE cache test results in FILE [disabled]
1386 -C, --config-cache alias for \`--cache-file=config.cache'
1387 -n, --no-create do not create output files
1388 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1389
1390 Installation directories:
1391 --prefix=PREFIX install architecture-independent files in PREFIX
1392 [$ac_default_prefix]
1393 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1394 [PREFIX]
1395
1396 By default, \`make install' will install all the files in
1397 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1398 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1399 for instance \`--prefix=\$HOME'.
1400
1401 For better control, use the options below.
1402
1403 Fine tuning of the installation directories:
1404 --bindir=DIR user executables [EPREFIX/bin]
1405 --sbindir=DIR system admin executables [EPREFIX/sbin]
1406 --libexecdir=DIR program executables [EPREFIX/libexec]
1407 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1408 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1409 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1410 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1411 --libdir=DIR object code libraries [EPREFIX/lib]
1412 --includedir=DIR C header files [PREFIX/include]
1413 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1414 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1415 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1416 --infodir=DIR info documentation [DATAROOTDIR/info]
1417 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1418 --mandir=DIR man documentation [DATAROOTDIR/man]
1419 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1420 --htmldir=DIR html documentation [DOCDIR]
1421 --dvidir=DIR dvi documentation [DOCDIR]
1422 --pdfdir=DIR pdf documentation [DOCDIR]
1423 --psdir=DIR ps documentation [DOCDIR]
1424 _ACEOF
1425
1426 cat <<\_ACEOF
1427
1428 Program names:
1429 --program-prefix=PREFIX prepend PREFIX to installed program names
1430 --program-suffix=SUFFIX append SUFFIX to installed program names
1431 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1432
1433 System types:
1434 --build=BUILD configure for building on BUILD [guessed]
1435 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1436 --target=TARGET configure for building compilers for TARGET [HOST]
1437 _ACEOF
1438 fi
1439
1440 if test -n "$ac_init_help"; then
1441 case $ac_init_help in
1442 short | recursive ) echo "Configuration of opcodes 2.32.51:";;
1443 esac
1444 cat <<\_ACEOF
1445
1446 Optional Features:
1447 --disable-option-checking ignore unrecognized --enable/--with options
1448 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1449 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1450 --enable-dependency-tracking
1451 do not reject slow dependency extractors
1452 --disable-dependency-tracking
1453 speeds up one-time build
1454 --enable-silent-rules less verbose build output (undo: "make V=1")
1455 --disable-silent-rules verbose build output (undo: "make V=0")
1456 --enable-shared[=PKGS] build shared libraries [default=no]
1457 --enable-static[=PKGS] build static libraries [default=yes]
1458 --enable-fast-install[=PKGS]
1459 optimize for fast installation [default=yes]
1460 --disable-libtool-lock avoid locking (might break parallel builds)
1461 --enable-targets alternative target configurations
1462 --enable-werror treat compile warnings as errors
1463 --enable-build-warnings enable build-time compiler warnings
1464 --enable-maintainer-mode
1465 enable make rules and dependencies not useful (and
1466 sometimes confusing) to the casual installer
1467 --enable-install-libbfd controls installation of libbfd and related headers
1468 --disable-nls do not use Native Language Support
1469 --enable-cgen-maint=dir build cgen generated files
1470
1471 Optional Packages:
1472 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1473 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1474 --with-pic try to use only PIC/non-PIC objects [default=use
1475 both]
1476 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1477
1478 Some influential environment variables:
1479 CC C compiler command
1480 CFLAGS C compiler flags
1481 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1482 nonstandard directory <lib dir>
1483 LIBS libraries to pass to the linker, e.g. -l<library>
1484 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1485 you have headers in a nonstandard directory <include dir>
1486 CPP C preprocessor
1487
1488 Use these variables to override the choices made by `configure' or to help
1489 it to find libraries and programs with nonstandard names/locations.
1490
1491 Report bugs to the package provider.
1492 _ACEOF
1493 ac_status=$?
1494 fi
1495
1496 if test "$ac_init_help" = "recursive"; then
1497 # If there are subdirs, report their specific --help.
1498 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1499 test -d "$ac_dir" ||
1500 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1501 continue
1502 ac_builddir=.
1503
1504 case "$ac_dir" in
1505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *)
1507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1508 # A ".." for each directory in $ac_dir_suffix.
1509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1510 case $ac_top_builddir_sub in
1511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1513 esac ;;
1514 esac
1515 ac_abs_top_builddir=$ac_pwd
1516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1517 # for backward compatibility:
1518 ac_top_builddir=$ac_top_build_prefix
1519
1520 case $srcdir in
1521 .) # We are building in place.
1522 ac_srcdir=.
1523 ac_top_srcdir=$ac_top_builddir_sub
1524 ac_abs_top_srcdir=$ac_pwd ;;
1525 [\\/]* | ?:[\\/]* ) # Absolute name.
1526 ac_srcdir=$srcdir$ac_dir_suffix;
1527 ac_top_srcdir=$srcdir
1528 ac_abs_top_srcdir=$srcdir ;;
1529 *) # Relative name.
1530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1531 ac_top_srcdir=$ac_top_build_prefix$srcdir
1532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1533 esac
1534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1535
1536 cd "$ac_dir" || { ac_status=$?; continue; }
1537 # Check for guested configure.
1538 if test -f "$ac_srcdir/configure.gnu"; then
1539 echo &&
1540 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1541 elif test -f "$ac_srcdir/configure"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure" --help=recursive
1544 else
1545 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1546 fi || ac_status=$?
1547 cd "$ac_pwd" || { ac_status=$?; break; }
1548 done
1549 fi
1550
1551 test -n "$ac_init_help" && exit $ac_status
1552 if $ac_init_version; then
1553 cat <<\_ACEOF
1554 opcodes configure 2.32.51
1555 generated by GNU Autoconf 2.69
1556
1557 Copyright (C) 2012 Free Software Foundation, Inc.
1558 This configure script is free software; the Free Software Foundation
1559 gives unlimited permission to copy, distribute and modify it.
1560 _ACEOF
1561 exit
1562 fi
1563
1564 ## ------------------------ ##
1565 ## Autoconf initialization. ##
1566 ## ------------------------ ##
1567
1568 # ac_fn_c_try_compile LINENO
1569 # --------------------------
1570 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1571 ac_fn_c_try_compile ()
1572 {
1573 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1574 rm -f conftest.$ac_objext
1575 if { { ac_try="$ac_compile"
1576 case "(($ac_try" in
1577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1578 *) ac_try_echo=$ac_try;;
1579 esac
1580 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1581 $as_echo "$ac_try_echo"; } >&5
1582 (eval "$ac_compile") 2>conftest.err
1583 ac_status=$?
1584 if test -s conftest.err; then
1585 grep -v '^ *+' conftest.err >conftest.er1
1586 cat conftest.er1 >&5
1587 mv -f conftest.er1 conftest.err
1588 fi
1589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1590 test $ac_status = 0; } && {
1591 test -z "$ac_c_werror_flag" ||
1592 test ! -s conftest.err
1593 } && test -s conftest.$ac_objext; then :
1594 ac_retval=0
1595 else
1596 $as_echo "$as_me: failed program was:" >&5
1597 sed 's/^/| /' conftest.$ac_ext >&5
1598
1599 ac_retval=1
1600 fi
1601 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1602 as_fn_set_status $ac_retval
1603
1604 } # ac_fn_c_try_compile
1605
1606 # ac_fn_c_try_link LINENO
1607 # -----------------------
1608 # Try to link conftest.$ac_ext, and return whether this succeeded.
1609 ac_fn_c_try_link ()
1610 {
1611 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1612 rm -f conftest.$ac_objext conftest$ac_exeext
1613 if { { ac_try="$ac_link"
1614 case "(($ac_try" in
1615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1616 *) ac_try_echo=$ac_try;;
1617 esac
1618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1619 $as_echo "$ac_try_echo"; } >&5
1620 (eval "$ac_link") 2>conftest.err
1621 ac_status=$?
1622 if test -s conftest.err; then
1623 grep -v '^ *+' conftest.err >conftest.er1
1624 cat conftest.er1 >&5
1625 mv -f conftest.er1 conftest.err
1626 fi
1627 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1628 test $ac_status = 0; } && {
1629 test -z "$ac_c_werror_flag" ||
1630 test ! -s conftest.err
1631 } && test -s conftest$ac_exeext && {
1632 test "$cross_compiling" = yes ||
1633 test -x conftest$ac_exeext
1634 }; then :
1635 ac_retval=0
1636 else
1637 $as_echo "$as_me: failed program was:" >&5
1638 sed 's/^/| /' conftest.$ac_ext >&5
1639
1640 ac_retval=1
1641 fi
1642 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1643 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1644 # interfere with the next link command; also delete a directory that is
1645 # left behind by Apple's compiler. We do this before executing the actions.
1646 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1647 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1648 as_fn_set_status $ac_retval
1649
1650 } # ac_fn_c_try_link
1651
1652 # ac_fn_c_try_cpp LINENO
1653 # ----------------------
1654 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1655 ac_fn_c_try_cpp ()
1656 {
1657 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1658 if { { ac_try="$ac_cpp conftest.$ac_ext"
1659 case "(($ac_try" in
1660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1661 *) ac_try_echo=$ac_try;;
1662 esac
1663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1664 $as_echo "$ac_try_echo"; } >&5
1665 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1666 ac_status=$?
1667 if test -s conftest.err; then
1668 grep -v '^ *+' conftest.err >conftest.er1
1669 cat conftest.er1 >&5
1670 mv -f conftest.er1 conftest.err
1671 fi
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1673 test $ac_status = 0; } > conftest.i && {
1674 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1675 test ! -s conftest.err
1676 }; then :
1677 ac_retval=0
1678 else
1679 $as_echo "$as_me: failed program was:" >&5
1680 sed 's/^/| /' conftest.$ac_ext >&5
1681
1682 ac_retval=1
1683 fi
1684 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1685 as_fn_set_status $ac_retval
1686
1687 } # ac_fn_c_try_cpp
1688
1689 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1690 # -------------------------------------------------------
1691 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1692 # the include files in INCLUDES and setting the cache variable VAR
1693 # accordingly.
1694 ac_fn_c_check_header_mongrel ()
1695 {
1696 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1697 if eval \${$3+:} false; then :
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1699 $as_echo_n "checking for $2... " >&6; }
1700 if eval \${$3+:} false; then :
1701 $as_echo_n "(cached) " >&6
1702 fi
1703 eval ac_res=\$$3
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1705 $as_echo "$ac_res" >&6; }
1706 else
1707 # Is the header compilable?
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1709 $as_echo_n "checking $2 usability... " >&6; }
1710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1711 /* end confdefs.h. */
1712 $4
1713 #include <$2>
1714 _ACEOF
1715 if ac_fn_c_try_compile "$LINENO"; then :
1716 ac_header_compiler=yes
1717 else
1718 ac_header_compiler=no
1719 fi
1720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1722 $as_echo "$ac_header_compiler" >&6; }
1723
1724 # Is the header present?
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1726 $as_echo_n "checking $2 presence... " >&6; }
1727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1728 /* end confdefs.h. */
1729 #include <$2>
1730 _ACEOF
1731 if ac_fn_c_try_cpp "$LINENO"; then :
1732 ac_header_preproc=yes
1733 else
1734 ac_header_preproc=no
1735 fi
1736 rm -f conftest.err conftest.i conftest.$ac_ext
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1738 $as_echo "$ac_header_preproc" >&6; }
1739
1740 # So? What about this header?
1741 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1742 yes:no: )
1743 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1744 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&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 no:yes:* )
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1750 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1752 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1754 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1756 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1758 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1759 ;;
1760 esac
1761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1762 $as_echo_n "checking for $2... " >&6; }
1763 if eval \${$3+:} false; then :
1764 $as_echo_n "(cached) " >&6
1765 else
1766 eval "$3=\$ac_header_compiler"
1767 fi
1768 eval ac_res=\$$3
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1770 $as_echo "$ac_res" >&6; }
1771 fi
1772 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1773
1774 } # ac_fn_c_check_header_mongrel
1775
1776 # ac_fn_c_try_run LINENO
1777 # ----------------------
1778 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1779 # that executables *can* be run.
1780 ac_fn_c_try_run ()
1781 {
1782 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783 if { { ac_try="$ac_link"
1784 case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787 esac
1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789 $as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>&5
1791 ac_status=$?
1792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1794 { { case "(($ac_try" in
1795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796 *) ac_try_echo=$ac_try;;
1797 esac
1798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799 $as_echo "$ac_try_echo"; } >&5
1800 (eval "$ac_try") 2>&5
1801 ac_status=$?
1802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803 test $ac_status = 0; }; }; then :
1804 ac_retval=0
1805 else
1806 $as_echo "$as_me: program exited with status $ac_status" >&5
1807 $as_echo "$as_me: failed program was:" >&5
1808 sed 's/^/| /' conftest.$ac_ext >&5
1809
1810 ac_retval=$ac_status
1811 fi
1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1813 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1814 as_fn_set_status $ac_retval
1815
1816 } # ac_fn_c_try_run
1817
1818 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1819 # -------------------------------------------------------
1820 # Tests whether HEADER exists and can be compiled using the include files in
1821 # INCLUDES, setting the cache variable VAR accordingly.
1822 ac_fn_c_check_header_compile ()
1823 {
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826 $as_echo_n "checking for $2... " >&6; }
1827 if eval \${$3+:} false; then :
1828 $as_echo_n "(cached) " >&6
1829 else
1830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1831 /* end confdefs.h. */
1832 $4
1833 #include <$2>
1834 _ACEOF
1835 if ac_fn_c_try_compile "$LINENO"; then :
1836 eval "$3=yes"
1837 else
1838 eval "$3=no"
1839 fi
1840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1841 fi
1842 eval ac_res=\$$3
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1844 $as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1846
1847 } # ac_fn_c_check_header_compile
1848
1849 # ac_fn_c_check_func LINENO FUNC VAR
1850 # ----------------------------------
1851 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1852 ac_fn_c_check_func ()
1853 {
1854 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1856 $as_echo_n "checking for $2... " >&6; }
1857 if eval \${$3+:} false; then :
1858 $as_echo_n "(cached) " >&6
1859 else
1860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1861 /* end confdefs.h. */
1862 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1863 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1864 #define $2 innocuous_$2
1865
1866 /* System header to define __stub macros and hopefully few prototypes,
1867 which can conflict with char $2 (); below.
1868 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1869 <limits.h> exists even on freestanding compilers. */
1870
1871 #ifdef __STDC__
1872 # include <limits.h>
1873 #else
1874 # include <assert.h>
1875 #endif
1876
1877 #undef $2
1878
1879 /* Override any GCC internal prototype to avoid an error.
1880 Use char because int might match the return type of a GCC
1881 builtin and then its argument prototype would still apply. */
1882 #ifdef __cplusplus
1883 extern "C"
1884 #endif
1885 char $2 ();
1886 /* The GNU C library defines this for functions which it implements
1887 to always fail with ENOSYS. Some functions are actually named
1888 something starting with __ and the normal name is an alias. */
1889 #if defined __stub_$2 || defined __stub___$2
1890 choke me
1891 #endif
1892
1893 int
1894 main ()
1895 {
1896 return $2 ();
1897 ;
1898 return 0;
1899 }
1900 _ACEOF
1901 if ac_fn_c_try_link "$LINENO"; then :
1902 eval "$3=yes"
1903 else
1904 eval "$3=no"
1905 fi
1906 rm -f core conftest.err conftest.$ac_objext \
1907 conftest$ac_exeext conftest.$ac_ext
1908 fi
1909 eval ac_res=\$$3
1910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1911 $as_echo "$ac_res" >&6; }
1912 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1913
1914 } # ac_fn_c_check_func
1915
1916 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1917 # ---------------------------------------------
1918 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1919 # accordingly.
1920 ac_fn_c_check_decl ()
1921 {
1922 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1923 as_decl_name=`echo $2|sed 's/ *(.*//'`
1924 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1926 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1927 if eval \${$3+:} false; then :
1928 $as_echo_n "(cached) " >&6
1929 else
1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931 /* end confdefs.h. */
1932 $4
1933 int
1934 main ()
1935 {
1936 #ifndef $as_decl_name
1937 #ifdef __cplusplus
1938 (void) $as_decl_use;
1939 #else
1940 (void) $as_decl_name;
1941 #endif
1942 #endif
1943
1944 ;
1945 return 0;
1946 }
1947 _ACEOF
1948 if ac_fn_c_try_compile "$LINENO"; then :
1949 eval "$3=yes"
1950 else
1951 eval "$3=no"
1952 fi
1953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1954 fi
1955 eval ac_res=\$$3
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1957 $as_echo "$ac_res" >&6; }
1958 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1959
1960 } # ac_fn_c_check_decl
1961 cat >config.log <<_ACEOF
1962 This file contains any messages produced by compilers while
1963 running configure, to aid debugging if configure makes a mistake.
1964
1965 It was created by opcodes $as_me 2.32.51, which was
1966 generated by GNU Autoconf 2.69. Invocation command line was
1967
1968 $ $0 $@
1969
1970 _ACEOF
1971 exec 5>>config.log
1972 {
1973 cat <<_ASUNAME
1974 ## --------- ##
1975 ## Platform. ##
1976 ## --------- ##
1977
1978 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1979 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1980 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1981 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1982 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1983
1984 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1985 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1986
1987 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1988 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1989 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1990 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1991 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1992 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1993 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1994
1995 _ASUNAME
1996
1997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1998 for as_dir in $PATH
1999 do
2000 IFS=$as_save_IFS
2001 test -z "$as_dir" && as_dir=.
2002 $as_echo "PATH: $as_dir"
2003 done
2004 IFS=$as_save_IFS
2005
2006 } >&5
2007
2008 cat >&5 <<_ACEOF
2009
2010
2011 ## ----------- ##
2012 ## Core tests. ##
2013 ## ----------- ##
2014
2015 _ACEOF
2016
2017
2018 # Keep a trace of the command line.
2019 # Strip out --no-create and --no-recursion so they do not pile up.
2020 # Strip out --silent because we don't want to record it for future runs.
2021 # Also quote any args containing shell meta-characters.
2022 # Make two passes to allow for proper duplicate-argument suppression.
2023 ac_configure_args=
2024 ac_configure_args0=
2025 ac_configure_args1=
2026 ac_must_keep_next=false
2027 for ac_pass in 1 2
2028 do
2029 for ac_arg
2030 do
2031 case $ac_arg in
2032 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2034 | -silent | --silent | --silen | --sile | --sil)
2035 continue ;;
2036 *\'*)
2037 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2038 esac
2039 case $ac_pass in
2040 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2041 2)
2042 as_fn_append ac_configure_args1 " '$ac_arg'"
2043 if test $ac_must_keep_next = true; then
2044 ac_must_keep_next=false # Got value, back to normal.
2045 else
2046 case $ac_arg in
2047 *=* | --config-cache | -C | -disable-* | --disable-* \
2048 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2049 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2050 | -with-* | --with-* | -without-* | --without-* | --x)
2051 case "$ac_configure_args0 " in
2052 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2053 esac
2054 ;;
2055 -* ) ac_must_keep_next=true ;;
2056 esac
2057 fi
2058 as_fn_append ac_configure_args " '$ac_arg'"
2059 ;;
2060 esac
2061 done
2062 done
2063 { ac_configure_args0=; unset ac_configure_args0;}
2064 { ac_configure_args1=; unset ac_configure_args1;}
2065
2066 # When interrupted or exit'd, cleanup temporary files, and complete
2067 # config.log. We remove comments because anyway the quotes in there
2068 # would cause problems or look ugly.
2069 # WARNING: Use '\'' to represent an apostrophe within the trap.
2070 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2071 trap 'exit_status=$?
2072 # Save into config.log some information that might help in debugging.
2073 {
2074 echo
2075
2076 $as_echo "## ---------------- ##
2077 ## Cache variables. ##
2078 ## ---------------- ##"
2079 echo
2080 # The following way of writing the cache mishandles newlines in values,
2081 (
2082 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2083 eval ac_val=\$$ac_var
2084 case $ac_val in #(
2085 *${as_nl}*)
2086 case $ac_var in #(
2087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2088 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2089 esac
2090 case $ac_var in #(
2091 _ | IFS | as_nl) ;; #(
2092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2093 *) { eval $ac_var=; unset $ac_var;} ;;
2094 esac ;;
2095 esac
2096 done
2097 (set) 2>&1 |
2098 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2099 *${as_nl}ac_space=\ *)
2100 sed -n \
2101 "s/'\''/'\''\\\\'\'''\''/g;
2102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2103 ;; #(
2104 *)
2105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2106 ;;
2107 esac |
2108 sort
2109 )
2110 echo
2111
2112 $as_echo "## ----------------- ##
2113 ## Output variables. ##
2114 ## ----------------- ##"
2115 echo
2116 for ac_var in $ac_subst_vars
2117 do
2118 eval ac_val=\$$ac_var
2119 case $ac_val in
2120 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2121 esac
2122 $as_echo "$ac_var='\''$ac_val'\''"
2123 done | sort
2124 echo
2125
2126 if test -n "$ac_subst_files"; then
2127 $as_echo "## ------------------- ##
2128 ## File substitutions. ##
2129 ## ------------------- ##"
2130 echo
2131 for ac_var in $ac_subst_files
2132 do
2133 eval ac_val=\$$ac_var
2134 case $ac_val in
2135 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2136 esac
2137 $as_echo "$ac_var='\''$ac_val'\''"
2138 done | sort
2139 echo
2140 fi
2141
2142 if test -s confdefs.h; then
2143 $as_echo "## ----------- ##
2144 ## confdefs.h. ##
2145 ## ----------- ##"
2146 echo
2147 cat confdefs.h
2148 echo
2149 fi
2150 test "$ac_signal" != 0 &&
2151 $as_echo "$as_me: caught signal $ac_signal"
2152 $as_echo "$as_me: exit $exit_status"
2153 } >&5
2154 rm -f core *.core core.conftest.* &&
2155 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2156 exit $exit_status
2157 ' 0
2158 for ac_signal in 1 2 13 15; do
2159 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2160 done
2161 ac_signal=0
2162
2163 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2164 rm -f -r conftest* confdefs.h
2165
2166 $as_echo "/* confdefs.h */" > confdefs.h
2167
2168 # Predefined preprocessor variables.
2169
2170 cat >>confdefs.h <<_ACEOF
2171 #define PACKAGE_NAME "$PACKAGE_NAME"
2172 _ACEOF
2173
2174 cat >>confdefs.h <<_ACEOF
2175 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2176 _ACEOF
2177
2178 cat >>confdefs.h <<_ACEOF
2179 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2180 _ACEOF
2181
2182 cat >>confdefs.h <<_ACEOF
2183 #define PACKAGE_STRING "$PACKAGE_STRING"
2184 _ACEOF
2185
2186 cat >>confdefs.h <<_ACEOF
2187 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2188 _ACEOF
2189
2190 cat >>confdefs.h <<_ACEOF
2191 #define PACKAGE_URL "$PACKAGE_URL"
2192 _ACEOF
2193
2194
2195 # Let the site file select an alternate cache file if it wants to.
2196 # Prefer an explicitly selected file to automatically selected ones.
2197 ac_site_file1=NONE
2198 ac_site_file2=NONE
2199 if test -n "$CONFIG_SITE"; then
2200 # We do not want a PATH search for config.site.
2201 case $CONFIG_SITE in #((
2202 -*) ac_site_file1=./$CONFIG_SITE;;
2203 */*) ac_site_file1=$CONFIG_SITE;;
2204 *) ac_site_file1=./$CONFIG_SITE;;
2205 esac
2206 elif test "x$prefix" != xNONE; then
2207 ac_site_file1=$prefix/share/config.site
2208 ac_site_file2=$prefix/etc/config.site
2209 else
2210 ac_site_file1=$ac_default_prefix/share/config.site
2211 ac_site_file2=$ac_default_prefix/etc/config.site
2212 fi
2213 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2214 do
2215 test "x$ac_site_file" = xNONE && continue
2216 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2217 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2218 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2219 sed 's/^/| /' "$ac_site_file" >&5
2220 . "$ac_site_file" \
2221 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2222 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2223 as_fn_error $? "failed to load site script $ac_site_file
2224 See \`config.log' for more details" "$LINENO" 5; }
2225 fi
2226 done
2227
2228 if test -r "$cache_file"; then
2229 # Some versions of bash will fail to source /dev/null (special files
2230 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2231 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2232 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2233 $as_echo "$as_me: loading cache $cache_file" >&6;}
2234 case $cache_file in
2235 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2236 *) . "./$cache_file";;
2237 esac
2238 fi
2239 else
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2241 $as_echo "$as_me: creating cache $cache_file" >&6;}
2242 >$cache_file
2243 fi
2244
2245 # Check that the precious variables saved in the cache have kept the same
2246 # value.
2247 ac_cache_corrupted=false
2248 for ac_var in $ac_precious_vars; do
2249 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2250 eval ac_new_set=\$ac_env_${ac_var}_set
2251 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2252 eval ac_new_val=\$ac_env_${ac_var}_value
2253 case $ac_old_set,$ac_new_set in
2254 set,)
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2256 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2257 ac_cache_corrupted=: ;;
2258 ,set)
2259 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2260 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2261 ac_cache_corrupted=: ;;
2262 ,);;
2263 *)
2264 if test "x$ac_old_val" != "x$ac_new_val"; then
2265 # differences in whitespace do not lead to failure.
2266 ac_old_val_w=`echo x $ac_old_val`
2267 ac_new_val_w=`echo x $ac_new_val`
2268 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2270 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2271 ac_cache_corrupted=:
2272 else
2273 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2274 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2275 eval $ac_var=\$ac_old_val
2276 fi
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2278 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2280 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2281 fi;;
2282 esac
2283 # Pass precious variables to config.status.
2284 if test "$ac_new_set" = set; then
2285 case $ac_new_val in
2286 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2287 *) ac_arg=$ac_var=$ac_new_val ;;
2288 esac
2289 case " $ac_configure_args " in
2290 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2291 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2292 esac
2293 fi
2294 done
2295 if $ac_cache_corrupted; then
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2299 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2300 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2301 fi
2302 ## -------------------- ##
2303 ## Main body of script. ##
2304 ## -------------------- ##
2305
2306 ac_ext=c
2307 ac_cpp='$CPP $CPPFLAGS'
2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2311
2312
2313
2314
2315
2316
2317
2318 ac_aux_dir=
2319 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2320 if test -f "$ac_dir/install-sh"; then
2321 ac_aux_dir=$ac_dir
2322 ac_install_sh="$ac_aux_dir/install-sh -c"
2323 break
2324 elif test -f "$ac_dir/install.sh"; then
2325 ac_aux_dir=$ac_dir
2326 ac_install_sh="$ac_aux_dir/install.sh -c"
2327 break
2328 elif test -f "$ac_dir/shtool"; then
2329 ac_aux_dir=$ac_dir
2330 ac_install_sh="$ac_aux_dir/shtool install -c"
2331 break
2332 fi
2333 done
2334 if test -z "$ac_aux_dir"; then
2335 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2336 fi
2337
2338 # These three variables are undocumented and unsupported,
2339 # and are intended to be withdrawn in a future Autoconf release.
2340 # They can cause serious problems if a builder's source tree is in a directory
2341 # whose full name contains unusual characters.
2342 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2343 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2344 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2345
2346
2347 # Make sure we can run config.sub.
2348 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2349 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2350
2351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2352 $as_echo_n "checking build system type... " >&6; }
2353 if ${ac_cv_build+:} false; then :
2354 $as_echo_n "(cached) " >&6
2355 else
2356 ac_build_alias=$build_alias
2357 test "x$ac_build_alias" = x &&
2358 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2359 test "x$ac_build_alias" = x &&
2360 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2361 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2362 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2363
2364 fi
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2366 $as_echo "$ac_cv_build" >&6; }
2367 case $ac_cv_build in
2368 *-*-*) ;;
2369 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2370 esac
2371 build=$ac_cv_build
2372 ac_save_IFS=$IFS; IFS='-'
2373 set x $ac_cv_build
2374 shift
2375 build_cpu=$1
2376 build_vendor=$2
2377 shift; shift
2378 # Remember, the first character of IFS is used to create $*,
2379 # except with old shells:
2380 build_os=$*
2381 IFS=$ac_save_IFS
2382 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2383
2384
2385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2386 $as_echo_n "checking host system type... " >&6; }
2387 if ${ac_cv_host+:} false; then :
2388 $as_echo_n "(cached) " >&6
2389 else
2390 if test "x$host_alias" = x; then
2391 ac_cv_host=$ac_cv_build
2392 else
2393 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2394 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2395 fi
2396
2397 fi
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2399 $as_echo "$ac_cv_host" >&6; }
2400 case $ac_cv_host in
2401 *-*-*) ;;
2402 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2403 esac
2404 host=$ac_cv_host
2405 ac_save_IFS=$IFS; IFS='-'
2406 set x $ac_cv_host
2407 shift
2408 host_cpu=$1
2409 host_vendor=$2
2410 shift; shift
2411 # Remember, the first character of IFS is used to create $*,
2412 # except with old shells:
2413 host_os=$*
2414 IFS=$ac_save_IFS
2415 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2416
2417
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2419 $as_echo_n "checking target system type... " >&6; }
2420 if ${ac_cv_target+:} false; then :
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test "x$target_alias" = x; then
2424 ac_cv_target=$ac_cv_host
2425 else
2426 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2427 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2428 fi
2429
2430 fi
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2432 $as_echo "$ac_cv_target" >&6; }
2433 case $ac_cv_target in
2434 *-*-*) ;;
2435 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2436 esac
2437 target=$ac_cv_target
2438 ac_save_IFS=$IFS; IFS='-'
2439 set x $ac_cv_target
2440 shift
2441 target_cpu=$1
2442 target_vendor=$2
2443 shift; shift
2444 # Remember, the first character of IFS is used to create $*,
2445 # except with old shells:
2446 target_os=$*
2447 IFS=$ac_save_IFS
2448 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2449
2450
2451 # The aliases save the names the user supplied, while $host etc.
2452 # will get canonicalized.
2453 test -n "$target_alias" &&
2454 test "$program_prefix$program_suffix$program_transform_name" = \
2455 NONENONEs,x,x, &&
2456 program_prefix=${target_alias}-
2457 # Expand $ac_aux_dir to an absolute path.
2458 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2459
2460 ac_ext=c
2461 ac_cpp='$CPP $CPPFLAGS'
2462 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2463 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2464 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2465 if test -n "$ac_tool_prefix"; then
2466 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2467 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2469 $as_echo_n "checking for $ac_word... " >&6; }
2470 if ${ac_cv_prog_CC+:} false; then :
2471 $as_echo_n "(cached) " >&6
2472 else
2473 if test -n "$CC"; then
2474 ac_cv_prog_CC="$CC" # Let the user override the test.
2475 else
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477 for as_dir in $PATH
2478 do
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2483 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2485 break 2
2486 fi
2487 done
2488 done
2489 IFS=$as_save_IFS
2490
2491 fi
2492 fi
2493 CC=$ac_cv_prog_CC
2494 if test -n "$CC"; then
2495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2496 $as_echo "$CC" >&6; }
2497 else
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2499 $as_echo "no" >&6; }
2500 fi
2501
2502
2503 fi
2504 if test -z "$ac_cv_prog_CC"; then
2505 ac_ct_CC=$CC
2506 # Extract the first word of "gcc", so it can be a program name with args.
2507 set dummy gcc; ac_word=$2
2508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2511 $as_echo_n "(cached) " >&6
2512 else
2513 if test -n "$ac_ct_CC"; then
2514 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2518 do
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2523 ac_cv_prog_ac_ct_CC="gcc"
2524 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2526 fi
2527 done
2528 done
2529 IFS=$as_save_IFS
2530
2531 fi
2532 fi
2533 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2534 if test -n "$ac_ct_CC"; then
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2536 $as_echo "$ac_ct_CC" >&6; }
2537 else
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2539 $as_echo "no" >&6; }
2540 fi
2541
2542 if test "x$ac_ct_CC" = x; then
2543 CC=""
2544 else
2545 case $cross_compiling:$ac_tool_warned in
2546 yes:)
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2548 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2549 ac_tool_warned=yes ;;
2550 esac
2551 CC=$ac_ct_CC
2552 fi
2553 else
2554 CC="$ac_cv_prog_CC"
2555 fi
2556
2557 if test -z "$CC"; then
2558 if test -n "$ac_tool_prefix"; then
2559 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2560 set dummy ${ac_tool_prefix}cc; ac_word=$2
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2562 $as_echo_n "checking for $ac_word... " >&6; }
2563 if ${ac_cv_prog_CC+:} false; then :
2564 $as_echo_n "(cached) " >&6
2565 else
2566 if test -n "$CC"; then
2567 ac_cv_prog_CC="$CC" # Let the user override the test.
2568 else
2569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2570 for as_dir in $PATH
2571 do
2572 IFS=$as_save_IFS
2573 test -z "$as_dir" && as_dir=.
2574 for ac_exec_ext in '' $ac_executable_extensions; do
2575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2576 ac_cv_prog_CC="${ac_tool_prefix}cc"
2577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2578 break 2
2579 fi
2580 done
2581 done
2582 IFS=$as_save_IFS
2583
2584 fi
2585 fi
2586 CC=$ac_cv_prog_CC
2587 if test -n "$CC"; then
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2589 $as_echo "$CC" >&6; }
2590 else
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2592 $as_echo "no" >&6; }
2593 fi
2594
2595
2596 fi
2597 fi
2598 if test -z "$CC"; then
2599 # Extract the first word of "cc", so it can be a program name with args.
2600 set dummy cc; ac_word=$2
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602 $as_echo_n "checking for $ac_word... " >&6; }
2603 if ${ac_cv_prog_CC+:} false; then :
2604 $as_echo_n "(cached) " >&6
2605 else
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2608 else
2609 ac_prog_rejected=no
2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611 for as_dir in $PATH
2612 do
2613 IFS=$as_save_IFS
2614 test -z "$as_dir" && as_dir=.
2615 for ac_exec_ext in '' $ac_executable_extensions; do
2616 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2617 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2618 ac_prog_rejected=yes
2619 continue
2620 fi
2621 ac_cv_prog_CC="cc"
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2624 fi
2625 done
2626 done
2627 IFS=$as_save_IFS
2628
2629 if test $ac_prog_rejected = yes; then
2630 # We found a bogon in the path, so make sure we never use it.
2631 set dummy $ac_cv_prog_CC
2632 shift
2633 if test $# != 0; then
2634 # We chose a different compiler from the bogus one.
2635 # However, it has the same basename, so the bogon will be chosen
2636 # first if we set CC to just the basename; use the full file name.
2637 shift
2638 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2639 fi
2640 fi
2641 fi
2642 fi
2643 CC=$ac_cv_prog_CC
2644 if test -n "$CC"; then
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2646 $as_echo "$CC" >&6; }
2647 else
2648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2649 $as_echo "no" >&6; }
2650 fi
2651
2652
2653 fi
2654 if test -z "$CC"; then
2655 if test -n "$ac_tool_prefix"; then
2656 for ac_prog in cl.exe
2657 do
2658 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2659 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2661 $as_echo_n "checking for $ac_word... " >&6; }
2662 if ${ac_cv_prog_CC+:} false; then :
2663 $as_echo_n "(cached) " >&6
2664 else
2665 if test -n "$CC"; then
2666 ac_cv_prog_CC="$CC" # Let the user override the test.
2667 else
2668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2669 for as_dir in $PATH
2670 do
2671 IFS=$as_save_IFS
2672 test -z "$as_dir" && as_dir=.
2673 for ac_exec_ext in '' $ac_executable_extensions; do
2674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2675 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2677 break 2
2678 fi
2679 done
2680 done
2681 IFS=$as_save_IFS
2682
2683 fi
2684 fi
2685 CC=$ac_cv_prog_CC
2686 if test -n "$CC"; then
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2688 $as_echo "$CC" >&6; }
2689 else
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2691 $as_echo "no" >&6; }
2692 fi
2693
2694
2695 test -n "$CC" && break
2696 done
2697 fi
2698 if test -z "$CC"; then
2699 ac_ct_CC=$CC
2700 for ac_prog in cl.exe
2701 do
2702 # Extract the first word of "$ac_prog", so it can be a program name with args.
2703 set dummy $ac_prog; ac_word=$2
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2705 $as_echo_n "checking for $ac_word... " >&6; }
2706 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2707 $as_echo_n "(cached) " >&6
2708 else
2709 if test -n "$ac_ct_CC"; then
2710 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2711 else
2712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2713 for as_dir in $PATH
2714 do
2715 IFS=$as_save_IFS
2716 test -z "$as_dir" && as_dir=.
2717 for ac_exec_ext in '' $ac_executable_extensions; do
2718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2719 ac_cv_prog_ac_ct_CC="$ac_prog"
2720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2721 break 2
2722 fi
2723 done
2724 done
2725 IFS=$as_save_IFS
2726
2727 fi
2728 fi
2729 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2730 if test -n "$ac_ct_CC"; then
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2732 $as_echo "$ac_ct_CC" >&6; }
2733 else
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2735 $as_echo "no" >&6; }
2736 fi
2737
2738
2739 test -n "$ac_ct_CC" && break
2740 done
2741
2742 if test "x$ac_ct_CC" = x; then
2743 CC=""
2744 else
2745 case $cross_compiling:$ac_tool_warned in
2746 yes:)
2747 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2749 ac_tool_warned=yes ;;
2750 esac
2751 CC=$ac_ct_CC
2752 fi
2753 fi
2754
2755 fi
2756
2757
2758 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2759 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2760 as_fn_error $? "no acceptable C compiler found in \$PATH
2761 See \`config.log' for more details" "$LINENO" 5; }
2762
2763 # Provide some information about the compiler.
2764 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2765 set X $ac_compile
2766 ac_compiler=$2
2767 for ac_option in --version -v -V -qversion; do
2768 { { ac_try="$ac_compiler $ac_option >&5"
2769 case "(($ac_try" in
2770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2771 *) ac_try_echo=$ac_try;;
2772 esac
2773 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2774 $as_echo "$ac_try_echo"; } >&5
2775 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2776 ac_status=$?
2777 if test -s conftest.err; then
2778 sed '10a\
2779 ... rest of stderr output deleted ...
2780 10q' conftest.err >conftest.er1
2781 cat conftest.er1 >&5
2782 fi
2783 rm -f conftest.er1 conftest.err
2784 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2785 test $ac_status = 0; }
2786 done
2787
2788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2789 /* end confdefs.h. */
2790
2791 int
2792 main ()
2793 {
2794
2795 ;
2796 return 0;
2797 }
2798 _ACEOF
2799 ac_clean_files_save=$ac_clean_files
2800 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2801 # Try to create an executable without -o first, disregard a.out.
2802 # It will help us diagnose broken compilers, and finding out an intuition
2803 # of exeext.
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2805 $as_echo_n "checking whether the C compiler works... " >&6; }
2806 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2807
2808 # The possible output files:
2809 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2810
2811 ac_rmfiles=
2812 for ac_file in $ac_files
2813 do
2814 case $ac_file in
2815 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2816 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2817 esac
2818 done
2819 rm -f $ac_rmfiles
2820
2821 if { { ac_try="$ac_link_default"
2822 case "(($ac_try" in
2823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2824 *) ac_try_echo=$ac_try;;
2825 esac
2826 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2827 $as_echo "$ac_try_echo"; } >&5
2828 (eval "$ac_link_default") 2>&5
2829 ac_status=$?
2830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2831 test $ac_status = 0; }; then :
2832 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2833 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2834 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2835 # so that the user can short-circuit this test for compilers unknown to
2836 # Autoconf.
2837 for ac_file in $ac_files ''
2838 do
2839 test -f "$ac_file" || continue
2840 case $ac_file in
2841 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2842 ;;
2843 [ab].out )
2844 # We found the default executable, but exeext='' is most
2845 # certainly right.
2846 break;;
2847 *.* )
2848 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2849 then :; else
2850 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2851 fi
2852 # We set ac_cv_exeext here because the later test for it is not
2853 # safe: cross compilers may not add the suffix if given an `-o'
2854 # argument, so we may need to know it at that point already.
2855 # Even if this section looks crufty: it has the advantage of
2856 # actually working.
2857 break;;
2858 * )
2859 break;;
2860 esac
2861 done
2862 test "$ac_cv_exeext" = no && ac_cv_exeext=
2863
2864 else
2865 ac_file=''
2866 fi
2867 if test -z "$ac_file"; then :
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2869 $as_echo "no" >&6; }
2870 $as_echo "$as_me: failed program was:" >&5
2871 sed 's/^/| /' conftest.$ac_ext >&5
2872
2873 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2874 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2875 as_fn_error 77 "C compiler cannot create executables
2876 See \`config.log' for more details" "$LINENO" 5; }
2877 else
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2879 $as_echo "yes" >&6; }
2880 fi
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2882 $as_echo_n "checking for C compiler default output file name... " >&6; }
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2884 $as_echo "$ac_file" >&6; }
2885 ac_exeext=$ac_cv_exeext
2886
2887 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2888 ac_clean_files=$ac_clean_files_save
2889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2890 $as_echo_n "checking for suffix of executables... " >&6; }
2891 if { { ac_try="$ac_link"
2892 case "(($ac_try" in
2893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2894 *) ac_try_echo=$ac_try;;
2895 esac
2896 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2897 $as_echo "$ac_try_echo"; } >&5
2898 (eval "$ac_link") 2>&5
2899 ac_status=$?
2900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2901 test $ac_status = 0; }; then :
2902 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2903 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2904 # work properly (i.e., refer to `conftest.exe'), while it won't with
2905 # `rm'.
2906 for ac_file in conftest.exe conftest conftest.*; do
2907 test -f "$ac_file" || continue
2908 case $ac_file in
2909 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2910 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2911 break;;
2912 * ) break;;
2913 esac
2914 done
2915 else
2916 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2917 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2918 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2919 See \`config.log' for more details" "$LINENO" 5; }
2920 fi
2921 rm -f conftest conftest$ac_cv_exeext
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2923 $as_echo "$ac_cv_exeext" >&6; }
2924
2925 rm -f conftest.$ac_ext
2926 EXEEXT=$ac_cv_exeext
2927 ac_exeext=$EXEEXT
2928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2929 /* end confdefs.h. */
2930 #include <stdio.h>
2931 int
2932 main ()
2933 {
2934 FILE *f = fopen ("conftest.out", "w");
2935 return ferror (f) || fclose (f) != 0;
2936
2937 ;
2938 return 0;
2939 }
2940 _ACEOF
2941 ac_clean_files="$ac_clean_files conftest.out"
2942 # Check that the compiler produces executables we can run. If not, either
2943 # the compiler is broken, or we cross compile.
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2945 $as_echo_n "checking whether we are cross compiling... " >&6; }
2946 if test "$cross_compiling" != yes; then
2947 { { ac_try="$ac_link"
2948 case "(($ac_try" in
2949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2950 *) ac_try_echo=$ac_try;;
2951 esac
2952 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2953 $as_echo "$ac_try_echo"; } >&5
2954 (eval "$ac_link") 2>&5
2955 ac_status=$?
2956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957 test $ac_status = 0; }
2958 if { ac_try='./conftest$ac_cv_exeext'
2959 { { case "(($ac_try" in
2960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2961 *) ac_try_echo=$ac_try;;
2962 esac
2963 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2964 $as_echo "$ac_try_echo"; } >&5
2965 (eval "$ac_try") 2>&5
2966 ac_status=$?
2967 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2968 test $ac_status = 0; }; }; then
2969 cross_compiling=no
2970 else
2971 if test "$cross_compiling" = maybe; then
2972 cross_compiling=yes
2973 else
2974 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2975 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2976 as_fn_error $? "cannot run C compiled programs.
2977 If you meant to cross compile, use \`--host'.
2978 See \`config.log' for more details" "$LINENO" 5; }
2979 fi
2980 fi
2981 fi
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2983 $as_echo "$cross_compiling" >&6; }
2984
2985 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2986 ac_clean_files=$ac_clean_files_save
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2988 $as_echo_n "checking for suffix of object files... " >&6; }
2989 if ${ac_cv_objext+:} false; then :
2990 $as_echo_n "(cached) " >&6
2991 else
2992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2993 /* end confdefs.h. */
2994
2995 int
2996 main ()
2997 {
2998
2999 ;
3000 return 0;
3001 }
3002 _ACEOF
3003 rm -f conftest.o conftest.obj
3004 if { { ac_try="$ac_compile"
3005 case "(($ac_try" in
3006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3007 *) ac_try_echo=$ac_try;;
3008 esac
3009 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3010 $as_echo "$ac_try_echo"; } >&5
3011 (eval "$ac_compile") 2>&5
3012 ac_status=$?
3013 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3014 test $ac_status = 0; }; then :
3015 for ac_file in conftest.o conftest.obj conftest.*; do
3016 test -f "$ac_file" || continue;
3017 case $ac_file in
3018 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3019 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3020 break;;
3021 esac
3022 done
3023 else
3024 $as_echo "$as_me: failed program was:" >&5
3025 sed 's/^/| /' conftest.$ac_ext >&5
3026
3027 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3028 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3029 as_fn_error $? "cannot compute suffix of object files: cannot compile
3030 See \`config.log' for more details" "$LINENO" 5; }
3031 fi
3032 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3033 fi
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3035 $as_echo "$ac_cv_objext" >&6; }
3036 OBJEXT=$ac_cv_objext
3037 ac_objext=$OBJEXT
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3039 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3040 if ${ac_cv_c_compiler_gnu+:} false; then :
3041 $as_echo_n "(cached) " >&6
3042 else
3043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3044 /* end confdefs.h. */
3045
3046 int
3047 main ()
3048 {
3049 #ifndef __GNUC__
3050 choke me
3051 #endif
3052
3053 ;
3054 return 0;
3055 }
3056 _ACEOF
3057 if ac_fn_c_try_compile "$LINENO"; then :
3058 ac_compiler_gnu=yes
3059 else
3060 ac_compiler_gnu=no
3061 fi
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3064
3065 fi
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3067 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3068 if test $ac_compiler_gnu = yes; then
3069 GCC=yes
3070 else
3071 GCC=
3072 fi
3073 ac_test_CFLAGS=${CFLAGS+set}
3074 ac_save_CFLAGS=$CFLAGS
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3076 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3077 if ${ac_cv_prog_cc_g+:} false; then :
3078 $as_echo_n "(cached) " >&6
3079 else
3080 ac_save_c_werror_flag=$ac_c_werror_flag
3081 ac_c_werror_flag=yes
3082 ac_cv_prog_cc_g=no
3083 CFLAGS="-g"
3084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3085 /* end confdefs.h. */
3086
3087 int
3088 main ()
3089 {
3090
3091 ;
3092 return 0;
3093 }
3094 _ACEOF
3095 if ac_fn_c_try_compile "$LINENO"; then :
3096 ac_cv_prog_cc_g=yes
3097 else
3098 CFLAGS=""
3099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3100 /* end confdefs.h. */
3101
3102 int
3103 main ()
3104 {
3105
3106 ;
3107 return 0;
3108 }
3109 _ACEOF
3110 if ac_fn_c_try_compile "$LINENO"; then :
3111
3112 else
3113 ac_c_werror_flag=$ac_save_c_werror_flag
3114 CFLAGS="-g"
3115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3116 /* end confdefs.h. */
3117
3118 int
3119 main ()
3120 {
3121
3122 ;
3123 return 0;
3124 }
3125 _ACEOF
3126 if ac_fn_c_try_compile "$LINENO"; then :
3127 ac_cv_prog_cc_g=yes
3128 fi
3129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3130 fi
3131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3132 fi
3133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3134 ac_c_werror_flag=$ac_save_c_werror_flag
3135 fi
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3137 $as_echo "$ac_cv_prog_cc_g" >&6; }
3138 if test "$ac_test_CFLAGS" = set; then
3139 CFLAGS=$ac_save_CFLAGS
3140 elif test $ac_cv_prog_cc_g = yes; then
3141 if test "$GCC" = yes; then
3142 CFLAGS="-g -O2"
3143 else
3144 CFLAGS="-g"
3145 fi
3146 else
3147 if test "$GCC" = yes; then
3148 CFLAGS="-O2"
3149 else
3150 CFLAGS=
3151 fi
3152 fi
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3154 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3155 if ${ac_cv_prog_cc_c89+:} false; then :
3156 $as_echo_n "(cached) " >&6
3157 else
3158 ac_cv_prog_cc_c89=no
3159 ac_save_CC=$CC
3160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3161 /* end confdefs.h. */
3162 #include <stdarg.h>
3163 #include <stdio.h>
3164 struct stat;
3165 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3166 struct buf { int x; };
3167 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3168 static char *e (p, i)
3169 char **p;
3170 int i;
3171 {
3172 return p[i];
3173 }
3174 static char *f (char * (*g) (char **, int), char **p, ...)
3175 {
3176 char *s;
3177 va_list v;
3178 va_start (v,p);
3179 s = g (p, va_arg (v,int));
3180 va_end (v);
3181 return s;
3182 }
3183
3184 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3185 function prototypes and stuff, but not '\xHH' hex character constants.
3186 These don't provoke an error unfortunately, instead are silently treated
3187 as 'x'. The following induces an error, until -std is added to get
3188 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3189 array size at least. It's necessary to write '\x00'==0 to get something
3190 that's true only with -std. */
3191 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3192
3193 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3194 inside strings and character constants. */
3195 #define FOO(x) 'x'
3196 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3197
3198 int test (int i, double x);
3199 struct s1 {int (*f) (int a);};
3200 struct s2 {int (*f) (double a);};
3201 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3202 int argc;
3203 char **argv;
3204 int
3205 main ()
3206 {
3207 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3208 ;
3209 return 0;
3210 }
3211 _ACEOF
3212 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3213 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3214 do
3215 CC="$ac_save_CC $ac_arg"
3216 if ac_fn_c_try_compile "$LINENO"; then :
3217 ac_cv_prog_cc_c89=$ac_arg
3218 fi
3219 rm -f core conftest.err conftest.$ac_objext
3220 test "x$ac_cv_prog_cc_c89" != "xno" && break
3221 done
3222 rm -f conftest.$ac_ext
3223 CC=$ac_save_CC
3224
3225 fi
3226 # AC_CACHE_VAL
3227 case "x$ac_cv_prog_cc_c89" in
3228 x)
3229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3230 $as_echo "none needed" >&6; } ;;
3231 xno)
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3233 $as_echo "unsupported" >&6; } ;;
3234 *)
3235 CC="$CC $ac_cv_prog_cc_c89"
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3237 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3238 esac
3239 if test "x$ac_cv_prog_cc_c89" != xno; then :
3240
3241 fi
3242
3243 ac_ext=c
3244 ac_cpp='$CPP $CPPFLAGS'
3245 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3246 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3247 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3248
3249 ac_ext=c
3250 ac_cpp='$CPP $CPPFLAGS'
3251 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3252 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3253 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3255 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3256 if ${am_cv_prog_cc_c_o+:} false; then :
3257 $as_echo_n "(cached) " >&6
3258 else
3259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3260 /* end confdefs.h. */
3261
3262 int
3263 main ()
3264 {
3265
3266 ;
3267 return 0;
3268 }
3269 _ACEOF
3270 # Make sure it works both with $CC and with simple cc.
3271 # Following AC_PROG_CC_C_O, we do the test twice because some
3272 # compilers refuse to overwrite an existing .o file with -o,
3273 # though they will create one.
3274 am_cv_prog_cc_c_o=yes
3275 for am_i in 1 2; do
3276 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3277 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3278 ac_status=$?
3279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3280 (exit $ac_status); } \
3281 && test -f conftest2.$ac_objext; then
3282 : OK
3283 else
3284 am_cv_prog_cc_c_o=no
3285 break
3286 fi
3287 done
3288 rm -f core conftest*
3289 unset am_i
3290 fi
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3292 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3293 if test "$am_cv_prog_cc_c_o" != yes; then
3294 # Losing compiler, so override with the script.
3295 # FIXME: It is wrong to rewrite CC.
3296 # But if we don't then we get into trouble of one sort or another.
3297 # A longer-term fix would be to have automake use am__CC in this case,
3298 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3299 CC="$am_aux_dir/compile $CC"
3300 fi
3301 ac_ext=c
3302 ac_cpp='$CPP $CPPFLAGS'
3303 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3304 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3305 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3306
3307
3308
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3310 $as_echo_n "checking for library containing strerror... " >&6; }
3311 if ${ac_cv_search_strerror+:} false; then :
3312 $as_echo_n "(cached) " >&6
3313 else
3314 ac_func_search_save_LIBS=$LIBS
3315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3316 /* end confdefs.h. */
3317
3318 /* Override any GCC internal prototype to avoid an error.
3319 Use char because int might match the return type of a GCC
3320 builtin and then its argument prototype would still apply. */
3321 #ifdef __cplusplus
3322 extern "C"
3323 #endif
3324 char strerror ();
3325 int
3326 main ()
3327 {
3328 return strerror ();
3329 ;
3330 return 0;
3331 }
3332 _ACEOF
3333 for ac_lib in '' cposix; do
3334 if test -z "$ac_lib"; then
3335 ac_res="none required"
3336 else
3337 ac_res=-l$ac_lib
3338 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3339 fi
3340 if ac_fn_c_try_link "$LINENO"; then :
3341 ac_cv_search_strerror=$ac_res
3342 fi
3343 rm -f core conftest.err conftest.$ac_objext \
3344 conftest$ac_exeext
3345 if ${ac_cv_search_strerror+:} false; then :
3346 break
3347 fi
3348 done
3349 if ${ac_cv_search_strerror+:} false; then :
3350
3351 else
3352 ac_cv_search_strerror=no
3353 fi
3354 rm conftest.$ac_ext
3355 LIBS=$ac_func_search_save_LIBS
3356 fi
3357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3358 $as_echo "$ac_cv_search_strerror" >&6; }
3359 ac_res=$ac_cv_search_strerror
3360 if test "$ac_res" != no; then :
3361 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3362
3363 fi
3364
3365
3366 am__api_version='1.15'
3367
3368 # Find a good install program. We prefer a C program (faster),
3369 # so one script is as good as another. But avoid the broken or
3370 # incompatible versions:
3371 # SysV /etc/install, /usr/sbin/install
3372 # SunOS /usr/etc/install
3373 # IRIX /sbin/install
3374 # AIX /bin/install
3375 # AmigaOS /C/install, which installs bootblocks on floppy discs
3376 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3377 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3378 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3379 # OS/2's system install, which has a completely different semantic
3380 # ./install, which can be erroneously created by make from ./install.sh.
3381 # Reject install programs that cannot install multiple files.
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3383 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3384 if test -z "$INSTALL"; then
3385 if ${ac_cv_path_install+:} false; then :
3386 $as_echo_n "(cached) " >&6
3387 else
3388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3389 for as_dir in $PATH
3390 do
3391 IFS=$as_save_IFS
3392 test -z "$as_dir" && as_dir=.
3393 # Account for people who put trailing slashes in PATH elements.
3394 case $as_dir/ in #((
3395 ./ | .// | /[cC]/* | \
3396 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3397 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3398 /usr/ucb/* ) ;;
3399 *)
3400 # OSF1 and SCO ODT 3.0 have their own names for install.
3401 # Don't use installbsd from OSF since it installs stuff as root
3402 # by default.
3403 for ac_prog in ginstall scoinst install; do
3404 for ac_exec_ext in '' $ac_executable_extensions; do
3405 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3406 if test $ac_prog = install &&
3407 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3408 # AIX install. It has an incompatible calling convention.
3409 :
3410 elif test $ac_prog = install &&
3411 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3412 # program-specific install script used by HP pwplus--don't use.
3413 :
3414 else
3415 rm -rf conftest.one conftest.two conftest.dir
3416 echo one > conftest.one
3417 echo two > conftest.two
3418 mkdir conftest.dir
3419 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3420 test -s conftest.one && test -s conftest.two &&
3421 test -s conftest.dir/conftest.one &&
3422 test -s conftest.dir/conftest.two
3423 then
3424 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3425 break 3
3426 fi
3427 fi
3428 fi
3429 done
3430 done
3431 ;;
3432 esac
3433
3434 done
3435 IFS=$as_save_IFS
3436
3437 rm -rf conftest.one conftest.two conftest.dir
3438
3439 fi
3440 if test "${ac_cv_path_install+set}" = set; then
3441 INSTALL=$ac_cv_path_install
3442 else
3443 # As a last resort, use the slow shell script. Don't cache a
3444 # value for INSTALL within a source directory, because that will
3445 # break other packages using the cache if that directory is
3446 # removed, or if the value is a relative name.
3447 INSTALL=$ac_install_sh
3448 fi
3449 fi
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3451 $as_echo "$INSTALL" >&6; }
3452
3453 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3454 # It thinks the first close brace ends the variable substitution.
3455 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3456
3457 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3458
3459 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3460
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3462 $as_echo_n "checking whether build environment is sane... " >&6; }
3463 # Reject unsafe characters in $srcdir or the absolute working directory
3464 # name. Accept space and tab only in the latter.
3465 am_lf='
3466 '
3467 case `pwd` in
3468 *[\\\"\#\$\&\'\`$am_lf]*)
3469 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3470 esac
3471 case $srcdir in
3472 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3473 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3474 esac
3475
3476 # Do 'set' in a subshell so we don't clobber the current shell's
3477 # arguments. Must try -L first in case configure is actually a
3478 # symlink; some systems play weird games with the mod time of symlinks
3479 # (eg FreeBSD returns the mod time of the symlink's containing
3480 # directory).
3481 if (
3482 am_has_slept=no
3483 for am_try in 1 2; do
3484 echo "timestamp, slept: $am_has_slept" > conftest.file
3485 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3486 if test "$*" = "X"; then
3487 # -L didn't work.
3488 set X `ls -t "$srcdir/configure" conftest.file`
3489 fi
3490 if test "$*" != "X $srcdir/configure conftest.file" \
3491 && test "$*" != "X conftest.file $srcdir/configure"; then
3492
3493 # If neither matched, then we have a broken ls. This can happen
3494 # if, for instance, CONFIG_SHELL is bash and it inherits a
3495 # broken ls alias from the environment. This has actually
3496 # happened. Such a system could not be considered "sane".
3497 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3498 alias in your environment" "$LINENO" 5
3499 fi
3500 if test "$2" = conftest.file || test $am_try -eq 2; then
3501 break
3502 fi
3503 # Just in case.
3504 sleep 1
3505 am_has_slept=yes
3506 done
3507 test "$2" = conftest.file
3508 )
3509 then
3510 # Ok.
3511 :
3512 else
3513 as_fn_error $? "newly created file is older than distributed files!
3514 Check your system clock" "$LINENO" 5
3515 fi
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3517 $as_echo "yes" >&6; }
3518 # If we didn't sleep, we still need to ensure time stamps of config.status and
3519 # generated files are strictly newer.
3520 am_sleep_pid=
3521 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3522 ( sleep 1 ) &
3523 am_sleep_pid=$!
3524 fi
3525
3526 rm -f conftest.file
3527
3528 test "$program_prefix" != NONE &&
3529 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3530 # Use a double $ so make ignores it.
3531 test "$program_suffix" != NONE &&
3532 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3533 # Double any \ or $.
3534 # By default was `s,x,x', remove it if useless.
3535 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3536 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3537
3538 if test x"${MISSING+set}" != xset; then
3539 case $am_aux_dir in
3540 *\ * | *\ *)
3541 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3542 *)
3543 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3544 esac
3545 fi
3546 # Use eval to expand $SHELL
3547 if eval "$MISSING --is-lightweight"; then
3548 am_missing_run="$MISSING "
3549 else
3550 am_missing_run=
3551 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3552 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3553 fi
3554
3555 if test x"${install_sh+set}" != xset; then
3556 case $am_aux_dir in
3557 *\ * | *\ *)
3558 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3559 *)
3560 install_sh="\${SHELL} $am_aux_dir/install-sh"
3561 esac
3562 fi
3563
3564 # Installed binaries are usually stripped using 'strip' when the user
3565 # run "make install-strip". However 'strip' might not be the right
3566 # tool to use in cross-compilation environments, therefore Automake
3567 # will honor the 'STRIP' environment variable to overrule this program.
3568 if test "$cross_compiling" != no; then
3569 if test -n "$ac_tool_prefix"; then
3570 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3571 set dummy ${ac_tool_prefix}strip; ac_word=$2
3572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3573 $as_echo_n "checking for $ac_word... " >&6; }
3574 if ${ac_cv_prog_STRIP+:} false; then :
3575 $as_echo_n "(cached) " >&6
3576 else
3577 if test -n "$STRIP"; then
3578 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3579 else
3580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3581 for as_dir in $PATH
3582 do
3583 IFS=$as_save_IFS
3584 test -z "$as_dir" && as_dir=.
3585 for ac_exec_ext in '' $ac_executable_extensions; do
3586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3587 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3589 break 2
3590 fi
3591 done
3592 done
3593 IFS=$as_save_IFS
3594
3595 fi
3596 fi
3597 STRIP=$ac_cv_prog_STRIP
3598 if test -n "$STRIP"; then
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3600 $as_echo "$STRIP" >&6; }
3601 else
3602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3603 $as_echo "no" >&6; }
3604 fi
3605
3606
3607 fi
3608 if test -z "$ac_cv_prog_STRIP"; then
3609 ac_ct_STRIP=$STRIP
3610 # Extract the first word of "strip", so it can be a program name with args.
3611 set dummy strip; ac_word=$2
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3613 $as_echo_n "checking for $ac_word... " >&6; }
3614 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3615 $as_echo_n "(cached) " >&6
3616 else
3617 if test -n "$ac_ct_STRIP"; then
3618 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3619 else
3620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621 for as_dir in $PATH
3622 do
3623 IFS=$as_save_IFS
3624 test -z "$as_dir" && as_dir=.
3625 for ac_exec_ext in '' $ac_executable_extensions; do
3626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3627 ac_cv_prog_ac_ct_STRIP="strip"
3628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3629 break 2
3630 fi
3631 done
3632 done
3633 IFS=$as_save_IFS
3634
3635 fi
3636 fi
3637 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3638 if test -n "$ac_ct_STRIP"; then
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3640 $as_echo "$ac_ct_STRIP" >&6; }
3641 else
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3643 $as_echo "no" >&6; }
3644 fi
3645
3646 if test "x$ac_ct_STRIP" = x; then
3647 STRIP=":"
3648 else
3649 case $cross_compiling:$ac_tool_warned in
3650 yes:)
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3653 ac_tool_warned=yes ;;
3654 esac
3655 STRIP=$ac_ct_STRIP
3656 fi
3657 else
3658 STRIP="$ac_cv_prog_STRIP"
3659 fi
3660
3661 fi
3662 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3663
3664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3665 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3666 if test -z "$MKDIR_P"; then
3667 if ${ac_cv_path_mkdir+:} false; then :
3668 $as_echo_n "(cached) " >&6
3669 else
3670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3671 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3672 do
3673 IFS=$as_save_IFS
3674 test -z "$as_dir" && as_dir=.
3675 for ac_prog in mkdir gmkdir; do
3676 for ac_exec_ext in '' $ac_executable_extensions; do
3677 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3678 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3679 'mkdir (GNU coreutils) '* | \
3680 'mkdir (coreutils) '* | \
3681 'mkdir (fileutils) '4.1*)
3682 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3683 break 3;;
3684 esac
3685 done
3686 done
3687 done
3688 IFS=$as_save_IFS
3689
3690 fi
3691
3692 test -d ./--version && rmdir ./--version
3693 if test "${ac_cv_path_mkdir+set}" = set; then
3694 MKDIR_P="$ac_cv_path_mkdir -p"
3695 else
3696 # As a last resort, use the slow shell script. Don't cache a
3697 # value for MKDIR_P within a source directory, because that will
3698 # break other packages using the cache if that directory is
3699 # removed, or if the value is a relative name.
3700 MKDIR_P="$ac_install_sh -d"
3701 fi
3702 fi
3703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3704 $as_echo "$MKDIR_P" >&6; }
3705
3706 for ac_prog in gawk mawk nawk awk
3707 do
3708 # Extract the first word of "$ac_prog", so it can be a program name with args.
3709 set dummy $ac_prog; ac_word=$2
3710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3711 $as_echo_n "checking for $ac_word... " >&6; }
3712 if ${ac_cv_prog_AWK+:} false; then :
3713 $as_echo_n "(cached) " >&6
3714 else
3715 if test -n "$AWK"; then
3716 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3717 else
3718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3719 for as_dir in $PATH
3720 do
3721 IFS=$as_save_IFS
3722 test -z "$as_dir" && as_dir=.
3723 for ac_exec_ext in '' $ac_executable_extensions; do
3724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3725 ac_cv_prog_AWK="$ac_prog"
3726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3727 break 2
3728 fi
3729 done
3730 done
3731 IFS=$as_save_IFS
3732
3733 fi
3734 fi
3735 AWK=$ac_cv_prog_AWK
3736 if test -n "$AWK"; then
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3738 $as_echo "$AWK" >&6; }
3739 else
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3741 $as_echo "no" >&6; }
3742 fi
3743
3744
3745 test -n "$AWK" && break
3746 done
3747
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3749 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3750 set x ${MAKE-make}
3751 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3752 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3753 $as_echo_n "(cached) " >&6
3754 else
3755 cat >conftest.make <<\_ACEOF
3756 SHELL = /bin/sh
3757 all:
3758 @echo '@@@%%%=$(MAKE)=@@@%%%'
3759 _ACEOF
3760 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3761 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3762 *@@@%%%=?*=@@@%%%*)
3763 eval ac_cv_prog_make_${ac_make}_set=yes;;
3764 *)
3765 eval ac_cv_prog_make_${ac_make}_set=no;;
3766 esac
3767 rm -f conftest.make
3768 fi
3769 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3771 $as_echo "yes" >&6; }
3772 SET_MAKE=
3773 else
3774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3775 $as_echo "no" >&6; }
3776 SET_MAKE="MAKE=${MAKE-make}"
3777 fi
3778
3779 rm -rf .tst 2>/dev/null
3780 mkdir .tst 2>/dev/null
3781 if test -d .tst; then
3782 am__leading_dot=.
3783 else
3784 am__leading_dot=_
3785 fi
3786 rmdir .tst 2>/dev/null
3787
3788 DEPDIR="${am__leading_dot}deps"
3789
3790 ac_config_commands="$ac_config_commands depfiles"
3791
3792
3793 am_make=${MAKE-make}
3794 cat > confinc << 'END'
3795 am__doit:
3796 @echo this is the am__doit target
3797 .PHONY: am__doit
3798 END
3799 # If we don't find an include directive, just comment out the code.
3800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3801 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3802 am__include="#"
3803 am__quote=
3804 _am_result=none
3805 # First try GNU make style include.
3806 echo "include confinc" > confmf
3807 # Ignore all kinds of additional output from 'make'.
3808 case `$am_make -s -f confmf 2> /dev/null` in #(
3809 *the\ am__doit\ target*)
3810 am__include=include
3811 am__quote=
3812 _am_result=GNU
3813 ;;
3814 esac
3815 # Now try BSD make style include.
3816 if test "$am__include" = "#"; then
3817 echo '.include "confinc"' > confmf
3818 case `$am_make -s -f confmf 2> /dev/null` in #(
3819 *the\ am__doit\ target*)
3820 am__include=.include
3821 am__quote="\""
3822 _am_result=BSD
3823 ;;
3824 esac
3825 fi
3826
3827
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3829 $as_echo "$_am_result" >&6; }
3830 rm -f confinc confmf
3831
3832 # Check whether --enable-dependency-tracking was given.
3833 if test "${enable_dependency_tracking+set}" = set; then :
3834 enableval=$enable_dependency_tracking;
3835 fi
3836
3837 if test "x$enable_dependency_tracking" != xno; then
3838 am_depcomp="$ac_aux_dir/depcomp"
3839 AMDEPBACKSLASH='\'
3840 am__nodep='_no'
3841 fi
3842 if test "x$enable_dependency_tracking" != xno; then
3843 AMDEP_TRUE=
3844 AMDEP_FALSE='#'
3845 else
3846 AMDEP_TRUE='#'
3847 AMDEP_FALSE=
3848 fi
3849
3850
3851 # Check whether --enable-silent-rules was given.
3852 if test "${enable_silent_rules+set}" = set; then :
3853 enableval=$enable_silent_rules;
3854 fi
3855
3856 case $enable_silent_rules in # (((
3857 yes) AM_DEFAULT_VERBOSITY=0;;
3858 no) AM_DEFAULT_VERBOSITY=1;;
3859 *) AM_DEFAULT_VERBOSITY=1;;
3860 esac
3861 am_make=${MAKE-make}
3862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3863 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3864 if ${am_cv_make_support_nested_variables+:} false; then :
3865 $as_echo_n "(cached) " >&6
3866 else
3867 if $as_echo 'TRUE=$(BAR$(V))
3868 BAR0=false
3869 BAR1=true
3870 V=1
3871 am__doit:
3872 @$(TRUE)
3873 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3874 am_cv_make_support_nested_variables=yes
3875 else
3876 am_cv_make_support_nested_variables=no
3877 fi
3878 fi
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3880 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3881 if test $am_cv_make_support_nested_variables = yes; then
3882 AM_V='$(V)'
3883 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3884 else
3885 AM_V=$AM_DEFAULT_VERBOSITY
3886 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3887 fi
3888 AM_BACKSLASH='\'
3889
3890 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3891 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3892 # is not polluted with repeated "-I."
3893 am__isrc=' -I$(srcdir)'
3894 # test to see if srcdir already configured
3895 if test -f $srcdir/config.status; then
3896 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3897 fi
3898 fi
3899
3900 # test whether we have cygpath
3901 if test -z "$CYGPATH_W"; then
3902 if (cygpath --version) >/dev/null 2>/dev/null; then
3903 CYGPATH_W='cygpath -w'
3904 else
3905 CYGPATH_W=echo
3906 fi
3907 fi
3908
3909
3910 # Define the identity of the package.
3911 PACKAGE='opcodes'
3912 VERSION='2.32.51'
3913
3914
3915 cat >>confdefs.h <<_ACEOF
3916 #define PACKAGE "$PACKAGE"
3917 _ACEOF
3918
3919
3920 cat >>confdefs.h <<_ACEOF
3921 #define VERSION "$VERSION"
3922 _ACEOF
3923
3924 # Some tools Automake needs.
3925
3926 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3927
3928
3929 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3930
3931
3932 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3933
3934
3935 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3936
3937
3938 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3939
3940 # For better backward compatibility. To be removed once Automake 1.9.x
3941 # dies out for good. For more background, see:
3942 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3943 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3944 mkdir_p='$(MKDIR_P)'
3945
3946 # We need awk for the "check" target (and possibly the TAP driver). The
3947 # system "awk" is bad on some platforms.
3948 # Always define AMTAR for backward compatibility. Yes, it's still used
3949 # in the wild :-( We should find a proper way to deprecate it ...
3950 AMTAR='$${TAR-tar}'
3951
3952
3953 # We'll loop over all known methods to create a tar archive until one works.
3954 _am_tools='gnutar pax cpio none'
3955
3956 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3957
3958
3959
3960
3961
3962 depcc="$CC" am_compiler_list=
3963
3964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3965 $as_echo_n "checking dependency style of $depcc... " >&6; }
3966 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3967 $as_echo_n "(cached) " >&6
3968 else
3969 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3970 # We make a subdir and do the tests there. Otherwise we can end up
3971 # making bogus files that we don't know about and never remove. For
3972 # instance it was reported that on HP-UX the gcc test will end up
3973 # making a dummy file named 'D' -- because '-MD' means "put the output
3974 # in D".
3975 rm -rf conftest.dir
3976 mkdir conftest.dir
3977 # Copy depcomp to subdir because otherwise we won't find it if we're
3978 # using a relative directory.
3979 cp "$am_depcomp" conftest.dir
3980 cd conftest.dir
3981 # We will build objects and dependencies in a subdirectory because
3982 # it helps to detect inapplicable dependency modes. For instance
3983 # both Tru64's cc and ICC support -MD to output dependencies as a
3984 # side effect of compilation, but ICC will put the dependencies in
3985 # the current directory while Tru64 will put them in the object
3986 # directory.
3987 mkdir sub
3988
3989 am_cv_CC_dependencies_compiler_type=none
3990 if test "$am_compiler_list" = ""; then
3991 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3992 fi
3993 am__universal=false
3994 case " $depcc " in #(
3995 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3996 esac
3997
3998 for depmode in $am_compiler_list; do
3999 # Setup a source with many dependencies, because some compilers
4000 # like to wrap large dependency lists on column 80 (with \), and
4001 # we should not choose a depcomp mode which is confused by this.
4002 #
4003 # We need to recreate these files for each test, as the compiler may
4004 # overwrite some of them when testing with obscure command lines.
4005 # This happens at least with the AIX C compiler.
4006 : > sub/conftest.c
4007 for i in 1 2 3 4 5 6; do
4008 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4009 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4010 # Solaris 10 /bin/sh.
4011 echo '/* dummy */' > sub/conftst$i.h
4012 done
4013 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4014
4015 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4016 # mode. It turns out that the SunPro C++ compiler does not properly
4017 # handle '-M -o', and we need to detect this. Also, some Intel
4018 # versions had trouble with output in subdirs.
4019 am__obj=sub/conftest.${OBJEXT-o}
4020 am__minus_obj="-o $am__obj"
4021 case $depmode in
4022 gcc)
4023 # This depmode causes a compiler race in universal mode.
4024 test "$am__universal" = false || continue
4025 ;;
4026 nosideeffect)
4027 # After this tag, mechanisms are not by side-effect, so they'll
4028 # only be used when explicitly requested.
4029 if test "x$enable_dependency_tracking" = xyes; then
4030 continue
4031 else
4032 break
4033 fi
4034 ;;
4035 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4036 # This compiler won't grok '-c -o', but also, the minuso test has
4037 # not run yet. These depmodes are late enough in the game, and
4038 # so weak that their functioning should not be impacted.
4039 am__obj=conftest.${OBJEXT-o}
4040 am__minus_obj=
4041 ;;
4042 none) break ;;
4043 esac
4044 if depmode=$depmode \
4045 source=sub/conftest.c object=$am__obj \
4046 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4047 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4048 >/dev/null 2>conftest.err &&
4049 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4050 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4051 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4052 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4053 # icc doesn't choke on unknown options, it will just issue warnings
4054 # or remarks (even with -Werror). So we grep stderr for any message
4055 # that says an option was ignored or not supported.
4056 # When given -MP, icc 7.0 and 7.1 complain thusly:
4057 # icc: Command line warning: ignoring option '-M'; no argument required
4058 # The diagnosis changed in icc 8.0:
4059 # icc: Command line remark: option '-MP' not supported
4060 if (grep 'ignoring option' conftest.err ||
4061 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4062 am_cv_CC_dependencies_compiler_type=$depmode
4063 break
4064 fi
4065 fi
4066 done
4067
4068 cd ..
4069 rm -rf conftest.dir
4070 else
4071 am_cv_CC_dependencies_compiler_type=none
4072 fi
4073
4074 fi
4075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4076 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4077 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4078
4079 if
4080 test "x$enable_dependency_tracking" != xno \
4081 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4082 am__fastdepCC_TRUE=
4083 am__fastdepCC_FALSE='#'
4084 else
4085 am__fastdepCC_TRUE='#'
4086 am__fastdepCC_FALSE=
4087 fi
4088
4089
4090
4091 # POSIX will say in a future version that running "rm -f" with no argument
4092 # is OK; and we want to be able to make that assumption in our Makefile
4093 # recipes. So use an aggressive probe to check that the usage we want is
4094 # actually supported "in the wild" to an acceptable degree.
4095 # See automake bug#10828.
4096 # To make any issue more visible, cause the running configure to be aborted
4097 # by default if the 'rm' program in use doesn't match our expectations; the
4098 # user can still override this though.
4099 if rm -f && rm -fr && rm -rf; then : OK; else
4100 cat >&2 <<'END'
4101 Oops!
4102
4103 Your 'rm' program seems unable to run without file operands specified
4104 on the command line, even when the '-f' option is present. This is contrary
4105 to the behaviour of most rm programs out there, and not conforming with
4106 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4107
4108 Please tell bug-automake@gnu.org about your system, including the value
4109 of your $PATH and any error possibly output before this message. This
4110 can help us improve future automake versions.
4111
4112 END
4113 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4114 echo 'Configuration will proceed anyway, since you have set the' >&2
4115 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4116 echo >&2
4117 else
4118 cat >&2 <<'END'
4119 Aborting the configuration process, to ensure you take notice of the issue.
4120
4121 You can download and install GNU coreutils to get an 'rm' implementation
4122 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4123
4124 If you want to complete the configuration process using your problematic
4125 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4126 to "yes", and re-run configure.
4127
4128 END
4129 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4130 fi
4131 fi
4132
4133
4134 ac_ext=c
4135 ac_cpp='$CPP $CPPFLAGS'
4136 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4137 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4138 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4139 if test -n "$ac_tool_prefix"; then
4140 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4141 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4143 $as_echo_n "checking for $ac_word... " >&6; }
4144 if ${ac_cv_prog_CC+:} false; then :
4145 $as_echo_n "(cached) " >&6
4146 else
4147 if test -n "$CC"; then
4148 ac_cv_prog_CC="$CC" # Let the user override the test.
4149 else
4150 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4151 for as_dir in $PATH
4152 do
4153 IFS=$as_save_IFS
4154 test -z "$as_dir" && as_dir=.
4155 for ac_exec_ext in '' $ac_executable_extensions; do
4156 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4157 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4158 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4159 break 2
4160 fi
4161 done
4162 done
4163 IFS=$as_save_IFS
4164
4165 fi
4166 fi
4167 CC=$ac_cv_prog_CC
4168 if test -n "$CC"; then
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4170 $as_echo "$CC" >&6; }
4171 else
4172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4173 $as_echo "no" >&6; }
4174 fi
4175
4176
4177 fi
4178 if test -z "$ac_cv_prog_CC"; then
4179 ac_ct_CC=$CC
4180 # Extract the first word of "gcc", so it can be a program name with args.
4181 set dummy gcc; ac_word=$2
4182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4183 $as_echo_n "checking for $ac_word... " >&6; }
4184 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4185 $as_echo_n "(cached) " >&6
4186 else
4187 if test -n "$ac_ct_CC"; then
4188 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4189 else
4190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4191 for as_dir in $PATH
4192 do
4193 IFS=$as_save_IFS
4194 test -z "$as_dir" && as_dir=.
4195 for ac_exec_ext in '' $ac_executable_extensions; do
4196 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4197 ac_cv_prog_ac_ct_CC="gcc"
4198 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4199 break 2
4200 fi
4201 done
4202 done
4203 IFS=$as_save_IFS
4204
4205 fi
4206 fi
4207 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4208 if test -n "$ac_ct_CC"; then
4209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4210 $as_echo "$ac_ct_CC" >&6; }
4211 else
4212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4213 $as_echo "no" >&6; }
4214 fi
4215
4216 if test "x$ac_ct_CC" = x; then
4217 CC=""
4218 else
4219 case $cross_compiling:$ac_tool_warned in
4220 yes:)
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4222 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4223 ac_tool_warned=yes ;;
4224 esac
4225 CC=$ac_ct_CC
4226 fi
4227 else
4228 CC="$ac_cv_prog_CC"
4229 fi
4230
4231 if test -z "$CC"; then
4232 if test -n "$ac_tool_prefix"; then
4233 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4234 set dummy ${ac_tool_prefix}cc; ac_word=$2
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4236 $as_echo_n "checking for $ac_word... " >&6; }
4237 if ${ac_cv_prog_CC+:} false; then :
4238 $as_echo_n "(cached) " >&6
4239 else
4240 if test -n "$CC"; then
4241 ac_cv_prog_CC="$CC" # Let the user override the test.
4242 else
4243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4244 for as_dir in $PATH
4245 do
4246 IFS=$as_save_IFS
4247 test -z "$as_dir" && as_dir=.
4248 for ac_exec_ext in '' $ac_executable_extensions; do
4249 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4250 ac_cv_prog_CC="${ac_tool_prefix}cc"
4251 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4252 break 2
4253 fi
4254 done
4255 done
4256 IFS=$as_save_IFS
4257
4258 fi
4259 fi
4260 CC=$ac_cv_prog_CC
4261 if test -n "$CC"; then
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4263 $as_echo "$CC" >&6; }
4264 else
4265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4266 $as_echo "no" >&6; }
4267 fi
4268
4269
4270 fi
4271 fi
4272 if test -z "$CC"; then
4273 # Extract the first word of "cc", so it can be a program name with args.
4274 set dummy cc; ac_word=$2
4275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4276 $as_echo_n "checking for $ac_word... " >&6; }
4277 if ${ac_cv_prog_CC+:} false; then :
4278 $as_echo_n "(cached) " >&6
4279 else
4280 if test -n "$CC"; then
4281 ac_cv_prog_CC="$CC" # Let the user override the test.
4282 else
4283 ac_prog_rejected=no
4284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4285 for as_dir in $PATH
4286 do
4287 IFS=$as_save_IFS
4288 test -z "$as_dir" && as_dir=.
4289 for ac_exec_ext in '' $ac_executable_extensions; do
4290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4291 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4292 ac_prog_rejected=yes
4293 continue
4294 fi
4295 ac_cv_prog_CC="cc"
4296 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4297 break 2
4298 fi
4299 done
4300 done
4301 IFS=$as_save_IFS
4302
4303 if test $ac_prog_rejected = yes; then
4304 # We found a bogon in the path, so make sure we never use it.
4305 set dummy $ac_cv_prog_CC
4306 shift
4307 if test $# != 0; then
4308 # We chose a different compiler from the bogus one.
4309 # However, it has the same basename, so the bogon will be chosen
4310 # first if we set CC to just the basename; use the full file name.
4311 shift
4312 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4313 fi
4314 fi
4315 fi
4316 fi
4317 CC=$ac_cv_prog_CC
4318 if test -n "$CC"; then
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4320 $as_echo "$CC" >&6; }
4321 else
4322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4323 $as_echo "no" >&6; }
4324 fi
4325
4326
4327 fi
4328 if test -z "$CC"; then
4329 if test -n "$ac_tool_prefix"; then
4330 for ac_prog in cl.exe
4331 do
4332 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4333 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4335 $as_echo_n "checking for $ac_word... " >&6; }
4336 if ${ac_cv_prog_CC+:} false; then :
4337 $as_echo_n "(cached) " >&6
4338 else
4339 if test -n "$CC"; then
4340 ac_cv_prog_CC="$CC" # Let the user override the test.
4341 else
4342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343 for as_dir in $PATH
4344 do
4345 IFS=$as_save_IFS
4346 test -z "$as_dir" && as_dir=.
4347 for ac_exec_ext in '' $ac_executable_extensions; do
4348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4349 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4351 break 2
4352 fi
4353 done
4354 done
4355 IFS=$as_save_IFS
4356
4357 fi
4358 fi
4359 CC=$ac_cv_prog_CC
4360 if test -n "$CC"; then
4361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4362 $as_echo "$CC" >&6; }
4363 else
4364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4365 $as_echo "no" >&6; }
4366 fi
4367
4368
4369 test -n "$CC" && break
4370 done
4371 fi
4372 if test -z "$CC"; then
4373 ac_ct_CC=$CC
4374 for ac_prog in cl.exe
4375 do
4376 # Extract the first word of "$ac_prog", so it can be a program name with args.
4377 set dummy $ac_prog; ac_word=$2
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4379 $as_echo_n "checking for $ac_word... " >&6; }
4380 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4381 $as_echo_n "(cached) " >&6
4382 else
4383 if test -n "$ac_ct_CC"; then
4384 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4385 else
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387 for as_dir in $PATH
4388 do
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
4392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4393 ac_cv_prog_ac_ct_CC="$ac_prog"
4394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4395 break 2
4396 fi
4397 done
4398 done
4399 IFS=$as_save_IFS
4400
4401 fi
4402 fi
4403 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4404 if test -n "$ac_ct_CC"; then
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4406 $as_echo "$ac_ct_CC" >&6; }
4407 else
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4409 $as_echo "no" >&6; }
4410 fi
4411
4412
4413 test -n "$ac_ct_CC" && break
4414 done
4415
4416 if test "x$ac_ct_CC" = x; then
4417 CC=""
4418 else
4419 case $cross_compiling:$ac_tool_warned in
4420 yes:)
4421 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4422 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4423 ac_tool_warned=yes ;;
4424 esac
4425 CC=$ac_ct_CC
4426 fi
4427 fi
4428
4429 fi
4430
4431
4432 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4433 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4434 as_fn_error $? "no acceptable C compiler found in \$PATH
4435 See \`config.log' for more details" "$LINENO" 5; }
4436
4437 # Provide some information about the compiler.
4438 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4439 set X $ac_compile
4440 ac_compiler=$2
4441 for ac_option in --version -v -V -qversion; do
4442 { { ac_try="$ac_compiler $ac_option >&5"
4443 case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4446 esac
4447 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4448 $as_echo "$ac_try_echo"; } >&5
4449 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4450 ac_status=$?
4451 if test -s conftest.err; then
4452 sed '10a\
4453 ... rest of stderr output deleted ...
4454 10q' conftest.err >conftest.er1
4455 cat conftest.er1 >&5
4456 fi
4457 rm -f conftest.er1 conftest.err
4458 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4459 test $ac_status = 0; }
4460 done
4461
4462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4463 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4464 if ${ac_cv_c_compiler_gnu+:} false; then :
4465 $as_echo_n "(cached) " >&6
4466 else
4467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4468 /* end confdefs.h. */
4469
4470 int
4471 main ()
4472 {
4473 #ifndef __GNUC__
4474 choke me
4475 #endif
4476
4477 ;
4478 return 0;
4479 }
4480 _ACEOF
4481 if ac_fn_c_try_compile "$LINENO"; then :
4482 ac_compiler_gnu=yes
4483 else
4484 ac_compiler_gnu=no
4485 fi
4486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4487 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4488
4489 fi
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4491 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4492 if test $ac_compiler_gnu = yes; then
4493 GCC=yes
4494 else
4495 GCC=
4496 fi
4497 ac_test_CFLAGS=${CFLAGS+set}
4498 ac_save_CFLAGS=$CFLAGS
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4500 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4501 if ${ac_cv_prog_cc_g+:} false; then :
4502 $as_echo_n "(cached) " >&6
4503 else
4504 ac_save_c_werror_flag=$ac_c_werror_flag
4505 ac_c_werror_flag=yes
4506 ac_cv_prog_cc_g=no
4507 CFLAGS="-g"
4508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4509 /* end confdefs.h. */
4510
4511 int
4512 main ()
4513 {
4514
4515 ;
4516 return 0;
4517 }
4518 _ACEOF
4519 if ac_fn_c_try_compile "$LINENO"; then :
4520 ac_cv_prog_cc_g=yes
4521 else
4522 CFLAGS=""
4523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4524 /* end confdefs.h. */
4525
4526 int
4527 main ()
4528 {
4529
4530 ;
4531 return 0;
4532 }
4533 _ACEOF
4534 if ac_fn_c_try_compile "$LINENO"; then :
4535
4536 else
4537 ac_c_werror_flag=$ac_save_c_werror_flag
4538 CFLAGS="-g"
4539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4540 /* end confdefs.h. */
4541
4542 int
4543 main ()
4544 {
4545
4546 ;
4547 return 0;
4548 }
4549 _ACEOF
4550 if ac_fn_c_try_compile "$LINENO"; then :
4551 ac_cv_prog_cc_g=yes
4552 fi
4553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4554 fi
4555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4556 fi
4557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4558 ac_c_werror_flag=$ac_save_c_werror_flag
4559 fi
4560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4561 $as_echo "$ac_cv_prog_cc_g" >&6; }
4562 if test "$ac_test_CFLAGS" = set; then
4563 CFLAGS=$ac_save_CFLAGS
4564 elif test $ac_cv_prog_cc_g = yes; then
4565 if test "$GCC" = yes; then
4566 CFLAGS="-g -O2"
4567 else
4568 CFLAGS="-g"
4569 fi
4570 else
4571 if test "$GCC" = yes; then
4572 CFLAGS="-O2"
4573 else
4574 CFLAGS=
4575 fi
4576 fi
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4578 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4579 if ${ac_cv_prog_cc_c89+:} false; then :
4580 $as_echo_n "(cached) " >&6
4581 else
4582 ac_cv_prog_cc_c89=no
4583 ac_save_CC=$CC
4584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4585 /* end confdefs.h. */
4586 #include <stdarg.h>
4587 #include <stdio.h>
4588 struct stat;
4589 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4590 struct buf { int x; };
4591 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4592 static char *e (p, i)
4593 char **p;
4594 int i;
4595 {
4596 return p[i];
4597 }
4598 static char *f (char * (*g) (char **, int), char **p, ...)
4599 {
4600 char *s;
4601 va_list v;
4602 va_start (v,p);
4603 s = g (p, va_arg (v,int));
4604 va_end (v);
4605 return s;
4606 }
4607
4608 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4609 function prototypes and stuff, but not '\xHH' hex character constants.
4610 These don't provoke an error unfortunately, instead are silently treated
4611 as 'x'. The following induces an error, until -std is added to get
4612 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4613 array size at least. It's necessary to write '\x00'==0 to get something
4614 that's true only with -std. */
4615 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4616
4617 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4618 inside strings and character constants. */
4619 #define FOO(x) 'x'
4620 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4621
4622 int test (int i, double x);
4623 struct s1 {int (*f) (int a);};
4624 struct s2 {int (*f) (double a);};
4625 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4626 int argc;
4627 char **argv;
4628 int
4629 main ()
4630 {
4631 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4632 ;
4633 return 0;
4634 }
4635 _ACEOF
4636 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4637 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4638 do
4639 CC="$ac_save_CC $ac_arg"
4640 if ac_fn_c_try_compile "$LINENO"; then :
4641 ac_cv_prog_cc_c89=$ac_arg
4642 fi
4643 rm -f core conftest.err conftest.$ac_objext
4644 test "x$ac_cv_prog_cc_c89" != "xno" && break
4645 done
4646 rm -f conftest.$ac_ext
4647 CC=$ac_save_CC
4648
4649 fi
4650 # AC_CACHE_VAL
4651 case "x$ac_cv_prog_cc_c89" in
4652 x)
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4654 $as_echo "none needed" >&6; } ;;
4655 xno)
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4657 $as_echo "unsupported" >&6; } ;;
4658 *)
4659 CC="$CC $ac_cv_prog_cc_c89"
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4661 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4662 esac
4663 if test "x$ac_cv_prog_cc_c89" != xno; then :
4664
4665 fi
4666
4667 ac_ext=c
4668 ac_cpp='$CPP $CPPFLAGS'
4669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4672
4673 ac_ext=c
4674 ac_cpp='$CPP $CPPFLAGS'
4675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4679 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4680 if ${am_cv_prog_cc_c_o+:} false; then :
4681 $as_echo_n "(cached) " >&6
4682 else
4683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684 /* end confdefs.h. */
4685
4686 int
4687 main ()
4688 {
4689
4690 ;
4691 return 0;
4692 }
4693 _ACEOF
4694 # Make sure it works both with $CC and with simple cc.
4695 # Following AC_PROG_CC_C_O, we do the test twice because some
4696 # compilers refuse to overwrite an existing .o file with -o,
4697 # though they will create one.
4698 am_cv_prog_cc_c_o=yes
4699 for am_i in 1 2; do
4700 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4701 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4702 ac_status=$?
4703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4704 (exit $ac_status); } \
4705 && test -f conftest2.$ac_objext; then
4706 : OK
4707 else
4708 am_cv_prog_cc_c_o=no
4709 break
4710 fi
4711 done
4712 rm -f core conftest*
4713 unset am_i
4714 fi
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4716 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4717 if test "$am_cv_prog_cc_c_o" != yes; then
4718 # Losing compiler, so override with the script.
4719 # FIXME: It is wrong to rewrite CC.
4720 # But if we don't then we get into trouble of one sort or another.
4721 # A longer-term fix would be to have automake use am__CC in this case,
4722 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4723 CC="$am_aux_dir/compile $CC"
4724 fi
4725 ac_ext=c
4726 ac_cpp='$CPP $CPPFLAGS'
4727 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4728 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4729 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4730
4731
4732 ac_ext=c
4733 ac_cpp='$CPP $CPPFLAGS'
4734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4738 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4739 # On Suns, sometimes $CPP names a directory.
4740 if test -n "$CPP" && test -d "$CPP"; then
4741 CPP=
4742 fi
4743 if test -z "$CPP"; then
4744 if ${ac_cv_prog_CPP+:} false; then :
4745 $as_echo_n "(cached) " >&6
4746 else
4747 # Double quotes because CPP needs to be expanded
4748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4749 do
4750 ac_preproc_ok=false
4751 for ac_c_preproc_warn_flag in '' yes
4752 do
4753 # Use a header file that comes with gcc, so configuring glibc
4754 # with a fresh cross-compiler works.
4755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4756 # <limits.h> exists even on freestanding compilers.
4757 # On the NeXT, cc -E runs the code through the compiler's parser,
4758 # not just through cpp. "Syntax error" is here to catch this case.
4759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h. */
4761 #ifdef __STDC__
4762 # include <limits.h>
4763 #else
4764 # include <assert.h>
4765 #endif
4766 Syntax error
4767 _ACEOF
4768 if ac_fn_c_try_cpp "$LINENO"; then :
4769
4770 else
4771 # Broken: fails on valid input.
4772 continue
4773 fi
4774 rm -f conftest.err conftest.i conftest.$ac_ext
4775
4776 # OK, works on sane cases. Now check whether nonexistent headers
4777 # can be detected and how.
4778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4779 /* end confdefs.h. */
4780 #include <ac_nonexistent.h>
4781 _ACEOF
4782 if ac_fn_c_try_cpp "$LINENO"; then :
4783 # Broken: success on invalid input.
4784 continue
4785 else
4786 # Passes both tests.
4787 ac_preproc_ok=:
4788 break
4789 fi
4790 rm -f conftest.err conftest.i conftest.$ac_ext
4791
4792 done
4793 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4794 rm -f conftest.i conftest.err conftest.$ac_ext
4795 if $ac_preproc_ok; then :
4796 break
4797 fi
4798
4799 done
4800 ac_cv_prog_CPP=$CPP
4801
4802 fi
4803 CPP=$ac_cv_prog_CPP
4804 else
4805 ac_cv_prog_CPP=$CPP
4806 fi
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4808 $as_echo "$CPP" >&6; }
4809 ac_preproc_ok=false
4810 for ac_c_preproc_warn_flag in '' yes
4811 do
4812 # Use a header file that comes with gcc, so configuring glibc
4813 # with a fresh cross-compiler works.
4814 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4815 # <limits.h> exists even on freestanding compilers.
4816 # On the NeXT, cc -E runs the code through the compiler's parser,
4817 # not just through cpp. "Syntax error" is here to catch this case.
4818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4819 /* end confdefs.h. */
4820 #ifdef __STDC__
4821 # include <limits.h>
4822 #else
4823 # include <assert.h>
4824 #endif
4825 Syntax error
4826 _ACEOF
4827 if ac_fn_c_try_cpp "$LINENO"; then :
4828
4829 else
4830 # Broken: fails on valid input.
4831 continue
4832 fi
4833 rm -f conftest.err conftest.i conftest.$ac_ext
4834
4835 # OK, works on sane cases. Now check whether nonexistent headers
4836 # can be detected and how.
4837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4838 /* end confdefs.h. */
4839 #include <ac_nonexistent.h>
4840 _ACEOF
4841 if ac_fn_c_try_cpp "$LINENO"; then :
4842 # Broken: success on invalid input.
4843 continue
4844 else
4845 # Passes both tests.
4846 ac_preproc_ok=:
4847 break
4848 fi
4849 rm -f conftest.err conftest.i conftest.$ac_ext
4850
4851 done
4852 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4853 rm -f conftest.i conftest.err conftest.$ac_ext
4854 if $ac_preproc_ok; then :
4855
4856 else
4857 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4858 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4859 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4860 See \`config.log' for more details" "$LINENO" 5; }
4861 fi
4862
4863 ac_ext=c
4864 ac_cpp='$CPP $CPPFLAGS'
4865 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4866 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4867 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4868
4869
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4871 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4872 if ${ac_cv_path_GREP+:} false; then :
4873 $as_echo_n "(cached) " >&6
4874 else
4875 if test -z "$GREP"; then
4876 ac_path_GREP_found=false
4877 # Loop through the user's path and test for each of PROGNAME-LIST
4878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4879 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4880 do
4881 IFS=$as_save_IFS
4882 test -z "$as_dir" && as_dir=.
4883 for ac_prog in grep ggrep; do
4884 for ac_exec_ext in '' $ac_executable_extensions; do
4885 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4886 as_fn_executable_p "$ac_path_GREP" || continue
4887 # Check for GNU ac_path_GREP and select it if it is found.
4888 # Check for GNU $ac_path_GREP
4889 case `"$ac_path_GREP" --version 2>&1` in
4890 *GNU*)
4891 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4892 *)
4893 ac_count=0
4894 $as_echo_n 0123456789 >"conftest.in"
4895 while :
4896 do
4897 cat "conftest.in" "conftest.in" >"conftest.tmp"
4898 mv "conftest.tmp" "conftest.in"
4899 cp "conftest.in" "conftest.nl"
4900 $as_echo 'GREP' >> "conftest.nl"
4901 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4902 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4903 as_fn_arith $ac_count + 1 && ac_count=$as_val
4904 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4905 # Best one so far, save it but keep looking for a better one
4906 ac_cv_path_GREP="$ac_path_GREP"
4907 ac_path_GREP_max=$ac_count
4908 fi
4909 # 10*(2^10) chars as input seems more than enough
4910 test $ac_count -gt 10 && break
4911 done
4912 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4913 esac
4914
4915 $ac_path_GREP_found && break 3
4916 done
4917 done
4918 done
4919 IFS=$as_save_IFS
4920 if test -z "$ac_cv_path_GREP"; then
4921 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4922 fi
4923 else
4924 ac_cv_path_GREP=$GREP
4925 fi
4926
4927 fi
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4929 $as_echo "$ac_cv_path_GREP" >&6; }
4930 GREP="$ac_cv_path_GREP"
4931
4932
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4934 $as_echo_n "checking for egrep... " >&6; }
4935 if ${ac_cv_path_EGREP+:} false; then :
4936 $as_echo_n "(cached) " >&6
4937 else
4938 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4939 then ac_cv_path_EGREP="$GREP -E"
4940 else
4941 if test -z "$EGREP"; then
4942 ac_path_EGREP_found=false
4943 # Loop through the user's path and test for each of PROGNAME-LIST
4944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4945 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4946 do
4947 IFS=$as_save_IFS
4948 test -z "$as_dir" && as_dir=.
4949 for ac_prog in egrep; do
4950 for ac_exec_ext in '' $ac_executable_extensions; do
4951 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4952 as_fn_executable_p "$ac_path_EGREP" || continue
4953 # Check for GNU ac_path_EGREP and select it if it is found.
4954 # Check for GNU $ac_path_EGREP
4955 case `"$ac_path_EGREP" --version 2>&1` in
4956 *GNU*)
4957 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4958 *)
4959 ac_count=0
4960 $as_echo_n 0123456789 >"conftest.in"
4961 while :
4962 do
4963 cat "conftest.in" "conftest.in" >"conftest.tmp"
4964 mv "conftest.tmp" "conftest.in"
4965 cp "conftest.in" "conftest.nl"
4966 $as_echo 'EGREP' >> "conftest.nl"
4967 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4968 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4969 as_fn_arith $ac_count + 1 && ac_count=$as_val
4970 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4971 # Best one so far, save it but keep looking for a better one
4972 ac_cv_path_EGREP="$ac_path_EGREP"
4973 ac_path_EGREP_max=$ac_count
4974 fi
4975 # 10*(2^10) chars as input seems more than enough
4976 test $ac_count -gt 10 && break
4977 done
4978 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4979 esac
4980
4981 $ac_path_EGREP_found && break 3
4982 done
4983 done
4984 done
4985 IFS=$as_save_IFS
4986 if test -z "$ac_cv_path_EGREP"; then
4987 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4988 fi
4989 else
4990 ac_cv_path_EGREP=$EGREP
4991 fi
4992
4993 fi
4994 fi
4995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4996 $as_echo "$ac_cv_path_EGREP" >&6; }
4997 EGREP="$ac_cv_path_EGREP"
4998
4999
5000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5001 $as_echo_n "checking for ANSI C header files... " >&6; }
5002 if ${ac_cv_header_stdc+:} false; then :
5003 $as_echo_n "(cached) " >&6
5004 else
5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5006 /* end confdefs.h. */
5007 #include <stdlib.h>
5008 #include <stdarg.h>
5009 #include <string.h>
5010 #include <float.h>
5011
5012 int
5013 main ()
5014 {
5015
5016 ;
5017 return 0;
5018 }
5019 _ACEOF
5020 if ac_fn_c_try_compile "$LINENO"; then :
5021 ac_cv_header_stdc=yes
5022 else
5023 ac_cv_header_stdc=no
5024 fi
5025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5026
5027 if test $ac_cv_header_stdc = yes; then
5028 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5029 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5030 /* end confdefs.h. */
5031 #include <string.h>
5032
5033 _ACEOF
5034 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5035 $EGREP "memchr" >/dev/null 2>&1; then :
5036
5037 else
5038 ac_cv_header_stdc=no
5039 fi
5040 rm -f conftest*
5041
5042 fi
5043
5044 if test $ac_cv_header_stdc = yes; then
5045 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047 /* end confdefs.h. */
5048 #include <stdlib.h>
5049
5050 _ACEOF
5051 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5052 $EGREP "free" >/dev/null 2>&1; then :
5053
5054 else
5055 ac_cv_header_stdc=no
5056 fi
5057 rm -f conftest*
5058
5059 fi
5060
5061 if test $ac_cv_header_stdc = yes; then
5062 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5063 if test "$cross_compiling" = yes; then :
5064 :
5065 else
5066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5067 /* end confdefs.h. */
5068 #include <ctype.h>
5069 #include <stdlib.h>
5070 #if ((' ' & 0x0FF) == 0x020)
5071 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5072 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5073 #else
5074 # define ISLOWER(c) \
5075 (('a' <= (c) && (c) <= 'i') \
5076 || ('j' <= (c) && (c) <= 'r') \
5077 || ('s' <= (c) && (c) <= 'z'))
5078 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5079 #endif
5080
5081 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5082 int
5083 main ()
5084 {
5085 int i;
5086 for (i = 0; i < 256; i++)
5087 if (XOR (islower (i), ISLOWER (i))
5088 || toupper (i) != TOUPPER (i))
5089 return 2;
5090 return 0;
5091 }
5092 _ACEOF
5093 if ac_fn_c_try_run "$LINENO"; then :
5094
5095 else
5096 ac_cv_header_stdc=no
5097 fi
5098 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5099 conftest.$ac_objext conftest.beam conftest.$ac_ext
5100 fi
5101
5102 fi
5103 fi
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5105 $as_echo "$ac_cv_header_stdc" >&6; }
5106 if test $ac_cv_header_stdc = yes; then
5107
5108 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5109
5110 fi
5111
5112 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5113 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5114 inttypes.h stdint.h unistd.h
5115 do :
5116 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5117 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5118 "
5119 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5120 cat >>confdefs.h <<_ACEOF
5121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5122 _ACEOF
5123
5124 fi
5125
5126 done
5127
5128
5129
5130 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5131 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5132 MINIX=yes
5133 else
5134 MINIX=
5135 fi
5136
5137
5138 if test "$MINIX" = yes; then
5139
5140 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5141
5142
5143 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5144
5145
5146 $as_echo "#define _MINIX 1" >>confdefs.h
5147
5148 fi
5149
5150
5151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5152 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5153 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5154 $as_echo_n "(cached) " >&6
5155 else
5156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5157 /* end confdefs.h. */
5158
5159 # define __EXTENSIONS__ 1
5160 $ac_includes_default
5161 int
5162 main ()
5163 {
5164
5165 ;
5166 return 0;
5167 }
5168 _ACEOF
5169 if ac_fn_c_try_compile "$LINENO"; then :
5170 ac_cv_safe_to_define___extensions__=yes
5171 else
5172 ac_cv_safe_to_define___extensions__=no
5173 fi
5174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5175 fi
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5177 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5178 test $ac_cv_safe_to_define___extensions__ = yes &&
5179 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5180
5181 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5182
5183 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5184
5185 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5186
5187 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5188
5189
5190
5191
5192
5193 if test -n "$ac_tool_prefix"; then
5194 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5195 set dummy ${ac_tool_prefix}ar; ac_word=$2
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5197 $as_echo_n "checking for $ac_word... " >&6; }
5198 if ${ac_cv_prog_AR+:} false; then :
5199 $as_echo_n "(cached) " >&6
5200 else
5201 if test -n "$AR"; then
5202 ac_cv_prog_AR="$AR" # Let the user override the test.
5203 else
5204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5205 for as_dir in $PATH
5206 do
5207 IFS=$as_save_IFS
5208 test -z "$as_dir" && as_dir=.
5209 for ac_exec_ext in '' $ac_executable_extensions; do
5210 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5211 ac_cv_prog_AR="${ac_tool_prefix}ar"
5212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5213 break 2
5214 fi
5215 done
5216 done
5217 IFS=$as_save_IFS
5218
5219 fi
5220 fi
5221 AR=$ac_cv_prog_AR
5222 if test -n "$AR"; then
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5224 $as_echo "$AR" >&6; }
5225 else
5226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5227 $as_echo "no" >&6; }
5228 fi
5229
5230
5231 fi
5232 if test -z "$ac_cv_prog_AR"; then
5233 ac_ct_AR=$AR
5234 # Extract the first word of "ar", so it can be a program name with args.
5235 set dummy ar; ac_word=$2
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5237 $as_echo_n "checking for $ac_word... " >&6; }
5238 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5239 $as_echo_n "(cached) " >&6
5240 else
5241 if test -n "$ac_ct_AR"; then
5242 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5243 else
5244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5245 for as_dir in $PATH
5246 do
5247 IFS=$as_save_IFS
5248 test -z "$as_dir" && as_dir=.
5249 for ac_exec_ext in '' $ac_executable_extensions; do
5250 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5251 ac_cv_prog_ac_ct_AR="ar"
5252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5253 break 2
5254 fi
5255 done
5256 done
5257 IFS=$as_save_IFS
5258
5259 fi
5260 fi
5261 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5262 if test -n "$ac_ct_AR"; then
5263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5264 $as_echo "$ac_ct_AR" >&6; }
5265 else
5266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5267 $as_echo "no" >&6; }
5268 fi
5269
5270 if test "x$ac_ct_AR" = x; then
5271 AR=""
5272 else
5273 case $cross_compiling:$ac_tool_warned in
5274 yes:)
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5276 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5277 ac_tool_warned=yes ;;
5278 esac
5279 AR=$ac_ct_AR
5280 fi
5281 else
5282 AR="$ac_cv_prog_AR"
5283 fi
5284
5285 if test -n "$ac_tool_prefix"; then
5286 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5287 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5289 $as_echo_n "checking for $ac_word... " >&6; }
5290 if ${ac_cv_prog_RANLIB+:} false; then :
5291 $as_echo_n "(cached) " >&6
5292 else
5293 if test -n "$RANLIB"; then
5294 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5295 else
5296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 for as_dir in $PATH
5298 do
5299 IFS=$as_save_IFS
5300 test -z "$as_dir" && as_dir=.
5301 for ac_exec_ext in '' $ac_executable_extensions; do
5302 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5303 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5304 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5305 break 2
5306 fi
5307 done
5308 done
5309 IFS=$as_save_IFS
5310
5311 fi
5312 fi
5313 RANLIB=$ac_cv_prog_RANLIB
5314 if test -n "$RANLIB"; then
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5316 $as_echo "$RANLIB" >&6; }
5317 else
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5319 $as_echo "no" >&6; }
5320 fi
5321
5322
5323 fi
5324 if test -z "$ac_cv_prog_RANLIB"; then
5325 ac_ct_RANLIB=$RANLIB
5326 # Extract the first word of "ranlib", so it can be a program name with args.
5327 set dummy ranlib; ac_word=$2
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5329 $as_echo_n "checking for $ac_word... " >&6; }
5330 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5331 $as_echo_n "(cached) " >&6
5332 else
5333 if test -n "$ac_ct_RANLIB"; then
5334 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5335 else
5336 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5337 for as_dir in $PATH
5338 do
5339 IFS=$as_save_IFS
5340 test -z "$as_dir" && as_dir=.
5341 for ac_exec_ext in '' $ac_executable_extensions; do
5342 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5343 ac_cv_prog_ac_ct_RANLIB="ranlib"
5344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5345 break 2
5346 fi
5347 done
5348 done
5349 IFS=$as_save_IFS
5350
5351 fi
5352 fi
5353 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5354 if test -n "$ac_ct_RANLIB"; then
5355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5356 $as_echo "$ac_ct_RANLIB" >&6; }
5357 else
5358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5359 $as_echo "no" >&6; }
5360 fi
5361
5362 if test "x$ac_ct_RANLIB" = x; then
5363 RANLIB=":"
5364 else
5365 case $cross_compiling:$ac_tool_warned in
5366 yes:)
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5369 ac_tool_warned=yes ;;
5370 esac
5371 RANLIB=$ac_ct_RANLIB
5372 fi
5373 else
5374 RANLIB="$ac_cv_prog_RANLIB"
5375 fi
5376
5377
5378 # Check whether --enable-shared was given.
5379 if test "${enable_shared+set}" = set; then :
5380 enableval=$enable_shared; p=${PACKAGE-default}
5381 case $enableval in
5382 yes) enable_shared=yes ;;
5383 no) enable_shared=no ;;
5384 *)
5385 enable_shared=no
5386 # Look at the argument we got. We use all the common list separators.
5387 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5388 for pkg in $enableval; do
5389 IFS="$lt_save_ifs"
5390 if test "X$pkg" = "X$p"; then
5391 enable_shared=yes
5392 fi
5393 done
5394 IFS="$lt_save_ifs"
5395 ;;
5396 esac
5397 else
5398 enable_shared=no
5399 fi
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410 case `pwd` in
5411 *\ * | *\ *)
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5413 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5414 esac
5415
5416
5417
5418 macro_version='2.2.7a'
5419 macro_revision='1.3134'
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433 ltmain="$ac_aux_dir/ltmain.sh"
5434
5435 # Backslashify metacharacters that are still active within
5436 # double-quoted strings.
5437 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5438
5439 # Same as above, but do not quote variable references.
5440 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5441
5442 # Sed substitution to delay expansion of an escaped shell variable in a
5443 # double_quote_subst'ed string.
5444 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5445
5446 # Sed substitution to delay expansion of an escaped single quote.
5447 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5448
5449 # Sed substitution to avoid accidental globbing in evaled expressions
5450 no_glob_subst='s/\*/\\\*/g'
5451
5452 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5453 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5454 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5455
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5457 $as_echo_n "checking how to print strings... " >&6; }
5458 # Test print first, because it will be a builtin if present.
5459 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5460 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5461 ECHO='print -r --'
5462 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5463 ECHO='printf %s\n'
5464 else
5465 # Use this function as a fallback that always works.
5466 func_fallback_echo ()
5467 {
5468 eval 'cat <<_LTECHO_EOF
5469 $1
5470 _LTECHO_EOF'
5471 }
5472 ECHO='func_fallback_echo'
5473 fi
5474
5475 # func_echo_all arg...
5476 # Invoke $ECHO with all args, space-separated.
5477 func_echo_all ()
5478 {
5479 $ECHO ""
5480 }
5481
5482 case "$ECHO" in
5483 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5484 $as_echo "printf" >&6; } ;;
5485 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5486 $as_echo "print -r" >&6; } ;;
5487 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5488 $as_echo "cat" >&6; } ;;
5489 esac
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5505 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5506 if ${ac_cv_path_SED+:} false; then :
5507 $as_echo_n "(cached) " >&6
5508 else
5509 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5510 for ac_i in 1 2 3 4 5 6 7; do
5511 ac_script="$ac_script$as_nl$ac_script"
5512 done
5513 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5514 { ac_script=; unset ac_script;}
5515 if test -z "$SED"; then
5516 ac_path_SED_found=false
5517 # Loop through the user's path and test for each of PROGNAME-LIST
5518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5519 for as_dir in $PATH
5520 do
5521 IFS=$as_save_IFS
5522 test -z "$as_dir" && as_dir=.
5523 for ac_prog in sed gsed; do
5524 for ac_exec_ext in '' $ac_executable_extensions; do
5525 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5526 as_fn_executable_p "$ac_path_SED" || continue
5527 # Check for GNU ac_path_SED and select it if it is found.
5528 # Check for GNU $ac_path_SED
5529 case `"$ac_path_SED" --version 2>&1` in
5530 *GNU*)
5531 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5532 *)
5533 ac_count=0
5534 $as_echo_n 0123456789 >"conftest.in"
5535 while :
5536 do
5537 cat "conftest.in" "conftest.in" >"conftest.tmp"
5538 mv "conftest.tmp" "conftest.in"
5539 cp "conftest.in" "conftest.nl"
5540 $as_echo '' >> "conftest.nl"
5541 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5542 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5543 as_fn_arith $ac_count + 1 && ac_count=$as_val
5544 if test $ac_count -gt ${ac_path_SED_max-0}; then
5545 # Best one so far, save it but keep looking for a better one
5546 ac_cv_path_SED="$ac_path_SED"
5547 ac_path_SED_max=$ac_count
5548 fi
5549 # 10*(2^10) chars as input seems more than enough
5550 test $ac_count -gt 10 && break
5551 done
5552 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5553 esac
5554
5555 $ac_path_SED_found && break 3
5556 done
5557 done
5558 done
5559 IFS=$as_save_IFS
5560 if test -z "$ac_cv_path_SED"; then
5561 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5562 fi
5563 else
5564 ac_cv_path_SED=$SED
5565 fi
5566
5567 fi
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5569 $as_echo "$ac_cv_path_SED" >&6; }
5570 SED="$ac_cv_path_SED"
5571 rm -f conftest.sed
5572
5573 test -z "$SED" && SED=sed
5574 Xsed="$SED -e 1s/^X//"
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5587 $as_echo_n "checking for fgrep... " >&6; }
5588 if ${ac_cv_path_FGREP+:} false; then :
5589 $as_echo_n "(cached) " >&6
5590 else
5591 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5592 then ac_cv_path_FGREP="$GREP -F"
5593 else
5594 if test -z "$FGREP"; then
5595 ac_path_FGREP_found=false
5596 # Loop through the user's path and test for each of PROGNAME-LIST
5597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5598 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5599 do
5600 IFS=$as_save_IFS
5601 test -z "$as_dir" && as_dir=.
5602 for ac_prog in fgrep; do
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5605 as_fn_executable_p "$ac_path_FGREP" || continue
5606 # Check for GNU ac_path_FGREP and select it if it is found.
5607 # Check for GNU $ac_path_FGREP
5608 case `"$ac_path_FGREP" --version 2>&1` in
5609 *GNU*)
5610 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5611 *)
5612 ac_count=0
5613 $as_echo_n 0123456789 >"conftest.in"
5614 while :
5615 do
5616 cat "conftest.in" "conftest.in" >"conftest.tmp"
5617 mv "conftest.tmp" "conftest.in"
5618 cp "conftest.in" "conftest.nl"
5619 $as_echo 'FGREP' >> "conftest.nl"
5620 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5622 as_fn_arith $ac_count + 1 && ac_count=$as_val
5623 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5624 # Best one so far, save it but keep looking for a better one
5625 ac_cv_path_FGREP="$ac_path_FGREP"
5626 ac_path_FGREP_max=$ac_count
5627 fi
5628 # 10*(2^10) chars as input seems more than enough
5629 test $ac_count -gt 10 && break
5630 done
5631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5632 esac
5633
5634 $ac_path_FGREP_found && break 3
5635 done
5636 done
5637 done
5638 IFS=$as_save_IFS
5639 if test -z "$ac_cv_path_FGREP"; then
5640 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5641 fi
5642 else
5643 ac_cv_path_FGREP=$FGREP
5644 fi
5645
5646 fi
5647 fi
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5649 $as_echo "$ac_cv_path_FGREP" >&6; }
5650 FGREP="$ac_cv_path_FGREP"
5651
5652
5653 test -z "$GREP" && GREP=grep
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673 # Check whether --with-gnu-ld was given.
5674 if test "${with_gnu_ld+set}" = set; then :
5675 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5676 else
5677 with_gnu_ld=no
5678 fi
5679
5680 ac_prog=ld
5681 if test "$GCC" = yes; then
5682 # Check if gcc -print-prog-name=ld gives a path.
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5684 $as_echo_n "checking for ld used by $CC... " >&6; }
5685 case $host in
5686 *-*-mingw*)
5687 # gcc leaves a trailing carriage return which upsets mingw
5688 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5689 *)
5690 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5691 esac
5692 case $ac_prog in
5693 # Accept absolute paths.
5694 [\\/]* | ?:[\\/]*)
5695 re_direlt='/[^/][^/]*/\.\./'
5696 # Canonicalize the pathname of ld
5697 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5698 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5699 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5700 done
5701 test -z "$LD" && LD="$ac_prog"
5702 ;;
5703 "")
5704 # If it fails, then pretend we aren't using GCC.
5705 ac_prog=ld
5706 ;;
5707 *)
5708 # If it is relative, then search for the first ld in PATH.
5709 with_gnu_ld=unknown
5710 ;;
5711 esac
5712 elif test "$with_gnu_ld" = yes; then
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5714 $as_echo_n "checking for GNU ld... " >&6; }
5715 else
5716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5717 $as_echo_n "checking for non-GNU ld... " >&6; }
5718 fi
5719 if ${lt_cv_path_LD+:} false; then :
5720 $as_echo_n "(cached) " >&6
5721 else
5722 if test -z "$LD"; then
5723 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5724 for ac_dir in $PATH; do
5725 IFS="$lt_save_ifs"
5726 test -z "$ac_dir" && ac_dir=.
5727 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5728 lt_cv_path_LD="$ac_dir/$ac_prog"
5729 # Check to see if the program is GNU ld. I'd rather use --version,
5730 # but apparently some variants of GNU ld only accept -v.
5731 # Break only if it was the GNU/non-GNU ld that we prefer.
5732 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5733 *GNU* | *'with BFD'*)
5734 test "$with_gnu_ld" != no && break
5735 ;;
5736 *)
5737 test "$with_gnu_ld" != yes && break
5738 ;;
5739 esac
5740 fi
5741 done
5742 IFS="$lt_save_ifs"
5743 else
5744 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5745 fi
5746 fi
5747
5748 LD="$lt_cv_path_LD"
5749 if test -n "$LD"; then
5750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5751 $as_echo "$LD" >&6; }
5752 else
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5754 $as_echo "no" >&6; }
5755 fi
5756 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5758 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5759 if ${lt_cv_prog_gnu_ld+:} false; then :
5760 $as_echo_n "(cached) " >&6
5761 else
5762 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5763 case `$LD -v 2>&1 </dev/null` in
5764 *GNU* | *'with BFD'*)
5765 lt_cv_prog_gnu_ld=yes
5766 ;;
5767 *)
5768 lt_cv_prog_gnu_ld=no
5769 ;;
5770 esac
5771 fi
5772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5773 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5774 with_gnu_ld=$lt_cv_prog_gnu_ld
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5785 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5786 if ${lt_cv_path_NM+:} false; then :
5787 $as_echo_n "(cached) " >&6
5788 else
5789 if test -n "$NM"; then
5790 # Let the user override the test.
5791 lt_cv_path_NM="$NM"
5792 else
5793 lt_nm_to_check="${ac_tool_prefix}nm"
5794 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5795 lt_nm_to_check="$lt_nm_to_check nm"
5796 fi
5797 for lt_tmp_nm in $lt_nm_to_check; do
5798 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5799 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5800 IFS="$lt_save_ifs"
5801 test -z "$ac_dir" && ac_dir=.
5802 tmp_nm="$ac_dir/$lt_tmp_nm"
5803 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5804 # Check to see if the nm accepts a BSD-compat flag.
5805 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5806 # nm: unknown option "B" ignored
5807 # Tru64's nm complains that /dev/null is an invalid object file
5808 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5809 */dev/null* | *'Invalid file or object type'*)
5810 lt_cv_path_NM="$tmp_nm -B"
5811 break
5812 ;;
5813 *)
5814 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5815 */dev/null*)
5816 lt_cv_path_NM="$tmp_nm -p"
5817 break
5818 ;;
5819 *)
5820 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5821 continue # so that we can try to find one that supports BSD flags
5822 ;;
5823 esac
5824 ;;
5825 esac
5826 fi
5827 done
5828 IFS="$lt_save_ifs"
5829 done
5830 : ${lt_cv_path_NM=no}
5831 fi
5832 fi
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5834 $as_echo "$lt_cv_path_NM" >&6; }
5835 if test "$lt_cv_path_NM" != "no"; then
5836 NM="$lt_cv_path_NM"
5837 else
5838 # Didn't find any BSD compatible name lister, look for dumpbin.
5839 if test -n "$DUMPBIN"; then :
5840 # Let the user override the test.
5841 else
5842 if test -n "$ac_tool_prefix"; then
5843 for ac_prog in dumpbin "link -dump"
5844 do
5845 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5846 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5848 $as_echo_n "checking for $ac_word... " >&6; }
5849 if ${ac_cv_prog_DUMPBIN+:} false; then :
5850 $as_echo_n "(cached) " >&6
5851 else
5852 if test -n "$DUMPBIN"; then
5853 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5854 else
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5856 for as_dir in $PATH
5857 do
5858 IFS=$as_save_IFS
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5862 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5864 break 2
5865 fi
5866 done
5867 done
5868 IFS=$as_save_IFS
5869
5870 fi
5871 fi
5872 DUMPBIN=$ac_cv_prog_DUMPBIN
5873 if test -n "$DUMPBIN"; then
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5875 $as_echo "$DUMPBIN" >&6; }
5876 else
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5878 $as_echo "no" >&6; }
5879 fi
5880
5881
5882 test -n "$DUMPBIN" && break
5883 done
5884 fi
5885 if test -z "$DUMPBIN"; then
5886 ac_ct_DUMPBIN=$DUMPBIN
5887 for ac_prog in dumpbin "link -dump"
5888 do
5889 # Extract the first word of "$ac_prog", so it can be a program name with args.
5890 set dummy $ac_prog; ac_word=$2
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5892 $as_echo_n "checking for $ac_word... " >&6; }
5893 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5894 $as_echo_n "(cached) " >&6
5895 else
5896 if test -n "$ac_ct_DUMPBIN"; then
5897 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5898 else
5899 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5900 for as_dir in $PATH
5901 do
5902 IFS=$as_save_IFS
5903 test -z "$as_dir" && as_dir=.
5904 for ac_exec_ext in '' $ac_executable_extensions; do
5905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5906 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5908 break 2
5909 fi
5910 done
5911 done
5912 IFS=$as_save_IFS
5913
5914 fi
5915 fi
5916 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5917 if test -n "$ac_ct_DUMPBIN"; then
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5919 $as_echo "$ac_ct_DUMPBIN" >&6; }
5920 else
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5922 $as_echo "no" >&6; }
5923 fi
5924
5925
5926 test -n "$ac_ct_DUMPBIN" && break
5927 done
5928
5929 if test "x$ac_ct_DUMPBIN" = x; then
5930 DUMPBIN=":"
5931 else
5932 case $cross_compiling:$ac_tool_warned in
5933 yes:)
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5935 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5936 ac_tool_warned=yes ;;
5937 esac
5938 DUMPBIN=$ac_ct_DUMPBIN
5939 fi
5940 fi
5941
5942 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5943 *COFF*)
5944 DUMPBIN="$DUMPBIN -symbols"
5945 ;;
5946 *)
5947 DUMPBIN=:
5948 ;;
5949 esac
5950 fi
5951
5952 if test "$DUMPBIN" != ":"; then
5953 NM="$DUMPBIN"
5954 fi
5955 fi
5956 test -z "$NM" && NM=nm
5957
5958
5959
5960
5961
5962
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5964 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5965 if ${lt_cv_nm_interface+:} false; then :
5966 $as_echo_n "(cached) " >&6
5967 else
5968 lt_cv_nm_interface="BSD nm"
5969 echo "int some_variable = 0;" > conftest.$ac_ext
5970 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5971 (eval "$ac_compile" 2>conftest.err)
5972 cat conftest.err >&5
5973 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5974 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5975 cat conftest.err >&5
5976 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5977 cat conftest.out >&5
5978 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5979 lt_cv_nm_interface="MS dumpbin"
5980 fi
5981 rm -f conftest*
5982 fi
5983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5984 $as_echo "$lt_cv_nm_interface" >&6; }
5985
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5987 $as_echo_n "checking whether ln -s works... " >&6; }
5988 LN_S=$as_ln_s
5989 if test "$LN_S" = "ln -s"; then
5990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5991 $as_echo "yes" >&6; }
5992 else
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5994 $as_echo "no, using $LN_S" >&6; }
5995 fi
5996
5997 # find the maximum length of command line arguments
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5999 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6000 if ${lt_cv_sys_max_cmd_len+:} false; then :
6001 $as_echo_n "(cached) " >&6
6002 else
6003 i=0
6004 teststring="ABCD"
6005
6006 case $build_os in
6007 msdosdjgpp*)
6008 # On DJGPP, this test can blow up pretty badly due to problems in libc
6009 # (any single argument exceeding 2000 bytes causes a buffer overrun
6010 # during glob expansion). Even if it were fixed, the result of this
6011 # check would be larger than it should be.
6012 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6013 ;;
6014
6015 gnu*)
6016 # Under GNU Hurd, this test is not required because there is
6017 # no limit to the length of command line arguments.
6018 # Libtool will interpret -1 as no limit whatsoever
6019 lt_cv_sys_max_cmd_len=-1;
6020 ;;
6021
6022 cygwin* | mingw* | cegcc*)
6023 # On Win9x/ME, this test blows up -- it succeeds, but takes
6024 # about 5 minutes as the teststring grows exponentially.
6025 # Worse, since 9x/ME are not pre-emptively multitasking,
6026 # you end up with a "frozen" computer, even though with patience
6027 # the test eventually succeeds (with a max line length of 256k).
6028 # Instead, let's just punt: use the minimum linelength reported by
6029 # all of the supported platforms: 8192 (on NT/2K/XP).
6030 lt_cv_sys_max_cmd_len=8192;
6031 ;;
6032
6033 mint*)
6034 # On MiNT this can take a long time and run out of memory.
6035 lt_cv_sys_max_cmd_len=8192;
6036 ;;
6037
6038 amigaos*)
6039 # On AmigaOS with pdksh, this test takes hours, literally.
6040 # So we just punt and use a minimum line length of 8192.
6041 lt_cv_sys_max_cmd_len=8192;
6042 ;;
6043
6044 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6045 # This has been around since 386BSD, at least. Likely further.
6046 if test -x /sbin/sysctl; then
6047 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6048 elif test -x /usr/sbin/sysctl; then
6049 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6050 else
6051 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6052 fi
6053 # And add a safety zone
6054 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6055 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6056 ;;
6057
6058 interix*)
6059 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6060 lt_cv_sys_max_cmd_len=196608
6061 ;;
6062
6063 osf*)
6064 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6065 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6066 # nice to cause kernel panics so lets avoid the loop below.
6067 # First set a reasonable default.
6068 lt_cv_sys_max_cmd_len=16384
6069 #
6070 if test -x /sbin/sysconfig; then
6071 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6072 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6073 esac
6074 fi
6075 ;;
6076 sco3.2v5*)
6077 lt_cv_sys_max_cmd_len=102400
6078 ;;
6079 sysv5* | sco5v6* | sysv4.2uw2*)
6080 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6081 if test -n "$kargmax"; then
6082 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6083 else
6084 lt_cv_sys_max_cmd_len=32768
6085 fi
6086 ;;
6087 *)
6088 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6089 if test -n "$lt_cv_sys_max_cmd_len"; then
6090 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6091 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6092 else
6093 # Make teststring a little bigger before we do anything with it.
6094 # a 1K string should be a reasonable start.
6095 for i in 1 2 3 4 5 6 7 8 ; do
6096 teststring=$teststring$teststring
6097 done
6098 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6099 # If test is not a shell built-in, we'll probably end up computing a
6100 # maximum length that is only half of the actual maximum length, but
6101 # we can't tell.
6102 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6103 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6104 test $i != 17 # 1/2 MB should be enough
6105 do
6106 i=`expr $i + 1`
6107 teststring=$teststring$teststring
6108 done
6109 # Only check the string length outside the loop.
6110 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6111 teststring=
6112 # Add a significant safety factor because C++ compilers can tack on
6113 # massive amounts of additional arguments before passing them to the
6114 # linker. It appears as though 1/2 is a usable value.
6115 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6116 fi
6117 ;;
6118 esac
6119
6120 fi
6121
6122 if test -n $lt_cv_sys_max_cmd_len ; then
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6124 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6125 else
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6127 $as_echo "none" >&6; }
6128 fi
6129 max_cmd_len=$lt_cv_sys_max_cmd_len
6130
6131
6132
6133
6134
6135
6136 : ${CP="cp -f"}
6137 : ${MV="mv -f"}
6138 : ${RM="rm -f"}
6139
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6141 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6142 # Try some XSI features
6143 xsi_shell=no
6144 ( _lt_dummy="a/b/c"
6145 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6146 = c,a/b,, \
6147 && eval 'test $(( 1 + 1 )) -eq 2 \
6148 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6149 && xsi_shell=yes
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6151 $as_echo "$xsi_shell" >&6; }
6152
6153
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6155 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6156 lt_shell_append=no
6157 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6158 >/dev/null 2>&1 \
6159 && lt_shell_append=yes
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6161 $as_echo "$lt_shell_append" >&6; }
6162
6163
6164 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6165 lt_unset=unset
6166 else
6167 lt_unset=false
6168 fi
6169
6170
6171
6172
6173
6174 # test EBCDIC or ASCII
6175 case `echo X|tr X '\101'` in
6176 A) # ASCII based system
6177 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6178 lt_SP2NL='tr \040 \012'
6179 lt_NL2SP='tr \015\012 \040\040'
6180 ;;
6181 *) # EBCDIC based system
6182 lt_SP2NL='tr \100 \n'
6183 lt_NL2SP='tr \r\n \100\100'
6184 ;;
6185 esac
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6196 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6197 if ${lt_cv_ld_reload_flag+:} false; then :
6198 $as_echo_n "(cached) " >&6
6199 else
6200 lt_cv_ld_reload_flag='-r'
6201 fi
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6203 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6204 reload_flag=$lt_cv_ld_reload_flag
6205 case $reload_flag in
6206 "" | " "*) ;;
6207 *) reload_flag=" $reload_flag" ;;
6208 esac
6209 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6210 case $host_os in
6211 darwin*)
6212 if test "$GCC" = yes; then
6213 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6214 else
6215 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6216 fi
6217 ;;
6218 esac
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228 if test -n "$ac_tool_prefix"; then
6229 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6230 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6232 $as_echo_n "checking for $ac_word... " >&6; }
6233 if ${ac_cv_prog_OBJDUMP+:} false; then :
6234 $as_echo_n "(cached) " >&6
6235 else
6236 if test -n "$OBJDUMP"; then
6237 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6238 else
6239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6240 for as_dir in $PATH
6241 do
6242 IFS=$as_save_IFS
6243 test -z "$as_dir" && as_dir=.
6244 for ac_exec_ext in '' $ac_executable_extensions; do
6245 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6246 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6248 break 2
6249 fi
6250 done
6251 done
6252 IFS=$as_save_IFS
6253
6254 fi
6255 fi
6256 OBJDUMP=$ac_cv_prog_OBJDUMP
6257 if test -n "$OBJDUMP"; then
6258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6259 $as_echo "$OBJDUMP" >&6; }
6260 else
6261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6262 $as_echo "no" >&6; }
6263 fi
6264
6265
6266 fi
6267 if test -z "$ac_cv_prog_OBJDUMP"; then
6268 ac_ct_OBJDUMP=$OBJDUMP
6269 # Extract the first word of "objdump", so it can be a program name with args.
6270 set dummy objdump; ac_word=$2
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272 $as_echo_n "checking for $ac_word... " >&6; }
6273 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6274 $as_echo_n "(cached) " >&6
6275 else
6276 if test -n "$ac_ct_OBJDUMP"; then
6277 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6278 else
6279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280 for as_dir in $PATH
6281 do
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6286 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6288 break 2
6289 fi
6290 done
6291 done
6292 IFS=$as_save_IFS
6293
6294 fi
6295 fi
6296 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6297 if test -n "$ac_ct_OBJDUMP"; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6299 $as_echo "$ac_ct_OBJDUMP" >&6; }
6300 else
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302 $as_echo "no" >&6; }
6303 fi
6304
6305 if test "x$ac_ct_OBJDUMP" = x; then
6306 OBJDUMP="false"
6307 else
6308 case $cross_compiling:$ac_tool_warned in
6309 yes:)
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6311 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6312 ac_tool_warned=yes ;;
6313 esac
6314 OBJDUMP=$ac_ct_OBJDUMP
6315 fi
6316 else
6317 OBJDUMP="$ac_cv_prog_OBJDUMP"
6318 fi
6319
6320 test -z "$OBJDUMP" && OBJDUMP=objdump
6321
6322
6323
6324
6325
6326
6327
6328
6329
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6331 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6332 if ${lt_cv_deplibs_check_method+:} false; then :
6333 $as_echo_n "(cached) " >&6
6334 else
6335 lt_cv_file_magic_cmd='$MAGIC_CMD'
6336 lt_cv_file_magic_test_file=
6337 lt_cv_deplibs_check_method='unknown'
6338 # Need to set the preceding variable on all platforms that support
6339 # interlibrary dependencies.
6340 # 'none' -- dependencies not supported.
6341 # `unknown' -- same as none, but documents that we really don't know.
6342 # 'pass_all' -- all dependencies passed with no checks.
6343 # 'test_compile' -- check by making test program.
6344 # 'file_magic [[regex]]' -- check by looking for files in library path
6345 # which responds to the $file_magic_cmd with a given extended regex.
6346 # If you have `file' or equivalent on your system and you're not sure
6347 # whether `pass_all' will *always* work, you probably want this one.
6348
6349 case $host_os in
6350 aix[4-9]*)
6351 lt_cv_deplibs_check_method=pass_all
6352 ;;
6353
6354 beos*)
6355 lt_cv_deplibs_check_method=pass_all
6356 ;;
6357
6358 bsdi[45]*)
6359 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6360 lt_cv_file_magic_cmd='/usr/bin/file -L'
6361 lt_cv_file_magic_test_file=/shlib/libc.so
6362 ;;
6363
6364 cygwin*)
6365 # func_win32_libid is a shell function defined in ltmain.sh
6366 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6367 lt_cv_file_magic_cmd='func_win32_libid'
6368 ;;
6369
6370 mingw* | pw32*)
6371 # Base MSYS/MinGW do not provide the 'file' command needed by
6372 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6373 # unless we find 'file', for example because we are cross-compiling.
6374 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6375 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6376 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6377 lt_cv_file_magic_cmd='func_win32_libid'
6378 else
6379 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6380 lt_cv_file_magic_cmd='$OBJDUMP -f'
6381 fi
6382 ;;
6383
6384 cegcc*)
6385 # use the weaker test based on 'objdump'. See mingw*.
6386 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6387 lt_cv_file_magic_cmd='$OBJDUMP -f'
6388 ;;
6389
6390 darwin* | rhapsody*)
6391 lt_cv_deplibs_check_method=pass_all
6392 ;;
6393
6394 freebsd* | dragonfly*)
6395 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6396 case $host_cpu in
6397 i*86 )
6398 # Not sure whether the presence of OpenBSD here was a mistake.
6399 # Let's accept both of them until this is cleared up.
6400 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6401 lt_cv_file_magic_cmd=/usr/bin/file
6402 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6403 ;;
6404 esac
6405 else
6406 lt_cv_deplibs_check_method=pass_all
6407 fi
6408 ;;
6409
6410 gnu*)
6411 lt_cv_deplibs_check_method=pass_all
6412 ;;
6413
6414 haiku*)
6415 lt_cv_deplibs_check_method=pass_all
6416 ;;
6417
6418 hpux10.20* | hpux11*)
6419 lt_cv_file_magic_cmd=/usr/bin/file
6420 case $host_cpu in
6421 ia64*)
6422 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6423 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6424 ;;
6425 hppa*64*)
6426 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]'
6427 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6428 ;;
6429 *)
6430 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6431 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6432 ;;
6433 esac
6434 ;;
6435
6436 interix[3-9]*)
6437 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6438 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6439 ;;
6440
6441 irix5* | irix6* | nonstopux*)
6442 case $LD in
6443 *-32|*"-32 ") libmagic=32-bit;;
6444 *-n32|*"-n32 ") libmagic=N32;;
6445 *-64|*"-64 ") libmagic=64-bit;;
6446 *) libmagic=never-match;;
6447 esac
6448 lt_cv_deplibs_check_method=pass_all
6449 ;;
6450
6451 # This must be Linux ELF.
6452 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6453 lt_cv_deplibs_check_method=pass_all
6454 ;;
6455
6456 netbsd*)
6457 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6458 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6459 else
6460 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6461 fi
6462 ;;
6463
6464 newos6*)
6465 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6466 lt_cv_file_magic_cmd=/usr/bin/file
6467 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6468 ;;
6469
6470 *nto* | *qnx*)
6471 lt_cv_deplibs_check_method=pass_all
6472 ;;
6473
6474 openbsd*)
6475 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6476 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6477 else
6478 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6479 fi
6480 ;;
6481
6482 osf3* | osf4* | osf5*)
6483 lt_cv_deplibs_check_method=pass_all
6484 ;;
6485
6486 rdos*)
6487 lt_cv_deplibs_check_method=pass_all
6488 ;;
6489
6490 solaris*)
6491 lt_cv_deplibs_check_method=pass_all
6492 ;;
6493
6494 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6495 lt_cv_deplibs_check_method=pass_all
6496 ;;
6497
6498 sysv4 | sysv4.3*)
6499 case $host_vendor in
6500 motorola)
6501 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]'
6502 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6503 ;;
6504 ncr)
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
6507 sequent)
6508 lt_cv_file_magic_cmd='/bin/file'
6509 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6510 ;;
6511 sni)
6512 lt_cv_file_magic_cmd='/bin/file'
6513 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6514 lt_cv_file_magic_test_file=/lib/libc.so
6515 ;;
6516 siemens)
6517 lt_cv_deplibs_check_method=pass_all
6518 ;;
6519 pc)
6520 lt_cv_deplibs_check_method=pass_all
6521 ;;
6522 esac
6523 ;;
6524
6525 tpf*)
6526 lt_cv_deplibs_check_method=pass_all
6527 ;;
6528 esac
6529
6530 fi
6531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6532 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6533 file_magic_cmd=$lt_cv_file_magic_cmd
6534 deplibs_check_method=$lt_cv_deplibs_check_method
6535 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6536
6537
6538
6539
6540
6541
6542
6543
6544
6545
6546
6547
6548 if test -n "$ac_tool_prefix"; then
6549 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6550 set dummy ${ac_tool_prefix}ar; ac_word=$2
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6552 $as_echo_n "checking for $ac_word... " >&6; }
6553 if ${ac_cv_prog_AR+:} false; then :
6554 $as_echo_n "(cached) " >&6
6555 else
6556 if test -n "$AR"; then
6557 ac_cv_prog_AR="$AR" # Let the user override the test.
6558 else
6559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6560 for as_dir in $PATH
6561 do
6562 IFS=$as_save_IFS
6563 test -z "$as_dir" && as_dir=.
6564 for ac_exec_ext in '' $ac_executable_extensions; do
6565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6566 ac_cv_prog_AR="${ac_tool_prefix}ar"
6567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6568 break 2
6569 fi
6570 done
6571 done
6572 IFS=$as_save_IFS
6573
6574 fi
6575 fi
6576 AR=$ac_cv_prog_AR
6577 if test -n "$AR"; then
6578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6579 $as_echo "$AR" >&6; }
6580 else
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6582 $as_echo "no" >&6; }
6583 fi
6584
6585
6586 fi
6587 if test -z "$ac_cv_prog_AR"; then
6588 ac_ct_AR=$AR
6589 # Extract the first word of "ar", so it can be a program name with args.
6590 set dummy ar; ac_word=$2
6591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6592 $as_echo_n "checking for $ac_word... " >&6; }
6593 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6594 $as_echo_n "(cached) " >&6
6595 else
6596 if test -n "$ac_ct_AR"; then
6597 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6598 else
6599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6600 for as_dir in $PATH
6601 do
6602 IFS=$as_save_IFS
6603 test -z "$as_dir" && as_dir=.
6604 for ac_exec_ext in '' $ac_executable_extensions; do
6605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6606 ac_cv_prog_ac_ct_AR="ar"
6607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6608 break 2
6609 fi
6610 done
6611 done
6612 IFS=$as_save_IFS
6613
6614 fi
6615 fi
6616 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6617 if test -n "$ac_ct_AR"; then
6618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6619 $as_echo "$ac_ct_AR" >&6; }
6620 else
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6622 $as_echo "no" >&6; }
6623 fi
6624
6625 if test "x$ac_ct_AR" = x; then
6626 AR="false"
6627 else
6628 case $cross_compiling:$ac_tool_warned in
6629 yes:)
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6632 ac_tool_warned=yes ;;
6633 esac
6634 AR=$ac_ct_AR
6635 fi
6636 else
6637 AR="$ac_cv_prog_AR"
6638 fi
6639
6640 test -z "$AR" && AR=ar
6641 test -z "$AR_FLAGS" && AR_FLAGS=cru
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653 if test -n "$ac_tool_prefix"; then
6654 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6655 set dummy ${ac_tool_prefix}strip; ac_word=$2
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6657 $as_echo_n "checking for $ac_word... " >&6; }
6658 if ${ac_cv_prog_STRIP+:} false; then :
6659 $as_echo_n "(cached) " >&6
6660 else
6661 if test -n "$STRIP"; then
6662 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6663 else
6664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6665 for as_dir in $PATH
6666 do
6667 IFS=$as_save_IFS
6668 test -z "$as_dir" && as_dir=.
6669 for ac_exec_ext in '' $ac_executable_extensions; do
6670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6671 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6673 break 2
6674 fi
6675 done
6676 done
6677 IFS=$as_save_IFS
6678
6679 fi
6680 fi
6681 STRIP=$ac_cv_prog_STRIP
6682 if test -n "$STRIP"; then
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6684 $as_echo "$STRIP" >&6; }
6685 else
6686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6687 $as_echo "no" >&6; }
6688 fi
6689
6690
6691 fi
6692 if test -z "$ac_cv_prog_STRIP"; then
6693 ac_ct_STRIP=$STRIP
6694 # Extract the first word of "strip", so it can be a program name with args.
6695 set dummy strip; ac_word=$2
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6697 $as_echo_n "checking for $ac_word... " >&6; }
6698 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6699 $as_echo_n "(cached) " >&6
6700 else
6701 if test -n "$ac_ct_STRIP"; then
6702 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6703 else
6704 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6705 for as_dir in $PATH
6706 do
6707 IFS=$as_save_IFS
6708 test -z "$as_dir" && as_dir=.
6709 for ac_exec_ext in '' $ac_executable_extensions; do
6710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6711 ac_cv_prog_ac_ct_STRIP="strip"
6712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6713 break 2
6714 fi
6715 done
6716 done
6717 IFS=$as_save_IFS
6718
6719 fi
6720 fi
6721 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6722 if test -n "$ac_ct_STRIP"; then
6723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6724 $as_echo "$ac_ct_STRIP" >&6; }
6725 else
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6727 $as_echo "no" >&6; }
6728 fi
6729
6730 if test "x$ac_ct_STRIP" = x; then
6731 STRIP=":"
6732 else
6733 case $cross_compiling:$ac_tool_warned in
6734 yes:)
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6736 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6737 ac_tool_warned=yes ;;
6738 esac
6739 STRIP=$ac_ct_STRIP
6740 fi
6741 else
6742 STRIP="$ac_cv_prog_STRIP"
6743 fi
6744
6745 test -z "$STRIP" && STRIP=:
6746
6747
6748
6749
6750
6751
6752 if test -n "$ac_tool_prefix"; then
6753 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6754 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if ${ac_cv_prog_RANLIB+:} false; then :
6758 $as_echo_n "(cached) " >&6
6759 else
6760 if test -n "$RANLIB"; then
6761 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6765 do
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6770 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 break 2
6773 fi
6774 done
6775 done
6776 IFS=$as_save_IFS
6777
6778 fi
6779 fi
6780 RANLIB=$ac_cv_prog_RANLIB
6781 if test -n "$RANLIB"; then
6782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6783 $as_echo "$RANLIB" >&6; }
6784 else
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6786 $as_echo "no" >&6; }
6787 fi
6788
6789
6790 fi
6791 if test -z "$ac_cv_prog_RANLIB"; then
6792 ac_ct_RANLIB=$RANLIB
6793 # Extract the first word of "ranlib", so it can be a program name with args.
6794 set dummy ranlib; ac_word=$2
6795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6796 $as_echo_n "checking for $ac_word... " >&6; }
6797 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6798 $as_echo_n "(cached) " >&6
6799 else
6800 if test -n "$ac_ct_RANLIB"; then
6801 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6802 else
6803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6804 for as_dir in $PATH
6805 do
6806 IFS=$as_save_IFS
6807 test -z "$as_dir" && as_dir=.
6808 for ac_exec_ext in '' $ac_executable_extensions; do
6809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6810 ac_cv_prog_ac_ct_RANLIB="ranlib"
6811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6812 break 2
6813 fi
6814 done
6815 done
6816 IFS=$as_save_IFS
6817
6818 fi
6819 fi
6820 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6821 if test -n "$ac_ct_RANLIB"; then
6822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6823 $as_echo "$ac_ct_RANLIB" >&6; }
6824 else
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6826 $as_echo "no" >&6; }
6827 fi
6828
6829 if test "x$ac_ct_RANLIB" = x; then
6830 RANLIB=":"
6831 else
6832 case $cross_compiling:$ac_tool_warned in
6833 yes:)
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6836 ac_tool_warned=yes ;;
6837 esac
6838 RANLIB=$ac_ct_RANLIB
6839 fi
6840 else
6841 RANLIB="$ac_cv_prog_RANLIB"
6842 fi
6843
6844 test -z "$RANLIB" && RANLIB=:
6845
6846
6847
6848
6849
6850
6851 # Determine commands to create old-style static archives.
6852 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6853 old_postinstall_cmds='chmod 644 $oldlib'
6854 old_postuninstall_cmds=
6855
6856 if test -n "$RANLIB"; then
6857 case $host_os in
6858 openbsd*)
6859 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6860 ;;
6861 *)
6862 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6863 ;;
6864 esac
6865 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6866 fi
6867
6868 case $host_os in
6869 darwin*)
6870 lock_old_archive_extraction=yes ;;
6871 *)
6872 lock_old_archive_extraction=no ;;
6873 esac
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
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 # If no C compiler was specified, use CC.
6914 LTCC=${LTCC-"$CC"}
6915
6916 # If no C compiler flags were specified, use CFLAGS.
6917 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6918
6919 # Allow CC to be a program name with arguments.
6920 compiler=$CC
6921
6922
6923 # Check for command to grab the raw symbol name followed by C symbol from nm.
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6925 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6926 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6927 $as_echo_n "(cached) " >&6
6928 else
6929
6930 # These are sane defaults that work on at least a few old systems.
6931 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6932
6933 # Character class describing NM global symbol codes.
6934 symcode='[BCDEGRST]'
6935
6936 # Regexp to match symbols that can be accessed directly from C.
6937 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6938
6939 # Define system-specific variables.
6940 case $host_os in
6941 aix*)
6942 symcode='[BCDT]'
6943 ;;
6944 cygwin* | mingw* | pw32* | cegcc*)
6945 symcode='[ABCDGISTW]'
6946 ;;
6947 hpux*)
6948 if test "$host_cpu" = ia64; then
6949 symcode='[ABCDEGRST]'
6950 fi
6951 ;;
6952 irix* | nonstopux*)
6953 symcode='[BCDEGRST]'
6954 ;;
6955 osf*)
6956 symcode='[BCDEGQRST]'
6957 ;;
6958 solaris*)
6959 symcode='[BDRT]'
6960 ;;
6961 sco3.2v5*)
6962 symcode='[DT]'
6963 ;;
6964 sysv4.2uw2*)
6965 symcode='[DT]'
6966 ;;
6967 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6968 symcode='[ABDT]'
6969 ;;
6970 sysv4)
6971 symcode='[DFNSTU]'
6972 ;;
6973 esac
6974
6975 # If we're using GNU nm, then use its standard symbol codes.
6976 case `$NM -V 2>&1` in
6977 *GNU* | *'with BFD'*)
6978 symcode='[ABCDGIRSTW]' ;;
6979 esac
6980
6981 # Transform an extracted symbol line into a proper C declaration.
6982 # Some systems (esp. on ia64) link data and code symbols differently,
6983 # so use this general approach.
6984 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6985
6986 # Transform an extracted symbol line into symbol name and symbol address
6987 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6988 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'"
6989
6990 # Handle CRLF in mingw tool chain
6991 opt_cr=
6992 case $build_os in
6993 mingw*)
6994 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6995 ;;
6996 esac
6997
6998 # Try without a prefix underscore, then with it.
6999 for ac_symprfx in "" "_"; do
7000
7001 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7002 symxfrm="\\1 $ac_symprfx\\2 \\2"
7003
7004 # Write the raw and C identifiers.
7005 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7006 # Fake it for dumpbin and say T for any non-static function
7007 # and D for any global variable.
7008 # Also find C++ and __fastcall symbols from MSVC++,
7009 # which start with @ or ?.
7010 lt_cv_sys_global_symbol_pipe="$AWK '"\
7011 " {last_section=section; section=\$ 3};"\
7012 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7013 " \$ 0!~/External *\|/{next};"\
7014 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7015 " {if(hide[section]) next};"\
7016 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7017 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7018 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7019 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7020 " ' prfx=^$ac_symprfx"
7021 else
7022 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7023 fi
7024
7025 # Check to see that the pipe works correctly.
7026 pipe_works=no
7027
7028 rm -f conftest*
7029 cat > conftest.$ac_ext <<_LT_EOF
7030 #ifdef __cplusplus
7031 extern "C" {
7032 #endif
7033 char nm_test_var;
7034 void nm_test_func(void);
7035 void nm_test_func(void){}
7036 #ifdef __cplusplus
7037 }
7038 #endif
7039 int main(){nm_test_var='a';nm_test_func();return(0);}
7040 _LT_EOF
7041
7042 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7043 (eval $ac_compile) 2>&5
7044 ac_status=$?
7045 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7046 test $ac_status = 0; }; then
7047 # Now try to grab the symbols.
7048 nlist=conftest.nm
7049 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7050 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7051 ac_status=$?
7052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7053 test $ac_status = 0; } && test -s "$nlist"; then
7054 # Try sorting and uniquifying the output.
7055 if sort "$nlist" | uniq > "$nlist"T; then
7056 mv -f "$nlist"T "$nlist"
7057 else
7058 rm -f "$nlist"T
7059 fi
7060
7061 # Make sure that we snagged all the symbols we need.
7062 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7063 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7064 cat <<_LT_EOF > conftest.$ac_ext
7065 #ifdef __cplusplus
7066 extern "C" {
7067 #endif
7068
7069 _LT_EOF
7070 # Now generate the symbol file.
7071 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7072
7073 cat <<_LT_EOF >> conftest.$ac_ext
7074
7075 /* The mapping between symbol names and symbols. */
7076 const struct {
7077 const char *name;
7078 void *address;
7079 }
7080 lt__PROGRAM__LTX_preloaded_symbols[] =
7081 {
7082 { "@PROGRAM@", (void *) 0 },
7083 _LT_EOF
7084 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7085 cat <<\_LT_EOF >> conftest.$ac_ext
7086 {0, (void *) 0}
7087 };
7088
7089 /* This works around a problem in FreeBSD linker */
7090 #ifdef FREEBSD_WORKAROUND
7091 static const void *lt_preloaded_setup() {
7092 return lt__PROGRAM__LTX_preloaded_symbols;
7093 }
7094 #endif
7095
7096 #ifdef __cplusplus
7097 }
7098 #endif
7099 _LT_EOF
7100 # Now try linking the two files.
7101 mv conftest.$ac_objext conftstm.$ac_objext
7102 lt_save_LIBS="$LIBS"
7103 lt_save_CFLAGS="$CFLAGS"
7104 LIBS="conftstm.$ac_objext"
7105 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7106 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7107 (eval $ac_link) 2>&5
7108 ac_status=$?
7109 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7110 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7111 pipe_works=yes
7112 fi
7113 LIBS="$lt_save_LIBS"
7114 CFLAGS="$lt_save_CFLAGS"
7115 else
7116 echo "cannot find nm_test_func in $nlist" >&5
7117 fi
7118 else
7119 echo "cannot find nm_test_var in $nlist" >&5
7120 fi
7121 else
7122 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7123 fi
7124 else
7125 echo "$progname: failed program was:" >&5
7126 cat conftest.$ac_ext >&5
7127 fi
7128 rm -rf conftest* conftst*
7129
7130 # Do not use the global_symbol_pipe unless it works.
7131 if test "$pipe_works" = yes; then
7132 break
7133 else
7134 lt_cv_sys_global_symbol_pipe=
7135 fi
7136 done
7137
7138 fi
7139
7140 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7141 lt_cv_sys_global_symbol_to_cdecl=
7142 fi
7143 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7145 $as_echo "failed" >&6; }
7146 else
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7148 $as_echo "ok" >&6; }
7149 fi
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172 # Check whether --enable-libtool-lock was given.
7173 if test "${enable_libtool_lock+set}" = set; then :
7174 enableval=$enable_libtool_lock;
7175 fi
7176
7177 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7178
7179 # Some flags need to be propagated to the compiler or linker for good
7180 # libtool support.
7181 case $host in
7182 ia64-*-hpux*)
7183 # Find out which ABI we are using.
7184 echo 'int i;' > conftest.$ac_ext
7185 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7186 (eval $ac_compile) 2>&5
7187 ac_status=$?
7188 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7189 test $ac_status = 0; }; then
7190 case `/usr/bin/file conftest.$ac_objext` in
7191 *ELF-32*)
7192 HPUX_IA64_MODE="32"
7193 ;;
7194 *ELF-64*)
7195 HPUX_IA64_MODE="64"
7196 ;;
7197 esac
7198 fi
7199 rm -rf conftest*
7200 ;;
7201 *-*-irix6*)
7202 # Find out which ABI we are using.
7203 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7204 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7205 (eval $ac_compile) 2>&5
7206 ac_status=$?
7207 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7208 test $ac_status = 0; }; then
7209 if test "$lt_cv_prog_gnu_ld" = yes; then
7210 case `/usr/bin/file conftest.$ac_objext` in
7211 *32-bit*)
7212 LD="${LD-ld} -melf32bsmip"
7213 ;;
7214 *N32*)
7215 LD="${LD-ld} -melf32bmipn32"
7216 ;;
7217 *64-bit*)
7218 LD="${LD-ld} -melf64bmip"
7219 ;;
7220 esac
7221 else
7222 case `/usr/bin/file conftest.$ac_objext` in
7223 *32-bit*)
7224 LD="${LD-ld} -32"
7225 ;;
7226 *N32*)
7227 LD="${LD-ld} -n32"
7228 ;;
7229 *64-bit*)
7230 LD="${LD-ld} -64"
7231 ;;
7232 esac
7233 fi
7234 fi
7235 rm -rf conftest*
7236 ;;
7237
7238 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7239 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7240 # Find out which ABI we are using.
7241 echo 'int i;' > conftest.$ac_ext
7242 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7243 (eval $ac_compile) 2>&5
7244 ac_status=$?
7245 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7246 test $ac_status = 0; }; then
7247 case `/usr/bin/file conftest.o` in
7248 *32-bit*)
7249 case $host in
7250 x86_64-*kfreebsd*-gnu)
7251 LD="${LD-ld} -m elf_i386_fbsd"
7252 ;;
7253 x86_64-*linux*)
7254 case `/usr/bin/file conftest.o` in
7255 *x86-64*)
7256 LD="${LD-ld} -m elf32_x86_64"
7257 ;;
7258 *)
7259 LD="${LD-ld} -m elf_i386"
7260 ;;
7261 esac
7262 ;;
7263 powerpc64le-*linux*)
7264 LD="${LD-ld} -m elf32lppclinux"
7265 ;;
7266 powerpc64-*linux*)
7267 LD="${LD-ld} -m elf32ppclinux"
7268 ;;
7269 s390x-*linux*)
7270 LD="${LD-ld} -m elf_s390"
7271 ;;
7272 sparc64-*linux*)
7273 LD="${LD-ld} -m elf32_sparc"
7274 ;;
7275 esac
7276 ;;
7277 *64-bit*)
7278 case $host in
7279 x86_64-*kfreebsd*-gnu)
7280 LD="${LD-ld} -m elf_x86_64_fbsd"
7281 ;;
7282 x86_64-*linux*)
7283 LD="${LD-ld} -m elf_x86_64"
7284 ;;
7285 powerpcle-*linux*)
7286 LD="${LD-ld} -m elf64lppc"
7287 ;;
7288 powerpc-*linux*)
7289 LD="${LD-ld} -m elf64ppc"
7290 ;;
7291 s390*-*linux*|s390*-*tpf*)
7292 LD="${LD-ld} -m elf64_s390"
7293 ;;
7294 sparc*-*linux*)
7295 LD="${LD-ld} -m elf64_sparc"
7296 ;;
7297 esac
7298 ;;
7299 esac
7300 fi
7301 rm -rf conftest*
7302 ;;
7303
7304 *-*-sco3.2v5*)
7305 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7306 SAVE_CFLAGS="$CFLAGS"
7307 CFLAGS="$CFLAGS -belf"
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7309 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7310 if ${lt_cv_cc_needs_belf+:} false; then :
7311 $as_echo_n "(cached) " >&6
7312 else
7313 ac_ext=c
7314 ac_cpp='$CPP $CPPFLAGS'
7315 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7316 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7317 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7318
7319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7320 /* end confdefs.h. */
7321
7322 int
7323 main ()
7324 {
7325
7326 ;
7327 return 0;
7328 }
7329 _ACEOF
7330 if ac_fn_c_try_link "$LINENO"; then :
7331 lt_cv_cc_needs_belf=yes
7332 else
7333 lt_cv_cc_needs_belf=no
7334 fi
7335 rm -f core conftest.err conftest.$ac_objext \
7336 conftest$ac_exeext conftest.$ac_ext
7337 ac_ext=c
7338 ac_cpp='$CPP $CPPFLAGS'
7339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7342
7343 fi
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7345 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7346 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7347 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7348 CFLAGS="$SAVE_CFLAGS"
7349 fi
7350 ;;
7351 sparc*-*solaris*)
7352 # Find out which ABI we are using.
7353 echo 'int i;' > conftest.$ac_ext
7354 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7355 (eval $ac_compile) 2>&5
7356 ac_status=$?
7357 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7358 test $ac_status = 0; }; then
7359 case `/usr/bin/file conftest.o` in
7360 *64-bit*)
7361 case $lt_cv_prog_gnu_ld in
7362 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7363 *)
7364 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7365 LD="${LD-ld} -64"
7366 fi
7367 ;;
7368 esac
7369 ;;
7370 esac
7371 fi
7372 rm -rf conftest*
7373 ;;
7374 esac
7375
7376 need_locks="$enable_libtool_lock"
7377
7378
7379 case $host_os in
7380 rhapsody* | darwin*)
7381 if test -n "$ac_tool_prefix"; then
7382 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7383 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7385 $as_echo_n "checking for $ac_word... " >&6; }
7386 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7387 $as_echo_n "(cached) " >&6
7388 else
7389 if test -n "$DSYMUTIL"; then
7390 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7391 else
7392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7393 for as_dir in $PATH
7394 do
7395 IFS=$as_save_IFS
7396 test -z "$as_dir" && as_dir=.
7397 for ac_exec_ext in '' $ac_executable_extensions; do
7398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7399 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7401 break 2
7402 fi
7403 done
7404 done
7405 IFS=$as_save_IFS
7406
7407 fi
7408 fi
7409 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7410 if test -n "$DSYMUTIL"; then
7411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7412 $as_echo "$DSYMUTIL" >&6; }
7413 else
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7415 $as_echo "no" >&6; }
7416 fi
7417
7418
7419 fi
7420 if test -z "$ac_cv_prog_DSYMUTIL"; then
7421 ac_ct_DSYMUTIL=$DSYMUTIL
7422 # Extract the first word of "dsymutil", so it can be a program name with args.
7423 set dummy dsymutil; ac_word=$2
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7425 $as_echo_n "checking for $ac_word... " >&6; }
7426 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7427 $as_echo_n "(cached) " >&6
7428 else
7429 if test -n "$ac_ct_DSYMUTIL"; then
7430 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7431 else
7432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7433 for as_dir in $PATH
7434 do
7435 IFS=$as_save_IFS
7436 test -z "$as_dir" && as_dir=.
7437 for ac_exec_ext in '' $ac_executable_extensions; do
7438 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7439 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7440 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7441 break 2
7442 fi
7443 done
7444 done
7445 IFS=$as_save_IFS
7446
7447 fi
7448 fi
7449 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7450 if test -n "$ac_ct_DSYMUTIL"; then
7451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7452 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7453 else
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7455 $as_echo "no" >&6; }
7456 fi
7457
7458 if test "x$ac_ct_DSYMUTIL" = x; then
7459 DSYMUTIL=":"
7460 else
7461 case $cross_compiling:$ac_tool_warned in
7462 yes:)
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7465 ac_tool_warned=yes ;;
7466 esac
7467 DSYMUTIL=$ac_ct_DSYMUTIL
7468 fi
7469 else
7470 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7471 fi
7472
7473 if test -n "$ac_tool_prefix"; then
7474 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7475 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7477 $as_echo_n "checking for $ac_word... " >&6; }
7478 if ${ac_cv_prog_NMEDIT+:} false; then :
7479 $as_echo_n "(cached) " >&6
7480 else
7481 if test -n "$NMEDIT"; then
7482 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7483 else
7484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7485 for as_dir in $PATH
7486 do
7487 IFS=$as_save_IFS
7488 test -z "$as_dir" && as_dir=.
7489 for ac_exec_ext in '' $ac_executable_extensions; do
7490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7491 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7493 break 2
7494 fi
7495 done
7496 done
7497 IFS=$as_save_IFS
7498
7499 fi
7500 fi
7501 NMEDIT=$ac_cv_prog_NMEDIT
7502 if test -n "$NMEDIT"; then
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7504 $as_echo "$NMEDIT" >&6; }
7505 else
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7507 $as_echo "no" >&6; }
7508 fi
7509
7510
7511 fi
7512 if test -z "$ac_cv_prog_NMEDIT"; then
7513 ac_ct_NMEDIT=$NMEDIT
7514 # Extract the first word of "nmedit", so it can be a program name with args.
7515 set dummy nmedit; ac_word=$2
7516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7517 $as_echo_n "checking for $ac_word... " >&6; }
7518 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7519 $as_echo_n "(cached) " >&6
7520 else
7521 if test -n "$ac_ct_NMEDIT"; then
7522 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7523 else
7524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7525 for as_dir in $PATH
7526 do
7527 IFS=$as_save_IFS
7528 test -z "$as_dir" && as_dir=.
7529 for ac_exec_ext in '' $ac_executable_extensions; do
7530 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7531 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7532 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7533 break 2
7534 fi
7535 done
7536 done
7537 IFS=$as_save_IFS
7538
7539 fi
7540 fi
7541 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7542 if test -n "$ac_ct_NMEDIT"; then
7543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7544 $as_echo "$ac_ct_NMEDIT" >&6; }
7545 else
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7547 $as_echo "no" >&6; }
7548 fi
7549
7550 if test "x$ac_ct_NMEDIT" = x; then
7551 NMEDIT=":"
7552 else
7553 case $cross_compiling:$ac_tool_warned in
7554 yes:)
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7557 ac_tool_warned=yes ;;
7558 esac
7559 NMEDIT=$ac_ct_NMEDIT
7560 fi
7561 else
7562 NMEDIT="$ac_cv_prog_NMEDIT"
7563 fi
7564
7565 if test -n "$ac_tool_prefix"; then
7566 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7567 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7569 $as_echo_n "checking for $ac_word... " >&6; }
7570 if ${ac_cv_prog_LIPO+:} false; then :
7571 $as_echo_n "(cached) " >&6
7572 else
7573 if test -n "$LIPO"; then
7574 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7575 else
7576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7577 for as_dir in $PATH
7578 do
7579 IFS=$as_save_IFS
7580 test -z "$as_dir" && as_dir=.
7581 for ac_exec_ext in '' $ac_executable_extensions; do
7582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7583 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7585 break 2
7586 fi
7587 done
7588 done
7589 IFS=$as_save_IFS
7590
7591 fi
7592 fi
7593 LIPO=$ac_cv_prog_LIPO
7594 if test -n "$LIPO"; then
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7596 $as_echo "$LIPO" >&6; }
7597 else
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599 $as_echo "no" >&6; }
7600 fi
7601
7602
7603 fi
7604 if test -z "$ac_cv_prog_LIPO"; then
7605 ac_ct_LIPO=$LIPO
7606 # Extract the first word of "lipo", so it can be a program name with args.
7607 set dummy lipo; ac_word=$2
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7609 $as_echo_n "checking for $ac_word... " >&6; }
7610 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7611 $as_echo_n "(cached) " >&6
7612 else
7613 if test -n "$ac_ct_LIPO"; then
7614 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7615 else
7616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7617 for as_dir in $PATH
7618 do
7619 IFS=$as_save_IFS
7620 test -z "$as_dir" && as_dir=.
7621 for ac_exec_ext in '' $ac_executable_extensions; do
7622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7623 ac_cv_prog_ac_ct_LIPO="lipo"
7624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7625 break 2
7626 fi
7627 done
7628 done
7629 IFS=$as_save_IFS
7630
7631 fi
7632 fi
7633 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7634 if test -n "$ac_ct_LIPO"; then
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7636 $as_echo "$ac_ct_LIPO" >&6; }
7637 else
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7639 $as_echo "no" >&6; }
7640 fi
7641
7642 if test "x$ac_ct_LIPO" = x; then
7643 LIPO=":"
7644 else
7645 case $cross_compiling:$ac_tool_warned in
7646 yes:)
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7649 ac_tool_warned=yes ;;
7650 esac
7651 LIPO=$ac_ct_LIPO
7652 fi
7653 else
7654 LIPO="$ac_cv_prog_LIPO"
7655 fi
7656
7657 if test -n "$ac_tool_prefix"; then
7658 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7659 set dummy ${ac_tool_prefix}otool; ac_word=$2
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7661 $as_echo_n "checking for $ac_word... " >&6; }
7662 if ${ac_cv_prog_OTOOL+:} false; then :
7663 $as_echo_n "(cached) " >&6
7664 else
7665 if test -n "$OTOOL"; then
7666 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7667 else
7668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7669 for as_dir in $PATH
7670 do
7671 IFS=$as_save_IFS
7672 test -z "$as_dir" && as_dir=.
7673 for ac_exec_ext in '' $ac_executable_extensions; do
7674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7675 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7677 break 2
7678 fi
7679 done
7680 done
7681 IFS=$as_save_IFS
7682
7683 fi
7684 fi
7685 OTOOL=$ac_cv_prog_OTOOL
7686 if test -n "$OTOOL"; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7688 $as_echo "$OTOOL" >&6; }
7689 else
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691 $as_echo "no" >&6; }
7692 fi
7693
7694
7695 fi
7696 if test -z "$ac_cv_prog_OTOOL"; then
7697 ac_ct_OTOOL=$OTOOL
7698 # Extract the first word of "otool", so it can be a program name with args.
7699 set dummy otool; ac_word=$2
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7701 $as_echo_n "checking for $ac_word... " >&6; }
7702 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7703 $as_echo_n "(cached) " >&6
7704 else
7705 if test -n "$ac_ct_OTOOL"; then
7706 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7707 else
7708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7709 for as_dir in $PATH
7710 do
7711 IFS=$as_save_IFS
7712 test -z "$as_dir" && as_dir=.
7713 for ac_exec_ext in '' $ac_executable_extensions; do
7714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7715 ac_cv_prog_ac_ct_OTOOL="otool"
7716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7717 break 2
7718 fi
7719 done
7720 done
7721 IFS=$as_save_IFS
7722
7723 fi
7724 fi
7725 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7726 if test -n "$ac_ct_OTOOL"; then
7727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7728 $as_echo "$ac_ct_OTOOL" >&6; }
7729 else
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7731 $as_echo "no" >&6; }
7732 fi
7733
7734 if test "x$ac_ct_OTOOL" = x; then
7735 OTOOL=":"
7736 else
7737 case $cross_compiling:$ac_tool_warned in
7738 yes:)
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7740 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7741 ac_tool_warned=yes ;;
7742 esac
7743 OTOOL=$ac_ct_OTOOL
7744 fi
7745 else
7746 OTOOL="$ac_cv_prog_OTOOL"
7747 fi
7748
7749 if test -n "$ac_tool_prefix"; then
7750 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7751 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753 $as_echo_n "checking for $ac_word... " >&6; }
7754 if ${ac_cv_prog_OTOOL64+:} false; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 if test -n "$OTOOL64"; then
7758 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7759 else
7760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7761 for as_dir in $PATH
7762 do
7763 IFS=$as_save_IFS
7764 test -z "$as_dir" && as_dir=.
7765 for ac_exec_ext in '' $ac_executable_extensions; do
7766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7767 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7769 break 2
7770 fi
7771 done
7772 done
7773 IFS=$as_save_IFS
7774
7775 fi
7776 fi
7777 OTOOL64=$ac_cv_prog_OTOOL64
7778 if test -n "$OTOOL64"; then
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7780 $as_echo "$OTOOL64" >&6; }
7781 else
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783 $as_echo "no" >&6; }
7784 fi
7785
7786
7787 fi
7788 if test -z "$ac_cv_prog_OTOOL64"; then
7789 ac_ct_OTOOL64=$OTOOL64
7790 # Extract the first word of "otool64", so it can be a program name with args.
7791 set dummy otool64; ac_word=$2
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7793 $as_echo_n "checking for $ac_word... " >&6; }
7794 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7795 $as_echo_n "(cached) " >&6
7796 else
7797 if test -n "$ac_ct_OTOOL64"; then
7798 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7799 else
7800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7801 for as_dir in $PATH
7802 do
7803 IFS=$as_save_IFS
7804 test -z "$as_dir" && as_dir=.
7805 for ac_exec_ext in '' $ac_executable_extensions; do
7806 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7807 ac_cv_prog_ac_ct_OTOOL64="otool64"
7808 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7809 break 2
7810 fi
7811 done
7812 done
7813 IFS=$as_save_IFS
7814
7815 fi
7816 fi
7817 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7818 if test -n "$ac_ct_OTOOL64"; then
7819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7820 $as_echo "$ac_ct_OTOOL64" >&6; }
7821 else
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7823 $as_echo "no" >&6; }
7824 fi
7825
7826 if test "x$ac_ct_OTOOL64" = x; then
7827 OTOOL64=":"
7828 else
7829 case $cross_compiling:$ac_tool_warned in
7830 yes:)
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7833 ac_tool_warned=yes ;;
7834 esac
7835 OTOOL64=$ac_ct_OTOOL64
7836 fi
7837 else
7838 OTOOL64="$ac_cv_prog_OTOOL64"
7839 fi
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7868 $as_echo_n "checking for -single_module linker flag... " >&6; }
7869 if ${lt_cv_apple_cc_single_mod+:} false; then :
7870 $as_echo_n "(cached) " >&6
7871 else
7872 lt_cv_apple_cc_single_mod=no
7873 if test -z "${LT_MULTI_MODULE}"; then
7874 # By default we will add the -single_module flag. You can override
7875 # by either setting the environment variable LT_MULTI_MODULE
7876 # non-empty at configure time, or by adding -multi_module to the
7877 # link flags.
7878 rm -rf libconftest.dylib*
7879 echo "int foo(void){return 1;}" > conftest.c
7880 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7881 -dynamiclib -Wl,-single_module conftest.c" >&5
7882 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7883 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7884 _lt_result=$?
7885 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7886 lt_cv_apple_cc_single_mod=yes
7887 else
7888 cat conftest.err >&5
7889 fi
7890 rm -rf libconftest.dylib*
7891 rm -f conftest.*
7892 fi
7893 fi
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7895 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7897 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7898 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7899 $as_echo_n "(cached) " >&6
7900 else
7901 lt_cv_ld_exported_symbols_list=no
7902 save_LDFLAGS=$LDFLAGS
7903 echo "_main" > conftest.sym
7904 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7906 /* end confdefs.h. */
7907
7908 int
7909 main ()
7910 {
7911
7912 ;
7913 return 0;
7914 }
7915 _ACEOF
7916 if ac_fn_c_try_link "$LINENO"; then :
7917 lt_cv_ld_exported_symbols_list=yes
7918 else
7919 lt_cv_ld_exported_symbols_list=no
7920 fi
7921 rm -f core conftest.err conftest.$ac_objext \
7922 conftest$ac_exeext conftest.$ac_ext
7923 LDFLAGS="$save_LDFLAGS"
7924
7925 fi
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7927 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7929 $as_echo_n "checking for -force_load linker flag... " >&6; }
7930 if ${lt_cv_ld_force_load+:} false; then :
7931 $as_echo_n "(cached) " >&6
7932 else
7933 lt_cv_ld_force_load=no
7934 cat > conftest.c << _LT_EOF
7935 int forced_loaded() { return 2;}
7936 _LT_EOF
7937 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7938 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7939 echo "$AR cru libconftest.a conftest.o" >&5
7940 $AR cru libconftest.a conftest.o 2>&5
7941 cat > conftest.c << _LT_EOF
7942 int main() { return 0;}
7943 _LT_EOF
7944 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7945 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7946 _lt_result=$?
7947 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7948 lt_cv_ld_force_load=yes
7949 else
7950 cat conftest.err >&5
7951 fi
7952 rm -f conftest.err libconftest.a conftest conftest.c
7953 rm -rf conftest.dSYM
7954
7955 fi
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7957 $as_echo "$lt_cv_ld_force_load" >&6; }
7958 case $host_os in
7959 rhapsody* | darwin1.[012])
7960 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7961 darwin1.*)
7962 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7963 darwin*) # darwin 5.x on
7964 # if running on 10.5 or later, the deployment target defaults
7965 # to the OS version, if on x86, and 10.4, the deployment
7966 # target defaults to 10.4. Don't you love it?
7967 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7968 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7969 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7970 10.[012][,.]*)
7971 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7972 10.*)
7973 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7974 esac
7975 ;;
7976 esac
7977 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7978 _lt_dar_single_mod='$single_module'
7979 fi
7980 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7981 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7982 else
7983 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7984 fi
7985 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7986 _lt_dsymutil='~$DSYMUTIL $lib || :'
7987 else
7988 _lt_dsymutil=
7989 fi
7990 ;;
7991 esac
7992
7993 for ac_header in dlfcn.h
7994 do :
7995 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7996 "
7997 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7998 cat >>confdefs.h <<_ACEOF
7999 #define HAVE_DLFCN_H 1
8000 _ACEOF
8001
8002 fi
8003
8004 done
8005
8006
8007
8008
8009
8010 # Set options
8011
8012
8013
8014 enable_dlopen=no
8015
8016
8017 enable_win32_dll=no
8018
8019
8020
8021 # Check whether --enable-static was given.
8022 if test "${enable_static+set}" = set; then :
8023 enableval=$enable_static; p=${PACKAGE-default}
8024 case $enableval in
8025 yes) enable_static=yes ;;
8026 no) enable_static=no ;;
8027 *)
8028 enable_static=no
8029 # Look at the argument we got. We use all the common list separators.
8030 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8031 for pkg in $enableval; do
8032 IFS="$lt_save_ifs"
8033 if test "X$pkg" = "X$p"; then
8034 enable_static=yes
8035 fi
8036 done
8037 IFS="$lt_save_ifs"
8038 ;;
8039 esac
8040 else
8041 enable_static=yes
8042 fi
8043
8044
8045
8046
8047
8048
8049
8050
8051
8052
8053 # Check whether --with-pic was given.
8054 if test "${with_pic+set}" = set; then :
8055 withval=$with_pic; pic_mode="$withval"
8056 else
8057 pic_mode=default
8058 fi
8059
8060
8061 test -z "$pic_mode" && pic_mode=default
8062
8063
8064
8065
8066
8067
8068
8069 # Check whether --enable-fast-install was given.
8070 if test "${enable_fast_install+set}" = set; then :
8071 enableval=$enable_fast_install; p=${PACKAGE-default}
8072 case $enableval in
8073 yes) enable_fast_install=yes ;;
8074 no) enable_fast_install=no ;;
8075 *)
8076 enable_fast_install=no
8077 # Look at the argument we got. We use all the common list separators.
8078 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8079 for pkg in $enableval; do
8080 IFS="$lt_save_ifs"
8081 if test "X$pkg" = "X$p"; then
8082 enable_fast_install=yes
8083 fi
8084 done
8085 IFS="$lt_save_ifs"
8086 ;;
8087 esac
8088 else
8089 enable_fast_install=yes
8090 fi
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102 # This can be used to rebuild libtool when needed
8103 LIBTOOL_DEPS="$ltmain"
8104
8105 # Always use our own libtool.
8106 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133 test -z "$LN_S" && LN_S="ln -s"
8134
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148 if test -n "${ZSH_VERSION+set}" ; then
8149 setopt NO_GLOB_SUBST
8150 fi
8151
8152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8153 $as_echo_n "checking for objdir... " >&6; }
8154 if ${lt_cv_objdir+:} false; then :
8155 $as_echo_n "(cached) " >&6
8156 else
8157 rm -f .libs 2>/dev/null
8158 mkdir .libs 2>/dev/null
8159 if test -d .libs; then
8160 lt_cv_objdir=.libs
8161 else
8162 # MS-DOS does not allow filenames that begin with a dot.
8163 lt_cv_objdir=_libs
8164 fi
8165 rmdir .libs 2>/dev/null
8166 fi
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8168 $as_echo "$lt_cv_objdir" >&6; }
8169 objdir=$lt_cv_objdir
8170
8171
8172
8173
8174
8175 cat >>confdefs.h <<_ACEOF
8176 #define LT_OBJDIR "$lt_cv_objdir/"
8177 _ACEOF
8178
8179
8180
8181
8182 case $host_os in
8183 aix3*)
8184 # AIX sometimes has problems with the GCC collect2 program. For some
8185 # reason, if we set the COLLECT_NAMES environment variable, the problems
8186 # vanish in a puff of smoke.
8187 if test "X${COLLECT_NAMES+set}" != Xset; then
8188 COLLECT_NAMES=
8189 export COLLECT_NAMES
8190 fi
8191 ;;
8192 esac
8193
8194 # Global variables:
8195 ofile=libtool
8196 can_build_shared=yes
8197
8198 # All known linkers require a `.a' archive for static linking (except MSVC,
8199 # which needs '.lib').
8200 libext=a
8201
8202 with_gnu_ld="$lt_cv_prog_gnu_ld"
8203
8204 old_CC="$CC"
8205 old_CFLAGS="$CFLAGS"
8206
8207 # Set sane defaults for various variables
8208 test -z "$CC" && CC=cc
8209 test -z "$LTCC" && LTCC=$CC
8210 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8211 test -z "$LD" && LD=ld
8212 test -z "$ac_objext" && ac_objext=o
8213
8214 for cc_temp in $compiler""; do
8215 case $cc_temp in
8216 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8217 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8218 \-*) ;;
8219 *) break;;
8220 esac
8221 done
8222 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8223
8224
8225 # Only perform the check for file, if the check method requires it
8226 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8227 case $deplibs_check_method in
8228 file_magic*)
8229 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8231 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8232 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8233 $as_echo_n "(cached) " >&6
8234 else
8235 case $MAGIC_CMD in
8236 [\\/*] | ?:[\\/]*)
8237 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8238 ;;
8239 *)
8240 lt_save_MAGIC_CMD="$MAGIC_CMD"
8241 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8242 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8243 for ac_dir in $ac_dummy; do
8244 IFS="$lt_save_ifs"
8245 test -z "$ac_dir" && ac_dir=.
8246 if test -f $ac_dir/${ac_tool_prefix}file; then
8247 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8248 if test -n "$file_magic_test_file"; then
8249 case $deplibs_check_method in
8250 "file_magic "*)
8251 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8252 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8253 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8254 $EGREP "$file_magic_regex" > /dev/null; then
8255 :
8256 else
8257 cat <<_LT_EOF 1>&2
8258
8259 *** Warning: the command libtool uses to detect shared libraries,
8260 *** $file_magic_cmd, produces output that libtool cannot recognize.
8261 *** The result is that libtool may fail to recognize shared libraries
8262 *** as such. This will affect the creation of libtool libraries that
8263 *** depend on shared libraries, but programs linked with such libtool
8264 *** libraries will work regardless of this problem. Nevertheless, you
8265 *** may want to report the problem to your system manager and/or to
8266 *** bug-libtool@gnu.org
8267
8268 _LT_EOF
8269 fi ;;
8270 esac
8271 fi
8272 break
8273 fi
8274 done
8275 IFS="$lt_save_ifs"
8276 MAGIC_CMD="$lt_save_MAGIC_CMD"
8277 ;;
8278 esac
8279 fi
8280
8281 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8282 if test -n "$MAGIC_CMD"; then
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8284 $as_echo "$MAGIC_CMD" >&6; }
8285 else
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287 $as_echo "no" >&6; }
8288 fi
8289
8290
8291
8292
8293
8294 if test -z "$lt_cv_path_MAGIC_CMD"; then
8295 if test -n "$ac_tool_prefix"; then
8296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8297 $as_echo_n "checking for file... " >&6; }
8298 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8299 $as_echo_n "(cached) " >&6
8300 else
8301 case $MAGIC_CMD in
8302 [\\/*] | ?:[\\/]*)
8303 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8304 ;;
8305 *)
8306 lt_save_MAGIC_CMD="$MAGIC_CMD"
8307 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8308 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8309 for ac_dir in $ac_dummy; do
8310 IFS="$lt_save_ifs"
8311 test -z "$ac_dir" && ac_dir=.
8312 if test -f $ac_dir/file; then
8313 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8314 if test -n "$file_magic_test_file"; then
8315 case $deplibs_check_method in
8316 "file_magic "*)
8317 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8318 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8319 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8320 $EGREP "$file_magic_regex" > /dev/null; then
8321 :
8322 else
8323 cat <<_LT_EOF 1>&2
8324
8325 *** Warning: the command libtool uses to detect shared libraries,
8326 *** $file_magic_cmd, produces output that libtool cannot recognize.
8327 *** The result is that libtool may fail to recognize shared libraries
8328 *** as such. This will affect the creation of libtool libraries that
8329 *** depend on shared libraries, but programs linked with such libtool
8330 *** libraries will work regardless of this problem. Nevertheless, you
8331 *** may want to report the problem to your system manager and/or to
8332 *** bug-libtool@gnu.org
8333
8334 _LT_EOF
8335 fi ;;
8336 esac
8337 fi
8338 break
8339 fi
8340 done
8341 IFS="$lt_save_ifs"
8342 MAGIC_CMD="$lt_save_MAGIC_CMD"
8343 ;;
8344 esac
8345 fi
8346
8347 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8348 if test -n "$MAGIC_CMD"; then
8349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8350 $as_echo "$MAGIC_CMD" >&6; }
8351 else
8352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8353 $as_echo "no" >&6; }
8354 fi
8355
8356
8357 else
8358 MAGIC_CMD=:
8359 fi
8360 fi
8361
8362 fi
8363 ;;
8364 esac
8365
8366 # Use C for the default configuration in the libtool script
8367
8368 lt_save_CC="$CC"
8369 ac_ext=c
8370 ac_cpp='$CPP $CPPFLAGS'
8371 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8372 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8373 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8374
8375
8376 # Source file extension for C test sources.
8377 ac_ext=c
8378
8379 # Object file extension for compiled C test sources.
8380 objext=o
8381 objext=$objext
8382
8383 # Code to be used in simple compile tests
8384 lt_simple_compile_test_code="int some_variable = 0;"
8385
8386 # Code to be used in simple link tests
8387 lt_simple_link_test_code='int main(){return(0);}'
8388
8389
8390
8391
8392
8393
8394
8395 # If no C compiler was specified, use CC.
8396 LTCC=${LTCC-"$CC"}
8397
8398 # If no C compiler flags were specified, use CFLAGS.
8399 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8400
8401 # Allow CC to be a program name with arguments.
8402 compiler=$CC
8403
8404 # Save the default compiler, since it gets overwritten when the other
8405 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8406 compiler_DEFAULT=$CC
8407
8408 # save warnings/boilerplate of simple test code
8409 ac_outfile=conftest.$ac_objext
8410 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8411 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8412 _lt_compiler_boilerplate=`cat conftest.err`
8413 $RM conftest*
8414
8415 ac_outfile=conftest.$ac_objext
8416 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8417 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8418 _lt_linker_boilerplate=`cat conftest.err`
8419 $RM -r conftest*
8420
8421
8422 ## CAVEAT EMPTOR:
8423 ## There is no encapsulation within the following macros, do not change
8424 ## the running order or otherwise move them around unless you know exactly
8425 ## what you are doing...
8426 if test -n "$compiler"; then
8427
8428 lt_prog_compiler_no_builtin_flag=
8429
8430 if test "$GCC" = yes; then
8431 case $cc_basename in
8432 nvcc*)
8433 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8434 *)
8435 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8436 esac
8437
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8439 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8440 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8441 $as_echo_n "(cached) " >&6
8442 else
8443 lt_cv_prog_compiler_rtti_exceptions=no
8444 ac_outfile=conftest.$ac_objext
8445 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8446 lt_compiler_flag="-fno-rtti -fno-exceptions"
8447 # Insert the option either (1) after the last *FLAGS variable, or
8448 # (2) before a word containing "conftest.", or (3) at the end.
8449 # Note that $ac_compile itself does not contain backslashes and begins
8450 # with a dollar sign (not a hyphen), so the echo should work correctly.
8451 # The option is referenced via a variable to avoid confusing sed.
8452 lt_compile=`echo "$ac_compile" | $SED \
8453 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8454 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8455 -e 's:$: $lt_compiler_flag:'`
8456 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8457 (eval "$lt_compile" 2>conftest.err)
8458 ac_status=$?
8459 cat conftest.err >&5
8460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8461 if (exit $ac_status) && test -s "$ac_outfile"; then
8462 # The compiler can only warn and ignore the option if not recognized
8463 # So say no if there are warnings other than the usual output.
8464 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8465 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8466 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8467 lt_cv_prog_compiler_rtti_exceptions=yes
8468 fi
8469 fi
8470 $RM conftest*
8471
8472 fi
8473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8474 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8475
8476 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8477 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8478 else
8479 :
8480 fi
8481
8482 fi
8483
8484
8485
8486
8487
8488
8489 lt_prog_compiler_wl=
8490 lt_prog_compiler_pic=
8491 lt_prog_compiler_static=
8492
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8494 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8495
8496 if test "$GCC" = yes; then
8497 lt_prog_compiler_wl='-Wl,'
8498 lt_prog_compiler_static='-static'
8499
8500 case $host_os in
8501 aix*)
8502 # All AIX code is PIC.
8503 if test "$host_cpu" = ia64; then
8504 # AIX 5 now supports IA64 processor
8505 lt_prog_compiler_static='-Bstatic'
8506 fi
8507 lt_prog_compiler_pic='-fPIC'
8508 ;;
8509
8510 amigaos*)
8511 case $host_cpu in
8512 powerpc)
8513 # see comment about AmigaOS4 .so support
8514 lt_prog_compiler_pic='-fPIC'
8515 ;;
8516 m68k)
8517 # FIXME: we need at least 68020 code to build shared libraries, but
8518 # adding the `-m68020' flag to GCC prevents building anything better,
8519 # like `-m68040'.
8520 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8521 ;;
8522 esac
8523 ;;
8524
8525 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8526 # PIC is the default for these OSes.
8527 ;;
8528
8529 mingw* | cygwin* | pw32* | os2* | cegcc*)
8530 # This hack is so that the source file can tell whether it is being
8531 # built for inclusion in a dll (and should export symbols for example).
8532 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8533 # (--disable-auto-import) libraries
8534 lt_prog_compiler_pic='-DDLL_EXPORT'
8535 ;;
8536
8537 darwin* | rhapsody*)
8538 # PIC is the default on this platform
8539 # Common symbols not allowed in MH_DYLIB files
8540 lt_prog_compiler_pic='-fno-common'
8541 ;;
8542
8543 haiku*)
8544 # PIC is the default for Haiku.
8545 # The "-static" flag exists, but is broken.
8546 lt_prog_compiler_static=
8547 ;;
8548
8549 hpux*)
8550 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8551 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8552 # sets the default TLS model and affects inlining.
8553 case $host_cpu in
8554 hppa*64*)
8555 # +Z the default
8556 ;;
8557 *)
8558 lt_prog_compiler_pic='-fPIC'
8559 ;;
8560 esac
8561 ;;
8562
8563 interix[3-9]*)
8564 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8565 # Instead, we relocate shared libraries at runtime.
8566 ;;
8567
8568 msdosdjgpp*)
8569 # Just because we use GCC doesn't mean we suddenly get shared libraries
8570 # on systems that don't support them.
8571 lt_prog_compiler_can_build_shared=no
8572 enable_shared=no
8573 ;;
8574
8575 *nto* | *qnx*)
8576 # QNX uses GNU C++, but need to define -shared option too, otherwise
8577 # it will coredump.
8578 lt_prog_compiler_pic='-fPIC -shared'
8579 ;;
8580
8581 sysv4*MP*)
8582 if test -d /usr/nec; then
8583 lt_prog_compiler_pic=-Kconform_pic
8584 fi
8585 ;;
8586
8587 *)
8588 lt_prog_compiler_pic='-fPIC'
8589 ;;
8590 esac
8591
8592 case $cc_basename in
8593 nvcc*) # Cuda Compiler Driver 2.2
8594 lt_prog_compiler_wl='-Xlinker '
8595 lt_prog_compiler_pic='-Xcompiler -fPIC'
8596 ;;
8597 esac
8598 else
8599 # PORTME Check for flag to pass linker flags through the system compiler.
8600 case $host_os in
8601 aix*)
8602 lt_prog_compiler_wl='-Wl,'
8603 if test "$host_cpu" = ia64; then
8604 # AIX 5 now supports IA64 processor
8605 lt_prog_compiler_static='-Bstatic'
8606 else
8607 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8608 fi
8609 ;;
8610
8611 mingw* | cygwin* | pw32* | os2* | cegcc*)
8612 # This hack is so that the source file can tell whether it is being
8613 # built for inclusion in a dll (and should export symbols for example).
8614 lt_prog_compiler_pic='-DDLL_EXPORT'
8615 ;;
8616
8617 hpux9* | hpux10* | hpux11*)
8618 lt_prog_compiler_wl='-Wl,'
8619 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8620 # not for PA HP-UX.
8621 case $host_cpu in
8622 hppa*64*|ia64*)
8623 # +Z the default
8624 ;;
8625 *)
8626 lt_prog_compiler_pic='+Z'
8627 ;;
8628 esac
8629 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8630 lt_prog_compiler_static='${wl}-a ${wl}archive'
8631 ;;
8632
8633 irix5* | irix6* | nonstopux*)
8634 lt_prog_compiler_wl='-Wl,'
8635 # PIC (with -KPIC) is the default.
8636 lt_prog_compiler_static='-non_shared'
8637 ;;
8638
8639 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8640 case $cc_basename in
8641 # old Intel for x86_64 which still supported -KPIC.
8642 ecc*)
8643 lt_prog_compiler_wl='-Wl,'
8644 lt_prog_compiler_pic='-KPIC'
8645 lt_prog_compiler_static='-static'
8646 ;;
8647 # icc used to be incompatible with GCC.
8648 # ICC 10 doesn't accept -KPIC any more.
8649 icc* | ifort*)
8650 lt_prog_compiler_wl='-Wl,'
8651 lt_prog_compiler_pic='-fPIC'
8652 lt_prog_compiler_static='-static'
8653 ;;
8654 # Lahey Fortran 8.1.
8655 lf95*)
8656 lt_prog_compiler_wl='-Wl,'
8657 lt_prog_compiler_pic='--shared'
8658 lt_prog_compiler_static='--static'
8659 ;;
8660 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8661 # Portland Group compilers (*not* the Pentium gcc compiler,
8662 # which looks to be a dead project)
8663 lt_prog_compiler_wl='-Wl,'
8664 lt_prog_compiler_pic='-fpic'
8665 lt_prog_compiler_static='-Bstatic'
8666 ;;
8667 ccc*)
8668 lt_prog_compiler_wl='-Wl,'
8669 # All Alpha code is PIC.
8670 lt_prog_compiler_static='-non_shared'
8671 ;;
8672 xl* | bgxl* | bgf* | mpixl*)
8673 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8674 lt_prog_compiler_wl='-Wl,'
8675 lt_prog_compiler_pic='-qpic'
8676 lt_prog_compiler_static='-qstaticlink'
8677 ;;
8678 *)
8679 case `$CC -V 2>&1 | sed 5q` in
8680 *Sun\ F* | *Sun*Fortran*)
8681 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8682 lt_prog_compiler_pic='-KPIC'
8683 lt_prog_compiler_static='-Bstatic'
8684 lt_prog_compiler_wl=''
8685 ;;
8686 *Sun\ C*)
8687 # Sun C 5.9
8688 lt_prog_compiler_pic='-KPIC'
8689 lt_prog_compiler_static='-Bstatic'
8690 lt_prog_compiler_wl='-Wl,'
8691 ;;
8692 esac
8693 ;;
8694 esac
8695 ;;
8696
8697 newsos6)
8698 lt_prog_compiler_pic='-KPIC'
8699 lt_prog_compiler_static='-Bstatic'
8700 ;;
8701
8702 *nto* | *qnx*)
8703 # QNX uses GNU C++, but need to define -shared option too, otherwise
8704 # it will coredump.
8705 lt_prog_compiler_pic='-fPIC -shared'
8706 ;;
8707
8708 osf3* | osf4* | osf5*)
8709 lt_prog_compiler_wl='-Wl,'
8710 # All OSF/1 code is PIC.
8711 lt_prog_compiler_static='-non_shared'
8712 ;;
8713
8714 rdos*)
8715 lt_prog_compiler_static='-non_shared'
8716 ;;
8717
8718 solaris*)
8719 lt_prog_compiler_pic='-KPIC'
8720 lt_prog_compiler_static='-Bstatic'
8721 case $cc_basename in
8722 f77* | f90* | f95*)
8723 lt_prog_compiler_wl='-Qoption ld ';;
8724 *)
8725 lt_prog_compiler_wl='-Wl,';;
8726 esac
8727 ;;
8728
8729 sunos4*)
8730 lt_prog_compiler_wl='-Qoption ld '
8731 lt_prog_compiler_pic='-PIC'
8732 lt_prog_compiler_static='-Bstatic'
8733 ;;
8734
8735 sysv4 | sysv4.2uw2* | sysv4.3*)
8736 lt_prog_compiler_wl='-Wl,'
8737 lt_prog_compiler_pic='-KPIC'
8738 lt_prog_compiler_static='-Bstatic'
8739 ;;
8740
8741 sysv4*MP*)
8742 if test -d /usr/nec ;then
8743 lt_prog_compiler_pic='-Kconform_pic'
8744 lt_prog_compiler_static='-Bstatic'
8745 fi
8746 ;;
8747
8748 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8749 lt_prog_compiler_wl='-Wl,'
8750 lt_prog_compiler_pic='-KPIC'
8751 lt_prog_compiler_static='-Bstatic'
8752 ;;
8753
8754 unicos*)
8755 lt_prog_compiler_wl='-Wl,'
8756 lt_prog_compiler_can_build_shared=no
8757 ;;
8758
8759 uts4*)
8760 lt_prog_compiler_pic='-pic'
8761 lt_prog_compiler_static='-Bstatic'
8762 ;;
8763
8764 *)
8765 lt_prog_compiler_can_build_shared=no
8766 ;;
8767 esac
8768 fi
8769
8770 case $host_os in
8771 # For platforms which do not support PIC, -DPIC is meaningless:
8772 *djgpp*)
8773 lt_prog_compiler_pic=
8774 ;;
8775 *)
8776 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8777 ;;
8778 esac
8779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8780 $as_echo "$lt_prog_compiler_pic" >&6; }
8781
8782
8783
8784
8785
8786
8787 #
8788 # Check to make sure the PIC flag actually works.
8789 #
8790 if test -n "$lt_prog_compiler_pic"; then
8791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8792 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8793 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8794 $as_echo_n "(cached) " >&6
8795 else
8796 lt_cv_prog_compiler_pic_works=no
8797 ac_outfile=conftest.$ac_objext
8798 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8799 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8800 # Insert the option either (1) after the last *FLAGS variable, or
8801 # (2) before a word containing "conftest.", or (3) at the end.
8802 # Note that $ac_compile itself does not contain backslashes and begins
8803 # with a dollar sign (not a hyphen), so the echo should work correctly.
8804 # The option is referenced via a variable to avoid confusing sed.
8805 lt_compile=`echo "$ac_compile" | $SED \
8806 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8807 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8808 -e 's:$: $lt_compiler_flag:'`
8809 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8810 (eval "$lt_compile" 2>conftest.err)
8811 ac_status=$?
8812 cat conftest.err >&5
8813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8814 if (exit $ac_status) && test -s "$ac_outfile"; then
8815 # The compiler can only warn and ignore the option if not recognized
8816 # So say no if there are warnings other than the usual output.
8817 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8818 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8819 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8820 lt_cv_prog_compiler_pic_works=yes
8821 fi
8822 fi
8823 $RM conftest*
8824
8825 fi
8826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8827 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8828
8829 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8830 case $lt_prog_compiler_pic in
8831 "" | " "*) ;;
8832 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8833 esac
8834 else
8835 lt_prog_compiler_pic=
8836 lt_prog_compiler_can_build_shared=no
8837 fi
8838
8839 fi
8840
8841
8842
8843
8844
8845
8846 #
8847 # Check to make sure the static flag actually works.
8848 #
8849 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8851 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8852 if ${lt_cv_prog_compiler_static_works+:} false; then :
8853 $as_echo_n "(cached) " >&6
8854 else
8855 lt_cv_prog_compiler_static_works=no
8856 save_LDFLAGS="$LDFLAGS"
8857 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8858 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8859 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8860 # The linker can only warn and ignore the option if not recognized
8861 # So say no if there are warnings
8862 if test -s conftest.err; then
8863 # Append any errors to the config.log.
8864 cat conftest.err 1>&5
8865 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8866 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8867 if diff conftest.exp conftest.er2 >/dev/null; then
8868 lt_cv_prog_compiler_static_works=yes
8869 fi
8870 else
8871 lt_cv_prog_compiler_static_works=yes
8872 fi
8873 fi
8874 $RM -r conftest*
8875 LDFLAGS="$save_LDFLAGS"
8876
8877 fi
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8879 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8880
8881 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8882 :
8883 else
8884 lt_prog_compiler_static=
8885 fi
8886
8887
8888
8889
8890
8891
8892
8893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8894 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8895 if ${lt_cv_prog_compiler_c_o+:} false; then :
8896 $as_echo_n "(cached) " >&6
8897 else
8898 lt_cv_prog_compiler_c_o=no
8899 $RM -r conftest 2>/dev/null
8900 mkdir conftest
8901 cd conftest
8902 mkdir out
8903 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8904
8905 lt_compiler_flag="-o out/conftest2.$ac_objext"
8906 # Insert the option either (1) after the last *FLAGS variable, or
8907 # (2) before a word containing "conftest.", or (3) at the end.
8908 # Note that $ac_compile itself does not contain backslashes and begins
8909 # with a dollar sign (not a hyphen), so the echo should work correctly.
8910 lt_compile=`echo "$ac_compile" | $SED \
8911 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8912 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8913 -e 's:$: $lt_compiler_flag:'`
8914 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8915 (eval "$lt_compile" 2>out/conftest.err)
8916 ac_status=$?
8917 cat out/conftest.err >&5
8918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8919 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8920 then
8921 # The compiler can only warn and ignore the option if not recognized
8922 # So say no if there are warnings
8923 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8924 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8925 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8926 lt_cv_prog_compiler_c_o=yes
8927 fi
8928 fi
8929 chmod u+w . 2>&5
8930 $RM conftest*
8931 # SGI C++ compiler will create directory out/ii_files/ for
8932 # template instantiation
8933 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8934 $RM out/* && rmdir out
8935 cd ..
8936 $RM -r conftest
8937 $RM conftest*
8938
8939 fi
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8941 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8942
8943
8944
8945
8946
8947
8948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8949 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8950 if ${lt_cv_prog_compiler_c_o+:} false; then :
8951 $as_echo_n "(cached) " >&6
8952 else
8953 lt_cv_prog_compiler_c_o=no
8954 $RM -r conftest 2>/dev/null
8955 mkdir conftest
8956 cd conftest
8957 mkdir out
8958 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8959
8960 lt_compiler_flag="-o out/conftest2.$ac_objext"
8961 # Insert the option either (1) after the last *FLAGS variable, or
8962 # (2) before a word containing "conftest.", or (3) at the end.
8963 # Note that $ac_compile itself does not contain backslashes and begins
8964 # with a dollar sign (not a hyphen), so the echo should work correctly.
8965 lt_compile=`echo "$ac_compile" | $SED \
8966 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8967 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8968 -e 's:$: $lt_compiler_flag:'`
8969 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8970 (eval "$lt_compile" 2>out/conftest.err)
8971 ac_status=$?
8972 cat out/conftest.err >&5
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8975 then
8976 # The compiler can only warn and ignore the option if not recognized
8977 # So say no if there are warnings
8978 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8979 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8980 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8981 lt_cv_prog_compiler_c_o=yes
8982 fi
8983 fi
8984 chmod u+w . 2>&5
8985 $RM conftest*
8986 # SGI C++ compiler will create directory out/ii_files/ for
8987 # template instantiation
8988 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8989 $RM out/* && rmdir out
8990 cd ..
8991 $RM -r conftest
8992 $RM conftest*
8993
8994 fi
8995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8996 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8997
8998
8999
9000
9001 hard_links="nottested"
9002 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9003 # do not overwrite the value of need_locks provided by the user
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9005 $as_echo_n "checking if we can lock with hard links... " >&6; }
9006 hard_links=yes
9007 $RM conftest*
9008 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9009 touch conftest.a
9010 ln conftest.a conftest.b 2>&5 || hard_links=no
9011 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9013 $as_echo "$hard_links" >&6; }
9014 if test "$hard_links" = no; then
9015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9016 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9017 need_locks=warn
9018 fi
9019 else
9020 need_locks=no
9021 fi
9022
9023
9024
9025
9026
9027
9028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9029 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9030
9031 runpath_var=
9032 allow_undefined_flag=
9033 always_export_symbols=no
9034 archive_cmds=
9035 archive_expsym_cmds=
9036 compiler_needs_object=no
9037 enable_shared_with_static_runtimes=no
9038 export_dynamic_flag_spec=
9039 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9040 hardcode_automatic=no
9041 hardcode_direct=no
9042 hardcode_direct_absolute=no
9043 hardcode_libdir_flag_spec=
9044 hardcode_libdir_flag_spec_ld=
9045 hardcode_libdir_separator=
9046 hardcode_minus_L=no
9047 hardcode_shlibpath_var=unsupported
9048 inherit_rpath=no
9049 link_all_deplibs=unknown
9050 module_cmds=
9051 module_expsym_cmds=
9052 old_archive_from_new_cmds=
9053 old_archive_from_expsyms_cmds=
9054 thread_safe_flag_spec=
9055 whole_archive_flag_spec=
9056 # include_expsyms should be a list of space-separated symbols to be *always*
9057 # included in the symbol list
9058 include_expsyms=
9059 # exclude_expsyms can be an extended regexp of symbols to exclude
9060 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9061 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9062 # as well as any symbol that contains `d'.
9063 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9064 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9065 # platforms (ab)use it in PIC code, but their linkers get confused if
9066 # the symbol is explicitly referenced. Since portable code cannot
9067 # rely on this symbol name, it's probably fine to never include it in
9068 # preloaded symbol tables.
9069 # Exclude shared library initialization/finalization symbols.
9070 extract_expsyms_cmds=
9071
9072 case $host_os in
9073 cygwin* | mingw* | pw32* | cegcc*)
9074 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9075 # When not using gcc, we currently assume that we are using
9076 # Microsoft Visual C++.
9077 if test "$GCC" != yes; then
9078 with_gnu_ld=no
9079 fi
9080 ;;
9081 interix*)
9082 # we just hope/assume this is gcc and not c89 (= MSVC++)
9083 with_gnu_ld=yes
9084 ;;
9085 openbsd*)
9086 with_gnu_ld=no
9087 ;;
9088 esac
9089
9090 ld_shlibs=yes
9091
9092 # On some targets, GNU ld is compatible enough with the native linker
9093 # that we're better off using the native interface for both.
9094 lt_use_gnu_ld_interface=no
9095 if test "$with_gnu_ld" = yes; then
9096 case $host_os in
9097 aix*)
9098 # The AIX port of GNU ld has always aspired to compatibility
9099 # with the native linker. However, as the warning in the GNU ld
9100 # block says, versions before 2.19.5* couldn't really create working
9101 # shared libraries, regardless of the interface used.
9102 case `$LD -v 2>&1` in
9103 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9104 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9105 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9106 *)
9107 lt_use_gnu_ld_interface=yes
9108 ;;
9109 esac
9110 ;;
9111 *)
9112 lt_use_gnu_ld_interface=yes
9113 ;;
9114 esac
9115 fi
9116
9117 if test "$lt_use_gnu_ld_interface" = yes; then
9118 # If archive_cmds runs LD, not CC, wlarc should be empty
9119 wlarc='${wl}'
9120
9121 # Set some defaults for GNU ld with shared library support. These
9122 # are reset later if shared libraries are not supported. Putting them
9123 # here allows them to be overridden if necessary.
9124 runpath_var=LD_RUN_PATH
9125 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9126 export_dynamic_flag_spec='${wl}--export-dynamic'
9127 # ancient GNU ld didn't support --whole-archive et. al.
9128 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9129 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9130 else
9131 whole_archive_flag_spec=
9132 fi
9133 supports_anon_versioning=no
9134 case `$LD -v 2>&1` in
9135 *GNU\ gold*) supports_anon_versioning=yes ;;
9136 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9137 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9138 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9139 *\ 2.11.*) ;; # other 2.11 versions
9140 *) supports_anon_versioning=yes ;;
9141 esac
9142
9143 # See if GNU ld supports shared libraries.
9144 case $host_os in
9145 aix[3-9]*)
9146 # On AIX/PPC, the GNU linker is very broken
9147 if test "$host_cpu" != ia64; then
9148 ld_shlibs=no
9149 cat <<_LT_EOF 1>&2
9150
9151 *** Warning: the GNU linker, at least up to release 2.19, is reported
9152 *** to be unable to reliably create shared libraries on AIX.
9153 *** Therefore, libtool is disabling shared libraries support. If you
9154 *** really care for shared libraries, you may want to install binutils
9155 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9156 *** You will then need to restart the configuration process.
9157
9158 _LT_EOF
9159 fi
9160 ;;
9161
9162 amigaos*)
9163 case $host_cpu in
9164 powerpc)
9165 # see comment about AmigaOS4 .so support
9166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9167 archive_expsym_cmds=''
9168 ;;
9169 m68k)
9170 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)'
9171 hardcode_libdir_flag_spec='-L$libdir'
9172 hardcode_minus_L=yes
9173 ;;
9174 esac
9175 ;;
9176
9177 beos*)
9178 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9179 allow_undefined_flag=unsupported
9180 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9181 # support --undefined. This deserves some investigation. FIXME
9182 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9183 else
9184 ld_shlibs=no
9185 fi
9186 ;;
9187
9188 cygwin* | mingw* | pw32* | cegcc*)
9189 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9190 # as there is no search path for DLLs.
9191 hardcode_libdir_flag_spec='-L$libdir'
9192 export_dynamic_flag_spec='${wl}--export-all-symbols'
9193 allow_undefined_flag=unsupported
9194 always_export_symbols=no
9195 enable_shared_with_static_runtimes=yes
9196 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9197
9198 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9199 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9200 # If the export-symbols file already is a .def file (1st line
9201 # is EXPORTS), use it as is; otherwise, prepend...
9202 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9203 cp $export_symbols $output_objdir/$soname.def;
9204 else
9205 echo EXPORTS > $output_objdir/$soname.def;
9206 cat $export_symbols >> $output_objdir/$soname.def;
9207 fi~
9208 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9209 else
9210 ld_shlibs=no
9211 fi
9212 ;;
9213
9214 haiku*)
9215 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9216 link_all_deplibs=yes
9217 ;;
9218
9219 interix[3-9]*)
9220 hardcode_direct=no
9221 hardcode_shlibpath_var=no
9222 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9223 export_dynamic_flag_spec='${wl}-E'
9224 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9225 # Instead, shared libraries are loaded at an image base (0x10000000 by
9226 # default) and relocated if they conflict, which is a slow very memory
9227 # consuming and fragmenting process. To avoid this, we pick a random,
9228 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9229 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9230 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9231 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'
9232 ;;
9233
9234 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9235 tmp_diet=no
9236 if test "$host_os" = linux-dietlibc; then
9237 case $cc_basename in
9238 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9239 esac
9240 fi
9241 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9242 && test "$tmp_diet" = no
9243 then
9244 tmp_addflag=' $pic_flag'
9245 tmp_sharedflag='-shared'
9246 case $cc_basename,$host_cpu in
9247 pgcc*) # Portland Group C compiler
9248 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'
9249 tmp_addflag=' $pic_flag'
9250 ;;
9251 pgf77* | pgf90* | pgf95* | pgfortran*)
9252 # Portland Group f77 and f90 compilers
9253 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'
9254 tmp_addflag=' $pic_flag -Mnomain' ;;
9255 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9256 tmp_addflag=' -i_dynamic' ;;
9257 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9258 tmp_addflag=' -i_dynamic -nofor_main' ;;
9259 ifc* | ifort*) # Intel Fortran compiler
9260 tmp_addflag=' -nofor_main' ;;
9261 lf95*) # Lahey Fortran 8.1
9262 whole_archive_flag_spec=
9263 tmp_sharedflag='--shared' ;;
9264 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9265 tmp_sharedflag='-qmkshrobj'
9266 tmp_addflag= ;;
9267 nvcc*) # Cuda Compiler Driver 2.2
9268 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'
9269 compiler_needs_object=yes
9270 ;;
9271 esac
9272 case `$CC -V 2>&1 | sed 5q` in
9273 *Sun\ C*) # Sun C 5.9
9274 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'
9275 compiler_needs_object=yes
9276 tmp_sharedflag='-G' ;;
9277 *Sun\ F*) # Sun Fortran 8.3
9278 tmp_sharedflag='-G' ;;
9279 esac
9280 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9281
9282 if test "x$supports_anon_versioning" = xyes; then
9283 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9284 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9285 echo "local: *; };" >> $output_objdir/$libname.ver~
9286 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9287 fi
9288
9289 case $cc_basename in
9290 xlf* | bgf* | bgxlf* | mpixlf*)
9291 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9292 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9293 hardcode_libdir_flag_spec=
9294 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9295 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9296 if test "x$supports_anon_versioning" = xyes; then
9297 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9298 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9299 echo "local: *; };" >> $output_objdir/$libname.ver~
9300 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9301 fi
9302 ;;
9303 esac
9304 else
9305 ld_shlibs=no
9306 fi
9307 ;;
9308
9309 netbsd*)
9310 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9311 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9312 wlarc=
9313 else
9314 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9315 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9316 fi
9317 ;;
9318
9319 solaris*)
9320 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9321 ld_shlibs=no
9322 cat <<_LT_EOF 1>&2
9323
9324 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9325 *** create shared libraries on Solaris systems. Therefore, libtool
9326 *** is disabling shared libraries support. We urge you to upgrade GNU
9327 *** binutils to release 2.9.1 or newer. Another option is to modify
9328 *** your PATH or compiler configuration so that the native linker is
9329 *** used, and then restart.
9330
9331 _LT_EOF
9332 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9333 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9334 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9335 else
9336 ld_shlibs=no
9337 fi
9338 ;;
9339
9340 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9341 case `$LD -v 2>&1` in
9342 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9343 ld_shlibs=no
9344 cat <<_LT_EOF 1>&2
9345
9346 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9347 *** reliably create shared libraries on SCO systems. Therefore, libtool
9348 *** is disabling shared libraries support. We urge you to upgrade GNU
9349 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9350 *** your PATH or compiler configuration so that the native linker is
9351 *** used, and then restart.
9352
9353 _LT_EOF
9354 ;;
9355 *)
9356 # For security reasons, it is highly recommended that you always
9357 # use absolute paths for naming shared libraries, and exclude the
9358 # DT_RUNPATH tag from executables and libraries. But doing so
9359 # requires that you compile everything twice, which is a pain.
9360 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9361 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9362 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9363 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9364 else
9365 ld_shlibs=no
9366 fi
9367 ;;
9368 esac
9369 ;;
9370
9371 sunos4*)
9372 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9373 wlarc=
9374 hardcode_direct=yes
9375 hardcode_shlibpath_var=no
9376 ;;
9377
9378 *)
9379 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9380 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9381 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9382 else
9383 ld_shlibs=no
9384 fi
9385 ;;
9386 esac
9387
9388 if test "$ld_shlibs" = no; then
9389 runpath_var=
9390 hardcode_libdir_flag_spec=
9391 export_dynamic_flag_spec=
9392 whole_archive_flag_spec=
9393 fi
9394 else
9395 # PORTME fill in a description of your system's linker (not GNU ld)
9396 case $host_os in
9397 aix3*)
9398 allow_undefined_flag=unsupported
9399 always_export_symbols=yes
9400 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'
9401 # Note: this linker hardcodes the directories in LIBPATH if there
9402 # are no directories specified by -L.
9403 hardcode_minus_L=yes
9404 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9405 # Neither direct hardcoding nor static linking is supported with a
9406 # broken collect2.
9407 hardcode_direct=unsupported
9408 fi
9409 ;;
9410
9411 aix[4-9]*)
9412 if test "$host_cpu" = ia64; then
9413 # On IA64, the linker does run time linking by default, so we don't
9414 # have to do anything special.
9415 aix_use_runtimelinking=no
9416 exp_sym_flag='-Bexport'
9417 no_entry_flag=""
9418 else
9419 # If we're using GNU nm, then we don't want the "-C" option.
9420 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9421 # Also, AIX nm treats weak defined symbols like other global
9422 # defined symbols, whereas GNU nm marks them as "W".
9423 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9424 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'
9425 else
9426 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'
9427 fi
9428 aix_use_runtimelinking=no
9429
9430 # Test if we are trying to use run time linking or normal
9431 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9432 # need to do runtime linking.
9433 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9434 for ld_flag in $LDFLAGS; do
9435 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9436 aix_use_runtimelinking=yes
9437 break
9438 fi
9439 done
9440 ;;
9441 esac
9442
9443 exp_sym_flag='-bexport'
9444 no_entry_flag='-bnoentry'
9445 fi
9446
9447 # When large executables or shared objects are built, AIX ld can
9448 # have problems creating the table of contents. If linking a library
9449 # or program results in "error TOC overflow" add -mminimal-toc to
9450 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9451 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9452
9453 archive_cmds=''
9454 hardcode_direct=yes
9455 hardcode_direct_absolute=yes
9456 hardcode_libdir_separator=':'
9457 link_all_deplibs=yes
9458 file_list_spec='${wl}-f,'
9459
9460 if test "$GCC" = yes; then
9461 case $host_os in aix4.[012]|aix4.[012].*)
9462 # We only want to do this on AIX 4.2 and lower, the check
9463 # below for broken collect2 doesn't work under 4.3+
9464 collect2name=`${CC} -print-prog-name=collect2`
9465 if test -f "$collect2name" &&
9466 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9467 then
9468 # We have reworked collect2
9469 :
9470 else
9471 # We have old collect2
9472 hardcode_direct=unsupported
9473 # It fails to find uninstalled libraries when the uninstalled
9474 # path is not listed in the libpath. Setting hardcode_minus_L
9475 # to unsupported forces relinking
9476 hardcode_minus_L=yes
9477 hardcode_libdir_flag_spec='-L$libdir'
9478 hardcode_libdir_separator=
9479 fi
9480 ;;
9481 esac
9482 shared_flag='-shared'
9483 if test "$aix_use_runtimelinking" = yes; then
9484 shared_flag="$shared_flag "'${wl}-G'
9485 fi
9486 else
9487 # not using gcc
9488 if test "$host_cpu" = ia64; then
9489 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9490 # chokes on -Wl,-G. The following line is correct:
9491 shared_flag='-G'
9492 else
9493 if test "$aix_use_runtimelinking" = yes; then
9494 shared_flag='${wl}-G'
9495 else
9496 shared_flag='${wl}-bM:SRE'
9497 fi
9498 fi
9499 fi
9500
9501 export_dynamic_flag_spec='${wl}-bexpall'
9502 # It seems that -bexpall does not export symbols beginning with
9503 # underscore (_), so it is better to generate a list of symbols to export.
9504 always_export_symbols=yes
9505 if test "$aix_use_runtimelinking" = yes; then
9506 # Warning - without using the other runtime loading flags (-brtl),
9507 # -berok will link without error, but may produce a broken library.
9508 allow_undefined_flag='-berok'
9509 # Determine the default libpath from the value encoded in an
9510 # empty executable.
9511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9512 /* end confdefs.h. */
9513
9514 int
9515 main ()
9516 {
9517
9518 ;
9519 return 0;
9520 }
9521 _ACEOF
9522 if ac_fn_c_try_link "$LINENO"; then :
9523
9524 lt_aix_libpath_sed='
9525 /Import File Strings/,/^$/ {
9526 /^0/ {
9527 s/^0 *\(.*\)$/\1/
9528 p
9529 }
9530 }'
9531 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9532 # Check for a 64-bit object if we didn't find anything.
9533 if test -z "$aix_libpath"; then
9534 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9535 fi
9536 fi
9537 rm -f core conftest.err conftest.$ac_objext \
9538 conftest$ac_exeext conftest.$ac_ext
9539 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9540
9541 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9542 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"
9543 else
9544 if test "$host_cpu" = ia64; then
9545 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9546 allow_undefined_flag="-z nodefs"
9547 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"
9548 else
9549 # Determine the default libpath from the value encoded in an
9550 # empty executable.
9551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9552 /* end confdefs.h. */
9553
9554 int
9555 main ()
9556 {
9557
9558 ;
9559 return 0;
9560 }
9561 _ACEOF
9562 if ac_fn_c_try_link "$LINENO"; then :
9563
9564 lt_aix_libpath_sed='
9565 /Import File Strings/,/^$/ {
9566 /^0/ {
9567 s/^0 *\(.*\)$/\1/
9568 p
9569 }
9570 }'
9571 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9572 # Check for a 64-bit object if we didn't find anything.
9573 if test -z "$aix_libpath"; then
9574 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9575 fi
9576 fi
9577 rm -f core conftest.err conftest.$ac_objext \
9578 conftest$ac_exeext conftest.$ac_ext
9579 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9580
9581 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9582 # Warning - without using the other run time loading flags,
9583 # -berok will link without error, but may produce a broken library.
9584 no_undefined_flag=' ${wl}-bernotok'
9585 allow_undefined_flag=' ${wl}-berok'
9586 if test "$with_gnu_ld" = yes; then
9587 # We only use this code for GNU lds that support --whole-archive.
9588 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9589 else
9590 # Exported symbols can be pulled into shared objects from archives
9591 whole_archive_flag_spec='$convenience'
9592 fi
9593 archive_cmds_need_lc=yes
9594 # This is similar to how AIX traditionally builds its shared libraries.
9595 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'
9596 fi
9597 fi
9598 ;;
9599
9600 amigaos*)
9601 case $host_cpu in
9602 powerpc)
9603 # see comment about AmigaOS4 .so support
9604 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9605 archive_expsym_cmds=''
9606 ;;
9607 m68k)
9608 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)'
9609 hardcode_libdir_flag_spec='-L$libdir'
9610 hardcode_minus_L=yes
9611 ;;
9612 esac
9613 ;;
9614
9615 bsdi[45]*)
9616 export_dynamic_flag_spec=-rdynamic
9617 ;;
9618
9619 cygwin* | mingw* | pw32* | cegcc*)
9620 # When not using gcc, we currently assume that we are using
9621 # Microsoft Visual C++.
9622 # hardcode_libdir_flag_spec is actually meaningless, as there is
9623 # no search path for DLLs.
9624 hardcode_libdir_flag_spec=' '
9625 allow_undefined_flag=unsupported
9626 # Tell ltmain to make .lib files, not .a files.
9627 libext=lib
9628 # Tell ltmain to make .dll files, not .so files.
9629 shrext_cmds=".dll"
9630 # FIXME: Setting linknames here is a bad hack.
9631 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9632 # The linker will automatically build a .lib file if we build a DLL.
9633 old_archive_from_new_cmds='true'
9634 # FIXME: Should let the user specify the lib program.
9635 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9636 fix_srcfile_path='`cygpath -w "$srcfile"`'
9637 enable_shared_with_static_runtimes=yes
9638 ;;
9639
9640 darwin* | rhapsody*)
9641
9642
9643 archive_cmds_need_lc=no
9644 hardcode_direct=no
9645 hardcode_automatic=yes
9646 hardcode_shlibpath_var=unsupported
9647 if test "$lt_cv_ld_force_load" = "yes"; then
9648 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\"`'
9649 else
9650 whole_archive_flag_spec=''
9651 fi
9652 link_all_deplibs=yes
9653 allow_undefined_flag="$_lt_dar_allow_undefined"
9654 case $cc_basename in
9655 ifort*) _lt_dar_can_shared=yes ;;
9656 *) _lt_dar_can_shared=$GCC ;;
9657 esac
9658 if test "$_lt_dar_can_shared" = "yes"; then
9659 output_verbose_link_cmd=func_echo_all
9660 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9661 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9662 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}"
9663 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}"
9664
9665 else
9666 ld_shlibs=no
9667 fi
9668
9669 ;;
9670
9671 dgux*)
9672 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9673 hardcode_libdir_flag_spec='-L$libdir'
9674 hardcode_shlibpath_var=no
9675 ;;
9676
9677 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9678 # support. Future versions do this automatically, but an explicit c++rt0.o
9679 # does not break anything, and helps significantly (at the cost of a little
9680 # extra space).
9681 freebsd2.2*)
9682 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9683 hardcode_libdir_flag_spec='-R$libdir'
9684 hardcode_direct=yes
9685 hardcode_shlibpath_var=no
9686 ;;
9687
9688 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9689 freebsd2.*)
9690 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9691 hardcode_direct=yes
9692 hardcode_minus_L=yes
9693 hardcode_shlibpath_var=no
9694 ;;
9695
9696 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9697 freebsd* | dragonfly*)
9698 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9699 hardcode_libdir_flag_spec='-R$libdir'
9700 hardcode_direct=yes
9701 hardcode_shlibpath_var=no
9702 ;;
9703
9704 hpux9*)
9705 if test "$GCC" = yes; then
9706 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'
9707 else
9708 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'
9709 fi
9710 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9711 hardcode_libdir_separator=:
9712 hardcode_direct=yes
9713
9714 # hardcode_minus_L: Not really in the search PATH,
9715 # but as the default location of the library.
9716 hardcode_minus_L=yes
9717 export_dynamic_flag_spec='${wl}-E'
9718 ;;
9719
9720 hpux10*)
9721 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9722 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9723 else
9724 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9725 fi
9726 if test "$with_gnu_ld" = no; then
9727 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9728 hardcode_libdir_flag_spec_ld='+b $libdir'
9729 hardcode_libdir_separator=:
9730 hardcode_direct=yes
9731 hardcode_direct_absolute=yes
9732 export_dynamic_flag_spec='${wl}-E'
9733 # hardcode_minus_L: Not really in the search PATH,
9734 # but as the default location of the library.
9735 hardcode_minus_L=yes
9736 fi
9737 ;;
9738
9739 hpux11*)
9740 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9741 case $host_cpu in
9742 hppa*64*)
9743 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9744 ;;
9745 ia64*)
9746 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9747 ;;
9748 *)
9749 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9750 ;;
9751 esac
9752 else
9753 case $host_cpu in
9754 hppa*64*)
9755 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9756 ;;
9757 ia64*)
9758 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9759 ;;
9760 *)
9761
9762 # Older versions of the 11.00 compiler do not understand -b yet
9763 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9765 $as_echo_n "checking if $CC understands -b... " >&6; }
9766 if ${lt_cv_prog_compiler__b+:} false; then :
9767 $as_echo_n "(cached) " >&6
9768 else
9769 lt_cv_prog_compiler__b=no
9770 save_LDFLAGS="$LDFLAGS"
9771 LDFLAGS="$LDFLAGS -b"
9772 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9773 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9774 # The linker can only warn and ignore the option if not recognized
9775 # So say no if there are warnings
9776 if test -s conftest.err; then
9777 # Append any errors to the config.log.
9778 cat conftest.err 1>&5
9779 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9780 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9781 if diff conftest.exp conftest.er2 >/dev/null; then
9782 lt_cv_prog_compiler__b=yes
9783 fi
9784 else
9785 lt_cv_prog_compiler__b=yes
9786 fi
9787 fi
9788 $RM -r conftest*
9789 LDFLAGS="$save_LDFLAGS"
9790
9791 fi
9792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9793 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9794
9795 if test x"$lt_cv_prog_compiler__b" = xyes; then
9796 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9797 else
9798 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9799 fi
9800
9801 ;;
9802 esac
9803 fi
9804 if test "$with_gnu_ld" = no; then
9805 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9806 hardcode_libdir_separator=:
9807
9808 case $host_cpu in
9809 hppa*64*|ia64*)
9810 hardcode_direct=no
9811 hardcode_shlibpath_var=no
9812 ;;
9813 *)
9814 hardcode_direct=yes
9815 hardcode_direct_absolute=yes
9816 export_dynamic_flag_spec='${wl}-E'
9817
9818 # hardcode_minus_L: Not really in the search PATH,
9819 # but as the default location of the library.
9820 hardcode_minus_L=yes
9821 ;;
9822 esac
9823 fi
9824 ;;
9825
9826 irix5* | irix6* | nonstopux*)
9827 if test "$GCC" = yes; then
9828 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'
9829 # Try to use the -exported_symbol ld option, if it does not
9830 # work, assume that -exports_file does not work either and
9831 # implicitly export all symbols.
9832 save_LDFLAGS="$LDFLAGS"
9833 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9835 /* end confdefs.h. */
9836 int foo(void) {}
9837 _ACEOF
9838 if ac_fn_c_try_link "$LINENO"; then :
9839 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'
9840
9841 fi
9842 rm -f core conftest.err conftest.$ac_objext \
9843 conftest$ac_exeext conftest.$ac_ext
9844 LDFLAGS="$save_LDFLAGS"
9845 else
9846 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'
9847 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'
9848 fi
9849 archive_cmds_need_lc='no'
9850 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9851 hardcode_libdir_separator=:
9852 inherit_rpath=yes
9853 link_all_deplibs=yes
9854 ;;
9855
9856 netbsd*)
9857 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9858 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9859 else
9860 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9861 fi
9862 hardcode_libdir_flag_spec='-R$libdir'
9863 hardcode_direct=yes
9864 hardcode_shlibpath_var=no
9865 ;;
9866
9867 newsos6)
9868 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9869 hardcode_direct=yes
9870 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9871 hardcode_libdir_separator=:
9872 hardcode_shlibpath_var=no
9873 ;;
9874
9875 *nto* | *qnx*)
9876 ;;
9877
9878 openbsd*)
9879 if test -f /usr/libexec/ld.so; then
9880 hardcode_direct=yes
9881 hardcode_shlibpath_var=no
9882 hardcode_direct_absolute=yes
9883 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9884 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9885 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9886 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9887 export_dynamic_flag_spec='${wl}-E'
9888 else
9889 case $host_os in
9890 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9891 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9892 hardcode_libdir_flag_spec='-R$libdir'
9893 ;;
9894 *)
9895 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9896 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9897 ;;
9898 esac
9899 fi
9900 else
9901 ld_shlibs=no
9902 fi
9903 ;;
9904
9905 os2*)
9906 hardcode_libdir_flag_spec='-L$libdir'
9907 hardcode_minus_L=yes
9908 allow_undefined_flag=unsupported
9909 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'
9910 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9911 ;;
9912
9913 osf3*)
9914 if test "$GCC" = yes; then
9915 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9916 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'
9917 else
9918 allow_undefined_flag=' -expect_unresolved \*'
9919 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'
9920 fi
9921 archive_cmds_need_lc='no'
9922 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9923 hardcode_libdir_separator=:
9924 ;;
9925
9926 osf4* | osf5*) # as osf3* with the addition of -msym flag
9927 if test "$GCC" = yes; then
9928 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9929 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'
9930 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9931 else
9932 allow_undefined_flag=' -expect_unresolved \*'
9933 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'
9934 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~
9935 $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'
9936
9937 # Both c and cxx compiler support -rpath directly
9938 hardcode_libdir_flag_spec='-rpath $libdir'
9939 fi
9940 archive_cmds_need_lc='no'
9941 hardcode_libdir_separator=:
9942 ;;
9943
9944 solaris*)
9945 no_undefined_flag=' -z defs'
9946 if test "$GCC" = yes; then
9947 wlarc='${wl}'
9948 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9949 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9950 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9951 else
9952 case `$CC -V 2>&1` in
9953 *"Compilers 5.0"*)
9954 wlarc=''
9955 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9956 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9957 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9958 ;;
9959 *)
9960 wlarc='${wl}'
9961 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9962 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9963 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9964 ;;
9965 esac
9966 fi
9967 hardcode_libdir_flag_spec='-R$libdir'
9968 hardcode_shlibpath_var=no
9969 case $host_os in
9970 solaris2.[0-5] | solaris2.[0-5].*) ;;
9971 *)
9972 # The compiler driver will combine and reorder linker options,
9973 # but understands `-z linker_flag'. GCC discards it without `$wl',
9974 # but is careful enough not to reorder.
9975 # Supported since Solaris 2.6 (maybe 2.5.1?)
9976 if test "$GCC" = yes; then
9977 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9978 else
9979 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9980 fi
9981 ;;
9982 esac
9983 link_all_deplibs=yes
9984 ;;
9985
9986 sunos4*)
9987 if test "x$host_vendor" = xsequent; then
9988 # Use $CC to link under sequent, because it throws in some extra .o
9989 # files that make .init and .fini sections work.
9990 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9991 else
9992 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9993 fi
9994 hardcode_libdir_flag_spec='-L$libdir'
9995 hardcode_direct=yes
9996 hardcode_minus_L=yes
9997 hardcode_shlibpath_var=no
9998 ;;
9999
10000 sysv4)
10001 case $host_vendor in
10002 sni)
10003 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10004 hardcode_direct=yes # is this really true???
10005 ;;
10006 siemens)
10007 ## LD is ld it makes a PLAMLIB
10008 ## CC just makes a GrossModule.
10009 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10010 reload_cmds='$CC -r -o $output$reload_objs'
10011 hardcode_direct=no
10012 ;;
10013 motorola)
10014 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10015 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10016 ;;
10017 esac
10018 runpath_var='LD_RUN_PATH'
10019 hardcode_shlibpath_var=no
10020 ;;
10021
10022 sysv4.3*)
10023 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10024 hardcode_shlibpath_var=no
10025 export_dynamic_flag_spec='-Bexport'
10026 ;;
10027
10028 sysv4*MP*)
10029 if test -d /usr/nec; then
10030 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10031 hardcode_shlibpath_var=no
10032 runpath_var=LD_RUN_PATH
10033 hardcode_runpath_var=yes
10034 ld_shlibs=yes
10035 fi
10036 ;;
10037
10038 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10039 no_undefined_flag='${wl}-z,text'
10040 archive_cmds_need_lc=no
10041 hardcode_shlibpath_var=no
10042 runpath_var='LD_RUN_PATH'
10043
10044 if test "$GCC" = yes; then
10045 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10046 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10047 else
10048 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10049 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10050 fi
10051 ;;
10052
10053 sysv5* | sco3.2v5* | sco5v6*)
10054 # Note: We can NOT use -z defs as we might desire, because we do not
10055 # link with -lc, and that would cause any symbols used from libc to
10056 # always be unresolved, which means just about no library would
10057 # ever link correctly. If we're not using GNU ld we use -z text
10058 # though, which does catch some bad symbols but isn't as heavy-handed
10059 # as -z defs.
10060 no_undefined_flag='${wl}-z,text'
10061 allow_undefined_flag='${wl}-z,nodefs'
10062 archive_cmds_need_lc=no
10063 hardcode_shlibpath_var=no
10064 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10065 hardcode_libdir_separator=':'
10066 link_all_deplibs=yes
10067 export_dynamic_flag_spec='${wl}-Bexport'
10068 runpath_var='LD_RUN_PATH'
10069
10070 if test "$GCC" = yes; then
10071 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10072 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10073 else
10074 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10075 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10076 fi
10077 ;;
10078
10079 uts4*)
10080 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10081 hardcode_libdir_flag_spec='-L$libdir'
10082 hardcode_shlibpath_var=no
10083 ;;
10084
10085 *)
10086 ld_shlibs=no
10087 ;;
10088 esac
10089
10090 if test x$host_vendor = xsni; then
10091 case $host in
10092 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10093 export_dynamic_flag_spec='${wl}-Blargedynsym'
10094 ;;
10095 esac
10096 fi
10097 fi
10098
10099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10100 $as_echo "$ld_shlibs" >&6; }
10101 test "$ld_shlibs" = no && can_build_shared=no
10102
10103 with_gnu_ld=$with_gnu_ld
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119 #
10120 # Do we need to explicitly link libc?
10121 #
10122 case "x$archive_cmds_need_lc" in
10123 x|xyes)
10124 # Assume -lc should be added
10125 archive_cmds_need_lc=yes
10126
10127 if test "$enable_shared" = yes && test "$GCC" = yes; then
10128 case $archive_cmds in
10129 *'~'*)
10130 # FIXME: we may have to deal with multi-command sequences.
10131 ;;
10132 '$CC '*)
10133 # Test whether the compiler implicitly links with -lc since on some
10134 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10135 # to ld, don't add -lc before -lgcc.
10136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10137 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10138 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10139 $as_echo_n "(cached) " >&6
10140 else
10141 $RM conftest*
10142 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10143
10144 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10145 (eval $ac_compile) 2>&5
10146 ac_status=$?
10147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10148 test $ac_status = 0; } 2>conftest.err; then
10149 soname=conftest
10150 lib=conftest
10151 libobjs=conftest.$ac_objext
10152 deplibs=
10153 wl=$lt_prog_compiler_wl
10154 pic_flag=$lt_prog_compiler_pic
10155 compiler_flags=-v
10156 linker_flags=-v
10157 verstring=
10158 output_objdir=.
10159 libname=conftest
10160 lt_save_allow_undefined_flag=$allow_undefined_flag
10161 allow_undefined_flag=
10162 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10163 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10164 ac_status=$?
10165 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10166 test $ac_status = 0; }
10167 then
10168 lt_cv_archive_cmds_need_lc=no
10169 else
10170 lt_cv_archive_cmds_need_lc=yes
10171 fi
10172 allow_undefined_flag=$lt_save_allow_undefined_flag
10173 else
10174 cat conftest.err 1>&5
10175 fi
10176 $RM conftest*
10177
10178 fi
10179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10180 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10181 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10182 ;;
10183 esac
10184 fi
10185 ;;
10186 esac
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10345 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10346
10347 if test "$GCC" = yes; then
10348 case $host_os in
10349 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10350 *) lt_awk_arg="/^libraries:/" ;;
10351 esac
10352 case $host_os in
10353 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10354 *) lt_sed_strip_eq="s,=/,/,g" ;;
10355 esac
10356 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10357 case $lt_search_path_spec in
10358 *\;*)
10359 # if the path contains ";" then we assume it to be the separator
10360 # otherwise default to the standard path separator (i.e. ":") - it is
10361 # assumed that no part of a normal pathname contains ";" but that should
10362 # okay in the real world where ";" in dirpaths is itself problematic.
10363 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10364 ;;
10365 *)
10366 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10367 ;;
10368 esac
10369 # Ok, now we have the path, separated by spaces, we can step through it
10370 # and add multilib dir if necessary.
10371 lt_tmp_lt_search_path_spec=
10372 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10373 for lt_sys_path in $lt_search_path_spec; do
10374 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10375 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10376 else
10377 test -d "$lt_sys_path" && \
10378 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10379 fi
10380 done
10381 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10382 BEGIN {RS=" "; FS="/|\n";} {
10383 lt_foo="";
10384 lt_count=0;
10385 for (lt_i = NF; lt_i > 0; lt_i--) {
10386 if ($lt_i != "" && $lt_i != ".") {
10387 if ($lt_i == "..") {
10388 lt_count++;
10389 } else {
10390 if (lt_count == 0) {
10391 lt_foo="/" $lt_i lt_foo;
10392 } else {
10393 lt_count--;
10394 }
10395 }
10396 }
10397 }
10398 if (lt_foo != "") { lt_freq[lt_foo]++; }
10399 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10400 }'`
10401 # AWK program above erroneously prepends '/' to C:/dos/paths
10402 # for these hosts.
10403 case $host_os in
10404 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10405 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10406 esac
10407 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10408 else
10409 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10410 fi
10411 library_names_spec=
10412 libname_spec='lib$name'
10413 soname_spec=
10414 shrext_cmds=".so"
10415 postinstall_cmds=
10416 postuninstall_cmds=
10417 finish_cmds=
10418 finish_eval=
10419 shlibpath_var=
10420 shlibpath_overrides_runpath=unknown
10421 version_type=none
10422 dynamic_linker="$host_os ld.so"
10423 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10424 need_lib_prefix=unknown
10425 hardcode_into_libs=no
10426
10427 # when you set need_version to no, make sure it does not cause -set_version
10428 # flags to be left without arguments
10429 need_version=unknown
10430
10431 case $host_os in
10432 aix3*)
10433 version_type=linux
10434 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10435 shlibpath_var=LIBPATH
10436
10437 # AIX 3 has no versioning support, so we append a major version to the name.
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 ;;
10440
10441 aix[4-9]*)
10442 version_type=linux
10443 need_lib_prefix=no
10444 need_version=no
10445 hardcode_into_libs=yes
10446 if test "$host_cpu" = ia64; then
10447 # AIX 5 supports IA64
10448 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10449 shlibpath_var=LD_LIBRARY_PATH
10450 else
10451 # With GCC up to 2.95.x, collect2 would create an import file
10452 # for dependence libraries. The import file would start with
10453 # the line `#! .'. This would cause the generated library to
10454 # depend on `.', always an invalid library. This was fixed in
10455 # development snapshots of GCC prior to 3.0.
10456 case $host_os in
10457 aix4 | aix4.[01] | aix4.[01].*)
10458 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10459 echo ' yes '
10460 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10461 :
10462 else
10463 can_build_shared=no
10464 fi
10465 ;;
10466 esac
10467 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10468 # soname into executable. Probably we can add versioning support to
10469 # collect2, so additional links can be useful in future.
10470 if test "$aix_use_runtimelinking" = yes; then
10471 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10472 # instead of lib<name>.a to let people know that these are not
10473 # typical AIX shared libraries.
10474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10475 else
10476 # We preserve .a as extension for shared libraries through AIX4.2
10477 # and later when we are not doing run time linking.
10478 library_names_spec='${libname}${release}.a $libname.a'
10479 soname_spec='${libname}${release}${shared_ext}$major'
10480 fi
10481 shlibpath_var=LIBPATH
10482 fi
10483 ;;
10484
10485 amigaos*)
10486 case $host_cpu in
10487 powerpc)
10488 # Since July 2007 AmigaOS4 officially supports .so libraries.
10489 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10491 ;;
10492 m68k)
10493 library_names_spec='$libname.ixlibrary $libname.a'
10494 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10495 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'
10496 ;;
10497 esac
10498 ;;
10499
10500 beos*)
10501 library_names_spec='${libname}${shared_ext}'
10502 dynamic_linker="$host_os ld.so"
10503 shlibpath_var=LIBRARY_PATH
10504 ;;
10505
10506 bsdi[45]*)
10507 version_type=linux
10508 need_version=no
10509 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10510 soname_spec='${libname}${release}${shared_ext}$major'
10511 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10512 shlibpath_var=LD_LIBRARY_PATH
10513 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10514 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10515 # the default ld.so.conf also contains /usr/contrib/lib and
10516 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10517 # libtool to hard-code these into programs
10518 ;;
10519
10520 cygwin* | mingw* | pw32* | cegcc*)
10521 version_type=windows
10522 shrext_cmds=".dll"
10523 need_version=no
10524 need_lib_prefix=no
10525
10526 case $GCC,$host_os in
10527 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10528 library_names_spec='$libname.dll.a'
10529 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10530 postinstall_cmds='base_file=`basename \${file}`~
10531 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10532 dldir=$destdir/`dirname \$dlpath`~
10533 test -d \$dldir || mkdir -p \$dldir~
10534 $install_prog $dir/$dlname \$dldir/$dlname~
10535 chmod a+x \$dldir/$dlname~
10536 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10537 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10538 fi'
10539 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10540 dlpath=$dir/\$dldll~
10541 $RM \$dlpath'
10542 shlibpath_overrides_runpath=yes
10543
10544 case $host_os in
10545 cygwin*)
10546 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10547 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10548
10549 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10550 ;;
10551 mingw* | cegcc*)
10552 # MinGW DLLs use traditional 'lib' prefix
10553 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10554 ;;
10555 pw32*)
10556 # pw32 DLLs use 'pw' prefix rather than 'lib'
10557 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10558 ;;
10559 esac
10560 ;;
10561
10562 *)
10563 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10564 ;;
10565 esac
10566 dynamic_linker='Win32 ld.exe'
10567 # FIXME: first we should search . and the directory the executable is in
10568 shlibpath_var=PATH
10569 ;;
10570
10571 darwin* | rhapsody*)
10572 dynamic_linker="$host_os dyld"
10573 version_type=darwin
10574 need_lib_prefix=no
10575 need_version=no
10576 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10577 soname_spec='${libname}${release}${major}$shared_ext'
10578 shlibpath_overrides_runpath=yes
10579 shlibpath_var=DYLD_LIBRARY_PATH
10580 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10581
10582 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10583 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10584 ;;
10585
10586 dgux*)
10587 version_type=linux
10588 need_lib_prefix=no
10589 need_version=no
10590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10591 soname_spec='${libname}${release}${shared_ext}$major'
10592 shlibpath_var=LD_LIBRARY_PATH
10593 ;;
10594
10595 freebsd* | dragonfly*)
10596 # DragonFly does not have aout. When/if they implement a new
10597 # versioning mechanism, adjust this.
10598 if test -x /usr/bin/objformat; then
10599 objformat=`/usr/bin/objformat`
10600 else
10601 case $host_os in
10602 freebsd[23].*) objformat=aout ;;
10603 *) objformat=elf ;;
10604 esac
10605 fi
10606 version_type=freebsd-$objformat
10607 case $version_type in
10608 freebsd-elf*)
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10610 need_version=no
10611 need_lib_prefix=no
10612 ;;
10613 freebsd-*)
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10615 need_version=yes
10616 ;;
10617 esac
10618 shlibpath_var=LD_LIBRARY_PATH
10619 case $host_os in
10620 freebsd2.*)
10621 shlibpath_overrides_runpath=yes
10622 ;;
10623 freebsd3.[01]* | freebsdelf3.[01]*)
10624 shlibpath_overrides_runpath=yes
10625 hardcode_into_libs=yes
10626 ;;
10627 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10628 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10629 shlibpath_overrides_runpath=no
10630 hardcode_into_libs=yes
10631 ;;
10632 *) # from 4.6 on, and DragonFly
10633 shlibpath_overrides_runpath=yes
10634 hardcode_into_libs=yes
10635 ;;
10636 esac
10637 ;;
10638
10639 gnu*)
10640 version_type=linux
10641 need_lib_prefix=no
10642 need_version=no
10643 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10644 soname_spec='${libname}${release}${shared_ext}$major'
10645 shlibpath_var=LD_LIBRARY_PATH
10646 hardcode_into_libs=yes
10647 ;;
10648
10649 haiku*)
10650 version_type=linux
10651 need_lib_prefix=no
10652 need_version=no
10653 dynamic_linker="$host_os runtime_loader"
10654 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10655 soname_spec='${libname}${release}${shared_ext}$major'
10656 shlibpath_var=LIBRARY_PATH
10657 shlibpath_overrides_runpath=yes
10658 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10659 hardcode_into_libs=yes
10660 ;;
10661
10662 hpux9* | hpux10* | hpux11*)
10663 # Give a soname corresponding to the major version so that dld.sl refuses to
10664 # link against other versions.
10665 version_type=sunos
10666 need_lib_prefix=no
10667 need_version=no
10668 case $host_cpu in
10669 ia64*)
10670 shrext_cmds='.so'
10671 hardcode_into_libs=yes
10672 dynamic_linker="$host_os dld.so"
10673 shlibpath_var=LD_LIBRARY_PATH
10674 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 if test "X$HPUX_IA64_MODE" = X32; then
10678 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10679 else
10680 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10681 fi
10682 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10683 ;;
10684 hppa*64*)
10685 shrext_cmds='.sl'
10686 hardcode_into_libs=yes
10687 dynamic_linker="$host_os dld.sl"
10688 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10689 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10693 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10694 ;;
10695 *)
10696 shrext_cmds='.sl'
10697 dynamic_linker="$host_os dld.sl"
10698 shlibpath_var=SHLIB_PATH
10699 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10700 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10701 soname_spec='${libname}${release}${shared_ext}$major'
10702 ;;
10703 esac
10704 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10705 postinstall_cmds='chmod 555 $lib'
10706 # or fails outright, so override atomically:
10707 install_override_mode=555
10708 ;;
10709
10710 interix[3-9]*)
10711 version_type=linux
10712 need_lib_prefix=no
10713 need_version=no
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10715 soname_spec='${libname}${release}${shared_ext}$major'
10716 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10717 shlibpath_var=LD_LIBRARY_PATH
10718 shlibpath_overrides_runpath=no
10719 hardcode_into_libs=yes
10720 ;;
10721
10722 irix5* | irix6* | nonstopux*)
10723 case $host_os in
10724 nonstopux*) version_type=nonstopux ;;
10725 *)
10726 if test "$lt_cv_prog_gnu_ld" = yes; then
10727 version_type=linux
10728 else
10729 version_type=irix
10730 fi ;;
10731 esac
10732 need_lib_prefix=no
10733 need_version=no
10734 soname_spec='${libname}${release}${shared_ext}$major'
10735 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10736 case $host_os in
10737 irix5* | nonstopux*)
10738 libsuff= shlibsuff=
10739 ;;
10740 *)
10741 case $LD in # libtool.m4 will add one of these switches to LD
10742 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10743 libsuff= shlibsuff= libmagic=32-bit;;
10744 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10745 libsuff=32 shlibsuff=N32 libmagic=N32;;
10746 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10747 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10748 *) libsuff= shlibsuff= libmagic=never-match;;
10749 esac
10750 ;;
10751 esac
10752 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10753 shlibpath_overrides_runpath=no
10754 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10755 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10756 hardcode_into_libs=yes
10757 ;;
10758
10759 # No shared lib support for Linux oldld, aout, or coff.
10760 linux*oldld* | linux*aout* | linux*coff*)
10761 dynamic_linker=no
10762 ;;
10763
10764 # This must be Linux ELF.
10765 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10766 version_type=linux
10767 need_lib_prefix=no
10768 need_version=no
10769 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10770 soname_spec='${libname}${release}${shared_ext}$major'
10771 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10772 shlibpath_var=LD_LIBRARY_PATH
10773 shlibpath_overrides_runpath=no
10774
10775 # Some binutils ld are patched to set DT_RUNPATH
10776 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10777 $as_echo_n "(cached) " >&6
10778 else
10779 lt_cv_shlibpath_overrides_runpath=no
10780 save_LDFLAGS=$LDFLAGS
10781 save_libdir=$libdir
10782 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10783 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10784 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10785 /* end confdefs.h. */
10786
10787 int
10788 main ()
10789 {
10790
10791 ;
10792 return 0;
10793 }
10794 _ACEOF
10795 if ac_fn_c_try_link "$LINENO"; then :
10796 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10797 lt_cv_shlibpath_overrides_runpath=yes
10798 fi
10799 fi
10800 rm -f core conftest.err conftest.$ac_objext \
10801 conftest$ac_exeext conftest.$ac_ext
10802 LDFLAGS=$save_LDFLAGS
10803 libdir=$save_libdir
10804
10805 fi
10806
10807 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10808
10809 # This implies no fast_install, which is unacceptable.
10810 # Some rework will be needed to allow for fast_install
10811 # before this can be enabled.
10812 hardcode_into_libs=yes
10813
10814 # Append ld.so.conf contents to the search path
10815 if test -f /etc/ld.so.conf; then
10816 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' ' '`
10817 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10818 fi
10819
10820 # We used to test for /lib/ld.so.1 and disable shared libraries on
10821 # powerpc, because MkLinux only supported shared libraries with the
10822 # GNU dynamic linker. Since this was broken with cross compilers,
10823 # most powerpc-linux boxes support dynamic linking these days and
10824 # people can always --disable-shared, the test was removed, and we
10825 # assume the GNU/Linux dynamic linker is in use.
10826 dynamic_linker='GNU/Linux ld.so'
10827 ;;
10828
10829 netbsd*)
10830 version_type=sunos
10831 need_lib_prefix=no
10832 need_version=no
10833 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10834 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10835 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10836 dynamic_linker='NetBSD (a.out) ld.so'
10837 else
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10839 soname_spec='${libname}${release}${shared_ext}$major'
10840 dynamic_linker='NetBSD ld.elf_so'
10841 fi
10842 shlibpath_var=LD_LIBRARY_PATH
10843 shlibpath_overrides_runpath=yes
10844 hardcode_into_libs=yes
10845 ;;
10846
10847 newsos6)
10848 version_type=linux
10849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10850 shlibpath_var=LD_LIBRARY_PATH
10851 shlibpath_overrides_runpath=yes
10852 ;;
10853
10854 *nto* | *qnx*)
10855 version_type=qnx
10856 need_lib_prefix=no
10857 need_version=no
10858 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10859 soname_spec='${libname}${release}${shared_ext}$major'
10860 shlibpath_var=LD_LIBRARY_PATH
10861 shlibpath_overrides_runpath=no
10862 hardcode_into_libs=yes
10863 dynamic_linker='ldqnx.so'
10864 ;;
10865
10866 openbsd*)
10867 version_type=sunos
10868 sys_lib_dlsearch_path_spec="/usr/lib"
10869 need_lib_prefix=no
10870 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10871 case $host_os in
10872 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10873 *) need_version=no ;;
10874 esac
10875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10876 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10877 shlibpath_var=LD_LIBRARY_PATH
10878 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10879 case $host_os in
10880 openbsd2.[89] | openbsd2.[89].*)
10881 shlibpath_overrides_runpath=no
10882 ;;
10883 *)
10884 shlibpath_overrides_runpath=yes
10885 ;;
10886 esac
10887 else
10888 shlibpath_overrides_runpath=yes
10889 fi
10890 ;;
10891
10892 os2*)
10893 libname_spec='$name'
10894 shrext_cmds=".dll"
10895 need_lib_prefix=no
10896 library_names_spec='$libname${shared_ext} $libname.a'
10897 dynamic_linker='OS/2 ld.exe'
10898 shlibpath_var=LIBPATH
10899 ;;
10900
10901 osf3* | osf4* | osf5*)
10902 version_type=osf
10903 need_lib_prefix=no
10904 need_version=no
10905 soname_spec='${libname}${release}${shared_ext}$major'
10906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10907 shlibpath_var=LD_LIBRARY_PATH
10908 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10909 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10910 ;;
10911
10912 rdos*)
10913 dynamic_linker=no
10914 ;;
10915
10916 solaris*)
10917 version_type=linux
10918 need_lib_prefix=no
10919 need_version=no
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10921 soname_spec='${libname}${release}${shared_ext}$major'
10922 shlibpath_var=LD_LIBRARY_PATH
10923 shlibpath_overrides_runpath=yes
10924 hardcode_into_libs=yes
10925 # ldd complains unless libraries are executable
10926 postinstall_cmds='chmod +x $lib'
10927 ;;
10928
10929 sunos4*)
10930 version_type=sunos
10931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10932 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10933 shlibpath_var=LD_LIBRARY_PATH
10934 shlibpath_overrides_runpath=yes
10935 if test "$with_gnu_ld" = yes; then
10936 need_lib_prefix=no
10937 fi
10938 need_version=yes
10939 ;;
10940
10941 sysv4 | sysv4.3*)
10942 version_type=linux
10943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10944 soname_spec='${libname}${release}${shared_ext}$major'
10945 shlibpath_var=LD_LIBRARY_PATH
10946 case $host_vendor in
10947 sni)
10948 shlibpath_overrides_runpath=no
10949 need_lib_prefix=no
10950 runpath_var=LD_RUN_PATH
10951 ;;
10952 siemens)
10953 need_lib_prefix=no
10954 ;;
10955 motorola)
10956 need_lib_prefix=no
10957 need_version=no
10958 shlibpath_overrides_runpath=no
10959 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10960 ;;
10961 esac
10962 ;;
10963
10964 sysv4*MP*)
10965 if test -d /usr/nec ;then
10966 version_type=linux
10967 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10968 soname_spec='$libname${shared_ext}.$major'
10969 shlibpath_var=LD_LIBRARY_PATH
10970 fi
10971 ;;
10972
10973 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10974 version_type=freebsd-elf
10975 need_lib_prefix=no
10976 need_version=no
10977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10978 soname_spec='${libname}${release}${shared_ext}$major'
10979 shlibpath_var=LD_LIBRARY_PATH
10980 shlibpath_overrides_runpath=yes
10981 hardcode_into_libs=yes
10982 if test "$with_gnu_ld" = yes; then
10983 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10984 else
10985 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10986 case $host_os in
10987 sco3.2v5*)
10988 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10989 ;;
10990 esac
10991 fi
10992 sys_lib_dlsearch_path_spec='/usr/lib'
10993 ;;
10994
10995 tpf*)
10996 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10997 version_type=linux
10998 need_lib_prefix=no
10999 need_version=no
11000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11001 shlibpath_var=LD_LIBRARY_PATH
11002 shlibpath_overrides_runpath=no
11003 hardcode_into_libs=yes
11004 ;;
11005
11006 uts4*)
11007 version_type=linux
11008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11009 soname_spec='${libname}${release}${shared_ext}$major'
11010 shlibpath_var=LD_LIBRARY_PATH
11011 ;;
11012
11013 *)
11014 dynamic_linker=no
11015 ;;
11016 esac
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11018 $as_echo "$dynamic_linker" >&6; }
11019 test "$dynamic_linker" = no && can_build_shared=no
11020
11021 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11022 if test "$GCC" = yes; then
11023 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11024 fi
11025
11026 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11027 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11028 fi
11029 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11030 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11031 fi
11032
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11125 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11126 hardcode_action=
11127 if test -n "$hardcode_libdir_flag_spec" ||
11128 test -n "$runpath_var" ||
11129 test "X$hardcode_automatic" = "Xyes" ; then
11130
11131 # We can hardcode non-existent directories.
11132 if test "$hardcode_direct" != no &&
11133 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11134 # have to relink, otherwise we might link with an installed library
11135 # when we should be linking with a yet-to-be-installed one
11136 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11137 test "$hardcode_minus_L" != no; then
11138 # Linking always hardcodes the temporary library directory.
11139 hardcode_action=relink
11140 else
11141 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11142 hardcode_action=immediate
11143 fi
11144 else
11145 # We cannot hardcode anything, or else we can only hardcode existing
11146 # directories.
11147 hardcode_action=unsupported
11148 fi
11149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11150 $as_echo "$hardcode_action" >&6; }
11151
11152 if test "$hardcode_action" = relink ||
11153 test "$inherit_rpath" = yes; then
11154 # Fast installation is not supported
11155 enable_fast_install=no
11156 elif test "$shlibpath_overrides_runpath" = yes ||
11157 test "$enable_shared" = no; then
11158 # Fast installation is not necessary
11159 enable_fast_install=needless
11160 fi
11161
11162
11163
11164
11165
11166
11167 if test "x$enable_dlopen" != xyes; then
11168 enable_dlopen=unknown
11169 enable_dlopen_self=unknown
11170 enable_dlopen_self_static=unknown
11171 else
11172 lt_cv_dlopen=no
11173 lt_cv_dlopen_libs=
11174
11175 case $host_os in
11176 beos*)
11177 lt_cv_dlopen="load_add_on"
11178 lt_cv_dlopen_libs=
11179 lt_cv_dlopen_self=yes
11180 ;;
11181
11182 mingw* | pw32* | cegcc*)
11183 lt_cv_dlopen="LoadLibrary"
11184 lt_cv_dlopen_libs=
11185 ;;
11186
11187 cygwin*)
11188 lt_cv_dlopen="dlopen"
11189 lt_cv_dlopen_libs=
11190 ;;
11191
11192 darwin*)
11193 # if libdl is installed we need to link against it
11194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11195 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11196 if ${ac_cv_lib_dl_dlopen+:} false; then :
11197 $as_echo_n "(cached) " >&6
11198 else
11199 ac_check_lib_save_LIBS=$LIBS
11200 LIBS="-ldl $LIBS"
11201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11202 /* end confdefs.h. */
11203
11204 /* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
11207 #ifdef __cplusplus
11208 extern "C"
11209 #endif
11210 char dlopen ();
11211 int
11212 main ()
11213 {
11214 return dlopen ();
11215 ;
11216 return 0;
11217 }
11218 _ACEOF
11219 if ac_fn_c_try_link "$LINENO"; then :
11220 ac_cv_lib_dl_dlopen=yes
11221 else
11222 ac_cv_lib_dl_dlopen=no
11223 fi
11224 rm -f core conftest.err conftest.$ac_objext \
11225 conftest$ac_exeext conftest.$ac_ext
11226 LIBS=$ac_check_lib_save_LIBS
11227 fi
11228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11229 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11230 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11231 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11232 else
11233
11234 lt_cv_dlopen="dyld"
11235 lt_cv_dlopen_libs=
11236 lt_cv_dlopen_self=yes
11237
11238 fi
11239
11240 ;;
11241
11242 *)
11243 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11244 if test "x$ac_cv_func_shl_load" = xyes; then :
11245 lt_cv_dlopen="shl_load"
11246 else
11247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11248 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11249 if ${ac_cv_lib_dld_shl_load+:} false; then :
11250 $as_echo_n "(cached) " >&6
11251 else
11252 ac_check_lib_save_LIBS=$LIBS
11253 LIBS="-ldld $LIBS"
11254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11255 /* end confdefs.h. */
11256
11257 /* Override any GCC internal prototype to avoid an error.
11258 Use char because int might match the return type of a GCC
11259 builtin and then its argument prototype would still apply. */
11260 #ifdef __cplusplus
11261 extern "C"
11262 #endif
11263 char shl_load ();
11264 int
11265 main ()
11266 {
11267 return shl_load ();
11268 ;
11269 return 0;
11270 }
11271 _ACEOF
11272 if ac_fn_c_try_link "$LINENO"; then :
11273 ac_cv_lib_dld_shl_load=yes
11274 else
11275 ac_cv_lib_dld_shl_load=no
11276 fi
11277 rm -f core conftest.err conftest.$ac_objext \
11278 conftest$ac_exeext conftest.$ac_ext
11279 LIBS=$ac_check_lib_save_LIBS
11280 fi
11281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11282 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11283 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11284 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11285 else
11286 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11287 if test "x$ac_cv_func_dlopen" = xyes; then :
11288 lt_cv_dlopen="dlopen"
11289 else
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11291 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11292 if ${ac_cv_lib_dl_dlopen+:} false; then :
11293 $as_echo_n "(cached) " >&6
11294 else
11295 ac_check_lib_save_LIBS=$LIBS
11296 LIBS="-ldl $LIBS"
11297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11298 /* end confdefs.h. */
11299
11300 /* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
11303 #ifdef __cplusplus
11304 extern "C"
11305 #endif
11306 char dlopen ();
11307 int
11308 main ()
11309 {
11310 return dlopen ();
11311 ;
11312 return 0;
11313 }
11314 _ACEOF
11315 if ac_fn_c_try_link "$LINENO"; then :
11316 ac_cv_lib_dl_dlopen=yes
11317 else
11318 ac_cv_lib_dl_dlopen=no
11319 fi
11320 rm -f core conftest.err conftest.$ac_objext \
11321 conftest$ac_exeext conftest.$ac_ext
11322 LIBS=$ac_check_lib_save_LIBS
11323 fi
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11325 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11326 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11327 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11328 else
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11330 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11331 if ${ac_cv_lib_svld_dlopen+:} false; then :
11332 $as_echo_n "(cached) " >&6
11333 else
11334 ac_check_lib_save_LIBS=$LIBS
11335 LIBS="-lsvld $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11338
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char dlopen ();
11346 int
11347 main ()
11348 {
11349 return dlopen ();
11350 ;
11351 return 0;
11352 }
11353 _ACEOF
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 ac_cv_lib_svld_dlopen=yes
11356 else
11357 ac_cv_lib_svld_dlopen=no
11358 fi
11359 rm -f core conftest.err conftest.$ac_objext \
11360 conftest$ac_exeext conftest.$ac_ext
11361 LIBS=$ac_check_lib_save_LIBS
11362 fi
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11364 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11365 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11366 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11367 else
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11369 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11370 if ${ac_cv_lib_dld_dld_link+:} false; then :
11371 $as_echo_n "(cached) " >&6
11372 else
11373 ac_check_lib_save_LIBS=$LIBS
11374 LIBS="-ldld $LIBS"
11375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11376 /* end confdefs.h. */
11377
11378 /* Override any GCC internal prototype to avoid an error.
11379 Use char because int might match the return type of a GCC
11380 builtin and then its argument prototype would still apply. */
11381 #ifdef __cplusplus
11382 extern "C"
11383 #endif
11384 char dld_link ();
11385 int
11386 main ()
11387 {
11388 return dld_link ();
11389 ;
11390 return 0;
11391 }
11392 _ACEOF
11393 if ac_fn_c_try_link "$LINENO"; then :
11394 ac_cv_lib_dld_dld_link=yes
11395 else
11396 ac_cv_lib_dld_dld_link=no
11397 fi
11398 rm -f core conftest.err conftest.$ac_objext \
11399 conftest$ac_exeext conftest.$ac_ext
11400 LIBS=$ac_check_lib_save_LIBS
11401 fi
11402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11403 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11404 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11405 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11406 fi
11407
11408
11409 fi
11410
11411
11412 fi
11413
11414
11415 fi
11416
11417
11418 fi
11419
11420
11421 fi
11422
11423 ;;
11424 esac
11425
11426 if test "x$lt_cv_dlopen" != xno; then
11427 enable_dlopen=yes
11428 else
11429 enable_dlopen=no
11430 fi
11431
11432 case $lt_cv_dlopen in
11433 dlopen)
11434 save_CPPFLAGS="$CPPFLAGS"
11435 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11436
11437 save_LDFLAGS="$LDFLAGS"
11438 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11439
11440 save_LIBS="$LIBS"
11441 LIBS="$lt_cv_dlopen_libs $LIBS"
11442
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11444 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11445 if ${lt_cv_dlopen_self+:} false; then :
11446 $as_echo_n "(cached) " >&6
11447 else
11448 if test "$cross_compiling" = yes; then :
11449 lt_cv_dlopen_self=cross
11450 else
11451 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11452 lt_status=$lt_dlunknown
11453 cat > conftest.$ac_ext <<_LT_EOF
11454 #line 11454 "configure"
11455 #include "confdefs.h"
11456
11457 #if HAVE_DLFCN_H
11458 #include <dlfcn.h>
11459 #endif
11460
11461 #include <stdio.h>
11462
11463 #ifdef RTLD_GLOBAL
11464 # define LT_DLGLOBAL RTLD_GLOBAL
11465 #else
11466 # ifdef DL_GLOBAL
11467 # define LT_DLGLOBAL DL_GLOBAL
11468 # else
11469 # define LT_DLGLOBAL 0
11470 # endif
11471 #endif
11472
11473 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11474 find out it does not work in some platform. */
11475 #ifndef LT_DLLAZY_OR_NOW
11476 # ifdef RTLD_LAZY
11477 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11478 # else
11479 # ifdef DL_LAZY
11480 # define LT_DLLAZY_OR_NOW DL_LAZY
11481 # else
11482 # ifdef RTLD_NOW
11483 # define LT_DLLAZY_OR_NOW RTLD_NOW
11484 # else
11485 # ifdef DL_NOW
11486 # define LT_DLLAZY_OR_NOW DL_NOW
11487 # else
11488 # define LT_DLLAZY_OR_NOW 0
11489 # endif
11490 # endif
11491 # endif
11492 # endif
11493 #endif
11494
11495 /* When -fvisbility=hidden is used, assume the code has been annotated
11496 correspondingly for the symbols needed. */
11497 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11498 void fnord () __attribute__((visibility("default")));
11499 #endif
11500
11501 void fnord () { int i=42; }
11502 int main ()
11503 {
11504 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11505 int status = $lt_dlunknown;
11506
11507 if (self)
11508 {
11509 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11510 else
11511 {
11512 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11513 else puts (dlerror ());
11514 }
11515 /* dlclose (self); */
11516 }
11517 else
11518 puts (dlerror ());
11519
11520 return status;
11521 }
11522 _LT_EOF
11523 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11524 (eval $ac_link) 2>&5
11525 ac_status=$?
11526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11527 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11528 (./conftest; exit; ) >&5 2>/dev/null
11529 lt_status=$?
11530 case x$lt_status in
11531 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11532 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11533 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11534 esac
11535 else :
11536 # compilation failed
11537 lt_cv_dlopen_self=no
11538 fi
11539 fi
11540 rm -fr conftest*
11541
11542
11543 fi
11544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11545 $as_echo "$lt_cv_dlopen_self" >&6; }
11546
11547 if test "x$lt_cv_dlopen_self" = xyes; then
11548 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11550 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11551 if ${lt_cv_dlopen_self_static+:} false; then :
11552 $as_echo_n "(cached) " >&6
11553 else
11554 if test "$cross_compiling" = yes; then :
11555 lt_cv_dlopen_self_static=cross
11556 else
11557 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11558 lt_status=$lt_dlunknown
11559 cat > conftest.$ac_ext <<_LT_EOF
11560 #line 11560 "configure"
11561 #include "confdefs.h"
11562
11563 #if HAVE_DLFCN_H
11564 #include <dlfcn.h>
11565 #endif
11566
11567 #include <stdio.h>
11568
11569 #ifdef RTLD_GLOBAL
11570 # define LT_DLGLOBAL RTLD_GLOBAL
11571 #else
11572 # ifdef DL_GLOBAL
11573 # define LT_DLGLOBAL DL_GLOBAL
11574 # else
11575 # define LT_DLGLOBAL 0
11576 # endif
11577 #endif
11578
11579 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11580 find out it does not work in some platform. */
11581 #ifndef LT_DLLAZY_OR_NOW
11582 # ifdef RTLD_LAZY
11583 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11584 # else
11585 # ifdef DL_LAZY
11586 # define LT_DLLAZY_OR_NOW DL_LAZY
11587 # else
11588 # ifdef RTLD_NOW
11589 # define LT_DLLAZY_OR_NOW RTLD_NOW
11590 # else
11591 # ifdef DL_NOW
11592 # define LT_DLLAZY_OR_NOW DL_NOW
11593 # else
11594 # define LT_DLLAZY_OR_NOW 0
11595 # endif
11596 # endif
11597 # endif
11598 # endif
11599 #endif
11600
11601 /* When -fvisbility=hidden is used, assume the code has been annotated
11602 correspondingly for the symbols needed. */
11603 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11604 void fnord () __attribute__((visibility("default")));
11605 #endif
11606
11607 void fnord () { int i=42; }
11608 int main ()
11609 {
11610 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11611 int status = $lt_dlunknown;
11612
11613 if (self)
11614 {
11615 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11616 else
11617 {
11618 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11619 else puts (dlerror ());
11620 }
11621 /* dlclose (self); */
11622 }
11623 else
11624 puts (dlerror ());
11625
11626 return status;
11627 }
11628 _LT_EOF
11629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11630 (eval $ac_link) 2>&5
11631 ac_status=$?
11632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11633 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11634 (./conftest; exit; ) >&5 2>/dev/null
11635 lt_status=$?
11636 case x$lt_status in
11637 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11638 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11639 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11640 esac
11641 else :
11642 # compilation failed
11643 lt_cv_dlopen_self_static=no
11644 fi
11645 fi
11646 rm -fr conftest*
11647
11648
11649 fi
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11651 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11652 fi
11653
11654 CPPFLAGS="$save_CPPFLAGS"
11655 LDFLAGS="$save_LDFLAGS"
11656 LIBS="$save_LIBS"
11657 ;;
11658 esac
11659
11660 case $lt_cv_dlopen_self in
11661 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11662 *) enable_dlopen_self=unknown ;;
11663 esac
11664
11665 case $lt_cv_dlopen_self_static in
11666 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11667 *) enable_dlopen_self_static=unknown ;;
11668 esac
11669 fi
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687 striplib=
11688 old_striplib=
11689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11690 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11691 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11692 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11693 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11695 $as_echo "yes" >&6; }
11696 else
11697 # FIXME - insert some real tests, host_os isn't really good enough
11698 case $host_os in
11699 darwin*)
11700 if test -n "$STRIP" ; then
11701 striplib="$STRIP -x"
11702 old_striplib="$STRIP -S"
11703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11704 $as_echo "yes" >&6; }
11705 else
11706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11707 $as_echo "no" >&6; }
11708 fi
11709 ;;
11710 *)
11711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11712 $as_echo "no" >&6; }
11713 ;;
11714 esac
11715 fi
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728 # Report which library types will actually be built
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11730 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11732 $as_echo "$can_build_shared" >&6; }
11733
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11735 $as_echo_n "checking whether to build shared libraries... " >&6; }
11736 test "$can_build_shared" = "no" && enable_shared=no
11737
11738 # On AIX, shared libraries and static libraries use the same namespace, and
11739 # are all built from PIC.
11740 case $host_os in
11741 aix3*)
11742 test "$enable_shared" = yes && enable_static=no
11743 if test -n "$RANLIB"; then
11744 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11745 postinstall_cmds='$RANLIB $lib'
11746 fi
11747 ;;
11748
11749 aix[4-9]*)
11750 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11751 test "$enable_shared" = yes && enable_static=no
11752 fi
11753 ;;
11754 esac
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11756 $as_echo "$enable_shared" >&6; }
11757
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11759 $as_echo_n "checking whether to build static libraries... " >&6; }
11760 # Make sure either enable_shared or enable_static is yes.
11761 test "$enable_shared" = yes || enable_static=yes
11762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11763 $as_echo "$enable_static" >&6; }
11764
11765
11766
11767
11768 fi
11769 ac_ext=c
11770 ac_cpp='$CPP $CPPFLAGS'
11771 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11772 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11773 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11774
11775 CC="$lt_save_CC"
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789 ac_config_commands="$ac_config_commands libtool"
11790
11791
11792
11793
11794 # Only expand once:
11795
11796
11797
11798 # Check whether --enable-targets was given.
11799 if test "${enable_targets+set}" = set; then :
11800 enableval=$enable_targets; case "${enableval}" in
11801 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11802 ;;
11803 no) enable_targets= ;;
11804 *) enable_targets=$enableval ;;
11805 esac
11806 fi
11807
11808
11809 # Set the 'development' global.
11810 . $srcdir/../bfd/development.sh
11811
11812 # Set acp_cpp_for_build variable
11813 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11814
11815 # Default set of GCC warnings to enable.
11816 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11817 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11818
11819 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11821 /* end confdefs.h. */
11822 __GNUC__
11823 _ACEOF
11824 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11825 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11826
11827 else
11828 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11829 fi
11830 rm -f conftest*
11831
11832
11833 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 __GNUC__
11837 _ACEOF
11838 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11839 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11840
11841 else
11842 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11843 fi
11844 rm -f conftest*
11845
11846
11847 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11848 WARN_WRITE_STRINGS=""
11849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11850 /* end confdefs.h. */
11851 __GNUC__
11852 _ACEOF
11853 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11854 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11855
11856 else
11857 WARN_WRITE_STRINGS="-Wwrite-strings"
11858 fi
11859 rm -f conftest*
11860
11861
11862 # Verify CC_FOR_BUILD to be compatible with warning flags
11863
11864 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11866 /* end confdefs.h. */
11867 __GNUC__
11868 _ACEOF
11869 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11870 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11871
11872 else
11873 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11874 fi
11875 rm -f conftest*
11876
11877
11878 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11880 /* end confdefs.h. */
11881 __GNUC__
11882 _ACEOF
11883 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11884 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11885
11886 else
11887 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11888 fi
11889 rm -f conftest*
11890
11891
11892 # Check whether --enable-werror was given.
11893 if test "${enable_werror+set}" = set; then :
11894 enableval=$enable_werror; case "${enableval}" in
11895 yes | y) ERROR_ON_WARNING="yes" ;;
11896 no | n) ERROR_ON_WARNING="no" ;;
11897 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11898 esac
11899 fi
11900
11901
11902 # Disable -Wformat by default when using gcc on mingw
11903 case "${host}" in
11904 *-*-mingw32*)
11905 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11906 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11907 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11908 fi
11909 ;;
11910 *) ;;
11911 esac
11912
11913 # Enable -Werror by default when using gcc. Turn it off for releases.
11914 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11915 ERROR_ON_WARNING=yes
11916 fi
11917
11918 NO_WERROR=
11919 if test "${ERROR_ON_WARNING}" = yes ; then
11920 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11921 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11922 NO_WERROR="-Wno-error"
11923 fi
11924
11925 if test "${GCC}" = yes ; then
11926 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11927 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11928 fi
11929
11930 # Check whether --enable-build-warnings was given.
11931 if test "${enable_build_warnings+set}" = set; then :
11932 enableval=$enable_build_warnings; case "${enableval}" in
11933 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11934 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11935 no) if test "${GCC}" = yes ; then
11936 WARN_CFLAGS="-w"
11937 WARN_CFLAGS_FOR_BUILD="-w"
11938 fi;;
11939 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11940 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11941 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11942 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11943 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11944 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11945 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11946 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11947 esac
11948 fi
11949
11950
11951 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11952 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11953 fi
11954
11955
11956
11957
11958
11959
11960
11961 ac_config_headers="$ac_config_headers config.h:config.in"
11962
11963
11964 # PR 14072
11965
11966
11967 if test -z "$target" ; then
11968 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
11969 fi
11970
11971
11972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11973 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11974 # Check whether --enable-maintainer-mode was given.
11975 if test "${enable_maintainer_mode+set}" = set; then :
11976 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11977 else
11978 USE_MAINTAINER_MODE=no
11979 fi
11980
11981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11982 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11983 if test $USE_MAINTAINER_MODE = yes; then
11984 MAINTAINER_MODE_TRUE=
11985 MAINTAINER_MODE_FALSE='#'
11986 else
11987 MAINTAINER_MODE_TRUE='#'
11988 MAINTAINER_MODE_FALSE=
11989 fi
11990
11991 MAINT=$MAINTAINER_MODE_TRUE
11992
11993
11994 case ${build_alias} in
11995 "") build_noncanonical=${build} ;;
11996 *) build_noncanonical=${build_alias} ;;
11997 esac
11998
11999 case ${host_alias} in
12000 "") host_noncanonical=${build_noncanonical} ;;
12001 *) host_noncanonical=${host_alias} ;;
12002 esac
12003
12004 case ${target_alias} in
12005 "") target_noncanonical=${host_noncanonical} ;;
12006 *) target_noncanonical=${target_alias} ;;
12007 esac
12008
12009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12010 $as_echo_n "checking whether to install libbfd... " >&6; }
12011 # Check whether --enable-install-libbfd was given.
12012 if test "${enable_install_libbfd+set}" = set; then :
12013 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12014 else
12015 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12016 install_libbfd_p=yes
12017 else
12018 install_libbfd_p=no
12019 fi
12020 fi
12021
12022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12023 $as_echo "$install_libbfd_p" >&6; }
12024 if test $install_libbfd_p = yes; then
12025 INSTALL_LIBBFD_TRUE=
12026 INSTALL_LIBBFD_FALSE='#'
12027 else
12028 INSTALL_LIBBFD_TRUE='#'
12029 INSTALL_LIBBFD_FALSE=
12030 fi
12031
12032 # Need _noncanonical variables for this.
12033
12034
12035
12036
12037 # libbfd.a is a host library containing target dependent code
12038 bfdlibdir='$(libdir)'
12039 bfdincludedir='$(includedir)'
12040 if test "${host}" != "${target}"; then
12041 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12042 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12043 fi
12044
12045
12046
12047
12048
12049
12050
12051
12052 # host-specific stuff:
12053
12054 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
12055 # If we haven't got the data from the intl directory,
12056 # assume NLS is disabled.
12057 USE_NLS=no
12058 LIBINTL=
12059 LIBINTL_DEP=
12060 INCINTL=
12061 XGETTEXT=
12062 GMSGFMT=
12063 POSUB=
12064
12065 if test -f ../intl/config.intl; then
12066 . ../intl/config.intl
12067 fi
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12069 $as_echo_n "checking whether NLS is requested... " >&6; }
12070 if test x"$USE_NLS" != xyes; then
12071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12072 $as_echo "no" >&6; }
12073 else
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12075 $as_echo "yes" >&6; }
12076
12077 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12078
12079
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12081 $as_echo_n "checking for catalogs to be installed... " >&6; }
12082 # Look for .po and .gmo files in the source directory.
12083 CATALOGS=
12084 XLINGUAS=
12085 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12086 # If there aren't any .gmo files the shell will give us the
12087 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12088 # weeded out.
12089 case "$cat" in *\**)
12090 continue;;
12091 esac
12092 # The quadruple backslash is collapsed to a double backslash
12093 # by the backticks, then collapsed again by the double quotes,
12094 # leaving us with one backslash in the sed expression (right
12095 # before the dot that mustn't act as a wildcard).
12096 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12097 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12098 # The user is allowed to set LINGUAS to a list of languages to
12099 # install catalogs for. If it's empty that means "all of them."
12100 if test "x$LINGUAS" = x; then
12101 CATALOGS="$CATALOGS $cat"
12102 XLINGUAS="$XLINGUAS $lang"
12103 else
12104 case "$LINGUAS" in *$lang*)
12105 CATALOGS="$CATALOGS $cat"
12106 XLINGUAS="$XLINGUAS $lang"
12107 ;;
12108 esac
12109 fi
12110 done
12111 LINGUAS="$XLINGUAS"
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12113 $as_echo "$LINGUAS" >&6; }
12114
12115
12116 DATADIRNAME=share
12117
12118 INSTOBJEXT=.mo
12119
12120 GENCAT=gencat
12121
12122 CATOBJEXT=.gmo
12123
12124 fi
12125
12126 MKINSTALLDIRS=
12127 if test -n "$ac_aux_dir"; then
12128 case "$ac_aux_dir" in
12129 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12130 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12131 esac
12132 fi
12133 if test -z "$MKINSTALLDIRS"; then
12134 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12135 fi
12136
12137
12138
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12140 $as_echo_n "checking whether NLS is requested... " >&6; }
12141 # Check whether --enable-nls was given.
12142 if test "${enable_nls+set}" = set; then :
12143 enableval=$enable_nls; USE_NLS=$enableval
12144 else
12145 USE_NLS=yes
12146 fi
12147
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12149 $as_echo "$USE_NLS" >&6; }
12150
12151
12152
12153
12154
12155
12156 # Prepare PATH_SEPARATOR.
12157 # The user is always right.
12158 if test "${PATH_SEPARATOR+set}" != set; then
12159 echo "#! /bin/sh" >conf$$.sh
12160 echo "exit 0" >>conf$$.sh
12161 chmod +x conf$$.sh
12162 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12163 PATH_SEPARATOR=';'
12164 else
12165 PATH_SEPARATOR=:
12166 fi
12167 rm -f conf$$.sh
12168 fi
12169
12170 # Find out how to test for executable files. Don't use a zero-byte file,
12171 # as systems may use methods other than mode bits to determine executability.
12172 cat >conf$$.file <<_ASEOF
12173 #! /bin/sh
12174 exit 0
12175 _ASEOF
12176 chmod +x conf$$.file
12177 if test -x conf$$.file >/dev/null 2>&1; then
12178 ac_executable_p="test -x"
12179 else
12180 ac_executable_p="test -f"
12181 fi
12182 rm -f conf$$.file
12183
12184 # Extract the first word of "msgfmt", so it can be a program name with args.
12185 set dummy msgfmt; ac_word=$2
12186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12187 $as_echo_n "checking for $ac_word... " >&6; }
12188 if ${ac_cv_path_MSGFMT+:} false; then :
12189 $as_echo_n "(cached) " >&6
12190 else
12191 case "$MSGFMT" in
12192 [\\/]* | ?:[\\/]*)
12193 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12194 ;;
12195 *)
12196 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12197 for ac_dir in $PATH; do
12198 IFS="$ac_save_IFS"
12199 test -z "$ac_dir" && ac_dir=.
12200 for ac_exec_ext in '' $ac_executable_extensions; do
12201 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12202 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12203 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12204 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12205 break 2
12206 fi
12207 fi
12208 done
12209 done
12210 IFS="$ac_save_IFS"
12211 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12212 ;;
12213 esac
12214 fi
12215 MSGFMT="$ac_cv_path_MSGFMT"
12216 if test "$MSGFMT" != ":"; then
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12218 $as_echo "$MSGFMT" >&6; }
12219 else
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12221 $as_echo "no" >&6; }
12222 fi
12223
12224 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12225 set dummy gmsgfmt; ac_word=$2
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12227 $as_echo_n "checking for $ac_word... " >&6; }
12228 if ${ac_cv_path_GMSGFMT+:} false; then :
12229 $as_echo_n "(cached) " >&6
12230 else
12231 case $GMSGFMT in
12232 [\\/]* | ?:[\\/]*)
12233 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12234 ;;
12235 *)
12236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12237 for as_dir in $PATH
12238 do
12239 IFS=$as_save_IFS
12240 test -z "$as_dir" && as_dir=.
12241 for ac_exec_ext in '' $ac_executable_extensions; do
12242 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12243 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12244 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12245 break 2
12246 fi
12247 done
12248 done
12249 IFS=$as_save_IFS
12250
12251 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12252 ;;
12253 esac
12254 fi
12255 GMSGFMT=$ac_cv_path_GMSGFMT
12256 if test -n "$GMSGFMT"; then
12257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12258 $as_echo "$GMSGFMT" >&6; }
12259 else
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12261 $as_echo "no" >&6; }
12262 fi
12263
12264
12265
12266
12267 # Prepare PATH_SEPARATOR.
12268 # The user is always right.
12269 if test "${PATH_SEPARATOR+set}" != set; then
12270 echo "#! /bin/sh" >conf$$.sh
12271 echo "exit 0" >>conf$$.sh
12272 chmod +x conf$$.sh
12273 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12274 PATH_SEPARATOR=';'
12275 else
12276 PATH_SEPARATOR=:
12277 fi
12278 rm -f conf$$.sh
12279 fi
12280
12281 # Find out how to test for executable files. Don't use a zero-byte file,
12282 # as systems may use methods other than mode bits to determine executability.
12283 cat >conf$$.file <<_ASEOF
12284 #! /bin/sh
12285 exit 0
12286 _ASEOF
12287 chmod +x conf$$.file
12288 if test -x conf$$.file >/dev/null 2>&1; then
12289 ac_executable_p="test -x"
12290 else
12291 ac_executable_p="test -f"
12292 fi
12293 rm -f conf$$.file
12294
12295 # Extract the first word of "xgettext", so it can be a program name with args.
12296 set dummy xgettext; ac_word=$2
12297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12298 $as_echo_n "checking for $ac_word... " >&6; }
12299 if ${ac_cv_path_XGETTEXT+:} false; then :
12300 $as_echo_n "(cached) " >&6
12301 else
12302 case "$XGETTEXT" in
12303 [\\/]* | ?:[\\/]*)
12304 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12305 ;;
12306 *)
12307 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12308 for ac_dir in $PATH; do
12309 IFS="$ac_save_IFS"
12310 test -z "$ac_dir" && ac_dir=.
12311 for ac_exec_ext in '' $ac_executable_extensions; do
12312 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12313 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12314 (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
12315 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12316 break 2
12317 fi
12318 fi
12319 done
12320 done
12321 IFS="$ac_save_IFS"
12322 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12323 ;;
12324 esac
12325 fi
12326 XGETTEXT="$ac_cv_path_XGETTEXT"
12327 if test "$XGETTEXT" != ":"; then
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12329 $as_echo "$XGETTEXT" >&6; }
12330 else
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12332 $as_echo "no" >&6; }
12333 fi
12334
12335 rm -f messages.po
12336
12337
12338 # Prepare PATH_SEPARATOR.
12339 # The user is always right.
12340 if test "${PATH_SEPARATOR+set}" != set; then
12341 echo "#! /bin/sh" >conf$$.sh
12342 echo "exit 0" >>conf$$.sh
12343 chmod +x conf$$.sh
12344 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12345 PATH_SEPARATOR=';'
12346 else
12347 PATH_SEPARATOR=:
12348 fi
12349 rm -f conf$$.sh
12350 fi
12351
12352 # Find out how to test for executable files. Don't use a zero-byte file,
12353 # as systems may use methods other than mode bits to determine executability.
12354 cat >conf$$.file <<_ASEOF
12355 #! /bin/sh
12356 exit 0
12357 _ASEOF
12358 chmod +x conf$$.file
12359 if test -x conf$$.file >/dev/null 2>&1; then
12360 ac_executable_p="test -x"
12361 else
12362 ac_executable_p="test -f"
12363 fi
12364 rm -f conf$$.file
12365
12366 # Extract the first word of "msgmerge", so it can be a program name with args.
12367 set dummy msgmerge; ac_word=$2
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12369 $as_echo_n "checking for $ac_word... " >&6; }
12370 if ${ac_cv_path_MSGMERGE+:} false; then :
12371 $as_echo_n "(cached) " >&6
12372 else
12373 case "$MSGMERGE" in
12374 [\\/]* | ?:[\\/]*)
12375 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12376 ;;
12377 *)
12378 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12379 for ac_dir in $PATH; do
12380 IFS="$ac_save_IFS"
12381 test -z "$ac_dir" && ac_dir=.
12382 for ac_exec_ext in '' $ac_executable_extensions; do
12383 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12384 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12385 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12386 break 2
12387 fi
12388 fi
12389 done
12390 done
12391 IFS="$ac_save_IFS"
12392 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12393 ;;
12394 esac
12395 fi
12396 MSGMERGE="$ac_cv_path_MSGMERGE"
12397 if test "$MSGMERGE" != ":"; then
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12399 $as_echo "$MSGMERGE" >&6; }
12400 else
12401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12402 $as_echo "no" >&6; }
12403 fi
12404
12405
12406 if test "$GMSGFMT" != ":"; then
12407 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12408 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12409 : ;
12410 else
12411 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12413 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12414 GMSGFMT=":"
12415 fi
12416 fi
12417
12418 if test "$XGETTEXT" != ":"; then
12419 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12420 (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
12421 : ;
12422 else
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12424 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12425 XGETTEXT=":"
12426 fi
12427 rm -f messages.po
12428 fi
12429
12430 ac_config_commands="$ac_config_commands default-1"
12431
12432
12433
12434 . ${srcdir}/../bfd/configure.host
12435
12436 # Put a plausible default for CC_FOR_BUILD in Makefile.
12437 if test -z "$CC_FOR_BUILD"; then
12438 if test "x$cross_compiling" = "xno"; then
12439 CC_FOR_BUILD='$(CC)'
12440 else
12441 CC_FOR_BUILD=gcc
12442 fi
12443 fi
12444
12445 # Also set EXEEXT_FOR_BUILD.
12446 if test "x$cross_compiling" = "xno"; then
12447 EXEEXT_FOR_BUILD='$(EXEEXT)'
12448 else
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12450 $as_echo_n "checking for build system executable suffix... " >&6; }
12451 if ${bfd_cv_build_exeext+:} false; then :
12452 $as_echo_n "(cached) " >&6
12453 else
12454 rm -f conftest*
12455 echo 'int main () { return 0; }' > conftest.c
12456 bfd_cv_build_exeext=
12457 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12458 for file in conftest.*; do
12459 case $file in
12460 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12461 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12462 esac
12463 done
12464 rm -f conftest*
12465 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12466 fi
12467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12468 $as_echo "$bfd_cv_build_exeext" >&6; }
12469 EXEEXT_FOR_BUILD=""
12470 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12471 fi
12472
12473
12474
12475
12476
12477 for ac_header in string.h strings.h stdlib.h limits.h
12478 do :
12479 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12480 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12481 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12482 cat >>confdefs.h <<_ACEOF
12483 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12484 _ACEOF
12485
12486 fi
12487
12488 done
12489
12490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12491 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12492 if ${gcc_cv_header_string+:} false; then :
12493 $as_echo_n "(cached) " >&6
12494 else
12495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12496 /* end confdefs.h. */
12497 #include <string.h>
12498 #include <strings.h>
12499 int
12500 main ()
12501 {
12502
12503 ;
12504 return 0;
12505 }
12506 _ACEOF
12507 if ac_fn_c_try_compile "$LINENO"; then :
12508 gcc_cv_header_string=yes
12509 else
12510 gcc_cv_header_string=no
12511 fi
12512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12513 fi
12514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12515 $as_echo "$gcc_cv_header_string" >&6; }
12516 if test $gcc_cv_header_string = yes; then
12517
12518 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12519
12520 fi
12521
12522
12523 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12524 if test "x$ac_cv_have_decl_basename" = xyes; then :
12525 ac_have_decl=1
12526 else
12527 ac_have_decl=0
12528 fi
12529
12530 cat >>confdefs.h <<_ACEOF
12531 #define HAVE_DECL_BASENAME $ac_have_decl
12532 _ACEOF
12533 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12534 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12535 ac_have_decl=1
12536 else
12537 ac_have_decl=0
12538 fi
12539
12540 cat >>confdefs.h <<_ACEOF
12541 #define HAVE_DECL_STPCPY $ac_have_decl
12542 _ACEOF
12543
12544
12545 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12546 # since sigsetjmp might only be defined as a macro.
12547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12548 $as_echo_n "checking for sigsetjmp... " >&6; }
12549 if ${gdb_cv_func_sigsetjmp+:} false; then :
12550 $as_echo_n "(cached) " >&6
12551 else
12552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12553 /* end confdefs.h. */
12554
12555 #include <setjmp.h>
12556
12557 int
12558 main ()
12559 {
12560 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12561 ;
12562 return 0;
12563 }
12564 _ACEOF
12565 if ac_fn_c_try_compile "$LINENO"; then :
12566 bfd_cv_func_sigsetjmp=yes
12567 else
12568 bfd_cv_func_sigsetjmp=no
12569 fi
12570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12571 fi
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12573 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12574 if test $bfd_cv_func_sigsetjmp = yes; then
12575
12576 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12577
12578 fi
12579
12580 cgen_maint=no
12581 cgendir='$(srcdir)/../cgen'
12582
12583 # Check whether --enable-cgen-maint was given.
12584 if test "${enable_cgen_maint+set}" = set; then :
12585 enableval=$enable_cgen_maint; case "${enableval}" in
12586 yes) cgen_maint=yes ;;
12587 no) cgen_maint=no ;;
12588 *)
12589 # Argument is a directory where cgen can be found. In some
12590 # future world cgen could be installable, but right now this
12591 # is not the case. Instead we assume the directory is a path
12592 # to the cgen source tree.
12593 cgen_maint=yes
12594 if test -r ${enableval}/iformat.scm; then
12595 # This looks like a cgen source tree.
12596 cgendir=${enableval}
12597 else
12598 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12599 fi
12600 ;;
12601 esac
12602 fi
12603 if test x${cgen_maint} = xyes; then
12604 CGEN_MAINT_TRUE=
12605 CGEN_MAINT_FALSE='#'
12606 else
12607 CGEN_MAINT_TRUE='#'
12608 CGEN_MAINT_FALSE=
12609 fi
12610
12611
12612
12613 using_cgen=no
12614
12615 # Check if linker supports --as-needed and --no-as-needed options
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12617 $as_echo_n "checking linker --as-needed support... " >&6; }
12618 if ${bfd_cv_ld_as_needed+:} false; then :
12619 $as_echo_n "(cached) " >&6
12620 else
12621 bfd_cv_ld_as_needed=no
12622 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12623 bfd_cv_ld_as_needed=yes
12624 fi
12625
12626 fi
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12628 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12629
12630 LIBM=
12631 case $host in
12632 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12633 # These system don't have libm, or don't need it
12634 ;;
12635 *-ncr-sysv4.3*)
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12637 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12638 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12639 $as_echo_n "(cached) " >&6
12640 else
12641 ac_check_lib_save_LIBS=$LIBS
12642 LIBS="-lmw $LIBS"
12643 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12644 /* end confdefs.h. */
12645
12646 /* Override any GCC internal prototype to avoid an error.
12647 Use char because int might match the return type of a GCC
12648 builtin and then its argument prototype would still apply. */
12649 #ifdef __cplusplus
12650 extern "C"
12651 #endif
12652 char _mwvalidcheckl ();
12653 int
12654 main ()
12655 {
12656 return _mwvalidcheckl ();
12657 ;
12658 return 0;
12659 }
12660 _ACEOF
12661 if ac_fn_c_try_link "$LINENO"; then :
12662 ac_cv_lib_mw__mwvalidcheckl=yes
12663 else
12664 ac_cv_lib_mw__mwvalidcheckl=no
12665 fi
12666 rm -f core conftest.err conftest.$ac_objext \
12667 conftest$ac_exeext conftest.$ac_ext
12668 LIBS=$ac_check_lib_save_LIBS
12669 fi
12670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12671 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12672 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12673 LIBM="-lmw"
12674 fi
12675
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12677 $as_echo_n "checking for cos in -lm... " >&6; }
12678 if ${ac_cv_lib_m_cos+:} false; then :
12679 $as_echo_n "(cached) " >&6
12680 else
12681 ac_check_lib_save_LIBS=$LIBS
12682 LIBS="-lm $LIBS"
12683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12684 /* end confdefs.h. */
12685
12686 /* Override any GCC internal prototype to avoid an error.
12687 Use char because int might match the return type of a GCC
12688 builtin and then its argument prototype would still apply. */
12689 #ifdef __cplusplus
12690 extern "C"
12691 #endif
12692 char cos ();
12693 int
12694 main ()
12695 {
12696 return cos ();
12697 ;
12698 return 0;
12699 }
12700 _ACEOF
12701 if ac_fn_c_try_link "$LINENO"; then :
12702 ac_cv_lib_m_cos=yes
12703 else
12704 ac_cv_lib_m_cos=no
12705 fi
12706 rm -f core conftest.err conftest.$ac_objext \
12707 conftest$ac_exeext conftest.$ac_ext
12708 LIBS=$ac_check_lib_save_LIBS
12709 fi
12710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12711 $as_echo "$ac_cv_lib_m_cos" >&6; }
12712 if test "x$ac_cv_lib_m_cos" = xyes; then :
12713 LIBM="$LIBM -lm"
12714 fi
12715
12716 ;;
12717 *)
12718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12719 $as_echo_n "checking for cos in -lm... " >&6; }
12720 if ${ac_cv_lib_m_cos+:} false; then :
12721 $as_echo_n "(cached) " >&6
12722 else
12723 ac_check_lib_save_LIBS=$LIBS
12724 LIBS="-lm $LIBS"
12725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12726 /* end confdefs.h. */
12727
12728 /* Override any GCC internal prototype to avoid an error.
12729 Use char because int might match the return type of a GCC
12730 builtin and then its argument prototype would still apply. */
12731 #ifdef __cplusplus
12732 extern "C"
12733 #endif
12734 char cos ();
12735 int
12736 main ()
12737 {
12738 return cos ();
12739 ;
12740 return 0;
12741 }
12742 _ACEOF
12743 if ac_fn_c_try_link "$LINENO"; then :
12744 ac_cv_lib_m_cos=yes
12745 else
12746 ac_cv_lib_m_cos=no
12747 fi
12748 rm -f core conftest.err conftest.$ac_objext \
12749 conftest$ac_exeext conftest.$ac_ext
12750 LIBS=$ac_check_lib_save_LIBS
12751 fi
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12753 $as_echo "$ac_cv_lib_m_cos" >&6; }
12754 if test "x$ac_cv_lib_m_cos" = xyes; then :
12755 LIBM="-lm"
12756 fi
12757
12758 ;;
12759 esac
12760
12761
12762
12763 #Libs for generator progs
12764 if test "x$cross_compiling" = "xno"; then
12765 BUILD_LIBS=../libiberty/libiberty.a
12766 BUILD_LIB_DEPS=$BUILD_LIBS
12767 else
12768 # if cross-compiling, assume that the system provides -liberty
12769 # and that the version is compatible with new headers.
12770 BUILD_LIBS=-liberty
12771 BUILD_LIB_DEPS=
12772 fi
12773 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12774 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12775
12776
12777
12778
12779 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12780 SHARED_LDFLAGS=
12781 SHARED_LIBADD=
12782 SHARED_DEPENDENCIES=
12783 if test "$enable_shared" = "yes"; then
12784 # When building a shared libopcodes, link against the pic version of libiberty
12785 # so that apps that use libopcodes won't need libiberty just to satisfy any
12786 # libopcodes references.
12787 # We can't do that if a pic libiberty is unavailable since including non-pic
12788 # code would insert text relocations into libopcodes.
12789 # Note that linking against libbfd as we do here, which is itself linked
12790 # against libiberty, may not satisfy all the libopcodes libiberty references
12791 # since libbfd may not pull in the entirety of libiberty.
12792 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12793 if test -n "$x"; then
12794 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12795 fi
12796
12797 case "${host}" in
12798 *-*-cygwin*)
12799 SHARED_LDFLAGS="-no-undefined"
12800 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12801 ;;
12802 *-*-darwin*)
12803 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12804 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12805 ;;
12806 *)
12807 case "$host_vendor" in
12808 hp)
12809 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12810 ;;
12811 *)
12812 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12813 ;;
12814 esac
12815 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12816 ;;
12817 esac
12818
12819 if test -n "$SHARED_LIBADD"; then
12820 if test -n "$LIBM"; then
12821 if test x"$bfd_cv_ld_as_needed" = xyes; then
12822 # Link against libm only when needed. Put -lc, -lm inside -Wl
12823 # to stop libtool reordering these options.
12824 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12825 else
12826 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12827 fi
12828 fi
12829 fi
12830 fi
12831
12832
12833
12834
12835 # target-specific stuff:
12836
12837 # Canonicalize the secondary target names.
12838 if test -n "$enable_targets" ; then
12839 for targ in `echo $enable_targets | sed 's/,/ /g'`
12840 do
12841 result=`$ac_config_sub $targ 2>/dev/null`
12842 if test -n "$result" ; then
12843 canon_targets="$canon_targets $result"
12844 else
12845 # Allow targets that config.sub doesn't recognize, like "all".
12846 canon_targets="$canon_targets $targ"
12847 fi
12848 done
12849 fi
12850
12851 all_targets=false
12852 selarchs=
12853 for targ in $target $canon_targets
12854 do
12855 if test "x$targ" = "xall" ; then
12856 all_targets=true
12857 else
12858 . $srcdir/../bfd/config.bfd
12859 selarchs="$selarchs $targ_archs"
12860 fi
12861 done
12862
12863 # Utility var, documents generic cgen support files.
12864
12865 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12866
12867 # We don't do any links based on the target system, just makefile config.
12868
12869 if test x${all_targets} = xfalse ; then
12870
12871 # Target architecture .o files.
12872 ta=
12873
12874 for arch in $selarchs
12875 do
12876 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12877 archdefs="$archdefs -DARCH_$ad"
12878 case "$arch" in
12879 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" ;;
12880 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12881 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12882 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12883 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12884 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12885 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12886 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12887 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12888 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
12889 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12890 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12891 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12892 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12893 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12894 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12895 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12896 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12897 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12898 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12899 ta="$ta i386-dis.lo i386-opc.lo" ;;
12900 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12901 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12902 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12903 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12904 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 ;;
12905 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12906 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 ;;
12907 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12908 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12909 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12910 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12911 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
12912 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12913 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12914 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12915 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12916 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12917 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12918 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12919 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12920 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12921 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12922 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12923 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12924 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12925 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12926 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12927 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12928 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12929 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12930 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12931 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12932 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12933 bfd_pyramid_arch) ;;
12934 bfd_romp_arch) ;;
12935 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12936 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12937 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12938 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12939 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12940 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12941 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12942 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12943 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12944 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12945 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12946 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12947 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12948 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.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.32.51, 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.32.51
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.381959 seconds and 4 git commands to generate.