Bump to autoconf 2.69 and automake 1.15.1
[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.30.52.
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.30.52'
591 PACKAGE_STRING='opcodes 2.30.52'
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 NO_WMISSING_FIELD_INITIALIZERS
675 WARN_WRITE_STRINGS
676 NO_WERROR
677 WARN_CFLAGS_FOR_BUILD
678 WARN_CFLAGS
679 OTOOL64
680 OTOOL
681 LIPO
682 NMEDIT
683 DSYMUTIL
684 OBJDUMP
685 LN_S
686 NM
687 ac_ct_DUMPBIN
688 DUMPBIN
689 LD
690 FGREP
691 SED
692 LIBTOOL
693 RANLIB
694 AR
695 EGREP
696 GREP
697 CPP
698 AM_BACKSLASH
699 AM_DEFAULT_VERBOSITY
700 AM_DEFAULT_V
701 AM_V
702 am__fastdepCC_FALSE
703 am__fastdepCC_TRUE
704 CCDEPMODE
705 am__nodep
706 AMDEPBACKSLASH
707 AMDEP_FALSE
708 AMDEP_TRUE
709 am__quote
710 am__include
711 DEPDIR
712 am__untar
713 am__tar
714 AMTAR
715 am__leading_dot
716 SET_MAKE
717 AWK
718 mkdir_p
719 MKDIR_P
720 INSTALL_STRIP_PROGRAM
721 STRIP
722 install_sh
723 MAKEINFO
724 AUTOHEADER
725 AUTOMAKE
726 AUTOCONF
727 ACLOCAL
728 VERSION
729 PACKAGE
730 CYGPATH_W
731 am__isrc
732 INSTALL_DATA
733 INSTALL_SCRIPT
734 INSTALL_PROGRAM
735 OBJEXT
736 EXEEXT
737 ac_ct_CC
738 CPPFLAGS
739 LDFLAGS
740 CFLAGS
741 CC
742 target_os
743 target_vendor
744 target_cpu
745 target
746 host_os
747 host_vendor
748 host_cpu
749 host
750 build_os
751 build_vendor
752 build_cpu
753 build
754 target_alias
755 host_alias
756 build_alias
757 LIBS
758 ECHO_T
759 ECHO_N
760 ECHO_C
761 DEFS
762 mandir
763 localedir
764 libdir
765 psdir
766 pdfdir
767 dvidir
768 htmldir
769 infodir
770 docdir
771 oldincludedir
772 includedir
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 includedir='${prefix}/include'
859 oldincludedir='/usr/include'
860 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
861 infodir='${datarootdir}/info'
862 htmldir='${docdir}'
863 dvidir='${docdir}'
864 pdfdir='${docdir}'
865 psdir='${docdir}'
866 libdir='${exec_prefix}/lib'
867 localedir='${datarootdir}/locale'
868 mandir='${datarootdir}/man'
869
870 ac_prev=
871 ac_dashdash=
872 for ac_option
873 do
874 # If the previous option needs an argument, assign it.
875 if test -n "$ac_prev"; then
876 eval $ac_prev=\$ac_option
877 ac_prev=
878 continue
879 fi
880
881 case $ac_option in
882 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
883 *=) ac_optarg= ;;
884 *) ac_optarg=yes ;;
885 esac
886
887 # Accept the important Cygnus configure options, so we can diagnose typos.
888
889 case $ac_dashdash$ac_option in
890 --)
891 ac_dashdash=yes ;;
892
893 -bindir | --bindir | --bindi | --bind | --bin | --bi)
894 ac_prev=bindir ;;
895 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
896 bindir=$ac_optarg ;;
897
898 -build | --build | --buil | --bui | --bu)
899 ac_prev=build_alias ;;
900 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
901 build_alias=$ac_optarg ;;
902
903 -cache-file | --cache-file | --cache-fil | --cache-fi \
904 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
905 ac_prev=cache_file ;;
906 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
907 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
908 cache_file=$ac_optarg ;;
909
910 --config-cache | -C)
911 cache_file=config.cache ;;
912
913 -datadir | --datadir | --datadi | --datad)
914 ac_prev=datadir ;;
915 -datadir=* | --datadir=* | --datadi=* | --datad=*)
916 datadir=$ac_optarg ;;
917
918 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
919 | --dataroo | --dataro | --datar)
920 ac_prev=datarootdir ;;
921 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
922 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
923 datarootdir=$ac_optarg ;;
924
925 -disable-* | --disable-*)
926 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
929 as_fn_error $? "invalid feature name: $ac_useropt"
930 ac_useropt_orig=$ac_useropt
931 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
932 case $ac_user_opts in
933 *"
934 "enable_$ac_useropt"
935 "*) ;;
936 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
937 ac_unrecognized_sep=', ';;
938 esac
939 eval enable_$ac_useropt=no ;;
940
941 -docdir | --docdir | --docdi | --doc | --do)
942 ac_prev=docdir ;;
943 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
944 docdir=$ac_optarg ;;
945
946 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
947 ac_prev=dvidir ;;
948 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
949 dvidir=$ac_optarg ;;
950
951 -enable-* | --enable-*)
952 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
953 # Reject names that are not valid shell variable names.
954 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
955 as_fn_error $? "invalid feature name: $ac_useropt"
956 ac_useropt_orig=$ac_useropt
957 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
958 case $ac_user_opts in
959 *"
960 "enable_$ac_useropt"
961 "*) ;;
962 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
963 ac_unrecognized_sep=', ';;
964 esac
965 eval enable_$ac_useropt=\$ac_optarg ;;
966
967 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
968 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
969 | --exec | --exe | --ex)
970 ac_prev=exec_prefix ;;
971 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
972 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
973 | --exec=* | --exe=* | --ex=*)
974 exec_prefix=$ac_optarg ;;
975
976 -gas | --gas | --ga | --g)
977 # Obsolete; use --with-gas.
978 with_gas=yes ;;
979
980 -help | --help | --hel | --he | -h)
981 ac_init_help=long ;;
982 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
983 ac_init_help=recursive ;;
984 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
985 ac_init_help=short ;;
986
987 -host | --host | --hos | --ho)
988 ac_prev=host_alias ;;
989 -host=* | --host=* | --hos=* | --ho=*)
990 host_alias=$ac_optarg ;;
991
992 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
993 ac_prev=htmldir ;;
994 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
995 | --ht=*)
996 htmldir=$ac_optarg ;;
997
998 -includedir | --includedir | --includedi | --included | --include \
999 | --includ | --inclu | --incl | --inc)
1000 ac_prev=includedir ;;
1001 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1002 | --includ=* | --inclu=* | --incl=* | --inc=*)
1003 includedir=$ac_optarg ;;
1004
1005 -infodir | --infodir | --infodi | --infod | --info | --inf)
1006 ac_prev=infodir ;;
1007 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1008 infodir=$ac_optarg ;;
1009
1010 -libdir | --libdir | --libdi | --libd)
1011 ac_prev=libdir ;;
1012 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1013 libdir=$ac_optarg ;;
1014
1015 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1016 | --libexe | --libex | --libe)
1017 ac_prev=libexecdir ;;
1018 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1019 | --libexe=* | --libex=* | --libe=*)
1020 libexecdir=$ac_optarg ;;
1021
1022 -localedir | --localedir | --localedi | --localed | --locale)
1023 ac_prev=localedir ;;
1024 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1025 localedir=$ac_optarg ;;
1026
1027 -localstatedir | --localstatedir | --localstatedi | --localstated \
1028 | --localstate | --localstat | --localsta | --localst | --locals)
1029 ac_prev=localstatedir ;;
1030 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1031 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1032 localstatedir=$ac_optarg ;;
1033
1034 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1035 ac_prev=mandir ;;
1036 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1037 mandir=$ac_optarg ;;
1038
1039 -nfp | --nfp | --nf)
1040 # Obsolete; use --without-fp.
1041 with_fp=no ;;
1042
1043 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1044 | --no-cr | --no-c | -n)
1045 no_create=yes ;;
1046
1047 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1048 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1049 no_recursion=yes ;;
1050
1051 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1052 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1053 | --oldin | --oldi | --old | --ol | --o)
1054 ac_prev=oldincludedir ;;
1055 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1056 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1057 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1058 oldincludedir=$ac_optarg ;;
1059
1060 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1061 ac_prev=prefix ;;
1062 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1063 prefix=$ac_optarg ;;
1064
1065 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1066 | --program-pre | --program-pr | --program-p)
1067 ac_prev=program_prefix ;;
1068 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1069 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1070 program_prefix=$ac_optarg ;;
1071
1072 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1073 | --program-suf | --program-su | --program-s)
1074 ac_prev=program_suffix ;;
1075 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1076 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1077 program_suffix=$ac_optarg ;;
1078
1079 -program-transform-name | --program-transform-name \
1080 | --program-transform-nam | --program-transform-na \
1081 | --program-transform-n | --program-transform- \
1082 | --program-transform | --program-transfor \
1083 | --program-transfo | --program-transf \
1084 | --program-trans | --program-tran \
1085 | --progr-tra | --program-tr | --program-t)
1086 ac_prev=program_transform_name ;;
1087 -program-transform-name=* | --program-transform-name=* \
1088 | --program-transform-nam=* | --program-transform-na=* \
1089 | --program-transform-n=* | --program-transform-=* \
1090 | --program-transform=* | --program-transfor=* \
1091 | --program-transfo=* | --program-transf=* \
1092 | --program-trans=* | --program-tran=* \
1093 | --progr-tra=* | --program-tr=* | --program-t=*)
1094 program_transform_name=$ac_optarg ;;
1095
1096 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1097 ac_prev=pdfdir ;;
1098 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1099 pdfdir=$ac_optarg ;;
1100
1101 -psdir | --psdir | --psdi | --psd | --ps)
1102 ac_prev=psdir ;;
1103 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1104 psdir=$ac_optarg ;;
1105
1106 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1107 | -silent | --silent | --silen | --sile | --sil)
1108 silent=yes ;;
1109
1110 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1111 ac_prev=sbindir ;;
1112 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1113 | --sbi=* | --sb=*)
1114 sbindir=$ac_optarg ;;
1115
1116 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1117 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1118 | --sharedst | --shareds | --shared | --share | --shar \
1119 | --sha | --sh)
1120 ac_prev=sharedstatedir ;;
1121 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1122 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1123 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1124 | --sha=* | --sh=*)
1125 sharedstatedir=$ac_optarg ;;
1126
1127 -site | --site | --sit)
1128 ac_prev=site ;;
1129 -site=* | --site=* | --sit=*)
1130 site=$ac_optarg ;;
1131
1132 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1133 ac_prev=srcdir ;;
1134 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1135 srcdir=$ac_optarg ;;
1136
1137 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1138 | --syscon | --sysco | --sysc | --sys | --sy)
1139 ac_prev=sysconfdir ;;
1140 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1141 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1142 sysconfdir=$ac_optarg ;;
1143
1144 -target | --target | --targe | --targ | --tar | --ta | --t)
1145 ac_prev=target_alias ;;
1146 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1147 target_alias=$ac_optarg ;;
1148
1149 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1150 verbose=yes ;;
1151
1152 -version | --version | --versio | --versi | --vers | -V)
1153 ac_init_version=: ;;
1154
1155 -with-* | --with-*)
1156 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1157 # Reject names that are not valid shell variable names.
1158 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1159 as_fn_error $? "invalid package name: $ac_useropt"
1160 ac_useropt_orig=$ac_useropt
1161 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1162 case $ac_user_opts in
1163 *"
1164 "with_$ac_useropt"
1165 "*) ;;
1166 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1167 ac_unrecognized_sep=', ';;
1168 esac
1169 eval with_$ac_useropt=\$ac_optarg ;;
1170
1171 -without-* | --without-*)
1172 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1173 # Reject names that are not valid shell variable names.
1174 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1175 as_fn_error $? "invalid package name: $ac_useropt"
1176 ac_useropt_orig=$ac_useropt
1177 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1178 case $ac_user_opts in
1179 *"
1180 "with_$ac_useropt"
1181 "*) ;;
1182 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1183 ac_unrecognized_sep=', ';;
1184 esac
1185 eval with_$ac_useropt=no ;;
1186
1187 --x)
1188 # Obsolete; use --with-x.
1189 with_x=yes ;;
1190
1191 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1192 | --x-incl | --x-inc | --x-in | --x-i)
1193 ac_prev=x_includes ;;
1194 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1195 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1196 x_includes=$ac_optarg ;;
1197
1198 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1199 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1200 ac_prev=x_libraries ;;
1201 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1202 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1203 x_libraries=$ac_optarg ;;
1204
1205 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1206 Try \`$0 --help' for more information"
1207 ;;
1208
1209 *=*)
1210 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1211 # Reject names that are not valid shell variable names.
1212 case $ac_envvar in #(
1213 '' | [0-9]* | *[!_$as_cr_alnum]* )
1214 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1215 esac
1216 eval $ac_envvar=\$ac_optarg
1217 export $ac_envvar ;;
1218
1219 *)
1220 # FIXME: should be removed in autoconf 3.0.
1221 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1222 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1223 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1224 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1225 ;;
1226
1227 esac
1228 done
1229
1230 if test -n "$ac_prev"; then
1231 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1232 as_fn_error $? "missing argument to $ac_option"
1233 fi
1234
1235 if test -n "$ac_unrecognized_opts"; then
1236 case $enable_option_checking in
1237 no) ;;
1238 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1239 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1240 esac
1241 fi
1242
1243 # Check all directory arguments for consistency.
1244 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1245 datadir sysconfdir sharedstatedir localstatedir includedir \
1246 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1247 libdir localedir mandir
1248 do
1249 eval ac_val=\$$ac_var
1250 # Remove trailing slashes.
1251 case $ac_val in
1252 */ )
1253 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1254 eval $ac_var=\$ac_val;;
1255 esac
1256 # Be sure to have absolute directory names.
1257 case $ac_val in
1258 [\\/$]* | ?:[\\/]* ) continue;;
1259 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1260 esac
1261 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1262 done
1263
1264 # There might be people who depend on the old broken behavior: `$host'
1265 # used to hold the argument of --host etc.
1266 # FIXME: To remove some day.
1267 build=$build_alias
1268 host=$host_alias
1269 target=$target_alias
1270
1271 # FIXME: To remove some day.
1272 if test "x$host_alias" != x; then
1273 if test "x$build_alias" = x; then
1274 cross_compiling=maybe
1275 elif test "x$build_alias" != "x$host_alias"; then
1276 cross_compiling=yes
1277 fi
1278 fi
1279
1280 ac_tool_prefix=
1281 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1282
1283 test "$silent" = yes && exec 6>/dev/null
1284
1285
1286 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1287 ac_ls_di=`ls -di .` &&
1288 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1289 as_fn_error $? "working directory cannot be determined"
1290 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1291 as_fn_error $? "pwd does not report name of working directory"
1292
1293
1294 # Find the source files, if location was not specified.
1295 if test -z "$srcdir"; then
1296 ac_srcdir_defaulted=yes
1297 # Try the directory containing this script, then the parent directory.
1298 ac_confdir=`$as_dirname -- "$as_myself" ||
1299 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1300 X"$as_myself" : 'X\(//\)[^/]' \| \
1301 X"$as_myself" : 'X\(//\)$' \| \
1302 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1303 $as_echo X"$as_myself" |
1304 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1305 s//\1/
1306 q
1307 }
1308 /^X\(\/\/\)[^/].*/{
1309 s//\1/
1310 q
1311 }
1312 /^X\(\/\/\)$/{
1313 s//\1/
1314 q
1315 }
1316 /^X\(\/\).*/{
1317 s//\1/
1318 q
1319 }
1320 s/.*/./; q'`
1321 srcdir=$ac_confdir
1322 if test ! -r "$srcdir/$ac_unique_file"; then
1323 srcdir=..
1324 fi
1325 else
1326 ac_srcdir_defaulted=no
1327 fi
1328 if test ! -r "$srcdir/$ac_unique_file"; then
1329 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1330 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1331 fi
1332 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1333 ac_abs_confdir=`(
1334 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1335 pwd)`
1336 # When building in place, set srcdir=.
1337 if test "$ac_abs_confdir" = "$ac_pwd"; then
1338 srcdir=.
1339 fi
1340 # Remove unnecessary trailing slashes from srcdir.
1341 # Double slashes in file names in object file debugging info
1342 # mess up M-x gdb in Emacs.
1343 case $srcdir in
1344 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1345 esac
1346 for ac_var in $ac_precious_vars; do
1347 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1348 eval ac_env_${ac_var}_value=\$${ac_var}
1349 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1350 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1351 done
1352
1353 #
1354 # Report the --help message.
1355 #
1356 if test "$ac_init_help" = "long"; then
1357 # Omit some internal or obsolete options to make the list less imposing.
1358 # This message is too long to be a string in the A/UX 3.1 sh.
1359 cat <<_ACEOF
1360 \`configure' configures opcodes 2.30.52 to adapt to many kinds of systems.
1361
1362 Usage: $0 [OPTION]... [VAR=VALUE]...
1363
1364 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1365 VAR=VALUE. See below for descriptions of some of the useful variables.
1366
1367 Defaults for the options are specified in brackets.
1368
1369 Configuration:
1370 -h, --help display this help and exit
1371 --help=short display options specific to this package
1372 --help=recursive display the short help of all the included packages
1373 -V, --version display version information and exit
1374 -q, --quiet, --silent do not print \`checking ...' messages
1375 --cache-file=FILE cache test results in FILE [disabled]
1376 -C, --config-cache alias for \`--cache-file=config.cache'
1377 -n, --no-create do not create output files
1378 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1379
1380 Installation directories:
1381 --prefix=PREFIX install architecture-independent files in PREFIX
1382 [$ac_default_prefix]
1383 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1384 [PREFIX]
1385
1386 By default, \`make install' will install all the files in
1387 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1388 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1389 for instance \`--prefix=\$HOME'.
1390
1391 For better control, use the options below.
1392
1393 Fine tuning of the installation directories:
1394 --bindir=DIR user executables [EPREFIX/bin]
1395 --sbindir=DIR system admin executables [EPREFIX/sbin]
1396 --libexecdir=DIR program executables [EPREFIX/libexec]
1397 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1398 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1399 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1400 --libdir=DIR object code libraries [EPREFIX/lib]
1401 --includedir=DIR C header files [PREFIX/include]
1402 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1403 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1404 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1405 --infodir=DIR info documentation [DATAROOTDIR/info]
1406 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1407 --mandir=DIR man documentation [DATAROOTDIR/man]
1408 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1409 --htmldir=DIR html documentation [DOCDIR]
1410 --dvidir=DIR dvi documentation [DOCDIR]
1411 --pdfdir=DIR pdf documentation [DOCDIR]
1412 --psdir=DIR ps documentation [DOCDIR]
1413 _ACEOF
1414
1415 cat <<\_ACEOF
1416
1417 Program names:
1418 --program-prefix=PREFIX prepend PREFIX to installed program names
1419 --program-suffix=SUFFIX append SUFFIX to installed program names
1420 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1421
1422 System types:
1423 --build=BUILD configure for building on BUILD [guessed]
1424 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1425 --target=TARGET configure for building compilers for TARGET [HOST]
1426 _ACEOF
1427 fi
1428
1429 if test -n "$ac_init_help"; then
1430 case $ac_init_help in
1431 short | recursive ) echo "Configuration of opcodes 2.30.52:";;
1432 esac
1433 cat <<\_ACEOF
1434
1435 Optional Features:
1436 --disable-option-checking ignore unrecognized --enable/--with options
1437 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1438 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1439 --enable-dependency-tracking
1440 do not reject slow dependency extractors
1441 --disable-dependency-tracking
1442 speeds up one-time build
1443 --enable-silent-rules less verbose build output (undo: "make V=1")
1444 --disable-silent-rules verbose build output (undo: "make V=0")
1445 --enable-shared[=PKGS] build shared libraries [default=no]
1446 --enable-static[=PKGS] build static libraries [default=yes]
1447 --enable-fast-install[=PKGS]
1448 optimize for fast installation [default=yes]
1449 --disable-libtool-lock avoid locking (might break parallel builds)
1450 --enable-targets alternative target configurations
1451 --enable-werror treat compile warnings as errors
1452 --enable-build-warnings enable build-time compiler warnings
1453 --enable-maintainer-mode
1454 enable make rules and dependencies not useful (and
1455 sometimes confusing) to the casual installer
1456 --enable-install-libbfd controls installation of libbfd and related headers
1457 --disable-nls do not use Native Language Support
1458 --enable-cgen-maint=dir build cgen generated files
1459
1460 Optional Packages:
1461 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1462 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1463 --with-pic try to use only PIC/non-PIC objects [default=use
1464 both]
1465 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1466
1467 Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
1472 LIBS libraries to pass to the linker, e.g. -l<library>
1473 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1474 you have headers in a nonstandard directory <include dir>
1475 CPP C preprocessor
1476
1477 Use these variables to override the choices made by `configure' or to help
1478 it to find libraries and programs with nonstandard names/locations.
1479
1480 Report bugs to the package provider.
1481 _ACEOF
1482 ac_status=$?
1483 fi
1484
1485 if test "$ac_init_help" = "recursive"; then
1486 # If there are subdirs, report their specific --help.
1487 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1488 test -d "$ac_dir" ||
1489 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1490 continue
1491 ac_builddir=.
1492
1493 case "$ac_dir" in
1494 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495 *)
1496 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1497 # A ".." for each directory in $ac_dir_suffix.
1498 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1499 case $ac_top_builddir_sub in
1500 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1502 esac ;;
1503 esac
1504 ac_abs_top_builddir=$ac_pwd
1505 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1506 # for backward compatibility:
1507 ac_top_builddir=$ac_top_build_prefix
1508
1509 case $srcdir in
1510 .) # We are building in place.
1511 ac_srcdir=.
1512 ac_top_srcdir=$ac_top_builddir_sub
1513 ac_abs_top_srcdir=$ac_pwd ;;
1514 [\\/]* | ?:[\\/]* ) # Absolute name.
1515 ac_srcdir=$srcdir$ac_dir_suffix;
1516 ac_top_srcdir=$srcdir
1517 ac_abs_top_srcdir=$srcdir ;;
1518 *) # Relative name.
1519 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1520 ac_top_srcdir=$ac_top_build_prefix$srcdir
1521 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1522 esac
1523 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524
1525 cd "$ac_dir" || { ac_status=$?; continue; }
1526 # Check for guested configure.
1527 if test -f "$ac_srcdir/configure.gnu"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1530 elif test -f "$ac_srcdir/configure"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure" --help=recursive
1533 else
1534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 fi || ac_status=$?
1536 cd "$ac_pwd" || { ac_status=$?; break; }
1537 done
1538 fi
1539
1540 test -n "$ac_init_help" && exit $ac_status
1541 if $ac_init_version; then
1542 cat <<\_ACEOF
1543 opcodes configure 2.30.52
1544 generated by GNU Autoconf 2.69
1545
1546 Copyright (C) 2012 Free Software Foundation, Inc.
1547 This configure script is free software; the Free Software Foundation
1548 gives unlimited permission to copy, distribute and modify it.
1549 _ACEOF
1550 exit
1551 fi
1552
1553 ## ------------------------ ##
1554 ## Autoconf initialization. ##
1555 ## ------------------------ ##
1556
1557 # ac_fn_c_try_compile LINENO
1558 # --------------------------
1559 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1560 ac_fn_c_try_compile ()
1561 {
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext
1564 if { { ac_try="$ac_compile"
1565 case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568 esac
1569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570 $as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext; then :
1583 ac_retval=0
1584 else
1585 $as_echo "$as_me: failed program was:" >&5
1586 sed 's/^/| /' conftest.$ac_ext >&5
1587
1588 ac_retval=1
1589 fi
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
1592
1593 } # ac_fn_c_try_compile
1594
1595 # ac_fn_c_try_link LINENO
1596 # -----------------------
1597 # Try to link conftest.$ac_ext, and return whether this succeeded.
1598 ac_fn_c_try_link ()
1599 {
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 rm -f conftest.$ac_objext conftest$ac_exeext
1602 if { { ac_try="$ac_link"
1603 case "(($ac_try" in
1604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1605 *) ac_try_echo=$ac_try;;
1606 esac
1607 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1608 $as_echo "$ac_try_echo"; } >&5
1609 (eval "$ac_link") 2>conftest.err
1610 ac_status=$?
1611 if test -s conftest.err; then
1612 grep -v '^ *+' conftest.err >conftest.er1
1613 cat conftest.er1 >&5
1614 mv -f conftest.er1 conftest.err
1615 fi
1616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1617 test $ac_status = 0; } && {
1618 test -z "$ac_c_werror_flag" ||
1619 test ! -s conftest.err
1620 } && test -s conftest$ac_exeext && {
1621 test "$cross_compiling" = yes ||
1622 test -x conftest$ac_exeext
1623 }; then :
1624 ac_retval=0
1625 else
1626 $as_echo "$as_me: failed program was:" >&5
1627 sed 's/^/| /' conftest.$ac_ext >&5
1628
1629 ac_retval=1
1630 fi
1631 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1632 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1633 # interfere with the next link command; also delete a directory that is
1634 # left behind by Apple's compiler. We do this before executing the actions.
1635 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1636 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1637 as_fn_set_status $ac_retval
1638
1639 } # ac_fn_c_try_link
1640
1641 # ac_fn_c_try_cpp LINENO
1642 # ----------------------
1643 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1644 ac_fn_c_try_cpp ()
1645 {
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if { { ac_try="$ac_cpp conftest.$ac_ext"
1648 case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651 esac
1652 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653 $as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1655 ac_status=$?
1656 if test -s conftest.err; then
1657 grep -v '^ *+' conftest.err >conftest.er1
1658 cat conftest.er1 >&5
1659 mv -f conftest.er1 conftest.err
1660 fi
1661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1662 test $ac_status = 0; } > conftest.i && {
1663 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1664 test ! -s conftest.err
1665 }; then :
1666 ac_retval=0
1667 else
1668 $as_echo "$as_me: failed program was:" >&5
1669 sed 's/^/| /' conftest.$ac_ext >&5
1670
1671 ac_retval=1
1672 fi
1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 as_fn_set_status $ac_retval
1675
1676 } # ac_fn_c_try_cpp
1677
1678 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1679 # -------------------------------------------------------
1680 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1681 # the include files in INCLUDES and setting the cache variable VAR
1682 # accordingly.
1683 ac_fn_c_check_header_mongrel ()
1684 {
1685 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1686 if eval \${$3+:} false; then :
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1688 $as_echo_n "checking for $2... " >&6; }
1689 if eval \${$3+:} false; then :
1690 $as_echo_n "(cached) " >&6
1691 fi
1692 eval ac_res=\$$3
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1694 $as_echo "$ac_res" >&6; }
1695 else
1696 # Is the header compilable?
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1698 $as_echo_n "checking $2 usability... " >&6; }
1699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1700 /* end confdefs.h. */
1701 $4
1702 #include <$2>
1703 _ACEOF
1704 if ac_fn_c_try_compile "$LINENO"; then :
1705 ac_header_compiler=yes
1706 else
1707 ac_header_compiler=no
1708 fi
1709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1711 $as_echo "$ac_header_compiler" >&6; }
1712
1713 # Is the header present?
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1715 $as_echo_n "checking $2 presence... " >&6; }
1716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1717 /* end confdefs.h. */
1718 #include <$2>
1719 _ACEOF
1720 if ac_fn_c_try_cpp "$LINENO"; then :
1721 ac_header_preproc=yes
1722 else
1723 ac_header_preproc=no
1724 fi
1725 rm -f conftest.err conftest.i conftest.$ac_ext
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1727 $as_echo "$ac_header_preproc" >&6; }
1728
1729 # So? What about this header?
1730 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1731 yes:no: )
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1733 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736 ;;
1737 no:yes:* )
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1739 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1741 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1743 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1745 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1747 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1748 ;;
1749 esac
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1751 $as_echo_n "checking for $2... " >&6; }
1752 if eval \${$3+:} false; then :
1753 $as_echo_n "(cached) " >&6
1754 else
1755 eval "$3=\$ac_header_compiler"
1756 fi
1757 eval ac_res=\$$3
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1759 $as_echo "$ac_res" >&6; }
1760 fi
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762
1763 } # ac_fn_c_check_header_mongrel
1764
1765 # ac_fn_c_try_run LINENO
1766 # ----------------------
1767 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1768 # that executables *can* be run.
1769 ac_fn_c_try_run ()
1770 {
1771 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1772 if { { ac_try="$ac_link"
1773 case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776 esac
1777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778 $as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_link") 2>&5
1780 ac_status=$?
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1783 { { case "(($ac_try" in
1784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1785 *) ac_try_echo=$ac_try;;
1786 esac
1787 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1788 $as_echo "$ac_try_echo"; } >&5
1789 (eval "$ac_try") 2>&5
1790 ac_status=$?
1791 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1792 test $ac_status = 0; }; }; then :
1793 ac_retval=0
1794 else
1795 $as_echo "$as_me: program exited with status $ac_status" >&5
1796 $as_echo "$as_me: failed program was:" >&5
1797 sed 's/^/| /' conftest.$ac_ext >&5
1798
1799 ac_retval=$ac_status
1800 fi
1801 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1802 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1803 as_fn_set_status $ac_retval
1804
1805 } # ac_fn_c_try_run
1806
1807 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1808 # -------------------------------------------------------
1809 # Tests whether HEADER exists and can be compiled using the include files in
1810 # INCLUDES, setting the cache variable VAR accordingly.
1811 ac_fn_c_check_header_compile ()
1812 {
1813 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1815 $as_echo_n "checking for $2... " >&6; }
1816 if eval \${$3+:} false; then :
1817 $as_echo_n "(cached) " >&6
1818 else
1819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1820 /* end confdefs.h. */
1821 $4
1822 #include <$2>
1823 _ACEOF
1824 if ac_fn_c_try_compile "$LINENO"; then :
1825 eval "$3=yes"
1826 else
1827 eval "$3=no"
1828 fi
1829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1830 fi
1831 eval ac_res=\$$3
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1833 $as_echo "$ac_res" >&6; }
1834 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835
1836 } # ac_fn_c_check_header_compile
1837
1838 # ac_fn_c_check_func LINENO FUNC VAR
1839 # ----------------------------------
1840 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1841 ac_fn_c_check_func ()
1842 {
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845 $as_echo_n "checking for $2... " >&6; }
1846 if eval \${$3+:} false; then :
1847 $as_echo_n "(cached) " >&6
1848 else
1849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1850 /* end confdefs.h. */
1851 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1853 #define $2 innocuous_$2
1854
1855 /* System header to define __stub macros and hopefully few prototypes,
1856 which can conflict with char $2 (); below.
1857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1858 <limits.h> exists even on freestanding compilers. */
1859
1860 #ifdef __STDC__
1861 # include <limits.h>
1862 #else
1863 # include <assert.h>
1864 #endif
1865
1866 #undef $2
1867
1868 /* Override any GCC internal prototype to avoid an error.
1869 Use char because int might match the return type of a GCC
1870 builtin and then its argument prototype would still apply. */
1871 #ifdef __cplusplus
1872 extern "C"
1873 #endif
1874 char $2 ();
1875 /* The GNU C library defines this for functions which it implements
1876 to always fail with ENOSYS. Some functions are actually named
1877 something starting with __ and the normal name is an alias. */
1878 #if defined __stub_$2 || defined __stub___$2
1879 choke me
1880 #endif
1881
1882 int
1883 main ()
1884 {
1885 return $2 ();
1886 ;
1887 return 0;
1888 }
1889 _ACEOF
1890 if ac_fn_c_try_link "$LINENO"; then :
1891 eval "$3=yes"
1892 else
1893 eval "$3=no"
1894 fi
1895 rm -f core conftest.err conftest.$ac_objext \
1896 conftest$ac_exeext conftest.$ac_ext
1897 fi
1898 eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900 $as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902
1903 } # ac_fn_c_check_func
1904
1905 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1906 # ---------------------------------------------
1907 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1908 # accordingly.
1909 ac_fn_c_check_decl ()
1910 {
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 as_decl_name=`echo $2|sed 's/ *(.*//'`
1913 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1915 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1916 if eval \${$3+:} false; then :
1917 $as_echo_n "(cached) " >&6
1918 else
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h. */
1921 $4
1922 int
1923 main ()
1924 {
1925 #ifndef $as_decl_name
1926 #ifdef __cplusplus
1927 (void) $as_decl_use;
1928 #else
1929 (void) $as_decl_name;
1930 #endif
1931 #endif
1932
1933 ;
1934 return 0;
1935 }
1936 _ACEOF
1937 if ac_fn_c_try_compile "$LINENO"; then :
1938 eval "$3=yes"
1939 else
1940 eval "$3=no"
1941 fi
1942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1943 fi
1944 eval ac_res=\$$3
1945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1946 $as_echo "$ac_res" >&6; }
1947 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1948
1949 } # ac_fn_c_check_decl
1950 cat >config.log <<_ACEOF
1951 This file contains any messages produced by compilers while
1952 running configure, to aid debugging if configure makes a mistake.
1953
1954 It was created by opcodes $as_me 2.30.52, which was
1955 generated by GNU Autoconf 2.69. Invocation command line was
1956
1957 $ $0 $@
1958
1959 _ACEOF
1960 exec 5>>config.log
1961 {
1962 cat <<_ASUNAME
1963 ## --------- ##
1964 ## Platform. ##
1965 ## --------- ##
1966
1967 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1968 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1969 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1970 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1971 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1972
1973 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1974 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1975
1976 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1977 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1978 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1979 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1980 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1981 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1982 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1983
1984 _ASUNAME
1985
1986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1987 for as_dir in $PATH
1988 do
1989 IFS=$as_save_IFS
1990 test -z "$as_dir" && as_dir=.
1991 $as_echo "PATH: $as_dir"
1992 done
1993 IFS=$as_save_IFS
1994
1995 } >&5
1996
1997 cat >&5 <<_ACEOF
1998
1999
2000 ## ----------- ##
2001 ## Core tests. ##
2002 ## ----------- ##
2003
2004 _ACEOF
2005
2006
2007 # Keep a trace of the command line.
2008 # Strip out --no-create and --no-recursion so they do not pile up.
2009 # Strip out --silent because we don't want to record it for future runs.
2010 # Also quote any args containing shell meta-characters.
2011 # Make two passes to allow for proper duplicate-argument suppression.
2012 ac_configure_args=
2013 ac_configure_args0=
2014 ac_configure_args1=
2015 ac_must_keep_next=false
2016 for ac_pass in 1 2
2017 do
2018 for ac_arg
2019 do
2020 case $ac_arg in
2021 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2022 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2023 | -silent | --silent | --silen | --sile | --sil)
2024 continue ;;
2025 *\'*)
2026 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2027 esac
2028 case $ac_pass in
2029 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2030 2)
2031 as_fn_append ac_configure_args1 " '$ac_arg'"
2032 if test $ac_must_keep_next = true; then
2033 ac_must_keep_next=false # Got value, back to normal.
2034 else
2035 case $ac_arg in
2036 *=* | --config-cache | -C | -disable-* | --disable-* \
2037 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2038 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2039 | -with-* | --with-* | -without-* | --without-* | --x)
2040 case "$ac_configure_args0 " in
2041 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2042 esac
2043 ;;
2044 -* ) ac_must_keep_next=true ;;
2045 esac
2046 fi
2047 as_fn_append ac_configure_args " '$ac_arg'"
2048 ;;
2049 esac
2050 done
2051 done
2052 { ac_configure_args0=; unset ac_configure_args0;}
2053 { ac_configure_args1=; unset ac_configure_args1;}
2054
2055 # When interrupted or exit'd, cleanup temporary files, and complete
2056 # config.log. We remove comments because anyway the quotes in there
2057 # would cause problems or look ugly.
2058 # WARNING: Use '\'' to represent an apostrophe within the trap.
2059 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2060 trap 'exit_status=$?
2061 # Save into config.log some information that might help in debugging.
2062 {
2063 echo
2064
2065 $as_echo "## ---------------- ##
2066 ## Cache variables. ##
2067 ## ---------------- ##"
2068 echo
2069 # The following way of writing the cache mishandles newlines in values,
2070 (
2071 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2072 eval ac_val=\$$ac_var
2073 case $ac_val in #(
2074 *${as_nl}*)
2075 case $ac_var in #(
2076 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2077 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2078 esac
2079 case $ac_var in #(
2080 _ | IFS | as_nl) ;; #(
2081 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2082 *) { eval $ac_var=; unset $ac_var;} ;;
2083 esac ;;
2084 esac
2085 done
2086 (set) 2>&1 |
2087 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2088 *${as_nl}ac_space=\ *)
2089 sed -n \
2090 "s/'\''/'\''\\\\'\'''\''/g;
2091 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2092 ;; #(
2093 *)
2094 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2095 ;;
2096 esac |
2097 sort
2098 )
2099 echo
2100
2101 $as_echo "## ----------------- ##
2102 ## Output variables. ##
2103 ## ----------------- ##"
2104 echo
2105 for ac_var in $ac_subst_vars
2106 do
2107 eval ac_val=\$$ac_var
2108 case $ac_val in
2109 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2110 esac
2111 $as_echo "$ac_var='\''$ac_val'\''"
2112 done | sort
2113 echo
2114
2115 if test -n "$ac_subst_files"; then
2116 $as_echo "## ------------------- ##
2117 ## File substitutions. ##
2118 ## ------------------- ##"
2119 echo
2120 for ac_var in $ac_subst_files
2121 do
2122 eval ac_val=\$$ac_var
2123 case $ac_val in
2124 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2125 esac
2126 $as_echo "$ac_var='\''$ac_val'\''"
2127 done | sort
2128 echo
2129 fi
2130
2131 if test -s confdefs.h; then
2132 $as_echo "## ----------- ##
2133 ## confdefs.h. ##
2134 ## ----------- ##"
2135 echo
2136 cat confdefs.h
2137 echo
2138 fi
2139 test "$ac_signal" != 0 &&
2140 $as_echo "$as_me: caught signal $ac_signal"
2141 $as_echo "$as_me: exit $exit_status"
2142 } >&5
2143 rm -f core *.core core.conftest.* &&
2144 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2145 exit $exit_status
2146 ' 0
2147 for ac_signal in 1 2 13 15; do
2148 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2149 done
2150 ac_signal=0
2151
2152 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2153 rm -f -r conftest* confdefs.h
2154
2155 $as_echo "/* confdefs.h */" > confdefs.h
2156
2157 # Predefined preprocessor variables.
2158
2159 cat >>confdefs.h <<_ACEOF
2160 #define PACKAGE_NAME "$PACKAGE_NAME"
2161 _ACEOF
2162
2163 cat >>confdefs.h <<_ACEOF
2164 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2165 _ACEOF
2166
2167 cat >>confdefs.h <<_ACEOF
2168 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2169 _ACEOF
2170
2171 cat >>confdefs.h <<_ACEOF
2172 #define PACKAGE_STRING "$PACKAGE_STRING"
2173 _ACEOF
2174
2175 cat >>confdefs.h <<_ACEOF
2176 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2177 _ACEOF
2178
2179 cat >>confdefs.h <<_ACEOF
2180 #define PACKAGE_URL "$PACKAGE_URL"
2181 _ACEOF
2182
2183
2184 # Let the site file select an alternate cache file if it wants to.
2185 # Prefer an explicitly selected file to automatically selected ones.
2186 ac_site_file1=NONE
2187 ac_site_file2=NONE
2188 if test -n "$CONFIG_SITE"; then
2189 # We do not want a PATH search for config.site.
2190 case $CONFIG_SITE in #((
2191 -*) ac_site_file1=./$CONFIG_SITE;;
2192 */*) ac_site_file1=$CONFIG_SITE;;
2193 *) ac_site_file1=./$CONFIG_SITE;;
2194 esac
2195 elif test "x$prefix" != xNONE; then
2196 ac_site_file1=$prefix/share/config.site
2197 ac_site_file2=$prefix/etc/config.site
2198 else
2199 ac_site_file1=$ac_default_prefix/share/config.site
2200 ac_site_file2=$ac_default_prefix/etc/config.site
2201 fi
2202 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2203 do
2204 test "x$ac_site_file" = xNONE && continue
2205 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2206 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2207 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2208 sed 's/^/| /' "$ac_site_file" >&5
2209 . "$ac_site_file" \
2210 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2211 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2212 as_fn_error $? "failed to load site script $ac_site_file
2213 See \`config.log' for more details" "$LINENO" 5; }
2214 fi
2215 done
2216
2217 if test -r "$cache_file"; then
2218 # Some versions of bash will fail to source /dev/null (special files
2219 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2220 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2221 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2222 $as_echo "$as_me: loading cache $cache_file" >&6;}
2223 case $cache_file in
2224 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2225 *) . "./$cache_file";;
2226 esac
2227 fi
2228 else
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2230 $as_echo "$as_me: creating cache $cache_file" >&6;}
2231 >$cache_file
2232 fi
2233
2234 # Check that the precious variables saved in the cache have kept the same
2235 # value.
2236 ac_cache_corrupted=false
2237 for ac_var in $ac_precious_vars; do
2238 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2239 eval ac_new_set=\$ac_env_${ac_var}_set
2240 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2241 eval ac_new_val=\$ac_env_${ac_var}_value
2242 case $ac_old_set,$ac_new_set in
2243 set,)
2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2245 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2246 ac_cache_corrupted=: ;;
2247 ,set)
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2249 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2250 ac_cache_corrupted=: ;;
2251 ,);;
2252 *)
2253 if test "x$ac_old_val" != "x$ac_new_val"; then
2254 # differences in whitespace do not lead to failure.
2255 ac_old_val_w=`echo x $ac_old_val`
2256 ac_new_val_w=`echo x $ac_new_val`
2257 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2258 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2259 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2260 ac_cache_corrupted=:
2261 else
2262 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2263 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2264 eval $ac_var=\$ac_old_val
2265 fi
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2267 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2269 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2270 fi;;
2271 esac
2272 # Pass precious variables to config.status.
2273 if test "$ac_new_set" = set; then
2274 case $ac_new_val in
2275 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2276 *) ac_arg=$ac_var=$ac_new_val ;;
2277 esac
2278 case " $ac_configure_args " in
2279 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2280 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2281 esac
2282 fi
2283 done
2284 if $ac_cache_corrupted; then
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2286 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2287 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2288 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2289 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2290 fi
2291 ## -------------------- ##
2292 ## Main body of script. ##
2293 ## -------------------- ##
2294
2295 ac_ext=c
2296 ac_cpp='$CPP $CPPFLAGS'
2297 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2298 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2299 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2300
2301
2302
2303
2304
2305
2306
2307 ac_aux_dir=
2308 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2309 if test -f "$ac_dir/install-sh"; then
2310 ac_aux_dir=$ac_dir
2311 ac_install_sh="$ac_aux_dir/install-sh -c"
2312 break
2313 elif test -f "$ac_dir/install.sh"; then
2314 ac_aux_dir=$ac_dir
2315 ac_install_sh="$ac_aux_dir/install.sh -c"
2316 break
2317 elif test -f "$ac_dir/shtool"; then
2318 ac_aux_dir=$ac_dir
2319 ac_install_sh="$ac_aux_dir/shtool install -c"
2320 break
2321 fi
2322 done
2323 if test -z "$ac_aux_dir"; then
2324 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2325 fi
2326
2327 # These three variables are undocumented and unsupported,
2328 # and are intended to be withdrawn in a future Autoconf release.
2329 # They can cause serious problems if a builder's source tree is in a directory
2330 # whose full name contains unusual characters.
2331 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2332 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2333 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2334
2335
2336 # Make sure we can run config.sub.
2337 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2338 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2339
2340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2341 $as_echo_n "checking build system type... " >&6; }
2342 if ${ac_cv_build+:} false; then :
2343 $as_echo_n "(cached) " >&6
2344 else
2345 ac_build_alias=$build_alias
2346 test "x$ac_build_alias" = x &&
2347 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2348 test "x$ac_build_alias" = x &&
2349 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2350 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2351 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2352
2353 fi
2354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2355 $as_echo "$ac_cv_build" >&6; }
2356 case $ac_cv_build in
2357 *-*-*) ;;
2358 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2359 esac
2360 build=$ac_cv_build
2361 ac_save_IFS=$IFS; IFS='-'
2362 set x $ac_cv_build
2363 shift
2364 build_cpu=$1
2365 build_vendor=$2
2366 shift; shift
2367 # Remember, the first character of IFS is used to create $*,
2368 # except with old shells:
2369 build_os=$*
2370 IFS=$ac_save_IFS
2371 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2372
2373
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2375 $as_echo_n "checking host system type... " >&6; }
2376 if ${ac_cv_host+:} false; then :
2377 $as_echo_n "(cached) " >&6
2378 else
2379 if test "x$host_alias" = x; then
2380 ac_cv_host=$ac_cv_build
2381 else
2382 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2383 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2384 fi
2385
2386 fi
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2388 $as_echo "$ac_cv_host" >&6; }
2389 case $ac_cv_host in
2390 *-*-*) ;;
2391 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2392 esac
2393 host=$ac_cv_host
2394 ac_save_IFS=$IFS; IFS='-'
2395 set x $ac_cv_host
2396 shift
2397 host_cpu=$1
2398 host_vendor=$2
2399 shift; shift
2400 # Remember, the first character of IFS is used to create $*,
2401 # except with old shells:
2402 host_os=$*
2403 IFS=$ac_save_IFS
2404 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2405
2406
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2408 $as_echo_n "checking target system type... " >&6; }
2409 if ${ac_cv_target+:} false; then :
2410 $as_echo_n "(cached) " >&6
2411 else
2412 if test "x$target_alias" = x; then
2413 ac_cv_target=$ac_cv_host
2414 else
2415 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2416 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2417 fi
2418
2419 fi
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2421 $as_echo "$ac_cv_target" >&6; }
2422 case $ac_cv_target in
2423 *-*-*) ;;
2424 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2425 esac
2426 target=$ac_cv_target
2427 ac_save_IFS=$IFS; IFS='-'
2428 set x $ac_cv_target
2429 shift
2430 target_cpu=$1
2431 target_vendor=$2
2432 shift; shift
2433 # Remember, the first character of IFS is used to create $*,
2434 # except with old shells:
2435 target_os=$*
2436 IFS=$ac_save_IFS
2437 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2438
2439
2440 # The aliases save the names the user supplied, while $host etc.
2441 # will get canonicalized.
2442 test -n "$target_alias" &&
2443 test "$program_prefix$program_suffix$program_transform_name" = \
2444 NONENONEs,x,x, &&
2445 program_prefix=${target_alias}-
2446 # Expand $ac_aux_dir to an absolute path.
2447 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2448
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454 if test -n "$ac_tool_prefix"; then
2455 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2456 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2458 $as_echo_n "checking for $ac_word... " >&6; }
2459 if ${ac_cv_prog_CC+:} false; then :
2460 $as_echo_n "(cached) " >&6
2461 else
2462 if test -n "$CC"; then
2463 ac_cv_prog_CC="$CC" # Let the user override the test.
2464 else
2465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2466 for as_dir in $PATH
2467 do
2468 IFS=$as_save_IFS
2469 test -z "$as_dir" && as_dir=.
2470 for ac_exec_ext in '' $ac_executable_extensions; do
2471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2472 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2474 break 2
2475 fi
2476 done
2477 done
2478 IFS=$as_save_IFS
2479
2480 fi
2481 fi
2482 CC=$ac_cv_prog_CC
2483 if test -n "$CC"; then
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2485 $as_echo "$CC" >&6; }
2486 else
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2488 $as_echo "no" >&6; }
2489 fi
2490
2491
2492 fi
2493 if test -z "$ac_cv_prog_CC"; then
2494 ac_ct_CC=$CC
2495 # Extract the first word of "gcc", so it can be a program name with args.
2496 set dummy gcc; ac_word=$2
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2498 $as_echo_n "checking for $ac_word... " >&6; }
2499 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2500 $as_echo_n "(cached) " >&6
2501 else
2502 if test -n "$ac_ct_CC"; then
2503 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2504 else
2505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2506 for as_dir in $PATH
2507 do
2508 IFS=$as_save_IFS
2509 test -z "$as_dir" && as_dir=.
2510 for ac_exec_ext in '' $ac_executable_extensions; do
2511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2512 ac_cv_prog_ac_ct_CC="gcc"
2513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2514 break 2
2515 fi
2516 done
2517 done
2518 IFS=$as_save_IFS
2519
2520 fi
2521 fi
2522 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2523 if test -n "$ac_ct_CC"; then
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2525 $as_echo "$ac_ct_CC" >&6; }
2526 else
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2528 $as_echo "no" >&6; }
2529 fi
2530
2531 if test "x$ac_ct_CC" = x; then
2532 CC=""
2533 else
2534 case $cross_compiling:$ac_tool_warned in
2535 yes:)
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2538 ac_tool_warned=yes ;;
2539 esac
2540 CC=$ac_ct_CC
2541 fi
2542 else
2543 CC="$ac_cv_prog_CC"
2544 fi
2545
2546 if test -z "$CC"; then
2547 if test -n "$ac_tool_prefix"; then
2548 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2549 set dummy ${ac_tool_prefix}cc; ac_word=$2
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2551 $as_echo_n "checking for $ac_word... " >&6; }
2552 if ${ac_cv_prog_CC+:} false; then :
2553 $as_echo_n "(cached) " >&6
2554 else
2555 if test -n "$CC"; then
2556 ac_cv_prog_CC="$CC" # Let the user override the test.
2557 else
2558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2559 for as_dir in $PATH
2560 do
2561 IFS=$as_save_IFS
2562 test -z "$as_dir" && as_dir=.
2563 for ac_exec_ext in '' $ac_executable_extensions; do
2564 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2565 ac_cv_prog_CC="${ac_tool_prefix}cc"
2566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2567 break 2
2568 fi
2569 done
2570 done
2571 IFS=$as_save_IFS
2572
2573 fi
2574 fi
2575 CC=$ac_cv_prog_CC
2576 if test -n "$CC"; then
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2578 $as_echo "$CC" >&6; }
2579 else
2580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2581 $as_echo "no" >&6; }
2582 fi
2583
2584
2585 fi
2586 fi
2587 if test -z "$CC"; then
2588 # Extract the first word of "cc", so it can be a program name with args.
2589 set dummy cc; ac_word=$2
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2591 $as_echo_n "checking for $ac_word... " >&6; }
2592 if ${ac_cv_prog_CC+:} false; then :
2593 $as_echo_n "(cached) " >&6
2594 else
2595 if test -n "$CC"; then
2596 ac_cv_prog_CC="$CC" # Let the user override the test.
2597 else
2598 ac_prog_rejected=no
2599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2600 for as_dir in $PATH
2601 do
2602 IFS=$as_save_IFS
2603 test -z "$as_dir" && as_dir=.
2604 for ac_exec_ext in '' $ac_executable_extensions; do
2605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2606 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2607 ac_prog_rejected=yes
2608 continue
2609 fi
2610 ac_cv_prog_CC="cc"
2611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2612 break 2
2613 fi
2614 done
2615 done
2616 IFS=$as_save_IFS
2617
2618 if test $ac_prog_rejected = yes; then
2619 # We found a bogon in the path, so make sure we never use it.
2620 set dummy $ac_cv_prog_CC
2621 shift
2622 if test $# != 0; then
2623 # We chose a different compiler from the bogus one.
2624 # However, it has the same basename, so the bogon will be chosen
2625 # first if we set CC to just the basename; use the full file name.
2626 shift
2627 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2628 fi
2629 fi
2630 fi
2631 fi
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2638 $as_echo "no" >&6; }
2639 fi
2640
2641
2642 fi
2643 if test -z "$CC"; then
2644 if test -n "$ac_tool_prefix"; then
2645 for ac_prog in cl.exe
2646 do
2647 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2648 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2650 $as_echo_n "checking for $ac_word... " >&6; }
2651 if ${ac_cv_prog_CC+:} false; then :
2652 $as_echo_n "(cached) " >&6
2653 else
2654 if test -n "$CC"; then
2655 ac_cv_prog_CC="$CC" # Let the user override the test.
2656 else
2657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2658 for as_dir in $PATH
2659 do
2660 IFS=$as_save_IFS
2661 test -z "$as_dir" && as_dir=.
2662 for ac_exec_ext in '' $ac_executable_extensions; do
2663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2664 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2666 break 2
2667 fi
2668 done
2669 done
2670 IFS=$as_save_IFS
2671
2672 fi
2673 fi
2674 CC=$ac_cv_prog_CC
2675 if test -n "$CC"; then
2676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2677 $as_echo "$CC" >&6; }
2678 else
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2680 $as_echo "no" >&6; }
2681 fi
2682
2683
2684 test -n "$CC" && break
2685 done
2686 fi
2687 if test -z "$CC"; then
2688 ac_ct_CC=$CC
2689 for ac_prog in cl.exe
2690 do
2691 # Extract the first word of "$ac_prog", so it can be a program name with args.
2692 set dummy $ac_prog; ac_word=$2
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2694 $as_echo_n "checking for $ac_word... " >&6; }
2695 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2696 $as_echo_n "(cached) " >&6
2697 else
2698 if test -n "$ac_ct_CC"; then
2699 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2700 else
2701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2702 for as_dir in $PATH
2703 do
2704 IFS=$as_save_IFS
2705 test -z "$as_dir" && as_dir=.
2706 for ac_exec_ext in '' $ac_executable_extensions; do
2707 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2708 ac_cv_prog_ac_ct_CC="$ac_prog"
2709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2710 break 2
2711 fi
2712 done
2713 done
2714 IFS=$as_save_IFS
2715
2716 fi
2717 fi
2718 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2719 if test -n "$ac_ct_CC"; then
2720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2721 $as_echo "$ac_ct_CC" >&6; }
2722 else
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2724 $as_echo "no" >&6; }
2725 fi
2726
2727
2728 test -n "$ac_ct_CC" && break
2729 done
2730
2731 if test "x$ac_ct_CC" = x; then
2732 CC=""
2733 else
2734 case $cross_compiling:$ac_tool_warned in
2735 yes:)
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2737 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2738 ac_tool_warned=yes ;;
2739 esac
2740 CC=$ac_ct_CC
2741 fi
2742 fi
2743
2744 fi
2745
2746
2747 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2748 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2749 as_fn_error $? "no acceptable C compiler found in \$PATH
2750 See \`config.log' for more details" "$LINENO" 5; }
2751
2752 # Provide some information about the compiler.
2753 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2754 set X $ac_compile
2755 ac_compiler=$2
2756 for ac_option in --version -v -V -qversion; do
2757 { { ac_try="$ac_compiler $ac_option >&5"
2758 case "(($ac_try" in
2759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2760 *) ac_try_echo=$ac_try;;
2761 esac
2762 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2763 $as_echo "$ac_try_echo"; } >&5
2764 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2765 ac_status=$?
2766 if test -s conftest.err; then
2767 sed '10a\
2768 ... rest of stderr output deleted ...
2769 10q' conftest.err >conftest.er1
2770 cat conftest.er1 >&5
2771 fi
2772 rm -f conftest.er1 conftest.err
2773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2774 test $ac_status = 0; }
2775 done
2776
2777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2778 /* end confdefs.h. */
2779
2780 int
2781 main ()
2782 {
2783
2784 ;
2785 return 0;
2786 }
2787 _ACEOF
2788 ac_clean_files_save=$ac_clean_files
2789 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2790 # Try to create an executable without -o first, disregard a.out.
2791 # It will help us diagnose broken compilers, and finding out an intuition
2792 # of exeext.
2793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2794 $as_echo_n "checking whether the C compiler works... " >&6; }
2795 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2796
2797 # The possible output files:
2798 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2799
2800 ac_rmfiles=
2801 for ac_file in $ac_files
2802 do
2803 case $ac_file in
2804 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2805 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2806 esac
2807 done
2808 rm -f $ac_rmfiles
2809
2810 if { { ac_try="$ac_link_default"
2811 case "(($ac_try" in
2812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2813 *) ac_try_echo=$ac_try;;
2814 esac
2815 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2816 $as_echo "$ac_try_echo"; } >&5
2817 (eval "$ac_link_default") 2>&5
2818 ac_status=$?
2819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2820 test $ac_status = 0; }; then :
2821 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2822 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2823 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2824 # so that the user can short-circuit this test for compilers unknown to
2825 # Autoconf.
2826 for ac_file in $ac_files ''
2827 do
2828 test -f "$ac_file" || continue
2829 case $ac_file in
2830 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2831 ;;
2832 [ab].out )
2833 # We found the default executable, but exeext='' is most
2834 # certainly right.
2835 break;;
2836 *.* )
2837 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2838 then :; else
2839 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2840 fi
2841 # We set ac_cv_exeext here because the later test for it is not
2842 # safe: cross compilers may not add the suffix if given an `-o'
2843 # argument, so we may need to know it at that point already.
2844 # Even if this section looks crufty: it has the advantage of
2845 # actually working.
2846 break;;
2847 * )
2848 break;;
2849 esac
2850 done
2851 test "$ac_cv_exeext" = no && ac_cv_exeext=
2852
2853 else
2854 ac_file=''
2855 fi
2856 if test -z "$ac_file"; then :
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2858 $as_echo "no" >&6; }
2859 $as_echo "$as_me: failed program was:" >&5
2860 sed 's/^/| /' conftest.$ac_ext >&5
2861
2862 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2863 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2864 as_fn_error 77 "C compiler cannot create executables
2865 See \`config.log' for more details" "$LINENO" 5; }
2866 else
2867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2868 $as_echo "yes" >&6; }
2869 fi
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2871 $as_echo_n "checking for C compiler default output file name... " >&6; }
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2873 $as_echo "$ac_file" >&6; }
2874 ac_exeext=$ac_cv_exeext
2875
2876 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2877 ac_clean_files=$ac_clean_files_save
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2879 $as_echo_n "checking for suffix of executables... " >&6; }
2880 if { { ac_try="$ac_link"
2881 case "(($ac_try" in
2882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2883 *) ac_try_echo=$ac_try;;
2884 esac
2885 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2886 $as_echo "$ac_try_echo"; } >&5
2887 (eval "$ac_link") 2>&5
2888 ac_status=$?
2889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2890 test $ac_status = 0; }; then :
2891 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2892 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2893 # work properly (i.e., refer to `conftest.exe'), while it won't with
2894 # `rm'.
2895 for ac_file in conftest.exe conftest conftest.*; do
2896 test -f "$ac_file" || continue
2897 case $ac_file in
2898 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2899 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2900 break;;
2901 * ) break;;
2902 esac
2903 done
2904 else
2905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2906 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2907 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2908 See \`config.log' for more details" "$LINENO" 5; }
2909 fi
2910 rm -f conftest conftest$ac_cv_exeext
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2912 $as_echo "$ac_cv_exeext" >&6; }
2913
2914 rm -f conftest.$ac_ext
2915 EXEEXT=$ac_cv_exeext
2916 ac_exeext=$EXEEXT
2917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2918 /* end confdefs.h. */
2919 #include <stdio.h>
2920 int
2921 main ()
2922 {
2923 FILE *f = fopen ("conftest.out", "w");
2924 return ferror (f) || fclose (f) != 0;
2925
2926 ;
2927 return 0;
2928 }
2929 _ACEOF
2930 ac_clean_files="$ac_clean_files conftest.out"
2931 # Check that the compiler produces executables we can run. If not, either
2932 # the compiler is broken, or we cross compile.
2933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2934 $as_echo_n "checking whether we are cross compiling... " >&6; }
2935 if test "$cross_compiling" != yes; then
2936 { { ac_try="$ac_link"
2937 case "(($ac_try" in
2938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2939 *) ac_try_echo=$ac_try;;
2940 esac
2941 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2942 $as_echo "$ac_try_echo"; } >&5
2943 (eval "$ac_link") 2>&5
2944 ac_status=$?
2945 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2946 test $ac_status = 0; }
2947 if { ac_try='./conftest$ac_cv_exeext'
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_try") 2>&5
2955 ac_status=$?
2956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2957 test $ac_status = 0; }; }; then
2958 cross_compiling=no
2959 else
2960 if test "$cross_compiling" = maybe; then
2961 cross_compiling=yes
2962 else
2963 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2964 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2965 as_fn_error $? "cannot run C compiled programs.
2966 If you meant to cross compile, use \`--host'.
2967 See \`config.log' for more details" "$LINENO" 5; }
2968 fi
2969 fi
2970 fi
2971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2972 $as_echo "$cross_compiling" >&6; }
2973
2974 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
2975 ac_clean_files=$ac_clean_files_save
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2977 $as_echo_n "checking for suffix of object files... " >&6; }
2978 if ${ac_cv_objext+:} false; then :
2979 $as_echo_n "(cached) " >&6
2980 else
2981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2982 /* end confdefs.h. */
2983
2984 int
2985 main ()
2986 {
2987
2988 ;
2989 return 0;
2990 }
2991 _ACEOF
2992 rm -f conftest.o conftest.obj
2993 if { { ac_try="$ac_compile"
2994 case "(($ac_try" in
2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996 *) ac_try_echo=$ac_try;;
2997 esac
2998 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2999 $as_echo "$ac_try_echo"; } >&5
3000 (eval "$ac_compile") 2>&5
3001 ac_status=$?
3002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3003 test $ac_status = 0; }; then :
3004 for ac_file in conftest.o conftest.obj conftest.*; do
3005 test -f "$ac_file" || continue;
3006 case $ac_file in
3007 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3008 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3009 break;;
3010 esac
3011 done
3012 else
3013 $as_echo "$as_me: failed program was:" >&5
3014 sed 's/^/| /' conftest.$ac_ext >&5
3015
3016 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3017 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3018 as_fn_error $? "cannot compute suffix of object files: cannot compile
3019 See \`config.log' for more details" "$LINENO" 5; }
3020 fi
3021 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3022 fi
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3024 $as_echo "$ac_cv_objext" >&6; }
3025 OBJEXT=$ac_cv_objext
3026 ac_objext=$OBJEXT
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3028 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3029 if ${ac_cv_c_compiler_gnu+:} false; then :
3030 $as_echo_n "(cached) " >&6
3031 else
3032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3033 /* end confdefs.h. */
3034
3035 int
3036 main ()
3037 {
3038 #ifndef __GNUC__
3039 choke me
3040 #endif
3041
3042 ;
3043 return 0;
3044 }
3045 _ACEOF
3046 if ac_fn_c_try_compile "$LINENO"; then :
3047 ac_compiler_gnu=yes
3048 else
3049 ac_compiler_gnu=no
3050 fi
3051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3052 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3053
3054 fi
3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3056 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3057 if test $ac_compiler_gnu = yes; then
3058 GCC=yes
3059 else
3060 GCC=
3061 fi
3062 ac_test_CFLAGS=${CFLAGS+set}
3063 ac_save_CFLAGS=$CFLAGS
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3065 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3066 if ${ac_cv_prog_cc_g+:} false; then :
3067 $as_echo_n "(cached) " >&6
3068 else
3069 ac_save_c_werror_flag=$ac_c_werror_flag
3070 ac_c_werror_flag=yes
3071 ac_cv_prog_cc_g=no
3072 CFLAGS="-g"
3073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3074 /* end confdefs.h. */
3075
3076 int
3077 main ()
3078 {
3079
3080 ;
3081 return 0;
3082 }
3083 _ACEOF
3084 if ac_fn_c_try_compile "$LINENO"; then :
3085 ac_cv_prog_cc_g=yes
3086 else
3087 CFLAGS=""
3088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3089 /* end confdefs.h. */
3090
3091 int
3092 main ()
3093 {
3094
3095 ;
3096 return 0;
3097 }
3098 _ACEOF
3099 if ac_fn_c_try_compile "$LINENO"; then :
3100
3101 else
3102 ac_c_werror_flag=$ac_save_c_werror_flag
3103 CFLAGS="-g"
3104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3105 /* end confdefs.h. */
3106
3107 int
3108 main ()
3109 {
3110
3111 ;
3112 return 0;
3113 }
3114 _ACEOF
3115 if ac_fn_c_try_compile "$LINENO"; then :
3116 ac_cv_prog_cc_g=yes
3117 fi
3118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3119 fi
3120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3121 fi
3122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3123 ac_c_werror_flag=$ac_save_c_werror_flag
3124 fi
3125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3126 $as_echo "$ac_cv_prog_cc_g" >&6; }
3127 if test "$ac_test_CFLAGS" = set; then
3128 CFLAGS=$ac_save_CFLAGS
3129 elif test $ac_cv_prog_cc_g = yes; then
3130 if test "$GCC" = yes; then
3131 CFLAGS="-g -O2"
3132 else
3133 CFLAGS="-g"
3134 fi
3135 else
3136 if test "$GCC" = yes; then
3137 CFLAGS="-O2"
3138 else
3139 CFLAGS=
3140 fi
3141 fi
3142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3143 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3144 if ${ac_cv_prog_cc_c89+:} false; then :
3145 $as_echo_n "(cached) " >&6
3146 else
3147 ac_cv_prog_cc_c89=no
3148 ac_save_CC=$CC
3149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3150 /* end confdefs.h. */
3151 #include <stdarg.h>
3152 #include <stdio.h>
3153 struct stat;
3154 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3155 struct buf { int x; };
3156 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3157 static char *e (p, i)
3158 char **p;
3159 int i;
3160 {
3161 return p[i];
3162 }
3163 static char *f (char * (*g) (char **, int), char **p, ...)
3164 {
3165 char *s;
3166 va_list v;
3167 va_start (v,p);
3168 s = g (p, va_arg (v,int));
3169 va_end (v);
3170 return s;
3171 }
3172
3173 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3174 function prototypes and stuff, but not '\xHH' hex character constants.
3175 These don't provoke an error unfortunately, instead are silently treated
3176 as 'x'. The following induces an error, until -std is added to get
3177 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3178 array size at least. It's necessary to write '\x00'==0 to get something
3179 that's true only with -std. */
3180 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3181
3182 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3183 inside strings and character constants. */
3184 #define FOO(x) 'x'
3185 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3186
3187 int test (int i, double x);
3188 struct s1 {int (*f) (int a);};
3189 struct s2 {int (*f) (double a);};
3190 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3191 int argc;
3192 char **argv;
3193 int
3194 main ()
3195 {
3196 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3197 ;
3198 return 0;
3199 }
3200 _ACEOF
3201 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3202 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3203 do
3204 CC="$ac_save_CC $ac_arg"
3205 if ac_fn_c_try_compile "$LINENO"; then :
3206 ac_cv_prog_cc_c89=$ac_arg
3207 fi
3208 rm -f core conftest.err conftest.$ac_objext
3209 test "x$ac_cv_prog_cc_c89" != "xno" && break
3210 done
3211 rm -f conftest.$ac_ext
3212 CC=$ac_save_CC
3213
3214 fi
3215 # AC_CACHE_VAL
3216 case "x$ac_cv_prog_cc_c89" in
3217 x)
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3219 $as_echo "none needed" >&6; } ;;
3220 xno)
3221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3222 $as_echo "unsupported" >&6; } ;;
3223 *)
3224 CC="$CC $ac_cv_prog_cc_c89"
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3226 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3227 esac
3228 if test "x$ac_cv_prog_cc_c89" != xno; then :
3229
3230 fi
3231
3232 ac_ext=c
3233 ac_cpp='$CPP $CPPFLAGS'
3234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3237
3238 ac_ext=c
3239 ac_cpp='$CPP $CPPFLAGS'
3240 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3241 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3242 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3244 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3245 if ${am_cv_prog_cc_c_o+:} false; then :
3246 $as_echo_n "(cached) " >&6
3247 else
3248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3249 /* end confdefs.h. */
3250
3251 int
3252 main ()
3253 {
3254
3255 ;
3256 return 0;
3257 }
3258 _ACEOF
3259 # Make sure it works both with $CC and with simple cc.
3260 # Following AC_PROG_CC_C_O, we do the test twice because some
3261 # compilers refuse to overwrite an existing .o file with -o,
3262 # though they will create one.
3263 am_cv_prog_cc_c_o=yes
3264 for am_i in 1 2; do
3265 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3266 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3267 ac_status=$?
3268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3269 (exit $ac_status); } \
3270 && test -f conftest2.$ac_objext; then
3271 : OK
3272 else
3273 am_cv_prog_cc_c_o=no
3274 break
3275 fi
3276 done
3277 rm -f core conftest*
3278 unset am_i
3279 fi
3280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3281 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3282 if test "$am_cv_prog_cc_c_o" != yes; then
3283 # Losing compiler, so override with the script.
3284 # FIXME: It is wrong to rewrite CC.
3285 # But if we don't then we get into trouble of one sort or another.
3286 # A longer-term fix would be to have automake use am__CC in this case,
3287 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3288 CC="$am_aux_dir/compile $CC"
3289 fi
3290 ac_ext=c
3291 ac_cpp='$CPP $CPPFLAGS'
3292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3295
3296
3297
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3299 $as_echo_n "checking for library containing strerror... " >&6; }
3300 if ${ac_cv_search_strerror+:} false; then :
3301 $as_echo_n "(cached) " >&6
3302 else
3303 ac_func_search_save_LIBS=$LIBS
3304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3305 /* end confdefs.h. */
3306
3307 /* Override any GCC internal prototype to avoid an error.
3308 Use char because int might match the return type of a GCC
3309 builtin and then its argument prototype would still apply. */
3310 #ifdef __cplusplus
3311 extern "C"
3312 #endif
3313 char strerror ();
3314 int
3315 main ()
3316 {
3317 return strerror ();
3318 ;
3319 return 0;
3320 }
3321 _ACEOF
3322 for ac_lib in '' cposix; do
3323 if test -z "$ac_lib"; then
3324 ac_res="none required"
3325 else
3326 ac_res=-l$ac_lib
3327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3328 fi
3329 if ac_fn_c_try_link "$LINENO"; then :
3330 ac_cv_search_strerror=$ac_res
3331 fi
3332 rm -f core conftest.err conftest.$ac_objext \
3333 conftest$ac_exeext
3334 if ${ac_cv_search_strerror+:} false; then :
3335 break
3336 fi
3337 done
3338 if ${ac_cv_search_strerror+:} false; then :
3339
3340 else
3341 ac_cv_search_strerror=no
3342 fi
3343 rm conftest.$ac_ext
3344 LIBS=$ac_func_search_save_LIBS
3345 fi
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3347 $as_echo "$ac_cv_search_strerror" >&6; }
3348 ac_res=$ac_cv_search_strerror
3349 if test "$ac_res" != no; then :
3350 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3351
3352 fi
3353
3354
3355 am__api_version='1.15'
3356
3357 # Find a good install program. We prefer a C program (faster),
3358 # so one script is as good as another. But avoid the broken or
3359 # incompatible versions:
3360 # SysV /etc/install, /usr/sbin/install
3361 # SunOS /usr/etc/install
3362 # IRIX /sbin/install
3363 # AIX /bin/install
3364 # AmigaOS /C/install, which installs bootblocks on floppy discs
3365 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3366 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3367 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3368 # OS/2's system install, which has a completely different semantic
3369 # ./install, which can be erroneously created by make from ./install.sh.
3370 # Reject install programs that cannot install multiple files.
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3372 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3373 if test -z "$INSTALL"; then
3374 if ${ac_cv_path_install+:} false; then :
3375 $as_echo_n "(cached) " >&6
3376 else
3377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3378 for as_dir in $PATH
3379 do
3380 IFS=$as_save_IFS
3381 test -z "$as_dir" && as_dir=.
3382 # Account for people who put trailing slashes in PATH elements.
3383 case $as_dir/ in #((
3384 ./ | .// | /[cC]/* | \
3385 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3386 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3387 /usr/ucb/* ) ;;
3388 *)
3389 # OSF1 and SCO ODT 3.0 have their own names for install.
3390 # Don't use installbsd from OSF since it installs stuff as root
3391 # by default.
3392 for ac_prog in ginstall scoinst install; do
3393 for ac_exec_ext in '' $ac_executable_extensions; do
3394 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3395 if test $ac_prog = install &&
3396 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3397 # AIX install. It has an incompatible calling convention.
3398 :
3399 elif test $ac_prog = install &&
3400 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3401 # program-specific install script used by HP pwplus--don't use.
3402 :
3403 else
3404 rm -rf conftest.one conftest.two conftest.dir
3405 echo one > conftest.one
3406 echo two > conftest.two
3407 mkdir conftest.dir
3408 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3409 test -s conftest.one && test -s conftest.two &&
3410 test -s conftest.dir/conftest.one &&
3411 test -s conftest.dir/conftest.two
3412 then
3413 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3414 break 3
3415 fi
3416 fi
3417 fi
3418 done
3419 done
3420 ;;
3421 esac
3422
3423 done
3424 IFS=$as_save_IFS
3425
3426 rm -rf conftest.one conftest.two conftest.dir
3427
3428 fi
3429 if test "${ac_cv_path_install+set}" = set; then
3430 INSTALL=$ac_cv_path_install
3431 else
3432 # As a last resort, use the slow shell script. Don't cache a
3433 # value for INSTALL within a source directory, because that will
3434 # break other packages using the cache if that directory is
3435 # removed, or if the value is a relative name.
3436 INSTALL=$ac_install_sh
3437 fi
3438 fi
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3440 $as_echo "$INSTALL" >&6; }
3441
3442 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3443 # It thinks the first close brace ends the variable substitution.
3444 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3445
3446 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3447
3448 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3449
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3451 $as_echo_n "checking whether build environment is sane... " >&6; }
3452 # Reject unsafe characters in $srcdir or the absolute working directory
3453 # name. Accept space and tab only in the latter.
3454 am_lf='
3455 '
3456 case `pwd` in
3457 *[\\\"\#\$\&\'\`$am_lf]*)
3458 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3459 esac
3460 case $srcdir in
3461 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3462 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3463 esac
3464
3465 # Do 'set' in a subshell so we don't clobber the current shell's
3466 # arguments. Must try -L first in case configure is actually a
3467 # symlink; some systems play weird games with the mod time of symlinks
3468 # (eg FreeBSD returns the mod time of the symlink's containing
3469 # directory).
3470 if (
3471 am_has_slept=no
3472 for am_try in 1 2; do
3473 echo "timestamp, slept: $am_has_slept" > conftest.file
3474 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3475 if test "$*" = "X"; then
3476 # -L didn't work.
3477 set X `ls -t "$srcdir/configure" conftest.file`
3478 fi
3479 if test "$*" != "X $srcdir/configure conftest.file" \
3480 && test "$*" != "X conftest.file $srcdir/configure"; then
3481
3482 # If neither matched, then we have a broken ls. This can happen
3483 # if, for instance, CONFIG_SHELL is bash and it inherits a
3484 # broken ls alias from the environment. This has actually
3485 # happened. Such a system could not be considered "sane".
3486 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3487 alias in your environment" "$LINENO" 5
3488 fi
3489 if test "$2" = conftest.file || test $am_try -eq 2; then
3490 break
3491 fi
3492 # Just in case.
3493 sleep 1
3494 am_has_slept=yes
3495 done
3496 test "$2" = conftest.file
3497 )
3498 then
3499 # Ok.
3500 :
3501 else
3502 as_fn_error $? "newly created file is older than distributed files!
3503 Check your system clock" "$LINENO" 5
3504 fi
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3506 $as_echo "yes" >&6; }
3507 # If we didn't sleep, we still need to ensure time stamps of config.status and
3508 # generated files are strictly newer.
3509 am_sleep_pid=
3510 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3511 ( sleep 1 ) &
3512 am_sleep_pid=$!
3513 fi
3514
3515 rm -f conftest.file
3516
3517 test "$program_prefix" != NONE &&
3518 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3519 # Use a double $ so make ignores it.
3520 test "$program_suffix" != NONE &&
3521 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3522 # Double any \ or $.
3523 # By default was `s,x,x', remove it if useless.
3524 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3525 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3526
3527 if test x"${MISSING+set}" != xset; then
3528 case $am_aux_dir in
3529 *\ * | *\ *)
3530 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3531 *)
3532 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3533 esac
3534 fi
3535 # Use eval to expand $SHELL
3536 if eval "$MISSING --is-lightweight"; then
3537 am_missing_run="$MISSING "
3538 else
3539 am_missing_run=
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3541 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3542 fi
3543
3544 if test x"${install_sh+set}" != xset; then
3545 case $am_aux_dir in
3546 *\ * | *\ *)
3547 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3548 *)
3549 install_sh="\${SHELL} $am_aux_dir/install-sh"
3550 esac
3551 fi
3552
3553 # Installed binaries are usually stripped using 'strip' when the user
3554 # run "make install-strip". However 'strip' might not be the right
3555 # tool to use in cross-compilation environments, therefore Automake
3556 # will honor the 'STRIP' environment variable to overrule this program.
3557 if test "$cross_compiling" != no; then
3558 if test -n "$ac_tool_prefix"; then
3559 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3560 set dummy ${ac_tool_prefix}strip; ac_word=$2
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3562 $as_echo_n "checking for $ac_word... " >&6; }
3563 if ${ac_cv_prog_STRIP+:} false; then :
3564 $as_echo_n "(cached) " >&6
3565 else
3566 if test -n "$STRIP"; then
3567 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3568 else
3569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3570 for as_dir in $PATH
3571 do
3572 IFS=$as_save_IFS
3573 test -z "$as_dir" && as_dir=.
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3576 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3578 break 2
3579 fi
3580 done
3581 done
3582 IFS=$as_save_IFS
3583
3584 fi
3585 fi
3586 STRIP=$ac_cv_prog_STRIP
3587 if test -n "$STRIP"; then
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3589 $as_echo "$STRIP" >&6; }
3590 else
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3592 $as_echo "no" >&6; }
3593 fi
3594
3595
3596 fi
3597 if test -z "$ac_cv_prog_STRIP"; then
3598 ac_ct_STRIP=$STRIP
3599 # Extract the first word of "strip", so it can be a program name with args.
3600 set dummy strip; ac_word=$2
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3602 $as_echo_n "checking for $ac_word... " >&6; }
3603 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3604 $as_echo_n "(cached) " >&6
3605 else
3606 if test -n "$ac_ct_STRIP"; then
3607 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3608 else
3609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3610 for as_dir in $PATH
3611 do
3612 IFS=$as_save_IFS
3613 test -z "$as_dir" && as_dir=.
3614 for ac_exec_ext in '' $ac_executable_extensions; do
3615 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3616 ac_cv_prog_ac_ct_STRIP="strip"
3617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3618 break 2
3619 fi
3620 done
3621 done
3622 IFS=$as_save_IFS
3623
3624 fi
3625 fi
3626 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3627 if test -n "$ac_ct_STRIP"; then
3628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3629 $as_echo "$ac_ct_STRIP" >&6; }
3630 else
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3632 $as_echo "no" >&6; }
3633 fi
3634
3635 if test "x$ac_ct_STRIP" = x; then
3636 STRIP=":"
3637 else
3638 case $cross_compiling:$ac_tool_warned in
3639 yes:)
3640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3641 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3642 ac_tool_warned=yes ;;
3643 esac
3644 STRIP=$ac_ct_STRIP
3645 fi
3646 else
3647 STRIP="$ac_cv_prog_STRIP"
3648 fi
3649
3650 fi
3651 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3652
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3654 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3655 if test -z "$MKDIR_P"; then
3656 if ${ac_cv_path_mkdir+:} false; then :
3657 $as_echo_n "(cached) " >&6
3658 else
3659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3661 do
3662 IFS=$as_save_IFS
3663 test -z "$as_dir" && as_dir=.
3664 for ac_prog in mkdir gmkdir; do
3665 for ac_exec_ext in '' $ac_executable_extensions; do
3666 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3667 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3668 'mkdir (GNU coreutils) '* | \
3669 'mkdir (coreutils) '* | \
3670 'mkdir (fileutils) '4.1*)
3671 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3672 break 3;;
3673 esac
3674 done
3675 done
3676 done
3677 IFS=$as_save_IFS
3678
3679 fi
3680
3681 test -d ./--version && rmdir ./--version
3682 if test "${ac_cv_path_mkdir+set}" = set; then
3683 MKDIR_P="$ac_cv_path_mkdir -p"
3684 else
3685 # As a last resort, use the slow shell script. Don't cache a
3686 # value for MKDIR_P within a source directory, because that will
3687 # break other packages using the cache if that directory is
3688 # removed, or if the value is a relative name.
3689 MKDIR_P="$ac_install_sh -d"
3690 fi
3691 fi
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3693 $as_echo "$MKDIR_P" >&6; }
3694
3695 for ac_prog in gawk mawk nawk awk
3696 do
3697 # Extract the first word of "$ac_prog", so it can be a program name with args.
3698 set dummy $ac_prog; ac_word=$2
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3700 $as_echo_n "checking for $ac_word... " >&6; }
3701 if ${ac_cv_prog_AWK+:} false; then :
3702 $as_echo_n "(cached) " >&6
3703 else
3704 if test -n "$AWK"; then
3705 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3706 else
3707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3708 for as_dir in $PATH
3709 do
3710 IFS=$as_save_IFS
3711 test -z "$as_dir" && as_dir=.
3712 for ac_exec_ext in '' $ac_executable_extensions; do
3713 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3714 ac_cv_prog_AWK="$ac_prog"
3715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3716 break 2
3717 fi
3718 done
3719 done
3720 IFS=$as_save_IFS
3721
3722 fi
3723 fi
3724 AWK=$ac_cv_prog_AWK
3725 if test -n "$AWK"; then
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3727 $as_echo "$AWK" >&6; }
3728 else
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3730 $as_echo "no" >&6; }
3731 fi
3732
3733
3734 test -n "$AWK" && break
3735 done
3736
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3738 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3739 set x ${MAKE-make}
3740 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3741 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3742 $as_echo_n "(cached) " >&6
3743 else
3744 cat >conftest.make <<\_ACEOF
3745 SHELL = /bin/sh
3746 all:
3747 @echo '@@@%%%=$(MAKE)=@@@%%%'
3748 _ACEOF
3749 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3750 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3751 *@@@%%%=?*=@@@%%%*)
3752 eval ac_cv_prog_make_${ac_make}_set=yes;;
3753 *)
3754 eval ac_cv_prog_make_${ac_make}_set=no;;
3755 esac
3756 rm -f conftest.make
3757 fi
3758 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3760 $as_echo "yes" >&6; }
3761 SET_MAKE=
3762 else
3763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3764 $as_echo "no" >&6; }
3765 SET_MAKE="MAKE=${MAKE-make}"
3766 fi
3767
3768 rm -rf .tst 2>/dev/null
3769 mkdir .tst 2>/dev/null
3770 if test -d .tst; then
3771 am__leading_dot=.
3772 else
3773 am__leading_dot=_
3774 fi
3775 rmdir .tst 2>/dev/null
3776
3777 DEPDIR="${am__leading_dot}deps"
3778
3779 ac_config_commands="$ac_config_commands depfiles"
3780
3781
3782 am_make=${MAKE-make}
3783 cat > confinc << 'END'
3784 am__doit:
3785 @echo this is the am__doit target
3786 .PHONY: am__doit
3787 END
3788 # If we don't find an include directive, just comment out the code.
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3790 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3791 am__include="#"
3792 am__quote=
3793 _am_result=none
3794 # First try GNU make style include.
3795 echo "include confinc" > confmf
3796 # Ignore all kinds of additional output from 'make'.
3797 case `$am_make -s -f confmf 2> /dev/null` in #(
3798 *the\ am__doit\ target*)
3799 am__include=include
3800 am__quote=
3801 _am_result=GNU
3802 ;;
3803 esac
3804 # Now try BSD make style include.
3805 if test "$am__include" = "#"; then
3806 echo '.include "confinc"' > confmf
3807 case `$am_make -s -f confmf 2> /dev/null` in #(
3808 *the\ am__doit\ target*)
3809 am__include=.include
3810 am__quote="\""
3811 _am_result=BSD
3812 ;;
3813 esac
3814 fi
3815
3816
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3818 $as_echo "$_am_result" >&6; }
3819 rm -f confinc confmf
3820
3821 # Check whether --enable-dependency-tracking was given.
3822 if test "${enable_dependency_tracking+set}" = set; then :
3823 enableval=$enable_dependency_tracking;
3824 fi
3825
3826 if test "x$enable_dependency_tracking" != xno; then
3827 am_depcomp="$ac_aux_dir/depcomp"
3828 AMDEPBACKSLASH='\'
3829 am__nodep='_no'
3830 fi
3831 if test "x$enable_dependency_tracking" != xno; then
3832 AMDEP_TRUE=
3833 AMDEP_FALSE='#'
3834 else
3835 AMDEP_TRUE='#'
3836 AMDEP_FALSE=
3837 fi
3838
3839
3840 # Check whether --enable-silent-rules was given.
3841 if test "${enable_silent_rules+set}" = set; then :
3842 enableval=$enable_silent_rules;
3843 fi
3844
3845 case $enable_silent_rules in # (((
3846 yes) AM_DEFAULT_VERBOSITY=0;;
3847 no) AM_DEFAULT_VERBOSITY=1;;
3848 *) AM_DEFAULT_VERBOSITY=1;;
3849 esac
3850 am_make=${MAKE-make}
3851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3852 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3853 if ${am_cv_make_support_nested_variables+:} false; then :
3854 $as_echo_n "(cached) " >&6
3855 else
3856 if $as_echo 'TRUE=$(BAR$(V))
3857 BAR0=false
3858 BAR1=true
3859 V=1
3860 am__doit:
3861 @$(TRUE)
3862 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3863 am_cv_make_support_nested_variables=yes
3864 else
3865 am_cv_make_support_nested_variables=no
3866 fi
3867 fi
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3869 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3870 if test $am_cv_make_support_nested_variables = yes; then
3871 AM_V='$(V)'
3872 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3873 else
3874 AM_V=$AM_DEFAULT_VERBOSITY
3875 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3876 fi
3877 AM_BACKSLASH='\'
3878
3879 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3880 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3881 # is not polluted with repeated "-I."
3882 am__isrc=' -I$(srcdir)'
3883 # test to see if srcdir already configured
3884 if test -f $srcdir/config.status; then
3885 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3886 fi
3887 fi
3888
3889 # test whether we have cygpath
3890 if test -z "$CYGPATH_W"; then
3891 if (cygpath --version) >/dev/null 2>/dev/null; then
3892 CYGPATH_W='cygpath -w'
3893 else
3894 CYGPATH_W=echo
3895 fi
3896 fi
3897
3898
3899 # Define the identity of the package.
3900 PACKAGE='opcodes'
3901 VERSION='2.30.52'
3902
3903
3904 cat >>confdefs.h <<_ACEOF
3905 #define PACKAGE "$PACKAGE"
3906 _ACEOF
3907
3908
3909 cat >>confdefs.h <<_ACEOF
3910 #define VERSION "$VERSION"
3911 _ACEOF
3912
3913 # Some tools Automake needs.
3914
3915 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3916
3917
3918 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3919
3920
3921 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3922
3923
3924 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3925
3926
3927 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3928
3929 # For better backward compatibility. To be removed once Automake 1.9.x
3930 # dies out for good. For more background, see:
3931 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3932 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3933 mkdir_p='$(MKDIR_P)'
3934
3935 # We need awk for the "check" target (and possibly the TAP driver). The
3936 # system "awk" is bad on some platforms.
3937 # Always define AMTAR for backward compatibility. Yes, it's still used
3938 # in the wild :-( We should find a proper way to deprecate it ...
3939 AMTAR='$${TAR-tar}'
3940
3941
3942 # We'll loop over all known methods to create a tar archive until one works.
3943 _am_tools='gnutar pax cpio none'
3944
3945 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3946
3947
3948
3949
3950
3951 depcc="$CC" am_compiler_list=
3952
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3954 $as_echo_n "checking dependency style of $depcc... " >&6; }
3955 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3956 $as_echo_n "(cached) " >&6
3957 else
3958 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3959 # We make a subdir and do the tests there. Otherwise we can end up
3960 # making bogus files that we don't know about and never remove. For
3961 # instance it was reported that on HP-UX the gcc test will end up
3962 # making a dummy file named 'D' -- because '-MD' means "put the output
3963 # in D".
3964 rm -rf conftest.dir
3965 mkdir conftest.dir
3966 # Copy depcomp to subdir because otherwise we won't find it if we're
3967 # using a relative directory.
3968 cp "$am_depcomp" conftest.dir
3969 cd conftest.dir
3970 # We will build objects and dependencies in a subdirectory because
3971 # it helps to detect inapplicable dependency modes. For instance
3972 # both Tru64's cc and ICC support -MD to output dependencies as a
3973 # side effect of compilation, but ICC will put the dependencies in
3974 # the current directory while Tru64 will put them in the object
3975 # directory.
3976 mkdir sub
3977
3978 am_cv_CC_dependencies_compiler_type=none
3979 if test "$am_compiler_list" = ""; then
3980 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3981 fi
3982 am__universal=false
3983 case " $depcc " in #(
3984 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3985 esac
3986
3987 for depmode in $am_compiler_list; do
3988 # Setup a source with many dependencies, because some compilers
3989 # like to wrap large dependency lists on column 80 (with \), and
3990 # we should not choose a depcomp mode which is confused by this.
3991 #
3992 # We need to recreate these files for each test, as the compiler may
3993 # overwrite some of them when testing with obscure command lines.
3994 # This happens at least with the AIX C compiler.
3995 : > sub/conftest.c
3996 for i in 1 2 3 4 5 6; do
3997 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3998 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3999 # Solaris 10 /bin/sh.
4000 echo '/* dummy */' > sub/conftst$i.h
4001 done
4002 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4003
4004 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4005 # mode. It turns out that the SunPro C++ compiler does not properly
4006 # handle '-M -o', and we need to detect this. Also, some Intel
4007 # versions had trouble with output in subdirs.
4008 am__obj=sub/conftest.${OBJEXT-o}
4009 am__minus_obj="-o $am__obj"
4010 case $depmode in
4011 gcc)
4012 # This depmode causes a compiler race in universal mode.
4013 test "$am__universal" = false || continue
4014 ;;
4015 nosideeffect)
4016 # After this tag, mechanisms are not by side-effect, so they'll
4017 # only be used when explicitly requested.
4018 if test "x$enable_dependency_tracking" = xyes; then
4019 continue
4020 else
4021 break
4022 fi
4023 ;;
4024 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4025 # This compiler won't grok '-c -o', but also, the minuso test has
4026 # not run yet. These depmodes are late enough in the game, and
4027 # so weak that their functioning should not be impacted.
4028 am__obj=conftest.${OBJEXT-o}
4029 am__minus_obj=
4030 ;;
4031 none) break ;;
4032 esac
4033 if depmode=$depmode \
4034 source=sub/conftest.c object=$am__obj \
4035 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4036 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4037 >/dev/null 2>conftest.err &&
4038 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4039 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4040 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4041 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4042 # icc doesn't choke on unknown options, it will just issue warnings
4043 # or remarks (even with -Werror). So we grep stderr for any message
4044 # that says an option was ignored or not supported.
4045 # When given -MP, icc 7.0 and 7.1 complain thusly:
4046 # icc: Command line warning: ignoring option '-M'; no argument required
4047 # The diagnosis changed in icc 8.0:
4048 # icc: Command line remark: option '-MP' not supported
4049 if (grep 'ignoring option' conftest.err ||
4050 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4051 am_cv_CC_dependencies_compiler_type=$depmode
4052 break
4053 fi
4054 fi
4055 done
4056
4057 cd ..
4058 rm -rf conftest.dir
4059 else
4060 am_cv_CC_dependencies_compiler_type=none
4061 fi
4062
4063 fi
4064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4065 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4066 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4067
4068 if
4069 test "x$enable_dependency_tracking" != xno \
4070 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4071 am__fastdepCC_TRUE=
4072 am__fastdepCC_FALSE='#'
4073 else
4074 am__fastdepCC_TRUE='#'
4075 am__fastdepCC_FALSE=
4076 fi
4077
4078
4079
4080 # POSIX will say in a future version that running "rm -f" with no argument
4081 # is OK; and we want to be able to make that assumption in our Makefile
4082 # recipes. So use an aggressive probe to check that the usage we want is
4083 # actually supported "in the wild" to an acceptable degree.
4084 # See automake bug#10828.
4085 # To make any issue more visible, cause the running configure to be aborted
4086 # by default if the 'rm' program in use doesn't match our expectations; the
4087 # user can still override this though.
4088 if rm -f && rm -fr && rm -rf; then : OK; else
4089 cat >&2 <<'END'
4090 Oops!
4091
4092 Your 'rm' program seems unable to run without file operands specified
4093 on the command line, even when the '-f' option is present. This is contrary
4094 to the behaviour of most rm programs out there, and not conforming with
4095 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4096
4097 Please tell bug-automake@gnu.org about your system, including the value
4098 of your $PATH and any error possibly output before this message. This
4099 can help us improve future automake versions.
4100
4101 END
4102 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4103 echo 'Configuration will proceed anyway, since you have set the' >&2
4104 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4105 echo >&2
4106 else
4107 cat >&2 <<'END'
4108 Aborting the configuration process, to ensure you take notice of the issue.
4109
4110 You can download and install GNU coreutils to get an 'rm' implementation
4111 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4112
4113 If you want to complete the configuration process using your problematic
4114 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4115 to "yes", and re-run configure.
4116
4117 END
4118 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4119 fi
4120 fi
4121
4122
4123 ac_ext=c
4124 ac_cpp='$CPP $CPPFLAGS'
4125 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4126 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4127 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4128 if test -n "$ac_tool_prefix"; then
4129 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4130 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4132 $as_echo_n "checking for $ac_word... " >&6; }
4133 if ${ac_cv_prog_CC+:} false; then :
4134 $as_echo_n "(cached) " >&6
4135 else
4136 if test -n "$CC"; then
4137 ac_cv_prog_CC="$CC" # Let the user override the test.
4138 else
4139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4140 for as_dir in $PATH
4141 do
4142 IFS=$as_save_IFS
4143 test -z "$as_dir" && as_dir=.
4144 for ac_exec_ext in '' $ac_executable_extensions; do
4145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4146 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4148 break 2
4149 fi
4150 done
4151 done
4152 IFS=$as_save_IFS
4153
4154 fi
4155 fi
4156 CC=$ac_cv_prog_CC
4157 if test -n "$CC"; then
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4159 $as_echo "$CC" >&6; }
4160 else
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4162 $as_echo "no" >&6; }
4163 fi
4164
4165
4166 fi
4167 if test -z "$ac_cv_prog_CC"; then
4168 ac_ct_CC=$CC
4169 # Extract the first word of "gcc", so it can be a program name with args.
4170 set dummy gcc; ac_word=$2
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4172 $as_echo_n "checking for $ac_word... " >&6; }
4173 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4174 $as_echo_n "(cached) " >&6
4175 else
4176 if test -n "$ac_ct_CC"; then
4177 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4178 else
4179 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4180 for as_dir in $PATH
4181 do
4182 IFS=$as_save_IFS
4183 test -z "$as_dir" && as_dir=.
4184 for ac_exec_ext in '' $ac_executable_extensions; do
4185 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4186 ac_cv_prog_ac_ct_CC="gcc"
4187 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4188 break 2
4189 fi
4190 done
4191 done
4192 IFS=$as_save_IFS
4193
4194 fi
4195 fi
4196 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4197 if test -n "$ac_ct_CC"; then
4198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4199 $as_echo "$ac_ct_CC" >&6; }
4200 else
4201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4202 $as_echo "no" >&6; }
4203 fi
4204
4205 if test "x$ac_ct_CC" = x; then
4206 CC=""
4207 else
4208 case $cross_compiling:$ac_tool_warned in
4209 yes:)
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4211 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4212 ac_tool_warned=yes ;;
4213 esac
4214 CC=$ac_ct_CC
4215 fi
4216 else
4217 CC="$ac_cv_prog_CC"
4218 fi
4219
4220 if test -z "$CC"; then
4221 if test -n "$ac_tool_prefix"; then
4222 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4223 set dummy ${ac_tool_prefix}cc; ac_word=$2
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4225 $as_echo_n "checking for $ac_word... " >&6; }
4226 if ${ac_cv_prog_CC+:} false; then :
4227 $as_echo_n "(cached) " >&6
4228 else
4229 if test -n "$CC"; then
4230 ac_cv_prog_CC="$CC" # Let the user override the test.
4231 else
4232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4233 for as_dir in $PATH
4234 do
4235 IFS=$as_save_IFS
4236 test -z "$as_dir" && as_dir=.
4237 for ac_exec_ext in '' $ac_executable_extensions; do
4238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4239 ac_cv_prog_CC="${ac_tool_prefix}cc"
4240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4241 break 2
4242 fi
4243 done
4244 done
4245 IFS=$as_save_IFS
4246
4247 fi
4248 fi
4249 CC=$ac_cv_prog_CC
4250 if test -n "$CC"; then
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4252 $as_echo "$CC" >&6; }
4253 else
4254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4255 $as_echo "no" >&6; }
4256 fi
4257
4258
4259 fi
4260 fi
4261 if test -z "$CC"; then
4262 # Extract the first word of "cc", so it can be a program name with args.
4263 set dummy cc; ac_word=$2
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4265 $as_echo_n "checking for $ac_word... " >&6; }
4266 if ${ac_cv_prog_CC+:} false; then :
4267 $as_echo_n "(cached) " >&6
4268 else
4269 if test -n "$CC"; then
4270 ac_cv_prog_CC="$CC" # Let the user override the test.
4271 else
4272 ac_prog_rejected=no
4273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4274 for as_dir in $PATH
4275 do
4276 IFS=$as_save_IFS
4277 test -z "$as_dir" && as_dir=.
4278 for ac_exec_ext in '' $ac_executable_extensions; do
4279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4280 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4281 ac_prog_rejected=yes
4282 continue
4283 fi
4284 ac_cv_prog_CC="cc"
4285 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4286 break 2
4287 fi
4288 done
4289 done
4290 IFS=$as_save_IFS
4291
4292 if test $ac_prog_rejected = yes; then
4293 # We found a bogon in the path, so make sure we never use it.
4294 set dummy $ac_cv_prog_CC
4295 shift
4296 if test $# != 0; then
4297 # We chose a different compiler from the bogus one.
4298 # However, it has the same basename, so the bogon will be chosen
4299 # first if we set CC to just the basename; use the full file name.
4300 shift
4301 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4302 fi
4303 fi
4304 fi
4305 fi
4306 CC=$ac_cv_prog_CC
4307 if test -n "$CC"; then
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4309 $as_echo "$CC" >&6; }
4310 else
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4312 $as_echo "no" >&6; }
4313 fi
4314
4315
4316 fi
4317 if test -z "$CC"; then
4318 if test -n "$ac_tool_prefix"; then
4319 for ac_prog in cl.exe
4320 do
4321 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4322 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4324 $as_echo_n "checking for $ac_word... " >&6; }
4325 if ${ac_cv_prog_CC+:} false; then :
4326 $as_echo_n "(cached) " >&6
4327 else
4328 if test -n "$CC"; then
4329 ac_cv_prog_CC="$CC" # Let the user override the test.
4330 else
4331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4332 for as_dir in $PATH
4333 do
4334 IFS=$as_save_IFS
4335 test -z "$as_dir" && as_dir=.
4336 for ac_exec_ext in '' $ac_executable_extensions; do
4337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4338 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4340 break 2
4341 fi
4342 done
4343 done
4344 IFS=$as_save_IFS
4345
4346 fi
4347 fi
4348 CC=$ac_cv_prog_CC
4349 if test -n "$CC"; then
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4351 $as_echo "$CC" >&6; }
4352 else
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4354 $as_echo "no" >&6; }
4355 fi
4356
4357
4358 test -n "$CC" && break
4359 done
4360 fi
4361 if test -z "$CC"; then
4362 ac_ct_CC=$CC
4363 for ac_prog in cl.exe
4364 do
4365 # Extract the first word of "$ac_prog", so it can be a program name with args.
4366 set dummy $ac_prog; ac_word=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371 else
4372 if test -n "$ac_ct_CC"; then
4373 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4374 else
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH
4377 do
4378 IFS=$as_save_IFS
4379 test -z "$as_dir" && as_dir=.
4380 for ac_exec_ext in '' $ac_executable_extensions; do
4381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4382 ac_cv_prog_ac_ct_CC="$ac_prog"
4383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4384 break 2
4385 fi
4386 done
4387 done
4388 IFS=$as_save_IFS
4389
4390 fi
4391 fi
4392 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4393 if test -n "$ac_ct_CC"; then
4394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4395 $as_echo "$ac_ct_CC" >&6; }
4396 else
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4399 fi
4400
4401
4402 test -n "$ac_ct_CC" && break
4403 done
4404
4405 if test "x$ac_ct_CC" = x; then
4406 CC=""
4407 else
4408 case $cross_compiling:$ac_tool_warned in
4409 yes:)
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4411 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4412 ac_tool_warned=yes ;;
4413 esac
4414 CC=$ac_ct_CC
4415 fi
4416 fi
4417
4418 fi
4419
4420
4421 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4422 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4423 as_fn_error $? "no acceptable C compiler found in \$PATH
4424 See \`config.log' for more details" "$LINENO" 5; }
4425
4426 # Provide some information about the compiler.
4427 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4428 set X $ac_compile
4429 ac_compiler=$2
4430 for ac_option in --version -v -V -qversion; do
4431 { { ac_try="$ac_compiler $ac_option >&5"
4432 case "(($ac_try" in
4433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4434 *) ac_try_echo=$ac_try;;
4435 esac
4436 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4437 $as_echo "$ac_try_echo"; } >&5
4438 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4439 ac_status=$?
4440 if test -s conftest.err; then
4441 sed '10a\
4442 ... rest of stderr output deleted ...
4443 10q' conftest.err >conftest.er1
4444 cat conftest.er1 >&5
4445 fi
4446 rm -f conftest.er1 conftest.err
4447 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4448 test $ac_status = 0; }
4449 done
4450
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4452 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4453 if ${ac_cv_c_compiler_gnu+:} false; then :
4454 $as_echo_n "(cached) " >&6
4455 else
4456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4457 /* end confdefs.h. */
4458
4459 int
4460 main ()
4461 {
4462 #ifndef __GNUC__
4463 choke me
4464 #endif
4465
4466 ;
4467 return 0;
4468 }
4469 _ACEOF
4470 if ac_fn_c_try_compile "$LINENO"; then :
4471 ac_compiler_gnu=yes
4472 else
4473 ac_compiler_gnu=no
4474 fi
4475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4476 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4477
4478 fi
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4480 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4481 if test $ac_compiler_gnu = yes; then
4482 GCC=yes
4483 else
4484 GCC=
4485 fi
4486 ac_test_CFLAGS=${CFLAGS+set}
4487 ac_save_CFLAGS=$CFLAGS
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4489 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4490 if ${ac_cv_prog_cc_g+:} false; then :
4491 $as_echo_n "(cached) " >&6
4492 else
4493 ac_save_c_werror_flag=$ac_c_werror_flag
4494 ac_c_werror_flag=yes
4495 ac_cv_prog_cc_g=no
4496 CFLAGS="-g"
4497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4498 /* end confdefs.h. */
4499
4500 int
4501 main ()
4502 {
4503
4504 ;
4505 return 0;
4506 }
4507 _ACEOF
4508 if ac_fn_c_try_compile "$LINENO"; then :
4509 ac_cv_prog_cc_g=yes
4510 else
4511 CFLAGS=""
4512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4513 /* end confdefs.h. */
4514
4515 int
4516 main ()
4517 {
4518
4519 ;
4520 return 0;
4521 }
4522 _ACEOF
4523 if ac_fn_c_try_compile "$LINENO"; then :
4524
4525 else
4526 ac_c_werror_flag=$ac_save_c_werror_flag
4527 CFLAGS="-g"
4528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4529 /* end confdefs.h. */
4530
4531 int
4532 main ()
4533 {
4534
4535 ;
4536 return 0;
4537 }
4538 _ACEOF
4539 if ac_fn_c_try_compile "$LINENO"; then :
4540 ac_cv_prog_cc_g=yes
4541 fi
4542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4543 fi
4544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4545 fi
4546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4547 ac_c_werror_flag=$ac_save_c_werror_flag
4548 fi
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4550 $as_echo "$ac_cv_prog_cc_g" >&6; }
4551 if test "$ac_test_CFLAGS" = set; then
4552 CFLAGS=$ac_save_CFLAGS
4553 elif test $ac_cv_prog_cc_g = yes; then
4554 if test "$GCC" = yes; then
4555 CFLAGS="-g -O2"
4556 else
4557 CFLAGS="-g"
4558 fi
4559 else
4560 if test "$GCC" = yes; then
4561 CFLAGS="-O2"
4562 else
4563 CFLAGS=
4564 fi
4565 fi
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4567 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4568 if ${ac_cv_prog_cc_c89+:} false; then :
4569 $as_echo_n "(cached) " >&6
4570 else
4571 ac_cv_prog_cc_c89=no
4572 ac_save_CC=$CC
4573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4574 /* end confdefs.h. */
4575 #include <stdarg.h>
4576 #include <stdio.h>
4577 struct stat;
4578 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4579 struct buf { int x; };
4580 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4581 static char *e (p, i)
4582 char **p;
4583 int i;
4584 {
4585 return p[i];
4586 }
4587 static char *f (char * (*g) (char **, int), char **p, ...)
4588 {
4589 char *s;
4590 va_list v;
4591 va_start (v,p);
4592 s = g (p, va_arg (v,int));
4593 va_end (v);
4594 return s;
4595 }
4596
4597 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4598 function prototypes and stuff, but not '\xHH' hex character constants.
4599 These don't provoke an error unfortunately, instead are silently treated
4600 as 'x'. The following induces an error, until -std is added to get
4601 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4602 array size at least. It's necessary to write '\x00'==0 to get something
4603 that's true only with -std. */
4604 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4605
4606 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4607 inside strings and character constants. */
4608 #define FOO(x) 'x'
4609 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4610
4611 int test (int i, double x);
4612 struct s1 {int (*f) (int a);};
4613 struct s2 {int (*f) (double a);};
4614 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4615 int argc;
4616 char **argv;
4617 int
4618 main ()
4619 {
4620 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4621 ;
4622 return 0;
4623 }
4624 _ACEOF
4625 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4626 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4627 do
4628 CC="$ac_save_CC $ac_arg"
4629 if ac_fn_c_try_compile "$LINENO"; then :
4630 ac_cv_prog_cc_c89=$ac_arg
4631 fi
4632 rm -f core conftest.err conftest.$ac_objext
4633 test "x$ac_cv_prog_cc_c89" != "xno" && break
4634 done
4635 rm -f conftest.$ac_ext
4636 CC=$ac_save_CC
4637
4638 fi
4639 # AC_CACHE_VAL
4640 case "x$ac_cv_prog_cc_c89" in
4641 x)
4642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4643 $as_echo "none needed" >&6; } ;;
4644 xno)
4645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4646 $as_echo "unsupported" >&6; } ;;
4647 *)
4648 CC="$CC $ac_cv_prog_cc_c89"
4649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4650 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4651 esac
4652 if test "x$ac_cv_prog_cc_c89" != xno; then :
4653
4654 fi
4655
4656 ac_ext=c
4657 ac_cpp='$CPP $CPPFLAGS'
4658 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4659 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4660 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4661
4662 ac_ext=c
4663 ac_cpp='$CPP $CPPFLAGS'
4664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4668 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4669 if ${am_cv_prog_cc_c_o+:} false; then :
4670 $as_echo_n "(cached) " >&6
4671 else
4672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4673 /* end confdefs.h. */
4674
4675 int
4676 main ()
4677 {
4678
4679 ;
4680 return 0;
4681 }
4682 _ACEOF
4683 # Make sure it works both with $CC and with simple cc.
4684 # Following AC_PROG_CC_C_O, we do the test twice because some
4685 # compilers refuse to overwrite an existing .o file with -o,
4686 # though they will create one.
4687 am_cv_prog_cc_c_o=yes
4688 for am_i in 1 2; do
4689 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4690 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4691 ac_status=$?
4692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4693 (exit $ac_status); } \
4694 && test -f conftest2.$ac_objext; then
4695 : OK
4696 else
4697 am_cv_prog_cc_c_o=no
4698 break
4699 fi
4700 done
4701 rm -f core conftest*
4702 unset am_i
4703 fi
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4705 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4706 if test "$am_cv_prog_cc_c_o" != yes; then
4707 # Losing compiler, so override with the script.
4708 # FIXME: It is wrong to rewrite CC.
4709 # But if we don't then we get into trouble of one sort or another.
4710 # A longer-term fix would be to have automake use am__CC in this case,
4711 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4712 CC="$am_aux_dir/compile $CC"
4713 fi
4714 ac_ext=c
4715 ac_cpp='$CPP $CPPFLAGS'
4716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4719
4720
4721 ac_ext=c
4722 ac_cpp='$CPP $CPPFLAGS'
4723 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4724 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4725 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4727 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4728 # On Suns, sometimes $CPP names a directory.
4729 if test -n "$CPP" && test -d "$CPP"; then
4730 CPP=
4731 fi
4732 if test -z "$CPP"; then
4733 if ${ac_cv_prog_CPP+:} false; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 # Double quotes because CPP needs to be expanded
4737 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4738 do
4739 ac_preproc_ok=false
4740 for ac_c_preproc_warn_flag in '' yes
4741 do
4742 # Use a header file that comes with gcc, so configuring glibc
4743 # with a fresh cross-compiler works.
4744 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4745 # <limits.h> exists even on freestanding compilers.
4746 # On the NeXT, cc -E runs the code through the compiler's parser,
4747 # not just through cpp. "Syntax error" is here to catch this case.
4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749 /* end confdefs.h. */
4750 #ifdef __STDC__
4751 # include <limits.h>
4752 #else
4753 # include <assert.h>
4754 #endif
4755 Syntax error
4756 _ACEOF
4757 if ac_fn_c_try_cpp "$LINENO"; then :
4758
4759 else
4760 # Broken: fails on valid input.
4761 continue
4762 fi
4763 rm -f conftest.err conftest.i conftest.$ac_ext
4764
4765 # OK, works on sane cases. Now check whether nonexistent headers
4766 # can be detected and how.
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4769 #include <ac_nonexistent.h>
4770 _ACEOF
4771 if ac_fn_c_try_cpp "$LINENO"; then :
4772 # Broken: success on invalid input.
4773 continue
4774 else
4775 # Passes both tests.
4776 ac_preproc_ok=:
4777 break
4778 fi
4779 rm -f conftest.err conftest.i conftest.$ac_ext
4780
4781 done
4782 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4783 rm -f conftest.i conftest.err conftest.$ac_ext
4784 if $ac_preproc_ok; then :
4785 break
4786 fi
4787
4788 done
4789 ac_cv_prog_CPP=$CPP
4790
4791 fi
4792 CPP=$ac_cv_prog_CPP
4793 else
4794 ac_cv_prog_CPP=$CPP
4795 fi
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4797 $as_echo "$CPP" >&6; }
4798 ac_preproc_ok=false
4799 for ac_c_preproc_warn_flag in '' yes
4800 do
4801 # Use a header file that comes with gcc, so configuring glibc
4802 # with a fresh cross-compiler works.
4803 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4804 # <limits.h> exists even on freestanding compilers.
4805 # On the NeXT, cc -E runs the code through the compiler's parser,
4806 # not just through cpp. "Syntax error" is here to catch this case.
4807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4808 /* end confdefs.h. */
4809 #ifdef __STDC__
4810 # include <limits.h>
4811 #else
4812 # include <assert.h>
4813 #endif
4814 Syntax error
4815 _ACEOF
4816 if ac_fn_c_try_cpp "$LINENO"; then :
4817
4818 else
4819 # Broken: fails on valid input.
4820 continue
4821 fi
4822 rm -f conftest.err conftest.i conftest.$ac_ext
4823
4824 # OK, works on sane cases. Now check whether nonexistent headers
4825 # can be detected and how.
4826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4827 /* end confdefs.h. */
4828 #include <ac_nonexistent.h>
4829 _ACEOF
4830 if ac_fn_c_try_cpp "$LINENO"; then :
4831 # Broken: success on invalid input.
4832 continue
4833 else
4834 # Passes both tests.
4835 ac_preproc_ok=:
4836 break
4837 fi
4838 rm -f conftest.err conftest.i conftest.$ac_ext
4839
4840 done
4841 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4842 rm -f conftest.i conftest.err conftest.$ac_ext
4843 if $ac_preproc_ok; then :
4844
4845 else
4846 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4847 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4848 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4849 See \`config.log' for more details" "$LINENO" 5; }
4850 fi
4851
4852 ac_ext=c
4853 ac_cpp='$CPP $CPPFLAGS'
4854 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4855 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4856 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4857
4858
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4860 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4861 if ${ac_cv_path_GREP+:} false; then :
4862 $as_echo_n "(cached) " >&6
4863 else
4864 if test -z "$GREP"; then
4865 ac_path_GREP_found=false
4866 # Loop through the user's path and test for each of PROGNAME-LIST
4867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4868 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4869 do
4870 IFS=$as_save_IFS
4871 test -z "$as_dir" && as_dir=.
4872 for ac_prog in grep ggrep; do
4873 for ac_exec_ext in '' $ac_executable_extensions; do
4874 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4875 as_fn_executable_p "$ac_path_GREP" || continue
4876 # Check for GNU ac_path_GREP and select it if it is found.
4877 # Check for GNU $ac_path_GREP
4878 case `"$ac_path_GREP" --version 2>&1` in
4879 *GNU*)
4880 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4881 *)
4882 ac_count=0
4883 $as_echo_n 0123456789 >"conftest.in"
4884 while :
4885 do
4886 cat "conftest.in" "conftest.in" >"conftest.tmp"
4887 mv "conftest.tmp" "conftest.in"
4888 cp "conftest.in" "conftest.nl"
4889 $as_echo 'GREP' >> "conftest.nl"
4890 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4891 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4892 as_fn_arith $ac_count + 1 && ac_count=$as_val
4893 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4894 # Best one so far, save it but keep looking for a better one
4895 ac_cv_path_GREP="$ac_path_GREP"
4896 ac_path_GREP_max=$ac_count
4897 fi
4898 # 10*(2^10) chars as input seems more than enough
4899 test $ac_count -gt 10 && break
4900 done
4901 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4902 esac
4903
4904 $ac_path_GREP_found && break 3
4905 done
4906 done
4907 done
4908 IFS=$as_save_IFS
4909 if test -z "$ac_cv_path_GREP"; then
4910 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4911 fi
4912 else
4913 ac_cv_path_GREP=$GREP
4914 fi
4915
4916 fi
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4918 $as_echo "$ac_cv_path_GREP" >&6; }
4919 GREP="$ac_cv_path_GREP"
4920
4921
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4923 $as_echo_n "checking for egrep... " >&6; }
4924 if ${ac_cv_path_EGREP+:} false; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4928 then ac_cv_path_EGREP="$GREP -E"
4929 else
4930 if test -z "$EGREP"; then
4931 ac_path_EGREP_found=false
4932 # Loop through the user's path and test for each of PROGNAME-LIST
4933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4934 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4935 do
4936 IFS=$as_save_IFS
4937 test -z "$as_dir" && as_dir=.
4938 for ac_prog in egrep; do
4939 for ac_exec_ext in '' $ac_executable_extensions; do
4940 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4941 as_fn_executable_p "$ac_path_EGREP" || continue
4942 # Check for GNU ac_path_EGREP and select it if it is found.
4943 # Check for GNU $ac_path_EGREP
4944 case `"$ac_path_EGREP" --version 2>&1` in
4945 *GNU*)
4946 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4947 *)
4948 ac_count=0
4949 $as_echo_n 0123456789 >"conftest.in"
4950 while :
4951 do
4952 cat "conftest.in" "conftest.in" >"conftest.tmp"
4953 mv "conftest.tmp" "conftest.in"
4954 cp "conftest.in" "conftest.nl"
4955 $as_echo 'EGREP' >> "conftest.nl"
4956 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4957 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4958 as_fn_arith $ac_count + 1 && ac_count=$as_val
4959 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4960 # Best one so far, save it but keep looking for a better one
4961 ac_cv_path_EGREP="$ac_path_EGREP"
4962 ac_path_EGREP_max=$ac_count
4963 fi
4964 # 10*(2^10) chars as input seems more than enough
4965 test $ac_count -gt 10 && break
4966 done
4967 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4968 esac
4969
4970 $ac_path_EGREP_found && break 3
4971 done
4972 done
4973 done
4974 IFS=$as_save_IFS
4975 if test -z "$ac_cv_path_EGREP"; then
4976 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4977 fi
4978 else
4979 ac_cv_path_EGREP=$EGREP
4980 fi
4981
4982 fi
4983 fi
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4985 $as_echo "$ac_cv_path_EGREP" >&6; }
4986 EGREP="$ac_cv_path_EGREP"
4987
4988
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4990 $as_echo_n "checking for ANSI C header files... " >&6; }
4991 if ${ac_cv_header_stdc+:} false; then :
4992 $as_echo_n "(cached) " >&6
4993 else
4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4995 /* end confdefs.h. */
4996 #include <stdlib.h>
4997 #include <stdarg.h>
4998 #include <string.h>
4999 #include <float.h>
5000
5001 int
5002 main ()
5003 {
5004
5005 ;
5006 return 0;
5007 }
5008 _ACEOF
5009 if ac_fn_c_try_compile "$LINENO"; then :
5010 ac_cv_header_stdc=yes
5011 else
5012 ac_cv_header_stdc=no
5013 fi
5014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5015
5016 if test $ac_cv_header_stdc = yes; then
5017 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5019 /* end confdefs.h. */
5020 #include <string.h>
5021
5022 _ACEOF
5023 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5024 $EGREP "memchr" >/dev/null 2>&1; then :
5025
5026 else
5027 ac_cv_header_stdc=no
5028 fi
5029 rm -f conftest*
5030
5031 fi
5032
5033 if test $ac_cv_header_stdc = yes; then
5034 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5036 /* end confdefs.h. */
5037 #include <stdlib.h>
5038
5039 _ACEOF
5040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5041 $EGREP "free" >/dev/null 2>&1; then :
5042
5043 else
5044 ac_cv_header_stdc=no
5045 fi
5046 rm -f conftest*
5047
5048 fi
5049
5050 if test $ac_cv_header_stdc = yes; then
5051 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5052 if test "$cross_compiling" = yes; then :
5053 :
5054 else
5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5056 /* end confdefs.h. */
5057 #include <ctype.h>
5058 #include <stdlib.h>
5059 #if ((' ' & 0x0FF) == 0x020)
5060 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5061 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5062 #else
5063 # define ISLOWER(c) \
5064 (('a' <= (c) && (c) <= 'i') \
5065 || ('j' <= (c) && (c) <= 'r') \
5066 || ('s' <= (c) && (c) <= 'z'))
5067 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5068 #endif
5069
5070 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5071 int
5072 main ()
5073 {
5074 int i;
5075 for (i = 0; i < 256; i++)
5076 if (XOR (islower (i), ISLOWER (i))
5077 || toupper (i) != TOUPPER (i))
5078 return 2;
5079 return 0;
5080 }
5081 _ACEOF
5082 if ac_fn_c_try_run "$LINENO"; then :
5083
5084 else
5085 ac_cv_header_stdc=no
5086 fi
5087 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5088 conftest.$ac_objext conftest.beam conftest.$ac_ext
5089 fi
5090
5091 fi
5092 fi
5093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5094 $as_echo "$ac_cv_header_stdc" >&6; }
5095 if test $ac_cv_header_stdc = yes; then
5096
5097 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5098
5099 fi
5100
5101 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5102 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5103 inttypes.h stdint.h unistd.h
5104 do :
5105 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5106 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5107 "
5108 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5109 cat >>confdefs.h <<_ACEOF
5110 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5111 _ACEOF
5112
5113 fi
5114
5115 done
5116
5117
5118
5119 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5120 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5121 MINIX=yes
5122 else
5123 MINIX=
5124 fi
5125
5126
5127 if test "$MINIX" = yes; then
5128
5129 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5130
5131
5132 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5133
5134
5135 $as_echo "#define _MINIX 1" >>confdefs.h
5136
5137 fi
5138
5139
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5141 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5142 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5143 $as_echo_n "(cached) " >&6
5144 else
5145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5146 /* end confdefs.h. */
5147
5148 # define __EXTENSIONS__ 1
5149 $ac_includes_default
5150 int
5151 main ()
5152 {
5153
5154 ;
5155 return 0;
5156 }
5157 _ACEOF
5158 if ac_fn_c_try_compile "$LINENO"; then :
5159 ac_cv_safe_to_define___extensions__=yes
5160 else
5161 ac_cv_safe_to_define___extensions__=no
5162 fi
5163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5164 fi
5165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5166 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5167 test $ac_cv_safe_to_define___extensions__ = yes &&
5168 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5169
5170 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5171
5172 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5173
5174 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5175
5176 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5177
5178
5179
5180
5181
5182 if test -n "$ac_tool_prefix"; then
5183 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5184 set dummy ${ac_tool_prefix}ar; ac_word=$2
5185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5186 $as_echo_n "checking for $ac_word... " >&6; }
5187 if ${ac_cv_prog_AR+:} false; then :
5188 $as_echo_n "(cached) " >&6
5189 else
5190 if test -n "$AR"; then
5191 ac_cv_prog_AR="$AR" # Let the user override the test.
5192 else
5193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5194 for as_dir in $PATH
5195 do
5196 IFS=$as_save_IFS
5197 test -z "$as_dir" && as_dir=.
5198 for ac_exec_ext in '' $ac_executable_extensions; do
5199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5200 ac_cv_prog_AR="${ac_tool_prefix}ar"
5201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5202 break 2
5203 fi
5204 done
5205 done
5206 IFS=$as_save_IFS
5207
5208 fi
5209 fi
5210 AR=$ac_cv_prog_AR
5211 if test -n "$AR"; then
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5213 $as_echo "$AR" >&6; }
5214 else
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5216 $as_echo "no" >&6; }
5217 fi
5218
5219
5220 fi
5221 if test -z "$ac_cv_prog_AR"; then
5222 ac_ct_AR=$AR
5223 # Extract the first word of "ar", so it can be a program name with args.
5224 set dummy ar; ac_word=$2
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5226 $as_echo_n "checking for $ac_word... " >&6; }
5227 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 if test -n "$ac_ct_AR"; then
5231 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5232 else
5233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5234 for as_dir in $PATH
5235 do
5236 IFS=$as_save_IFS
5237 test -z "$as_dir" && as_dir=.
5238 for ac_exec_ext in '' $ac_executable_extensions; do
5239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5240 ac_cv_prog_ac_ct_AR="ar"
5241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5242 break 2
5243 fi
5244 done
5245 done
5246 IFS=$as_save_IFS
5247
5248 fi
5249 fi
5250 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5251 if test -n "$ac_ct_AR"; then
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5253 $as_echo "$ac_ct_AR" >&6; }
5254 else
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5256 $as_echo "no" >&6; }
5257 fi
5258
5259 if test "x$ac_ct_AR" = x; then
5260 AR=""
5261 else
5262 case $cross_compiling:$ac_tool_warned in
5263 yes:)
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5266 ac_tool_warned=yes ;;
5267 esac
5268 AR=$ac_ct_AR
5269 fi
5270 else
5271 AR="$ac_cv_prog_AR"
5272 fi
5273
5274 if test -n "$ac_tool_prefix"; then
5275 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5276 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5278 $as_echo_n "checking for $ac_word... " >&6; }
5279 if ${ac_cv_prog_RANLIB+:} false; then :
5280 $as_echo_n "(cached) " >&6
5281 else
5282 if test -n "$RANLIB"; then
5283 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5284 else
5285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5286 for as_dir in $PATH
5287 do
5288 IFS=$as_save_IFS
5289 test -z "$as_dir" && as_dir=.
5290 for ac_exec_ext in '' $ac_executable_extensions; do
5291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5292 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5294 break 2
5295 fi
5296 done
5297 done
5298 IFS=$as_save_IFS
5299
5300 fi
5301 fi
5302 RANLIB=$ac_cv_prog_RANLIB
5303 if test -n "$RANLIB"; then
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5305 $as_echo "$RANLIB" >&6; }
5306 else
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5308 $as_echo "no" >&6; }
5309 fi
5310
5311
5312 fi
5313 if test -z "$ac_cv_prog_RANLIB"; then
5314 ac_ct_RANLIB=$RANLIB
5315 # Extract the first word of "ranlib", so it can be a program name with args.
5316 set dummy ranlib; ac_word=$2
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5318 $as_echo_n "checking for $ac_word... " >&6; }
5319 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5320 $as_echo_n "(cached) " >&6
5321 else
5322 if test -n "$ac_ct_RANLIB"; then
5323 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5324 else
5325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5326 for as_dir in $PATH
5327 do
5328 IFS=$as_save_IFS
5329 test -z "$as_dir" && as_dir=.
5330 for ac_exec_ext in '' $ac_executable_extensions; do
5331 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5332 ac_cv_prog_ac_ct_RANLIB="ranlib"
5333 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5334 break 2
5335 fi
5336 done
5337 done
5338 IFS=$as_save_IFS
5339
5340 fi
5341 fi
5342 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5343 if test -n "$ac_ct_RANLIB"; then
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5345 $as_echo "$ac_ct_RANLIB" >&6; }
5346 else
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5348 $as_echo "no" >&6; }
5349 fi
5350
5351 if test "x$ac_ct_RANLIB" = x; then
5352 RANLIB=":"
5353 else
5354 case $cross_compiling:$ac_tool_warned in
5355 yes:)
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5357 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5358 ac_tool_warned=yes ;;
5359 esac
5360 RANLIB=$ac_ct_RANLIB
5361 fi
5362 else
5363 RANLIB="$ac_cv_prog_RANLIB"
5364 fi
5365
5366
5367 # Check whether --enable-shared was given.
5368 if test "${enable_shared+set}" = set; then :
5369 enableval=$enable_shared; p=${PACKAGE-default}
5370 case $enableval in
5371 yes) enable_shared=yes ;;
5372 no) enable_shared=no ;;
5373 *)
5374 enable_shared=no
5375 # Look at the argument we got. We use all the common list separators.
5376 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5377 for pkg in $enableval; do
5378 IFS="$lt_save_ifs"
5379 if test "X$pkg" = "X$p"; then
5380 enable_shared=yes
5381 fi
5382 done
5383 IFS="$lt_save_ifs"
5384 ;;
5385 esac
5386 else
5387 enable_shared=no
5388 fi
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399 case `pwd` in
5400 *\ * | *\ *)
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5402 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5403 esac
5404
5405
5406
5407 macro_version='2.2.7a'
5408 macro_revision='1.3134'
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422 ltmain="$ac_aux_dir/ltmain.sh"
5423
5424 # Backslashify metacharacters that are still active within
5425 # double-quoted strings.
5426 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5427
5428 # Same as above, but do not quote variable references.
5429 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5430
5431 # Sed substitution to delay expansion of an escaped shell variable in a
5432 # double_quote_subst'ed string.
5433 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5434
5435 # Sed substitution to delay expansion of an escaped single quote.
5436 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5437
5438 # Sed substitution to avoid accidental globbing in evaled expressions
5439 no_glob_subst='s/\*/\\\*/g'
5440
5441 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5442 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5443 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5444
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5446 $as_echo_n "checking how to print strings... " >&6; }
5447 # Test print first, because it will be a builtin if present.
5448 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5449 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5450 ECHO='print -r --'
5451 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5452 ECHO='printf %s\n'
5453 else
5454 # Use this function as a fallback that always works.
5455 func_fallback_echo ()
5456 {
5457 eval 'cat <<_LTECHO_EOF
5458 $1
5459 _LTECHO_EOF'
5460 }
5461 ECHO='func_fallback_echo'
5462 fi
5463
5464 # func_echo_all arg...
5465 # Invoke $ECHO with all args, space-separated.
5466 func_echo_all ()
5467 {
5468 $ECHO ""
5469 }
5470
5471 case "$ECHO" in
5472 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5473 $as_echo "printf" >&6; } ;;
5474 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5475 $as_echo "print -r" >&6; } ;;
5476 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5477 $as_echo "cat" >&6; } ;;
5478 esac
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5494 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5495 if ${ac_cv_path_SED+:} false; then :
5496 $as_echo_n "(cached) " >&6
5497 else
5498 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5499 for ac_i in 1 2 3 4 5 6 7; do
5500 ac_script="$ac_script$as_nl$ac_script"
5501 done
5502 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5503 { ac_script=; unset ac_script;}
5504 if test -z "$SED"; then
5505 ac_path_SED_found=false
5506 # Loop through the user's path and test for each of PROGNAME-LIST
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5509 do
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_prog in sed gsed; do
5513 for ac_exec_ext in '' $ac_executable_extensions; do
5514 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5515 as_fn_executable_p "$ac_path_SED" || continue
5516 # Check for GNU ac_path_SED and select it if it is found.
5517 # Check for GNU $ac_path_SED
5518 case `"$ac_path_SED" --version 2>&1` in
5519 *GNU*)
5520 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5521 *)
5522 ac_count=0
5523 $as_echo_n 0123456789 >"conftest.in"
5524 while :
5525 do
5526 cat "conftest.in" "conftest.in" >"conftest.tmp"
5527 mv "conftest.tmp" "conftest.in"
5528 cp "conftest.in" "conftest.nl"
5529 $as_echo '' >> "conftest.nl"
5530 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5531 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5532 as_fn_arith $ac_count + 1 && ac_count=$as_val
5533 if test $ac_count -gt ${ac_path_SED_max-0}; then
5534 # Best one so far, save it but keep looking for a better one
5535 ac_cv_path_SED="$ac_path_SED"
5536 ac_path_SED_max=$ac_count
5537 fi
5538 # 10*(2^10) chars as input seems more than enough
5539 test $ac_count -gt 10 && break
5540 done
5541 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5542 esac
5543
5544 $ac_path_SED_found && break 3
5545 done
5546 done
5547 done
5548 IFS=$as_save_IFS
5549 if test -z "$ac_cv_path_SED"; then
5550 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5551 fi
5552 else
5553 ac_cv_path_SED=$SED
5554 fi
5555
5556 fi
5557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5558 $as_echo "$ac_cv_path_SED" >&6; }
5559 SED="$ac_cv_path_SED"
5560 rm -f conftest.sed
5561
5562 test -z "$SED" && SED=sed
5563 Xsed="$SED -e 1s/^X//"
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5576 $as_echo_n "checking for fgrep... " >&6; }
5577 if ${ac_cv_path_FGREP+:} false; then :
5578 $as_echo_n "(cached) " >&6
5579 else
5580 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5581 then ac_cv_path_FGREP="$GREP -F"
5582 else
5583 if test -z "$FGREP"; then
5584 ac_path_FGREP_found=false
5585 # Loop through the user's path and test for each of PROGNAME-LIST
5586 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5588 do
5589 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=.
5591 for ac_prog in fgrep; do
5592 for ac_exec_ext in '' $ac_executable_extensions; do
5593 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5594 as_fn_executable_p "$ac_path_FGREP" || continue
5595 # Check for GNU ac_path_FGREP and select it if it is found.
5596 # Check for GNU $ac_path_FGREP
5597 case `"$ac_path_FGREP" --version 2>&1` in
5598 *GNU*)
5599 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5600 *)
5601 ac_count=0
5602 $as_echo_n 0123456789 >"conftest.in"
5603 while :
5604 do
5605 cat "conftest.in" "conftest.in" >"conftest.tmp"
5606 mv "conftest.tmp" "conftest.in"
5607 cp "conftest.in" "conftest.nl"
5608 $as_echo 'FGREP' >> "conftest.nl"
5609 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5610 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5611 as_fn_arith $ac_count + 1 && ac_count=$as_val
5612 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5613 # Best one so far, save it but keep looking for a better one
5614 ac_cv_path_FGREP="$ac_path_FGREP"
5615 ac_path_FGREP_max=$ac_count
5616 fi
5617 # 10*(2^10) chars as input seems more than enough
5618 test $ac_count -gt 10 && break
5619 done
5620 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5621 esac
5622
5623 $ac_path_FGREP_found && break 3
5624 done
5625 done
5626 done
5627 IFS=$as_save_IFS
5628 if test -z "$ac_cv_path_FGREP"; then
5629 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5630 fi
5631 else
5632 ac_cv_path_FGREP=$FGREP
5633 fi
5634
5635 fi
5636 fi
5637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5638 $as_echo "$ac_cv_path_FGREP" >&6; }
5639 FGREP="$ac_cv_path_FGREP"
5640
5641
5642 test -z "$GREP" && GREP=grep
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662 # Check whether --with-gnu-ld was given.
5663 if test "${with_gnu_ld+set}" = set; then :
5664 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5665 else
5666 with_gnu_ld=no
5667 fi
5668
5669 ac_prog=ld
5670 if test "$GCC" = yes; then
5671 # Check if gcc -print-prog-name=ld gives a path.
5672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5673 $as_echo_n "checking for ld used by $CC... " >&6; }
5674 case $host in
5675 *-*-mingw*)
5676 # gcc leaves a trailing carriage return which upsets mingw
5677 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5678 *)
5679 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5680 esac
5681 case $ac_prog in
5682 # Accept absolute paths.
5683 [\\/]* | ?:[\\/]*)
5684 re_direlt='/[^/][^/]*/\.\./'
5685 # Canonicalize the pathname of ld
5686 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5687 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5688 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5689 done
5690 test -z "$LD" && LD="$ac_prog"
5691 ;;
5692 "")
5693 # If it fails, then pretend we aren't using GCC.
5694 ac_prog=ld
5695 ;;
5696 *)
5697 # If it is relative, then search for the first ld in PATH.
5698 with_gnu_ld=unknown
5699 ;;
5700 esac
5701 elif test "$with_gnu_ld" = yes; then
5702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5703 $as_echo_n "checking for GNU ld... " >&6; }
5704 else
5705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5706 $as_echo_n "checking for non-GNU ld... " >&6; }
5707 fi
5708 if ${lt_cv_path_LD+:} false; then :
5709 $as_echo_n "(cached) " >&6
5710 else
5711 if test -z "$LD"; then
5712 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5713 for ac_dir in $PATH; do
5714 IFS="$lt_save_ifs"
5715 test -z "$ac_dir" && ac_dir=.
5716 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5717 lt_cv_path_LD="$ac_dir/$ac_prog"
5718 # Check to see if the program is GNU ld. I'd rather use --version,
5719 # but apparently some variants of GNU ld only accept -v.
5720 # Break only if it was the GNU/non-GNU ld that we prefer.
5721 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5722 *GNU* | *'with BFD'*)
5723 test "$with_gnu_ld" != no && break
5724 ;;
5725 *)
5726 test "$with_gnu_ld" != yes && break
5727 ;;
5728 esac
5729 fi
5730 done
5731 IFS="$lt_save_ifs"
5732 else
5733 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5734 fi
5735 fi
5736
5737 LD="$lt_cv_path_LD"
5738 if test -n "$LD"; then
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5740 $as_echo "$LD" >&6; }
5741 else
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5743 $as_echo "no" >&6; }
5744 fi
5745 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5747 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5748 if ${lt_cv_prog_gnu_ld+:} false; then :
5749 $as_echo_n "(cached) " >&6
5750 else
5751 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5752 case `$LD -v 2>&1 </dev/null` in
5753 *GNU* | *'with BFD'*)
5754 lt_cv_prog_gnu_ld=yes
5755 ;;
5756 *)
5757 lt_cv_prog_gnu_ld=no
5758 ;;
5759 esac
5760 fi
5761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5762 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5763 with_gnu_ld=$lt_cv_prog_gnu_ld
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5774 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5775 if ${lt_cv_path_NM+:} false; then :
5776 $as_echo_n "(cached) " >&6
5777 else
5778 if test -n "$NM"; then
5779 # Let the user override the test.
5780 lt_cv_path_NM="$NM"
5781 else
5782 lt_nm_to_check="${ac_tool_prefix}nm"
5783 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5784 lt_nm_to_check="$lt_nm_to_check nm"
5785 fi
5786 for lt_tmp_nm in $lt_nm_to_check; do
5787 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5788 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5789 IFS="$lt_save_ifs"
5790 test -z "$ac_dir" && ac_dir=.
5791 tmp_nm="$ac_dir/$lt_tmp_nm"
5792 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5793 # Check to see if the nm accepts a BSD-compat flag.
5794 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5795 # nm: unknown option "B" ignored
5796 # Tru64's nm complains that /dev/null is an invalid object file
5797 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5798 */dev/null* | *'Invalid file or object type'*)
5799 lt_cv_path_NM="$tmp_nm -B"
5800 break
5801 ;;
5802 *)
5803 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5804 */dev/null*)
5805 lt_cv_path_NM="$tmp_nm -p"
5806 break
5807 ;;
5808 *)
5809 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5810 continue # so that we can try to find one that supports BSD flags
5811 ;;
5812 esac
5813 ;;
5814 esac
5815 fi
5816 done
5817 IFS="$lt_save_ifs"
5818 done
5819 : ${lt_cv_path_NM=no}
5820 fi
5821 fi
5822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5823 $as_echo "$lt_cv_path_NM" >&6; }
5824 if test "$lt_cv_path_NM" != "no"; then
5825 NM="$lt_cv_path_NM"
5826 else
5827 # Didn't find any BSD compatible name lister, look for dumpbin.
5828 if test -n "$DUMPBIN"; then :
5829 # Let the user override the test.
5830 else
5831 if test -n "$ac_tool_prefix"; then
5832 for ac_prog in dumpbin "link -dump"
5833 do
5834 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5835 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5837 $as_echo_n "checking for $ac_word... " >&6; }
5838 if ${ac_cv_prog_DUMPBIN+:} false; then :
5839 $as_echo_n "(cached) " >&6
5840 else
5841 if test -n "$DUMPBIN"; then
5842 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5843 else
5844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 for as_dir in $PATH
5846 do
5847 IFS=$as_save_IFS
5848 test -z "$as_dir" && as_dir=.
5849 for ac_exec_ext in '' $ac_executable_extensions; do
5850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5851 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5853 break 2
5854 fi
5855 done
5856 done
5857 IFS=$as_save_IFS
5858
5859 fi
5860 fi
5861 DUMPBIN=$ac_cv_prog_DUMPBIN
5862 if test -n "$DUMPBIN"; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5864 $as_echo "$DUMPBIN" >&6; }
5865 else
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5867 $as_echo "no" >&6; }
5868 fi
5869
5870
5871 test -n "$DUMPBIN" && break
5872 done
5873 fi
5874 if test -z "$DUMPBIN"; then
5875 ac_ct_DUMPBIN=$DUMPBIN
5876 for ac_prog in dumpbin "link -dump"
5877 do
5878 # Extract the first word of "$ac_prog", so it can be a program name with args.
5879 set dummy $ac_prog; ac_word=$2
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5881 $as_echo_n "checking for $ac_word... " >&6; }
5882 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5883 $as_echo_n "(cached) " >&6
5884 else
5885 if test -n "$ac_ct_DUMPBIN"; then
5886 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5887 else
5888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5889 for as_dir in $PATH
5890 do
5891 IFS=$as_save_IFS
5892 test -z "$as_dir" && as_dir=.
5893 for ac_exec_ext in '' $ac_executable_extensions; do
5894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5895 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5897 break 2
5898 fi
5899 done
5900 done
5901 IFS=$as_save_IFS
5902
5903 fi
5904 fi
5905 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5906 if test -n "$ac_ct_DUMPBIN"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5908 $as_echo "$ac_ct_DUMPBIN" >&6; }
5909 else
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5911 $as_echo "no" >&6; }
5912 fi
5913
5914
5915 test -n "$ac_ct_DUMPBIN" && break
5916 done
5917
5918 if test "x$ac_ct_DUMPBIN" = x; then
5919 DUMPBIN=":"
5920 else
5921 case $cross_compiling:$ac_tool_warned in
5922 yes:)
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5925 ac_tool_warned=yes ;;
5926 esac
5927 DUMPBIN=$ac_ct_DUMPBIN
5928 fi
5929 fi
5930
5931 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5932 *COFF*)
5933 DUMPBIN="$DUMPBIN -symbols"
5934 ;;
5935 *)
5936 DUMPBIN=:
5937 ;;
5938 esac
5939 fi
5940
5941 if test "$DUMPBIN" != ":"; then
5942 NM="$DUMPBIN"
5943 fi
5944 fi
5945 test -z "$NM" && NM=nm
5946
5947
5948
5949
5950
5951
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5953 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5954 if ${lt_cv_nm_interface+:} false; then :
5955 $as_echo_n "(cached) " >&6
5956 else
5957 lt_cv_nm_interface="BSD nm"
5958 echo "int some_variable = 0;" > conftest.$ac_ext
5959 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5960 (eval "$ac_compile" 2>conftest.err)
5961 cat conftest.err >&5
5962 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5963 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5964 cat conftest.err >&5
5965 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5966 cat conftest.out >&5
5967 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5968 lt_cv_nm_interface="MS dumpbin"
5969 fi
5970 rm -f conftest*
5971 fi
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5973 $as_echo "$lt_cv_nm_interface" >&6; }
5974
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5976 $as_echo_n "checking whether ln -s works... " >&6; }
5977 LN_S=$as_ln_s
5978 if test "$LN_S" = "ln -s"; then
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5980 $as_echo "yes" >&6; }
5981 else
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5983 $as_echo "no, using $LN_S" >&6; }
5984 fi
5985
5986 # find the maximum length of command line arguments
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5988 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5989 if ${lt_cv_sys_max_cmd_len+:} false; then :
5990 $as_echo_n "(cached) " >&6
5991 else
5992 i=0
5993 teststring="ABCD"
5994
5995 case $build_os in
5996 msdosdjgpp*)
5997 # On DJGPP, this test can blow up pretty badly due to problems in libc
5998 # (any single argument exceeding 2000 bytes causes a buffer overrun
5999 # during glob expansion). Even if it were fixed, the result of this
6000 # check would be larger than it should be.
6001 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6002 ;;
6003
6004 gnu*)
6005 # Under GNU Hurd, this test is not required because there is
6006 # no limit to the length of command line arguments.
6007 # Libtool will interpret -1 as no limit whatsoever
6008 lt_cv_sys_max_cmd_len=-1;
6009 ;;
6010
6011 cygwin* | mingw* | cegcc*)
6012 # On Win9x/ME, this test blows up -- it succeeds, but takes
6013 # about 5 minutes as the teststring grows exponentially.
6014 # Worse, since 9x/ME are not pre-emptively multitasking,
6015 # you end up with a "frozen" computer, even though with patience
6016 # the test eventually succeeds (with a max line length of 256k).
6017 # Instead, let's just punt: use the minimum linelength reported by
6018 # all of the supported platforms: 8192 (on NT/2K/XP).
6019 lt_cv_sys_max_cmd_len=8192;
6020 ;;
6021
6022 mint*)
6023 # On MiNT this can take a long time and run out of memory.
6024 lt_cv_sys_max_cmd_len=8192;
6025 ;;
6026
6027 amigaos*)
6028 # On AmigaOS with pdksh, this test takes hours, literally.
6029 # So we just punt and use a minimum line length of 8192.
6030 lt_cv_sys_max_cmd_len=8192;
6031 ;;
6032
6033 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6034 # This has been around since 386BSD, at least. Likely further.
6035 if test -x /sbin/sysctl; then
6036 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6037 elif test -x /usr/sbin/sysctl; then
6038 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6039 else
6040 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6041 fi
6042 # And add a safety zone
6043 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6044 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6045 ;;
6046
6047 interix*)
6048 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6049 lt_cv_sys_max_cmd_len=196608
6050 ;;
6051
6052 osf*)
6053 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6054 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6055 # nice to cause kernel panics so lets avoid the loop below.
6056 # First set a reasonable default.
6057 lt_cv_sys_max_cmd_len=16384
6058 #
6059 if test -x /sbin/sysconfig; then
6060 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6061 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6062 esac
6063 fi
6064 ;;
6065 sco3.2v5*)
6066 lt_cv_sys_max_cmd_len=102400
6067 ;;
6068 sysv5* | sco5v6* | sysv4.2uw2*)
6069 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6070 if test -n "$kargmax"; then
6071 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6072 else
6073 lt_cv_sys_max_cmd_len=32768
6074 fi
6075 ;;
6076 *)
6077 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6078 if test -n "$lt_cv_sys_max_cmd_len"; then
6079 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6080 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6081 else
6082 # Make teststring a little bigger before we do anything with it.
6083 # a 1K string should be a reasonable start.
6084 for i in 1 2 3 4 5 6 7 8 ; do
6085 teststring=$teststring$teststring
6086 done
6087 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6088 # If test is not a shell built-in, we'll probably end up computing a
6089 # maximum length that is only half of the actual maximum length, but
6090 # we can't tell.
6091 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6092 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6093 test $i != 17 # 1/2 MB should be enough
6094 do
6095 i=`expr $i + 1`
6096 teststring=$teststring$teststring
6097 done
6098 # Only check the string length outside the loop.
6099 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6100 teststring=
6101 # Add a significant safety factor because C++ compilers can tack on
6102 # massive amounts of additional arguments before passing them to the
6103 # linker. It appears as though 1/2 is a usable value.
6104 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6105 fi
6106 ;;
6107 esac
6108
6109 fi
6110
6111 if test -n $lt_cv_sys_max_cmd_len ; then
6112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6113 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6114 else
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6116 $as_echo "none" >&6; }
6117 fi
6118 max_cmd_len=$lt_cv_sys_max_cmd_len
6119
6120
6121
6122
6123
6124
6125 : ${CP="cp -f"}
6126 : ${MV="mv -f"}
6127 : ${RM="rm -f"}
6128
6129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6130 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6131 # Try some XSI features
6132 xsi_shell=no
6133 ( _lt_dummy="a/b/c"
6134 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6135 = c,a/b,, \
6136 && eval 'test $(( 1 + 1 )) -eq 2 \
6137 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6138 && xsi_shell=yes
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6140 $as_echo "$xsi_shell" >&6; }
6141
6142
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6144 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6145 lt_shell_append=no
6146 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6147 >/dev/null 2>&1 \
6148 && lt_shell_append=yes
6149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6150 $as_echo "$lt_shell_append" >&6; }
6151
6152
6153 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6154 lt_unset=unset
6155 else
6156 lt_unset=false
6157 fi
6158
6159
6160
6161
6162
6163 # test EBCDIC or ASCII
6164 case `echo X|tr X '\101'` in
6165 A) # ASCII based system
6166 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6167 lt_SP2NL='tr \040 \012'
6168 lt_NL2SP='tr \015\012 \040\040'
6169 ;;
6170 *) # EBCDIC based system
6171 lt_SP2NL='tr \100 \n'
6172 lt_NL2SP='tr \r\n \100\100'
6173 ;;
6174 esac
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6185 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6186 if ${lt_cv_ld_reload_flag+:} false; then :
6187 $as_echo_n "(cached) " >&6
6188 else
6189 lt_cv_ld_reload_flag='-r'
6190 fi
6191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6192 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6193 reload_flag=$lt_cv_ld_reload_flag
6194 case $reload_flag in
6195 "" | " "*) ;;
6196 *) reload_flag=" $reload_flag" ;;
6197 esac
6198 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6199 case $host_os in
6200 darwin*)
6201 if test "$GCC" = yes; then
6202 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6203 else
6204 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6205 fi
6206 ;;
6207 esac
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217 if test -n "$ac_tool_prefix"; then
6218 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6219 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6221 $as_echo_n "checking for $ac_word... " >&6; }
6222 if ${ac_cv_prog_OBJDUMP+:} false; then :
6223 $as_echo_n "(cached) " >&6
6224 else
6225 if test -n "$OBJDUMP"; then
6226 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6227 else
6228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6229 for as_dir in $PATH
6230 do
6231 IFS=$as_save_IFS
6232 test -z "$as_dir" && as_dir=.
6233 for ac_exec_ext in '' $ac_executable_extensions; do
6234 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6235 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6237 break 2
6238 fi
6239 done
6240 done
6241 IFS=$as_save_IFS
6242
6243 fi
6244 fi
6245 OBJDUMP=$ac_cv_prog_OBJDUMP
6246 if test -n "$OBJDUMP"; then
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6248 $as_echo "$OBJDUMP" >&6; }
6249 else
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6251 $as_echo "no" >&6; }
6252 fi
6253
6254
6255 fi
6256 if test -z "$ac_cv_prog_OBJDUMP"; then
6257 ac_ct_OBJDUMP=$OBJDUMP
6258 # Extract the first word of "objdump", so it can be a program name with args.
6259 set dummy objdump; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6263 $as_echo_n "(cached) " >&6
6264 else
6265 if test -n "$ac_ct_OBJDUMP"; then
6266 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6267 else
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in $PATH
6270 do
6271 IFS=$as_save_IFS
6272 test -z "$as_dir" && as_dir=.
6273 for ac_exec_ext in '' $ac_executable_extensions; do
6274 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6275 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277 break 2
6278 fi
6279 done
6280 done
6281 IFS=$as_save_IFS
6282
6283 fi
6284 fi
6285 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6286 if test -n "$ac_ct_OBJDUMP"; then
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6288 $as_echo "$ac_ct_OBJDUMP" >&6; }
6289 else
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6292 fi
6293
6294 if test "x$ac_ct_OBJDUMP" = x; then
6295 OBJDUMP="false"
6296 else
6297 case $cross_compiling:$ac_tool_warned in
6298 yes:)
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6300 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6301 ac_tool_warned=yes ;;
6302 esac
6303 OBJDUMP=$ac_ct_OBJDUMP
6304 fi
6305 else
6306 OBJDUMP="$ac_cv_prog_OBJDUMP"
6307 fi
6308
6309 test -z "$OBJDUMP" && OBJDUMP=objdump
6310
6311
6312
6313
6314
6315
6316
6317
6318
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6320 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6321 if ${lt_cv_deplibs_check_method+:} false; then :
6322 $as_echo_n "(cached) " >&6
6323 else
6324 lt_cv_file_magic_cmd='$MAGIC_CMD'
6325 lt_cv_file_magic_test_file=
6326 lt_cv_deplibs_check_method='unknown'
6327 # Need to set the preceding variable on all platforms that support
6328 # interlibrary dependencies.
6329 # 'none' -- dependencies not supported.
6330 # `unknown' -- same as none, but documents that we really don't know.
6331 # 'pass_all' -- all dependencies passed with no checks.
6332 # 'test_compile' -- check by making test program.
6333 # 'file_magic [[regex]]' -- check by looking for files in library path
6334 # which responds to the $file_magic_cmd with a given extended regex.
6335 # If you have `file' or equivalent on your system and you're not sure
6336 # whether `pass_all' will *always* work, you probably want this one.
6337
6338 case $host_os in
6339 aix[4-9]*)
6340 lt_cv_deplibs_check_method=pass_all
6341 ;;
6342
6343 beos*)
6344 lt_cv_deplibs_check_method=pass_all
6345 ;;
6346
6347 bsdi[45]*)
6348 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6349 lt_cv_file_magic_cmd='/usr/bin/file -L'
6350 lt_cv_file_magic_test_file=/shlib/libc.so
6351 ;;
6352
6353 cygwin*)
6354 # func_win32_libid is a shell function defined in ltmain.sh
6355 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6356 lt_cv_file_magic_cmd='func_win32_libid'
6357 ;;
6358
6359 mingw* | pw32*)
6360 # Base MSYS/MinGW do not provide the 'file' command needed by
6361 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6362 # unless we find 'file', for example because we are cross-compiling.
6363 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6364 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6365 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6366 lt_cv_file_magic_cmd='func_win32_libid'
6367 else
6368 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6369 lt_cv_file_magic_cmd='$OBJDUMP -f'
6370 fi
6371 ;;
6372
6373 cegcc*)
6374 # use the weaker test based on 'objdump'. See mingw*.
6375 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6376 lt_cv_file_magic_cmd='$OBJDUMP -f'
6377 ;;
6378
6379 darwin* | rhapsody*)
6380 lt_cv_deplibs_check_method=pass_all
6381 ;;
6382
6383 freebsd* | dragonfly*)
6384 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6385 case $host_cpu in
6386 i*86 )
6387 # Not sure whether the presence of OpenBSD here was a mistake.
6388 # Let's accept both of them until this is cleared up.
6389 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6390 lt_cv_file_magic_cmd=/usr/bin/file
6391 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6392 ;;
6393 esac
6394 else
6395 lt_cv_deplibs_check_method=pass_all
6396 fi
6397 ;;
6398
6399 gnu*)
6400 lt_cv_deplibs_check_method=pass_all
6401 ;;
6402
6403 haiku*)
6404 lt_cv_deplibs_check_method=pass_all
6405 ;;
6406
6407 hpux10.20* | hpux11*)
6408 lt_cv_file_magic_cmd=/usr/bin/file
6409 case $host_cpu in
6410 ia64*)
6411 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6412 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6413 ;;
6414 hppa*64*)
6415 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]'
6416 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6417 ;;
6418 *)
6419 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6420 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6421 ;;
6422 esac
6423 ;;
6424
6425 interix[3-9]*)
6426 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6427 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6428 ;;
6429
6430 irix5* | irix6* | nonstopux*)
6431 case $LD in
6432 *-32|*"-32 ") libmagic=32-bit;;
6433 *-n32|*"-n32 ") libmagic=N32;;
6434 *-64|*"-64 ") libmagic=64-bit;;
6435 *) libmagic=never-match;;
6436 esac
6437 lt_cv_deplibs_check_method=pass_all
6438 ;;
6439
6440 # This must be Linux ELF.
6441 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6442 lt_cv_deplibs_check_method=pass_all
6443 ;;
6444
6445 netbsd*)
6446 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6447 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6448 else
6449 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6450 fi
6451 ;;
6452
6453 newos6*)
6454 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6455 lt_cv_file_magic_cmd=/usr/bin/file
6456 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6457 ;;
6458
6459 *nto* | *qnx*)
6460 lt_cv_deplibs_check_method=pass_all
6461 ;;
6462
6463 openbsd*)
6464 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6465 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6466 else
6467 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6468 fi
6469 ;;
6470
6471 osf3* | osf4* | osf5*)
6472 lt_cv_deplibs_check_method=pass_all
6473 ;;
6474
6475 rdos*)
6476 lt_cv_deplibs_check_method=pass_all
6477 ;;
6478
6479 solaris*)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482
6483 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6484 lt_cv_deplibs_check_method=pass_all
6485 ;;
6486
6487 sysv4 | sysv4.3*)
6488 case $host_vendor in
6489 motorola)
6490 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]'
6491 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6492 ;;
6493 ncr)
6494 lt_cv_deplibs_check_method=pass_all
6495 ;;
6496 sequent)
6497 lt_cv_file_magic_cmd='/bin/file'
6498 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6499 ;;
6500 sni)
6501 lt_cv_file_magic_cmd='/bin/file'
6502 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6503 lt_cv_file_magic_test_file=/lib/libc.so
6504 ;;
6505 siemens)
6506 lt_cv_deplibs_check_method=pass_all
6507 ;;
6508 pc)
6509 lt_cv_deplibs_check_method=pass_all
6510 ;;
6511 esac
6512 ;;
6513
6514 tpf*)
6515 lt_cv_deplibs_check_method=pass_all
6516 ;;
6517 esac
6518
6519 fi
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6521 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6522 file_magic_cmd=$lt_cv_file_magic_cmd
6523 deplibs_check_method=$lt_cv_deplibs_check_method
6524 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537 if test -n "$ac_tool_prefix"; then
6538 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6539 set dummy ${ac_tool_prefix}ar; ac_word=$2
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6541 $as_echo_n "checking for $ac_word... " >&6; }
6542 if ${ac_cv_prog_AR+:} false; then :
6543 $as_echo_n "(cached) " >&6
6544 else
6545 if test -n "$AR"; then
6546 ac_cv_prog_AR="$AR" # Let the user override the test.
6547 else
6548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6549 for as_dir in $PATH
6550 do
6551 IFS=$as_save_IFS
6552 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do
6554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6555 ac_cv_prog_AR="${ac_tool_prefix}ar"
6556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6557 break 2
6558 fi
6559 done
6560 done
6561 IFS=$as_save_IFS
6562
6563 fi
6564 fi
6565 AR=$ac_cv_prog_AR
6566 if test -n "$AR"; then
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6568 $as_echo "$AR" >&6; }
6569 else
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6571 $as_echo "no" >&6; }
6572 fi
6573
6574
6575 fi
6576 if test -z "$ac_cv_prog_AR"; then
6577 ac_ct_AR=$AR
6578 # Extract the first word of "ar", so it can be a program name with args.
6579 set dummy ar; ac_word=$2
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6581 $as_echo_n "checking for $ac_word... " >&6; }
6582 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6583 $as_echo_n "(cached) " >&6
6584 else
6585 if test -n "$ac_ct_AR"; then
6586 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6587 else
6588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6589 for as_dir in $PATH
6590 do
6591 IFS=$as_save_IFS
6592 test -z "$as_dir" && as_dir=.
6593 for ac_exec_ext in '' $ac_executable_extensions; do
6594 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6595 ac_cv_prog_ac_ct_AR="ar"
6596 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6597 break 2
6598 fi
6599 done
6600 done
6601 IFS=$as_save_IFS
6602
6603 fi
6604 fi
6605 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6606 if test -n "$ac_ct_AR"; then
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6608 $as_echo "$ac_ct_AR" >&6; }
6609 else
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6611 $as_echo "no" >&6; }
6612 fi
6613
6614 if test "x$ac_ct_AR" = x; then
6615 AR="false"
6616 else
6617 case $cross_compiling:$ac_tool_warned in
6618 yes:)
6619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6620 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6621 ac_tool_warned=yes ;;
6622 esac
6623 AR=$ac_ct_AR
6624 fi
6625 else
6626 AR="$ac_cv_prog_AR"
6627 fi
6628
6629 test -z "$AR" && AR=ar
6630 test -z "$AR_FLAGS" && AR_FLAGS=cru
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642 if test -n "$ac_tool_prefix"; then
6643 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6644 set dummy ${ac_tool_prefix}strip; ac_word=$2
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6646 $as_echo_n "checking for $ac_word... " >&6; }
6647 if ${ac_cv_prog_STRIP+:} false; then :
6648 $as_echo_n "(cached) " >&6
6649 else
6650 if test -n "$STRIP"; then
6651 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6652 else
6653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6654 for as_dir in $PATH
6655 do
6656 IFS=$as_save_IFS
6657 test -z "$as_dir" && as_dir=.
6658 for ac_exec_ext in '' $ac_executable_extensions; do
6659 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6660 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6662 break 2
6663 fi
6664 done
6665 done
6666 IFS=$as_save_IFS
6667
6668 fi
6669 fi
6670 STRIP=$ac_cv_prog_STRIP
6671 if test -n "$STRIP"; then
6672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6673 $as_echo "$STRIP" >&6; }
6674 else
6675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6676 $as_echo "no" >&6; }
6677 fi
6678
6679
6680 fi
6681 if test -z "$ac_cv_prog_STRIP"; then
6682 ac_ct_STRIP=$STRIP
6683 # Extract the first word of "strip", so it can be a program name with args.
6684 set dummy strip; ac_word=$2
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6686 $as_echo_n "checking for $ac_word... " >&6; }
6687 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6688 $as_echo_n "(cached) " >&6
6689 else
6690 if test -n "$ac_ct_STRIP"; then
6691 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6692 else
6693 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6694 for as_dir in $PATH
6695 do
6696 IFS=$as_save_IFS
6697 test -z "$as_dir" && as_dir=.
6698 for ac_exec_ext in '' $ac_executable_extensions; do
6699 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6700 ac_cv_prog_ac_ct_STRIP="strip"
6701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6702 break 2
6703 fi
6704 done
6705 done
6706 IFS=$as_save_IFS
6707
6708 fi
6709 fi
6710 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6711 if test -n "$ac_ct_STRIP"; then
6712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6713 $as_echo "$ac_ct_STRIP" >&6; }
6714 else
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6716 $as_echo "no" >&6; }
6717 fi
6718
6719 if test "x$ac_ct_STRIP" = x; then
6720 STRIP=":"
6721 else
6722 case $cross_compiling:$ac_tool_warned in
6723 yes:)
6724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6725 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6726 ac_tool_warned=yes ;;
6727 esac
6728 STRIP=$ac_ct_STRIP
6729 fi
6730 else
6731 STRIP="$ac_cv_prog_STRIP"
6732 fi
6733
6734 test -z "$STRIP" && STRIP=:
6735
6736
6737
6738
6739
6740
6741 if test -n "$ac_tool_prefix"; then
6742 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6743 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6745 $as_echo_n "checking for $ac_word... " >&6; }
6746 if ${ac_cv_prog_RANLIB+:} false; then :
6747 $as_echo_n "(cached) " >&6
6748 else
6749 if test -n "$RANLIB"; then
6750 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6751 else
6752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6753 for as_dir in $PATH
6754 do
6755 IFS=$as_save_IFS
6756 test -z "$as_dir" && as_dir=.
6757 for ac_exec_ext in '' $ac_executable_extensions; do
6758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6759 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6761 break 2
6762 fi
6763 done
6764 done
6765 IFS=$as_save_IFS
6766
6767 fi
6768 fi
6769 RANLIB=$ac_cv_prog_RANLIB
6770 if test -n "$RANLIB"; then
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6772 $as_echo "$RANLIB" >&6; }
6773 else
6774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6775 $as_echo "no" >&6; }
6776 fi
6777
6778
6779 fi
6780 if test -z "$ac_cv_prog_RANLIB"; then
6781 ac_ct_RANLIB=$RANLIB
6782 # Extract the first word of "ranlib", so it can be a program name with args.
6783 set dummy ranlib; ac_word=$2
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6785 $as_echo_n "checking for $ac_word... " >&6; }
6786 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6787 $as_echo_n "(cached) " >&6
6788 else
6789 if test -n "$ac_ct_RANLIB"; then
6790 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6791 else
6792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6793 for as_dir in $PATH
6794 do
6795 IFS=$as_save_IFS
6796 test -z "$as_dir" && as_dir=.
6797 for ac_exec_ext in '' $ac_executable_extensions; do
6798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6799 ac_cv_prog_ac_ct_RANLIB="ranlib"
6800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6801 break 2
6802 fi
6803 done
6804 done
6805 IFS=$as_save_IFS
6806
6807 fi
6808 fi
6809 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6810 if test -n "$ac_ct_RANLIB"; then
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6812 $as_echo "$ac_ct_RANLIB" >&6; }
6813 else
6814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6815 $as_echo "no" >&6; }
6816 fi
6817
6818 if test "x$ac_ct_RANLIB" = x; then
6819 RANLIB=":"
6820 else
6821 case $cross_compiling:$ac_tool_warned in
6822 yes:)
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6824 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6825 ac_tool_warned=yes ;;
6826 esac
6827 RANLIB=$ac_ct_RANLIB
6828 fi
6829 else
6830 RANLIB="$ac_cv_prog_RANLIB"
6831 fi
6832
6833 test -z "$RANLIB" && RANLIB=:
6834
6835
6836
6837
6838
6839
6840 # Determine commands to create old-style static archives.
6841 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6842 old_postinstall_cmds='chmod 644 $oldlib'
6843 old_postuninstall_cmds=
6844
6845 if test -n "$RANLIB"; then
6846 case $host_os in
6847 openbsd*)
6848 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6849 ;;
6850 *)
6851 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6852 ;;
6853 esac
6854 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6855 fi
6856
6857 case $host_os in
6858 darwin*)
6859 lock_old_archive_extraction=yes ;;
6860 *)
6861 lock_old_archive_extraction=no ;;
6862 esac
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
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 # If no C compiler was specified, use CC.
6903 LTCC=${LTCC-"$CC"}
6904
6905 # If no C compiler flags were specified, use CFLAGS.
6906 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6907
6908 # Allow CC to be a program name with arguments.
6909 compiler=$CC
6910
6911
6912 # Check for command to grab the raw symbol name followed by C symbol from nm.
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6914 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6915 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6916 $as_echo_n "(cached) " >&6
6917 else
6918
6919 # These are sane defaults that work on at least a few old systems.
6920 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6921
6922 # Character class describing NM global symbol codes.
6923 symcode='[BCDEGRST]'
6924
6925 # Regexp to match symbols that can be accessed directly from C.
6926 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6927
6928 # Define system-specific variables.
6929 case $host_os in
6930 aix*)
6931 symcode='[BCDT]'
6932 ;;
6933 cygwin* | mingw* | pw32* | cegcc*)
6934 symcode='[ABCDGISTW]'
6935 ;;
6936 hpux*)
6937 if test "$host_cpu" = ia64; then
6938 symcode='[ABCDEGRST]'
6939 fi
6940 ;;
6941 irix* | nonstopux*)
6942 symcode='[BCDEGRST]'
6943 ;;
6944 osf*)
6945 symcode='[BCDEGQRST]'
6946 ;;
6947 solaris*)
6948 symcode='[BDRT]'
6949 ;;
6950 sco3.2v5*)
6951 symcode='[DT]'
6952 ;;
6953 sysv4.2uw2*)
6954 symcode='[DT]'
6955 ;;
6956 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6957 symcode='[ABDT]'
6958 ;;
6959 sysv4)
6960 symcode='[DFNSTU]'
6961 ;;
6962 esac
6963
6964 # If we're using GNU nm, then use its standard symbol codes.
6965 case `$NM -V 2>&1` in
6966 *GNU* | *'with BFD'*)
6967 symcode='[ABCDGIRSTW]' ;;
6968 esac
6969
6970 # Transform an extracted symbol line into a proper C declaration.
6971 # Some systems (esp. on ia64) link data and code symbols differently,
6972 # so use this general approach.
6973 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6974
6975 # Transform an extracted symbol line into symbol name and symbol address
6976 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6977 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'"
6978
6979 # Handle CRLF in mingw tool chain
6980 opt_cr=
6981 case $build_os in
6982 mingw*)
6983 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6984 ;;
6985 esac
6986
6987 # Try without a prefix underscore, then with it.
6988 for ac_symprfx in "" "_"; do
6989
6990 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6991 symxfrm="\\1 $ac_symprfx\\2 \\2"
6992
6993 # Write the raw and C identifiers.
6994 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6995 # Fake it for dumpbin and say T for any non-static function
6996 # and D for any global variable.
6997 # Also find C++ and __fastcall symbols from MSVC++,
6998 # which start with @ or ?.
6999 lt_cv_sys_global_symbol_pipe="$AWK '"\
7000 " {last_section=section; section=\$ 3};"\
7001 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7002 " \$ 0!~/External *\|/{next};"\
7003 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7004 " {if(hide[section]) next};"\
7005 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7006 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7007 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7008 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7009 " ' prfx=^$ac_symprfx"
7010 else
7011 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7012 fi
7013
7014 # Check to see that the pipe works correctly.
7015 pipe_works=no
7016
7017 rm -f conftest*
7018 cat > conftest.$ac_ext <<_LT_EOF
7019 #ifdef __cplusplus
7020 extern "C" {
7021 #endif
7022 char nm_test_var;
7023 void nm_test_func(void);
7024 void nm_test_func(void){}
7025 #ifdef __cplusplus
7026 }
7027 #endif
7028 int main(){nm_test_var='a';nm_test_func();return(0);}
7029 _LT_EOF
7030
7031 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7032 (eval $ac_compile) 2>&5
7033 ac_status=$?
7034 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7035 test $ac_status = 0; }; then
7036 # Now try to grab the symbols.
7037 nlist=conftest.nm
7038 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7039 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7040 ac_status=$?
7041 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7042 test $ac_status = 0; } && test -s "$nlist"; then
7043 # Try sorting and uniquifying the output.
7044 if sort "$nlist" | uniq > "$nlist"T; then
7045 mv -f "$nlist"T "$nlist"
7046 else
7047 rm -f "$nlist"T
7048 fi
7049
7050 # Make sure that we snagged all the symbols we need.
7051 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7052 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7053 cat <<_LT_EOF > conftest.$ac_ext
7054 #ifdef __cplusplus
7055 extern "C" {
7056 #endif
7057
7058 _LT_EOF
7059 # Now generate the symbol file.
7060 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7061
7062 cat <<_LT_EOF >> conftest.$ac_ext
7063
7064 /* The mapping between symbol names and symbols. */
7065 const struct {
7066 const char *name;
7067 void *address;
7068 }
7069 lt__PROGRAM__LTX_preloaded_symbols[] =
7070 {
7071 { "@PROGRAM@", (void *) 0 },
7072 _LT_EOF
7073 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7074 cat <<\_LT_EOF >> conftest.$ac_ext
7075 {0, (void *) 0}
7076 };
7077
7078 /* This works around a problem in FreeBSD linker */
7079 #ifdef FREEBSD_WORKAROUND
7080 static const void *lt_preloaded_setup() {
7081 return lt__PROGRAM__LTX_preloaded_symbols;
7082 }
7083 #endif
7084
7085 #ifdef __cplusplus
7086 }
7087 #endif
7088 _LT_EOF
7089 # Now try linking the two files.
7090 mv conftest.$ac_objext conftstm.$ac_objext
7091 lt_save_LIBS="$LIBS"
7092 lt_save_CFLAGS="$CFLAGS"
7093 LIBS="conftstm.$ac_objext"
7094 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7096 (eval $ac_link) 2>&5
7097 ac_status=$?
7098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7099 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7100 pipe_works=yes
7101 fi
7102 LIBS="$lt_save_LIBS"
7103 CFLAGS="$lt_save_CFLAGS"
7104 else
7105 echo "cannot find nm_test_func in $nlist" >&5
7106 fi
7107 else
7108 echo "cannot find nm_test_var in $nlist" >&5
7109 fi
7110 else
7111 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7112 fi
7113 else
7114 echo "$progname: failed program was:" >&5
7115 cat conftest.$ac_ext >&5
7116 fi
7117 rm -rf conftest* conftst*
7118
7119 # Do not use the global_symbol_pipe unless it works.
7120 if test "$pipe_works" = yes; then
7121 break
7122 else
7123 lt_cv_sys_global_symbol_pipe=
7124 fi
7125 done
7126
7127 fi
7128
7129 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7130 lt_cv_sys_global_symbol_to_cdecl=
7131 fi
7132 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7134 $as_echo "failed" >&6; }
7135 else
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7137 $as_echo "ok" >&6; }
7138 fi
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161 # Check whether --enable-libtool-lock was given.
7162 if test "${enable_libtool_lock+set}" = set; then :
7163 enableval=$enable_libtool_lock;
7164 fi
7165
7166 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7167
7168 # Some flags need to be propagated to the compiler or linker for good
7169 # libtool support.
7170 case $host in
7171 ia64-*-hpux*)
7172 # Find out which ABI we are using.
7173 echo 'int i;' > conftest.$ac_ext
7174 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7175 (eval $ac_compile) 2>&5
7176 ac_status=$?
7177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7178 test $ac_status = 0; }; then
7179 case `/usr/bin/file conftest.$ac_objext` in
7180 *ELF-32*)
7181 HPUX_IA64_MODE="32"
7182 ;;
7183 *ELF-64*)
7184 HPUX_IA64_MODE="64"
7185 ;;
7186 esac
7187 fi
7188 rm -rf conftest*
7189 ;;
7190 *-*-irix6*)
7191 # Find out which ABI we are using.
7192 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7193 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7194 (eval $ac_compile) 2>&5
7195 ac_status=$?
7196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7197 test $ac_status = 0; }; then
7198 if test "$lt_cv_prog_gnu_ld" = yes; then
7199 case `/usr/bin/file conftest.$ac_objext` in
7200 *32-bit*)
7201 LD="${LD-ld} -melf32bsmip"
7202 ;;
7203 *N32*)
7204 LD="${LD-ld} -melf32bmipn32"
7205 ;;
7206 *64-bit*)
7207 LD="${LD-ld} -melf64bmip"
7208 ;;
7209 esac
7210 else
7211 case `/usr/bin/file conftest.$ac_objext` in
7212 *32-bit*)
7213 LD="${LD-ld} -32"
7214 ;;
7215 *N32*)
7216 LD="${LD-ld} -n32"
7217 ;;
7218 *64-bit*)
7219 LD="${LD-ld} -64"
7220 ;;
7221 esac
7222 fi
7223 fi
7224 rm -rf conftest*
7225 ;;
7226
7227 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7228 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7229 # Find out which ABI we are using.
7230 echo 'int i;' > conftest.$ac_ext
7231 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7232 (eval $ac_compile) 2>&5
7233 ac_status=$?
7234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7235 test $ac_status = 0; }; then
7236 case `/usr/bin/file conftest.o` in
7237 *32-bit*)
7238 case $host in
7239 x86_64-*kfreebsd*-gnu)
7240 LD="${LD-ld} -m elf_i386_fbsd"
7241 ;;
7242 x86_64-*linux*)
7243 case `/usr/bin/file conftest.o` in
7244 *x86-64*)
7245 LD="${LD-ld} -m elf32_x86_64"
7246 ;;
7247 *)
7248 LD="${LD-ld} -m elf_i386"
7249 ;;
7250 esac
7251 ;;
7252 powerpc64le-*linux*)
7253 LD="${LD-ld} -m elf32lppclinux"
7254 ;;
7255 powerpc64-*linux*)
7256 LD="${LD-ld} -m elf32ppclinux"
7257 ;;
7258 s390x-*linux*)
7259 LD="${LD-ld} -m elf_s390"
7260 ;;
7261 sparc64-*linux*)
7262 LD="${LD-ld} -m elf32_sparc"
7263 ;;
7264 esac
7265 ;;
7266 *64-bit*)
7267 case $host in
7268 x86_64-*kfreebsd*-gnu)
7269 LD="${LD-ld} -m elf_x86_64_fbsd"
7270 ;;
7271 x86_64-*linux*)
7272 LD="${LD-ld} -m elf_x86_64"
7273 ;;
7274 powerpcle-*linux*)
7275 LD="${LD-ld} -m elf64lppc"
7276 ;;
7277 powerpc-*linux*)
7278 LD="${LD-ld} -m elf64ppc"
7279 ;;
7280 s390*-*linux*|s390*-*tpf*)
7281 LD="${LD-ld} -m elf64_s390"
7282 ;;
7283 sparc*-*linux*)
7284 LD="${LD-ld} -m elf64_sparc"
7285 ;;
7286 esac
7287 ;;
7288 esac
7289 fi
7290 rm -rf conftest*
7291 ;;
7292
7293 *-*-sco3.2v5*)
7294 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7295 SAVE_CFLAGS="$CFLAGS"
7296 CFLAGS="$CFLAGS -belf"
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7298 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7299 if ${lt_cv_cc_needs_belf+:} false; then :
7300 $as_echo_n "(cached) " >&6
7301 else
7302 ac_ext=c
7303 ac_cpp='$CPP $CPPFLAGS'
7304 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7305 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7306 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7307
7308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7309 /* end confdefs.h. */
7310
7311 int
7312 main ()
7313 {
7314
7315 ;
7316 return 0;
7317 }
7318 _ACEOF
7319 if ac_fn_c_try_link "$LINENO"; then :
7320 lt_cv_cc_needs_belf=yes
7321 else
7322 lt_cv_cc_needs_belf=no
7323 fi
7324 rm -f core conftest.err conftest.$ac_objext \
7325 conftest$ac_exeext conftest.$ac_ext
7326 ac_ext=c
7327 ac_cpp='$CPP $CPPFLAGS'
7328 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7329 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7330 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7331
7332 fi
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7334 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7335 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7336 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7337 CFLAGS="$SAVE_CFLAGS"
7338 fi
7339 ;;
7340 sparc*-*solaris*)
7341 # Find out which ABI we are using.
7342 echo 'int i;' > conftest.$ac_ext
7343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7344 (eval $ac_compile) 2>&5
7345 ac_status=$?
7346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7347 test $ac_status = 0; }; then
7348 case `/usr/bin/file conftest.o` in
7349 *64-bit*)
7350 case $lt_cv_prog_gnu_ld in
7351 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7352 *)
7353 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7354 LD="${LD-ld} -64"
7355 fi
7356 ;;
7357 esac
7358 ;;
7359 esac
7360 fi
7361 rm -rf conftest*
7362 ;;
7363 esac
7364
7365 need_locks="$enable_libtool_lock"
7366
7367
7368 case $host_os in
7369 rhapsody* | darwin*)
7370 if test -n "$ac_tool_prefix"; then
7371 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7372 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7374 $as_echo_n "checking for $ac_word... " >&6; }
7375 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7376 $as_echo_n "(cached) " >&6
7377 else
7378 if test -n "$DSYMUTIL"; then
7379 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7380 else
7381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7382 for as_dir in $PATH
7383 do
7384 IFS=$as_save_IFS
7385 test -z "$as_dir" && as_dir=.
7386 for ac_exec_ext in '' $ac_executable_extensions; do
7387 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7388 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7390 break 2
7391 fi
7392 done
7393 done
7394 IFS=$as_save_IFS
7395
7396 fi
7397 fi
7398 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7399 if test -n "$DSYMUTIL"; then
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7401 $as_echo "$DSYMUTIL" >&6; }
7402 else
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7404 $as_echo "no" >&6; }
7405 fi
7406
7407
7408 fi
7409 if test -z "$ac_cv_prog_DSYMUTIL"; then
7410 ac_ct_DSYMUTIL=$DSYMUTIL
7411 # Extract the first word of "dsymutil", so it can be a program name with args.
7412 set dummy dsymutil; ac_word=$2
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7414 $as_echo_n "checking for $ac_word... " >&6; }
7415 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7416 $as_echo_n "(cached) " >&6
7417 else
7418 if test -n "$ac_ct_DSYMUTIL"; then
7419 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7420 else
7421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7422 for as_dir in $PATH
7423 do
7424 IFS=$as_save_IFS
7425 test -z "$as_dir" && as_dir=.
7426 for ac_exec_ext in '' $ac_executable_extensions; do
7427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7428 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7430 break 2
7431 fi
7432 done
7433 done
7434 IFS=$as_save_IFS
7435
7436 fi
7437 fi
7438 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7439 if test -n "$ac_ct_DSYMUTIL"; then
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7441 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7442 else
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7444 $as_echo "no" >&6; }
7445 fi
7446
7447 if test "x$ac_ct_DSYMUTIL" = x; then
7448 DSYMUTIL=":"
7449 else
7450 case $cross_compiling:$ac_tool_warned in
7451 yes:)
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7453 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7454 ac_tool_warned=yes ;;
7455 esac
7456 DSYMUTIL=$ac_ct_DSYMUTIL
7457 fi
7458 else
7459 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7460 fi
7461
7462 if test -n "$ac_tool_prefix"; then
7463 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7464 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7466 $as_echo_n "checking for $ac_word... " >&6; }
7467 if ${ac_cv_prog_NMEDIT+:} false; then :
7468 $as_echo_n "(cached) " >&6
7469 else
7470 if test -n "$NMEDIT"; then
7471 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7472 else
7473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7474 for as_dir in $PATH
7475 do
7476 IFS=$as_save_IFS
7477 test -z "$as_dir" && as_dir=.
7478 for ac_exec_ext in '' $ac_executable_extensions; do
7479 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7480 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7482 break 2
7483 fi
7484 done
7485 done
7486 IFS=$as_save_IFS
7487
7488 fi
7489 fi
7490 NMEDIT=$ac_cv_prog_NMEDIT
7491 if test -n "$NMEDIT"; then
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7493 $as_echo "$NMEDIT" >&6; }
7494 else
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7496 $as_echo "no" >&6; }
7497 fi
7498
7499
7500 fi
7501 if test -z "$ac_cv_prog_NMEDIT"; then
7502 ac_ct_NMEDIT=$NMEDIT
7503 # Extract the first word of "nmedit", so it can be a program name with args.
7504 set dummy nmedit; ac_word=$2
7505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7506 $as_echo_n "checking for $ac_word... " >&6; }
7507 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7508 $as_echo_n "(cached) " >&6
7509 else
7510 if test -n "$ac_ct_NMEDIT"; then
7511 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7512 else
7513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7514 for as_dir in $PATH
7515 do
7516 IFS=$as_save_IFS
7517 test -z "$as_dir" && as_dir=.
7518 for ac_exec_ext in '' $ac_executable_extensions; do
7519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7520 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7522 break 2
7523 fi
7524 done
7525 done
7526 IFS=$as_save_IFS
7527
7528 fi
7529 fi
7530 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7531 if test -n "$ac_ct_NMEDIT"; then
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7533 $as_echo "$ac_ct_NMEDIT" >&6; }
7534 else
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7536 $as_echo "no" >&6; }
7537 fi
7538
7539 if test "x$ac_ct_NMEDIT" = x; then
7540 NMEDIT=":"
7541 else
7542 case $cross_compiling:$ac_tool_warned in
7543 yes:)
7544 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7545 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7546 ac_tool_warned=yes ;;
7547 esac
7548 NMEDIT=$ac_ct_NMEDIT
7549 fi
7550 else
7551 NMEDIT="$ac_cv_prog_NMEDIT"
7552 fi
7553
7554 if test -n "$ac_tool_prefix"; then
7555 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7556 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7558 $as_echo_n "checking for $ac_word... " >&6; }
7559 if ${ac_cv_prog_LIPO+:} false; then :
7560 $as_echo_n "(cached) " >&6
7561 else
7562 if test -n "$LIPO"; then
7563 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7564 else
7565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7566 for as_dir in $PATH
7567 do
7568 IFS=$as_save_IFS
7569 test -z "$as_dir" && as_dir=.
7570 for ac_exec_ext in '' $ac_executable_extensions; do
7571 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7572 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7574 break 2
7575 fi
7576 done
7577 done
7578 IFS=$as_save_IFS
7579
7580 fi
7581 fi
7582 LIPO=$ac_cv_prog_LIPO
7583 if test -n "$LIPO"; then
7584 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7585 $as_echo "$LIPO" >&6; }
7586 else
7587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7588 $as_echo "no" >&6; }
7589 fi
7590
7591
7592 fi
7593 if test -z "$ac_cv_prog_LIPO"; then
7594 ac_ct_LIPO=$LIPO
7595 # Extract the first word of "lipo", so it can be a program name with args.
7596 set dummy lipo; ac_word=$2
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7598 $as_echo_n "checking for $ac_word... " >&6; }
7599 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7600 $as_echo_n "(cached) " >&6
7601 else
7602 if test -n "$ac_ct_LIPO"; then
7603 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7604 else
7605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7606 for as_dir in $PATH
7607 do
7608 IFS=$as_save_IFS
7609 test -z "$as_dir" && as_dir=.
7610 for ac_exec_ext in '' $ac_executable_extensions; do
7611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7612 ac_cv_prog_ac_ct_LIPO="lipo"
7613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7614 break 2
7615 fi
7616 done
7617 done
7618 IFS=$as_save_IFS
7619
7620 fi
7621 fi
7622 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7623 if test -n "$ac_ct_LIPO"; then
7624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7625 $as_echo "$ac_ct_LIPO" >&6; }
7626 else
7627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7628 $as_echo "no" >&6; }
7629 fi
7630
7631 if test "x$ac_ct_LIPO" = x; then
7632 LIPO=":"
7633 else
7634 case $cross_compiling:$ac_tool_warned in
7635 yes:)
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7637 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7638 ac_tool_warned=yes ;;
7639 esac
7640 LIPO=$ac_ct_LIPO
7641 fi
7642 else
7643 LIPO="$ac_cv_prog_LIPO"
7644 fi
7645
7646 if test -n "$ac_tool_prefix"; then
7647 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7648 set dummy ${ac_tool_prefix}otool; ac_word=$2
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7650 $as_echo_n "checking for $ac_word... " >&6; }
7651 if ${ac_cv_prog_OTOOL+:} false; then :
7652 $as_echo_n "(cached) " >&6
7653 else
7654 if test -n "$OTOOL"; then
7655 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7656 else
7657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7658 for as_dir in $PATH
7659 do
7660 IFS=$as_save_IFS
7661 test -z "$as_dir" && as_dir=.
7662 for ac_exec_ext in '' $ac_executable_extensions; do
7663 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7664 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7665 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7666 break 2
7667 fi
7668 done
7669 done
7670 IFS=$as_save_IFS
7671
7672 fi
7673 fi
7674 OTOOL=$ac_cv_prog_OTOOL
7675 if test -n "$OTOOL"; then
7676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7677 $as_echo "$OTOOL" >&6; }
7678 else
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7680 $as_echo "no" >&6; }
7681 fi
7682
7683
7684 fi
7685 if test -z "$ac_cv_prog_OTOOL"; then
7686 ac_ct_OTOOL=$OTOOL
7687 # Extract the first word of "otool", so it can be a program name with args.
7688 set dummy otool; ac_word=$2
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7690 $as_echo_n "checking for $ac_word... " >&6; }
7691 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7692 $as_echo_n "(cached) " >&6
7693 else
7694 if test -n "$ac_ct_OTOOL"; then
7695 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7696 else
7697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7698 for as_dir in $PATH
7699 do
7700 IFS=$as_save_IFS
7701 test -z "$as_dir" && as_dir=.
7702 for ac_exec_ext in '' $ac_executable_extensions; do
7703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7704 ac_cv_prog_ac_ct_OTOOL="otool"
7705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7706 break 2
7707 fi
7708 done
7709 done
7710 IFS=$as_save_IFS
7711
7712 fi
7713 fi
7714 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7715 if test -n "$ac_ct_OTOOL"; then
7716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7717 $as_echo "$ac_ct_OTOOL" >&6; }
7718 else
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7720 $as_echo "no" >&6; }
7721 fi
7722
7723 if test "x$ac_ct_OTOOL" = x; then
7724 OTOOL=":"
7725 else
7726 case $cross_compiling:$ac_tool_warned in
7727 yes:)
7728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7729 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7730 ac_tool_warned=yes ;;
7731 esac
7732 OTOOL=$ac_ct_OTOOL
7733 fi
7734 else
7735 OTOOL="$ac_cv_prog_OTOOL"
7736 fi
7737
7738 if test -n "$ac_tool_prefix"; then
7739 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7740 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7742 $as_echo_n "checking for $ac_word... " >&6; }
7743 if ${ac_cv_prog_OTOOL64+:} false; then :
7744 $as_echo_n "(cached) " >&6
7745 else
7746 if test -n "$OTOOL64"; then
7747 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7748 else
7749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7750 for as_dir in $PATH
7751 do
7752 IFS=$as_save_IFS
7753 test -z "$as_dir" && as_dir=.
7754 for ac_exec_ext in '' $ac_executable_extensions; do
7755 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7756 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7757 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7758 break 2
7759 fi
7760 done
7761 done
7762 IFS=$as_save_IFS
7763
7764 fi
7765 fi
7766 OTOOL64=$ac_cv_prog_OTOOL64
7767 if test -n "$OTOOL64"; then
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7769 $as_echo "$OTOOL64" >&6; }
7770 else
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7772 $as_echo "no" >&6; }
7773 fi
7774
7775
7776 fi
7777 if test -z "$ac_cv_prog_OTOOL64"; then
7778 ac_ct_OTOOL64=$OTOOL64
7779 # Extract the first word of "otool64", so it can be a program name with args.
7780 set dummy otool64; ac_word=$2
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7782 $as_echo_n "checking for $ac_word... " >&6; }
7783 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7784 $as_echo_n "(cached) " >&6
7785 else
7786 if test -n "$ac_ct_OTOOL64"; then
7787 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7788 else
7789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7790 for as_dir in $PATH
7791 do
7792 IFS=$as_save_IFS
7793 test -z "$as_dir" && as_dir=.
7794 for ac_exec_ext in '' $ac_executable_extensions; do
7795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7796 ac_cv_prog_ac_ct_OTOOL64="otool64"
7797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7798 break 2
7799 fi
7800 done
7801 done
7802 IFS=$as_save_IFS
7803
7804 fi
7805 fi
7806 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7807 if test -n "$ac_ct_OTOOL64"; then
7808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7809 $as_echo "$ac_ct_OTOOL64" >&6; }
7810 else
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7812 $as_echo "no" >&6; }
7813 fi
7814
7815 if test "x$ac_ct_OTOOL64" = x; then
7816 OTOOL64=":"
7817 else
7818 case $cross_compiling:$ac_tool_warned in
7819 yes:)
7820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7821 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7822 ac_tool_warned=yes ;;
7823 esac
7824 OTOOL64=$ac_ct_OTOOL64
7825 fi
7826 else
7827 OTOOL64="$ac_cv_prog_OTOOL64"
7828 fi
7829
7830
7831
7832
7833
7834
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7857 $as_echo_n "checking for -single_module linker flag... " >&6; }
7858 if ${lt_cv_apple_cc_single_mod+:} false; then :
7859 $as_echo_n "(cached) " >&6
7860 else
7861 lt_cv_apple_cc_single_mod=no
7862 if test -z "${LT_MULTI_MODULE}"; then
7863 # By default we will add the -single_module flag. You can override
7864 # by either setting the environment variable LT_MULTI_MODULE
7865 # non-empty at configure time, or by adding -multi_module to the
7866 # link flags.
7867 rm -rf libconftest.dylib*
7868 echo "int foo(void){return 1;}" > conftest.c
7869 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7870 -dynamiclib -Wl,-single_module conftest.c" >&5
7871 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7872 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7873 _lt_result=$?
7874 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7875 lt_cv_apple_cc_single_mod=yes
7876 else
7877 cat conftest.err >&5
7878 fi
7879 rm -rf libconftest.dylib*
7880 rm -f conftest.*
7881 fi
7882 fi
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7884 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7886 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7887 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7888 $as_echo_n "(cached) " >&6
7889 else
7890 lt_cv_ld_exported_symbols_list=no
7891 save_LDFLAGS=$LDFLAGS
7892 echo "_main" > conftest.sym
7893 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7895 /* end confdefs.h. */
7896
7897 int
7898 main ()
7899 {
7900
7901 ;
7902 return 0;
7903 }
7904 _ACEOF
7905 if ac_fn_c_try_link "$LINENO"; then :
7906 lt_cv_ld_exported_symbols_list=yes
7907 else
7908 lt_cv_ld_exported_symbols_list=no
7909 fi
7910 rm -f core conftest.err conftest.$ac_objext \
7911 conftest$ac_exeext conftest.$ac_ext
7912 LDFLAGS="$save_LDFLAGS"
7913
7914 fi
7915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7916 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7918 $as_echo_n "checking for -force_load linker flag... " >&6; }
7919 if ${lt_cv_ld_force_load+:} false; then :
7920 $as_echo_n "(cached) " >&6
7921 else
7922 lt_cv_ld_force_load=no
7923 cat > conftest.c << _LT_EOF
7924 int forced_loaded() { return 2;}
7925 _LT_EOF
7926 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7927 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7928 echo "$AR cru libconftest.a conftest.o" >&5
7929 $AR cru libconftest.a conftest.o 2>&5
7930 cat > conftest.c << _LT_EOF
7931 int main() { return 0;}
7932 _LT_EOF
7933 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7934 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7935 _lt_result=$?
7936 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7937 lt_cv_ld_force_load=yes
7938 else
7939 cat conftest.err >&5
7940 fi
7941 rm -f conftest.err libconftest.a conftest conftest.c
7942 rm -rf conftest.dSYM
7943
7944 fi
7945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7946 $as_echo "$lt_cv_ld_force_load" >&6; }
7947 case $host_os in
7948 rhapsody* | darwin1.[012])
7949 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7950 darwin1.*)
7951 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7952 darwin*) # darwin 5.x on
7953 # if running on 10.5 or later, the deployment target defaults
7954 # to the OS version, if on x86, and 10.4, the deployment
7955 # target defaults to 10.4. Don't you love it?
7956 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7957 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7958 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7959 10.[012][,.]*)
7960 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7961 10.*)
7962 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7963 esac
7964 ;;
7965 esac
7966 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7967 _lt_dar_single_mod='$single_module'
7968 fi
7969 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7970 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7971 else
7972 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7973 fi
7974 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7975 _lt_dsymutil='~$DSYMUTIL $lib || :'
7976 else
7977 _lt_dsymutil=
7978 fi
7979 ;;
7980 esac
7981
7982 for ac_header in dlfcn.h
7983 do :
7984 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7985 "
7986 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7987 cat >>confdefs.h <<_ACEOF
7988 #define HAVE_DLFCN_H 1
7989 _ACEOF
7990
7991 fi
7992
7993 done
7994
7995
7996
7997
7998
7999 # Set options
8000
8001
8002
8003 enable_dlopen=no
8004
8005
8006 enable_win32_dll=no
8007
8008
8009
8010 # Check whether --enable-static was given.
8011 if test "${enable_static+set}" = set; then :
8012 enableval=$enable_static; p=${PACKAGE-default}
8013 case $enableval in
8014 yes) enable_static=yes ;;
8015 no) enable_static=no ;;
8016 *)
8017 enable_static=no
8018 # Look at the argument we got. We use all the common list separators.
8019 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8020 for pkg in $enableval; do
8021 IFS="$lt_save_ifs"
8022 if test "X$pkg" = "X$p"; then
8023 enable_static=yes
8024 fi
8025 done
8026 IFS="$lt_save_ifs"
8027 ;;
8028 esac
8029 else
8030 enable_static=yes
8031 fi
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042 # Check whether --with-pic was given.
8043 if test "${with_pic+set}" = set; then :
8044 withval=$with_pic; pic_mode="$withval"
8045 else
8046 pic_mode=default
8047 fi
8048
8049
8050 test -z "$pic_mode" && pic_mode=default
8051
8052
8053
8054
8055
8056
8057
8058 # Check whether --enable-fast-install was given.
8059 if test "${enable_fast_install+set}" = set; then :
8060 enableval=$enable_fast_install; p=${PACKAGE-default}
8061 case $enableval in
8062 yes) enable_fast_install=yes ;;
8063 no) enable_fast_install=no ;;
8064 *)
8065 enable_fast_install=no
8066 # Look at the argument we got. We use all the common list separators.
8067 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8068 for pkg in $enableval; do
8069 IFS="$lt_save_ifs"
8070 if test "X$pkg" = "X$p"; then
8071 enable_fast_install=yes
8072 fi
8073 done
8074 IFS="$lt_save_ifs"
8075 ;;
8076 esac
8077 else
8078 enable_fast_install=yes
8079 fi
8080
8081
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091 # This can be used to rebuild libtool when needed
8092 LIBTOOL_DEPS="$ltmain"
8093
8094 # Always use our own libtool.
8095 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121
8122 test -z "$LN_S" && LN_S="ln -s"
8123
8124
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135
8136
8137 if test -n "${ZSH_VERSION+set}" ; then
8138 setopt NO_GLOB_SUBST
8139 fi
8140
8141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8142 $as_echo_n "checking for objdir... " >&6; }
8143 if ${lt_cv_objdir+:} false; then :
8144 $as_echo_n "(cached) " >&6
8145 else
8146 rm -f .libs 2>/dev/null
8147 mkdir .libs 2>/dev/null
8148 if test -d .libs; then
8149 lt_cv_objdir=.libs
8150 else
8151 # MS-DOS does not allow filenames that begin with a dot.
8152 lt_cv_objdir=_libs
8153 fi
8154 rmdir .libs 2>/dev/null
8155 fi
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8157 $as_echo "$lt_cv_objdir" >&6; }
8158 objdir=$lt_cv_objdir
8159
8160
8161
8162
8163
8164 cat >>confdefs.h <<_ACEOF
8165 #define LT_OBJDIR "$lt_cv_objdir/"
8166 _ACEOF
8167
8168
8169
8170
8171 case $host_os in
8172 aix3*)
8173 # AIX sometimes has problems with the GCC collect2 program. For some
8174 # reason, if we set the COLLECT_NAMES environment variable, the problems
8175 # vanish in a puff of smoke.
8176 if test "X${COLLECT_NAMES+set}" != Xset; then
8177 COLLECT_NAMES=
8178 export COLLECT_NAMES
8179 fi
8180 ;;
8181 esac
8182
8183 # Global variables:
8184 ofile=libtool
8185 can_build_shared=yes
8186
8187 # All known linkers require a `.a' archive for static linking (except MSVC,
8188 # which needs '.lib').
8189 libext=a
8190
8191 with_gnu_ld="$lt_cv_prog_gnu_ld"
8192
8193 old_CC="$CC"
8194 old_CFLAGS="$CFLAGS"
8195
8196 # Set sane defaults for various variables
8197 test -z "$CC" && CC=cc
8198 test -z "$LTCC" && LTCC=$CC
8199 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8200 test -z "$LD" && LD=ld
8201 test -z "$ac_objext" && ac_objext=o
8202
8203 for cc_temp in $compiler""; do
8204 case $cc_temp in
8205 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8206 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8207 \-*) ;;
8208 *) break;;
8209 esac
8210 done
8211 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8212
8213
8214 # Only perform the check for file, if the check method requires it
8215 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8216 case $deplibs_check_method in
8217 file_magic*)
8218 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8220 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8221 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8222 $as_echo_n "(cached) " >&6
8223 else
8224 case $MAGIC_CMD in
8225 [\\/*] | ?:[\\/]*)
8226 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8227 ;;
8228 *)
8229 lt_save_MAGIC_CMD="$MAGIC_CMD"
8230 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8231 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8232 for ac_dir in $ac_dummy; do
8233 IFS="$lt_save_ifs"
8234 test -z "$ac_dir" && ac_dir=.
8235 if test -f $ac_dir/${ac_tool_prefix}file; then
8236 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8237 if test -n "$file_magic_test_file"; then
8238 case $deplibs_check_method in
8239 "file_magic "*)
8240 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8241 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8242 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8243 $EGREP "$file_magic_regex" > /dev/null; then
8244 :
8245 else
8246 cat <<_LT_EOF 1>&2
8247
8248 *** Warning: the command libtool uses to detect shared libraries,
8249 *** $file_magic_cmd, produces output that libtool cannot recognize.
8250 *** The result is that libtool may fail to recognize shared libraries
8251 *** as such. This will affect the creation of libtool libraries that
8252 *** depend on shared libraries, but programs linked with such libtool
8253 *** libraries will work regardless of this problem. Nevertheless, you
8254 *** may want to report the problem to your system manager and/or to
8255 *** bug-libtool@gnu.org
8256
8257 _LT_EOF
8258 fi ;;
8259 esac
8260 fi
8261 break
8262 fi
8263 done
8264 IFS="$lt_save_ifs"
8265 MAGIC_CMD="$lt_save_MAGIC_CMD"
8266 ;;
8267 esac
8268 fi
8269
8270 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8271 if test -n "$MAGIC_CMD"; then
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8273 $as_echo "$MAGIC_CMD" >&6; }
8274 else
8275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8276 $as_echo "no" >&6; }
8277 fi
8278
8279
8280
8281
8282
8283 if test -z "$lt_cv_path_MAGIC_CMD"; then
8284 if test -n "$ac_tool_prefix"; then
8285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8286 $as_echo_n "checking for file... " >&6; }
8287 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8288 $as_echo_n "(cached) " >&6
8289 else
8290 case $MAGIC_CMD in
8291 [\\/*] | ?:[\\/]*)
8292 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8293 ;;
8294 *)
8295 lt_save_MAGIC_CMD="$MAGIC_CMD"
8296 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8297 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8298 for ac_dir in $ac_dummy; do
8299 IFS="$lt_save_ifs"
8300 test -z "$ac_dir" && ac_dir=.
8301 if test -f $ac_dir/file; then
8302 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8303 if test -n "$file_magic_test_file"; then
8304 case $deplibs_check_method in
8305 "file_magic "*)
8306 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8307 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8308 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8309 $EGREP "$file_magic_regex" > /dev/null; then
8310 :
8311 else
8312 cat <<_LT_EOF 1>&2
8313
8314 *** Warning: the command libtool uses to detect shared libraries,
8315 *** $file_magic_cmd, produces output that libtool cannot recognize.
8316 *** The result is that libtool may fail to recognize shared libraries
8317 *** as such. This will affect the creation of libtool libraries that
8318 *** depend on shared libraries, but programs linked with such libtool
8319 *** libraries will work regardless of this problem. Nevertheless, you
8320 *** may want to report the problem to your system manager and/or to
8321 *** bug-libtool@gnu.org
8322
8323 _LT_EOF
8324 fi ;;
8325 esac
8326 fi
8327 break
8328 fi
8329 done
8330 IFS="$lt_save_ifs"
8331 MAGIC_CMD="$lt_save_MAGIC_CMD"
8332 ;;
8333 esac
8334 fi
8335
8336 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8337 if test -n "$MAGIC_CMD"; then
8338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8339 $as_echo "$MAGIC_CMD" >&6; }
8340 else
8341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8342 $as_echo "no" >&6; }
8343 fi
8344
8345
8346 else
8347 MAGIC_CMD=:
8348 fi
8349 fi
8350
8351 fi
8352 ;;
8353 esac
8354
8355 # Use C for the default configuration in the libtool script
8356
8357 lt_save_CC="$CC"
8358 ac_ext=c
8359 ac_cpp='$CPP $CPPFLAGS'
8360 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8361 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8362 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8363
8364
8365 # Source file extension for C test sources.
8366 ac_ext=c
8367
8368 # Object file extension for compiled C test sources.
8369 objext=o
8370 objext=$objext
8371
8372 # Code to be used in simple compile tests
8373 lt_simple_compile_test_code="int some_variable = 0;"
8374
8375 # Code to be used in simple link tests
8376 lt_simple_link_test_code='int main(){return(0);}'
8377
8378
8379
8380
8381
8382
8383
8384 # If no C compiler was specified, use CC.
8385 LTCC=${LTCC-"$CC"}
8386
8387 # If no C compiler flags were specified, use CFLAGS.
8388 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8389
8390 # Allow CC to be a program name with arguments.
8391 compiler=$CC
8392
8393 # Save the default compiler, since it gets overwritten when the other
8394 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8395 compiler_DEFAULT=$CC
8396
8397 # save warnings/boilerplate of simple test code
8398 ac_outfile=conftest.$ac_objext
8399 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8400 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8401 _lt_compiler_boilerplate=`cat conftest.err`
8402 $RM conftest*
8403
8404 ac_outfile=conftest.$ac_objext
8405 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8406 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8407 _lt_linker_boilerplate=`cat conftest.err`
8408 $RM -r conftest*
8409
8410
8411 ## CAVEAT EMPTOR:
8412 ## There is no encapsulation within the following macros, do not change
8413 ## the running order or otherwise move them around unless you know exactly
8414 ## what you are doing...
8415 if test -n "$compiler"; then
8416
8417 lt_prog_compiler_no_builtin_flag=
8418
8419 if test "$GCC" = yes; then
8420 case $cc_basename in
8421 nvcc*)
8422 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8423 *)
8424 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8425 esac
8426
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8428 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8429 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8430 $as_echo_n "(cached) " >&6
8431 else
8432 lt_cv_prog_compiler_rtti_exceptions=no
8433 ac_outfile=conftest.$ac_objext
8434 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8435 lt_compiler_flag="-fno-rtti -fno-exceptions"
8436 # Insert the option either (1) after the last *FLAGS variable, or
8437 # (2) before a word containing "conftest.", or (3) at the end.
8438 # Note that $ac_compile itself does not contain backslashes and begins
8439 # with a dollar sign (not a hyphen), so the echo should work correctly.
8440 # The option is referenced via a variable to avoid confusing sed.
8441 lt_compile=`echo "$ac_compile" | $SED \
8442 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8443 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8444 -e 's:$: $lt_compiler_flag:'`
8445 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8446 (eval "$lt_compile" 2>conftest.err)
8447 ac_status=$?
8448 cat conftest.err >&5
8449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8450 if (exit $ac_status) && test -s "$ac_outfile"; then
8451 # The compiler can only warn and ignore the option if not recognized
8452 # So say no if there are warnings other than the usual output.
8453 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8454 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8455 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8456 lt_cv_prog_compiler_rtti_exceptions=yes
8457 fi
8458 fi
8459 $RM conftest*
8460
8461 fi
8462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8463 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8464
8465 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8466 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8467 else
8468 :
8469 fi
8470
8471 fi
8472
8473
8474
8475
8476
8477
8478 lt_prog_compiler_wl=
8479 lt_prog_compiler_pic=
8480 lt_prog_compiler_static=
8481
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8483 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8484
8485 if test "$GCC" = yes; then
8486 lt_prog_compiler_wl='-Wl,'
8487 lt_prog_compiler_static='-static'
8488
8489 case $host_os in
8490 aix*)
8491 # All AIX code is PIC.
8492 if test "$host_cpu" = ia64; then
8493 # AIX 5 now supports IA64 processor
8494 lt_prog_compiler_static='-Bstatic'
8495 fi
8496 lt_prog_compiler_pic='-fPIC'
8497 ;;
8498
8499 amigaos*)
8500 case $host_cpu in
8501 powerpc)
8502 # see comment about AmigaOS4 .so support
8503 lt_prog_compiler_pic='-fPIC'
8504 ;;
8505 m68k)
8506 # FIXME: we need at least 68020 code to build shared libraries, but
8507 # adding the `-m68020' flag to GCC prevents building anything better,
8508 # like `-m68040'.
8509 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8510 ;;
8511 esac
8512 ;;
8513
8514 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8515 # PIC is the default for these OSes.
8516 ;;
8517
8518 mingw* | cygwin* | pw32* | os2* | cegcc*)
8519 # This hack is so that the source file can tell whether it is being
8520 # built for inclusion in a dll (and should export symbols for example).
8521 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8522 # (--disable-auto-import) libraries
8523 lt_prog_compiler_pic='-DDLL_EXPORT'
8524 ;;
8525
8526 darwin* | rhapsody*)
8527 # PIC is the default on this platform
8528 # Common symbols not allowed in MH_DYLIB files
8529 lt_prog_compiler_pic='-fno-common'
8530 ;;
8531
8532 haiku*)
8533 # PIC is the default for Haiku.
8534 # The "-static" flag exists, but is broken.
8535 lt_prog_compiler_static=
8536 ;;
8537
8538 hpux*)
8539 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8540 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8541 # sets the default TLS model and affects inlining.
8542 case $host_cpu in
8543 hppa*64*)
8544 # +Z the default
8545 ;;
8546 *)
8547 lt_prog_compiler_pic='-fPIC'
8548 ;;
8549 esac
8550 ;;
8551
8552 interix[3-9]*)
8553 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8554 # Instead, we relocate shared libraries at runtime.
8555 ;;
8556
8557 msdosdjgpp*)
8558 # Just because we use GCC doesn't mean we suddenly get shared libraries
8559 # on systems that don't support them.
8560 lt_prog_compiler_can_build_shared=no
8561 enable_shared=no
8562 ;;
8563
8564 *nto* | *qnx*)
8565 # QNX uses GNU C++, but need to define -shared option too, otherwise
8566 # it will coredump.
8567 lt_prog_compiler_pic='-fPIC -shared'
8568 ;;
8569
8570 sysv4*MP*)
8571 if test -d /usr/nec; then
8572 lt_prog_compiler_pic=-Kconform_pic
8573 fi
8574 ;;
8575
8576 *)
8577 lt_prog_compiler_pic='-fPIC'
8578 ;;
8579 esac
8580
8581 case $cc_basename in
8582 nvcc*) # Cuda Compiler Driver 2.2
8583 lt_prog_compiler_wl='-Xlinker '
8584 lt_prog_compiler_pic='-Xcompiler -fPIC'
8585 ;;
8586 esac
8587 else
8588 # PORTME Check for flag to pass linker flags through the system compiler.
8589 case $host_os in
8590 aix*)
8591 lt_prog_compiler_wl='-Wl,'
8592 if test "$host_cpu" = ia64; then
8593 # AIX 5 now supports IA64 processor
8594 lt_prog_compiler_static='-Bstatic'
8595 else
8596 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8597 fi
8598 ;;
8599
8600 mingw* | cygwin* | pw32* | os2* | cegcc*)
8601 # This hack is so that the source file can tell whether it is being
8602 # built for inclusion in a dll (and should export symbols for example).
8603 lt_prog_compiler_pic='-DDLL_EXPORT'
8604 ;;
8605
8606 hpux9* | hpux10* | hpux11*)
8607 lt_prog_compiler_wl='-Wl,'
8608 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8609 # not for PA HP-UX.
8610 case $host_cpu in
8611 hppa*64*|ia64*)
8612 # +Z the default
8613 ;;
8614 *)
8615 lt_prog_compiler_pic='+Z'
8616 ;;
8617 esac
8618 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8619 lt_prog_compiler_static='${wl}-a ${wl}archive'
8620 ;;
8621
8622 irix5* | irix6* | nonstopux*)
8623 lt_prog_compiler_wl='-Wl,'
8624 # PIC (with -KPIC) is the default.
8625 lt_prog_compiler_static='-non_shared'
8626 ;;
8627
8628 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8629 case $cc_basename in
8630 # old Intel for x86_64 which still supported -KPIC.
8631 ecc*)
8632 lt_prog_compiler_wl='-Wl,'
8633 lt_prog_compiler_pic='-KPIC'
8634 lt_prog_compiler_static='-static'
8635 ;;
8636 # icc used to be incompatible with GCC.
8637 # ICC 10 doesn't accept -KPIC any more.
8638 icc* | ifort*)
8639 lt_prog_compiler_wl='-Wl,'
8640 lt_prog_compiler_pic='-fPIC'
8641 lt_prog_compiler_static='-static'
8642 ;;
8643 # Lahey Fortran 8.1.
8644 lf95*)
8645 lt_prog_compiler_wl='-Wl,'
8646 lt_prog_compiler_pic='--shared'
8647 lt_prog_compiler_static='--static'
8648 ;;
8649 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8650 # Portland Group compilers (*not* the Pentium gcc compiler,
8651 # which looks to be a dead project)
8652 lt_prog_compiler_wl='-Wl,'
8653 lt_prog_compiler_pic='-fpic'
8654 lt_prog_compiler_static='-Bstatic'
8655 ;;
8656 ccc*)
8657 lt_prog_compiler_wl='-Wl,'
8658 # All Alpha code is PIC.
8659 lt_prog_compiler_static='-non_shared'
8660 ;;
8661 xl* | bgxl* | bgf* | mpixl*)
8662 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8663 lt_prog_compiler_wl='-Wl,'
8664 lt_prog_compiler_pic='-qpic'
8665 lt_prog_compiler_static='-qstaticlink'
8666 ;;
8667 *)
8668 case `$CC -V 2>&1 | sed 5q` in
8669 *Sun\ F* | *Sun*Fortran*)
8670 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8671 lt_prog_compiler_pic='-KPIC'
8672 lt_prog_compiler_static='-Bstatic'
8673 lt_prog_compiler_wl=''
8674 ;;
8675 *Sun\ C*)
8676 # Sun C 5.9
8677 lt_prog_compiler_pic='-KPIC'
8678 lt_prog_compiler_static='-Bstatic'
8679 lt_prog_compiler_wl='-Wl,'
8680 ;;
8681 esac
8682 ;;
8683 esac
8684 ;;
8685
8686 newsos6)
8687 lt_prog_compiler_pic='-KPIC'
8688 lt_prog_compiler_static='-Bstatic'
8689 ;;
8690
8691 *nto* | *qnx*)
8692 # QNX uses GNU C++, but need to define -shared option too, otherwise
8693 # it will coredump.
8694 lt_prog_compiler_pic='-fPIC -shared'
8695 ;;
8696
8697 osf3* | osf4* | osf5*)
8698 lt_prog_compiler_wl='-Wl,'
8699 # All OSF/1 code is PIC.
8700 lt_prog_compiler_static='-non_shared'
8701 ;;
8702
8703 rdos*)
8704 lt_prog_compiler_static='-non_shared'
8705 ;;
8706
8707 solaris*)
8708 lt_prog_compiler_pic='-KPIC'
8709 lt_prog_compiler_static='-Bstatic'
8710 case $cc_basename in
8711 f77* | f90* | f95*)
8712 lt_prog_compiler_wl='-Qoption ld ';;
8713 *)
8714 lt_prog_compiler_wl='-Wl,';;
8715 esac
8716 ;;
8717
8718 sunos4*)
8719 lt_prog_compiler_wl='-Qoption ld '
8720 lt_prog_compiler_pic='-PIC'
8721 lt_prog_compiler_static='-Bstatic'
8722 ;;
8723
8724 sysv4 | sysv4.2uw2* | sysv4.3*)
8725 lt_prog_compiler_wl='-Wl,'
8726 lt_prog_compiler_pic='-KPIC'
8727 lt_prog_compiler_static='-Bstatic'
8728 ;;
8729
8730 sysv4*MP*)
8731 if test -d /usr/nec ;then
8732 lt_prog_compiler_pic='-Kconform_pic'
8733 lt_prog_compiler_static='-Bstatic'
8734 fi
8735 ;;
8736
8737 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8738 lt_prog_compiler_wl='-Wl,'
8739 lt_prog_compiler_pic='-KPIC'
8740 lt_prog_compiler_static='-Bstatic'
8741 ;;
8742
8743 unicos*)
8744 lt_prog_compiler_wl='-Wl,'
8745 lt_prog_compiler_can_build_shared=no
8746 ;;
8747
8748 uts4*)
8749 lt_prog_compiler_pic='-pic'
8750 lt_prog_compiler_static='-Bstatic'
8751 ;;
8752
8753 *)
8754 lt_prog_compiler_can_build_shared=no
8755 ;;
8756 esac
8757 fi
8758
8759 case $host_os in
8760 # For platforms which do not support PIC, -DPIC is meaningless:
8761 *djgpp*)
8762 lt_prog_compiler_pic=
8763 ;;
8764 *)
8765 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8766 ;;
8767 esac
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8769 $as_echo "$lt_prog_compiler_pic" >&6; }
8770
8771
8772
8773
8774
8775
8776 #
8777 # Check to make sure the PIC flag actually works.
8778 #
8779 if test -n "$lt_prog_compiler_pic"; then
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8781 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8782 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8783 $as_echo_n "(cached) " >&6
8784 else
8785 lt_cv_prog_compiler_pic_works=no
8786 ac_outfile=conftest.$ac_objext
8787 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8788 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8789 # Insert the option either (1) after the last *FLAGS variable, or
8790 # (2) before a word containing "conftest.", or (3) at the end.
8791 # Note that $ac_compile itself does not contain backslashes and begins
8792 # with a dollar sign (not a hyphen), so the echo should work correctly.
8793 # The option is referenced via a variable to avoid confusing sed.
8794 lt_compile=`echo "$ac_compile" | $SED \
8795 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8796 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8797 -e 's:$: $lt_compiler_flag:'`
8798 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8799 (eval "$lt_compile" 2>conftest.err)
8800 ac_status=$?
8801 cat conftest.err >&5
8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8803 if (exit $ac_status) && test -s "$ac_outfile"; then
8804 # The compiler can only warn and ignore the option if not recognized
8805 # So say no if there are warnings other than the usual output.
8806 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8807 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8808 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8809 lt_cv_prog_compiler_pic_works=yes
8810 fi
8811 fi
8812 $RM conftest*
8813
8814 fi
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8816 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8817
8818 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8819 case $lt_prog_compiler_pic in
8820 "" | " "*) ;;
8821 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8822 esac
8823 else
8824 lt_prog_compiler_pic=
8825 lt_prog_compiler_can_build_shared=no
8826 fi
8827
8828 fi
8829
8830
8831
8832
8833
8834
8835 #
8836 # Check to make sure the static flag actually works.
8837 #
8838 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8840 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8841 if ${lt_cv_prog_compiler_static_works+:} false; then :
8842 $as_echo_n "(cached) " >&6
8843 else
8844 lt_cv_prog_compiler_static_works=no
8845 save_LDFLAGS="$LDFLAGS"
8846 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8847 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8848 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8849 # The linker can only warn and ignore the option if not recognized
8850 # So say no if there are warnings
8851 if test -s conftest.err; then
8852 # Append any errors to the config.log.
8853 cat conftest.err 1>&5
8854 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8855 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8856 if diff conftest.exp conftest.er2 >/dev/null; then
8857 lt_cv_prog_compiler_static_works=yes
8858 fi
8859 else
8860 lt_cv_prog_compiler_static_works=yes
8861 fi
8862 fi
8863 $RM -r conftest*
8864 LDFLAGS="$save_LDFLAGS"
8865
8866 fi
8867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8868 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8869
8870 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8871 :
8872 else
8873 lt_prog_compiler_static=
8874 fi
8875
8876
8877
8878
8879
8880
8881
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8883 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8884 if ${lt_cv_prog_compiler_c_o+:} false; then :
8885 $as_echo_n "(cached) " >&6
8886 else
8887 lt_cv_prog_compiler_c_o=no
8888 $RM -r conftest 2>/dev/null
8889 mkdir conftest
8890 cd conftest
8891 mkdir out
8892 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8893
8894 lt_compiler_flag="-o out/conftest2.$ac_objext"
8895 # Insert the option either (1) after the last *FLAGS variable, or
8896 # (2) before a word containing "conftest.", or (3) at the end.
8897 # Note that $ac_compile itself does not contain backslashes and begins
8898 # with a dollar sign (not a hyphen), so the echo should work correctly.
8899 lt_compile=`echo "$ac_compile" | $SED \
8900 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8901 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8902 -e 's:$: $lt_compiler_flag:'`
8903 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8904 (eval "$lt_compile" 2>out/conftest.err)
8905 ac_status=$?
8906 cat out/conftest.err >&5
8907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8908 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8909 then
8910 # The compiler can only warn and ignore the option if not recognized
8911 # So say no if there are warnings
8912 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8913 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8914 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8915 lt_cv_prog_compiler_c_o=yes
8916 fi
8917 fi
8918 chmod u+w . 2>&5
8919 $RM conftest*
8920 # SGI C++ compiler will create directory out/ii_files/ for
8921 # template instantiation
8922 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8923 $RM out/* && rmdir out
8924 cd ..
8925 $RM -r conftest
8926 $RM conftest*
8927
8928 fi
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8930 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8931
8932
8933
8934
8935
8936
8937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8938 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8939 if ${lt_cv_prog_compiler_c_o+:} false; then :
8940 $as_echo_n "(cached) " >&6
8941 else
8942 lt_cv_prog_compiler_c_o=no
8943 $RM -r conftest 2>/dev/null
8944 mkdir conftest
8945 cd conftest
8946 mkdir out
8947 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8948
8949 lt_compiler_flag="-o out/conftest2.$ac_objext"
8950 # Insert the option either (1) after the last *FLAGS variable, or
8951 # (2) before a word containing "conftest.", or (3) at the end.
8952 # Note that $ac_compile itself does not contain backslashes and begins
8953 # with a dollar sign (not a hyphen), so the echo should work correctly.
8954 lt_compile=`echo "$ac_compile" | $SED \
8955 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8956 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8957 -e 's:$: $lt_compiler_flag:'`
8958 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8959 (eval "$lt_compile" 2>out/conftest.err)
8960 ac_status=$?
8961 cat out/conftest.err >&5
8962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8964 then
8965 # The compiler can only warn and ignore the option if not recognized
8966 # So say no if there are warnings
8967 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8968 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8969 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8970 lt_cv_prog_compiler_c_o=yes
8971 fi
8972 fi
8973 chmod u+w . 2>&5
8974 $RM conftest*
8975 # SGI C++ compiler will create directory out/ii_files/ for
8976 # template instantiation
8977 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8978 $RM out/* && rmdir out
8979 cd ..
8980 $RM -r conftest
8981 $RM conftest*
8982
8983 fi
8984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8985 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8986
8987
8988
8989
8990 hard_links="nottested"
8991 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8992 # do not overwrite the value of need_locks provided by the user
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8994 $as_echo_n "checking if we can lock with hard links... " >&6; }
8995 hard_links=yes
8996 $RM conftest*
8997 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8998 touch conftest.a
8999 ln conftest.a conftest.b 2>&5 || hard_links=no
9000 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9002 $as_echo "$hard_links" >&6; }
9003 if test "$hard_links" = no; then
9004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9005 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9006 need_locks=warn
9007 fi
9008 else
9009 need_locks=no
9010 fi
9011
9012
9013
9014
9015
9016
9017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9018 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9019
9020 runpath_var=
9021 allow_undefined_flag=
9022 always_export_symbols=no
9023 archive_cmds=
9024 archive_expsym_cmds=
9025 compiler_needs_object=no
9026 enable_shared_with_static_runtimes=no
9027 export_dynamic_flag_spec=
9028 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9029 hardcode_automatic=no
9030 hardcode_direct=no
9031 hardcode_direct_absolute=no
9032 hardcode_libdir_flag_spec=
9033 hardcode_libdir_flag_spec_ld=
9034 hardcode_libdir_separator=
9035 hardcode_minus_L=no
9036 hardcode_shlibpath_var=unsupported
9037 inherit_rpath=no
9038 link_all_deplibs=unknown
9039 module_cmds=
9040 module_expsym_cmds=
9041 old_archive_from_new_cmds=
9042 old_archive_from_expsyms_cmds=
9043 thread_safe_flag_spec=
9044 whole_archive_flag_spec=
9045 # include_expsyms should be a list of space-separated symbols to be *always*
9046 # included in the symbol list
9047 include_expsyms=
9048 # exclude_expsyms can be an extended regexp of symbols to exclude
9049 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9050 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9051 # as well as any symbol that contains `d'.
9052 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9053 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9054 # platforms (ab)use it in PIC code, but their linkers get confused if
9055 # the symbol is explicitly referenced. Since portable code cannot
9056 # rely on this symbol name, it's probably fine to never include it in
9057 # preloaded symbol tables.
9058 # Exclude shared library initialization/finalization symbols.
9059 extract_expsyms_cmds=
9060
9061 case $host_os in
9062 cygwin* | mingw* | pw32* | cegcc*)
9063 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9064 # When not using gcc, we currently assume that we are using
9065 # Microsoft Visual C++.
9066 if test "$GCC" != yes; then
9067 with_gnu_ld=no
9068 fi
9069 ;;
9070 interix*)
9071 # we just hope/assume this is gcc and not c89 (= MSVC++)
9072 with_gnu_ld=yes
9073 ;;
9074 openbsd*)
9075 with_gnu_ld=no
9076 ;;
9077 esac
9078
9079 ld_shlibs=yes
9080
9081 # On some targets, GNU ld is compatible enough with the native linker
9082 # that we're better off using the native interface for both.
9083 lt_use_gnu_ld_interface=no
9084 if test "$with_gnu_ld" = yes; then
9085 case $host_os in
9086 aix*)
9087 # The AIX port of GNU ld has always aspired to compatibility
9088 # with the native linker. However, as the warning in the GNU ld
9089 # block says, versions before 2.19.5* couldn't really create working
9090 # shared libraries, regardless of the interface used.
9091 case `$LD -v 2>&1` in
9092 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9093 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9094 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9095 *)
9096 lt_use_gnu_ld_interface=yes
9097 ;;
9098 esac
9099 ;;
9100 *)
9101 lt_use_gnu_ld_interface=yes
9102 ;;
9103 esac
9104 fi
9105
9106 if test "$lt_use_gnu_ld_interface" = yes; then
9107 # If archive_cmds runs LD, not CC, wlarc should be empty
9108 wlarc='${wl}'
9109
9110 # Set some defaults for GNU ld with shared library support. These
9111 # are reset later if shared libraries are not supported. Putting them
9112 # here allows them to be overridden if necessary.
9113 runpath_var=LD_RUN_PATH
9114 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9115 export_dynamic_flag_spec='${wl}--export-dynamic'
9116 # ancient GNU ld didn't support --whole-archive et. al.
9117 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9118 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9119 else
9120 whole_archive_flag_spec=
9121 fi
9122 supports_anon_versioning=no
9123 case `$LD -v 2>&1` in
9124 *GNU\ gold*) supports_anon_versioning=yes ;;
9125 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9126 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9127 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9128 *\ 2.11.*) ;; # other 2.11 versions
9129 *) supports_anon_versioning=yes ;;
9130 esac
9131
9132 # See if GNU ld supports shared libraries.
9133 case $host_os in
9134 aix[3-9]*)
9135 # On AIX/PPC, the GNU linker is very broken
9136 if test "$host_cpu" != ia64; then
9137 ld_shlibs=no
9138 cat <<_LT_EOF 1>&2
9139
9140 *** Warning: the GNU linker, at least up to release 2.19, is reported
9141 *** to be unable to reliably create shared libraries on AIX.
9142 *** Therefore, libtool is disabling shared libraries support. If you
9143 *** really care for shared libraries, you may want to install binutils
9144 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9145 *** You will then need to restart the configuration process.
9146
9147 _LT_EOF
9148 fi
9149 ;;
9150
9151 amigaos*)
9152 case $host_cpu in
9153 powerpc)
9154 # see comment about AmigaOS4 .so support
9155 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9156 archive_expsym_cmds=''
9157 ;;
9158 m68k)
9159 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)'
9160 hardcode_libdir_flag_spec='-L$libdir'
9161 hardcode_minus_L=yes
9162 ;;
9163 esac
9164 ;;
9165
9166 beos*)
9167 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9168 allow_undefined_flag=unsupported
9169 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9170 # support --undefined. This deserves some investigation. FIXME
9171 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9172 else
9173 ld_shlibs=no
9174 fi
9175 ;;
9176
9177 cygwin* | mingw* | pw32* | cegcc*)
9178 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9179 # as there is no search path for DLLs.
9180 hardcode_libdir_flag_spec='-L$libdir'
9181 export_dynamic_flag_spec='${wl}--export-all-symbols'
9182 allow_undefined_flag=unsupported
9183 always_export_symbols=no
9184 enable_shared_with_static_runtimes=yes
9185 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9186
9187 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9188 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9189 # If the export-symbols file already is a .def file (1st line
9190 # is EXPORTS), use it as is; otherwise, prepend...
9191 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9192 cp $export_symbols $output_objdir/$soname.def;
9193 else
9194 echo EXPORTS > $output_objdir/$soname.def;
9195 cat $export_symbols >> $output_objdir/$soname.def;
9196 fi~
9197 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9198 else
9199 ld_shlibs=no
9200 fi
9201 ;;
9202
9203 haiku*)
9204 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9205 link_all_deplibs=yes
9206 ;;
9207
9208 interix[3-9]*)
9209 hardcode_direct=no
9210 hardcode_shlibpath_var=no
9211 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9212 export_dynamic_flag_spec='${wl}-E'
9213 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9214 # Instead, shared libraries are loaded at an image base (0x10000000 by
9215 # default) and relocated if they conflict, which is a slow very memory
9216 # consuming and fragmenting process. To avoid this, we pick a random,
9217 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9218 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9219 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9220 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'
9221 ;;
9222
9223 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9224 tmp_diet=no
9225 if test "$host_os" = linux-dietlibc; then
9226 case $cc_basename in
9227 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9228 esac
9229 fi
9230 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9231 && test "$tmp_diet" = no
9232 then
9233 tmp_addflag=' $pic_flag'
9234 tmp_sharedflag='-shared'
9235 case $cc_basename,$host_cpu in
9236 pgcc*) # Portland Group C compiler
9237 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'
9238 tmp_addflag=' $pic_flag'
9239 ;;
9240 pgf77* | pgf90* | pgf95* | pgfortran*)
9241 # Portland Group f77 and f90 compilers
9242 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'
9243 tmp_addflag=' $pic_flag -Mnomain' ;;
9244 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9245 tmp_addflag=' -i_dynamic' ;;
9246 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9247 tmp_addflag=' -i_dynamic -nofor_main' ;;
9248 ifc* | ifort*) # Intel Fortran compiler
9249 tmp_addflag=' -nofor_main' ;;
9250 lf95*) # Lahey Fortran 8.1
9251 whole_archive_flag_spec=
9252 tmp_sharedflag='--shared' ;;
9253 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9254 tmp_sharedflag='-qmkshrobj'
9255 tmp_addflag= ;;
9256 nvcc*) # Cuda Compiler Driver 2.2
9257 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'
9258 compiler_needs_object=yes
9259 ;;
9260 esac
9261 case `$CC -V 2>&1 | sed 5q` in
9262 *Sun\ C*) # Sun C 5.9
9263 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'
9264 compiler_needs_object=yes
9265 tmp_sharedflag='-G' ;;
9266 *Sun\ F*) # Sun Fortran 8.3
9267 tmp_sharedflag='-G' ;;
9268 esac
9269 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9270
9271 if test "x$supports_anon_versioning" = xyes; then
9272 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9273 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9274 echo "local: *; };" >> $output_objdir/$libname.ver~
9275 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9276 fi
9277
9278 case $cc_basename in
9279 xlf* | bgf* | bgxlf* | mpixlf*)
9280 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9281 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9282 hardcode_libdir_flag_spec=
9283 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9284 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9285 if test "x$supports_anon_versioning" = xyes; then
9286 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9287 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9288 echo "local: *; };" >> $output_objdir/$libname.ver~
9289 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9290 fi
9291 ;;
9292 esac
9293 else
9294 ld_shlibs=no
9295 fi
9296 ;;
9297
9298 netbsd*)
9299 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9300 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9301 wlarc=
9302 else
9303 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9304 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9305 fi
9306 ;;
9307
9308 solaris*)
9309 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9310 ld_shlibs=no
9311 cat <<_LT_EOF 1>&2
9312
9313 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9314 *** create shared libraries on Solaris systems. Therefore, libtool
9315 *** is disabling shared libraries support. We urge you to upgrade GNU
9316 *** binutils to release 2.9.1 or newer. Another option is to modify
9317 *** your PATH or compiler configuration so that the native linker is
9318 *** used, and then restart.
9319
9320 _LT_EOF
9321 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9322 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9323 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9324 else
9325 ld_shlibs=no
9326 fi
9327 ;;
9328
9329 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9330 case `$LD -v 2>&1` in
9331 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9332 ld_shlibs=no
9333 cat <<_LT_EOF 1>&2
9334
9335 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9336 *** reliably create shared libraries on SCO systems. Therefore, libtool
9337 *** is disabling shared libraries support. We urge you to upgrade GNU
9338 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9339 *** your PATH or compiler configuration so that the native linker is
9340 *** used, and then restart.
9341
9342 _LT_EOF
9343 ;;
9344 *)
9345 # For security reasons, it is highly recommended that you always
9346 # use absolute paths for naming shared libraries, and exclude the
9347 # DT_RUNPATH tag from executables and libraries. But doing so
9348 # requires that you compile everything twice, which is a pain.
9349 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9350 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9351 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9352 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9353 else
9354 ld_shlibs=no
9355 fi
9356 ;;
9357 esac
9358 ;;
9359
9360 sunos4*)
9361 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9362 wlarc=
9363 hardcode_direct=yes
9364 hardcode_shlibpath_var=no
9365 ;;
9366
9367 *)
9368 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9369 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9370 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9371 else
9372 ld_shlibs=no
9373 fi
9374 ;;
9375 esac
9376
9377 if test "$ld_shlibs" = no; then
9378 runpath_var=
9379 hardcode_libdir_flag_spec=
9380 export_dynamic_flag_spec=
9381 whole_archive_flag_spec=
9382 fi
9383 else
9384 # PORTME fill in a description of your system's linker (not GNU ld)
9385 case $host_os in
9386 aix3*)
9387 allow_undefined_flag=unsupported
9388 always_export_symbols=yes
9389 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'
9390 # Note: this linker hardcodes the directories in LIBPATH if there
9391 # are no directories specified by -L.
9392 hardcode_minus_L=yes
9393 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9394 # Neither direct hardcoding nor static linking is supported with a
9395 # broken collect2.
9396 hardcode_direct=unsupported
9397 fi
9398 ;;
9399
9400 aix[4-9]*)
9401 if test "$host_cpu" = ia64; then
9402 # On IA64, the linker does run time linking by default, so we don't
9403 # have to do anything special.
9404 aix_use_runtimelinking=no
9405 exp_sym_flag='-Bexport'
9406 no_entry_flag=""
9407 else
9408 # If we're using GNU nm, then we don't want the "-C" option.
9409 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9410 # Also, AIX nm treats weak defined symbols like other global
9411 # defined symbols, whereas GNU nm marks them as "W".
9412 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9413 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'
9414 else
9415 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'
9416 fi
9417 aix_use_runtimelinking=no
9418
9419 # Test if we are trying to use run time linking or normal
9420 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9421 # need to do runtime linking.
9422 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9423 for ld_flag in $LDFLAGS; do
9424 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9425 aix_use_runtimelinking=yes
9426 break
9427 fi
9428 done
9429 ;;
9430 esac
9431
9432 exp_sym_flag='-bexport'
9433 no_entry_flag='-bnoentry'
9434 fi
9435
9436 # When large executables or shared objects are built, AIX ld can
9437 # have problems creating the table of contents. If linking a library
9438 # or program results in "error TOC overflow" add -mminimal-toc to
9439 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9440 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9441
9442 archive_cmds=''
9443 hardcode_direct=yes
9444 hardcode_direct_absolute=yes
9445 hardcode_libdir_separator=':'
9446 link_all_deplibs=yes
9447 file_list_spec='${wl}-f,'
9448
9449 if test "$GCC" = yes; then
9450 case $host_os in aix4.[012]|aix4.[012].*)
9451 # We only want to do this on AIX 4.2 and lower, the check
9452 # below for broken collect2 doesn't work under 4.3+
9453 collect2name=`${CC} -print-prog-name=collect2`
9454 if test -f "$collect2name" &&
9455 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9456 then
9457 # We have reworked collect2
9458 :
9459 else
9460 # We have old collect2
9461 hardcode_direct=unsupported
9462 # It fails to find uninstalled libraries when the uninstalled
9463 # path is not listed in the libpath. Setting hardcode_minus_L
9464 # to unsupported forces relinking
9465 hardcode_minus_L=yes
9466 hardcode_libdir_flag_spec='-L$libdir'
9467 hardcode_libdir_separator=
9468 fi
9469 ;;
9470 esac
9471 shared_flag='-shared'
9472 if test "$aix_use_runtimelinking" = yes; then
9473 shared_flag="$shared_flag "'${wl}-G'
9474 fi
9475 else
9476 # not using gcc
9477 if test "$host_cpu" = ia64; then
9478 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9479 # chokes on -Wl,-G. The following line is correct:
9480 shared_flag='-G'
9481 else
9482 if test "$aix_use_runtimelinking" = yes; then
9483 shared_flag='${wl}-G'
9484 else
9485 shared_flag='${wl}-bM:SRE'
9486 fi
9487 fi
9488 fi
9489
9490 export_dynamic_flag_spec='${wl}-bexpall'
9491 # It seems that -bexpall does not export symbols beginning with
9492 # underscore (_), so it is better to generate a list of symbols to export.
9493 always_export_symbols=yes
9494 if test "$aix_use_runtimelinking" = yes; then
9495 # Warning - without using the other runtime loading flags (-brtl),
9496 # -berok will link without error, but may produce a broken library.
9497 allow_undefined_flag='-berok'
9498 # Determine the default libpath from the value encoded in an
9499 # empty executable.
9500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9501 /* end confdefs.h. */
9502
9503 int
9504 main ()
9505 {
9506
9507 ;
9508 return 0;
9509 }
9510 _ACEOF
9511 if ac_fn_c_try_link "$LINENO"; then :
9512
9513 lt_aix_libpath_sed='
9514 /Import File Strings/,/^$/ {
9515 /^0/ {
9516 s/^0 *\(.*\)$/\1/
9517 p
9518 }
9519 }'
9520 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9521 # Check for a 64-bit object if we didn't find anything.
9522 if test -z "$aix_libpath"; then
9523 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9524 fi
9525 fi
9526 rm -f core conftest.err conftest.$ac_objext \
9527 conftest$ac_exeext conftest.$ac_ext
9528 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9529
9530 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9531 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"
9532 else
9533 if test "$host_cpu" = ia64; then
9534 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9535 allow_undefined_flag="-z nodefs"
9536 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"
9537 else
9538 # Determine the default libpath from the value encoded in an
9539 # empty executable.
9540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9541 /* end confdefs.h. */
9542
9543 int
9544 main ()
9545 {
9546
9547 ;
9548 return 0;
9549 }
9550 _ACEOF
9551 if ac_fn_c_try_link "$LINENO"; then :
9552
9553 lt_aix_libpath_sed='
9554 /Import File Strings/,/^$/ {
9555 /^0/ {
9556 s/^0 *\(.*\)$/\1/
9557 p
9558 }
9559 }'
9560 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9561 # Check for a 64-bit object if we didn't find anything.
9562 if test -z "$aix_libpath"; then
9563 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9564 fi
9565 fi
9566 rm -f core conftest.err conftest.$ac_objext \
9567 conftest$ac_exeext conftest.$ac_ext
9568 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9569
9570 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9571 # Warning - without using the other run time loading flags,
9572 # -berok will link without error, but may produce a broken library.
9573 no_undefined_flag=' ${wl}-bernotok'
9574 allow_undefined_flag=' ${wl}-berok'
9575 if test "$with_gnu_ld" = yes; then
9576 # We only use this code for GNU lds that support --whole-archive.
9577 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9578 else
9579 # Exported symbols can be pulled into shared objects from archives
9580 whole_archive_flag_spec='$convenience'
9581 fi
9582 archive_cmds_need_lc=yes
9583 # This is similar to how AIX traditionally builds its shared libraries.
9584 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'
9585 fi
9586 fi
9587 ;;
9588
9589 amigaos*)
9590 case $host_cpu in
9591 powerpc)
9592 # see comment about AmigaOS4 .so support
9593 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9594 archive_expsym_cmds=''
9595 ;;
9596 m68k)
9597 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)'
9598 hardcode_libdir_flag_spec='-L$libdir'
9599 hardcode_minus_L=yes
9600 ;;
9601 esac
9602 ;;
9603
9604 bsdi[45]*)
9605 export_dynamic_flag_spec=-rdynamic
9606 ;;
9607
9608 cygwin* | mingw* | pw32* | cegcc*)
9609 # When not using gcc, we currently assume that we are using
9610 # Microsoft Visual C++.
9611 # hardcode_libdir_flag_spec is actually meaningless, as there is
9612 # no search path for DLLs.
9613 hardcode_libdir_flag_spec=' '
9614 allow_undefined_flag=unsupported
9615 # Tell ltmain to make .lib files, not .a files.
9616 libext=lib
9617 # Tell ltmain to make .dll files, not .so files.
9618 shrext_cmds=".dll"
9619 # FIXME: Setting linknames here is a bad hack.
9620 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9621 # The linker will automatically build a .lib file if we build a DLL.
9622 old_archive_from_new_cmds='true'
9623 # FIXME: Should let the user specify the lib program.
9624 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9625 fix_srcfile_path='`cygpath -w "$srcfile"`'
9626 enable_shared_with_static_runtimes=yes
9627 ;;
9628
9629 darwin* | rhapsody*)
9630
9631
9632 archive_cmds_need_lc=no
9633 hardcode_direct=no
9634 hardcode_automatic=yes
9635 hardcode_shlibpath_var=unsupported
9636 if test "$lt_cv_ld_force_load" = "yes"; then
9637 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\"`'
9638 else
9639 whole_archive_flag_spec=''
9640 fi
9641 link_all_deplibs=yes
9642 allow_undefined_flag="$_lt_dar_allow_undefined"
9643 case $cc_basename in
9644 ifort*) _lt_dar_can_shared=yes ;;
9645 *) _lt_dar_can_shared=$GCC ;;
9646 esac
9647 if test "$_lt_dar_can_shared" = "yes"; then
9648 output_verbose_link_cmd=func_echo_all
9649 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9650 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9651 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}"
9652 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}"
9653
9654 else
9655 ld_shlibs=no
9656 fi
9657
9658 ;;
9659
9660 dgux*)
9661 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9662 hardcode_libdir_flag_spec='-L$libdir'
9663 hardcode_shlibpath_var=no
9664 ;;
9665
9666 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9667 # support. Future versions do this automatically, but an explicit c++rt0.o
9668 # does not break anything, and helps significantly (at the cost of a little
9669 # extra space).
9670 freebsd2.2*)
9671 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9672 hardcode_libdir_flag_spec='-R$libdir'
9673 hardcode_direct=yes
9674 hardcode_shlibpath_var=no
9675 ;;
9676
9677 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9678 freebsd2.*)
9679 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9680 hardcode_direct=yes
9681 hardcode_minus_L=yes
9682 hardcode_shlibpath_var=no
9683 ;;
9684
9685 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9686 freebsd* | dragonfly*)
9687 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9688 hardcode_libdir_flag_spec='-R$libdir'
9689 hardcode_direct=yes
9690 hardcode_shlibpath_var=no
9691 ;;
9692
9693 hpux9*)
9694 if test "$GCC" = yes; then
9695 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'
9696 else
9697 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'
9698 fi
9699 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9700 hardcode_libdir_separator=:
9701 hardcode_direct=yes
9702
9703 # hardcode_minus_L: Not really in the search PATH,
9704 # but as the default location of the library.
9705 hardcode_minus_L=yes
9706 export_dynamic_flag_spec='${wl}-E'
9707 ;;
9708
9709 hpux10*)
9710 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9711 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9712 else
9713 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9714 fi
9715 if test "$with_gnu_ld" = no; then
9716 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9717 hardcode_libdir_flag_spec_ld='+b $libdir'
9718 hardcode_libdir_separator=:
9719 hardcode_direct=yes
9720 hardcode_direct_absolute=yes
9721 export_dynamic_flag_spec='${wl}-E'
9722 # hardcode_minus_L: Not really in the search PATH,
9723 # but as the default location of the library.
9724 hardcode_minus_L=yes
9725 fi
9726 ;;
9727
9728 hpux11*)
9729 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9730 case $host_cpu in
9731 hppa*64*)
9732 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9733 ;;
9734 ia64*)
9735 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9736 ;;
9737 *)
9738 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9739 ;;
9740 esac
9741 else
9742 case $host_cpu in
9743 hppa*64*)
9744 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9745 ;;
9746 ia64*)
9747 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9748 ;;
9749 *)
9750
9751 # Older versions of the 11.00 compiler do not understand -b yet
9752 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9754 $as_echo_n "checking if $CC understands -b... " >&6; }
9755 if ${lt_cv_prog_compiler__b+:} false; then :
9756 $as_echo_n "(cached) " >&6
9757 else
9758 lt_cv_prog_compiler__b=no
9759 save_LDFLAGS="$LDFLAGS"
9760 LDFLAGS="$LDFLAGS -b"
9761 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9762 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9763 # The linker can only warn and ignore the option if not recognized
9764 # So say no if there are warnings
9765 if test -s conftest.err; then
9766 # Append any errors to the config.log.
9767 cat conftest.err 1>&5
9768 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9769 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9770 if diff conftest.exp conftest.er2 >/dev/null; then
9771 lt_cv_prog_compiler__b=yes
9772 fi
9773 else
9774 lt_cv_prog_compiler__b=yes
9775 fi
9776 fi
9777 $RM -r conftest*
9778 LDFLAGS="$save_LDFLAGS"
9779
9780 fi
9781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9782 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9783
9784 if test x"$lt_cv_prog_compiler__b" = xyes; then
9785 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9786 else
9787 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9788 fi
9789
9790 ;;
9791 esac
9792 fi
9793 if test "$with_gnu_ld" = no; then
9794 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9795 hardcode_libdir_separator=:
9796
9797 case $host_cpu in
9798 hppa*64*|ia64*)
9799 hardcode_direct=no
9800 hardcode_shlibpath_var=no
9801 ;;
9802 *)
9803 hardcode_direct=yes
9804 hardcode_direct_absolute=yes
9805 export_dynamic_flag_spec='${wl}-E'
9806
9807 # hardcode_minus_L: Not really in the search PATH,
9808 # but as the default location of the library.
9809 hardcode_minus_L=yes
9810 ;;
9811 esac
9812 fi
9813 ;;
9814
9815 irix5* | irix6* | nonstopux*)
9816 if test "$GCC" = yes; then
9817 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'
9818 # Try to use the -exported_symbol ld option, if it does not
9819 # work, assume that -exports_file does not work either and
9820 # implicitly export all symbols.
9821 save_LDFLAGS="$LDFLAGS"
9822 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9824 /* end confdefs.h. */
9825 int foo(void) {}
9826 _ACEOF
9827 if ac_fn_c_try_link "$LINENO"; then :
9828 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'
9829
9830 fi
9831 rm -f core conftest.err conftest.$ac_objext \
9832 conftest$ac_exeext conftest.$ac_ext
9833 LDFLAGS="$save_LDFLAGS"
9834 else
9835 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'
9836 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'
9837 fi
9838 archive_cmds_need_lc='no'
9839 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9840 hardcode_libdir_separator=:
9841 inherit_rpath=yes
9842 link_all_deplibs=yes
9843 ;;
9844
9845 netbsd*)
9846 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9847 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9848 else
9849 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9850 fi
9851 hardcode_libdir_flag_spec='-R$libdir'
9852 hardcode_direct=yes
9853 hardcode_shlibpath_var=no
9854 ;;
9855
9856 newsos6)
9857 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9858 hardcode_direct=yes
9859 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9860 hardcode_libdir_separator=:
9861 hardcode_shlibpath_var=no
9862 ;;
9863
9864 *nto* | *qnx*)
9865 ;;
9866
9867 openbsd*)
9868 if test -f /usr/libexec/ld.so; then
9869 hardcode_direct=yes
9870 hardcode_shlibpath_var=no
9871 hardcode_direct_absolute=yes
9872 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9873 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9874 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9875 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9876 export_dynamic_flag_spec='${wl}-E'
9877 else
9878 case $host_os in
9879 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9880 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9881 hardcode_libdir_flag_spec='-R$libdir'
9882 ;;
9883 *)
9884 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9885 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9886 ;;
9887 esac
9888 fi
9889 else
9890 ld_shlibs=no
9891 fi
9892 ;;
9893
9894 os2*)
9895 hardcode_libdir_flag_spec='-L$libdir'
9896 hardcode_minus_L=yes
9897 allow_undefined_flag=unsupported
9898 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'
9899 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9900 ;;
9901
9902 osf3*)
9903 if test "$GCC" = yes; then
9904 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9905 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'
9906 else
9907 allow_undefined_flag=' -expect_unresolved \*'
9908 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'
9909 fi
9910 archive_cmds_need_lc='no'
9911 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9912 hardcode_libdir_separator=:
9913 ;;
9914
9915 osf4* | osf5*) # as osf3* with the addition of -msym flag
9916 if test "$GCC" = yes; then
9917 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9918 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'
9919 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9920 else
9921 allow_undefined_flag=' -expect_unresolved \*'
9922 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'
9923 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~
9924 $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'
9925
9926 # Both c and cxx compiler support -rpath directly
9927 hardcode_libdir_flag_spec='-rpath $libdir'
9928 fi
9929 archive_cmds_need_lc='no'
9930 hardcode_libdir_separator=:
9931 ;;
9932
9933 solaris*)
9934 no_undefined_flag=' -z defs'
9935 if test "$GCC" = yes; then
9936 wlarc='${wl}'
9937 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9939 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9940 else
9941 case `$CC -V 2>&1` in
9942 *"Compilers 5.0"*)
9943 wlarc=''
9944 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9945 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9946 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9947 ;;
9948 *)
9949 wlarc='${wl}'
9950 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9951 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9952 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9953 ;;
9954 esac
9955 fi
9956 hardcode_libdir_flag_spec='-R$libdir'
9957 hardcode_shlibpath_var=no
9958 case $host_os in
9959 solaris2.[0-5] | solaris2.[0-5].*) ;;
9960 *)
9961 # The compiler driver will combine and reorder linker options,
9962 # but understands `-z linker_flag'. GCC discards it without `$wl',
9963 # but is careful enough not to reorder.
9964 # Supported since Solaris 2.6 (maybe 2.5.1?)
9965 if test "$GCC" = yes; then
9966 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9967 else
9968 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9969 fi
9970 ;;
9971 esac
9972 link_all_deplibs=yes
9973 ;;
9974
9975 sunos4*)
9976 if test "x$host_vendor" = xsequent; then
9977 # Use $CC to link under sequent, because it throws in some extra .o
9978 # files that make .init and .fini sections work.
9979 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9980 else
9981 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9982 fi
9983 hardcode_libdir_flag_spec='-L$libdir'
9984 hardcode_direct=yes
9985 hardcode_minus_L=yes
9986 hardcode_shlibpath_var=no
9987 ;;
9988
9989 sysv4)
9990 case $host_vendor in
9991 sni)
9992 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9993 hardcode_direct=yes # is this really true???
9994 ;;
9995 siemens)
9996 ## LD is ld it makes a PLAMLIB
9997 ## CC just makes a GrossModule.
9998 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9999 reload_cmds='$CC -r -o $output$reload_objs'
10000 hardcode_direct=no
10001 ;;
10002 motorola)
10003 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10004 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10005 ;;
10006 esac
10007 runpath_var='LD_RUN_PATH'
10008 hardcode_shlibpath_var=no
10009 ;;
10010
10011 sysv4.3*)
10012 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10013 hardcode_shlibpath_var=no
10014 export_dynamic_flag_spec='-Bexport'
10015 ;;
10016
10017 sysv4*MP*)
10018 if test -d /usr/nec; then
10019 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10020 hardcode_shlibpath_var=no
10021 runpath_var=LD_RUN_PATH
10022 hardcode_runpath_var=yes
10023 ld_shlibs=yes
10024 fi
10025 ;;
10026
10027 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10028 no_undefined_flag='${wl}-z,text'
10029 archive_cmds_need_lc=no
10030 hardcode_shlibpath_var=no
10031 runpath_var='LD_RUN_PATH'
10032
10033 if test "$GCC" = yes; then
10034 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10035 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10036 else
10037 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10038 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10039 fi
10040 ;;
10041
10042 sysv5* | sco3.2v5* | sco5v6*)
10043 # Note: We can NOT use -z defs as we might desire, because we do not
10044 # link with -lc, and that would cause any symbols used from libc to
10045 # always be unresolved, which means just about no library would
10046 # ever link correctly. If we're not using GNU ld we use -z text
10047 # though, which does catch some bad symbols but isn't as heavy-handed
10048 # as -z defs.
10049 no_undefined_flag='${wl}-z,text'
10050 allow_undefined_flag='${wl}-z,nodefs'
10051 archive_cmds_need_lc=no
10052 hardcode_shlibpath_var=no
10053 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10054 hardcode_libdir_separator=':'
10055 link_all_deplibs=yes
10056 export_dynamic_flag_spec='${wl}-Bexport'
10057 runpath_var='LD_RUN_PATH'
10058
10059 if test "$GCC" = yes; then
10060 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10061 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10062 else
10063 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10064 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10065 fi
10066 ;;
10067
10068 uts4*)
10069 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10070 hardcode_libdir_flag_spec='-L$libdir'
10071 hardcode_shlibpath_var=no
10072 ;;
10073
10074 *)
10075 ld_shlibs=no
10076 ;;
10077 esac
10078
10079 if test x$host_vendor = xsni; then
10080 case $host in
10081 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10082 export_dynamic_flag_spec='${wl}-Blargedynsym'
10083 ;;
10084 esac
10085 fi
10086 fi
10087
10088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10089 $as_echo "$ld_shlibs" >&6; }
10090 test "$ld_shlibs" = no && can_build_shared=no
10091
10092 with_gnu_ld=$with_gnu_ld
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108 #
10109 # Do we need to explicitly link libc?
10110 #
10111 case "x$archive_cmds_need_lc" in
10112 x|xyes)
10113 # Assume -lc should be added
10114 archive_cmds_need_lc=yes
10115
10116 if test "$enable_shared" = yes && test "$GCC" = yes; then
10117 case $archive_cmds in
10118 *'~'*)
10119 # FIXME: we may have to deal with multi-command sequences.
10120 ;;
10121 '$CC '*)
10122 # Test whether the compiler implicitly links with -lc since on some
10123 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10124 # to ld, don't add -lc before -lgcc.
10125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10126 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10127 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10128 $as_echo_n "(cached) " >&6
10129 else
10130 $RM conftest*
10131 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10132
10133 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10134 (eval $ac_compile) 2>&5
10135 ac_status=$?
10136 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10137 test $ac_status = 0; } 2>conftest.err; then
10138 soname=conftest
10139 lib=conftest
10140 libobjs=conftest.$ac_objext
10141 deplibs=
10142 wl=$lt_prog_compiler_wl
10143 pic_flag=$lt_prog_compiler_pic
10144 compiler_flags=-v
10145 linker_flags=-v
10146 verstring=
10147 output_objdir=.
10148 libname=conftest
10149 lt_save_allow_undefined_flag=$allow_undefined_flag
10150 allow_undefined_flag=
10151 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10152 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10153 ac_status=$?
10154 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10155 test $ac_status = 0; }
10156 then
10157 lt_cv_archive_cmds_need_lc=no
10158 else
10159 lt_cv_archive_cmds_need_lc=yes
10160 fi
10161 allow_undefined_flag=$lt_save_allow_undefined_flag
10162 else
10163 cat conftest.err 1>&5
10164 fi
10165 $RM conftest*
10166
10167 fi
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10169 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10170 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10171 ;;
10172 esac
10173 fi
10174 ;;
10175 esac
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10334 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10335
10336 if test "$GCC" = yes; then
10337 case $host_os in
10338 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10339 *) lt_awk_arg="/^libraries:/" ;;
10340 esac
10341 case $host_os in
10342 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10343 *) lt_sed_strip_eq="s,=/,/,g" ;;
10344 esac
10345 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10346 case $lt_search_path_spec in
10347 *\;*)
10348 # if the path contains ";" then we assume it to be the separator
10349 # otherwise default to the standard path separator (i.e. ":") - it is
10350 # assumed that no part of a normal pathname contains ";" but that should
10351 # okay in the real world where ";" in dirpaths is itself problematic.
10352 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10353 ;;
10354 *)
10355 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10356 ;;
10357 esac
10358 # Ok, now we have the path, separated by spaces, we can step through it
10359 # and add multilib dir if necessary.
10360 lt_tmp_lt_search_path_spec=
10361 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10362 for lt_sys_path in $lt_search_path_spec; do
10363 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10364 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10365 else
10366 test -d "$lt_sys_path" && \
10367 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10368 fi
10369 done
10370 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10371 BEGIN {RS=" "; FS="/|\n";} {
10372 lt_foo="";
10373 lt_count=0;
10374 for (lt_i = NF; lt_i > 0; lt_i--) {
10375 if ($lt_i != "" && $lt_i != ".") {
10376 if ($lt_i == "..") {
10377 lt_count++;
10378 } else {
10379 if (lt_count == 0) {
10380 lt_foo="/" $lt_i lt_foo;
10381 } else {
10382 lt_count--;
10383 }
10384 }
10385 }
10386 }
10387 if (lt_foo != "") { lt_freq[lt_foo]++; }
10388 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10389 }'`
10390 # AWK program above erroneously prepends '/' to C:/dos/paths
10391 # for these hosts.
10392 case $host_os in
10393 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10394 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10395 esac
10396 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10397 else
10398 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10399 fi
10400 library_names_spec=
10401 libname_spec='lib$name'
10402 soname_spec=
10403 shrext_cmds=".so"
10404 postinstall_cmds=
10405 postuninstall_cmds=
10406 finish_cmds=
10407 finish_eval=
10408 shlibpath_var=
10409 shlibpath_overrides_runpath=unknown
10410 version_type=none
10411 dynamic_linker="$host_os ld.so"
10412 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10413 need_lib_prefix=unknown
10414 hardcode_into_libs=no
10415
10416 # when you set need_version to no, make sure it does not cause -set_version
10417 # flags to be left without arguments
10418 need_version=unknown
10419
10420 case $host_os in
10421 aix3*)
10422 version_type=linux
10423 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10424 shlibpath_var=LIBPATH
10425
10426 # AIX 3 has no versioning support, so we append a major version to the name.
10427 soname_spec='${libname}${release}${shared_ext}$major'
10428 ;;
10429
10430 aix[4-9]*)
10431 version_type=linux
10432 need_lib_prefix=no
10433 need_version=no
10434 hardcode_into_libs=yes
10435 if test "$host_cpu" = ia64; then
10436 # AIX 5 supports IA64
10437 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10438 shlibpath_var=LD_LIBRARY_PATH
10439 else
10440 # With GCC up to 2.95.x, collect2 would create an import file
10441 # for dependence libraries. The import file would start with
10442 # the line `#! .'. This would cause the generated library to
10443 # depend on `.', always an invalid library. This was fixed in
10444 # development snapshots of GCC prior to 3.0.
10445 case $host_os in
10446 aix4 | aix4.[01] | aix4.[01].*)
10447 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10448 echo ' yes '
10449 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10450 :
10451 else
10452 can_build_shared=no
10453 fi
10454 ;;
10455 esac
10456 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10457 # soname into executable. Probably we can add versioning support to
10458 # collect2, so additional links can be useful in future.
10459 if test "$aix_use_runtimelinking" = yes; then
10460 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10461 # instead of lib<name>.a to let people know that these are not
10462 # typical AIX shared libraries.
10463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10464 else
10465 # We preserve .a as extension for shared libraries through AIX4.2
10466 # and later when we are not doing run time linking.
10467 library_names_spec='${libname}${release}.a $libname.a'
10468 soname_spec='${libname}${release}${shared_ext}$major'
10469 fi
10470 shlibpath_var=LIBPATH
10471 fi
10472 ;;
10473
10474 amigaos*)
10475 case $host_cpu in
10476 powerpc)
10477 # Since July 2007 AmigaOS4 officially supports .so libraries.
10478 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10480 ;;
10481 m68k)
10482 library_names_spec='$libname.ixlibrary $libname.a'
10483 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10484 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'
10485 ;;
10486 esac
10487 ;;
10488
10489 beos*)
10490 library_names_spec='${libname}${shared_ext}'
10491 dynamic_linker="$host_os ld.so"
10492 shlibpath_var=LIBRARY_PATH
10493 ;;
10494
10495 bsdi[45]*)
10496 version_type=linux
10497 need_version=no
10498 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10499 soname_spec='${libname}${release}${shared_ext}$major'
10500 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10501 shlibpath_var=LD_LIBRARY_PATH
10502 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10503 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10504 # the default ld.so.conf also contains /usr/contrib/lib and
10505 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10506 # libtool to hard-code these into programs
10507 ;;
10508
10509 cygwin* | mingw* | pw32* | cegcc*)
10510 version_type=windows
10511 shrext_cmds=".dll"
10512 need_version=no
10513 need_lib_prefix=no
10514
10515 case $GCC,$host_os in
10516 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10517 library_names_spec='$libname.dll.a'
10518 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10519 postinstall_cmds='base_file=`basename \${file}`~
10520 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10521 dldir=$destdir/`dirname \$dlpath`~
10522 test -d \$dldir || mkdir -p \$dldir~
10523 $install_prog $dir/$dlname \$dldir/$dlname~
10524 chmod a+x \$dldir/$dlname~
10525 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10526 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10527 fi'
10528 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10529 dlpath=$dir/\$dldll~
10530 $RM \$dlpath'
10531 shlibpath_overrides_runpath=yes
10532
10533 case $host_os in
10534 cygwin*)
10535 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10536 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10537
10538 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10539 ;;
10540 mingw* | cegcc*)
10541 # MinGW DLLs use traditional 'lib' prefix
10542 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10543 ;;
10544 pw32*)
10545 # pw32 DLLs use 'pw' prefix rather than 'lib'
10546 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10547 ;;
10548 esac
10549 ;;
10550
10551 *)
10552 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10553 ;;
10554 esac
10555 dynamic_linker='Win32 ld.exe'
10556 # FIXME: first we should search . and the directory the executable is in
10557 shlibpath_var=PATH
10558 ;;
10559
10560 darwin* | rhapsody*)
10561 dynamic_linker="$host_os dyld"
10562 version_type=darwin
10563 need_lib_prefix=no
10564 need_version=no
10565 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10566 soname_spec='${libname}${release}${major}$shared_ext'
10567 shlibpath_overrides_runpath=yes
10568 shlibpath_var=DYLD_LIBRARY_PATH
10569 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10570
10571 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10572 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10573 ;;
10574
10575 dgux*)
10576 version_type=linux
10577 need_lib_prefix=no
10578 need_version=no
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10580 soname_spec='${libname}${release}${shared_ext}$major'
10581 shlibpath_var=LD_LIBRARY_PATH
10582 ;;
10583
10584 freebsd* | dragonfly*)
10585 # DragonFly does not have aout. When/if they implement a new
10586 # versioning mechanism, adjust this.
10587 if test -x /usr/bin/objformat; then
10588 objformat=`/usr/bin/objformat`
10589 else
10590 case $host_os in
10591 freebsd[23].*) objformat=aout ;;
10592 *) objformat=elf ;;
10593 esac
10594 fi
10595 version_type=freebsd-$objformat
10596 case $version_type in
10597 freebsd-elf*)
10598 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10599 need_version=no
10600 need_lib_prefix=no
10601 ;;
10602 freebsd-*)
10603 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10604 need_version=yes
10605 ;;
10606 esac
10607 shlibpath_var=LD_LIBRARY_PATH
10608 case $host_os in
10609 freebsd2.*)
10610 shlibpath_overrides_runpath=yes
10611 ;;
10612 freebsd3.[01]* | freebsdelf3.[01]*)
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10615 ;;
10616 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10617 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10618 shlibpath_overrides_runpath=no
10619 hardcode_into_libs=yes
10620 ;;
10621 *) # from 4.6 on, and DragonFly
10622 shlibpath_overrides_runpath=yes
10623 hardcode_into_libs=yes
10624 ;;
10625 esac
10626 ;;
10627
10628 gnu*)
10629 version_type=linux
10630 need_lib_prefix=no
10631 need_version=no
10632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10633 soname_spec='${libname}${release}${shared_ext}$major'
10634 shlibpath_var=LD_LIBRARY_PATH
10635 hardcode_into_libs=yes
10636 ;;
10637
10638 haiku*)
10639 version_type=linux
10640 need_lib_prefix=no
10641 need_version=no
10642 dynamic_linker="$host_os runtime_loader"
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=LIBRARY_PATH
10646 shlibpath_overrides_runpath=yes
10647 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10648 hardcode_into_libs=yes
10649 ;;
10650
10651 hpux9* | hpux10* | hpux11*)
10652 # Give a soname corresponding to the major version so that dld.sl refuses to
10653 # link against other versions.
10654 version_type=sunos
10655 need_lib_prefix=no
10656 need_version=no
10657 case $host_cpu in
10658 ia64*)
10659 shrext_cmds='.so'
10660 hardcode_into_libs=yes
10661 dynamic_linker="$host_os dld.so"
10662 shlibpath_var=LD_LIBRARY_PATH
10663 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10664 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10665 soname_spec='${libname}${release}${shared_ext}$major'
10666 if test "X$HPUX_IA64_MODE" = X32; then
10667 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10668 else
10669 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10670 fi
10671 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10672 ;;
10673 hppa*64*)
10674 shrext_cmds='.sl'
10675 hardcode_into_libs=yes
10676 dynamic_linker="$host_os dld.sl"
10677 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10678 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10680 soname_spec='${libname}${release}${shared_ext}$major'
10681 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10682 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10683 ;;
10684 *)
10685 shrext_cmds='.sl'
10686 dynamic_linker="$host_os dld.sl"
10687 shlibpath_var=SHLIB_PATH
10688 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10689 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10690 soname_spec='${libname}${release}${shared_ext}$major'
10691 ;;
10692 esac
10693 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10694 postinstall_cmds='chmod 555 $lib'
10695 # or fails outright, so override atomically:
10696 install_override_mode=555
10697 ;;
10698
10699 interix[3-9]*)
10700 version_type=linux
10701 need_lib_prefix=no
10702 need_version=no
10703 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10704 soname_spec='${libname}${release}${shared_ext}$major'
10705 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10706 shlibpath_var=LD_LIBRARY_PATH
10707 shlibpath_overrides_runpath=no
10708 hardcode_into_libs=yes
10709 ;;
10710
10711 irix5* | irix6* | nonstopux*)
10712 case $host_os in
10713 nonstopux*) version_type=nonstopux ;;
10714 *)
10715 if test "$lt_cv_prog_gnu_ld" = yes; then
10716 version_type=linux
10717 else
10718 version_type=irix
10719 fi ;;
10720 esac
10721 need_lib_prefix=no
10722 need_version=no
10723 soname_spec='${libname}${release}${shared_ext}$major'
10724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10725 case $host_os in
10726 irix5* | nonstopux*)
10727 libsuff= shlibsuff=
10728 ;;
10729 *)
10730 case $LD in # libtool.m4 will add one of these switches to LD
10731 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10732 libsuff= shlibsuff= libmagic=32-bit;;
10733 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10734 libsuff=32 shlibsuff=N32 libmagic=N32;;
10735 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10736 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10737 *) libsuff= shlibsuff= libmagic=never-match;;
10738 esac
10739 ;;
10740 esac
10741 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10742 shlibpath_overrides_runpath=no
10743 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10744 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10745 hardcode_into_libs=yes
10746 ;;
10747
10748 # No shared lib support for Linux oldld, aout, or coff.
10749 linux*oldld* | linux*aout* | linux*coff*)
10750 dynamic_linker=no
10751 ;;
10752
10753 # This must be Linux ELF.
10754 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10755 version_type=linux
10756 need_lib_prefix=no
10757 need_version=no
10758 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10759 soname_spec='${libname}${release}${shared_ext}$major'
10760 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10761 shlibpath_var=LD_LIBRARY_PATH
10762 shlibpath_overrides_runpath=no
10763
10764 # Some binutils ld are patched to set DT_RUNPATH
10765 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10766 $as_echo_n "(cached) " >&6
10767 else
10768 lt_cv_shlibpath_overrides_runpath=no
10769 save_LDFLAGS=$LDFLAGS
10770 save_libdir=$libdir
10771 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10772 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10774 /* end confdefs.h. */
10775
10776 int
10777 main ()
10778 {
10779
10780 ;
10781 return 0;
10782 }
10783 _ACEOF
10784 if ac_fn_c_try_link "$LINENO"; then :
10785 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10786 lt_cv_shlibpath_overrides_runpath=yes
10787 fi
10788 fi
10789 rm -f core conftest.err conftest.$ac_objext \
10790 conftest$ac_exeext conftest.$ac_ext
10791 LDFLAGS=$save_LDFLAGS
10792 libdir=$save_libdir
10793
10794 fi
10795
10796 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10797
10798 # This implies no fast_install, which is unacceptable.
10799 # Some rework will be needed to allow for fast_install
10800 # before this can be enabled.
10801 hardcode_into_libs=yes
10802
10803 # Append ld.so.conf contents to the search path
10804 if test -f /etc/ld.so.conf; then
10805 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' ' '`
10806 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10807 fi
10808
10809 # We used to test for /lib/ld.so.1 and disable shared libraries on
10810 # powerpc, because MkLinux only supported shared libraries with the
10811 # GNU dynamic linker. Since this was broken with cross compilers,
10812 # most powerpc-linux boxes support dynamic linking these days and
10813 # people can always --disable-shared, the test was removed, and we
10814 # assume the GNU/Linux dynamic linker is in use.
10815 dynamic_linker='GNU/Linux ld.so'
10816 ;;
10817
10818 netbsd*)
10819 version_type=sunos
10820 need_lib_prefix=no
10821 need_version=no
10822 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10824 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10825 dynamic_linker='NetBSD (a.out) ld.so'
10826 else
10827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10828 soname_spec='${libname}${release}${shared_ext}$major'
10829 dynamic_linker='NetBSD ld.elf_so'
10830 fi
10831 shlibpath_var=LD_LIBRARY_PATH
10832 shlibpath_overrides_runpath=yes
10833 hardcode_into_libs=yes
10834 ;;
10835
10836 newsos6)
10837 version_type=linux
10838 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10839 shlibpath_var=LD_LIBRARY_PATH
10840 shlibpath_overrides_runpath=yes
10841 ;;
10842
10843 *nto* | *qnx*)
10844 version_type=qnx
10845 need_lib_prefix=no
10846 need_version=no
10847 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10848 soname_spec='${libname}${release}${shared_ext}$major'
10849 shlibpath_var=LD_LIBRARY_PATH
10850 shlibpath_overrides_runpath=no
10851 hardcode_into_libs=yes
10852 dynamic_linker='ldqnx.so'
10853 ;;
10854
10855 openbsd*)
10856 version_type=sunos
10857 sys_lib_dlsearch_path_spec="/usr/lib"
10858 need_lib_prefix=no
10859 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10860 case $host_os in
10861 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10862 *) need_version=no ;;
10863 esac
10864 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10865 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10866 shlibpath_var=LD_LIBRARY_PATH
10867 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10868 case $host_os in
10869 openbsd2.[89] | openbsd2.[89].*)
10870 shlibpath_overrides_runpath=no
10871 ;;
10872 *)
10873 shlibpath_overrides_runpath=yes
10874 ;;
10875 esac
10876 else
10877 shlibpath_overrides_runpath=yes
10878 fi
10879 ;;
10880
10881 os2*)
10882 libname_spec='$name'
10883 shrext_cmds=".dll"
10884 need_lib_prefix=no
10885 library_names_spec='$libname${shared_ext} $libname.a'
10886 dynamic_linker='OS/2 ld.exe'
10887 shlibpath_var=LIBPATH
10888 ;;
10889
10890 osf3* | osf4* | osf5*)
10891 version_type=osf
10892 need_lib_prefix=no
10893 need_version=no
10894 soname_spec='${libname}${release}${shared_ext}$major'
10895 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10896 shlibpath_var=LD_LIBRARY_PATH
10897 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10898 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10899 ;;
10900
10901 rdos*)
10902 dynamic_linker=no
10903 ;;
10904
10905 solaris*)
10906 version_type=linux
10907 need_lib_prefix=no
10908 need_version=no
10909 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10910 soname_spec='${libname}${release}${shared_ext}$major'
10911 shlibpath_var=LD_LIBRARY_PATH
10912 shlibpath_overrides_runpath=yes
10913 hardcode_into_libs=yes
10914 # ldd complains unless libraries are executable
10915 postinstall_cmds='chmod +x $lib'
10916 ;;
10917
10918 sunos4*)
10919 version_type=sunos
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10921 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10922 shlibpath_var=LD_LIBRARY_PATH
10923 shlibpath_overrides_runpath=yes
10924 if test "$with_gnu_ld" = yes; then
10925 need_lib_prefix=no
10926 fi
10927 need_version=yes
10928 ;;
10929
10930 sysv4 | sysv4.3*)
10931 version_type=linux
10932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10933 soname_spec='${libname}${release}${shared_ext}$major'
10934 shlibpath_var=LD_LIBRARY_PATH
10935 case $host_vendor in
10936 sni)
10937 shlibpath_overrides_runpath=no
10938 need_lib_prefix=no
10939 runpath_var=LD_RUN_PATH
10940 ;;
10941 siemens)
10942 need_lib_prefix=no
10943 ;;
10944 motorola)
10945 need_lib_prefix=no
10946 need_version=no
10947 shlibpath_overrides_runpath=no
10948 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10949 ;;
10950 esac
10951 ;;
10952
10953 sysv4*MP*)
10954 if test -d /usr/nec ;then
10955 version_type=linux
10956 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10957 soname_spec='$libname${shared_ext}.$major'
10958 shlibpath_var=LD_LIBRARY_PATH
10959 fi
10960 ;;
10961
10962 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10963 version_type=freebsd-elf
10964 need_lib_prefix=no
10965 need_version=no
10966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10967 soname_spec='${libname}${release}${shared_ext}$major'
10968 shlibpath_var=LD_LIBRARY_PATH
10969 shlibpath_overrides_runpath=yes
10970 hardcode_into_libs=yes
10971 if test "$with_gnu_ld" = yes; then
10972 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10973 else
10974 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10975 case $host_os in
10976 sco3.2v5*)
10977 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10978 ;;
10979 esac
10980 fi
10981 sys_lib_dlsearch_path_spec='/usr/lib'
10982 ;;
10983
10984 tpf*)
10985 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10986 version_type=linux
10987 need_lib_prefix=no
10988 need_version=no
10989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10990 shlibpath_var=LD_LIBRARY_PATH
10991 shlibpath_overrides_runpath=no
10992 hardcode_into_libs=yes
10993 ;;
10994
10995 uts4*)
10996 version_type=linux
10997 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10998 soname_spec='${libname}${release}${shared_ext}$major'
10999 shlibpath_var=LD_LIBRARY_PATH
11000 ;;
11001
11002 *)
11003 dynamic_linker=no
11004 ;;
11005 esac
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11007 $as_echo "$dynamic_linker" >&6; }
11008 test "$dynamic_linker" = no && can_build_shared=no
11009
11010 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11011 if test "$GCC" = yes; then
11012 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11013 fi
11014
11015 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11016 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11017 fi
11018 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11019 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11020 fi
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030
11031
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11114 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11115 hardcode_action=
11116 if test -n "$hardcode_libdir_flag_spec" ||
11117 test -n "$runpath_var" ||
11118 test "X$hardcode_automatic" = "Xyes" ; then
11119
11120 # We can hardcode non-existent directories.
11121 if test "$hardcode_direct" != no &&
11122 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11123 # have to relink, otherwise we might link with an installed library
11124 # when we should be linking with a yet-to-be-installed one
11125 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11126 test "$hardcode_minus_L" != no; then
11127 # Linking always hardcodes the temporary library directory.
11128 hardcode_action=relink
11129 else
11130 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11131 hardcode_action=immediate
11132 fi
11133 else
11134 # We cannot hardcode anything, or else we can only hardcode existing
11135 # directories.
11136 hardcode_action=unsupported
11137 fi
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11139 $as_echo "$hardcode_action" >&6; }
11140
11141 if test "$hardcode_action" = relink ||
11142 test "$inherit_rpath" = yes; then
11143 # Fast installation is not supported
11144 enable_fast_install=no
11145 elif test "$shlibpath_overrides_runpath" = yes ||
11146 test "$enable_shared" = no; then
11147 # Fast installation is not necessary
11148 enable_fast_install=needless
11149 fi
11150
11151
11152
11153
11154
11155
11156 if test "x$enable_dlopen" != xyes; then
11157 enable_dlopen=unknown
11158 enable_dlopen_self=unknown
11159 enable_dlopen_self_static=unknown
11160 else
11161 lt_cv_dlopen=no
11162 lt_cv_dlopen_libs=
11163
11164 case $host_os in
11165 beos*)
11166 lt_cv_dlopen="load_add_on"
11167 lt_cv_dlopen_libs=
11168 lt_cv_dlopen_self=yes
11169 ;;
11170
11171 mingw* | pw32* | cegcc*)
11172 lt_cv_dlopen="LoadLibrary"
11173 lt_cv_dlopen_libs=
11174 ;;
11175
11176 cygwin*)
11177 lt_cv_dlopen="dlopen"
11178 lt_cv_dlopen_libs=
11179 ;;
11180
11181 darwin*)
11182 # if libdl is installed we need to link against it
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11184 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11185 if ${ac_cv_lib_dl_dlopen+:} false; then :
11186 $as_echo_n "(cached) " >&6
11187 else
11188 ac_check_lib_save_LIBS=$LIBS
11189 LIBS="-ldl $LIBS"
11190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11191 /* end confdefs.h. */
11192
11193 /* Override any GCC internal prototype to avoid an error.
11194 Use char because int might match the return type of a GCC
11195 builtin and then its argument prototype would still apply. */
11196 #ifdef __cplusplus
11197 extern "C"
11198 #endif
11199 char dlopen ();
11200 int
11201 main ()
11202 {
11203 return dlopen ();
11204 ;
11205 return 0;
11206 }
11207 _ACEOF
11208 if ac_fn_c_try_link "$LINENO"; then :
11209 ac_cv_lib_dl_dlopen=yes
11210 else
11211 ac_cv_lib_dl_dlopen=no
11212 fi
11213 rm -f core conftest.err conftest.$ac_objext \
11214 conftest$ac_exeext conftest.$ac_ext
11215 LIBS=$ac_check_lib_save_LIBS
11216 fi
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11218 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11219 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11220 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11221 else
11222
11223 lt_cv_dlopen="dyld"
11224 lt_cv_dlopen_libs=
11225 lt_cv_dlopen_self=yes
11226
11227 fi
11228
11229 ;;
11230
11231 *)
11232 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11233 if test "x$ac_cv_func_shl_load" = xyes; then :
11234 lt_cv_dlopen="shl_load"
11235 else
11236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11237 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11238 if ${ac_cv_lib_dld_shl_load+:} false; then :
11239 $as_echo_n "(cached) " >&6
11240 else
11241 ac_check_lib_save_LIBS=$LIBS
11242 LIBS="-ldld $LIBS"
11243 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11244 /* end confdefs.h. */
11245
11246 /* Override any GCC internal prototype to avoid an error.
11247 Use char because int might match the return type of a GCC
11248 builtin and then its argument prototype would still apply. */
11249 #ifdef __cplusplus
11250 extern "C"
11251 #endif
11252 char shl_load ();
11253 int
11254 main ()
11255 {
11256 return shl_load ();
11257 ;
11258 return 0;
11259 }
11260 _ACEOF
11261 if ac_fn_c_try_link "$LINENO"; then :
11262 ac_cv_lib_dld_shl_load=yes
11263 else
11264 ac_cv_lib_dld_shl_load=no
11265 fi
11266 rm -f core conftest.err conftest.$ac_objext \
11267 conftest$ac_exeext conftest.$ac_ext
11268 LIBS=$ac_check_lib_save_LIBS
11269 fi
11270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11271 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11272 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11273 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11274 else
11275 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11276 if test "x$ac_cv_func_dlopen" = xyes; then :
11277 lt_cv_dlopen="dlopen"
11278 else
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11280 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11281 if ${ac_cv_lib_dl_dlopen+:} false; then :
11282 $as_echo_n "(cached) " >&6
11283 else
11284 ac_check_lib_save_LIBS=$LIBS
11285 LIBS="-ldl $LIBS"
11286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11287 /* end confdefs.h. */
11288
11289 /* Override any GCC internal prototype to avoid an error.
11290 Use char because int might match the return type of a GCC
11291 builtin and then its argument prototype would still apply. */
11292 #ifdef __cplusplus
11293 extern "C"
11294 #endif
11295 char dlopen ();
11296 int
11297 main ()
11298 {
11299 return dlopen ();
11300 ;
11301 return 0;
11302 }
11303 _ACEOF
11304 if ac_fn_c_try_link "$LINENO"; then :
11305 ac_cv_lib_dl_dlopen=yes
11306 else
11307 ac_cv_lib_dl_dlopen=no
11308 fi
11309 rm -f core conftest.err conftest.$ac_objext \
11310 conftest$ac_exeext conftest.$ac_ext
11311 LIBS=$ac_check_lib_save_LIBS
11312 fi
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11314 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11315 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11316 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11317 else
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11319 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11320 if ${ac_cv_lib_svld_dlopen+:} false; then :
11321 $as_echo_n "(cached) " >&6
11322 else
11323 ac_check_lib_save_LIBS=$LIBS
11324 LIBS="-lsvld $LIBS"
11325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11327
11328 /* Override any GCC internal prototype to avoid an error.
11329 Use char because int might match the return type of a GCC
11330 builtin and then its argument prototype would still apply. */
11331 #ifdef __cplusplus
11332 extern "C"
11333 #endif
11334 char dlopen ();
11335 int
11336 main ()
11337 {
11338 return dlopen ();
11339 ;
11340 return 0;
11341 }
11342 _ACEOF
11343 if ac_fn_c_try_link "$LINENO"; then :
11344 ac_cv_lib_svld_dlopen=yes
11345 else
11346 ac_cv_lib_svld_dlopen=no
11347 fi
11348 rm -f core conftest.err conftest.$ac_objext \
11349 conftest$ac_exeext conftest.$ac_ext
11350 LIBS=$ac_check_lib_save_LIBS
11351 fi
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11353 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11354 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11355 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11356 else
11357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11358 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11359 if ${ac_cv_lib_dld_dld_link+:} false; then :
11360 $as_echo_n "(cached) " >&6
11361 else
11362 ac_check_lib_save_LIBS=$LIBS
11363 LIBS="-ldld $LIBS"
11364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11365 /* end confdefs.h. */
11366
11367 /* Override any GCC internal prototype to avoid an error.
11368 Use char because int might match the return type of a GCC
11369 builtin and then its argument prototype would still apply. */
11370 #ifdef __cplusplus
11371 extern "C"
11372 #endif
11373 char dld_link ();
11374 int
11375 main ()
11376 {
11377 return dld_link ();
11378 ;
11379 return 0;
11380 }
11381 _ACEOF
11382 if ac_fn_c_try_link "$LINENO"; then :
11383 ac_cv_lib_dld_dld_link=yes
11384 else
11385 ac_cv_lib_dld_dld_link=no
11386 fi
11387 rm -f core conftest.err conftest.$ac_objext \
11388 conftest$ac_exeext conftest.$ac_ext
11389 LIBS=$ac_check_lib_save_LIBS
11390 fi
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11392 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11393 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11394 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11395 fi
11396
11397
11398 fi
11399
11400
11401 fi
11402
11403
11404 fi
11405
11406
11407 fi
11408
11409
11410 fi
11411
11412 ;;
11413 esac
11414
11415 if test "x$lt_cv_dlopen" != xno; then
11416 enable_dlopen=yes
11417 else
11418 enable_dlopen=no
11419 fi
11420
11421 case $lt_cv_dlopen in
11422 dlopen)
11423 save_CPPFLAGS="$CPPFLAGS"
11424 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11425
11426 save_LDFLAGS="$LDFLAGS"
11427 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11428
11429 save_LIBS="$LIBS"
11430 LIBS="$lt_cv_dlopen_libs $LIBS"
11431
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11433 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11434 if ${lt_cv_dlopen_self+:} false; then :
11435 $as_echo_n "(cached) " >&6
11436 else
11437 if test "$cross_compiling" = yes; then :
11438 lt_cv_dlopen_self=cross
11439 else
11440 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11441 lt_status=$lt_dlunknown
11442 cat > conftest.$ac_ext <<_LT_EOF
11443 #line 11443 "configure"
11444 #include "confdefs.h"
11445
11446 #if HAVE_DLFCN_H
11447 #include <dlfcn.h>
11448 #endif
11449
11450 #include <stdio.h>
11451
11452 #ifdef RTLD_GLOBAL
11453 # define LT_DLGLOBAL RTLD_GLOBAL
11454 #else
11455 # ifdef DL_GLOBAL
11456 # define LT_DLGLOBAL DL_GLOBAL
11457 # else
11458 # define LT_DLGLOBAL 0
11459 # endif
11460 #endif
11461
11462 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11463 find out it does not work in some platform. */
11464 #ifndef LT_DLLAZY_OR_NOW
11465 # ifdef RTLD_LAZY
11466 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11467 # else
11468 # ifdef DL_LAZY
11469 # define LT_DLLAZY_OR_NOW DL_LAZY
11470 # else
11471 # ifdef RTLD_NOW
11472 # define LT_DLLAZY_OR_NOW RTLD_NOW
11473 # else
11474 # ifdef DL_NOW
11475 # define LT_DLLAZY_OR_NOW DL_NOW
11476 # else
11477 # define LT_DLLAZY_OR_NOW 0
11478 # endif
11479 # endif
11480 # endif
11481 # endif
11482 #endif
11483
11484 /* When -fvisbility=hidden is used, assume the code has been annotated
11485 correspondingly for the symbols needed. */
11486 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11487 void fnord () __attribute__((visibility("default")));
11488 #endif
11489
11490 void fnord () { int i=42; }
11491 int main ()
11492 {
11493 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11494 int status = $lt_dlunknown;
11495
11496 if (self)
11497 {
11498 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11499 else
11500 {
11501 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11502 else puts (dlerror ());
11503 }
11504 /* dlclose (self); */
11505 }
11506 else
11507 puts (dlerror ());
11508
11509 return status;
11510 }
11511 _LT_EOF
11512 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11513 (eval $ac_link) 2>&5
11514 ac_status=$?
11515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11516 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11517 (./conftest; exit; ) >&5 2>/dev/null
11518 lt_status=$?
11519 case x$lt_status in
11520 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11521 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11522 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11523 esac
11524 else :
11525 # compilation failed
11526 lt_cv_dlopen_self=no
11527 fi
11528 fi
11529 rm -fr conftest*
11530
11531
11532 fi
11533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11534 $as_echo "$lt_cv_dlopen_self" >&6; }
11535
11536 if test "x$lt_cv_dlopen_self" = xyes; then
11537 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11539 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11540 if ${lt_cv_dlopen_self_static+:} false; then :
11541 $as_echo_n "(cached) " >&6
11542 else
11543 if test "$cross_compiling" = yes; then :
11544 lt_cv_dlopen_self_static=cross
11545 else
11546 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11547 lt_status=$lt_dlunknown
11548 cat > conftest.$ac_ext <<_LT_EOF
11549 #line 11549 "configure"
11550 #include "confdefs.h"
11551
11552 #if HAVE_DLFCN_H
11553 #include <dlfcn.h>
11554 #endif
11555
11556 #include <stdio.h>
11557
11558 #ifdef RTLD_GLOBAL
11559 # define LT_DLGLOBAL RTLD_GLOBAL
11560 #else
11561 # ifdef DL_GLOBAL
11562 # define LT_DLGLOBAL DL_GLOBAL
11563 # else
11564 # define LT_DLGLOBAL 0
11565 # endif
11566 #endif
11567
11568 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11569 find out it does not work in some platform. */
11570 #ifndef LT_DLLAZY_OR_NOW
11571 # ifdef RTLD_LAZY
11572 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11573 # else
11574 # ifdef DL_LAZY
11575 # define LT_DLLAZY_OR_NOW DL_LAZY
11576 # else
11577 # ifdef RTLD_NOW
11578 # define LT_DLLAZY_OR_NOW RTLD_NOW
11579 # else
11580 # ifdef DL_NOW
11581 # define LT_DLLAZY_OR_NOW DL_NOW
11582 # else
11583 # define LT_DLLAZY_OR_NOW 0
11584 # endif
11585 # endif
11586 # endif
11587 # endif
11588 #endif
11589
11590 /* When -fvisbility=hidden is used, assume the code has been annotated
11591 correspondingly for the symbols needed. */
11592 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11593 void fnord () __attribute__((visibility("default")));
11594 #endif
11595
11596 void fnord () { int i=42; }
11597 int main ()
11598 {
11599 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11600 int status = $lt_dlunknown;
11601
11602 if (self)
11603 {
11604 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11605 else
11606 {
11607 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11608 else puts (dlerror ());
11609 }
11610 /* dlclose (self); */
11611 }
11612 else
11613 puts (dlerror ());
11614
11615 return status;
11616 }
11617 _LT_EOF
11618 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11619 (eval $ac_link) 2>&5
11620 ac_status=$?
11621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11622 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11623 (./conftest; exit; ) >&5 2>/dev/null
11624 lt_status=$?
11625 case x$lt_status in
11626 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11627 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11628 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11629 esac
11630 else :
11631 # compilation failed
11632 lt_cv_dlopen_self_static=no
11633 fi
11634 fi
11635 rm -fr conftest*
11636
11637
11638 fi
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11640 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11641 fi
11642
11643 CPPFLAGS="$save_CPPFLAGS"
11644 LDFLAGS="$save_LDFLAGS"
11645 LIBS="$save_LIBS"
11646 ;;
11647 esac
11648
11649 case $lt_cv_dlopen_self in
11650 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11651 *) enable_dlopen_self=unknown ;;
11652 esac
11653
11654 case $lt_cv_dlopen_self_static in
11655 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11656 *) enable_dlopen_self_static=unknown ;;
11657 esac
11658 fi
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676 striplib=
11677 old_striplib=
11678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11679 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11680 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11681 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11682 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11684 $as_echo "yes" >&6; }
11685 else
11686 # FIXME - insert some real tests, host_os isn't really good enough
11687 case $host_os in
11688 darwin*)
11689 if test -n "$STRIP" ; then
11690 striplib="$STRIP -x"
11691 old_striplib="$STRIP -S"
11692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11693 $as_echo "yes" >&6; }
11694 else
11695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11696 $as_echo "no" >&6; }
11697 fi
11698 ;;
11699 *)
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11701 $as_echo "no" >&6; }
11702 ;;
11703 esac
11704 fi
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717 # Report which library types will actually be built
11718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11719 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11721 $as_echo "$can_build_shared" >&6; }
11722
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11724 $as_echo_n "checking whether to build shared libraries... " >&6; }
11725 test "$can_build_shared" = "no" && enable_shared=no
11726
11727 # On AIX, shared libraries and static libraries use the same namespace, and
11728 # are all built from PIC.
11729 case $host_os in
11730 aix3*)
11731 test "$enable_shared" = yes && enable_static=no
11732 if test -n "$RANLIB"; then
11733 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11734 postinstall_cmds='$RANLIB $lib'
11735 fi
11736 ;;
11737
11738 aix[4-9]*)
11739 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11740 test "$enable_shared" = yes && enable_static=no
11741 fi
11742 ;;
11743 esac
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11745 $as_echo "$enable_shared" >&6; }
11746
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11748 $as_echo_n "checking whether to build static libraries... " >&6; }
11749 # Make sure either enable_shared or enable_static is yes.
11750 test "$enable_shared" = yes || enable_static=yes
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11752 $as_echo "$enable_static" >&6; }
11753
11754
11755
11756
11757 fi
11758 ac_ext=c
11759 ac_cpp='$CPP $CPPFLAGS'
11760 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11761 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11763
11764 CC="$lt_save_CC"
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778 ac_config_commands="$ac_config_commands libtool"
11779
11780
11781
11782
11783 # Only expand once:
11784
11785
11786
11787 # Check whether --enable-targets was given.
11788 if test "${enable_targets+set}" = set; then :
11789 enableval=$enable_targets; case "${enableval}" in
11790 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11791 ;;
11792 no) enable_targets= ;;
11793 *) enable_targets=$enableval ;;
11794 esac
11795 fi
11796
11797
11798 # Set the 'development' global.
11799 . $srcdir/../bfd/development.sh
11800
11801 # Set acp_cpp_for_build variable
11802 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11803
11804 # Default set of GCC warnings to enable.
11805 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11806 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11807
11808 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11810 /* end confdefs.h. */
11811 __GNUC__
11812 _ACEOF
11813 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11814 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11815
11816 else
11817 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11818 fi
11819 rm -f conftest*
11820
11821
11822 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11823 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11824 /* end confdefs.h. */
11825 __GNUC__
11826 _ACEOF
11827 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11828 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11829
11830 else
11831 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11832 fi
11833 rm -f conftest*
11834
11835
11836 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11837 WARN_WRITE_STRINGS=""
11838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11839 /* end confdefs.h. */
11840 __GNUC__
11841 _ACEOF
11842 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11843 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11844
11845 else
11846 WARN_WRITE_STRINGS="-Wwrite-strings"
11847 fi
11848 rm -f conftest*
11849
11850
11851 # Verify CC_FOR_BUILD to be compatible with warning flags
11852
11853 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11855 /* end confdefs.h. */
11856 __GNUC__
11857 _ACEOF
11858 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11859 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11860
11861 else
11862 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11863 fi
11864 rm -f conftest*
11865
11866
11867 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11869 /* end confdefs.h. */
11870 __GNUC__
11871 _ACEOF
11872 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11873 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11874
11875 else
11876 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11877 fi
11878 rm -f conftest*
11879
11880
11881 # Check whether --enable-werror was given.
11882 if test "${enable_werror+set}" = set; then :
11883 enableval=$enable_werror; case "${enableval}" in
11884 yes | y) ERROR_ON_WARNING="yes" ;;
11885 no | n) ERROR_ON_WARNING="no" ;;
11886 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11887 esac
11888 fi
11889
11890
11891 # Disable -Wformat by default when using gcc on mingw
11892 case "${host}" in
11893 *-*-mingw32*)
11894 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11895 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11896 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11897 fi
11898 ;;
11899 *) ;;
11900 esac
11901
11902 # Enable -Werror by default when using gcc. Turn it off for releases.
11903 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11904 ERROR_ON_WARNING=yes
11905 fi
11906
11907 NO_WERROR=
11908 if test "${ERROR_ON_WARNING}" = yes ; then
11909 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11910 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11911 NO_WERROR="-Wno-error"
11912 fi
11913
11914 if test "${GCC}" = yes ; then
11915 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11916 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11917 fi
11918
11919 # Check whether --enable-build-warnings was given.
11920 if test "${enable_build_warnings+set}" = set; then :
11921 enableval=$enable_build_warnings; case "${enableval}" in
11922 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11923 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11924 no) if test "${GCC}" = yes ; then
11925 WARN_CFLAGS="-w"
11926 WARN_CFLAGS_FOR_BUILD="-w"
11927 fi;;
11928 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11929 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11930 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11931 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11932 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11933 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11934 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11935 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11936 esac
11937 fi
11938
11939
11940 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11941 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11942 fi
11943
11944
11945
11946
11947
11948
11949 ac_ext=c
11950 ac_cpp='$CPP $CPPFLAGS'
11951 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11952 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11953 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11954
11955 NO_WMISSING_FIELD_INITIALIZERS=
11956 save_CFLAGS="$CFLAGS"
11957 for real_option in -Wno-missing-field-initializers; do
11958 # Do the check with the no- prefix removed since gcc silently
11959 # accepts any -Wno-* option on purpose
11960 case $real_option in
11961 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11962 *) option=$real_option ;;
11963 esac
11964 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11965
11966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11967 $as_echo_n "checking whether $CC supports $option... " >&6; }
11968 if eval \${$as_acx_Woption+:} false; then :
11969 $as_echo_n "(cached) " >&6
11970 else
11971 CFLAGS="$option"
11972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11973 /* end confdefs.h. */
11974
11975 int
11976 main ()
11977 {
11978
11979 ;
11980 return 0;
11981 }
11982 _ACEOF
11983 if ac_fn_c_try_compile "$LINENO"; then :
11984 eval "$as_acx_Woption=yes"
11985 else
11986 eval "$as_acx_Woption=no"
11987 fi
11988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11989
11990 fi
11991 eval ac_res=\$$as_acx_Woption
11992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11993 $as_echo "$ac_res" >&6; }
11994 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11995 NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_FIELD_INITIALIZERS:+ }$real_option"
11996 fi
11997 done
11998 CFLAGS="$save_CFLAGS"
11999 ac_ext=c
12000 ac_cpp='$CPP $CPPFLAGS'
12001 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12002 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12003 ac_compiler_gnu=$ac_cv_c_compiler_gnu
12004
12005
12006
12007 ac_config_headers="$ac_config_headers config.h:config.in"
12008
12009
12010 # PR 14072
12011
12012
12013 if test -z "$target" ; then
12014 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12015 fi
12016
12017
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12019 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12020 # Check whether --enable-maintainer-mode was given.
12021 if test "${enable_maintainer_mode+set}" = set; then :
12022 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12023 else
12024 USE_MAINTAINER_MODE=no
12025 fi
12026
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12028 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12029 if test $USE_MAINTAINER_MODE = yes; then
12030 MAINTAINER_MODE_TRUE=
12031 MAINTAINER_MODE_FALSE='#'
12032 else
12033 MAINTAINER_MODE_TRUE='#'
12034 MAINTAINER_MODE_FALSE=
12035 fi
12036
12037 MAINT=$MAINTAINER_MODE_TRUE
12038
12039
12040 case ${build_alias} in
12041 "") build_noncanonical=${build} ;;
12042 *) build_noncanonical=${build_alias} ;;
12043 esac
12044
12045 case ${host_alias} in
12046 "") host_noncanonical=${build_noncanonical} ;;
12047 *) host_noncanonical=${host_alias} ;;
12048 esac
12049
12050 case ${target_alias} in
12051 "") target_noncanonical=${host_noncanonical} ;;
12052 *) target_noncanonical=${target_alias} ;;
12053 esac
12054
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
12056 $as_echo_n "checking whether to install libbfd... " >&6; }
12057 # Check whether --enable-install-libbfd was given.
12058 if test "${enable_install_libbfd+set}" = set; then :
12059 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
12060 else
12061 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
12062 install_libbfd_p=yes
12063 else
12064 install_libbfd_p=no
12065 fi
12066 fi
12067
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
12069 $as_echo "$install_libbfd_p" >&6; }
12070 if test $install_libbfd_p = yes; then
12071 INSTALL_LIBBFD_TRUE=
12072 INSTALL_LIBBFD_FALSE='#'
12073 else
12074 INSTALL_LIBBFD_TRUE='#'
12075 INSTALL_LIBBFD_FALSE=
12076 fi
12077
12078 # Need _noncanonical variables for this.
12079
12080
12081
12082
12083 # libbfd.a is a host library containing target dependent code
12084 bfdlibdir='$(libdir)'
12085 bfdincludedir='$(includedir)'
12086 if test "${host}" != "${target}"; then
12087 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
12088 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
12089 fi
12090
12091
12092
12093
12094
12095
12096
12097
12098 # host-specific stuff:
12099
12100 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
12101 # If we haven't got the data from the intl directory,
12102 # assume NLS is disabled.
12103 USE_NLS=no
12104 LIBINTL=
12105 LIBINTL_DEP=
12106 INCINTL=
12107 XGETTEXT=
12108 GMSGFMT=
12109 POSUB=
12110
12111 if test -f ../intl/config.intl; then
12112 . ../intl/config.intl
12113 fi
12114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12115 $as_echo_n "checking whether NLS is requested... " >&6; }
12116 if test x"$USE_NLS" != xyes; then
12117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12118 $as_echo "no" >&6; }
12119 else
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12121 $as_echo "yes" >&6; }
12122
12123 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12124
12125
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12127 $as_echo_n "checking for catalogs to be installed... " >&6; }
12128 # Look for .po and .gmo files in the source directory.
12129 CATALOGS=
12130 XLINGUAS=
12131 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12132 # If there aren't any .gmo files the shell will give us the
12133 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12134 # weeded out.
12135 case "$cat" in *\**)
12136 continue;;
12137 esac
12138 # The quadruple backslash is collapsed to a double backslash
12139 # by the backticks, then collapsed again by the double quotes,
12140 # leaving us with one backslash in the sed expression (right
12141 # before the dot that mustn't act as a wildcard).
12142 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12143 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12144 # The user is allowed to set LINGUAS to a list of languages to
12145 # install catalogs for. If it's empty that means "all of them."
12146 if test "x$LINGUAS" = x; then
12147 CATALOGS="$CATALOGS $cat"
12148 XLINGUAS="$XLINGUAS $lang"
12149 else
12150 case "$LINGUAS" in *$lang*)
12151 CATALOGS="$CATALOGS $cat"
12152 XLINGUAS="$XLINGUAS $lang"
12153 ;;
12154 esac
12155 fi
12156 done
12157 LINGUAS="$XLINGUAS"
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12159 $as_echo "$LINGUAS" >&6; }
12160
12161
12162 DATADIRNAME=share
12163
12164 INSTOBJEXT=.mo
12165
12166 GENCAT=gencat
12167
12168 CATOBJEXT=.gmo
12169
12170 fi
12171
12172 MKINSTALLDIRS=
12173 if test -n "$ac_aux_dir"; then
12174 case "$ac_aux_dir" in
12175 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12176 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12177 esac
12178 fi
12179 if test -z "$MKINSTALLDIRS"; then
12180 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12181 fi
12182
12183
12184
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12186 $as_echo_n "checking whether NLS is requested... " >&6; }
12187 # Check whether --enable-nls was given.
12188 if test "${enable_nls+set}" = set; then :
12189 enableval=$enable_nls; USE_NLS=$enableval
12190 else
12191 USE_NLS=yes
12192 fi
12193
12194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12195 $as_echo "$USE_NLS" >&6; }
12196
12197
12198
12199
12200
12201
12202 # Prepare PATH_SEPARATOR.
12203 # The user is always right.
12204 if test "${PATH_SEPARATOR+set}" != set; then
12205 echo "#! /bin/sh" >conf$$.sh
12206 echo "exit 0" >>conf$$.sh
12207 chmod +x conf$$.sh
12208 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12209 PATH_SEPARATOR=';'
12210 else
12211 PATH_SEPARATOR=:
12212 fi
12213 rm -f conf$$.sh
12214 fi
12215
12216 # Find out how to test for executable files. Don't use a zero-byte file,
12217 # as systems may use methods other than mode bits to determine executability.
12218 cat >conf$$.file <<_ASEOF
12219 #! /bin/sh
12220 exit 0
12221 _ASEOF
12222 chmod +x conf$$.file
12223 if test -x conf$$.file >/dev/null 2>&1; then
12224 ac_executable_p="test -x"
12225 else
12226 ac_executable_p="test -f"
12227 fi
12228 rm -f conf$$.file
12229
12230 # Extract the first word of "msgfmt", so it can be a program name with args.
12231 set dummy msgfmt; ac_word=$2
12232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12233 $as_echo_n "checking for $ac_word... " >&6; }
12234 if ${ac_cv_path_MSGFMT+:} false; then :
12235 $as_echo_n "(cached) " >&6
12236 else
12237 case "$MSGFMT" in
12238 [\\/]* | ?:[\\/]*)
12239 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12240 ;;
12241 *)
12242 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12243 for ac_dir in $PATH; do
12244 IFS="$ac_save_IFS"
12245 test -z "$ac_dir" && ac_dir=.
12246 for ac_exec_ext in '' $ac_executable_extensions; do
12247 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12248 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12249 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12250 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12251 break 2
12252 fi
12253 fi
12254 done
12255 done
12256 IFS="$ac_save_IFS"
12257 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12258 ;;
12259 esac
12260 fi
12261 MSGFMT="$ac_cv_path_MSGFMT"
12262 if test "$MSGFMT" != ":"; then
12263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12264 $as_echo "$MSGFMT" >&6; }
12265 else
12266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12267 $as_echo "no" >&6; }
12268 fi
12269
12270 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12271 set dummy gmsgfmt; ac_word=$2
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12273 $as_echo_n "checking for $ac_word... " >&6; }
12274 if ${ac_cv_path_GMSGFMT+:} false; then :
12275 $as_echo_n "(cached) " >&6
12276 else
12277 case $GMSGFMT in
12278 [\\/]* | ?:[\\/]*)
12279 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12280 ;;
12281 *)
12282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12283 for as_dir in $PATH
12284 do
12285 IFS=$as_save_IFS
12286 test -z "$as_dir" && as_dir=.
12287 for ac_exec_ext in '' $ac_executable_extensions; do
12288 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12289 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12290 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12291 break 2
12292 fi
12293 done
12294 done
12295 IFS=$as_save_IFS
12296
12297 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12298 ;;
12299 esac
12300 fi
12301 GMSGFMT=$ac_cv_path_GMSGFMT
12302 if test -n "$GMSGFMT"; then
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12304 $as_echo "$GMSGFMT" >&6; }
12305 else
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12307 $as_echo "no" >&6; }
12308 fi
12309
12310
12311
12312
12313 # Prepare PATH_SEPARATOR.
12314 # The user is always right.
12315 if test "${PATH_SEPARATOR+set}" != set; then
12316 echo "#! /bin/sh" >conf$$.sh
12317 echo "exit 0" >>conf$$.sh
12318 chmod +x conf$$.sh
12319 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12320 PATH_SEPARATOR=';'
12321 else
12322 PATH_SEPARATOR=:
12323 fi
12324 rm -f conf$$.sh
12325 fi
12326
12327 # Find out how to test for executable files. Don't use a zero-byte file,
12328 # as systems may use methods other than mode bits to determine executability.
12329 cat >conf$$.file <<_ASEOF
12330 #! /bin/sh
12331 exit 0
12332 _ASEOF
12333 chmod +x conf$$.file
12334 if test -x conf$$.file >/dev/null 2>&1; then
12335 ac_executable_p="test -x"
12336 else
12337 ac_executable_p="test -f"
12338 fi
12339 rm -f conf$$.file
12340
12341 # Extract the first word of "xgettext", so it can be a program name with args.
12342 set dummy xgettext; ac_word=$2
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12344 $as_echo_n "checking for $ac_word... " >&6; }
12345 if ${ac_cv_path_XGETTEXT+:} false; then :
12346 $as_echo_n "(cached) " >&6
12347 else
12348 case "$XGETTEXT" in
12349 [\\/]* | ?:[\\/]*)
12350 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12351 ;;
12352 *)
12353 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12354 for ac_dir in $PATH; do
12355 IFS="$ac_save_IFS"
12356 test -z "$ac_dir" && ac_dir=.
12357 for ac_exec_ext in '' $ac_executable_extensions; do
12358 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12359 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12360 (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
12361 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12362 break 2
12363 fi
12364 fi
12365 done
12366 done
12367 IFS="$ac_save_IFS"
12368 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12369 ;;
12370 esac
12371 fi
12372 XGETTEXT="$ac_cv_path_XGETTEXT"
12373 if test "$XGETTEXT" != ":"; then
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12375 $as_echo "$XGETTEXT" >&6; }
12376 else
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12378 $as_echo "no" >&6; }
12379 fi
12380
12381 rm -f messages.po
12382
12383
12384 # Prepare PATH_SEPARATOR.
12385 # The user is always right.
12386 if test "${PATH_SEPARATOR+set}" != set; then
12387 echo "#! /bin/sh" >conf$$.sh
12388 echo "exit 0" >>conf$$.sh
12389 chmod +x conf$$.sh
12390 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12391 PATH_SEPARATOR=';'
12392 else
12393 PATH_SEPARATOR=:
12394 fi
12395 rm -f conf$$.sh
12396 fi
12397
12398 # Find out how to test for executable files. Don't use a zero-byte file,
12399 # as systems may use methods other than mode bits to determine executability.
12400 cat >conf$$.file <<_ASEOF
12401 #! /bin/sh
12402 exit 0
12403 _ASEOF
12404 chmod +x conf$$.file
12405 if test -x conf$$.file >/dev/null 2>&1; then
12406 ac_executable_p="test -x"
12407 else
12408 ac_executable_p="test -f"
12409 fi
12410 rm -f conf$$.file
12411
12412 # Extract the first word of "msgmerge", so it can be a program name with args.
12413 set dummy msgmerge; ac_word=$2
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12415 $as_echo_n "checking for $ac_word... " >&6; }
12416 if ${ac_cv_path_MSGMERGE+:} false; then :
12417 $as_echo_n "(cached) " >&6
12418 else
12419 case "$MSGMERGE" in
12420 [\\/]* | ?:[\\/]*)
12421 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12422 ;;
12423 *)
12424 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12425 for ac_dir in $PATH; do
12426 IFS="$ac_save_IFS"
12427 test -z "$ac_dir" && ac_dir=.
12428 for ac_exec_ext in '' $ac_executable_extensions; do
12429 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12430 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12431 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12432 break 2
12433 fi
12434 fi
12435 done
12436 done
12437 IFS="$ac_save_IFS"
12438 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12439 ;;
12440 esac
12441 fi
12442 MSGMERGE="$ac_cv_path_MSGMERGE"
12443 if test "$MSGMERGE" != ":"; then
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12445 $as_echo "$MSGMERGE" >&6; }
12446 else
12447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12448 $as_echo "no" >&6; }
12449 fi
12450
12451
12452 if test "$GMSGFMT" != ":"; then
12453 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12454 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12455 : ;
12456 else
12457 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12459 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12460 GMSGFMT=":"
12461 fi
12462 fi
12463
12464 if test "$XGETTEXT" != ":"; then
12465 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12466 (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
12467 : ;
12468 else
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12470 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12471 XGETTEXT=":"
12472 fi
12473 rm -f messages.po
12474 fi
12475
12476 ac_config_commands="$ac_config_commands default-1"
12477
12478
12479
12480 . ${srcdir}/../bfd/configure.host
12481
12482 # Put a plausible default for CC_FOR_BUILD in Makefile.
12483 if test -z "$CC_FOR_BUILD"; then
12484 if test "x$cross_compiling" = "xno"; then
12485 CC_FOR_BUILD='$(CC)'
12486 else
12487 CC_FOR_BUILD=gcc
12488 fi
12489 fi
12490
12491 # Also set EXEEXT_FOR_BUILD.
12492 if test "x$cross_compiling" = "xno"; then
12493 EXEEXT_FOR_BUILD='$(EXEEXT)'
12494 else
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12496 $as_echo_n "checking for build system executable suffix... " >&6; }
12497 if ${bfd_cv_build_exeext+:} false; then :
12498 $as_echo_n "(cached) " >&6
12499 else
12500 rm -f conftest*
12501 echo 'int main () { return 0; }' > conftest.c
12502 bfd_cv_build_exeext=
12503 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12504 for file in conftest.*; do
12505 case $file in
12506 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12507 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12508 esac
12509 done
12510 rm -f conftest*
12511 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12512 fi
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12514 $as_echo "$bfd_cv_build_exeext" >&6; }
12515 EXEEXT_FOR_BUILD=""
12516 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12517 fi
12518
12519
12520
12521
12522
12523 for ac_header in string.h strings.h stdlib.h limits.h
12524 do :
12525 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12526 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12527 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12528 cat >>confdefs.h <<_ACEOF
12529 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12530 _ACEOF
12531
12532 fi
12533
12534 done
12535
12536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12537 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12538 if ${gcc_cv_header_string+:} false; then :
12539 $as_echo_n "(cached) " >&6
12540 else
12541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12542 /* end confdefs.h. */
12543 #include <string.h>
12544 #include <strings.h>
12545 int
12546 main ()
12547 {
12548
12549 ;
12550 return 0;
12551 }
12552 _ACEOF
12553 if ac_fn_c_try_compile "$LINENO"; then :
12554 gcc_cv_header_string=yes
12555 else
12556 gcc_cv_header_string=no
12557 fi
12558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12559 fi
12560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12561 $as_echo "$gcc_cv_header_string" >&6; }
12562 if test $gcc_cv_header_string = yes; then
12563
12564 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12565
12566 fi
12567
12568
12569 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12570 if test "x$ac_cv_have_decl_basename" = xyes; then :
12571 ac_have_decl=1
12572 else
12573 ac_have_decl=0
12574 fi
12575
12576 cat >>confdefs.h <<_ACEOF
12577 #define HAVE_DECL_BASENAME $ac_have_decl
12578 _ACEOF
12579 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12580 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12581 ac_have_decl=1
12582 else
12583 ac_have_decl=0
12584 fi
12585
12586 cat >>confdefs.h <<_ACEOF
12587 #define HAVE_DECL_STPCPY $ac_have_decl
12588 _ACEOF
12589
12590
12591 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12592 # since sigsetjmp might only be defined as a macro.
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12594 $as_echo_n "checking for sigsetjmp... " >&6; }
12595 if ${gdb_cv_func_sigsetjmp+:} false; then :
12596 $as_echo_n "(cached) " >&6
12597 else
12598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12599 /* end confdefs.h. */
12600
12601 #include <setjmp.h>
12602
12603 int
12604 main ()
12605 {
12606 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12607 ;
12608 return 0;
12609 }
12610 _ACEOF
12611 if ac_fn_c_try_compile "$LINENO"; then :
12612 bfd_cv_func_sigsetjmp=yes
12613 else
12614 bfd_cv_func_sigsetjmp=no
12615 fi
12616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12617 fi
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12619 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12620 if test $bfd_cv_func_sigsetjmp = yes; then
12621
12622 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12623
12624 fi
12625
12626 cgen_maint=no
12627 cgendir='$(srcdir)/../cgen'
12628
12629 # Check whether --enable-cgen-maint was given.
12630 if test "${enable_cgen_maint+set}" = set; then :
12631 enableval=$enable_cgen_maint; case "${enableval}" in
12632 yes) cgen_maint=yes ;;
12633 no) cgen_maint=no ;;
12634 *)
12635 # argument is cgen install directory (not implemented yet).
12636 # Having a `share' directory might be more appropriate for the .scm,
12637 # .cpu, etc. files.
12638 cgen_maint=yes
12639 cgendir=${cgen_maint}/lib/cgen
12640 ;;
12641 esac
12642 fi
12643 if test x${cgen_maint} = xyes; then
12644 CGEN_MAINT_TRUE=
12645 CGEN_MAINT_FALSE='#'
12646 else
12647 CGEN_MAINT_TRUE='#'
12648 CGEN_MAINT_FALSE=
12649 fi
12650
12651
12652
12653 using_cgen=no
12654
12655 # Check if linker supports --as-needed and --no-as-needed options
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12657 $as_echo_n "checking linker --as-needed support... " >&6; }
12658 if ${bfd_cv_ld_as_needed+:} false; then :
12659 $as_echo_n "(cached) " >&6
12660 else
12661 bfd_cv_ld_as_needed=no
12662 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12663 bfd_cv_ld_as_needed=yes
12664 fi
12665
12666 fi
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12668 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12669
12670 LIBM=
12671 case $host in
12672 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12673 # These system don't have libm, or don't need it
12674 ;;
12675 *-ncr-sysv4.3*)
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12677 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12678 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12679 $as_echo_n "(cached) " >&6
12680 else
12681 ac_check_lib_save_LIBS=$LIBS
12682 LIBS="-lmw $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 _mwvalidcheckl ();
12693 int
12694 main ()
12695 {
12696 return _mwvalidcheckl ();
12697 ;
12698 return 0;
12699 }
12700 _ACEOF
12701 if ac_fn_c_try_link "$LINENO"; then :
12702 ac_cv_lib_mw__mwvalidcheckl=yes
12703 else
12704 ac_cv_lib_mw__mwvalidcheckl=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_mw__mwvalidcheckl" >&5
12711 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12712 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12713 LIBM="-lmw"
12714 fi
12715
12716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12717 $as_echo_n "checking for cos in -lm... " >&6; }
12718 if ${ac_cv_lib_m_cos+:} false; then :
12719 $as_echo_n "(cached) " >&6
12720 else
12721 ac_check_lib_save_LIBS=$LIBS
12722 LIBS="-lm $LIBS"
12723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12724 /* end confdefs.h. */
12725
12726 /* Override any GCC internal prototype to avoid an error.
12727 Use char because int might match the return type of a GCC
12728 builtin and then its argument prototype would still apply. */
12729 #ifdef __cplusplus
12730 extern "C"
12731 #endif
12732 char cos ();
12733 int
12734 main ()
12735 {
12736 return cos ();
12737 ;
12738 return 0;
12739 }
12740 _ACEOF
12741 if ac_fn_c_try_link "$LINENO"; then :
12742 ac_cv_lib_m_cos=yes
12743 else
12744 ac_cv_lib_m_cos=no
12745 fi
12746 rm -f core conftest.err conftest.$ac_objext \
12747 conftest$ac_exeext conftest.$ac_ext
12748 LIBS=$ac_check_lib_save_LIBS
12749 fi
12750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12751 $as_echo "$ac_cv_lib_m_cos" >&6; }
12752 if test "x$ac_cv_lib_m_cos" = xyes; then :
12753 LIBM="$LIBM -lm"
12754 fi
12755
12756 ;;
12757 *)
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12759 $as_echo_n "checking for cos in -lm... " >&6; }
12760 if ${ac_cv_lib_m_cos+:} false; then :
12761 $as_echo_n "(cached) " >&6
12762 else
12763 ac_check_lib_save_LIBS=$LIBS
12764 LIBS="-lm $LIBS"
12765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12766 /* end confdefs.h. */
12767
12768 /* Override any GCC internal prototype to avoid an error.
12769 Use char because int might match the return type of a GCC
12770 builtin and then its argument prototype would still apply. */
12771 #ifdef __cplusplus
12772 extern "C"
12773 #endif
12774 char cos ();
12775 int
12776 main ()
12777 {
12778 return cos ();
12779 ;
12780 return 0;
12781 }
12782 _ACEOF
12783 if ac_fn_c_try_link "$LINENO"; then :
12784 ac_cv_lib_m_cos=yes
12785 else
12786 ac_cv_lib_m_cos=no
12787 fi
12788 rm -f core conftest.err conftest.$ac_objext \
12789 conftest$ac_exeext conftest.$ac_ext
12790 LIBS=$ac_check_lib_save_LIBS
12791 fi
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12793 $as_echo "$ac_cv_lib_m_cos" >&6; }
12794 if test "x$ac_cv_lib_m_cos" = xyes; then :
12795 LIBM="-lm"
12796 fi
12797
12798 ;;
12799 esac
12800
12801
12802
12803 #Libs for generator progs
12804 if test "x$cross_compiling" = "xno"; then
12805 BUILD_LIBS=../libiberty/libiberty.a
12806 BUILD_LIB_DEPS=$BUILD_LIBS
12807 else
12808 # if cross-compiling, assume that the system provides -liberty
12809 # and that the version is compatible with new headers.
12810 BUILD_LIBS=-liberty
12811 BUILD_LIB_DEPS=
12812 fi
12813 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12814 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12815
12816
12817
12818
12819 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12820 SHARED_LDFLAGS=
12821 SHARED_LIBADD=
12822 SHARED_DEPENDENCIES=
12823 if test "$enable_shared" = "yes"; then
12824 # When building a shared libopcodes, link against the pic version of libiberty
12825 # so that apps that use libopcodes won't need libiberty just to satisfy any
12826 # libopcodes references.
12827 # We can't do that if a pic libiberty is unavailable since including non-pic
12828 # code would insert text relocations into libopcodes.
12829 # Note that linking against libbfd as we do here, which is itself linked
12830 # against libiberty, may not satisfy all the libopcodes libiberty references
12831 # since libbfd may not pull in the entirety of libiberty.
12832 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12833 if test -n "$x"; then
12834 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12835 fi
12836
12837 case "${host}" in
12838 *-*-cygwin*)
12839 SHARED_LDFLAGS="-no-undefined"
12840 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12841 ;;
12842 *-*-darwin*)
12843 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12844 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12845 ;;
12846 *)
12847 case "$host_vendor" in
12848 hp)
12849 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12850 ;;
12851 *)
12852 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12853 ;;
12854 esac
12855 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12856 ;;
12857 esac
12858
12859 if test -n "$SHARED_LIBADD"; then
12860 if test -n "$LIBM"; then
12861 if test x"$bfd_cv_ld_as_needed" = xyes; then
12862 # Link against libm only when needed. Put -lc, -lm inside -Wl
12863 # to stop libtool reordering these options.
12864 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12865 else
12866 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12867 fi
12868 fi
12869 fi
12870 fi
12871
12872
12873
12874
12875 # target-specific stuff:
12876
12877 # Canonicalize the secondary target names.
12878 if test -n "$enable_targets" ; then
12879 for targ in `echo $enable_targets | sed 's/,/ /g'`
12880 do
12881 result=`$ac_config_sub $targ 2>/dev/null`
12882 if test -n "$result" ; then
12883 canon_targets="$canon_targets $result"
12884 else
12885 # Allow targets that config.sub doesn't recognize, like "all".
12886 canon_targets="$canon_targets $targ"
12887 fi
12888 done
12889 fi
12890
12891 all_targets=false
12892 selarchs=
12893 for targ in $target $canon_targets
12894 do
12895 if test "x$targ" = "xall" ; then
12896 all_targets=true
12897 else
12898 . $srcdir/../bfd/config.bfd
12899 selarchs="$selarchs $targ_archs"
12900 fi
12901 done
12902
12903 # Utility var, documents generic cgen support files.
12904
12905 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12906
12907 # We don't do any links based on the target system, just makefile config.
12908
12909 if test x${all_targets} = xfalse ; then
12910
12911 # Target architecture .o files.
12912 ta=
12913
12914 for arch in $selarchs
12915 do
12916 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12917 archdefs="$archdefs -DARCH_$ad"
12918 case "$arch" in
12919 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" ;;
12920 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12921 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12922 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12923 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12924 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12925 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12926 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12927 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12928 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12929 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12930 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12931 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12932 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12933 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12934 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12935 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12936 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12937 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12938 ta="$ta i386-dis.lo i386-opc.lo" ;;
12939 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12940 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12941 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12942 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12943 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 ;;
12944 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12945 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 ;;
12946 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12947 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12948 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12949 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12950 bfd_s12z_arch) ta="$ta s12z-dis.lo m68hc11-opc.lo" ;;
12951 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12952 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12953 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12954 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12955 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12956 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12957 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12958 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12959 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12960 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12961 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12962 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12963 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12964 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12965 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12966 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12967 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12968 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12969 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12970 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12971 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12972 bfd_pyramid_arch) ;;
12973 bfd_romp_arch) ;;
12974 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12975 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12976 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12977 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12978 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12979 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12980 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12981 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12982 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12983 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12984 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12985 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12986 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12987 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12988 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12989 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12990 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12991 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12992 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12993 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12994 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12995 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12996 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
12997 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12998 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12999 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
13000 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
13001 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
13002 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
13003
13004 "") ;;
13005 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
13006 esac
13007 done
13008
13009 if test $using_cgen = yes ; then
13010 ta="$ta $cgen_files"
13011 fi
13012
13013 # Weed out duplicate .o files.
13014 f=""
13015 for i in $ta ; do
13016 case " $f " in
13017 *" $i "*) ;;
13018 *) f="$f $i" ;;
13019 esac
13020 done
13021 ta="$f"
13022
13023 # And duplicate -D flags.
13024 f=""
13025 for i in $archdefs ; do
13026 case " $f " in
13027 *" $i "*) ;;
13028 *) f="$f $i" ;;
13029 esac
13030 done
13031 archdefs="$f"
13032
13033 BFD_MACHINES="$ta"
13034
13035 else # all_targets is true
13036 archdefs=-DARCH_all
13037 BFD_MACHINES='$(ALL_MACHINES)'
13038 fi
13039
13040
13041
13042
13043 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13044
13045 cat >confcache <<\_ACEOF
13046 # This file is a shell script that caches the results of configure
13047 # tests run on this system so they can be shared between configure
13048 # scripts and configure runs, see configure's option --config-cache.
13049 # It is not useful on other systems. If it contains results you don't
13050 # want to keep, you may remove or edit it.
13051 #
13052 # config.status only pays attention to the cache file if you give it
13053 # the --recheck option to rerun configure.
13054 #
13055 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13056 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13057 # following values.
13058
13059 _ACEOF
13060
13061 # The following way of writing the cache mishandles newlines in values,
13062 # but we know of no workaround that is simple, portable, and efficient.
13063 # So, we kill variables containing newlines.
13064 # Ultrix sh set writes to stderr and can't be redirected directly,
13065 # and sets the high bit in the cache file unless we assign to the vars.
13066 (
13067 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13068 eval ac_val=\$$ac_var
13069 case $ac_val in #(
13070 *${as_nl}*)
13071 case $ac_var in #(
13072 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13073 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13074 esac
13075 case $ac_var in #(
13076 _ | IFS | as_nl) ;; #(
13077 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13078 *) { eval $ac_var=; unset $ac_var;} ;;
13079 esac ;;
13080 esac
13081 done
13082
13083 (set) 2>&1 |
13084 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13085 *${as_nl}ac_space=\ *)
13086 # `set' does not quote correctly, so add quotes: double-quote
13087 # substitution turns \\\\ into \\, and sed turns \\ into \.
13088 sed -n \
13089 "s/'/'\\\\''/g;
13090 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13091 ;; #(
13092 *)
13093 # `set' quotes correctly as required by POSIX, so do not add quotes.
13094 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13095 ;;
13096 esac |
13097 sort
13098 ) |
13099 sed '
13100 /^ac_cv_env_/b end
13101 t clear
13102 :clear
13103 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13104 t end
13105 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13106 :end' >>confcache
13107 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13108 if test -w "$cache_file"; then
13109 if test "x$cache_file" != "x/dev/null"; then
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13111 $as_echo "$as_me: updating cache $cache_file" >&6;}
13112 if test ! -f "$cache_file" || test -h "$cache_file"; then
13113 cat confcache >"$cache_file"
13114 else
13115 case $cache_file in #(
13116 */* | ?:*)
13117 mv -f confcache "$cache_file"$$ &&
13118 mv -f "$cache_file"$$ "$cache_file" ;; #(
13119 *)
13120 mv -f confcache "$cache_file" ;;
13121 esac
13122 fi
13123 fi
13124 else
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13126 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13127 fi
13128 fi
13129 rm -f confcache
13130
13131 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13132 # Let make expand exec_prefix.
13133 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13134
13135 DEFS=-DHAVE_CONFIG_H
13136
13137 ac_libobjs=
13138 ac_ltlibobjs=
13139 U=
13140 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13141 # 1. Remove the extension, and $U if already installed.
13142 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13143 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13144 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13145 # will be set to the directory where LIBOBJS objects are built.
13146 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13147 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13148 done
13149 LIBOBJS=$ac_libobjs
13150
13151 LTLIBOBJS=$ac_ltlibobjs
13152
13153
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
13155 $as_echo_n "checking that generated files are newer than configure... " >&6; }
13156 if test -n "$am_sleep_pid"; then
13157 # Hide warnings about reused PIDs.
13158 wait $am_sleep_pid 2>/dev/null
13159 fi
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
13161 $as_echo "done" >&6; }
13162 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13163 as_fn_error $? "conditional \"AMDEP\" was never defined.
13164 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13165 fi
13166 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13167 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
13168 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13169 fi
13170 if test -n "$EXEEXT"; then
13171 am__EXEEXT_TRUE=
13172 am__EXEEXT_FALSE='#'
13173 else
13174 am__EXEEXT_TRUE='#'
13175 am__EXEEXT_FALSE=
13176 fi
13177
13178 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13179 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13180 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13181 fi
13182 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
13183 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
13184 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13185 fi
13186 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
13187 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
13188 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13189 fi
13190
13191 : "${CONFIG_STATUS=./config.status}"
13192 ac_write_fail=0
13193 ac_clean_files_save=$ac_clean_files
13194 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13196 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13197 as_write_fail=0
13198 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13199 #! $SHELL
13200 # Generated by $as_me.
13201 # Run this file to recreate the current configuration.
13202 # Compiler output produced by configure, useful for debugging
13203 # configure, is in config.log if it exists.
13204
13205 debug=false
13206 ac_cs_recheck=false
13207 ac_cs_silent=false
13208
13209 SHELL=\${CONFIG_SHELL-$SHELL}
13210 export SHELL
13211 _ASEOF
13212 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13213 ## -------------------- ##
13214 ## M4sh Initialization. ##
13215 ## -------------------- ##
13216
13217 # Be more Bourne compatible
13218 DUALCASE=1; export DUALCASE # for MKS sh
13219 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13220 emulate sh
13221 NULLCMD=:
13222 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13223 # is contrary to our usage. Disable this feature.
13224 alias -g '${1+"$@"}'='"$@"'
13225 setopt NO_GLOB_SUBST
13226 else
13227 case `(set -o) 2>/dev/null` in #(
13228 *posix*) :
13229 set -o posix ;; #(
13230 *) :
13231 ;;
13232 esac
13233 fi
13234
13235
13236 as_nl='
13237 '
13238 export as_nl
13239 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13240 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13241 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13242 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13243 # Prefer a ksh shell builtin over an external printf program on Solaris,
13244 # but without wasting forks for bash or zsh.
13245 if test -z "$BASH_VERSION$ZSH_VERSION" \
13246 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13247 as_echo='print -r --'
13248 as_echo_n='print -rn --'
13249 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13250 as_echo='printf %s\n'
13251 as_echo_n='printf %s'
13252 else
13253 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13254 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13255 as_echo_n='/usr/ucb/echo -n'
13256 else
13257 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13258 as_echo_n_body='eval
13259 arg=$1;
13260 case $arg in #(
13261 *"$as_nl"*)
13262 expr "X$arg" : "X\\(.*\\)$as_nl";
13263 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13264 esac;
13265 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13266 '
13267 export as_echo_n_body
13268 as_echo_n='sh -c $as_echo_n_body as_echo'
13269 fi
13270 export as_echo_body
13271 as_echo='sh -c $as_echo_body as_echo'
13272 fi
13273
13274 # The user is always right.
13275 if test "${PATH_SEPARATOR+set}" != set; then
13276 PATH_SEPARATOR=:
13277 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13278 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13279 PATH_SEPARATOR=';'
13280 }
13281 fi
13282
13283
13284 # IFS
13285 # We need space, tab and new line, in precisely that order. Quoting is
13286 # there to prevent editors from complaining about space-tab.
13287 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13288 # splitting by setting IFS to empty value.)
13289 IFS=" "" $as_nl"
13290
13291 # Find who we are. Look in the path if we contain no directory separator.
13292 as_myself=
13293 case $0 in #((
13294 *[\\/]* ) as_myself=$0 ;;
13295 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13296 for as_dir in $PATH
13297 do
13298 IFS=$as_save_IFS
13299 test -z "$as_dir" && as_dir=.
13300 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13301 done
13302 IFS=$as_save_IFS
13303
13304 ;;
13305 esac
13306 # We did not find ourselves, most probably we were run as `sh COMMAND'
13307 # in which case we are not to be found in the path.
13308 if test "x$as_myself" = x; then
13309 as_myself=$0
13310 fi
13311 if test ! -f "$as_myself"; then
13312 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13313 exit 1
13314 fi
13315
13316 # Unset variables that we do not need and which cause bugs (e.g. in
13317 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13318 # suppresses any "Segmentation fault" message there. '((' could
13319 # trigger a bug in pdksh 5.2.14.
13320 for as_var in BASH_ENV ENV MAIL MAILPATH
13321 do eval test x\${$as_var+set} = xset \
13322 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13323 done
13324 PS1='$ '
13325 PS2='> '
13326 PS4='+ '
13327
13328 # NLS nuisances.
13329 LC_ALL=C
13330 export LC_ALL
13331 LANGUAGE=C
13332 export LANGUAGE
13333
13334 # CDPATH.
13335 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13336
13337
13338 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13339 # ----------------------------------------
13340 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13341 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13342 # script with STATUS, using 1 if that was 0.
13343 as_fn_error ()
13344 {
13345 as_status=$1; test $as_status -eq 0 && as_status=1
13346 if test "$4"; then
13347 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13348 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13349 fi
13350 $as_echo "$as_me: error: $2" >&2
13351 as_fn_exit $as_status
13352 } # as_fn_error
13353
13354
13355 # as_fn_set_status STATUS
13356 # -----------------------
13357 # Set $? to STATUS, without forking.
13358 as_fn_set_status ()
13359 {
13360 return $1
13361 } # as_fn_set_status
13362
13363 # as_fn_exit STATUS
13364 # -----------------
13365 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13366 as_fn_exit ()
13367 {
13368 set +e
13369 as_fn_set_status $1
13370 exit $1
13371 } # as_fn_exit
13372
13373 # as_fn_unset VAR
13374 # ---------------
13375 # Portably unset VAR.
13376 as_fn_unset ()
13377 {
13378 { eval $1=; unset $1;}
13379 }
13380 as_unset=as_fn_unset
13381 # as_fn_append VAR VALUE
13382 # ----------------------
13383 # Append the text in VALUE to the end of the definition contained in VAR. Take
13384 # advantage of any shell optimizations that allow amortized linear growth over
13385 # repeated appends, instead of the typical quadratic growth present in naive
13386 # implementations.
13387 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13388 eval 'as_fn_append ()
13389 {
13390 eval $1+=\$2
13391 }'
13392 else
13393 as_fn_append ()
13394 {
13395 eval $1=\$$1\$2
13396 }
13397 fi # as_fn_append
13398
13399 # as_fn_arith ARG...
13400 # ------------------
13401 # Perform arithmetic evaluation on the ARGs, and store the result in the
13402 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13403 # must be portable across $(()) and expr.
13404 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13405 eval 'as_fn_arith ()
13406 {
13407 as_val=$(( $* ))
13408 }'
13409 else
13410 as_fn_arith ()
13411 {
13412 as_val=`expr "$@" || test $? -eq 1`
13413 }
13414 fi # as_fn_arith
13415
13416
13417 if expr a : '\(a\)' >/dev/null 2>&1 &&
13418 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13419 as_expr=expr
13420 else
13421 as_expr=false
13422 fi
13423
13424 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13425 as_basename=basename
13426 else
13427 as_basename=false
13428 fi
13429
13430 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13431 as_dirname=dirname
13432 else
13433 as_dirname=false
13434 fi
13435
13436 as_me=`$as_basename -- "$0" ||
13437 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13438 X"$0" : 'X\(//\)$' \| \
13439 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13440 $as_echo X/"$0" |
13441 sed '/^.*\/\([^/][^/]*\)\/*$/{
13442 s//\1/
13443 q
13444 }
13445 /^X\/\(\/\/\)$/{
13446 s//\1/
13447 q
13448 }
13449 /^X\/\(\/\).*/{
13450 s//\1/
13451 q
13452 }
13453 s/.*/./; q'`
13454
13455 # Avoid depending upon Character Ranges.
13456 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13457 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13458 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13459 as_cr_digits='0123456789'
13460 as_cr_alnum=$as_cr_Letters$as_cr_digits
13461
13462 ECHO_C= ECHO_N= ECHO_T=
13463 case `echo -n x` in #(((((
13464 -n*)
13465 case `echo 'xy\c'` in
13466 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13467 xy) ECHO_C='\c';;
13468 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13469 ECHO_T=' ';;
13470 esac;;
13471 *)
13472 ECHO_N='-n';;
13473 esac
13474
13475 rm -f conf$$ conf$$.exe conf$$.file
13476 if test -d conf$$.dir; then
13477 rm -f conf$$.dir/conf$$.file
13478 else
13479 rm -f conf$$.dir
13480 mkdir conf$$.dir 2>/dev/null
13481 fi
13482 if (echo >conf$$.file) 2>/dev/null; then
13483 if ln -s conf$$.file conf$$ 2>/dev/null; then
13484 as_ln_s='ln -s'
13485 # ... but there are two gotchas:
13486 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13487 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13488 # In both cases, we have to default to `cp -pR'.
13489 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13490 as_ln_s='cp -pR'
13491 elif ln conf$$.file conf$$ 2>/dev/null; then
13492 as_ln_s=ln
13493 else
13494 as_ln_s='cp -pR'
13495 fi
13496 else
13497 as_ln_s='cp -pR'
13498 fi
13499 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13500 rmdir conf$$.dir 2>/dev/null
13501
13502
13503 # as_fn_mkdir_p
13504 # -------------
13505 # Create "$as_dir" as a directory, including parents if necessary.
13506 as_fn_mkdir_p ()
13507 {
13508
13509 case $as_dir in #(
13510 -*) as_dir=./$as_dir;;
13511 esac
13512 test -d "$as_dir" || eval $as_mkdir_p || {
13513 as_dirs=
13514 while :; do
13515 case $as_dir in #(
13516 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13517 *) as_qdir=$as_dir;;
13518 esac
13519 as_dirs="'$as_qdir' $as_dirs"
13520 as_dir=`$as_dirname -- "$as_dir" ||
13521 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13522 X"$as_dir" : 'X\(//\)[^/]' \| \
13523 X"$as_dir" : 'X\(//\)$' \| \
13524 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13525 $as_echo X"$as_dir" |
13526 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13527 s//\1/
13528 q
13529 }
13530 /^X\(\/\/\)[^/].*/{
13531 s//\1/
13532 q
13533 }
13534 /^X\(\/\/\)$/{
13535 s//\1/
13536 q
13537 }
13538 /^X\(\/\).*/{
13539 s//\1/
13540 q
13541 }
13542 s/.*/./; q'`
13543 test -d "$as_dir" && break
13544 done
13545 test -z "$as_dirs" || eval "mkdir $as_dirs"
13546 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13547
13548
13549 } # as_fn_mkdir_p
13550 if mkdir -p . 2>/dev/null; then
13551 as_mkdir_p='mkdir -p "$as_dir"'
13552 else
13553 test -d ./-p && rmdir ./-p
13554 as_mkdir_p=false
13555 fi
13556
13557
13558 # as_fn_executable_p FILE
13559 # -----------------------
13560 # Test if FILE is an executable regular file.
13561 as_fn_executable_p ()
13562 {
13563 test -f "$1" && test -x "$1"
13564 } # as_fn_executable_p
13565 as_test_x='test -x'
13566 as_executable_p=as_fn_executable_p
13567
13568 # Sed expression to map a string onto a valid CPP name.
13569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13570
13571 # Sed expression to map a string onto a valid variable name.
13572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13573
13574
13575 exec 6>&1
13576 ## ----------------------------------- ##
13577 ## Main body of $CONFIG_STATUS script. ##
13578 ## ----------------------------------- ##
13579 _ASEOF
13580 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13581
13582 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13583 # Save the log message, to keep $0 and so on meaningful, and to
13584 # report actual input values of CONFIG_FILES etc. instead of their
13585 # values after options handling.
13586 ac_log="
13587 This file was extended by opcodes $as_me 2.30.52, which was
13588 generated by GNU Autoconf 2.69. Invocation command line was
13589
13590 CONFIG_FILES = $CONFIG_FILES
13591 CONFIG_HEADERS = $CONFIG_HEADERS
13592 CONFIG_LINKS = $CONFIG_LINKS
13593 CONFIG_COMMANDS = $CONFIG_COMMANDS
13594 $ $0 $@
13595
13596 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13597 "
13598
13599 _ACEOF
13600
13601 case $ac_config_files in *"
13602 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13603 esac
13604
13605 case $ac_config_headers in *"
13606 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13607 esac
13608
13609
13610 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13611 # Files that config.status was made for.
13612 config_files="$ac_config_files"
13613 config_headers="$ac_config_headers"
13614 config_commands="$ac_config_commands"
13615
13616 _ACEOF
13617
13618 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13619 ac_cs_usage="\
13620 \`$as_me' instantiates files and other configuration actions
13621 from templates according to the current configuration. Unless the files
13622 and actions are specified as TAGs, all are instantiated by default.
13623
13624 Usage: $0 [OPTION]... [TAG]...
13625
13626 -h, --help print this help, then exit
13627 -V, --version print version number and configuration settings, then exit
13628 --config print configuration, then exit
13629 -q, --quiet, --silent
13630 do not print progress messages
13631 -d, --debug don't remove temporary files
13632 --recheck update $as_me by reconfiguring in the same conditions
13633 --file=FILE[:TEMPLATE]
13634 instantiate the configuration file FILE
13635 --header=FILE[:TEMPLATE]
13636 instantiate the configuration header FILE
13637
13638 Configuration files:
13639 $config_files
13640
13641 Configuration headers:
13642 $config_headers
13643
13644 Configuration commands:
13645 $config_commands
13646
13647 Report bugs to the package provider."
13648
13649 _ACEOF
13650 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13651 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13652 ac_cs_version="\\
13653 opcodes config.status 2.30.52
13654 configured by $0, generated by GNU Autoconf 2.69,
13655 with options \\"\$ac_cs_config\\"
13656
13657 Copyright (C) 2012 Free Software Foundation, Inc.
13658 This config.status script is free software; the Free Software Foundation
13659 gives unlimited permission to copy, distribute and modify it."
13660
13661 ac_pwd='$ac_pwd'
13662 srcdir='$srcdir'
13663 INSTALL='$INSTALL'
13664 MKDIR_P='$MKDIR_P'
13665 AWK='$AWK'
13666 test -n "\$AWK" || AWK=awk
13667 _ACEOF
13668
13669 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13670 # The default lists apply if the user does not specify any file.
13671 ac_need_defaults=:
13672 while test $# != 0
13673 do
13674 case $1 in
13675 --*=?*)
13676 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13677 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13678 ac_shift=:
13679 ;;
13680 --*=)
13681 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13682 ac_optarg=
13683 ac_shift=:
13684 ;;
13685 *)
13686 ac_option=$1
13687 ac_optarg=$2
13688 ac_shift=shift
13689 ;;
13690 esac
13691
13692 case $ac_option in
13693 # Handling of the options.
13694 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13695 ac_cs_recheck=: ;;
13696 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13697 $as_echo "$ac_cs_version"; exit ;;
13698 --config | --confi | --conf | --con | --co | --c )
13699 $as_echo "$ac_cs_config"; exit ;;
13700 --debug | --debu | --deb | --de | --d | -d )
13701 debug=: ;;
13702 --file | --fil | --fi | --f )
13703 $ac_shift
13704 case $ac_optarg in
13705 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13706 '') as_fn_error $? "missing file argument" ;;
13707 esac
13708 as_fn_append CONFIG_FILES " '$ac_optarg'"
13709 ac_need_defaults=false;;
13710 --header | --heade | --head | --hea )
13711 $ac_shift
13712 case $ac_optarg in
13713 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13714 esac
13715 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13716 ac_need_defaults=false;;
13717 --he | --h)
13718 # Conflict between --help and --header
13719 as_fn_error $? "ambiguous option: \`$1'
13720 Try \`$0 --help' for more information.";;
13721 --help | --hel | -h )
13722 $as_echo "$ac_cs_usage"; exit ;;
13723 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13724 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13725 ac_cs_silent=: ;;
13726
13727 # This is an error.
13728 -*) as_fn_error $? "unrecognized option: \`$1'
13729 Try \`$0 --help' for more information." ;;
13730
13731 *) as_fn_append ac_config_targets " $1"
13732 ac_need_defaults=false ;;
13733
13734 esac
13735 shift
13736 done
13737
13738 ac_configure_extra_args=
13739
13740 if $ac_cs_silent; then
13741 exec 6>/dev/null
13742 ac_configure_extra_args="$ac_configure_extra_args --silent"
13743 fi
13744
13745 _ACEOF
13746 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13747 if \$ac_cs_recheck; then
13748 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13749 shift
13750 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13751 CONFIG_SHELL='$SHELL'
13752 export CONFIG_SHELL
13753 exec "\$@"
13754 fi
13755
13756 _ACEOF
13757 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13758 exec 5>>config.log
13759 {
13760 echo
13761 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13762 ## Running $as_me. ##
13763 _ASBOX
13764 $as_echo "$ac_log"
13765 } >&5
13766
13767 _ACEOF
13768 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13769 #
13770 # INIT-COMMANDS
13771 #
13772 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13773
13774
13775 # The HP-UX ksh and POSIX shell print the target directory to stdout
13776 # if CDPATH is set.
13777 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13778
13779 sed_quote_subst='$sed_quote_subst'
13780 double_quote_subst='$double_quote_subst'
13781 delay_variable_subst='$delay_variable_subst'
13782 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13783 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13784 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13785 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13786 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13787 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13788 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13789 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13790 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13791 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13792 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13793 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13794 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13795 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13796 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13797 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13798 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13799 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13800 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13801 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13802 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13803 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13804 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13805 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13806 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13807 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13808 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13809 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13810 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13811 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13812 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13813 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13814 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13815 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13816 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13817 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13818 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13819 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13820 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13821 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13822 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13823 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13824 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13825 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13826 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13827 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13828 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13829 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13830 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"`'
13831 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13832 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13833 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13834 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13835 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13836 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13837 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13838 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13839 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13840 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13841 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13842 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13843 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13844 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13845 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13846 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13847 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13848 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13849 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13850 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13851 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13852 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13853 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13854 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13855 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13856 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13857 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13858 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13859 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13860 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13861 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13862 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13863 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13864 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13865 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13866 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13867 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13868 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13869 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13870 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13871 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13872 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13873 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13874 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13875 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13876 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13877 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13878 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13879 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13880 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13881 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13882 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13883 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13884 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13885 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13886 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13887 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13888 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13889 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13890 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13891 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13892 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13893 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13894 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13895 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13896 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13897 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13898 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13899 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13900 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13901 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13902
13903 LTCC='$LTCC'
13904 LTCFLAGS='$LTCFLAGS'
13905 compiler='$compiler_DEFAULT'
13906
13907 # A function that is used when there is no print builtin or printf.
13908 func_fallback_echo ()
13909 {
13910 eval 'cat <<_LTECHO_EOF
13911 \$1
13912 _LTECHO_EOF'
13913 }
13914
13915 # Quote evaled strings.
13916 for var in SHELL \
13917 ECHO \
13918 SED \
13919 GREP \
13920 EGREP \
13921 FGREP \
13922 LD \
13923 NM \
13924 LN_S \
13925 lt_SP2NL \
13926 lt_NL2SP \
13927 reload_flag \
13928 OBJDUMP \
13929 deplibs_check_method \
13930 file_magic_cmd \
13931 AR \
13932 AR_FLAGS \
13933 STRIP \
13934 RANLIB \
13935 CC \
13936 CFLAGS \
13937 compiler \
13938 lt_cv_sys_global_symbol_pipe \
13939 lt_cv_sys_global_symbol_to_cdecl \
13940 lt_cv_sys_global_symbol_to_c_name_address \
13941 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13942 lt_prog_compiler_no_builtin_flag \
13943 lt_prog_compiler_wl \
13944 lt_prog_compiler_pic \
13945 lt_prog_compiler_static \
13946 lt_cv_prog_compiler_c_o \
13947 need_locks \
13948 DSYMUTIL \
13949 NMEDIT \
13950 LIPO \
13951 OTOOL \
13952 OTOOL64 \
13953 shrext_cmds \
13954 export_dynamic_flag_spec \
13955 whole_archive_flag_spec \
13956 compiler_needs_object \
13957 with_gnu_ld \
13958 allow_undefined_flag \
13959 no_undefined_flag \
13960 hardcode_libdir_flag_spec \
13961 hardcode_libdir_flag_spec_ld \
13962 hardcode_libdir_separator \
13963 fix_srcfile_path \
13964 exclude_expsyms \
13965 include_expsyms \
13966 file_list_spec \
13967 variables_saved_for_relink \
13968 libname_spec \
13969 library_names_spec \
13970 soname_spec \
13971 install_override_mode \
13972 finish_eval \
13973 old_striplib \
13974 striplib; do
13975 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13976 *[\\\\\\\`\\"\\\$]*)
13977 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13978 ;;
13979 *)
13980 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13981 ;;
13982 esac
13983 done
13984
13985 # Double-quote double-evaled strings.
13986 for var in reload_cmds \
13987 old_postinstall_cmds \
13988 old_postuninstall_cmds \
13989 old_archive_cmds \
13990 extract_expsyms_cmds \
13991 old_archive_from_new_cmds \
13992 old_archive_from_expsyms_cmds \
13993 archive_cmds \
13994 archive_expsym_cmds \
13995 module_cmds \
13996 module_expsym_cmds \
13997 export_symbols_cmds \
13998 prelink_cmds \
13999 postinstall_cmds \
14000 postuninstall_cmds \
14001 finish_cmds \
14002 sys_lib_search_path_spec \
14003 sys_lib_dlsearch_path_spec; do
14004 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14005 *[\\\\\\\`\\"\\\$]*)
14006 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14007 ;;
14008 *)
14009 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14010 ;;
14011 esac
14012 done
14013
14014 ac_aux_dir='$ac_aux_dir'
14015 xsi_shell='$xsi_shell'
14016 lt_shell_append='$lt_shell_append'
14017
14018 # See if we are running on zsh, and set the options which allow our
14019 # commands through without removal of \ escapes INIT.
14020 if test -n "\${ZSH_VERSION+set}" ; then
14021 setopt NO_GLOB_SUBST
14022 fi
14023
14024
14025 PACKAGE='$PACKAGE'
14026 VERSION='$VERSION'
14027 TIMESTAMP='$TIMESTAMP'
14028 RM='$RM'
14029 ofile='$ofile'
14030
14031
14032
14033 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14034 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14035 # from automake.
14036 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14037 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14038 LINGUAS="${LINGUAS-%UNSET%}"
14039
14040
14041 _ACEOF
14042
14043 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14044
14045 # Handling of arguments.
14046 for ac_config_target in $ac_config_targets
14047 do
14048 case $ac_config_target in
14049 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14050 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14051 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14052 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14053 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14054 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14055
14056 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14057 esac
14058 done
14059
14060
14061 # If the user did not use the arguments to specify the items to instantiate,
14062 # then the envvar interface is used. Set only those that are not.
14063 # We use the long form for the default assignment because of an extremely
14064 # bizarre bug on SunOS 4.1.3.
14065 if $ac_need_defaults; then
14066 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14067 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14068 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14069 fi
14070
14071 # Have a temporary directory for convenience. Make it in the build tree
14072 # simply because there is no reason against having it here, and in addition,
14073 # creating and moving files from /tmp can sometimes cause problems.
14074 # Hook for its removal unless debugging.
14075 # Note that there is a small window in which the directory will not be cleaned:
14076 # after its creation but before its name has been assigned to `$tmp'.
14077 $debug ||
14078 {
14079 tmp= ac_tmp=
14080 trap 'exit_status=$?
14081 : "${ac_tmp:=$tmp}"
14082 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14083 ' 0
14084 trap 'as_fn_exit 1' 1 2 13 15
14085 }
14086 # Create a (secure) tmp directory for tmp files.
14087
14088 {
14089 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14090 test -d "$tmp"
14091 } ||
14092 {
14093 tmp=./conf$$-$RANDOM
14094 (umask 077 && mkdir "$tmp")
14095 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14096 ac_tmp=$tmp
14097
14098 # Set up the scripts for CONFIG_FILES section.
14099 # No need to generate them if there are no CONFIG_FILES.
14100 # This happens for instance with `./config.status config.h'.
14101 if test -n "$CONFIG_FILES"; then
14102
14103
14104 ac_cr=`echo X | tr X '\015'`
14105 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14106 # But we know of no other shell where ac_cr would be empty at this
14107 # point, so we can use a bashism as a fallback.
14108 if test "x$ac_cr" = x; then
14109 eval ac_cr=\$\'\\r\'
14110 fi
14111 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14112 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14113 ac_cs_awk_cr='\\r'
14114 else
14115 ac_cs_awk_cr=$ac_cr
14116 fi
14117
14118 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14119 _ACEOF
14120
14121
14122 {
14123 echo "cat >conf$$subs.awk <<_ACEOF" &&
14124 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14125 echo "_ACEOF"
14126 } >conf$$subs.sh ||
14127 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14128 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14129 ac_delim='%!_!# '
14130 for ac_last_try in false false false false false :; do
14131 . ./conf$$subs.sh ||
14132 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14133
14134 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14135 if test $ac_delim_n = $ac_delim_num; then
14136 break
14137 elif $ac_last_try; then
14138 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14139 else
14140 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14141 fi
14142 done
14143 rm -f conf$$subs.sh
14144
14145 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14146 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14147 _ACEOF
14148 sed -n '
14149 h
14150 s/^/S["/; s/!.*/"]=/
14151 p
14152 g
14153 s/^[^!]*!//
14154 :repl
14155 t repl
14156 s/'"$ac_delim"'$//
14157 t delim
14158 :nl
14159 h
14160 s/\(.\{148\}\)..*/\1/
14161 t more1
14162 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14163 p
14164 n
14165 b repl
14166 :more1
14167 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14168 p
14169 g
14170 s/.\{148\}//
14171 t nl
14172 :delim
14173 h
14174 s/\(.\{148\}\)..*/\1/
14175 t more2
14176 s/["\\]/\\&/g; s/^/"/; s/$/"/
14177 p
14178 b
14179 :more2
14180 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14181 p
14182 g
14183 s/.\{148\}//
14184 t delim
14185 ' <conf$$subs.awk | sed '
14186 /^[^""]/{
14187 N
14188 s/\n//
14189 }
14190 ' >>$CONFIG_STATUS || ac_write_fail=1
14191 rm -f conf$$subs.awk
14192 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14193 _ACAWK
14194 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
14195 for (key in S) S_is_set[key] = 1
14196 FS = "\a"
14197
14198 }
14199 {
14200 line = $ 0
14201 nfields = split(line, field, "@")
14202 substed = 0
14203 len = length(field[1])
14204 for (i = 2; i < nfields; i++) {
14205 key = field[i]
14206 keylen = length(key)
14207 if (S_is_set[key]) {
14208 value = S[key]
14209 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14210 len += length(value) + length(field[++i])
14211 substed = 1
14212 } else
14213 len += 1 + keylen
14214 }
14215
14216 print line
14217 }
14218
14219 _ACAWK
14220 _ACEOF
14221 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14222 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14223 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14224 else
14225 cat
14226 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14227 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14228 _ACEOF
14229
14230 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14231 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14232 # trailing colons and then remove the whole line if VPATH becomes empty
14233 # (actually we leave an empty line to preserve line numbers).
14234 if test "x$srcdir" = x.; then
14235 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14236 h
14237 s///
14238 s/^/:/
14239 s/[ ]*$/:/
14240 s/:\$(srcdir):/:/g
14241 s/:\${srcdir}:/:/g
14242 s/:@srcdir@:/:/g
14243 s/^:*//
14244 s/:*$//
14245 x
14246 s/\(=[ ]*\).*/\1/
14247 G
14248 s/\n//
14249 s/^[^=]*=[ ]*$//
14250 }'
14251 fi
14252
14253 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14254 fi # test -n "$CONFIG_FILES"
14255
14256 # Set up the scripts for CONFIG_HEADERS section.
14257 # No need to generate them if there are no CONFIG_HEADERS.
14258 # This happens for instance with `./config.status Makefile'.
14259 if test -n "$CONFIG_HEADERS"; then
14260 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
14261 BEGIN {
14262 _ACEOF
14263
14264 # Transform confdefs.h into an awk script `defines.awk', embedded as
14265 # here-document in config.status, that substitutes the proper values into
14266 # config.h.in to produce config.h.
14267
14268 # Create a delimiter string that does not exist in confdefs.h, to ease
14269 # handling of long lines.
14270 ac_delim='%!_!# '
14271 for ac_last_try in false false :; do
14272 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14273 if test -z "$ac_tt"; then
14274 break
14275 elif $ac_last_try; then
14276 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14277 else
14278 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14279 fi
14280 done
14281
14282 # For the awk script, D is an array of macro values keyed by name,
14283 # likewise P contains macro parameters if any. Preserve backslash
14284 # newline sequences.
14285
14286 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14287 sed -n '
14288 s/.\{148\}/&'"$ac_delim"'/g
14289 t rset
14290 :rset
14291 s/^[ ]*#[ ]*define[ ][ ]*/ /
14292 t def
14293 d
14294 :def
14295 s/\\$//
14296 t bsnl
14297 s/["\\]/\\&/g
14298 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14299 D["\1"]=" \3"/p
14300 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14301 d
14302 :bsnl
14303 s/["\\]/\\&/g
14304 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14305 D["\1"]=" \3\\\\\\n"\\/p
14306 t cont
14307 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14308 t cont
14309 d
14310 :cont
14311 n
14312 s/.\{148\}/&'"$ac_delim"'/g
14313 t clear
14314 :clear
14315 s/\\$//
14316 t bsnlc
14317 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14318 d
14319 :bsnlc
14320 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14321 b cont
14322 ' <confdefs.h | sed '
14323 s/'"$ac_delim"'/"\\\
14324 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14325
14326 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14327 for (key in D) D_is_set[key] = 1
14328 FS = "\a"
14329 }
14330 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14331 line = \$ 0
14332 split(line, arg, " ")
14333 if (arg[1] == "#") {
14334 defundef = arg[2]
14335 mac1 = arg[3]
14336 } else {
14337 defundef = substr(arg[1], 2)
14338 mac1 = arg[2]
14339 }
14340 split(mac1, mac2, "(") #)
14341 macro = mac2[1]
14342 prefix = substr(line, 1, index(line, defundef) - 1)
14343 if (D_is_set[macro]) {
14344 # Preserve the white space surrounding the "#".
14345 print prefix "define", macro P[macro] D[macro]
14346 next
14347 } else {
14348 # Replace #undef with comments. This is necessary, for example,
14349 # in the case of _POSIX_SOURCE, which is predefined and required
14350 # on some systems where configure will not decide to define it.
14351 if (defundef == "undef") {
14352 print "/*", prefix defundef, macro, "*/"
14353 next
14354 }
14355 }
14356 }
14357 { print }
14358 _ACAWK
14359 _ACEOF
14360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14361 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14362 fi # test -n "$CONFIG_HEADERS"
14363
14364
14365 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14366 shift
14367 for ac_tag
14368 do
14369 case $ac_tag in
14370 :[FHLC]) ac_mode=$ac_tag; continue;;
14371 esac
14372 case $ac_mode$ac_tag in
14373 :[FHL]*:*);;
14374 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14375 :[FH]-) ac_tag=-:-;;
14376 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14377 esac
14378 ac_save_IFS=$IFS
14379 IFS=:
14380 set x $ac_tag
14381 IFS=$ac_save_IFS
14382 shift
14383 ac_file=$1
14384 shift
14385
14386 case $ac_mode in
14387 :L) ac_source=$1;;
14388 :[FH])
14389 ac_file_inputs=
14390 for ac_f
14391 do
14392 case $ac_f in
14393 -) ac_f="$ac_tmp/stdin";;
14394 *) # Look for the file first in the build tree, then in the source tree
14395 # (if the path is not absolute). The absolute path cannot be DOS-style,
14396 # because $ac_f cannot contain `:'.
14397 test -f "$ac_f" ||
14398 case $ac_f in
14399 [\\/$]*) false;;
14400 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14401 esac ||
14402 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14403 esac
14404 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14405 as_fn_append ac_file_inputs " '$ac_f'"
14406 done
14407
14408 # Let's still pretend it is `configure' which instantiates (i.e., don't
14409 # use $as_me), people would be surprised to read:
14410 # /* config.h. Generated by config.status. */
14411 configure_input='Generated from '`
14412 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14413 `' by configure.'
14414 if test x"$ac_file" != x-; then
14415 configure_input="$ac_file. $configure_input"
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14417 $as_echo "$as_me: creating $ac_file" >&6;}
14418 fi
14419 # Neutralize special characters interpreted by sed in replacement strings.
14420 case $configure_input in #(
14421 *\&* | *\|* | *\\* )
14422 ac_sed_conf_input=`$as_echo "$configure_input" |
14423 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14424 *) ac_sed_conf_input=$configure_input;;
14425 esac
14426
14427 case $ac_tag in
14428 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14429 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14430 esac
14431 ;;
14432 esac
14433
14434 ac_dir=`$as_dirname -- "$ac_file" ||
14435 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14436 X"$ac_file" : 'X\(//\)[^/]' \| \
14437 X"$ac_file" : 'X\(//\)$' \| \
14438 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14439 $as_echo X"$ac_file" |
14440 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14441 s//\1/
14442 q
14443 }
14444 /^X\(\/\/\)[^/].*/{
14445 s//\1/
14446 q
14447 }
14448 /^X\(\/\/\)$/{
14449 s//\1/
14450 q
14451 }
14452 /^X\(\/\).*/{
14453 s//\1/
14454 q
14455 }
14456 s/.*/./; q'`
14457 as_dir="$ac_dir"; as_fn_mkdir_p
14458 ac_builddir=.
14459
14460 case "$ac_dir" in
14461 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14462 *)
14463 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14464 # A ".." for each directory in $ac_dir_suffix.
14465 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14466 case $ac_top_builddir_sub in
14467 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14468 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14469 esac ;;
14470 esac
14471 ac_abs_top_builddir=$ac_pwd
14472 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14473 # for backward compatibility:
14474 ac_top_builddir=$ac_top_build_prefix
14475
14476 case $srcdir in
14477 .) # We are building in place.
14478 ac_srcdir=.
14479 ac_top_srcdir=$ac_top_builddir_sub
14480 ac_abs_top_srcdir=$ac_pwd ;;
14481 [\\/]* | ?:[\\/]* ) # Absolute name.
14482 ac_srcdir=$srcdir$ac_dir_suffix;
14483 ac_top_srcdir=$srcdir
14484 ac_abs_top_srcdir=$srcdir ;;
14485 *) # Relative name.
14486 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14487 ac_top_srcdir=$ac_top_build_prefix$srcdir
14488 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14489 esac
14490 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14491
14492
14493 case $ac_mode in
14494 :F)
14495 #
14496 # CONFIG_FILE
14497 #
14498
14499 case $INSTALL in
14500 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14501 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14502 esac
14503 ac_MKDIR_P=$MKDIR_P
14504 case $MKDIR_P in
14505 [\\/$]* | ?:[\\/]* ) ;;
14506 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14507 esac
14508 _ACEOF
14509
14510 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14511 # If the template does not know about datarootdir, expand it.
14512 # FIXME: This hack should be removed a few years after 2.60.
14513 ac_datarootdir_hack=; ac_datarootdir_seen=
14514 ac_sed_dataroot='
14515 /datarootdir/ {
14516 p
14517 q
14518 }
14519 /@datadir@/p
14520 /@docdir@/p
14521 /@infodir@/p
14522 /@localedir@/p
14523 /@mandir@/p'
14524 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14525 *datarootdir*) ac_datarootdir_seen=yes;;
14526 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14527 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14528 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14529 _ACEOF
14530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14531 ac_datarootdir_hack='
14532 s&@datadir@&$datadir&g
14533 s&@docdir@&$docdir&g
14534 s&@infodir@&$infodir&g
14535 s&@localedir@&$localedir&g
14536 s&@mandir@&$mandir&g
14537 s&\\\${datarootdir}&$datarootdir&g' ;;
14538 esac
14539 _ACEOF
14540
14541 # Neutralize VPATH when `$srcdir' = `.'.
14542 # Shell code in configure.ac might set extrasub.
14543 # FIXME: do we really want to maintain this feature?
14544 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14545 ac_sed_extra="$ac_vpsub
14546 $extrasub
14547 _ACEOF
14548 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14549 :t
14550 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14551 s|@configure_input@|$ac_sed_conf_input|;t t
14552 s&@top_builddir@&$ac_top_builddir_sub&;t t
14553 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14554 s&@srcdir@&$ac_srcdir&;t t
14555 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14556 s&@top_srcdir@&$ac_top_srcdir&;t t
14557 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14558 s&@builddir@&$ac_builddir&;t t
14559 s&@abs_builddir@&$ac_abs_builddir&;t t
14560 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14561 s&@INSTALL@&$ac_INSTALL&;t t
14562 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14563 $ac_datarootdir_hack
14564 "
14565 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14566 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14567
14568 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14569 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14570 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14571 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14573 which seems to be undefined. Please make sure it is defined" >&5
14574 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14575 which seems to be undefined. Please make sure it is defined" >&2;}
14576
14577 rm -f "$ac_tmp/stdin"
14578 case $ac_file in
14579 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14580 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14581 esac \
14582 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14583 ;;
14584 :H)
14585 #
14586 # CONFIG_HEADER
14587 #
14588 if test x"$ac_file" != x-; then
14589 {
14590 $as_echo "/* $configure_input */" \
14591 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14592 } >"$ac_tmp/config.h" \
14593 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14594 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14595 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14596 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14597 else
14598 rm -f "$ac_file"
14599 mv "$ac_tmp/config.h" "$ac_file" \
14600 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14601 fi
14602 else
14603 $as_echo "/* $configure_input */" \
14604 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14605 || as_fn_error $? "could not create -" "$LINENO" 5
14606 fi
14607 # Compute "$ac_file"'s index in $config_headers.
14608 _am_arg="$ac_file"
14609 _am_stamp_count=1
14610 for _am_header in $config_headers :; do
14611 case $_am_header in
14612 $_am_arg | $_am_arg:* )
14613 break ;;
14614 * )
14615 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14616 esac
14617 done
14618 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14619 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14620 X"$_am_arg" : 'X\(//\)[^/]' \| \
14621 X"$_am_arg" : 'X\(//\)$' \| \
14622 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14623 $as_echo X"$_am_arg" |
14624 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14625 s//\1/
14626 q
14627 }
14628 /^X\(\/\/\)[^/].*/{
14629 s//\1/
14630 q
14631 }
14632 /^X\(\/\/\)$/{
14633 s//\1/
14634 q
14635 }
14636 /^X\(\/\).*/{
14637 s//\1/
14638 q
14639 }
14640 s/.*/./; q'`/stamp-h$_am_stamp_count
14641 ;;
14642
14643 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14644 $as_echo "$as_me: executing $ac_file commands" >&6;}
14645 ;;
14646 esac
14647
14648
14649 case $ac_file$ac_mode in
14650 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14651 # Older Autoconf quotes --file arguments for eval, but not when files
14652 # are listed without --file. Let's play safe and only enable the eval
14653 # if we detect the quoting.
14654 case $CONFIG_FILES in
14655 *\'*) eval set x "$CONFIG_FILES" ;;
14656 *) set x $CONFIG_FILES ;;
14657 esac
14658 shift
14659 for mf
14660 do
14661 # Strip MF so we end up with the name of the file.
14662 mf=`echo "$mf" | sed -e 's/:.*$//'`
14663 # Check whether this is an Automake generated Makefile or not.
14664 # We used to match only the files named 'Makefile.in', but
14665 # some people rename them; so instead we look at the file content.
14666 # Grep'ing the first line is not enough: some people post-process
14667 # each Makefile.in and add a new line on top of each file to say so.
14668 # Grep'ing the whole file is not good either: AIX grep has a line
14669 # limit of 2048, but all sed's we know have understand at least 4000.
14670 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14671 dirpart=`$as_dirname -- "$mf" ||
14672 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14673 X"$mf" : 'X\(//\)[^/]' \| \
14674 X"$mf" : 'X\(//\)$' \| \
14675 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14676 $as_echo X"$mf" |
14677 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14678 s//\1/
14679 q
14680 }
14681 /^X\(\/\/\)[^/].*/{
14682 s//\1/
14683 q
14684 }
14685 /^X\(\/\/\)$/{
14686 s//\1/
14687 q
14688 }
14689 /^X\(\/\).*/{
14690 s//\1/
14691 q
14692 }
14693 s/.*/./; q'`
14694 else
14695 continue
14696 fi
14697 # Extract the definition of DEPDIR, am__include, and am__quote
14698 # from the Makefile without running 'make'.
14699 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14700 test -z "$DEPDIR" && continue
14701 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14702 test -z "$am__include" && continue
14703 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14704 # Find all dependency output files, they are included files with
14705 # $(DEPDIR) in their names. We invoke sed twice because it is the
14706 # simplest approach to changing $(DEPDIR) to its actual value in the
14707 # expansion.
14708 for file in `sed -n "
14709 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14710 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14711 # Make sure the directory exists.
14712 test -f "$dirpart/$file" && continue
14713 fdir=`$as_dirname -- "$file" ||
14714 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14715 X"$file" : 'X\(//\)[^/]' \| \
14716 X"$file" : 'X\(//\)$' \| \
14717 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14718 $as_echo X"$file" |
14719 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14720 s//\1/
14721 q
14722 }
14723 /^X\(\/\/\)[^/].*/{
14724 s//\1/
14725 q
14726 }
14727 /^X\(\/\/\)$/{
14728 s//\1/
14729 q
14730 }
14731 /^X\(\/\).*/{
14732 s//\1/
14733 q
14734 }
14735 s/.*/./; q'`
14736 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14737 # echo "creating $dirpart/$file"
14738 echo '# dummy' > "$dirpart/$file"
14739 done
14740 done
14741 }
14742 ;;
14743 "libtool":C)
14744
14745 # See if we are running on zsh, and set the options which allow our
14746 # commands through without removal of \ escapes.
14747 if test -n "${ZSH_VERSION+set}" ; then
14748 setopt NO_GLOB_SUBST
14749 fi
14750
14751 cfgfile="${ofile}T"
14752 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14753 $RM "$cfgfile"
14754
14755 cat <<_LT_EOF >> "$cfgfile"
14756 #! $SHELL
14757
14758 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14759 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14760 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14761 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14762 #
14763 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14764 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14765 # Written by Gordon Matzigkeit, 1996
14766 #
14767 # This file is part of GNU Libtool.
14768 #
14769 # GNU Libtool is free software; you can redistribute it and/or
14770 # modify it under the terms of the GNU General Public License as
14771 # published by the Free Software Foundation; either version 2 of
14772 # the License, or (at your option) any later version.
14773 #
14774 # As a special exception to the GNU General Public License,
14775 # if you distribute this file as part of a program or library that
14776 # is built using GNU Libtool, you may include this file under the
14777 # same distribution terms that you use for the rest of that program.
14778 #
14779 # GNU Libtool is distributed in the hope that it will be useful,
14780 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14781 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14782 # GNU General Public License for more details.
14783 #
14784 # You should have received a copy of the GNU General Public License
14785 # along with GNU Libtool; see the file COPYING. If not, a copy
14786 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14787 # obtained by writing to the Free Software Foundation, Inc.,
14788 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14789
14790
14791 # The names of the tagged configurations supported by this script.
14792 available_tags=""
14793
14794 # ### BEGIN LIBTOOL CONFIG
14795
14796 # Whether or not to build shared libraries.
14797 build_libtool_libs=$enable_shared
14798
14799 # Which release of libtool.m4 was used?
14800 macro_version=$macro_version
14801 macro_revision=$macro_revision
14802
14803 # Whether or not to build static libraries.
14804 build_old_libs=$enable_static
14805
14806 # What type of objects to build.
14807 pic_mode=$pic_mode
14808
14809 # Whether or not to optimize for fast installation.
14810 fast_install=$enable_fast_install
14811
14812 # Shell to use when invoking shell scripts.
14813 SHELL=$lt_SHELL
14814
14815 # An echo program that protects backslashes.
14816 ECHO=$lt_ECHO
14817
14818 # The host system.
14819 host_alias=$host_alias
14820 host=$host
14821 host_os=$host_os
14822
14823 # The build system.
14824 build_alias=$build_alias
14825 build=$build
14826 build_os=$build_os
14827
14828 # A sed program that does not truncate output.
14829 SED=$lt_SED
14830
14831 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14832 Xsed="\$SED -e 1s/^X//"
14833
14834 # A grep program that handles long lines.
14835 GREP=$lt_GREP
14836
14837 # An ERE matcher.
14838 EGREP=$lt_EGREP
14839
14840 # A literal string matcher.
14841 FGREP=$lt_FGREP
14842
14843 # A BSD- or MS-compatible name lister.
14844 NM=$lt_NM
14845
14846 # Whether we need soft or hard links.
14847 LN_S=$lt_LN_S
14848
14849 # What is the maximum length of a command?
14850 max_cmd_len=$max_cmd_len
14851
14852 # Object file suffix (normally "o").
14853 objext=$ac_objext
14854
14855 # Executable file suffix (normally "").
14856 exeext=$exeext
14857
14858 # whether the shell understands "unset".
14859 lt_unset=$lt_unset
14860
14861 # turn spaces into newlines.
14862 SP2NL=$lt_lt_SP2NL
14863
14864 # turn newlines into spaces.
14865 NL2SP=$lt_lt_NL2SP
14866
14867 # An object symbol dumper.
14868 OBJDUMP=$lt_OBJDUMP
14869
14870 # Method to check whether dependent libraries are shared objects.
14871 deplibs_check_method=$lt_deplibs_check_method
14872
14873 # Command to use when deplibs_check_method == "file_magic".
14874 file_magic_cmd=$lt_file_magic_cmd
14875
14876 # The archiver.
14877 AR=$lt_AR
14878 AR_FLAGS=$lt_AR_FLAGS
14879
14880 # A symbol stripping program.
14881 STRIP=$lt_STRIP
14882
14883 # Commands used to install an old-style archive.
14884 RANLIB=$lt_RANLIB
14885 old_postinstall_cmds=$lt_old_postinstall_cmds
14886 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14887
14888 # Whether to use a lock for old archive extraction.
14889 lock_old_archive_extraction=$lock_old_archive_extraction
14890
14891 # A C compiler.
14892 LTCC=$lt_CC
14893
14894 # LTCC compiler flags.
14895 LTCFLAGS=$lt_CFLAGS
14896
14897 # Take the output of nm and produce a listing of raw symbols and C names.
14898 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14899
14900 # Transform the output of nm in a proper C declaration.
14901 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14902
14903 # Transform the output of nm in a C name address pair.
14904 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14905
14906 # Transform the output of nm in a C name address pair when lib prefix is needed.
14907 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14908
14909 # The name of the directory that contains temporary libtool files.
14910 objdir=$objdir
14911
14912 # Used to examine libraries when file_magic_cmd begins with "file".
14913 MAGIC_CMD=$MAGIC_CMD
14914
14915 # Must we lock files when doing compilation?
14916 need_locks=$lt_need_locks
14917
14918 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14919 DSYMUTIL=$lt_DSYMUTIL
14920
14921 # Tool to change global to local symbols on Mac OS X.
14922 NMEDIT=$lt_NMEDIT
14923
14924 # Tool to manipulate fat objects and archives on Mac OS X.
14925 LIPO=$lt_LIPO
14926
14927 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14928 OTOOL=$lt_OTOOL
14929
14930 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14931 OTOOL64=$lt_OTOOL64
14932
14933 # Old archive suffix (normally "a").
14934 libext=$libext
14935
14936 # Shared library suffix (normally ".so").
14937 shrext_cmds=$lt_shrext_cmds
14938
14939 # The commands to extract the exported symbol list from a shared archive.
14940 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14941
14942 # Variables whose values should be saved in libtool wrapper scripts and
14943 # restored at link time.
14944 variables_saved_for_relink=$lt_variables_saved_for_relink
14945
14946 # Do we need the "lib" prefix for modules?
14947 need_lib_prefix=$need_lib_prefix
14948
14949 # Do we need a version for libraries?
14950 need_version=$need_version
14951
14952 # Library versioning type.
14953 version_type=$version_type
14954
14955 # Shared library runtime path variable.
14956 runpath_var=$runpath_var
14957
14958 # Shared library path variable.
14959 shlibpath_var=$shlibpath_var
14960
14961 # Is shlibpath searched before the hard-coded library search path?
14962 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14963
14964 # Format of library name prefix.
14965 libname_spec=$lt_libname_spec
14966
14967 # List of archive names. First name is the real one, the rest are links.
14968 # The last name is the one that the linker finds with -lNAME
14969 library_names_spec=$lt_library_names_spec
14970
14971 # The coded name of the library, if different from the real name.
14972 soname_spec=$lt_soname_spec
14973
14974 # Permission mode override for installation of shared libraries.
14975 install_override_mode=$lt_install_override_mode
14976
14977 # Command to use after installation of a shared archive.
14978 postinstall_cmds=$lt_postinstall_cmds
14979
14980 # Command to use after uninstallation of a shared archive.
14981 postuninstall_cmds=$lt_postuninstall_cmds
14982
14983 # Commands used to finish a libtool library installation in a directory.
14984 finish_cmds=$lt_finish_cmds
14985
14986 # As "finish_cmds", except a single script fragment to be evaled but
14987 # not shown.
14988 finish_eval=$lt_finish_eval
14989
14990 # Whether we should hardcode library paths into libraries.
14991 hardcode_into_libs=$hardcode_into_libs
14992
14993 # Compile-time system search path for libraries.
14994 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14995
14996 # Run-time system search path for libraries.
14997 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14998
14999 # Whether dlopen is supported.
15000 dlopen_support=$enable_dlopen
15001
15002 # Whether dlopen of programs is supported.
15003 dlopen_self=$enable_dlopen_self
15004
15005 # Whether dlopen of statically linked programs is supported.
15006 dlopen_self_static=$enable_dlopen_self_static
15007
15008 # Commands to strip libraries.
15009 old_striplib=$lt_old_striplib
15010 striplib=$lt_striplib
15011
15012
15013 # The linker used to build libraries.
15014 LD=$lt_LD
15015
15016 # How to create reloadable object files.
15017 reload_flag=$lt_reload_flag
15018 reload_cmds=$lt_reload_cmds
15019
15020 # Commands used to build an old-style archive.
15021 old_archive_cmds=$lt_old_archive_cmds
15022
15023 # A language specific compiler.
15024 CC=$lt_compiler
15025
15026 # Is the compiler the GNU compiler?
15027 with_gcc=$GCC
15028
15029 # Compiler flag to turn off builtin functions.
15030 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15031
15032 # How to pass a linker flag through the compiler.
15033 wl=$lt_lt_prog_compiler_wl
15034
15035 # Additional compiler flags for building library objects.
15036 pic_flag=$lt_lt_prog_compiler_pic
15037
15038 # Compiler flag to prevent dynamic linking.
15039 link_static_flag=$lt_lt_prog_compiler_static
15040
15041 # Does compiler simultaneously support -c and -o options?
15042 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15043
15044 # Whether or not to add -lc for building shared libraries.
15045 build_libtool_need_lc=$archive_cmds_need_lc
15046
15047 # Whether or not to disallow shared libs when runtime libs are static.
15048 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15049
15050 # Compiler flag to allow reflexive dlopens.
15051 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15052
15053 # Compiler flag to generate shared objects directly from archives.
15054 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15055
15056 # Whether the compiler copes with passing no objects directly.
15057 compiler_needs_object=$lt_compiler_needs_object
15058
15059 # Create an old-style archive from a shared archive.
15060 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15061
15062 # Create a temporary old-style archive to link instead of a shared archive.
15063 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15064
15065 # Commands used to build a shared archive.
15066 archive_cmds=$lt_archive_cmds
15067 archive_expsym_cmds=$lt_archive_expsym_cmds
15068
15069 # Commands used to build a loadable module if different from building
15070 # a shared archive.
15071 module_cmds=$lt_module_cmds
15072 module_expsym_cmds=$lt_module_expsym_cmds
15073
15074 # Whether we are building with GNU ld or not.
15075 with_gnu_ld=$lt_with_gnu_ld
15076
15077 # Flag that allows shared libraries with undefined symbols to be built.
15078 allow_undefined_flag=$lt_allow_undefined_flag
15079
15080 # Flag that enforces no undefined symbols.
15081 no_undefined_flag=$lt_no_undefined_flag
15082
15083 # Flag to hardcode \$libdir into a binary during linking.
15084 # This must work even if \$libdir does not exist
15085 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15086
15087 # If ld is used when linking, flag to hardcode \$libdir into a binary
15088 # during linking. This must work even if \$libdir does not exist.
15089 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15090
15091 # Whether we need a single "-rpath" flag with a separated argument.
15092 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15093
15094 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15095 # DIR into the resulting binary.
15096 hardcode_direct=$hardcode_direct
15097
15098 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15099 # DIR into the resulting binary and the resulting library dependency is
15100 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15101 # library is relocated.
15102 hardcode_direct_absolute=$hardcode_direct_absolute
15103
15104 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15105 # into the resulting binary.
15106 hardcode_minus_L=$hardcode_minus_L
15107
15108 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15109 # into the resulting binary.
15110 hardcode_shlibpath_var=$hardcode_shlibpath_var
15111
15112 # Set to "yes" if building a shared library automatically hardcodes DIR
15113 # into the library and all subsequent libraries and executables linked
15114 # against it.
15115 hardcode_automatic=$hardcode_automatic
15116
15117 # Set to yes if linker adds runtime paths of dependent libraries
15118 # to runtime path list.
15119 inherit_rpath=$inherit_rpath
15120
15121 # Whether libtool must link a program against all its dependency libraries.
15122 link_all_deplibs=$link_all_deplibs
15123
15124 # Fix the shell variable \$srcfile for the compiler.
15125 fix_srcfile_path=$lt_fix_srcfile_path
15126
15127 # Set to "yes" if exported symbols are required.
15128 always_export_symbols=$always_export_symbols
15129
15130 # The commands to list exported symbols.
15131 export_symbols_cmds=$lt_export_symbols_cmds
15132
15133 # Symbols that should not be listed in the preloaded symbols.
15134 exclude_expsyms=$lt_exclude_expsyms
15135
15136 # Symbols that must always be exported.
15137 include_expsyms=$lt_include_expsyms
15138
15139 # Commands necessary for linking programs (against libraries) with templates.
15140 prelink_cmds=$lt_prelink_cmds
15141
15142 # Specify filename containing input files.
15143 file_list_spec=$lt_file_list_spec
15144
15145 # How to hardcode a shared library path into an executable.
15146 hardcode_action=$hardcode_action
15147
15148 # ### END LIBTOOL CONFIG
15149
15150 _LT_EOF
15151
15152 case $host_os in
15153 aix3*)
15154 cat <<\_LT_EOF >> "$cfgfile"
15155 # AIX sometimes has problems with the GCC collect2 program. For some
15156 # reason, if we set the COLLECT_NAMES environment variable, the problems
15157 # vanish in a puff of smoke.
15158 if test "X${COLLECT_NAMES+set}" != Xset; then
15159 COLLECT_NAMES=
15160 export COLLECT_NAMES
15161 fi
15162 _LT_EOF
15163 ;;
15164 esac
15165
15166
15167 ltmain="$ac_aux_dir/ltmain.sh"
15168
15169
15170 # We use sed instead of cat because bash on DJGPP gets confused if
15171 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15172 # text mode, it properly converts lines to CR/LF. This bash problem
15173 # is reportedly fixed, but why not run on old versions too?
15174 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15175 || (rm -f "$cfgfile"; exit 1)
15176
15177 case $xsi_shell in
15178 yes)
15179 cat << \_LT_EOF >> "$cfgfile"
15180
15181 # func_dirname file append nondir_replacement
15182 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15183 # otherwise set result to NONDIR_REPLACEMENT.
15184 func_dirname ()
15185 {
15186 case ${1} in
15187 */*) func_dirname_result="${1%/*}${2}" ;;
15188 * ) func_dirname_result="${3}" ;;
15189 esac
15190 }
15191
15192 # func_basename file
15193 func_basename ()
15194 {
15195 func_basename_result="${1##*/}"
15196 }
15197
15198 # func_dirname_and_basename file append nondir_replacement
15199 # perform func_basename and func_dirname in a single function
15200 # call:
15201 # dirname: Compute the dirname of FILE. If nonempty,
15202 # add APPEND to the result, otherwise set result
15203 # to NONDIR_REPLACEMENT.
15204 # value returned in "$func_dirname_result"
15205 # basename: Compute filename of FILE.
15206 # value retuned in "$func_basename_result"
15207 # Implementation must be kept synchronized with func_dirname
15208 # and func_basename. For efficiency, we do not delegate to
15209 # those functions but instead duplicate the functionality here.
15210 func_dirname_and_basename ()
15211 {
15212 case ${1} in
15213 */*) func_dirname_result="${1%/*}${2}" ;;
15214 * ) func_dirname_result="${3}" ;;
15215 esac
15216 func_basename_result="${1##*/}"
15217 }
15218
15219 # func_stripname prefix suffix name
15220 # strip PREFIX and SUFFIX off of NAME.
15221 # PREFIX and SUFFIX must not contain globbing or regex special
15222 # characters, hashes, percent signs, but SUFFIX may contain a leading
15223 # dot (in which case that matches only a dot).
15224 func_stripname ()
15225 {
15226 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15227 # positional parameters, so assign one to ordinary parameter first.
15228 func_stripname_result=${3}
15229 func_stripname_result=${func_stripname_result#"${1}"}
15230 func_stripname_result=${func_stripname_result%"${2}"}
15231 }
15232
15233 # func_opt_split
15234 func_opt_split ()
15235 {
15236 func_opt_split_opt=${1%%=*}
15237 func_opt_split_arg=${1#*=}
15238 }
15239
15240 # func_lo2o object
15241 func_lo2o ()
15242 {
15243 case ${1} in
15244 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15245 *) func_lo2o_result=${1} ;;
15246 esac
15247 }
15248
15249 # func_xform libobj-or-source
15250 func_xform ()
15251 {
15252 func_xform_result=${1%.*}.lo
15253 }
15254
15255 # func_arith arithmetic-term...
15256 func_arith ()
15257 {
15258 func_arith_result=$(( $* ))
15259 }
15260
15261 # func_len string
15262 # STRING may not start with a hyphen.
15263 func_len ()
15264 {
15265 func_len_result=${#1}
15266 }
15267
15268 _LT_EOF
15269 ;;
15270 *) # Bourne compatible functions.
15271 cat << \_LT_EOF >> "$cfgfile"
15272
15273 # func_dirname file append nondir_replacement
15274 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15275 # otherwise set result to NONDIR_REPLACEMENT.
15276 func_dirname ()
15277 {
15278 # Extract subdirectory from the argument.
15279 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15280 if test "X$func_dirname_result" = "X${1}"; then
15281 func_dirname_result="${3}"
15282 else
15283 func_dirname_result="$func_dirname_result${2}"
15284 fi
15285 }
15286
15287 # func_basename file
15288 func_basename ()
15289 {
15290 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15291 }
15292
15293
15294 # func_stripname prefix suffix name
15295 # strip PREFIX and SUFFIX off of NAME.
15296 # PREFIX and SUFFIX must not contain globbing or regex special
15297 # characters, hashes, percent signs, but SUFFIX may contain a leading
15298 # dot (in which case that matches only a dot).
15299 # func_strip_suffix prefix name
15300 func_stripname ()
15301 {
15302 case ${2} in
15303 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15304 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15305 esac
15306 }
15307
15308 # sed scripts:
15309 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15310 my_sed_long_arg='1s/^-[^=]*=//'
15311
15312 # func_opt_split
15313 func_opt_split ()
15314 {
15315 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15316 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15317 }
15318
15319 # func_lo2o object
15320 func_lo2o ()
15321 {
15322 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15323 }
15324
15325 # func_xform libobj-or-source
15326 func_xform ()
15327 {
15328 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15329 }
15330
15331 # func_arith arithmetic-term...
15332 func_arith ()
15333 {
15334 func_arith_result=`expr "$@"`
15335 }
15336
15337 # func_len string
15338 # STRING may not start with a hyphen.
15339 func_len ()
15340 {
15341 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15342 }
15343
15344 _LT_EOF
15345 esac
15346
15347 case $lt_shell_append in
15348 yes)
15349 cat << \_LT_EOF >> "$cfgfile"
15350
15351 # func_append var value
15352 # Append VALUE to the end of shell variable VAR.
15353 func_append ()
15354 {
15355 eval "$1+=\$2"
15356 }
15357 _LT_EOF
15358 ;;
15359 *)
15360 cat << \_LT_EOF >> "$cfgfile"
15361
15362 # func_append var value
15363 # Append VALUE to the end of shell variable VAR.
15364 func_append ()
15365 {
15366 eval "$1=\$$1\$2"
15367 }
15368
15369 _LT_EOF
15370 ;;
15371 esac
15372
15373
15374 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15375 || (rm -f "$cfgfile"; exit 1)
15376
15377 mv -f "$cfgfile" "$ofile" ||
15378 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15379 chmod +x "$ofile"
15380
15381 ;;
15382 "default-1":C)
15383 for ac_file in $CONFIG_FILES; do
15384 # Support "outfile[:infile[:infile...]]"
15385 case "$ac_file" in
15386 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15387 esac
15388 # PO directories have a Makefile.in generated from Makefile.in.in.
15389 case "$ac_file" in */Makefile.in)
15390 # Adjust a relative srcdir.
15391 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15392 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15393 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15394 # In autoconf-2.13 it is called $ac_given_srcdir.
15395 # In autoconf-2.50 it is called $srcdir.
15396 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15397 case "$ac_given_srcdir" in
15398 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15399 /*) top_srcdir="$ac_given_srcdir" ;;
15400 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15401 esac
15402 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15403 rm -f "$ac_dir/POTFILES"
15404 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15405 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15406 POMAKEFILEDEPS="POTFILES.in"
15407 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15408 # on $ac_dir but don't depend on user-specified configuration
15409 # parameters.
15410 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15411 # The LINGUAS file contains the set of available languages.
15412 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15413 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
15414 fi
15415 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15416 # Hide the ALL_LINGUAS assigment from automake.
15417 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15418 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15419 else
15420 # The set of available languages was given in configure.ac.
15421 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15422 fi
15423 case "$ac_given_srcdir" in
15424 .) srcdirpre= ;;
15425 *) srcdirpre='$(srcdir)/' ;;
15426 esac
15427 POFILES=
15428 GMOFILES=
15429 UPDATEPOFILES=
15430 DUMMYPOFILES=
15431 for lang in $ALL_LINGUAS; do
15432 POFILES="$POFILES $srcdirpre$lang.po"
15433 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15434 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15435 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15436 done
15437 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15438 # environment variable.
15439 INST_LINGUAS=
15440 if test -n "$ALL_LINGUAS"; then
15441 for presentlang in $ALL_LINGUAS; do
15442 useit=no
15443 if test "%UNSET%" != "$LINGUAS"; then
15444 desiredlanguages="$LINGUAS"
15445 else
15446 desiredlanguages="$ALL_LINGUAS"
15447 fi
15448 for desiredlang in $desiredlanguages; do
15449 # Use the presentlang catalog if desiredlang is
15450 # a. equal to presentlang, or
15451 # b. a variant of presentlang (because in this case,
15452 # presentlang can be used as a fallback for messages
15453 # which are not translated in the desiredlang catalog).
15454 case "$desiredlang" in
15455 "$presentlang"*) useit=yes;;
15456 esac
15457 done
15458 if test $useit = yes; then
15459 INST_LINGUAS="$INST_LINGUAS $presentlang"
15460 fi
15461 done
15462 fi
15463 CATALOGS=
15464 if test -n "$INST_LINGUAS"; then
15465 for lang in $INST_LINGUAS; do
15466 CATALOGS="$CATALOGS $lang.gmo"
15467 done
15468 fi
15469 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15470 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"
15471 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15472 if test -f "$f"; then
15473 case "$f" in
15474 *.orig | *.bak | *~) ;;
15475 *) cat "$f" >> "$ac_dir/Makefile" ;;
15476 esac
15477 fi
15478 done
15479 fi
15480 ;;
15481 esac
15482 done ;;
15483
15484 esac
15485 done # for ac_tag
15486
15487
15488 as_fn_exit 0
15489 _ACEOF
15490 ac_clean_files=$ac_clean_files_save
15491
15492 test $ac_write_fail = 0 ||
15493 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15494
15495
15496 # configure is writing to config.log, and then calls config.status.
15497 # config.status does its own redirection, appending to config.log.
15498 # Unfortunately, on DOS this fails, as config.log is still kept open
15499 # by configure, so config.status won't be able to write to it; its
15500 # output is simply discarded. So we exec the FD to /dev/null,
15501 # effectively closing config.log, so it can be properly (re)opened and
15502 # appended to by config.status. When coming back to configure, we
15503 # need to make the FD available again.
15504 if test "$no_create" != yes; then
15505 ac_cs_success=:
15506 ac_config_status_args=
15507 test "$silent" = yes &&
15508 ac_config_status_args="$ac_config_status_args --quiet"
15509 exec 5>/dev/null
15510 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15511 exec 5>>config.log
15512 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15513 # would make configure fail if this is the last instruction.
15514 $ac_cs_success || as_fn_exit 1
15515 fi
15516 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15518 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15519 fi
15520
This page took 0.466854 seconds and 4 git commands to generate.