Updated sources to avoid using the identifier name "new", which is a
[binutils.git] / opcodes / configure
blobec7d164d7793a11d8873ab8ad899095526d75bda
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
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 ## -------------------- ##
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 *) :
30 esac
34 as_nl='
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"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173 if (eval "$as_required") 2>/dev/null; then :
174 as_have_required=yes
175 else
176 as_have_required=no
178 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
180 else
181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182 as_found=false
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
185 IFS=$as_save_IFS
186 test -z "$as_dir" && as_dir=.
187 as_found=:
188 case $as_dir in #(
190 for as_base in sh bash ksh sh5; do
191 # Try only shells that exist, to save several forks.
192 as_shell=$as_dir/$as_base
193 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195 CONFIG_SHELL=$as_shell as_have_required=yes
196 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197 break 2
200 done;;
201 esac
202 as_found=false
203 done
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206 CONFIG_SHELL=$SHELL as_have_required=yes
207 fi; }
208 IFS=$as_save_IFS
211 if test "x$CONFIG_SHELL" != x; then :
212 # We cannot yet assume a decent shell, so we have to provide a
213 # neutralization value for shells without unset; and this also
214 # works around shells that cannot unset nonexistent variables.
215 BASH_ENV=/dev/null
216 ENV=/dev/null
217 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218 export CONFIG_SHELL
219 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 if test x$as_have_required = xno; then :
223 $as_echo "$0: This script requires a shell more modern than all"
224 $as_echo "$0: the shells that I found on your system."
225 if test x${ZSH_VERSION+set} = xset ; then
226 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228 else
229 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
234 exit 1
238 SHELL=${CONFIG_SHELL-/bin/sh}
239 export SHELL
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
252 { eval $1=; unset $1;}
254 as_unset=as_fn_unset
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
261 return $1
262 } # as_fn_set_status
264 # as_fn_exit STATUS
265 # -----------------
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267 as_fn_exit ()
269 set +e
270 as_fn_set_status $1
271 exit $1
272 } # as_fn_exit
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
280 case $as_dir in #(
281 -*) as_dir=./$as_dir;;
282 esac
283 test -d "$as_dir" || eval $as_mkdir_p || {
284 as_dirs=
285 while :; do
286 case $as_dir in #(
287 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288 *) as_qdir=$as_dir;;
289 esac
290 as_dirs="'$as_qdir' $as_dirs"
291 as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293 X"$as_dir" : 'X\(//\)[^/]' \| \
294 X"$as_dir" : 'X\(//\)$' \| \
295 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298 s//\1/
301 /^X\(\/\/\)[^/].*/{
302 s//\1/
305 /^X\(\/\/\)$/{
306 s//\1/
309 /^X\(\/\).*/{
310 s//\1/
313 s/.*/./; q'`
314 test -d "$as_dir" && break
315 done
316 test -z "$as_dirs" || eval "mkdir $as_dirs"
317 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
320 } # as_fn_mkdir_p
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
326 # implementations.
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328 eval 'as_fn_append ()
330 eval $1+=\$2
332 else
333 as_fn_append ()
335 eval $1=\$$1\$2
337 fi # as_fn_append
339 # as_fn_arith ARG...
340 # ------------------
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345 eval 'as_fn_arith ()
347 as_val=$(( $* ))
349 else
350 as_fn_arith ()
352 as_val=`expr "$@" || test $? -eq 1`
354 fi # as_fn_arith
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
362 as_fn_error ()
364 as_status=$?; test $as_status -eq 0 && as_status=1
365 if test "$3"; then
366 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
369 $as_echo "$as_me: error: $1" >&2
370 as_fn_exit $as_status
371 } # as_fn_error
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374 test "X`expr 00001 : '.*\(...\)'`" = X001; then
375 as_expr=expr
376 else
377 as_expr=false
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381 as_basename=basename
382 else
383 as_basename=false
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387 as_dirname=dirname
388 else
389 as_dirname=false
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394 X"$0" : 'X\(//\)$' \| \
395 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396 $as_echo X/"$0" |
397 sed '/^.*\/\([^/][^/]*\)\/*$/{
398 s//\1/
401 /^X\/\(\/\/\)$/{
402 s//\1/
405 /^X\/\(\/\).*/{
406 s//\1/
409 s/.*/./; q'`
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
419 as_lineno_1=$LINENO as_lineno_1a=$LINENO
420 as_lineno_2=$LINENO as_lineno_2a=$LINENO
421 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
424 sed -n '
426 /[$]LINENO/=
427 ' <$as_myself |
428 sed '
429 s/[$]LINENO.*/&-/
430 t lineno
432 :lineno
434 :loop
435 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436 t loop
437 s/-\n.*//
438 ' >$as_me.lineno &&
439 chmod +x "$as_me.lineno" ||
440 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
442 # Don't try to exec as it changes $[0], causing all sort of problems
443 # (the dirname of $[0] is not the place where we might find the
444 # original and so on. Autoconf is especially sensitive to this).
445 . "./$as_me.lineno"
446 # Exit status is that of the last command.
447 exit
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
452 -n*)
453 case `echo 'xy\c'` in
454 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
455 xy) ECHO_C='\c';;
456 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
457 ECHO_T=' ';;
458 esac;;
460 ECHO_N='-n';;
461 esac
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
466 else
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
470 if (echo >conf$$.file) 2>/dev/null; then
471 if ln -s conf$$.file conf$$ 2>/dev/null; then
472 as_ln_s='ln -s'
473 # ... but there are two gotchas:
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476 # In both cases, we have to default to `cp -p'.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478 as_ln_s='cp -p'
479 elif ln conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s=ln
481 else
482 as_ln_s='cp -p'
484 else
485 as_ln_s='cp -p'
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
490 if mkdir -p . 2>/dev/null; then
491 as_mkdir_p='mkdir -p "$as_dir"'
492 else
493 test -d ./-p && rmdir ./-p
494 as_mkdir_p=false
497 if test -x / >/dev/null 2>&1; then
498 as_test_x='test -x'
499 else
500 if ls -dL / >/dev/null 2>&1; then
501 as_ls_L_option=L
502 else
503 as_ls_L_option=
505 as_test_x='
506 eval sh -c '\''
507 if test -d "$1"; then
508 test -d "$1/.";
509 else
510 case $1 in #(
511 -*)set "./$1";;
512 esac;
513 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514 ???[sx]*):;;*)false;;esac;fi
515 '\'' sh
518 as_executable_p=$as_test_x
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
528 # Check that we are running under the correct shell.
529 SHELL=${CONFIG_SHELL-/bin/sh}
531 case X$lt_ECHO in
532 X*--fallback-echo)
533 # Remove one level of quotation (which was required for Make).
534 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
536 esac
538 ECHO=${lt_ECHO-echo}
539 if test "X$1" = X--no-reexec; then
540 # Discard the --no-reexec flag, and continue.
541 shift
542 elif test "X$1" = X--fallback-echo; then
543 # Avoid inline document here, it may be left over
545 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
546 # Yippee, $ECHO works!
548 else
549 # Restart under the correct shell.
550 exec $SHELL "$0" --no-reexec ${1+"$@"}
553 if test "X$1" = X--fallback-echo; then
554 # used as fallback echo
555 shift
556 cat <<_LT_EOF
558 _LT_EOF
559 exit 0
562 # The HP-UX ksh and POSIX shell print the target directory to stdout
563 # if CDPATH is set.
564 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
566 if test -z "$lt_ECHO"; then
567 if test "X${echo_test_string+set}" != Xset; then
568 # find a string as large as possible, as long as the shell can cope with it
569 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
570 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
571 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
572 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
573 then
574 break
576 done
579 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
580 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
581 test "X$echo_testing_string" = "X$echo_test_string"; then
583 else
584 # The Solaris, AIX, and Digital Unix default echo programs unquote
585 # backslashes. This makes it impossible to quote backslashes using
586 # echo "$something" | sed 's/\\/\\\\/g'
588 # So, first we look for a working echo in the user's PATH.
590 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
591 for dir in $PATH /usr/ucb; do
592 IFS="$lt_save_ifs"
593 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
594 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
595 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
596 test "X$echo_testing_string" = "X$echo_test_string"; then
597 ECHO="$dir/echo"
598 break
600 done
601 IFS="$lt_save_ifs"
603 if test "X$ECHO" = Xecho; then
604 # We didn't find a better echo, so look for alternatives.
605 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
606 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
607 test "X$echo_testing_string" = "X$echo_test_string"; then
608 # This shell has a builtin print -r that does the trick.
609 ECHO='print -r'
610 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
611 test "X$CONFIG_SHELL" != X/bin/ksh; then
612 # If we have ksh, try running configure again with it.
613 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
614 export ORIGINAL_CONFIG_SHELL
615 CONFIG_SHELL=/bin/ksh
616 export CONFIG_SHELL
617 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
618 else
619 # Try using printf.
620 ECHO='printf %s\n'
621 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
622 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
623 test "X$echo_testing_string" = "X$echo_test_string"; then
624 # Cool, printf works
626 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
627 test "X$echo_testing_string" = 'X\t' &&
628 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
629 test "X$echo_testing_string" = "X$echo_test_string"; then
630 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
631 export CONFIG_SHELL
632 SHELL="$CONFIG_SHELL"
633 export SHELL
634 ECHO="$CONFIG_SHELL $0 --fallback-echo"
635 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
636 test "X$echo_testing_string" = 'X\t' &&
637 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
638 test "X$echo_testing_string" = "X$echo_test_string"; then
639 ECHO="$CONFIG_SHELL $0 --fallback-echo"
640 else
641 # maybe with a smaller string...
642 prev=:
644 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
645 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
646 then
647 break
649 prev="$cmd"
650 done
652 if test "$prev" != 'sed 50q "$0"'; then
653 echo_test_string=`eval $prev`
654 export echo_test_string
655 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
656 else
657 # Oops. We lost completely, so just stick with echo.
658 ECHO=echo
666 # Copy echo and quote the copy suitably for passing to libtool from
667 # the Makefile, instead of quoting the original, which is used later.
668 lt_ECHO=$ECHO
669 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
670 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
676 exec 7<&0 </dev/null 6>&1
678 # Name of the host.
679 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
680 # so uname gets run too.
681 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
684 # Initializations.
686 ac_default_prefix=/usr/local
687 ac_clean_files=
688 ac_config_libobj_dir=.
689 LIBOBJS=
690 cross_compiling=no
691 subdirs=
692 MFLAGS=
693 MAKEFLAGS=
695 # Identity of this package.
696 PACKAGE_NAME=
697 PACKAGE_TARNAME=
698 PACKAGE_VERSION=
699 PACKAGE_STRING=
700 PACKAGE_BUGREPORT=
701 PACKAGE_URL=
703 ac_unique_file="z8k-dis.c"
704 # Factoring default headers for most tests.
705 ac_includes_default="\
706 #include <stdio.h>
707 #ifdef HAVE_SYS_TYPES_H
708 # include <sys/types.h>
709 #endif
710 #ifdef HAVE_SYS_STAT_H
711 # include <sys/stat.h>
712 #endif
713 #ifdef STDC_HEADERS
714 # include <stdlib.h>
715 # include <stddef.h>
716 #else
717 # ifdef HAVE_STDLIB_H
718 # include <stdlib.h>
719 # endif
720 #endif
721 #ifdef HAVE_STRING_H
722 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
723 # include <memory.h>
724 # endif
725 # include <string.h>
726 #endif
727 #ifdef HAVE_STRINGS_H
728 # include <strings.h>
729 #endif
730 #ifdef HAVE_INTTYPES_H
731 # include <inttypes.h>
732 #endif
733 #ifdef HAVE_STDINT_H
734 # include <stdint.h>
735 #endif
736 #ifdef HAVE_UNISTD_H
737 # include <unistd.h>
738 #endif"
740 ac_subst_vars='am__EXEEXT_FALSE
741 am__EXEEXT_TRUE
742 LTLIBOBJS
743 LIBOBJS
744 BFD_MACHINES
745 archdefs
746 SHARED_DEPENDENCIES
747 SHARED_LIBADD
748 SHARED_LDFLAGS
749 LIBM
750 cgendir
751 CGEN_MAINT_FALSE
752 CGEN_MAINT_TRUE
753 HDEFINES
754 EXEEXT_FOR_BUILD
755 CC_FOR_BUILD
756 MSGMERGE
757 MSGFMT
758 MKINSTALLDIRS
759 CATOBJEXT
760 GENCAT
761 INSTOBJEXT
762 DATADIRNAME
763 CATALOGS
764 POSUB
765 GMSGFMT
766 XGETTEXT
767 INCINTL
768 LIBINTL_DEP
769 LIBINTL
770 USE_NLS
771 bfdincludedir
772 bfdlibdir
773 target_noncanonical
774 host_noncanonical
775 INSTALL_LIBBFD_FALSE
776 INSTALL_LIBBFD_TRUE
777 MAINT
778 MAINTAINER_MODE_FALSE
779 MAINTAINER_MODE_TRUE
780 NO_WERROR
781 WARN_CFLAGS
782 OTOOL64
783 OTOOL
784 LIPO
785 NMEDIT
786 DSYMUTIL
787 lt_ECHO
788 OBJDUMP
789 LN_S
791 ac_ct_DUMPBIN
792 DUMPBIN
794 FGREP
796 LIBTOOL
797 RANLIB
799 EGREP
800 GREP
802 am__fastdepCC_FALSE
803 am__fastdepCC_TRUE
804 CCDEPMODE
805 AMDEPBACKSLASH
806 AMDEP_FALSE
807 AMDEP_TRUE
808 am__quote
809 am__include
810 DEPDIR
811 am__untar
812 am__tar
813 AMTAR
814 am__leading_dot
815 SET_MAKE
817 mkdir_p
818 MKDIR_P
819 INSTALL_STRIP_PROGRAM
820 STRIP
821 install_sh
822 MAKEINFO
823 AUTOHEADER
824 AUTOMAKE
825 AUTOCONF
826 ACLOCAL
827 VERSION
828 PACKAGE
829 CYGPATH_W
830 am__isrc
831 INSTALL_DATA
832 INSTALL_SCRIPT
833 INSTALL_PROGRAM
834 OBJEXT
835 EXEEXT
836 ac_ct_CC
837 CPPFLAGS
838 LDFLAGS
839 CFLAGS
841 target_os
842 target_vendor
843 target_cpu
844 target
845 host_os
846 host_vendor
847 host_cpu
848 host
849 build_os
850 build_vendor
851 build_cpu
852 build
853 target_alias
854 host_alias
855 build_alias
856 LIBS
857 ECHO_T
858 ECHO_N
859 ECHO_C
860 DEFS
861 mandir
862 localedir
863 libdir
864 psdir
865 pdfdir
866 dvidir
867 htmldir
868 infodir
869 docdir
870 oldincludedir
871 includedir
872 localstatedir
873 sharedstatedir
874 sysconfdir
875 datadir
876 datarootdir
877 libexecdir
878 sbindir
879 bindir
880 program_transform_name
881 prefix
882 exec_prefix
883 PACKAGE_URL
884 PACKAGE_BUGREPORT
885 PACKAGE_STRING
886 PACKAGE_VERSION
887 PACKAGE_TARNAME
888 PACKAGE_NAME
889 PATH_SEPARATOR
890 SHELL'
891 ac_subst_files=''
892 ac_user_opts='
893 enable_option_checking
894 enable_dependency_tracking
895 enable_shared
896 enable_static
897 with_pic
898 enable_fast_install
899 with_gnu_ld
900 enable_libtool_lock
901 enable_targets
902 enable_werror
903 enable_build_warnings
904 enable_maintainer_mode
905 enable_install_libbfd
906 enable_nls
907 enable_cgen_maint
909 ac_precious_vars='build_alias
910 host_alias
911 target_alias
913 CFLAGS
914 LDFLAGS
915 LIBS
916 CPPFLAGS
917 CPP'
920 # Initialize some variables set by options.
921 ac_init_help=
922 ac_init_version=false
923 ac_unrecognized_opts=
924 ac_unrecognized_sep=
925 # The variables have the same names as the options, with
926 # dashes changed to underlines.
927 cache_file=/dev/null
928 exec_prefix=NONE
929 no_create=
930 no_recursion=
931 prefix=NONE
932 program_prefix=NONE
933 program_suffix=NONE
934 program_transform_name=s,x,x,
935 silent=
936 site=
937 srcdir=
938 verbose=
939 x_includes=NONE
940 x_libraries=NONE
942 # Installation directory options.
943 # These are left unexpanded so users can "make install exec_prefix=/foo"
944 # and all the variables that are supposed to be based on exec_prefix
945 # by default will actually change.
946 # Use braces instead of parens because sh, perl, etc. also accept them.
947 # (The list follows the same order as the GNU Coding Standards.)
948 bindir='${exec_prefix}/bin'
949 sbindir='${exec_prefix}/sbin'
950 libexecdir='${exec_prefix}/libexec'
951 datarootdir='${prefix}/share'
952 datadir='${datarootdir}'
953 sysconfdir='${prefix}/etc'
954 sharedstatedir='${prefix}/com'
955 localstatedir='${prefix}/var'
956 includedir='${prefix}/include'
957 oldincludedir='/usr/include'
958 docdir='${datarootdir}/doc/${PACKAGE}'
959 infodir='${datarootdir}/info'
960 htmldir='${docdir}'
961 dvidir='${docdir}'
962 pdfdir='${docdir}'
963 psdir='${docdir}'
964 libdir='${exec_prefix}/lib'
965 localedir='${datarootdir}/locale'
966 mandir='${datarootdir}/man'
968 ac_prev=
969 ac_dashdash=
970 for ac_option
972 # If the previous option needs an argument, assign it.
973 if test -n "$ac_prev"; then
974 eval $ac_prev=\$ac_option
975 ac_prev=
976 continue
979 case $ac_option in
980 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
981 *) ac_optarg=yes ;;
982 esac
984 # Accept the important Cygnus configure options, so we can diagnose typos.
986 case $ac_dashdash$ac_option in
988 ac_dashdash=yes ;;
990 -bindir | --bindir | --bindi | --bind | --bin | --bi)
991 ac_prev=bindir ;;
992 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
993 bindir=$ac_optarg ;;
995 -build | --build | --buil | --bui | --bu)
996 ac_prev=build_alias ;;
997 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
998 build_alias=$ac_optarg ;;
1000 -cache-file | --cache-file | --cache-fil | --cache-fi \
1001 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1002 ac_prev=cache_file ;;
1003 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1004 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1005 cache_file=$ac_optarg ;;
1007 --config-cache | -C)
1008 cache_file=config.cache ;;
1010 -datadir | --datadir | --datadi | --datad)
1011 ac_prev=datadir ;;
1012 -datadir=* | --datadir=* | --datadi=* | --datad=*)
1013 datadir=$ac_optarg ;;
1015 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1016 | --dataroo | --dataro | --datar)
1017 ac_prev=datarootdir ;;
1018 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1019 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1020 datarootdir=$ac_optarg ;;
1022 -disable-* | --disable-*)
1023 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
1024 # Reject names that are not valid shell variable names.
1025 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1026 as_fn_error "invalid feature name: $ac_useropt"
1027 ac_useropt_orig=$ac_useropt
1028 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1029 case $ac_user_opts in
1031 "enable_$ac_useropt"
1032 "*) ;;
1033 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1034 ac_unrecognized_sep=', ';;
1035 esac
1036 eval enable_$ac_useropt=no ;;
1038 -docdir | --docdir | --docdi | --doc | --do)
1039 ac_prev=docdir ;;
1040 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1041 docdir=$ac_optarg ;;
1043 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1044 ac_prev=dvidir ;;
1045 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1046 dvidir=$ac_optarg ;;
1048 -enable-* | --enable-*)
1049 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1050 # Reject names that are not valid shell variable names.
1051 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1052 as_fn_error "invalid feature name: $ac_useropt"
1053 ac_useropt_orig=$ac_useropt
1054 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1055 case $ac_user_opts in
1057 "enable_$ac_useropt"
1058 "*) ;;
1059 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1060 ac_unrecognized_sep=', ';;
1061 esac
1062 eval enable_$ac_useropt=\$ac_optarg ;;
1064 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1065 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1066 | --exec | --exe | --ex)
1067 ac_prev=exec_prefix ;;
1068 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1069 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1070 | --exec=* | --exe=* | --ex=*)
1071 exec_prefix=$ac_optarg ;;
1073 -gas | --gas | --ga | --g)
1074 # Obsolete; use --with-gas.
1075 with_gas=yes ;;
1077 -help | --help | --hel | --he | -h)
1078 ac_init_help=long ;;
1079 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1080 ac_init_help=recursive ;;
1081 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1082 ac_init_help=short ;;
1084 -host | --host | --hos | --ho)
1085 ac_prev=host_alias ;;
1086 -host=* | --host=* | --hos=* | --ho=*)
1087 host_alias=$ac_optarg ;;
1089 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1090 ac_prev=htmldir ;;
1091 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1092 | --ht=*)
1093 htmldir=$ac_optarg ;;
1095 -includedir | --includedir | --includedi | --included | --include \
1096 | --includ | --inclu | --incl | --inc)
1097 ac_prev=includedir ;;
1098 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1099 | --includ=* | --inclu=* | --incl=* | --inc=*)
1100 includedir=$ac_optarg ;;
1102 -infodir | --infodir | --infodi | --infod | --info | --inf)
1103 ac_prev=infodir ;;
1104 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1105 infodir=$ac_optarg ;;
1107 -libdir | --libdir | --libdi | --libd)
1108 ac_prev=libdir ;;
1109 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1110 libdir=$ac_optarg ;;
1112 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1113 | --libexe | --libex | --libe)
1114 ac_prev=libexecdir ;;
1115 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1116 | --libexe=* | --libex=* | --libe=*)
1117 libexecdir=$ac_optarg ;;
1119 -localedir | --localedir | --localedi | --localed | --locale)
1120 ac_prev=localedir ;;
1121 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1122 localedir=$ac_optarg ;;
1124 -localstatedir | --localstatedir | --localstatedi | --localstated \
1125 | --localstate | --localstat | --localsta | --localst | --locals)
1126 ac_prev=localstatedir ;;
1127 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1128 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1129 localstatedir=$ac_optarg ;;
1131 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1132 ac_prev=mandir ;;
1133 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1134 mandir=$ac_optarg ;;
1136 -nfp | --nfp | --nf)
1137 # Obsolete; use --without-fp.
1138 with_fp=no ;;
1140 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1141 | --no-cr | --no-c | -n)
1142 no_create=yes ;;
1144 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1145 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1146 no_recursion=yes ;;
1148 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1149 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1150 | --oldin | --oldi | --old | --ol | --o)
1151 ac_prev=oldincludedir ;;
1152 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1153 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1154 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1155 oldincludedir=$ac_optarg ;;
1157 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1158 ac_prev=prefix ;;
1159 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1160 prefix=$ac_optarg ;;
1162 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1163 | --program-pre | --program-pr | --program-p)
1164 ac_prev=program_prefix ;;
1165 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1166 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1167 program_prefix=$ac_optarg ;;
1169 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1170 | --program-suf | --program-su | --program-s)
1171 ac_prev=program_suffix ;;
1172 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1173 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1174 program_suffix=$ac_optarg ;;
1176 -program-transform-name | --program-transform-name \
1177 | --program-transform-nam | --program-transform-na \
1178 | --program-transform-n | --program-transform- \
1179 | --program-transform | --program-transfor \
1180 | --program-transfo | --program-transf \
1181 | --program-trans | --program-tran \
1182 | --progr-tra | --program-tr | --program-t)
1183 ac_prev=program_transform_name ;;
1184 -program-transform-name=* | --program-transform-name=* \
1185 | --program-transform-nam=* | --program-transform-na=* \
1186 | --program-transform-n=* | --program-transform-=* \
1187 | --program-transform=* | --program-transfor=* \
1188 | --program-transfo=* | --program-transf=* \
1189 | --program-trans=* | --program-tran=* \
1190 | --progr-tra=* | --program-tr=* | --program-t=*)
1191 program_transform_name=$ac_optarg ;;
1193 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1194 ac_prev=pdfdir ;;
1195 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1196 pdfdir=$ac_optarg ;;
1198 -psdir | --psdir | --psdi | --psd | --ps)
1199 ac_prev=psdir ;;
1200 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1201 psdir=$ac_optarg ;;
1203 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1204 | -silent | --silent | --silen | --sile | --sil)
1205 silent=yes ;;
1207 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1208 ac_prev=sbindir ;;
1209 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1210 | --sbi=* | --sb=*)
1211 sbindir=$ac_optarg ;;
1213 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1214 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1215 | --sharedst | --shareds | --shared | --share | --shar \
1216 | --sha | --sh)
1217 ac_prev=sharedstatedir ;;
1218 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1219 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1220 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1221 | --sha=* | --sh=*)
1222 sharedstatedir=$ac_optarg ;;
1224 -site | --site | --sit)
1225 ac_prev=site ;;
1226 -site=* | --site=* | --sit=*)
1227 site=$ac_optarg ;;
1229 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1230 ac_prev=srcdir ;;
1231 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1232 srcdir=$ac_optarg ;;
1234 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1235 | --syscon | --sysco | --sysc | --sys | --sy)
1236 ac_prev=sysconfdir ;;
1237 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1238 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1239 sysconfdir=$ac_optarg ;;
1241 -target | --target | --targe | --targ | --tar | --ta | --t)
1242 ac_prev=target_alias ;;
1243 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1244 target_alias=$ac_optarg ;;
1246 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1247 verbose=yes ;;
1249 -version | --version | --versio | --versi | --vers | -V)
1250 ac_init_version=: ;;
1252 -with-* | --with-*)
1253 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1254 # Reject names that are not valid shell variable names.
1255 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1256 as_fn_error "invalid package name: $ac_useropt"
1257 ac_useropt_orig=$ac_useropt
1258 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1259 case $ac_user_opts in
1261 "with_$ac_useropt"
1262 "*) ;;
1263 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1264 ac_unrecognized_sep=', ';;
1265 esac
1266 eval with_$ac_useropt=\$ac_optarg ;;
1268 -without-* | --without-*)
1269 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1270 # Reject names that are not valid shell variable names.
1271 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1272 as_fn_error "invalid package name: $ac_useropt"
1273 ac_useropt_orig=$ac_useropt
1274 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1275 case $ac_user_opts in
1277 "with_$ac_useropt"
1278 "*) ;;
1279 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1280 ac_unrecognized_sep=', ';;
1281 esac
1282 eval with_$ac_useropt=no ;;
1284 --x)
1285 # Obsolete; use --with-x.
1286 with_x=yes ;;
1288 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1289 | --x-incl | --x-inc | --x-in | --x-i)
1290 ac_prev=x_includes ;;
1291 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1292 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1293 x_includes=$ac_optarg ;;
1295 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1296 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1297 ac_prev=x_libraries ;;
1298 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1299 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1300 x_libraries=$ac_optarg ;;
1302 -*) as_fn_error "unrecognized option: \`$ac_option'
1303 Try \`$0 --help' for more information."
1306 *=*)
1307 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1308 # Reject names that are not valid shell variable names.
1309 case $ac_envvar in #(
1310 '' | [0-9]* | *[!_$as_cr_alnum]* )
1311 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1312 esac
1313 eval $ac_envvar=\$ac_optarg
1314 export $ac_envvar ;;
1317 # FIXME: should be removed in autoconf 3.0.
1318 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1319 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1320 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1321 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1324 esac
1325 done
1327 if test -n "$ac_prev"; then
1328 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1329 as_fn_error "missing argument to $ac_option"
1332 if test -n "$ac_unrecognized_opts"; then
1333 case $enable_option_checking in
1334 no) ;;
1335 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1336 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1337 esac
1340 # Check all directory arguments for consistency.
1341 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1342 datadir sysconfdir sharedstatedir localstatedir includedir \
1343 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1344 libdir localedir mandir
1346 eval ac_val=\$$ac_var
1347 # Remove trailing slashes.
1348 case $ac_val in
1349 */ )
1350 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1351 eval $ac_var=\$ac_val;;
1352 esac
1353 # Be sure to have absolute directory names.
1354 case $ac_val in
1355 [\\/$]* | ?:[\\/]* ) continue;;
1356 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1357 esac
1358 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1359 done
1361 # There might be people who depend on the old broken behavior: `$host'
1362 # used to hold the argument of --host etc.
1363 # FIXME: To remove some day.
1364 build=$build_alias
1365 host=$host_alias
1366 target=$target_alias
1368 # FIXME: To remove some day.
1369 if test "x$host_alias" != x; then
1370 if test "x$build_alias" = x; then
1371 cross_compiling=maybe
1372 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1373 If a cross compiler is detected then cross compile mode will be used." >&2
1374 elif test "x$build_alias" != "x$host_alias"; then
1375 cross_compiling=yes
1379 ac_tool_prefix=
1380 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1382 test "$silent" = yes && exec 6>/dev/null
1385 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1386 ac_ls_di=`ls -di .` &&
1387 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1388 as_fn_error "working directory cannot be determined"
1389 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1390 as_fn_error "pwd does not report name of working directory"
1393 # Find the source files, if location was not specified.
1394 if test -z "$srcdir"; then
1395 ac_srcdir_defaulted=yes
1396 # Try the directory containing this script, then the parent directory.
1397 ac_confdir=`$as_dirname -- "$as_myself" ||
1398 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1399 X"$as_myself" : 'X\(//\)[^/]' \| \
1400 X"$as_myself" : 'X\(//\)$' \| \
1401 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1402 $as_echo X"$as_myself" |
1403 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1404 s//\1/
1407 /^X\(\/\/\)[^/].*/{
1408 s//\1/
1411 /^X\(\/\/\)$/{
1412 s//\1/
1415 /^X\(\/\).*/{
1416 s//\1/
1419 s/.*/./; q'`
1420 srcdir=$ac_confdir
1421 if test ! -r "$srcdir/$ac_unique_file"; then
1422 srcdir=..
1424 else
1425 ac_srcdir_defaulted=no
1427 if test ! -r "$srcdir/$ac_unique_file"; then
1428 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1429 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1431 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1432 ac_abs_confdir=`(
1433 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1434 pwd)`
1435 # When building in place, set srcdir=.
1436 if test "$ac_abs_confdir" = "$ac_pwd"; then
1437 srcdir=.
1439 # Remove unnecessary trailing slashes from srcdir.
1440 # Double slashes in file names in object file debugging info
1441 # mess up M-x gdb in Emacs.
1442 case $srcdir in
1443 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1444 esac
1445 for ac_var in $ac_precious_vars; do
1446 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1447 eval ac_env_${ac_var}_value=\$${ac_var}
1448 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1449 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1450 done
1453 # Report the --help message.
1455 if test "$ac_init_help" = "long"; then
1456 # Omit some internal or obsolete options to make the list less imposing.
1457 # This message is too long to be a string in the A/UX 3.1 sh.
1458 cat <<_ACEOF
1459 \`configure' configures this package to adapt to many kinds of systems.
1461 Usage: $0 [OPTION]... [VAR=VALUE]...
1463 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1464 VAR=VALUE. See below for descriptions of some of the useful variables.
1466 Defaults for the options are specified in brackets.
1468 Configuration:
1469 -h, --help display this help and exit
1470 --help=short display options specific to this package
1471 --help=recursive display the short help of all the included packages
1472 -V, --version display version information and exit
1473 -q, --quiet, --silent do not print \`checking...' messages
1474 --cache-file=FILE cache test results in FILE [disabled]
1475 -C, --config-cache alias for \`--cache-file=config.cache'
1476 -n, --no-create do not create output files
1477 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1479 Installation directories:
1480 --prefix=PREFIX install architecture-independent files in PREFIX
1481 [$ac_default_prefix]
1482 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1483 [PREFIX]
1485 By default, \`make install' will install all the files in
1486 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1487 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1488 for instance \`--prefix=\$HOME'.
1490 For better control, use the options below.
1492 Fine tuning of the installation directories:
1493 --bindir=DIR user executables [EPREFIX/bin]
1494 --sbindir=DIR system admin executables [EPREFIX/sbin]
1495 --libexecdir=DIR program executables [EPREFIX/libexec]
1496 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1497 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1498 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1499 --libdir=DIR object code libraries [EPREFIX/lib]
1500 --includedir=DIR C header files [PREFIX/include]
1501 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1502 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1503 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1504 --infodir=DIR info documentation [DATAROOTDIR/info]
1505 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1506 --mandir=DIR man documentation [DATAROOTDIR/man]
1507 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1508 --htmldir=DIR html documentation [DOCDIR]
1509 --dvidir=DIR dvi documentation [DOCDIR]
1510 --pdfdir=DIR pdf documentation [DOCDIR]
1511 --psdir=DIR ps documentation [DOCDIR]
1512 _ACEOF
1514 cat <<\_ACEOF
1516 Program names:
1517 --program-prefix=PREFIX prepend PREFIX to installed program names
1518 --program-suffix=SUFFIX append SUFFIX to installed program names
1519 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1521 System types:
1522 --build=BUILD configure for building on BUILD [guessed]
1523 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1524 --target=TARGET configure for building compilers for TARGET [HOST]
1525 _ACEOF
1528 if test -n "$ac_init_help"; then
1530 cat <<\_ACEOF
1532 Optional Features:
1533 --disable-option-checking ignore unrecognized --enable/--with options
1534 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1535 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1536 --disable-dependency-tracking speeds up one-time build
1537 --enable-dependency-tracking do not reject slow dependency extractors
1538 --enable-shared[=PKGS] build shared libraries [default=no]
1539 --enable-static[=PKGS] build static libraries [default=yes]
1540 --enable-fast-install[=PKGS]
1541 optimize for fast installation [default=yes]
1542 --disable-libtool-lock avoid locking (might break parallel builds)
1543 --enable-targets alternative target configurations
1544 --enable-werror treat compile warnings as errors
1545 --enable-build-warnings enable build-time compiler warnings
1546 --enable-maintainer-mode enable make rules and dependencies not useful
1547 (and sometimes confusing) to the casual installer
1548 --enable-install-libbfd controls installation of libbfd and related headers
1549 --disable-nls do not use Native Language Support
1550 --enable-cgen-maint=dir build cgen generated files
1552 Optional Packages:
1553 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1554 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1555 --with-pic try to use only PIC/non-PIC objects [default=use
1556 both]
1557 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1559 Some influential environment variables:
1560 CC C compiler command
1561 CFLAGS C compiler flags
1562 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1563 nonstandard directory <lib dir>
1564 LIBS libraries to pass to the linker, e.g. -l<library>
1565 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1566 you have headers in a nonstandard directory <include dir>
1567 CPP C preprocessor
1569 Use these variables to override the choices made by `configure' or to help
1570 it to find libraries and programs with nonstandard names/locations.
1572 Report bugs to the package provider.
1573 _ACEOF
1574 ac_status=$?
1577 if test "$ac_init_help" = "recursive"; then
1578 # If there are subdirs, report their specific --help.
1579 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1580 test -d "$ac_dir" ||
1581 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1582 continue
1583 ac_builddir=.
1585 case "$ac_dir" in
1586 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1588 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1589 # A ".." for each directory in $ac_dir_suffix.
1590 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1591 case $ac_top_builddir_sub in
1592 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1593 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1594 esac ;;
1595 esac
1596 ac_abs_top_builddir=$ac_pwd
1597 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1598 # for backward compatibility:
1599 ac_top_builddir=$ac_top_build_prefix
1601 case $srcdir in
1602 .) # We are building in place.
1603 ac_srcdir=.
1604 ac_top_srcdir=$ac_top_builddir_sub
1605 ac_abs_top_srcdir=$ac_pwd ;;
1606 [\\/]* | ?:[\\/]* ) # Absolute name.
1607 ac_srcdir=$srcdir$ac_dir_suffix;
1608 ac_top_srcdir=$srcdir
1609 ac_abs_top_srcdir=$srcdir ;;
1610 *) # Relative name.
1611 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1612 ac_top_srcdir=$ac_top_build_prefix$srcdir
1613 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1614 esac
1615 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1617 cd "$ac_dir" || { ac_status=$?; continue; }
1618 # Check for guested configure.
1619 if test -f "$ac_srcdir/configure.gnu"; then
1620 echo &&
1621 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1622 elif test -f "$ac_srcdir/configure"; then
1623 echo &&
1624 $SHELL "$ac_srcdir/configure" --help=recursive
1625 else
1626 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1627 fi || ac_status=$?
1628 cd "$ac_pwd" || { ac_status=$?; break; }
1629 done
1632 test -n "$ac_init_help" && exit $ac_status
1633 if $ac_init_version; then
1634 cat <<\_ACEOF
1635 configure
1636 generated by GNU Autoconf 2.64
1638 Copyright (C) 2009 Free Software Foundation, Inc.
1639 This configure script is free software; the Free Software Foundation
1640 gives unlimited permission to copy, distribute and modify it.
1641 _ACEOF
1642 exit
1645 ## ------------------------ ##
1646 ## Autoconf initialization. ##
1647 ## ------------------------ ##
1649 # ac_fn_c_try_compile LINENO
1650 # --------------------------
1651 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1652 ac_fn_c_try_compile ()
1654 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1655 rm -f conftest.$ac_objext
1656 if { { ac_try="$ac_compile"
1657 case "(($ac_try" in
1658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1659 *) ac_try_echo=$ac_try;;
1660 esac
1661 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1662 $as_echo "$ac_try_echo"; } >&5
1663 (eval "$ac_compile") 2>conftest.err
1664 ac_status=$?
1665 if test -s conftest.err; then
1666 grep -v '^ *+' conftest.err >conftest.er1
1667 cat conftest.er1 >&5
1668 mv -f conftest.er1 conftest.err
1670 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1671 test $ac_status = 0; } && {
1672 test -z "$ac_c_werror_flag" ||
1673 test ! -s conftest.err
1674 } && test -s conftest.$ac_objext; then :
1675 ac_retval=0
1676 else
1677 $as_echo "$as_me: failed program was:" >&5
1678 sed 's/^/| /' conftest.$ac_ext >&5
1680 ac_retval=1
1682 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1683 return $ac_retval
1685 } # ac_fn_c_try_compile
1687 # ac_fn_c_try_link LINENO
1688 # -----------------------
1689 # Try to link conftest.$ac_ext, and return whether this succeeded.
1690 ac_fn_c_try_link ()
1692 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1693 rm -f conftest.$ac_objext conftest$ac_exeext
1694 if { { ac_try="$ac_link"
1695 case "(($ac_try" in
1696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1697 *) ac_try_echo=$ac_try;;
1698 esac
1699 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1700 $as_echo "$ac_try_echo"; } >&5
1701 (eval "$ac_link") 2>conftest.err
1702 ac_status=$?
1703 if test -s conftest.err; then
1704 grep -v '^ *+' conftest.err >conftest.er1
1705 cat conftest.er1 >&5
1706 mv -f conftest.er1 conftest.err
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; } && {
1710 test -z "$ac_c_werror_flag" ||
1711 test ! -s conftest.err
1712 } && test -s conftest$ac_exeext && {
1713 test "$cross_compiling" = yes ||
1714 $as_test_x conftest$ac_exeext
1715 }; then :
1716 ac_retval=0
1717 else
1718 $as_echo "$as_me: failed program was:" >&5
1719 sed 's/^/| /' conftest.$ac_ext >&5
1721 ac_retval=1
1723 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1724 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1725 # interfere with the next link command; also delete a directory that is
1726 # left behind by Apple's compiler. We do this before executing the actions.
1727 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1728 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1729 return $ac_retval
1731 } # ac_fn_c_try_link
1733 # ac_fn_c_try_cpp LINENO
1734 # ----------------------
1735 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1736 ac_fn_c_try_cpp ()
1738 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1739 if { { ac_try="$ac_cpp conftest.$ac_ext"
1740 case "(($ac_try" in
1741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1742 *) ac_try_echo=$ac_try;;
1743 esac
1744 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1745 $as_echo "$ac_try_echo"; } >&5
1746 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1747 ac_status=$?
1748 if test -s conftest.err; then
1749 grep -v '^ *+' conftest.err >conftest.er1
1750 cat conftest.er1 >&5
1751 mv -f conftest.er1 conftest.err
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; } >/dev/null && {
1755 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1756 test ! -s conftest.err
1757 }; then :
1758 ac_retval=0
1759 else
1760 $as_echo "$as_me: failed program was:" >&5
1761 sed 's/^/| /' conftest.$ac_ext >&5
1763 ac_retval=1
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1768 } # ac_fn_c_try_cpp
1770 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1771 # -------------------------------------------------------
1772 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1773 # the include files in INCLUDES and setting the cache variable VAR
1774 # accordingly.
1775 ac_fn_c_check_header_mongrel ()
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1780 $as_echo_n "checking for $2... " >&6; }
1781 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1782 $as_echo_n "(cached) " >&6
1784 eval ac_res=\$$3
1785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1786 $as_echo "$ac_res" >&6; }
1787 else
1788 # Is the header compilable?
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1790 $as_echo_n "checking $2 usability... " >&6; }
1791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1792 /* end confdefs.h. */
1794 #include <$2>
1795 _ACEOF
1796 if ac_fn_c_try_compile "$LINENO"; then :
1797 ac_header_compiler=yes
1798 else
1799 ac_header_compiler=no
1801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1803 $as_echo "$ac_header_compiler" >&6; }
1805 # Is the header present?
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1807 $as_echo_n "checking $2 presence... " >&6; }
1808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1809 /* end confdefs.h. */
1810 #include <$2>
1811 _ACEOF
1812 if ac_fn_c_try_cpp "$LINENO"; then :
1813 ac_header_preproc=yes
1814 else
1815 ac_header_preproc=no
1817 rm -f conftest.err conftest.$ac_ext
1818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1819 $as_echo "$ac_header_preproc" >&6; }
1821 # So? What about this header?
1822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1823 yes:no: )
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1825 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1827 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1829 no:yes:* )
1830 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1831 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1833 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1835 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1837 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1839 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1841 esac
1842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1843 $as_echo_n "checking for $2... " >&6; }
1844 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1845 $as_echo_n "(cached) " >&6
1846 else
1847 eval "$3=\$ac_header_compiler"
1849 eval ac_res=\$$3
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1851 $as_echo "$ac_res" >&6; }
1853 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1855 } # ac_fn_c_check_header_mongrel
1857 # ac_fn_c_try_run LINENO
1858 # ----------------------
1859 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1860 # that executables *can* be run.
1861 ac_fn_c_try_run ()
1863 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1864 if { { ac_try="$ac_link"
1865 case "(($ac_try" in
1866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1867 *) ac_try_echo=$ac_try;;
1868 esac
1869 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1870 $as_echo "$ac_try_echo"; } >&5
1871 (eval "$ac_link") 2>&5
1872 ac_status=$?
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1875 { { case "(($ac_try" in
1876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1877 *) ac_try_echo=$ac_try;;
1878 esac
1879 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1880 $as_echo "$ac_try_echo"; } >&5
1881 (eval "$ac_try") 2>&5
1882 ac_status=$?
1883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1884 test $ac_status = 0; }; }; then :
1885 ac_retval=0
1886 else
1887 $as_echo "$as_me: program exited with status $ac_status" >&5
1888 $as_echo "$as_me: failed program was:" >&5
1889 sed 's/^/| /' conftest.$ac_ext >&5
1891 ac_retval=$ac_status
1893 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1894 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1895 return $ac_retval
1897 } # ac_fn_c_try_run
1899 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1900 # -------------------------------------------------------
1901 # Tests whether HEADER exists and can be compiled using the include files in
1902 # INCLUDES, setting the cache variable VAR accordingly.
1903 ac_fn_c_check_header_compile ()
1905 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1907 $as_echo_n "checking for $2... " >&6; }
1908 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1909 $as_echo_n "(cached) " >&6
1910 else
1911 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1912 /* end confdefs.h. */
1914 #include <$2>
1915 _ACEOF
1916 if ac_fn_c_try_compile "$LINENO"; then :
1917 eval "$3=yes"
1918 else
1919 eval "$3=no"
1921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1923 eval ac_res=\$$3
1924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1925 $as_echo "$ac_res" >&6; }
1926 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1928 } # ac_fn_c_check_header_compile
1930 # ac_fn_c_check_func LINENO FUNC VAR
1931 # ----------------------------------
1932 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1933 ac_fn_c_check_func ()
1935 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1937 $as_echo_n "checking for $2... " >&6; }
1938 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1939 $as_echo_n "(cached) " >&6
1940 else
1941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1942 /* end confdefs.h. */
1943 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1944 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1945 #define $2 innocuous_$2
1947 /* System header to define __stub macros and hopefully few prototypes,
1948 which can conflict with char $2 (); below.
1949 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1950 <limits.h> exists even on freestanding compilers. */
1952 #ifdef __STDC__
1953 # include <limits.h>
1954 #else
1955 # include <assert.h>
1956 #endif
1958 #undef $2
1960 /* Override any GCC internal prototype to avoid an error.
1961 Use char because int might match the return type of a GCC
1962 builtin and then its argument prototype would still apply. */
1963 #ifdef __cplusplus
1964 extern "C"
1965 #endif
1966 char $2 ();
1967 /* The GNU C library defines this for functions which it implements
1968 to always fail with ENOSYS. Some functions are actually named
1969 something starting with __ and the normal name is an alias. */
1970 #if defined __stub_$2 || defined __stub___$2
1971 choke me
1972 #endif
1975 main ()
1977 return $2 ();
1979 return 0;
1981 _ACEOF
1982 if ac_fn_c_try_link "$LINENO"; then :
1983 eval "$3=yes"
1984 else
1985 eval "$3=no"
1987 rm -f core conftest.err conftest.$ac_objext \
1988 conftest$ac_exeext conftest.$ac_ext
1990 eval ac_res=\$$3
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1992 $as_echo "$ac_res" >&6; }
1993 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1995 } # ac_fn_c_check_func
1997 # ac_fn_c_check_decl LINENO SYMBOL VAR
1998 # ------------------------------------
1999 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2000 ac_fn_c_check_decl ()
2002 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $2 is declared" >&5
2004 $as_echo_n "checking whether $2 is declared... " >&6; }
2005 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2006 $as_echo_n "(cached) " >&6
2007 else
2008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2009 /* end confdefs.h. */
2012 main ()
2014 #ifndef $2
2015 (void) $2;
2016 #endif
2019 return 0;
2021 _ACEOF
2022 if ac_fn_c_try_compile "$LINENO"; then :
2023 eval "$3=yes"
2024 else
2025 eval "$3=no"
2027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2029 eval ac_res=\$$3
2030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2031 $as_echo "$ac_res" >&6; }
2032 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2034 } # ac_fn_c_check_decl
2035 cat >config.log <<_ACEOF
2036 This file contains any messages produced by compilers while
2037 running configure, to aid debugging if configure makes a mistake.
2039 It was created by $as_me, which was
2040 generated by GNU Autoconf 2.64. Invocation command line was
2042 $ $0 $@
2044 _ACEOF
2045 exec 5>>config.log
2047 cat <<_ASUNAME
2048 ## --------- ##
2049 ## Platform. ##
2050 ## --------- ##
2052 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2053 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2054 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2055 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2056 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2058 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2059 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2061 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2062 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2063 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2064 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2065 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2066 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2067 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2069 _ASUNAME
2071 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2072 for as_dir in $PATH
2074 IFS=$as_save_IFS
2075 test -z "$as_dir" && as_dir=.
2076 $as_echo "PATH: $as_dir"
2077 done
2078 IFS=$as_save_IFS
2080 } >&5
2082 cat >&5 <<_ACEOF
2085 ## ----------- ##
2086 ## Core tests. ##
2087 ## ----------- ##
2089 _ACEOF
2092 # Keep a trace of the command line.
2093 # Strip out --no-create and --no-recursion so they do not pile up.
2094 # Strip out --silent because we don't want to record it for future runs.
2095 # Also quote any args containing shell meta-characters.
2096 # Make two passes to allow for proper duplicate-argument suppression.
2097 ac_configure_args=
2098 ac_configure_args0=
2099 ac_configure_args1=
2100 ac_must_keep_next=false
2101 for ac_pass in 1 2
2103 for ac_arg
2105 case $ac_arg in
2106 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2107 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2108 | -silent | --silent | --silen | --sile | --sil)
2109 continue ;;
2110 *\'*)
2111 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2112 esac
2113 case $ac_pass in
2114 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2116 as_fn_append ac_configure_args1 " '$ac_arg'"
2117 if test $ac_must_keep_next = true; then
2118 ac_must_keep_next=false # Got value, back to normal.
2119 else
2120 case $ac_arg in
2121 *=* | --config-cache | -C | -disable-* | --disable-* \
2122 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2123 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2124 | -with-* | --with-* | -without-* | --without-* | --x)
2125 case "$ac_configure_args0 " in
2126 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2127 esac
2129 -* ) ac_must_keep_next=true ;;
2130 esac
2132 as_fn_append ac_configure_args " '$ac_arg'"
2134 esac
2135 done
2136 done
2137 { ac_configure_args0=; unset ac_configure_args0;}
2138 { ac_configure_args1=; unset ac_configure_args1;}
2140 # When interrupted or exit'd, cleanup temporary files, and complete
2141 # config.log. We remove comments because anyway the quotes in there
2142 # would cause problems or look ugly.
2143 # WARNING: Use '\'' to represent an apostrophe within the trap.
2144 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2145 trap 'exit_status=$?
2146 # Save into config.log some information that might help in debugging.
2148 echo
2150 cat <<\_ASBOX
2151 ## ---------------- ##
2152 ## Cache variables. ##
2153 ## ---------------- ##
2154 _ASBOX
2155 echo
2156 # The following way of writing the cache mishandles newlines in values,
2158 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2159 eval ac_val=\$$ac_var
2160 case $ac_val in #(
2161 *${as_nl}*)
2162 case $ac_var in #(
2163 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2164 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2165 esac
2166 case $ac_var in #(
2167 _ | IFS | as_nl) ;; #(
2168 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2169 *) { eval $ac_var=; unset $ac_var;} ;;
2170 esac ;;
2171 esac
2172 done
2173 (set) 2>&1 |
2174 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2175 *${as_nl}ac_space=\ *)
2176 sed -n \
2177 "s/'\''/'\''\\\\'\'''\''/g;
2178 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2179 ;; #(
2181 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2183 esac |
2184 sort
2186 echo
2188 cat <<\_ASBOX
2189 ## ----------------- ##
2190 ## Output variables. ##
2191 ## ----------------- ##
2192 _ASBOX
2193 echo
2194 for ac_var in $ac_subst_vars
2196 eval ac_val=\$$ac_var
2197 case $ac_val in
2198 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2199 esac
2200 $as_echo "$ac_var='\''$ac_val'\''"
2201 done | sort
2202 echo
2204 if test -n "$ac_subst_files"; then
2205 cat <<\_ASBOX
2206 ## ------------------- ##
2207 ## File substitutions. ##
2208 ## ------------------- ##
2209 _ASBOX
2210 echo
2211 for ac_var in $ac_subst_files
2213 eval ac_val=\$$ac_var
2214 case $ac_val in
2215 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2216 esac
2217 $as_echo "$ac_var='\''$ac_val'\''"
2218 done | sort
2219 echo
2222 if test -s confdefs.h; then
2223 cat <<\_ASBOX
2224 ## ----------- ##
2225 ## confdefs.h. ##
2226 ## ----------- ##
2227 _ASBOX
2228 echo
2229 cat confdefs.h
2230 echo
2232 test "$ac_signal" != 0 &&
2233 $as_echo "$as_me: caught signal $ac_signal"
2234 $as_echo "$as_me: exit $exit_status"
2235 } >&5
2236 rm -f core *.core core.conftest.* &&
2237 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2238 exit $exit_status
2240 for ac_signal in 1 2 13 15; do
2241 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2242 done
2243 ac_signal=0
2245 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2246 rm -f -r conftest* confdefs.h
2248 $as_echo "/* confdefs.h */" > confdefs.h
2250 # Predefined preprocessor variables.
2252 cat >>confdefs.h <<_ACEOF
2253 #define PACKAGE_NAME "$PACKAGE_NAME"
2254 _ACEOF
2256 cat >>confdefs.h <<_ACEOF
2257 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2258 _ACEOF
2260 cat >>confdefs.h <<_ACEOF
2261 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2262 _ACEOF
2264 cat >>confdefs.h <<_ACEOF
2265 #define PACKAGE_STRING "$PACKAGE_STRING"
2266 _ACEOF
2268 cat >>confdefs.h <<_ACEOF
2269 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2270 _ACEOF
2272 cat >>confdefs.h <<_ACEOF
2273 #define PACKAGE_URL "$PACKAGE_URL"
2274 _ACEOF
2277 # Let the site file select an alternate cache file if it wants to.
2278 # Prefer an explicitly selected file to automatically selected ones.
2279 ac_site_file1=NONE
2280 ac_site_file2=NONE
2281 if test -n "$CONFIG_SITE"; then
2282 ac_site_file1=$CONFIG_SITE
2283 elif test "x$prefix" != xNONE; then
2284 ac_site_file1=$prefix/share/config.site
2285 ac_site_file2=$prefix/etc/config.site
2286 else
2287 ac_site_file1=$ac_default_prefix/share/config.site
2288 ac_site_file2=$ac_default_prefix/etc/config.site
2290 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2292 test "x$ac_site_file" = xNONE && continue
2293 if test -r "$ac_site_file"; then
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2295 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2296 sed 's/^/| /' "$ac_site_file" >&5
2297 . "$ac_site_file"
2299 done
2301 if test -r "$cache_file"; then
2302 # Some versions of bash will fail to source /dev/null (special
2303 # files actually), so we avoid doing that.
2304 if test -f "$cache_file"; then
2305 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2306 $as_echo "$as_me: loading cache $cache_file" >&6;}
2307 case $cache_file in
2308 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2309 *) . "./$cache_file";;
2310 esac
2312 else
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2314 $as_echo "$as_me: creating cache $cache_file" >&6;}
2315 >$cache_file
2318 # Check that the precious variables saved in the cache have kept the same
2319 # value.
2320 ac_cache_corrupted=false
2321 for ac_var in $ac_precious_vars; do
2322 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2323 eval ac_new_set=\$ac_env_${ac_var}_set
2324 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2325 eval ac_new_val=\$ac_env_${ac_var}_value
2326 case $ac_old_set,$ac_new_set in
2327 set,)
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2329 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2330 ac_cache_corrupted=: ;;
2331 ,set)
2332 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2333 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2334 ac_cache_corrupted=: ;;
2335 ,);;
2337 if test "x$ac_old_val" != "x$ac_new_val"; then
2338 # differences in whitespace do not lead to failure.
2339 ac_old_val_w=`echo x $ac_old_val`
2340 ac_new_val_w=`echo x $ac_new_val`
2341 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2343 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2344 ac_cache_corrupted=:
2345 else
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2347 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2348 eval $ac_var=\$ac_old_val
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2351 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2353 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2354 fi;;
2355 esac
2356 # Pass precious variables to config.status.
2357 if test "$ac_new_set" = set; then
2358 case $ac_new_val in
2359 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2360 *) ac_arg=$ac_var=$ac_new_val ;;
2361 esac
2362 case " $ac_configure_args " in
2363 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2364 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2365 esac
2367 done
2368 if $ac_cache_corrupted; then
2369 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2370 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2371 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2372 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2373 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2375 ## -------------------- ##
2376 ## Main body of script. ##
2377 ## -------------------- ##
2379 ac_ext=c
2380 ac_cpp='$CPP $CPPFLAGS'
2381 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2382 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2383 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2391 ac_aux_dir=
2392 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2393 for ac_t in install-sh install.sh shtool; do
2394 if test -f "$ac_dir/$ac_t"; then
2395 ac_aux_dir=$ac_dir
2396 ac_install_sh="$ac_aux_dir/$ac_t -c"
2397 break 2
2399 done
2400 done
2401 if test -z "$ac_aux_dir"; then
2402 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2405 # These three variables are undocumented and unsupported,
2406 # and are intended to be withdrawn in a future Autoconf release.
2407 # They can cause serious problems if a builder's source tree is in a directory
2408 # whose full name contains unusual characters.
2409 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2410 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2411 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2414 # Make sure we can run config.sub.
2415 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2416 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2419 $as_echo_n "checking build system type... " >&6; }
2420 if test "${ac_cv_build+set}" = set; then :
2421 $as_echo_n "(cached) " >&6
2422 else
2423 ac_build_alias=$build_alias
2424 test "x$ac_build_alias" = x &&
2425 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2426 test "x$ac_build_alias" = x &&
2427 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2428 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2429 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2433 $as_echo "$ac_cv_build" >&6; }
2434 case $ac_cv_build in
2435 *-*-*) ;;
2436 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2437 esac
2438 build=$ac_cv_build
2439 ac_save_IFS=$IFS; IFS='-'
2440 set x $ac_cv_build
2441 shift
2442 build_cpu=$1
2443 build_vendor=$2
2444 shift; shift
2445 # Remember, the first character of IFS is used to create $*,
2446 # except with old shells:
2447 build_os=$*
2448 IFS=$ac_save_IFS
2449 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2453 $as_echo_n "checking host system type... " >&6; }
2454 if test "${ac_cv_host+set}" = set; then :
2455 $as_echo_n "(cached) " >&6
2456 else
2457 if test "x$host_alias" = x; then
2458 ac_cv_host=$ac_cv_build
2459 else
2460 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2461 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2466 $as_echo "$ac_cv_host" >&6; }
2467 case $ac_cv_host in
2468 *-*-*) ;;
2469 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2470 esac
2471 host=$ac_cv_host
2472 ac_save_IFS=$IFS; IFS='-'
2473 set x $ac_cv_host
2474 shift
2475 host_cpu=$1
2476 host_vendor=$2
2477 shift; shift
2478 # Remember, the first character of IFS is used to create $*,
2479 # except with old shells:
2480 host_os=$*
2481 IFS=$ac_save_IFS
2482 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2486 $as_echo_n "checking target system type... " >&6; }
2487 if test "${ac_cv_target+set}" = set; then :
2488 $as_echo_n "(cached) " >&6
2489 else
2490 if test "x$target_alias" = x; then
2491 ac_cv_target=$ac_cv_host
2492 else
2493 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2494 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2499 $as_echo "$ac_cv_target" >&6; }
2500 case $ac_cv_target in
2501 *-*-*) ;;
2502 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2503 esac
2504 target=$ac_cv_target
2505 ac_save_IFS=$IFS; IFS='-'
2506 set x $ac_cv_target
2507 shift
2508 target_cpu=$1
2509 target_vendor=$2
2510 shift; shift
2511 # Remember, the first character of IFS is used to create $*,
2512 # except with old shells:
2513 target_os=$*
2514 IFS=$ac_save_IFS
2515 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2518 # The aliases save the names the user supplied, while $host etc.
2519 # will get canonicalized.
2520 test -n "$target_alias" &&
2521 test "$program_prefix$program_suffix$program_transform_name" = \
2522 NONENONEs,x,x, &&
2523 program_prefix=${target_alias}-
2524 ac_ext=c
2525 ac_cpp='$CPP $CPPFLAGS'
2526 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2527 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2528 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2529 if test -n "$ac_tool_prefix"; then
2530 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2531 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2533 $as_echo_n "checking for $ac_word... " >&6; }
2534 if test "${ac_cv_prog_CC+set}" = set; then :
2535 $as_echo_n "(cached) " >&6
2536 else
2537 if test -n "$CC"; then
2538 ac_cv_prog_CC="$CC" # Let the user override the test.
2539 else
2540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2541 for as_dir in $PATH
2543 IFS=$as_save_IFS
2544 test -z "$as_dir" && as_dir=.
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2547 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2549 break 2
2551 done
2552 done
2553 IFS=$as_save_IFS
2557 CC=$ac_cv_prog_CC
2558 if test -n "$CC"; then
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2560 $as_echo "$CC" >&6; }
2561 else
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2563 $as_echo "no" >&6; }
2568 if test -z "$ac_cv_prog_CC"; then
2569 ac_ct_CC=$CC
2570 # Extract the first word of "gcc", so it can be a program name with args.
2571 set dummy gcc; ac_word=$2
2572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2573 $as_echo_n "checking for $ac_word... " >&6; }
2574 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2575 $as_echo_n "(cached) " >&6
2576 else
2577 if test -n "$ac_ct_CC"; then
2578 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2579 else
2580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2581 for as_dir in $PATH
2583 IFS=$as_save_IFS
2584 test -z "$as_dir" && as_dir=.
2585 for ac_exec_ext in '' $ac_executable_extensions; do
2586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2587 ac_cv_prog_ac_ct_CC="gcc"
2588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2589 break 2
2591 done
2592 done
2593 IFS=$as_save_IFS
2597 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2598 if test -n "$ac_ct_CC"; then
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2600 $as_echo "$ac_ct_CC" >&6; }
2601 else
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2603 $as_echo "no" >&6; }
2606 if test "x$ac_ct_CC" = x; then
2607 CC=""
2608 else
2609 case $cross_compiling:$ac_tool_warned in
2610 yes:)
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2612 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2613 ac_tool_warned=yes ;;
2614 esac
2615 CC=$ac_ct_CC
2617 else
2618 CC="$ac_cv_prog_CC"
2621 if test -z "$CC"; then
2622 if test -n "$ac_tool_prefix"; then
2623 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2624 set dummy ${ac_tool_prefix}cc; ac_word=$2
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2626 $as_echo_n "checking for $ac_word... " >&6; }
2627 if test "${ac_cv_prog_CC+set}" = set; then :
2628 $as_echo_n "(cached) " >&6
2629 else
2630 if test -n "$CC"; then
2631 ac_cv_prog_CC="$CC" # Let the user override the test.
2632 else
2633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2634 for as_dir in $PATH
2636 IFS=$as_save_IFS
2637 test -z "$as_dir" && as_dir=.
2638 for ac_exec_ext in '' $ac_executable_extensions; do
2639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2640 ac_cv_prog_CC="${ac_tool_prefix}cc"
2641 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2642 break 2
2644 done
2645 done
2646 IFS=$as_save_IFS
2650 CC=$ac_cv_prog_CC
2651 if test -n "$CC"; then
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2653 $as_echo "$CC" >&6; }
2654 else
2655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2656 $as_echo "no" >&6; }
2662 if test -z "$CC"; then
2663 # Extract the first word of "cc", so it can be a program name with args.
2664 set dummy cc; ac_word=$2
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666 $as_echo_n "checking for $ac_word... " >&6; }
2667 if test "${ac_cv_prog_CC+set}" = set; then :
2668 $as_echo_n "(cached) " >&6
2669 else
2670 if test -n "$CC"; then
2671 ac_cv_prog_CC="$CC" # Let the user override the test.
2672 else
2673 ac_prog_rejected=no
2674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2675 for as_dir in $PATH
2677 IFS=$as_save_IFS
2678 test -z "$as_dir" && as_dir=.
2679 for ac_exec_ext in '' $ac_executable_extensions; do
2680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2681 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2682 ac_prog_rejected=yes
2683 continue
2685 ac_cv_prog_CC="cc"
2686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2687 break 2
2689 done
2690 done
2691 IFS=$as_save_IFS
2693 if test $ac_prog_rejected = yes; then
2694 # We found a bogon in the path, so make sure we never use it.
2695 set dummy $ac_cv_prog_CC
2696 shift
2697 if test $# != 0; then
2698 # We chose a different compiler from the bogus one.
2699 # However, it has the same basename, so the bogon will be chosen
2700 # first if we set CC to just the basename; use the full file name.
2701 shift
2702 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2707 CC=$ac_cv_prog_CC
2708 if test -n "$CC"; then
2709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2710 $as_echo "$CC" >&6; }
2711 else
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2713 $as_echo "no" >&6; }
2718 if test -z "$CC"; then
2719 if test -n "$ac_tool_prefix"; then
2720 for ac_prog in cl.exe
2722 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2723 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2725 $as_echo_n "checking for $ac_word... " >&6; }
2726 if test "${ac_cv_prog_CC+set}" = set; then :
2727 $as_echo_n "(cached) " >&6
2728 else
2729 if test -n "$CC"; then
2730 ac_cv_prog_CC="$CC" # Let the user override the test.
2731 else
2732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2733 for as_dir in $PATH
2735 IFS=$as_save_IFS
2736 test -z "$as_dir" && as_dir=.
2737 for ac_exec_ext in '' $ac_executable_extensions; do
2738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2739 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2741 break 2
2743 done
2744 done
2745 IFS=$as_save_IFS
2749 CC=$ac_cv_prog_CC
2750 if test -n "$CC"; then
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2752 $as_echo "$CC" >&6; }
2753 else
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2755 $as_echo "no" >&6; }
2759 test -n "$CC" && break
2760 done
2762 if test -z "$CC"; then
2763 ac_ct_CC=$CC
2764 for ac_prog in cl.exe
2766 # Extract the first word of "$ac_prog", so it can be a program name with args.
2767 set dummy $ac_prog; ac_word=$2
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2769 $as_echo_n "checking for $ac_word... " >&6; }
2770 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2771 $as_echo_n "(cached) " >&6
2772 else
2773 if test -n "$ac_ct_CC"; then
2774 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2775 else
2776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2777 for as_dir in $PATH
2779 IFS=$as_save_IFS
2780 test -z "$as_dir" && as_dir=.
2781 for ac_exec_ext in '' $ac_executable_extensions; do
2782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2783 ac_cv_prog_ac_ct_CC="$ac_prog"
2784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2785 break 2
2787 done
2788 done
2789 IFS=$as_save_IFS
2793 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2794 if test -n "$ac_ct_CC"; then
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2796 $as_echo "$ac_ct_CC" >&6; }
2797 else
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2799 $as_echo "no" >&6; }
2803 test -n "$ac_ct_CC" && break
2804 done
2806 if test "x$ac_ct_CC" = x; then
2807 CC=""
2808 else
2809 case $cross_compiling:$ac_tool_warned in
2810 yes:)
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2812 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2813 ac_tool_warned=yes ;;
2814 esac
2815 CC=$ac_ct_CC
2822 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2823 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2824 as_fn_error "no acceptable C compiler found in \$PATH
2825 See \`config.log' for more details." "$LINENO" 5; }
2827 # Provide some information about the compiler.
2828 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2829 set X $ac_compile
2830 ac_compiler=$2
2831 for ac_option in --version -v -V -qversion; do
2832 { { ac_try="$ac_compiler $ac_option >&5"
2833 case "(($ac_try" in
2834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2835 *) ac_try_echo=$ac_try;;
2836 esac
2837 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2838 $as_echo "$ac_try_echo"; } >&5
2839 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2840 ac_status=$?
2841 if test -s conftest.err; then
2842 sed '10a\
2843 ... rest of stderr output deleted ...
2844 10q' conftest.err >conftest.er1
2845 cat conftest.er1 >&5
2846 rm -f conftest.er1 conftest.err
2848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2849 test $ac_status = 0; }
2850 done
2852 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2853 /* end confdefs.h. */
2856 main ()
2860 return 0;
2862 _ACEOF
2863 ac_clean_files_save=$ac_clean_files
2864 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2865 # Try to create an executable without -o first, disregard a.out.
2866 # It will help us diagnose broken compilers, and finding out an intuition
2867 # of exeext.
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2869 $as_echo_n "checking for C compiler default output file name... " >&6; }
2870 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2872 # The possible output files:
2873 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2875 ac_rmfiles=
2876 for ac_file in $ac_files
2878 case $ac_file in
2879 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2880 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2881 esac
2882 done
2883 rm -f $ac_rmfiles
2885 if { { ac_try="$ac_link_default"
2886 case "(($ac_try" in
2887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2888 *) ac_try_echo=$ac_try;;
2889 esac
2890 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2891 $as_echo "$ac_try_echo"; } >&5
2892 (eval "$ac_link_default") 2>&5
2893 ac_status=$?
2894 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2895 test $ac_status = 0; }; then :
2896 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2897 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2898 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2899 # so that the user can short-circuit this test for compilers unknown to
2900 # Autoconf.
2901 for ac_file in $ac_files ''
2903 test -f "$ac_file" || continue
2904 case $ac_file in
2905 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2907 [ab].out )
2908 # We found the default executable, but exeext='' is most
2909 # certainly right.
2910 break;;
2911 *.* )
2912 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2913 then :; else
2914 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2916 # We set ac_cv_exeext here because the later test for it is not
2917 # safe: cross compilers may not add the suffix if given an `-o'
2918 # argument, so we may need to know it at that point already.
2919 # Even if this section looks crufty: it has the advantage of
2920 # actually working.
2921 break;;
2923 break;;
2924 esac
2925 done
2926 test "$ac_cv_exeext" = no && ac_cv_exeext=
2928 else
2929 ac_file=''
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2932 $as_echo "$ac_file" >&6; }
2933 if test -z "$ac_file"; then :
2934 $as_echo "$as_me: failed program was:" >&5
2935 sed 's/^/| /' conftest.$ac_ext >&5
2937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2939 { as_fn_set_status 77
2940 as_fn_error "C compiler cannot create executables
2941 See \`config.log' for more details." "$LINENO" 5; }; }
2943 ac_exeext=$ac_cv_exeext
2945 # Check that the compiler produces executables we can run. If not, either
2946 # the compiler is broken, or we cross compile.
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2948 $as_echo_n "checking whether the C compiler works... " >&6; }
2949 # If not cross compiling, check that we can run a simple program.
2950 if test "$cross_compiling" != yes; then
2951 if { ac_try='./$ac_file'
2952 { { case "(($ac_try" in
2953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2954 *) ac_try_echo=$ac_try;;
2955 esac
2956 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2957 $as_echo "$ac_try_echo"; } >&5
2958 (eval "$ac_try") 2>&5
2959 ac_status=$?
2960 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2961 test $ac_status = 0; }; }; then
2962 cross_compiling=no
2963 else
2964 if test "$cross_compiling" = maybe; then
2965 cross_compiling=yes
2966 else
2967 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2969 as_fn_error "cannot run C compiled programs.
2970 If you meant to cross compile, use \`--host'.
2971 See \`config.log' for more details." "$LINENO" 5; }
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2976 $as_echo "yes" >&6; }
2978 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2979 ac_clean_files=$ac_clean_files_save
2980 # Check that the compiler produces executables we can run. If not, either
2981 # the compiler is broken, or we cross compile.
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2983 $as_echo_n "checking whether we are cross compiling... " >&6; }
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2985 $as_echo "$cross_compiling" >&6; }
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2988 $as_echo_n "checking for suffix of executables... " >&6; }
2989 if { { ac_try="$ac_link"
2990 case "(($ac_try" in
2991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2992 *) ac_try_echo=$ac_try;;
2993 esac
2994 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2995 $as_echo "$ac_try_echo"; } >&5
2996 (eval "$ac_link") 2>&5
2997 ac_status=$?
2998 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2999 test $ac_status = 0; }; then :
3000 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3001 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3002 # work properly (i.e., refer to `conftest.exe'), while it won't with
3003 # `rm'.
3004 for ac_file in conftest.exe conftest 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 | *.o | *.obj ) ;;
3008 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3009 break;;
3010 * ) break;;
3011 esac
3012 done
3013 else
3014 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3015 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3016 as_fn_error "cannot compute suffix of executables: cannot compile and link
3017 See \`config.log' for more details." "$LINENO" 5; }
3019 rm -f conftest$ac_cv_exeext
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3021 $as_echo "$ac_cv_exeext" >&6; }
3023 rm -f conftest.$ac_ext
3024 EXEEXT=$ac_cv_exeext
3025 ac_exeext=$EXEEXT
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3027 $as_echo_n "checking for suffix of object files... " >&6; }
3028 if test "${ac_cv_objext+set}" = set; then :
3029 $as_echo_n "(cached) " >&6
3030 else
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032 /* end confdefs.h. */
3035 main ()
3039 return 0;
3041 _ACEOF
3042 rm -f conftest.o conftest.obj
3043 if { { ac_try="$ac_compile"
3044 case "(($ac_try" in
3045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3046 *) ac_try_echo=$ac_try;;
3047 esac
3048 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3049 $as_echo "$ac_try_echo"; } >&5
3050 (eval "$ac_compile") 2>&5
3051 ac_status=$?
3052 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3053 test $ac_status = 0; }; then :
3054 for ac_file in conftest.o conftest.obj conftest.*; do
3055 test -f "$ac_file" || continue;
3056 case $ac_file in
3057 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3058 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3059 break;;
3060 esac
3061 done
3062 else
3063 $as_echo "$as_me: failed program was:" >&5
3064 sed 's/^/| /' conftest.$ac_ext >&5
3066 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3067 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3068 as_fn_error "cannot compute suffix of object files: cannot compile
3069 See \`config.log' for more details." "$LINENO" 5; }
3071 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3074 $as_echo "$ac_cv_objext" >&6; }
3075 OBJEXT=$ac_cv_objext
3076 ac_objext=$OBJEXT
3077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3078 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3079 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3080 $as_echo_n "(cached) " >&6
3081 else
3082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3083 /* end confdefs.h. */
3086 main ()
3088 #ifndef __GNUC__
3089 choke me
3090 #endif
3093 return 0;
3095 _ACEOF
3096 if ac_fn_c_try_compile "$LINENO"; then :
3097 ac_compiler_gnu=yes
3098 else
3099 ac_compiler_gnu=no
3101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3102 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3106 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3107 if test $ac_compiler_gnu = yes; then
3108 GCC=yes
3109 else
3110 GCC=
3112 ac_test_CFLAGS=${CFLAGS+set}
3113 ac_save_CFLAGS=$CFLAGS
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3115 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3116 if test "${ac_cv_prog_cc_g+set}" = set; then :
3117 $as_echo_n "(cached) " >&6
3118 else
3119 ac_save_c_werror_flag=$ac_c_werror_flag
3120 ac_c_werror_flag=yes
3121 ac_cv_prog_cc_g=no
3122 CFLAGS="-g"
3123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3124 /* end confdefs.h. */
3127 main ()
3131 return 0;
3133 _ACEOF
3134 if ac_fn_c_try_compile "$LINENO"; then :
3135 ac_cv_prog_cc_g=yes
3136 else
3137 CFLAGS=""
3138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3139 /* end confdefs.h. */
3142 main ()
3146 return 0;
3148 _ACEOF
3149 if ac_fn_c_try_compile "$LINENO"; then :
3151 else
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3155 /* end confdefs.h. */
3158 main ()
3162 return 0;
3164 _ACEOF
3165 if ac_fn_c_try_compile "$LINENO"; then :
3166 ac_cv_prog_cc_g=yes
3168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3170 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3173 ac_c_werror_flag=$ac_save_c_werror_flag
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3176 $as_echo "$ac_cv_prog_cc_g" >&6; }
3177 if test "$ac_test_CFLAGS" = set; then
3178 CFLAGS=$ac_save_CFLAGS
3179 elif test $ac_cv_prog_cc_g = yes; then
3180 if test "$GCC" = yes; then
3181 CFLAGS="-g -O2"
3182 else
3183 CFLAGS="-g"
3185 else
3186 if test "$GCC" = yes; then
3187 CFLAGS="-O2"
3188 else
3189 CFLAGS=
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3193 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3194 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3195 $as_echo_n "(cached) " >&6
3196 else
3197 ac_cv_prog_cc_c89=no
3198 ac_save_CC=$CC
3199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3200 /* end confdefs.h. */
3201 #include <stdarg.h>
3202 #include <stdio.h>
3203 #include <sys/types.h>
3204 #include <sys/stat.h>
3205 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3206 struct buf { int x; };
3207 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3208 static char *e (p, i)
3209 char **p;
3210 int i;
3212 return p[i];
3214 static char *f (char * (*g) (char **, int), char **p, ...)
3216 char *s;
3217 va_list v;
3218 va_start (v,p);
3219 s = g (p, va_arg (v,int));
3220 va_end (v);
3221 return s;
3224 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3225 function prototypes and stuff, but not '\xHH' hex character constants.
3226 These don't provoke an error unfortunately, instead are silently treated
3227 as 'x'. The following induces an error, until -std is added to get
3228 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3229 array size at least. It's necessary to write '\x00'==0 to get something
3230 that's true only with -std. */
3231 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3233 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3234 inside strings and character constants. */
3235 #define FOO(x) 'x'
3236 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3238 int test (int i, double x);
3239 struct s1 {int (*f) (int a);};
3240 struct s2 {int (*f) (double a);};
3241 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3242 int argc;
3243 char **argv;
3245 main ()
3247 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3249 return 0;
3251 _ACEOF
3252 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3253 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3255 CC="$ac_save_CC $ac_arg"
3256 if ac_fn_c_try_compile "$LINENO"; then :
3257 ac_cv_prog_cc_c89=$ac_arg
3259 rm -f core conftest.err conftest.$ac_objext
3260 test "x$ac_cv_prog_cc_c89" != "xno" && break
3261 done
3262 rm -f conftest.$ac_ext
3263 CC=$ac_save_CC
3266 # AC_CACHE_VAL
3267 case "x$ac_cv_prog_cc_c89" in
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3270 $as_echo "none needed" >&6; } ;;
3271 xno)
3272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3273 $as_echo "unsupported" >&6; } ;;
3275 CC="$CC $ac_cv_prog_cc_c89"
3276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3277 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3278 esac
3279 if test "x$ac_cv_prog_cc_c89" != xno; then :
3283 ac_ext=c
3284 ac_cpp='$CPP $CPPFLAGS'
3285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3291 $as_echo_n "checking for library containing strerror... " >&6; }
3292 if test "${ac_cv_search_strerror+set}" = set; then :
3293 $as_echo_n "(cached) " >&6
3294 else
3295 ac_func_search_save_LIBS=$LIBS
3296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3297 /* end confdefs.h. */
3299 /* Override any GCC internal prototype to avoid an error.
3300 Use char because int might match the return type of a GCC
3301 builtin and then its argument prototype would still apply. */
3302 #ifdef __cplusplus
3303 extern "C"
3304 #endif
3305 char strerror ();
3307 main ()
3309 return strerror ();
3311 return 0;
3313 _ACEOF
3314 for ac_lib in '' cposix; do
3315 if test -z "$ac_lib"; then
3316 ac_res="none required"
3317 else
3318 ac_res=-l$ac_lib
3319 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3321 if ac_fn_c_try_link "$LINENO"; then :
3322 ac_cv_search_strerror=$ac_res
3324 rm -f core conftest.err conftest.$ac_objext \
3325 conftest$ac_exeext
3326 if test "${ac_cv_search_strerror+set}" = set; then :
3327 break
3329 done
3330 if test "${ac_cv_search_strerror+set}" = set; then :
3332 else
3333 ac_cv_search_strerror=no
3335 rm conftest.$ac_ext
3336 LIBS=$ac_func_search_save_LIBS
3338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3339 $as_echo "$ac_cv_search_strerror" >&6; }
3340 ac_res=$ac_cv_search_strerror
3341 if test "$ac_res" != no; then :
3342 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3347 # We currently only use the version number for the name of any shared
3348 # library. For user convenience, we always use the same version
3349 # number that BFD is using.
3350 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
3352 am__api_version='1.11'
3354 # Find a good install program. We prefer a C program (faster),
3355 # so one script is as good as another. But avoid the broken or
3356 # incompatible versions:
3357 # SysV /etc/install, /usr/sbin/install
3358 # SunOS /usr/etc/install
3359 # IRIX /sbin/install
3360 # AIX /bin/install
3361 # AmigaOS /C/install, which installs bootblocks on floppy discs
3362 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3363 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3364 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3365 # OS/2's system install, which has a completely different semantic
3366 # ./install, which can be erroneously created by make from ./install.sh.
3367 # Reject install programs that cannot install multiple files.
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3369 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3370 if test -z "$INSTALL"; then
3371 if test "${ac_cv_path_install+set}" = set; then :
3372 $as_echo_n "(cached) " >&6
3373 else
3374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3375 for as_dir in $PATH
3377 IFS=$as_save_IFS
3378 test -z "$as_dir" && as_dir=.
3379 # Account for people who put trailing slashes in PATH elements.
3380 case $as_dir/ in #((
3381 ./ | .// | /[cC]/* | \
3382 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3383 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3384 /usr/ucb/* ) ;;
3386 # OSF1 and SCO ODT 3.0 have their own names for install.
3387 # Don't use installbsd from OSF since it installs stuff as root
3388 # by default.
3389 for ac_prog in ginstall scoinst install; do
3390 for ac_exec_ext in '' $ac_executable_extensions; do
3391 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3392 if test $ac_prog = install &&
3393 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3394 # AIX install. It has an incompatible calling convention.
3396 elif test $ac_prog = install &&
3397 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3398 # program-specific install script used by HP pwplus--don't use.
3400 else
3401 rm -rf conftest.one conftest.two conftest.dir
3402 echo one > conftest.one
3403 echo two > conftest.two
3404 mkdir conftest.dir
3405 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3406 test -s conftest.one && test -s conftest.two &&
3407 test -s conftest.dir/conftest.one &&
3408 test -s conftest.dir/conftest.two
3409 then
3410 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3411 break 3
3415 done
3416 done
3418 esac
3420 done
3421 IFS=$as_save_IFS
3423 rm -rf conftest.one conftest.two conftest.dir
3426 if test "${ac_cv_path_install+set}" = set; then
3427 INSTALL=$ac_cv_path_install
3428 else
3429 # As a last resort, use the slow shell script. Don't cache a
3430 # value for INSTALL within a source directory, because that will
3431 # break other packages using the cache if that directory is
3432 # removed, or if the value is a relative name.
3433 INSTALL=$ac_install_sh
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3437 $as_echo "$INSTALL" >&6; }
3439 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3440 # It thinks the first close brace ends the variable substitution.
3441 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3443 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3445 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3448 $as_echo_n "checking whether build environment is sane... " >&6; }
3449 # Just in case
3450 sleep 1
3451 echo timestamp > conftest.file
3452 # Reject unsafe characters in $srcdir or the absolute working directory
3453 # name. Accept space and tab only in the latter.
3454 am_lf='
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
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 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3472 if test "$*" = "X"; then
3473 # -L didn't work.
3474 set X `ls -t "$srcdir/configure" conftest.file`
3476 rm -f conftest.file
3477 if test "$*" != "X $srcdir/configure conftest.file" \
3478 && test "$*" != "X conftest.file $srcdir/configure"; then
3480 # If neither matched, then we have a broken ls. This can happen
3481 # if, for instance, CONFIG_SHELL is bash and it inherits a
3482 # broken ls alias from the environment. This has actually
3483 # happened. Such a system could not be considered "sane".
3484 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3485 alias in your environment" "$LINENO" 5
3488 test "$2" = conftest.file
3490 then
3491 # Ok.
3493 else
3494 as_fn_error "newly created file is older than distributed files!
3495 Check your system clock" "$LINENO" 5
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3498 $as_echo "yes" >&6; }
3499 test "$program_prefix" != NONE &&
3500 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3501 # Use a double $ so make ignores it.
3502 test "$program_suffix" != NONE &&
3503 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3504 # Double any \ or $.
3505 # By default was `s,x,x', remove it if useless.
3506 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3507 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3509 # expand $ac_aux_dir to an absolute path
3510 am_aux_dir=`cd $ac_aux_dir && pwd`
3512 if test x"${MISSING+set}" != xset; then
3513 case $am_aux_dir in
3514 *\ * | *\ *)
3515 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3517 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3518 esac
3520 # Use eval to expand $SHELL
3521 if eval "$MISSING --run true"; then
3522 am_missing_run="$MISSING --run "
3523 else
3524 am_missing_run=
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3526 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3529 if test x"${install_sh}" != xset; then
3530 case $am_aux_dir in
3531 *\ * | *\ *)
3532 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3534 install_sh="\${SHELL} $am_aux_dir/install-sh"
3535 esac
3538 # Installed binaries are usually stripped using `strip' when the user
3539 # run `make install-strip'. However `strip' might not be the right
3540 # tool to use in cross-compilation environments, therefore Automake
3541 # will honor the `STRIP' environment variable to overrule this program.
3542 if test "$cross_compiling" != no; then
3543 if test -n "$ac_tool_prefix"; then
3544 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3545 set dummy ${ac_tool_prefix}strip; ac_word=$2
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3547 $as_echo_n "checking for $ac_word... " >&6; }
3548 if test "${ac_cv_prog_STRIP+set}" = set; then :
3549 $as_echo_n "(cached) " >&6
3550 else
3551 if test -n "$STRIP"; then
3552 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3553 else
3554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3555 for as_dir in $PATH
3557 IFS=$as_save_IFS
3558 test -z "$as_dir" && as_dir=.
3559 for ac_exec_ext in '' $ac_executable_extensions; do
3560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3561 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3563 break 2
3565 done
3566 done
3567 IFS=$as_save_IFS
3571 STRIP=$ac_cv_prog_STRIP
3572 if test -n "$STRIP"; then
3573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3574 $as_echo "$STRIP" >&6; }
3575 else
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3577 $as_echo "no" >&6; }
3582 if test -z "$ac_cv_prog_STRIP"; then
3583 ac_ct_STRIP=$STRIP
3584 # Extract the first word of "strip", so it can be a program name with args.
3585 set dummy strip; ac_word=$2
3586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3587 $as_echo_n "checking for $ac_word... " >&6; }
3588 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3589 $as_echo_n "(cached) " >&6
3590 else
3591 if test -n "$ac_ct_STRIP"; then
3592 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3593 else
3594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3595 for as_dir in $PATH
3597 IFS=$as_save_IFS
3598 test -z "$as_dir" && as_dir=.
3599 for ac_exec_ext in '' $ac_executable_extensions; do
3600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3601 ac_cv_prog_ac_ct_STRIP="strip"
3602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3603 break 2
3605 done
3606 done
3607 IFS=$as_save_IFS
3611 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3612 if test -n "$ac_ct_STRIP"; then
3613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3614 $as_echo "$ac_ct_STRIP" >&6; }
3615 else
3616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3617 $as_echo "no" >&6; }
3620 if test "x$ac_ct_STRIP" = x; then
3621 STRIP=":"
3622 else
3623 case $cross_compiling:$ac_tool_warned in
3624 yes:)
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3627 ac_tool_warned=yes ;;
3628 esac
3629 STRIP=$ac_ct_STRIP
3631 else
3632 STRIP="$ac_cv_prog_STRIP"
3636 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3639 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3640 if test -z "$MKDIR_P"; then
3641 if test "${ac_cv_path_mkdir+set}" = set; then :
3642 $as_echo_n "(cached) " >&6
3643 else
3644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3645 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3647 IFS=$as_save_IFS
3648 test -z "$as_dir" && as_dir=.
3649 for ac_prog in mkdir gmkdir; do
3650 for ac_exec_ext in '' $ac_executable_extensions; do
3651 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3652 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3653 'mkdir (GNU coreutils) '* | \
3654 'mkdir (coreutils) '* | \
3655 'mkdir (fileutils) '4.1*)
3656 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3657 break 3;;
3658 esac
3659 done
3660 done
3661 done
3662 IFS=$as_save_IFS
3666 if test "${ac_cv_path_mkdir+set}" = set; then
3667 MKDIR_P="$ac_cv_path_mkdir -p"
3668 else
3669 # As a last resort, use the slow shell script. Don't cache a
3670 # value for MKDIR_P within a source directory, because that will
3671 # break other packages using the cache if that directory is
3672 # removed, or if the value is a relative name.
3673 test -d ./--version && rmdir ./--version
3674 MKDIR_P="$ac_install_sh -d"
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3678 $as_echo "$MKDIR_P" >&6; }
3680 mkdir_p="$MKDIR_P"
3681 case $mkdir_p in
3682 [\\/$]* | ?:[\\/]*) ;;
3683 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3684 esac
3686 for ac_prog in gawk mawk nawk awk
3688 # Extract the first word of "$ac_prog", so it can be a program name with args.
3689 set dummy $ac_prog; ac_word=$2
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3691 $as_echo_n "checking for $ac_word... " >&6; }
3692 if test "${ac_cv_prog_AWK+set}" = set; then :
3693 $as_echo_n "(cached) " >&6
3694 else
3695 if test -n "$AWK"; then
3696 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3697 else
3698 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3699 for as_dir in $PATH
3701 IFS=$as_save_IFS
3702 test -z "$as_dir" && as_dir=.
3703 for ac_exec_ext in '' $ac_executable_extensions; do
3704 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3705 ac_cv_prog_AWK="$ac_prog"
3706 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3707 break 2
3709 done
3710 done
3711 IFS=$as_save_IFS
3715 AWK=$ac_cv_prog_AWK
3716 if test -n "$AWK"; then
3717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3718 $as_echo "$AWK" >&6; }
3719 else
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3721 $as_echo "no" >&6; }
3725 test -n "$AWK" && break
3726 done
3728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3729 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3730 set x ${MAKE-make}
3731 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3732 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3733 $as_echo_n "(cached) " >&6
3734 else
3735 cat >conftest.make <<\_ACEOF
3736 SHELL = /bin/sh
3737 all:
3738 @echo '@@@%%%=$(MAKE)=@@@%%%'
3739 _ACEOF
3740 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3741 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3742 *@@@%%%=?*=@@@%%%*)
3743 eval ac_cv_prog_make_${ac_make}_set=yes;;
3745 eval ac_cv_prog_make_${ac_make}_set=no;;
3746 esac
3747 rm -f conftest.make
3749 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3751 $as_echo "yes" >&6; }
3752 SET_MAKE=
3753 else
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3755 $as_echo "no" >&6; }
3756 SET_MAKE="MAKE=${MAKE-make}"
3759 rm -rf .tst 2>/dev/null
3760 mkdir .tst 2>/dev/null
3761 if test -d .tst; then
3762 am__leading_dot=.
3763 else
3764 am__leading_dot=_
3766 rmdir .tst 2>/dev/null
3768 DEPDIR="${am__leading_dot}deps"
3770 ac_config_commands="$ac_config_commands depfiles"
3773 am_make=${MAKE-make}
3774 cat > confinc << 'END'
3775 am__doit:
3776 @echo this is the am__doit target
3777 .PHONY: am__doit
3779 # If we don't find an include directive, just comment out the code.
3780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3781 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3782 am__include="#"
3783 am__quote=
3784 _am_result=none
3785 # First try GNU make style include.
3786 echo "include confinc" > confmf
3787 # Ignore all kinds of additional output from `make'.
3788 case `$am_make -s -f confmf 2> /dev/null` in #(
3789 *the\ am__doit\ target*)
3790 am__include=include
3791 am__quote=
3792 _am_result=GNU
3794 esac
3795 # Now try BSD make style include.
3796 if test "$am__include" = "#"; then
3797 echo '.include "confinc"' > confmf
3798 case `$am_make -s -f confmf 2> /dev/null` in #(
3799 *the\ am__doit\ target*)
3800 am__include=.include
3801 am__quote="\""
3802 _am_result=BSD
3804 esac
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3809 $as_echo "$_am_result" >&6; }
3810 rm -f confinc confmf
3812 # Check whether --enable-dependency-tracking was given.
3813 if test "${enable_dependency_tracking+set}" = set; then :
3814 enableval=$enable_dependency_tracking;
3817 if test "x$enable_dependency_tracking" != xno; then
3818 am_depcomp="$ac_aux_dir/depcomp"
3819 AMDEPBACKSLASH='\'
3821 if test "x$enable_dependency_tracking" != xno; then
3822 AMDEP_TRUE=
3823 AMDEP_FALSE='#'
3824 else
3825 AMDEP_TRUE='#'
3826 AMDEP_FALSE=
3830 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3831 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3832 # is not polluted with repeated "-I."
3833 am__isrc=' -I$(srcdir)'
3834 # test to see if srcdir already configured
3835 if test -f $srcdir/config.status; then
3836 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3840 # test whether we have cygpath
3841 if test -z "$CYGPATH_W"; then
3842 if (cygpath --version) >/dev/null 2>/dev/null; then
3843 CYGPATH_W='cygpath -w'
3844 else
3845 CYGPATH_W=echo
3850 # Define the identity of the package.
3851 PACKAGE=opcodes
3852 VERSION=${BFD_VERSION}
3855 cat >>confdefs.h <<_ACEOF
3856 #define PACKAGE "$PACKAGE"
3857 _ACEOF
3860 cat >>confdefs.h <<_ACEOF
3861 #define VERSION "$VERSION"
3862 _ACEOF
3864 # Some tools Automake needs.
3866 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3869 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3872 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3875 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3878 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3880 # We need awk for the "check" target. The system "awk" is bad on
3881 # some platforms.
3882 # Always define AMTAR for backward compatibility.
3884 AMTAR=${AMTAR-"${am_missing_run}tar"}
3886 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3891 depcc="$CC" am_compiler_list=
3893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3894 $as_echo_n "checking dependency style of $depcc... " >&6; }
3895 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3896 $as_echo_n "(cached) " >&6
3897 else
3898 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3899 # We make a subdir and do the tests there. Otherwise we can end up
3900 # making bogus files that we don't know about and never remove. For
3901 # instance it was reported that on HP-UX the gcc test will end up
3902 # making a dummy file named `D' -- because `-MD' means `put the output
3903 # in D'.
3904 mkdir conftest.dir
3905 # Copy depcomp to subdir because otherwise we won't find it if we're
3906 # using a relative directory.
3907 cp "$am_depcomp" conftest.dir
3908 cd conftest.dir
3909 # We will build objects and dependencies in a subdirectory because
3910 # it helps to detect inapplicable dependency modes. For instance
3911 # both Tru64's cc and ICC support -MD to output dependencies as a
3912 # side effect of compilation, but ICC will put the dependencies in
3913 # the current directory while Tru64 will put them in the object
3914 # directory.
3915 mkdir sub
3917 am_cv_CC_dependencies_compiler_type=none
3918 if test "$am_compiler_list" = ""; then
3919 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3921 am__universal=false
3922 case " $depcc " in #(
3923 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3924 esac
3926 for depmode in $am_compiler_list; do
3927 # Setup a source with many dependencies, because some compilers
3928 # like to wrap large dependency lists on column 80 (with \), and
3929 # we should not choose a depcomp mode which is confused by this.
3931 # We need to recreate these files for each test, as the compiler may
3932 # overwrite some of them when testing with obscure command lines.
3933 # This happens at least with the AIX C compiler.
3934 : > sub/conftest.c
3935 for i in 1 2 3 4 5 6; do
3936 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3937 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3938 # Solaris 8's {/usr,}/bin/sh.
3939 touch sub/conftst$i.h
3940 done
3941 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3943 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3944 # mode. It turns out that the SunPro C++ compiler does not properly
3945 # handle `-M -o', and we need to detect this. Also, some Intel
3946 # versions had trouble with output in subdirs
3947 am__obj=sub/conftest.${OBJEXT-o}
3948 am__minus_obj="-o $am__obj"
3949 case $depmode in
3950 gcc)
3951 # This depmode causes a compiler race in universal mode.
3952 test "$am__universal" = false || continue
3954 nosideeffect)
3955 # after this tag, mechanisms are not by side-effect, so they'll
3956 # only be used when explicitly requested
3957 if test "x$enable_dependency_tracking" = xyes; then
3958 continue
3959 else
3960 break
3963 msvisualcpp | msvcmsys)
3964 # This compiler won't grok `-c -o', but also, the minuso test has
3965 # not run yet. These depmodes are late enough in the game, and
3966 # so weak that their functioning should not be impacted.
3967 am__obj=conftest.${OBJEXT-o}
3968 am__minus_obj=
3970 none) break ;;
3971 esac
3972 if depmode=$depmode \
3973 source=sub/conftest.c object=$am__obj \
3974 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3975 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3976 >/dev/null 2>conftest.err &&
3977 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3978 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3979 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3980 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3981 # icc doesn't choke on unknown options, it will just issue warnings
3982 # or remarks (even with -Werror). So we grep stderr for any message
3983 # that says an option was ignored or not supported.
3984 # When given -MP, icc 7.0 and 7.1 complain thusly:
3985 # icc: Command line warning: ignoring option '-M'; no argument required
3986 # The diagnosis changed in icc 8.0:
3987 # icc: Command line remark: option '-MP' not supported
3988 if (grep 'ignoring option' conftest.err ||
3989 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3990 am_cv_CC_dependencies_compiler_type=$depmode
3991 break
3994 done
3996 cd ..
3997 rm -rf conftest.dir
3998 else
3999 am_cv_CC_dependencies_compiler_type=none
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4004 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4005 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4008 test "x$enable_dependency_tracking" != xno \
4009 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4010 am__fastdepCC_TRUE=
4011 am__fastdepCC_FALSE='#'
4012 else
4013 am__fastdepCC_TRUE='#'
4014 am__fastdepCC_FALSE=
4020 ac_ext=c
4021 ac_cpp='$CPP $CPPFLAGS'
4022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4025 if test -n "$ac_tool_prefix"; then
4026 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4027 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4029 $as_echo_n "checking for $ac_word... " >&6; }
4030 if test "${ac_cv_prog_CC+set}" = set; then :
4031 $as_echo_n "(cached) " >&6
4032 else
4033 if test -n "$CC"; then
4034 ac_cv_prog_CC="$CC" # Let the user override the test.
4035 else
4036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4037 for as_dir in $PATH
4039 IFS=$as_save_IFS
4040 test -z "$as_dir" && as_dir=.
4041 for ac_exec_ext in '' $ac_executable_extensions; do
4042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4043 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4045 break 2
4047 done
4048 done
4049 IFS=$as_save_IFS
4053 CC=$ac_cv_prog_CC
4054 if test -n "$CC"; then
4055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4056 $as_echo "$CC" >&6; }
4057 else
4058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4059 $as_echo "no" >&6; }
4064 if test -z "$ac_cv_prog_CC"; then
4065 ac_ct_CC=$CC
4066 # Extract the first word of "gcc", so it can be a program name with args.
4067 set dummy gcc; ac_word=$2
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4069 $as_echo_n "checking for $ac_word... " >&6; }
4070 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4071 $as_echo_n "(cached) " >&6
4072 else
4073 if test -n "$ac_ct_CC"; then
4074 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4075 else
4076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4077 for as_dir in $PATH
4079 IFS=$as_save_IFS
4080 test -z "$as_dir" && as_dir=.
4081 for ac_exec_ext in '' $ac_executable_extensions; do
4082 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4083 ac_cv_prog_ac_ct_CC="gcc"
4084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4085 break 2
4087 done
4088 done
4089 IFS=$as_save_IFS
4093 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4094 if test -n "$ac_ct_CC"; then
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4096 $as_echo "$ac_ct_CC" >&6; }
4097 else
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4099 $as_echo "no" >&6; }
4102 if test "x$ac_ct_CC" = x; then
4103 CC=""
4104 else
4105 case $cross_compiling:$ac_tool_warned in
4106 yes:)
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4108 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4109 ac_tool_warned=yes ;;
4110 esac
4111 CC=$ac_ct_CC
4113 else
4114 CC="$ac_cv_prog_CC"
4117 if test -z "$CC"; then
4118 if test -n "$ac_tool_prefix"; then
4119 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4120 set dummy ${ac_tool_prefix}cc; ac_word=$2
4121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4122 $as_echo_n "checking for $ac_word... " >&6; }
4123 if test "${ac_cv_prog_CC+set}" = set; then :
4124 $as_echo_n "(cached) " >&6
4125 else
4126 if test -n "$CC"; then
4127 ac_cv_prog_CC="$CC" # Let the user override the test.
4128 else
4129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4130 for as_dir in $PATH
4132 IFS=$as_save_IFS
4133 test -z "$as_dir" && as_dir=.
4134 for ac_exec_ext in '' $ac_executable_extensions; do
4135 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4136 ac_cv_prog_CC="${ac_tool_prefix}cc"
4137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4138 break 2
4140 done
4141 done
4142 IFS=$as_save_IFS
4146 CC=$ac_cv_prog_CC
4147 if test -n "$CC"; then
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4149 $as_echo "$CC" >&6; }
4150 else
4151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4152 $as_echo "no" >&6; }
4158 if test -z "$CC"; then
4159 # Extract the first word of "cc", so it can be a program name with args.
4160 set dummy cc; ac_word=$2
4161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4162 $as_echo_n "checking for $ac_word... " >&6; }
4163 if test "${ac_cv_prog_CC+set}" = set; then :
4164 $as_echo_n "(cached) " >&6
4165 else
4166 if test -n "$CC"; then
4167 ac_cv_prog_CC="$CC" # Let the user override the test.
4168 else
4169 ac_prog_rejected=no
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4173 IFS=$as_save_IFS
4174 test -z "$as_dir" && as_dir=.
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4178 ac_prog_rejected=yes
4179 continue
4181 ac_cv_prog_CC="cc"
4182 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4183 break 2
4185 done
4186 done
4187 IFS=$as_save_IFS
4189 if test $ac_prog_rejected = yes; then
4190 # We found a bogon in the path, so make sure we never use it.
4191 set dummy $ac_cv_prog_CC
4192 shift
4193 if test $# != 0; then
4194 # We chose a different compiler from the bogus one.
4195 # However, it has the same basename, so the bogon will be chosen
4196 # first if we set CC to just the basename; use the full file name.
4197 shift
4198 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4203 CC=$ac_cv_prog_CC
4204 if test -n "$CC"; then
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4206 $as_echo "$CC" >&6; }
4207 else
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4209 $as_echo "no" >&6; }
4214 if test -z "$CC"; then
4215 if test -n "$ac_tool_prefix"; then
4216 for ac_prog in cl.exe
4218 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4219 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4221 $as_echo_n "checking for $ac_word... " >&6; }
4222 if test "${ac_cv_prog_CC+set}" = set; then :
4223 $as_echo_n "(cached) " >&6
4224 else
4225 if test -n "$CC"; then
4226 ac_cv_prog_CC="$CC" # Let the user override the test.
4227 else
4228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4229 for as_dir in $PATH
4231 IFS=$as_save_IFS
4232 test -z "$as_dir" && as_dir=.
4233 for ac_exec_ext in '' $ac_executable_extensions; do
4234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4235 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4237 break 2
4239 done
4240 done
4241 IFS=$as_save_IFS
4245 CC=$ac_cv_prog_CC
4246 if test -n "$CC"; then
4247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4248 $as_echo "$CC" >&6; }
4249 else
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4251 $as_echo "no" >&6; }
4255 test -n "$CC" && break
4256 done
4258 if test -z "$CC"; then
4259 ac_ct_CC=$CC
4260 for ac_prog in cl.exe
4262 # Extract the first word of "$ac_prog", so it can be a program name with args.
4263 set dummy $ac_prog; 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 test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4267 $as_echo_n "(cached) " >&6
4268 else
4269 if test -n "$ac_ct_CC"; then
4270 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4271 else
4272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4273 for as_dir in $PATH
4275 IFS=$as_save_IFS
4276 test -z "$as_dir" && as_dir=.
4277 for ac_exec_ext in '' $ac_executable_extensions; do
4278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4279 ac_cv_prog_ac_ct_CC="$ac_prog"
4280 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4281 break 2
4283 done
4284 done
4285 IFS=$as_save_IFS
4289 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4290 if test -n "$ac_ct_CC"; then
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4292 $as_echo "$ac_ct_CC" >&6; }
4293 else
4294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4295 $as_echo "no" >&6; }
4299 test -n "$ac_ct_CC" && break
4300 done
4302 if test "x$ac_ct_CC" = x; then
4303 CC=""
4304 else
4305 case $cross_compiling:$ac_tool_warned in
4306 yes:)
4307 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4308 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4309 ac_tool_warned=yes ;;
4310 esac
4311 CC=$ac_ct_CC
4318 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4319 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4320 as_fn_error "no acceptable C compiler found in \$PATH
4321 See \`config.log' for more details." "$LINENO" 5; }
4323 # Provide some information about the compiler.
4324 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4325 set X $ac_compile
4326 ac_compiler=$2
4327 for ac_option in --version -v -V -qversion; do
4328 { { ac_try="$ac_compiler $ac_option >&5"
4329 case "(($ac_try" in
4330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4331 *) ac_try_echo=$ac_try;;
4332 esac
4333 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4334 $as_echo "$ac_try_echo"; } >&5
4335 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4336 ac_status=$?
4337 if test -s conftest.err; then
4338 sed '10a\
4339 ... rest of stderr output deleted ...
4340 10q' conftest.err >conftest.er1
4341 cat conftest.er1 >&5
4342 rm -f conftest.er1 conftest.err
4344 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4345 test $ac_status = 0; }
4346 done
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4349 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4350 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4351 $as_echo_n "(cached) " >&6
4352 else
4353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4354 /* end confdefs.h. */
4357 main ()
4359 #ifndef __GNUC__
4360 choke me
4361 #endif
4364 return 0;
4366 _ACEOF
4367 if ac_fn_c_try_compile "$LINENO"; then :
4368 ac_compiler_gnu=yes
4369 else
4370 ac_compiler_gnu=no
4372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4373 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4377 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4378 if test $ac_compiler_gnu = yes; then
4379 GCC=yes
4380 else
4381 GCC=
4383 ac_test_CFLAGS=${CFLAGS+set}
4384 ac_save_CFLAGS=$CFLAGS
4385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4386 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4387 if test "${ac_cv_prog_cc_g+set}" = set; then :
4388 $as_echo_n "(cached) " >&6
4389 else
4390 ac_save_c_werror_flag=$ac_c_werror_flag
4391 ac_c_werror_flag=yes
4392 ac_cv_prog_cc_g=no
4393 CFLAGS="-g"
4394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4395 /* end confdefs.h. */
4398 main ()
4402 return 0;
4404 _ACEOF
4405 if ac_fn_c_try_compile "$LINENO"; then :
4406 ac_cv_prog_cc_g=yes
4407 else
4408 CFLAGS=""
4409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4410 /* end confdefs.h. */
4413 main ()
4417 return 0;
4419 _ACEOF
4420 if ac_fn_c_try_compile "$LINENO"; then :
4422 else
4423 ac_c_werror_flag=$ac_save_c_werror_flag
4424 CFLAGS="-g"
4425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4426 /* end confdefs.h. */
4429 main ()
4433 return 0;
4435 _ACEOF
4436 if ac_fn_c_try_compile "$LINENO"; then :
4437 ac_cv_prog_cc_g=yes
4439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4444 ac_c_werror_flag=$ac_save_c_werror_flag
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4447 $as_echo "$ac_cv_prog_cc_g" >&6; }
4448 if test "$ac_test_CFLAGS" = set; then
4449 CFLAGS=$ac_save_CFLAGS
4450 elif test $ac_cv_prog_cc_g = yes; then
4451 if test "$GCC" = yes; then
4452 CFLAGS="-g -O2"
4453 else
4454 CFLAGS="-g"
4456 else
4457 if test "$GCC" = yes; then
4458 CFLAGS="-O2"
4459 else
4460 CFLAGS=
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4464 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4465 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4466 $as_echo_n "(cached) " >&6
4467 else
4468 ac_cv_prog_cc_c89=no
4469 ac_save_CC=$CC
4470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4471 /* end confdefs.h. */
4472 #include <stdarg.h>
4473 #include <stdio.h>
4474 #include <sys/types.h>
4475 #include <sys/stat.h>
4476 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4477 struct buf { int x; };
4478 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4479 static char *e (p, i)
4480 char **p;
4481 int i;
4483 return p[i];
4485 static char *f (char * (*g) (char **, int), char **p, ...)
4487 char *s;
4488 va_list v;
4489 va_start (v,p);
4490 s = g (p, va_arg (v,int));
4491 va_end (v);
4492 return s;
4495 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4496 function prototypes and stuff, but not '\xHH' hex character constants.
4497 These don't provoke an error unfortunately, instead are silently treated
4498 as 'x'. The following induces an error, until -std is added to get
4499 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4500 array size at least. It's necessary to write '\x00'==0 to get something
4501 that's true only with -std. */
4502 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4504 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4505 inside strings and character constants. */
4506 #define FOO(x) 'x'
4507 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4509 int test (int i, double x);
4510 struct s1 {int (*f) (int a);};
4511 struct s2 {int (*f) (double a);};
4512 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4513 int argc;
4514 char **argv;
4516 main ()
4518 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4520 return 0;
4522 _ACEOF
4523 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4524 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4526 CC="$ac_save_CC $ac_arg"
4527 if ac_fn_c_try_compile "$LINENO"; then :
4528 ac_cv_prog_cc_c89=$ac_arg
4530 rm -f core conftest.err conftest.$ac_objext
4531 test "x$ac_cv_prog_cc_c89" != "xno" && break
4532 done
4533 rm -f conftest.$ac_ext
4534 CC=$ac_save_CC
4537 # AC_CACHE_VAL
4538 case "x$ac_cv_prog_cc_c89" in
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4541 $as_echo "none needed" >&6; } ;;
4542 xno)
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4544 $as_echo "unsupported" >&6; } ;;
4546 CC="$CC $ac_cv_prog_cc_c89"
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4548 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4549 esac
4550 if test "x$ac_cv_prog_cc_c89" != xno; then :
4554 ac_ext=c
4555 ac_cpp='$CPP $CPPFLAGS'
4556 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4557 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4558 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4560 ac_ext=c
4561 ac_cpp='$CPP $CPPFLAGS'
4562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4566 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4567 # On Suns, sometimes $CPP names a directory.
4568 if test -n "$CPP" && test -d "$CPP"; then
4569 CPP=
4571 if test -z "$CPP"; then
4572 if test "${ac_cv_prog_CPP+set}" = set; then :
4573 $as_echo_n "(cached) " >&6
4574 else
4575 # Double quotes because CPP needs to be expanded
4576 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4578 ac_preproc_ok=false
4579 for ac_c_preproc_warn_flag in '' yes
4581 # Use a header file that comes with gcc, so configuring glibc
4582 # with a fresh cross-compiler works.
4583 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4584 # <limits.h> exists even on freestanding compilers.
4585 # On the NeXT, cc -E runs the code through the compiler's parser,
4586 # not just through cpp. "Syntax error" is here to catch this case.
4587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4588 /* end confdefs.h. */
4589 #ifdef __STDC__
4590 # include <limits.h>
4591 #else
4592 # include <assert.h>
4593 #endif
4594 Syntax error
4595 _ACEOF
4596 if ac_fn_c_try_cpp "$LINENO"; then :
4598 else
4599 # Broken: fails on valid input.
4600 continue
4602 rm -f conftest.err conftest.$ac_ext
4604 # OK, works on sane cases. Now check whether nonexistent headers
4605 # can be detected and how.
4606 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4607 /* end confdefs.h. */
4608 #include <ac_nonexistent.h>
4609 _ACEOF
4610 if ac_fn_c_try_cpp "$LINENO"; then :
4611 # Broken: success on invalid input.
4612 continue
4613 else
4614 # Passes both tests.
4615 ac_preproc_ok=:
4616 break
4618 rm -f conftest.err conftest.$ac_ext
4620 done
4621 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4622 rm -f conftest.err conftest.$ac_ext
4623 if $ac_preproc_ok; then :
4624 break
4627 done
4628 ac_cv_prog_CPP=$CPP
4631 CPP=$ac_cv_prog_CPP
4632 else
4633 ac_cv_prog_CPP=$CPP
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4636 $as_echo "$CPP" >&6; }
4637 ac_preproc_ok=false
4638 for ac_c_preproc_warn_flag in '' yes
4640 # Use a header file that comes with gcc, so configuring glibc
4641 # with a fresh cross-compiler works.
4642 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4643 # <limits.h> exists even on freestanding compilers.
4644 # On the NeXT, cc -E runs the code through the compiler's parser,
4645 # not just through cpp. "Syntax error" is here to catch this case.
4646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4647 /* end confdefs.h. */
4648 #ifdef __STDC__
4649 # include <limits.h>
4650 #else
4651 # include <assert.h>
4652 #endif
4653 Syntax error
4654 _ACEOF
4655 if ac_fn_c_try_cpp "$LINENO"; then :
4657 else
4658 # Broken: fails on valid input.
4659 continue
4661 rm -f conftest.err conftest.$ac_ext
4663 # OK, works on sane cases. Now check whether nonexistent headers
4664 # can be detected and how.
4665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4666 /* end confdefs.h. */
4667 #include <ac_nonexistent.h>
4668 _ACEOF
4669 if ac_fn_c_try_cpp "$LINENO"; then :
4670 # Broken: success on invalid input.
4671 continue
4672 else
4673 # Passes both tests.
4674 ac_preproc_ok=:
4675 break
4677 rm -f conftest.err conftest.$ac_ext
4679 done
4680 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4681 rm -f conftest.err conftest.$ac_ext
4682 if $ac_preproc_ok; then :
4684 else
4685 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4686 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4687 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4688 See \`config.log' for more details." "$LINENO" 5; }
4691 ac_ext=c
4692 ac_cpp='$CPP $CPPFLAGS'
4693 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4694 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4695 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4699 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4700 if test "${ac_cv_path_GREP+set}" = set; then :
4701 $as_echo_n "(cached) " >&6
4702 else
4703 if test -z "$GREP"; then
4704 ac_path_GREP_found=false
4705 # Loop through the user's path and test for each of PROGNAME-LIST
4706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4707 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4709 IFS=$as_save_IFS
4710 test -z "$as_dir" && as_dir=.
4711 for ac_prog in grep ggrep; do
4712 for ac_exec_ext in '' $ac_executable_extensions; do
4713 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4714 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4715 # Check for GNU ac_path_GREP and select it if it is found.
4716 # Check for GNU $ac_path_GREP
4717 case `"$ac_path_GREP" --version 2>&1` in
4718 *GNU*)
4719 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4721 ac_count=0
4722 $as_echo_n 0123456789 >"conftest.in"
4723 while :
4725 cat "conftest.in" "conftest.in" >"conftest.tmp"
4726 mv "conftest.tmp" "conftest.in"
4727 cp "conftest.in" "conftest.nl"
4728 $as_echo 'GREP' >> "conftest.nl"
4729 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4730 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4731 as_fn_arith $ac_count + 1 && ac_count=$as_val
4732 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4733 # Best one so far, save it but keep looking for a better one
4734 ac_cv_path_GREP="$ac_path_GREP"
4735 ac_path_GREP_max=$ac_count
4737 # 10*(2^10) chars as input seems more than enough
4738 test $ac_count -gt 10 && break
4739 done
4740 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4741 esac
4743 $ac_path_GREP_found && break 3
4744 done
4745 done
4746 done
4747 IFS=$as_save_IFS
4748 if test -z "$ac_cv_path_GREP"; then
4749 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4751 else
4752 ac_cv_path_GREP=$GREP
4756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4757 $as_echo "$ac_cv_path_GREP" >&6; }
4758 GREP="$ac_cv_path_GREP"
4761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4762 $as_echo_n "checking for egrep... " >&6; }
4763 if test "${ac_cv_path_EGREP+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765 else
4766 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4767 then ac_cv_path_EGREP="$GREP -E"
4768 else
4769 if test -z "$EGREP"; then
4770 ac_path_EGREP_found=false
4771 # Loop through the user's path and test for each of PROGNAME-LIST
4772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4773 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4775 IFS=$as_save_IFS
4776 test -z "$as_dir" && as_dir=.
4777 for ac_prog in egrep; do
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4780 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4781 # Check for GNU ac_path_EGREP and select it if it is found.
4782 # Check for GNU $ac_path_EGREP
4783 case `"$ac_path_EGREP" --version 2>&1` in
4784 *GNU*)
4785 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4787 ac_count=0
4788 $as_echo_n 0123456789 >"conftest.in"
4789 while :
4791 cat "conftest.in" "conftest.in" >"conftest.tmp"
4792 mv "conftest.tmp" "conftest.in"
4793 cp "conftest.in" "conftest.nl"
4794 $as_echo 'EGREP' >> "conftest.nl"
4795 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4796 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4797 as_fn_arith $ac_count + 1 && ac_count=$as_val
4798 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4799 # Best one so far, save it but keep looking for a better one
4800 ac_cv_path_EGREP="$ac_path_EGREP"
4801 ac_path_EGREP_max=$ac_count
4803 # 10*(2^10) chars as input seems more than enough
4804 test $ac_count -gt 10 && break
4805 done
4806 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4807 esac
4809 $ac_path_EGREP_found && break 3
4810 done
4811 done
4812 done
4813 IFS=$as_save_IFS
4814 if test -z "$ac_cv_path_EGREP"; then
4815 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4817 else
4818 ac_cv_path_EGREP=$EGREP
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4824 $as_echo "$ac_cv_path_EGREP" >&6; }
4825 EGREP="$ac_cv_path_EGREP"
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4829 $as_echo_n "checking for ANSI C header files... " >&6; }
4830 if test "${ac_cv_header_stdc+set}" = set; then :
4831 $as_echo_n "(cached) " >&6
4832 else
4833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4834 /* end confdefs.h. */
4835 #include <stdlib.h>
4836 #include <stdarg.h>
4837 #include <string.h>
4838 #include <float.h>
4841 main ()
4845 return 0;
4847 _ACEOF
4848 if ac_fn_c_try_compile "$LINENO"; then :
4849 ac_cv_header_stdc=yes
4850 else
4851 ac_cv_header_stdc=no
4853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4855 if test $ac_cv_header_stdc = yes; then
4856 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4858 /* end confdefs.h. */
4859 #include <string.h>
4861 _ACEOF
4862 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4863 $EGREP "memchr" >/dev/null 2>&1; then :
4865 else
4866 ac_cv_header_stdc=no
4868 rm -f conftest*
4872 if test $ac_cv_header_stdc = yes; then
4873 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4875 /* end confdefs.h. */
4876 #include <stdlib.h>
4878 _ACEOF
4879 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4880 $EGREP "free" >/dev/null 2>&1; then :
4882 else
4883 ac_cv_header_stdc=no
4885 rm -f conftest*
4889 if test $ac_cv_header_stdc = yes; then
4890 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4891 if test "$cross_compiling" = yes; then :
4893 else
4894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4895 /* end confdefs.h. */
4896 #include <ctype.h>
4897 #include <stdlib.h>
4898 #if ((' ' & 0x0FF) == 0x020)
4899 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4900 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4901 #else
4902 # define ISLOWER(c) \
4903 (('a' <= (c) && (c) <= 'i') \
4904 || ('j' <= (c) && (c) <= 'r') \
4905 || ('s' <= (c) && (c) <= 'z'))
4906 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4907 #endif
4909 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4911 main ()
4913 int i;
4914 for (i = 0; i < 256; i++)
4915 if (XOR (islower (i), ISLOWER (i))
4916 || toupper (i) != TOUPPER (i))
4917 return 2;
4918 return 0;
4920 _ACEOF
4921 if ac_fn_c_try_run "$LINENO"; then :
4923 else
4924 ac_cv_header_stdc=no
4926 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4927 conftest.$ac_objext conftest.beam conftest.$ac_ext
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4933 $as_echo "$ac_cv_header_stdc" >&6; }
4934 if test $ac_cv_header_stdc = yes; then
4936 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4940 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4941 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4942 inttypes.h stdint.h unistd.h
4943 do :
4944 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4945 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4947 eval as_val=\$$as_ac_Header
4948 if test "x$as_val" = x""yes; then :
4949 cat >>confdefs.h <<_ACEOF
4950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4951 _ACEOF
4955 done
4959 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4960 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4961 MINIX=yes
4962 else
4963 MINIX=
4967 if test "$MINIX" = yes; then
4969 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4972 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4975 $as_echo "#define _MINIX 1" >>confdefs.h
4980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4981 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4982 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4983 $as_echo_n "(cached) " >&6
4984 else
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4988 # define __EXTENSIONS__ 1
4989 $ac_includes_default
4991 main ()
4995 return 0;
4997 _ACEOF
4998 if ac_fn_c_try_compile "$LINENO"; then :
4999 ac_cv_safe_to_define___extensions__=yes
5000 else
5001 ac_cv_safe_to_define___extensions__=no
5003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5006 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5007 test $ac_cv_safe_to_define___extensions__ = yes &&
5008 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5010 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5012 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5014 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5016 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5022 if test -n "$ac_tool_prefix"; then
5023 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5024 set dummy ${ac_tool_prefix}ar; ac_word=$2
5025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5026 $as_echo_n "checking for $ac_word... " >&6; }
5027 if test "${ac_cv_prog_AR+set}" = set; then :
5028 $as_echo_n "(cached) " >&6
5029 else
5030 if test -n "$AR"; then
5031 ac_cv_prog_AR="$AR" # Let the user override the test.
5032 else
5033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5034 for as_dir in $PATH
5036 IFS=$as_save_IFS
5037 test -z "$as_dir" && as_dir=.
5038 for ac_exec_ext in '' $ac_executable_extensions; do
5039 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 ac_cv_prog_AR="${ac_tool_prefix}ar"
5041 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5042 break 2
5044 done
5045 done
5046 IFS=$as_save_IFS
5050 AR=$ac_cv_prog_AR
5051 if test -n "$AR"; then
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5053 $as_echo "$AR" >&6; }
5054 else
5055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5056 $as_echo "no" >&6; }
5061 if test -z "$ac_cv_prog_AR"; then
5062 ac_ct_AR=$AR
5063 # Extract the first word of "ar", so it can be a program name with args.
5064 set dummy ar; ac_word=$2
5065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5066 $as_echo_n "checking for $ac_word... " >&6; }
5067 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5068 $as_echo_n "(cached) " >&6
5069 else
5070 if test -n "$ac_ct_AR"; then
5071 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5072 else
5073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5074 for as_dir in $PATH
5076 IFS=$as_save_IFS
5077 test -z "$as_dir" && as_dir=.
5078 for ac_exec_ext in '' $ac_executable_extensions; do
5079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5080 ac_cv_prog_ac_ct_AR="ar"
5081 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5082 break 2
5084 done
5085 done
5086 IFS=$as_save_IFS
5090 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5091 if test -n "$ac_ct_AR"; then
5092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5093 $as_echo "$ac_ct_AR" >&6; }
5094 else
5095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5096 $as_echo "no" >&6; }
5099 if test "x$ac_ct_AR" = x; then
5100 AR=""
5101 else
5102 case $cross_compiling:$ac_tool_warned in
5103 yes:)
5104 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5105 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5106 ac_tool_warned=yes ;;
5107 esac
5108 AR=$ac_ct_AR
5110 else
5111 AR="$ac_cv_prog_AR"
5114 if test -n "$ac_tool_prefix"; then
5115 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5116 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5118 $as_echo_n "checking for $ac_word... " >&6; }
5119 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5120 $as_echo_n "(cached) " >&6
5121 else
5122 if test -n "$RANLIB"; then
5123 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5124 else
5125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5126 for as_dir in $PATH
5128 IFS=$as_save_IFS
5129 test -z "$as_dir" && as_dir=.
5130 for ac_exec_ext in '' $ac_executable_extensions; do
5131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5132 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5133 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5134 break 2
5136 done
5137 done
5138 IFS=$as_save_IFS
5142 RANLIB=$ac_cv_prog_RANLIB
5143 if test -n "$RANLIB"; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5145 $as_echo "$RANLIB" >&6; }
5146 else
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5148 $as_echo "no" >&6; }
5153 if test -z "$ac_cv_prog_RANLIB"; then
5154 ac_ct_RANLIB=$RANLIB
5155 # Extract the first word of "ranlib", so it can be a program name with args.
5156 set dummy ranlib; ac_word=$2
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5158 $as_echo_n "checking for $ac_word... " >&6; }
5159 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5160 $as_echo_n "(cached) " >&6
5161 else
5162 if test -n "$ac_ct_RANLIB"; then
5163 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5164 else
5165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5166 for as_dir in $PATH
5168 IFS=$as_save_IFS
5169 test -z "$as_dir" && as_dir=.
5170 for ac_exec_ext in '' $ac_executable_extensions; do
5171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5172 ac_cv_prog_ac_ct_RANLIB="ranlib"
5173 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5174 break 2
5176 done
5177 done
5178 IFS=$as_save_IFS
5182 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5183 if test -n "$ac_ct_RANLIB"; then
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5185 $as_echo "$ac_ct_RANLIB" >&6; }
5186 else
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5188 $as_echo "no" >&6; }
5191 if test "x$ac_ct_RANLIB" = x; then
5192 RANLIB=":"
5193 else
5194 case $cross_compiling:$ac_tool_warned in
5195 yes:)
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5197 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5198 ac_tool_warned=yes ;;
5199 esac
5200 RANLIB=$ac_ct_RANLIB
5202 else
5203 RANLIB="$ac_cv_prog_RANLIB"
5207 # Check whether --enable-shared was given.
5208 if test "${enable_shared+set}" = set; then :
5209 enableval=$enable_shared; p=${PACKAGE-default}
5210 case $enableval in
5211 yes) enable_shared=yes ;;
5212 no) enable_shared=no ;;
5214 enable_shared=no
5215 # Look at the argument we got. We use all the common list separators.
5216 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5217 for pkg in $enableval; do
5218 IFS="$lt_save_ifs"
5219 if test "X$pkg" = "X$p"; then
5220 enable_shared=yes
5222 done
5223 IFS="$lt_save_ifs"
5225 esac
5226 else
5227 enable_shared=no
5239 case `pwd` in
5240 *\ * | *\ *)
5241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5242 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5243 esac
5247 macro_version='2.2.6'
5248 macro_revision='1.3012'
5262 ltmain="$ac_aux_dir/ltmain.sh"
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5265 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5266 if test "${ac_cv_path_SED+set}" = set; then :
5267 $as_echo_n "(cached) " >&6
5268 else
5269 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5270 for ac_i in 1 2 3 4 5 6 7; do
5271 ac_script="$ac_script$as_nl$ac_script"
5272 done
5273 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5274 { ac_script=; unset ac_script;}
5275 if test -z "$SED"; then
5276 ac_path_SED_found=false
5277 # Loop through the user's path and test for each of PROGNAME-LIST
5278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5279 for as_dir in $PATH
5281 IFS=$as_save_IFS
5282 test -z "$as_dir" && as_dir=.
5283 for ac_prog in sed gsed; do
5284 for ac_exec_ext in '' $ac_executable_extensions; do
5285 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5286 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5287 # Check for GNU ac_path_SED and select it if it is found.
5288 # Check for GNU $ac_path_SED
5289 case `"$ac_path_SED" --version 2>&1` in
5290 *GNU*)
5291 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5293 ac_count=0
5294 $as_echo_n 0123456789 >"conftest.in"
5295 while :
5297 cat "conftest.in" "conftest.in" >"conftest.tmp"
5298 mv "conftest.tmp" "conftest.in"
5299 cp "conftest.in" "conftest.nl"
5300 $as_echo '' >> "conftest.nl"
5301 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5302 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5303 as_fn_arith $ac_count + 1 && ac_count=$as_val
5304 if test $ac_count -gt ${ac_path_SED_max-0}; then
5305 # Best one so far, save it but keep looking for a better one
5306 ac_cv_path_SED="$ac_path_SED"
5307 ac_path_SED_max=$ac_count
5309 # 10*(2^10) chars as input seems more than enough
5310 test $ac_count -gt 10 && break
5311 done
5312 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5313 esac
5315 $ac_path_SED_found && break 3
5316 done
5317 done
5318 done
5319 IFS=$as_save_IFS
5320 if test -z "$ac_cv_path_SED"; then
5321 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5323 else
5324 ac_cv_path_SED=$SED
5328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5329 $as_echo "$ac_cv_path_SED" >&6; }
5330 SED="$ac_cv_path_SED"
5331 rm -f conftest.sed
5333 test -z "$SED" && SED=sed
5334 Xsed="$SED -e 1s/^X//"
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5347 $as_echo_n "checking for fgrep... " >&6; }
5348 if test "${ac_cv_path_FGREP+set}" = set; then :
5349 $as_echo_n "(cached) " >&6
5350 else
5351 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5352 then ac_cv_path_FGREP="$GREP -F"
5353 else
5354 if test -z "$FGREP"; then
5355 ac_path_FGREP_found=false
5356 # Loop through the user's path and test for each of PROGNAME-LIST
5357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5358 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5360 IFS=$as_save_IFS
5361 test -z "$as_dir" && as_dir=.
5362 for ac_prog in fgrep; do
5363 for ac_exec_ext in '' $ac_executable_extensions; do
5364 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5365 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5366 # Check for GNU ac_path_FGREP and select it if it is found.
5367 # Check for GNU $ac_path_FGREP
5368 case `"$ac_path_FGREP" --version 2>&1` in
5369 *GNU*)
5370 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5372 ac_count=0
5373 $as_echo_n 0123456789 >"conftest.in"
5374 while :
5376 cat "conftest.in" "conftest.in" >"conftest.tmp"
5377 mv "conftest.tmp" "conftest.in"
5378 cp "conftest.in" "conftest.nl"
5379 $as_echo 'FGREP' >> "conftest.nl"
5380 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5381 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5382 as_fn_arith $ac_count + 1 && ac_count=$as_val
5383 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5384 # Best one so far, save it but keep looking for a better one
5385 ac_cv_path_FGREP="$ac_path_FGREP"
5386 ac_path_FGREP_max=$ac_count
5388 # 10*(2^10) chars as input seems more than enough
5389 test $ac_count -gt 10 && break
5390 done
5391 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5392 esac
5394 $ac_path_FGREP_found && break 3
5395 done
5396 done
5397 done
5398 IFS=$as_save_IFS
5399 if test -z "$ac_cv_path_FGREP"; then
5400 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5402 else
5403 ac_cv_path_FGREP=$FGREP
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5409 $as_echo "$ac_cv_path_FGREP" >&6; }
5410 FGREP="$ac_cv_path_FGREP"
5413 test -z "$GREP" && GREP=grep
5433 # Check whether --with-gnu-ld was given.
5434 if test "${with_gnu_ld+set}" = set; then :
5435 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5436 else
5437 with_gnu_ld=no
5440 ac_prog=ld
5441 if test "$GCC" = yes; then
5442 # Check if gcc -print-prog-name=ld gives a path.
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5444 $as_echo_n "checking for ld used by $CC... " >&6; }
5445 case $host in
5446 *-*-mingw*)
5447 # gcc leaves a trailing carriage return which upsets mingw
5448 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5450 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5451 esac
5452 case $ac_prog in
5453 # Accept absolute paths.
5454 [\\/]* | ?:[\\/]*)
5455 re_direlt='/[^/][^/]*/\.\./'
5456 # Canonicalize the pathname of ld
5457 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5458 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5459 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5460 done
5461 test -z "$LD" && LD="$ac_prog"
5464 # If it fails, then pretend we aren't using GCC.
5465 ac_prog=ld
5468 # If it is relative, then search for the first ld in PATH.
5469 with_gnu_ld=unknown
5471 esac
5472 elif test "$with_gnu_ld" = yes; then
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5474 $as_echo_n "checking for GNU ld... " >&6; }
5475 else
5476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5477 $as_echo_n "checking for non-GNU ld... " >&6; }
5479 if test "${lt_cv_path_LD+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
5481 else
5482 if test -z "$LD"; then
5483 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5484 for ac_dir in $PATH; do
5485 IFS="$lt_save_ifs"
5486 test -z "$ac_dir" && ac_dir=.
5487 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5488 lt_cv_path_LD="$ac_dir/$ac_prog"
5489 # Check to see if the program is GNU ld. I'd rather use --version,
5490 # but apparently some variants of GNU ld only accept -v.
5491 # Break only if it was the GNU/non-GNU ld that we prefer.
5492 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5493 *GNU* | *'with BFD'*)
5494 test "$with_gnu_ld" != no && break
5497 test "$with_gnu_ld" != yes && break
5499 esac
5501 done
5502 IFS="$lt_save_ifs"
5503 else
5504 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5508 LD="$lt_cv_path_LD"
5509 if test -n "$LD"; then
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5511 $as_echo "$LD" >&6; }
5512 else
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5514 $as_echo "no" >&6; }
5516 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5518 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5519 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5520 $as_echo_n "(cached) " >&6
5521 else
5522 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5523 case `$LD -v 2>&1 </dev/null` in
5524 *GNU* | *'with BFD'*)
5525 lt_cv_prog_gnu_ld=yes
5528 lt_cv_prog_gnu_ld=no
5530 esac
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5533 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5534 with_gnu_ld=$lt_cv_prog_gnu_ld
5544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5545 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5546 if test "${lt_cv_path_NM+set}" = set; then :
5547 $as_echo_n "(cached) " >&6
5548 else
5549 if test -n "$NM"; then
5550 # Let the user override the test.
5551 lt_cv_path_NM="$NM"
5552 else
5553 lt_nm_to_check="${ac_tool_prefix}nm"
5554 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5555 lt_nm_to_check="$lt_nm_to_check nm"
5557 for lt_tmp_nm in $lt_nm_to_check; do
5558 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5559 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5560 IFS="$lt_save_ifs"
5561 test -z "$ac_dir" && ac_dir=.
5562 tmp_nm="$ac_dir/$lt_tmp_nm"
5563 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5564 # Check to see if the nm accepts a BSD-compat flag.
5565 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5566 # nm: unknown option "B" ignored
5567 # Tru64's nm complains that /dev/null is an invalid object file
5568 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5569 */dev/null* | *'Invalid file or object type'*)
5570 lt_cv_path_NM="$tmp_nm -B"
5571 break
5574 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5575 */dev/null*)
5576 lt_cv_path_NM="$tmp_nm -p"
5577 break
5580 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5581 continue # so that we can try to find one that supports BSD flags
5583 esac
5585 esac
5587 done
5588 IFS="$lt_save_ifs"
5589 done
5590 : ${lt_cv_path_NM=no}
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5594 $as_echo "$lt_cv_path_NM" >&6; }
5595 if test "$lt_cv_path_NM" != "no"; then
5596 NM="$lt_cv_path_NM"
5597 else
5598 # Didn't find any BSD compatible name lister, look for dumpbin.
5599 if test -n "$ac_tool_prefix"; then
5600 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5602 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5603 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5605 $as_echo_n "checking for $ac_word... " >&6; }
5606 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5607 $as_echo_n "(cached) " >&6
5608 else
5609 if test -n "$DUMPBIN"; then
5610 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5611 else
5612 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5613 for as_dir in $PATH
5615 IFS=$as_save_IFS
5616 test -z "$as_dir" && as_dir=.
5617 for ac_exec_ext in '' $ac_executable_extensions; do
5618 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5619 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5621 break 2
5623 done
5624 done
5625 IFS=$as_save_IFS
5629 DUMPBIN=$ac_cv_prog_DUMPBIN
5630 if test -n "$DUMPBIN"; then
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5632 $as_echo "$DUMPBIN" >&6; }
5633 else
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5635 $as_echo "no" >&6; }
5639 test -n "$DUMPBIN" && break
5640 done
5642 if test -z "$DUMPBIN"; then
5643 ac_ct_DUMPBIN=$DUMPBIN
5644 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
5646 # Extract the first word of "$ac_prog", so it can be a program name with args.
5647 set dummy $ac_prog; ac_word=$2
5648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5649 $as_echo_n "checking for $ac_word... " >&6; }
5650 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5651 $as_echo_n "(cached) " >&6
5652 else
5653 if test -n "$ac_ct_DUMPBIN"; then
5654 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5655 else
5656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5657 for as_dir in $PATH
5659 IFS=$as_save_IFS
5660 test -z "$as_dir" && as_dir=.
5661 for ac_exec_ext in '' $ac_executable_extensions; do
5662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5663 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5665 break 2
5667 done
5668 done
5669 IFS=$as_save_IFS
5673 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5674 if test -n "$ac_ct_DUMPBIN"; then
5675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5676 $as_echo "$ac_ct_DUMPBIN" >&6; }
5677 else
5678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5679 $as_echo "no" >&6; }
5683 test -n "$ac_ct_DUMPBIN" && break
5684 done
5686 if test "x$ac_ct_DUMPBIN" = x; then
5687 DUMPBIN=":"
5688 else
5689 case $cross_compiling:$ac_tool_warned in
5690 yes:)
5691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5692 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5693 ac_tool_warned=yes ;;
5694 esac
5695 DUMPBIN=$ac_ct_DUMPBIN
5700 if test "$DUMPBIN" != ":"; then
5701 NM="$DUMPBIN"
5704 test -z "$NM" && NM=nm
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5712 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5713 if test "${lt_cv_nm_interface+set}" = set; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 lt_cv_nm_interface="BSD nm"
5717 echo "int some_variable = 0;" > conftest.$ac_ext
5718 (eval echo "\"\$as_me:5718: $ac_compile\"" >&5)
5719 (eval "$ac_compile" 2>conftest.err)
5720 cat conftest.err >&5
5721 (eval echo "\"\$as_me:5721: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5722 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5723 cat conftest.err >&5
5724 (eval echo "\"\$as_me:5724: output\"" >&5)
5725 cat conftest.out >&5
5726 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5727 lt_cv_nm_interface="MS dumpbin"
5729 rm -f conftest*
5731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5732 $as_echo "$lt_cv_nm_interface" >&6; }
5734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5735 $as_echo_n "checking whether ln -s works... " >&6; }
5736 LN_S=$as_ln_s
5737 if test "$LN_S" = "ln -s"; then
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5739 $as_echo "yes" >&6; }
5740 else
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5742 $as_echo "no, using $LN_S" >&6; }
5745 # find the maximum length of command line arguments
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5747 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5748 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5749 $as_echo_n "(cached) " >&6
5750 else
5752 teststring="ABCD"
5754 case $build_os in
5755 msdosdjgpp*)
5756 # On DJGPP, this test can blow up pretty badly due to problems in libc
5757 # (any single argument exceeding 2000 bytes causes a buffer overrun
5758 # during glob expansion). Even if it were fixed, the result of this
5759 # check would be larger than it should be.
5760 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5763 gnu*)
5764 # Under GNU Hurd, this test is not required because there is
5765 # no limit to the length of command line arguments.
5766 # Libtool will interpret -1 as no limit whatsoever
5767 lt_cv_sys_max_cmd_len=-1;
5770 cygwin* | mingw* | cegcc*)
5771 # On Win9x/ME, this test blows up -- it succeeds, but takes
5772 # about 5 minutes as the teststring grows exponentially.
5773 # Worse, since 9x/ME are not pre-emptively multitasking,
5774 # you end up with a "frozen" computer, even though with patience
5775 # the test eventually succeeds (with a max line length of 256k).
5776 # Instead, let's just punt: use the minimum linelength reported by
5777 # all of the supported platforms: 8192 (on NT/2K/XP).
5778 lt_cv_sys_max_cmd_len=8192;
5781 amigaos*)
5782 # On AmigaOS with pdksh, this test takes hours, literally.
5783 # So we just punt and use a minimum line length of 8192.
5784 lt_cv_sys_max_cmd_len=8192;
5787 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5788 # This has been around since 386BSD, at least. Likely further.
5789 if test -x /sbin/sysctl; then
5790 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5791 elif test -x /usr/sbin/sysctl; then
5792 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5793 else
5794 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5796 # And add a safety zone
5797 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5798 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5801 interix*)
5802 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5803 lt_cv_sys_max_cmd_len=196608
5806 osf*)
5807 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5808 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5809 # nice to cause kernel panics so lets avoid the loop below.
5810 # First set a reasonable default.
5811 lt_cv_sys_max_cmd_len=16384
5813 if test -x /sbin/sysconfig; then
5814 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5815 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5816 esac
5819 sco3.2v5*)
5820 lt_cv_sys_max_cmd_len=102400
5822 sysv5* | sco5v6* | sysv4.2uw2*)
5823 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5824 if test -n "$kargmax"; then
5825 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5826 else
5827 lt_cv_sys_max_cmd_len=32768
5831 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5832 if test -n "$lt_cv_sys_max_cmd_len"; then
5833 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5834 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5835 else
5836 # Make teststring a little bigger before we do anything with it.
5837 # a 1K string should be a reasonable start.
5838 for i in 1 2 3 4 5 6 7 8 ; do
5839 teststring=$teststring$teststring
5840 done
5841 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5842 # If test is not a shell built-in, we'll probably end up computing a
5843 # maximum length that is only half of the actual maximum length, but
5844 # we can't tell.
5845 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
5846 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
5847 test $i != 17 # 1/2 MB should be enough
5849 i=`expr $i + 1`
5850 teststring=$teststring$teststring
5851 done
5852 # Only check the string length outside the loop.
5853 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5854 teststring=
5855 # Add a significant safety factor because C++ compilers can tack on
5856 # massive amounts of additional arguments before passing them to the
5857 # linker. It appears as though 1/2 is a usable value.
5858 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5861 esac
5865 if test -n $lt_cv_sys_max_cmd_len ; then
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5867 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5868 else
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5870 $as_echo "none" >&6; }
5872 max_cmd_len=$lt_cv_sys_max_cmd_len
5879 : ${CP="cp -f"}
5880 : ${MV="mv -f"}
5881 : ${RM="rm -f"}
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5884 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5885 # Try some XSI features
5886 xsi_shell=no
5887 ( _lt_dummy="a/b/c"
5888 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5889 = c,a/b,, \
5890 && eval 'test $(( 1 + 1 )) -eq 2 \
5891 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5892 && xsi_shell=yes
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5894 $as_echo "$xsi_shell" >&6; }
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5898 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5899 lt_shell_append=no
5900 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5901 >/dev/null 2>&1 \
5902 && lt_shell_append=yes
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5904 $as_echo "$lt_shell_append" >&6; }
5907 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5908 lt_unset=unset
5909 else
5910 lt_unset=false
5917 # test EBCDIC or ASCII
5918 case `echo X|tr X '\101'` in
5919 A) # ASCII based system
5920 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5921 lt_SP2NL='tr \040 \012'
5922 lt_NL2SP='tr \015\012 \040\040'
5924 *) # EBCDIC based system
5925 lt_SP2NL='tr \100 \n'
5926 lt_NL2SP='tr \r\n \100\100'
5928 esac
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5939 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5940 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
5942 else
5943 lt_cv_ld_reload_flag='-r'
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5946 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5947 reload_flag=$lt_cv_ld_reload_flag
5948 case $reload_flag in
5949 "" | " "*) ;;
5950 *) reload_flag=" $reload_flag" ;;
5951 esac
5952 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5953 case $host_os in
5954 darwin*)
5955 if test "$GCC" = yes; then
5956 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5957 else
5958 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5961 esac
5971 if test -n "$ac_tool_prefix"; then
5972 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5973 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5975 $as_echo_n "checking for $ac_word... " >&6; }
5976 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5977 $as_echo_n "(cached) " >&6
5978 else
5979 if test -n "$OBJDUMP"; then
5980 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5981 else
5982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983 for as_dir in $PATH
5985 IFS=$as_save_IFS
5986 test -z "$as_dir" && as_dir=.
5987 for ac_exec_ext in '' $ac_executable_extensions; do
5988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5989 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5991 break 2
5993 done
5994 done
5995 IFS=$as_save_IFS
5999 OBJDUMP=$ac_cv_prog_OBJDUMP
6000 if test -n "$OBJDUMP"; then
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6002 $as_echo "$OBJDUMP" >&6; }
6003 else
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6005 $as_echo "no" >&6; }
6010 if test -z "$ac_cv_prog_OBJDUMP"; then
6011 ac_ct_OBJDUMP=$OBJDUMP
6012 # Extract the first word of "objdump", so it can be a program name with args.
6013 set dummy objdump; ac_word=$2
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015 $as_echo_n "checking for $ac_word... " >&6; }
6016 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6017 $as_echo_n "(cached) " >&6
6018 else
6019 if test -n "$ac_ct_OBJDUMP"; then
6020 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6021 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6031 break 2
6033 done
6034 done
6035 IFS=$as_save_IFS
6039 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6040 if test -n "$ac_ct_OBJDUMP"; then
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6042 $as_echo "$ac_ct_OBJDUMP" >&6; }
6043 else
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045 $as_echo "no" >&6; }
6048 if test "x$ac_ct_OBJDUMP" = x; then
6049 OBJDUMP="false"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057 OBJDUMP=$ac_ct_OBJDUMP
6059 else
6060 OBJDUMP="$ac_cv_prog_OBJDUMP"
6063 test -z "$OBJDUMP" && OBJDUMP=objdump
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6074 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6075 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6076 $as_echo_n "(cached) " >&6
6077 else
6078 lt_cv_file_magic_cmd='$MAGIC_CMD'
6079 lt_cv_file_magic_test_file=
6080 lt_cv_deplibs_check_method='unknown'
6081 # Need to set the preceding variable on all platforms that support
6082 # interlibrary dependencies.
6083 # 'none' -- dependencies not supported.
6084 # `unknown' -- same as none, but documents that we really don't know.
6085 # 'pass_all' -- all dependencies passed with no checks.
6086 # 'test_compile' -- check by making test program.
6087 # 'file_magic [[regex]]' -- check by looking for files in library path
6088 # which responds to the $file_magic_cmd with a given extended regex.
6089 # If you have `file' or equivalent on your system and you're not sure
6090 # whether `pass_all' will *always* work, you probably want this one.
6092 case $host_os in
6093 aix[4-9]*)
6094 lt_cv_deplibs_check_method=pass_all
6097 beos*)
6098 lt_cv_deplibs_check_method=pass_all
6101 bsdi[45]*)
6102 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6103 lt_cv_file_magic_cmd='/usr/bin/file -L'
6104 lt_cv_file_magic_test_file=/shlib/libc.so
6107 cygwin*)
6108 # func_win32_libid is a shell function defined in ltmain.sh
6109 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6110 lt_cv_file_magic_cmd='func_win32_libid'
6113 mingw* | pw32*)
6114 # Base MSYS/MinGW do not provide the 'file' command needed by
6115 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6116 # unless we find 'file', for example because we are cross-compiling.
6117 if ( file / ) >/dev/null 2>&1; then
6118 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6119 lt_cv_file_magic_cmd='func_win32_libid'
6120 else
6121 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6122 lt_cv_file_magic_cmd='$OBJDUMP -f'
6126 cegcc)
6127 # use the weaker test based on 'objdump'. See mingw*.
6128 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6129 lt_cv_file_magic_cmd='$OBJDUMP -f'
6132 darwin* | rhapsody*)
6133 lt_cv_deplibs_check_method=pass_all
6136 freebsd* | dragonfly*)
6137 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6138 case $host_cpu in
6139 i*86 )
6140 # Not sure whether the presence of OpenBSD here was a mistake.
6141 # Let's accept both of them until this is cleared up.
6142 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6143 lt_cv_file_magic_cmd=/usr/bin/file
6144 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6146 esac
6147 else
6148 lt_cv_deplibs_check_method=pass_all
6152 gnu*)
6153 lt_cv_deplibs_check_method=pass_all
6156 hpux10.20* | hpux11*)
6157 lt_cv_file_magic_cmd=/usr/bin/file
6158 case $host_cpu in
6159 ia64*)
6160 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6161 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6163 hppa*64*)
6164 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6165 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6168 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6169 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6171 esac
6174 interix[3-9]*)
6175 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6176 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6179 irix5* | irix6* | nonstopux*)
6180 case $LD in
6181 *-32|*"-32 ") libmagic=32-bit;;
6182 *-n32|*"-n32 ") libmagic=N32;;
6183 *-64|*"-64 ") libmagic=64-bit;;
6184 *) libmagic=never-match;;
6185 esac
6186 lt_cv_deplibs_check_method=pass_all
6189 # This must be Linux ELF.
6190 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6191 lt_cv_deplibs_check_method=pass_all
6194 netbsd*)
6195 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6197 else
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6202 newos6*)
6203 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6204 lt_cv_file_magic_cmd=/usr/bin/file
6205 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6208 *nto* | *qnx*)
6209 lt_cv_deplibs_check_method=pass_all
6212 openbsd*)
6213 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6214 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6215 else
6216 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6220 osf3* | osf4* | osf5*)
6221 lt_cv_deplibs_check_method=pass_all
6224 rdos*)
6225 lt_cv_deplibs_check_method=pass_all
6228 solaris*)
6229 lt_cv_deplibs_check_method=pass_all
6232 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6233 lt_cv_deplibs_check_method=pass_all
6236 sysv4 | sysv4.3*)
6237 case $host_vendor in
6238 motorola)
6239 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]'
6240 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6242 ncr)
6243 lt_cv_deplibs_check_method=pass_all
6245 sequent)
6246 lt_cv_file_magic_cmd='/bin/file'
6247 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6249 sni)
6250 lt_cv_file_magic_cmd='/bin/file'
6251 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6252 lt_cv_file_magic_test_file=/lib/libc.so
6254 siemens)
6255 lt_cv_deplibs_check_method=pass_all
6258 lt_cv_deplibs_check_method=pass_all
6260 esac
6263 tpf*)
6264 lt_cv_deplibs_check_method=pass_all
6266 esac
6269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6270 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6271 file_magic_cmd=$lt_cv_file_magic_cmd
6272 deplibs_check_method=$lt_cv_deplibs_check_method
6273 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6286 if test -n "$ac_tool_prefix"; then
6287 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6288 set dummy ${ac_tool_prefix}ar; ac_word=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if test "${ac_cv_prog_AR+set}" = set; then :
6292 $as_echo_n "(cached) " >&6
6293 else
6294 if test -n "$AR"; then
6295 ac_cv_prog_AR="$AR" # Let the user override the test.
6296 else
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298 for as_dir in $PATH
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304 ac_cv_prog_AR="${ac_tool_prefix}ar"
6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6306 break 2
6308 done
6309 done
6310 IFS=$as_save_IFS
6314 AR=$ac_cv_prog_AR
6315 if test -n "$AR"; then
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6317 $as_echo "$AR" >&6; }
6318 else
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6325 if test -z "$ac_cv_prog_AR"; then
6326 ac_ct_AR=$AR
6327 # Extract the first word of "ar", so it can be a program name with args.
6328 set dummy ar; ac_word=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6332 $as_echo_n "(cached) " >&6
6333 else
6334 if test -n "$ac_ct_AR"; then
6335 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6336 else
6337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338 for as_dir in $PATH
6340 IFS=$as_save_IFS
6341 test -z "$as_dir" && as_dir=.
6342 for ac_exec_ext in '' $ac_executable_extensions; do
6343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344 ac_cv_prog_ac_ct_AR="ar"
6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6346 break 2
6348 done
6349 done
6350 IFS=$as_save_IFS
6354 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6355 if test -n "$ac_ct_AR"; then
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6357 $as_echo "$ac_ct_AR" >&6; }
6358 else
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6363 if test "x$ac_ct_AR" = x; then
6364 AR="false"
6365 else
6366 case $cross_compiling:$ac_tool_warned in
6367 yes:)
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370 ac_tool_warned=yes ;;
6371 esac
6372 AR=$ac_ct_AR
6374 else
6375 AR="$ac_cv_prog_AR"
6378 test -z "$AR" && AR=ar
6379 test -z "$AR_FLAGS" && AR_FLAGS=cru
6391 if test -n "$ac_tool_prefix"; then
6392 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6393 set dummy ${ac_tool_prefix}strip; ac_word=$2
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6395 $as_echo_n "checking for $ac_word... " >&6; }
6396 if test "${ac_cv_prog_STRIP+set}" = set; then :
6397 $as_echo_n "(cached) " >&6
6398 else
6399 if test -n "$STRIP"; then
6400 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6401 else
6402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6403 for as_dir in $PATH
6405 IFS=$as_save_IFS
6406 test -z "$as_dir" && as_dir=.
6407 for ac_exec_ext in '' $ac_executable_extensions; do
6408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6409 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6410 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6411 break 2
6413 done
6414 done
6415 IFS=$as_save_IFS
6419 STRIP=$ac_cv_prog_STRIP
6420 if test -n "$STRIP"; then
6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6422 $as_echo "$STRIP" >&6; }
6423 else
6424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6425 $as_echo "no" >&6; }
6430 if test -z "$ac_cv_prog_STRIP"; then
6431 ac_ct_STRIP=$STRIP
6432 # Extract the first word of "strip", so it can be a program name with args.
6433 set dummy strip; ac_word=$2
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6435 $as_echo_n "checking for $ac_word... " >&6; }
6436 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6437 $as_echo_n "(cached) " >&6
6438 else
6439 if test -n "$ac_ct_STRIP"; then
6440 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6441 else
6442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH
6445 IFS=$as_save_IFS
6446 test -z "$as_dir" && as_dir=.
6447 for ac_exec_ext in '' $ac_executable_extensions; do
6448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6449 ac_cv_prog_ac_ct_STRIP="strip"
6450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6451 break 2
6453 done
6454 done
6455 IFS=$as_save_IFS
6459 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6460 if test -n "$ac_ct_STRIP"; then
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6462 $as_echo "$ac_ct_STRIP" >&6; }
6463 else
6464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6465 $as_echo "no" >&6; }
6468 if test "x$ac_ct_STRIP" = x; then
6469 STRIP=":"
6470 else
6471 case $cross_compiling:$ac_tool_warned in
6472 yes:)
6473 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6474 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6475 ac_tool_warned=yes ;;
6476 esac
6477 STRIP=$ac_ct_STRIP
6479 else
6480 STRIP="$ac_cv_prog_STRIP"
6483 test -z "$STRIP" && STRIP=:
6490 if test -n "$ac_tool_prefix"; then
6491 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6492 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6494 $as_echo_n "checking for $ac_word... " >&6; }
6495 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6496 $as_echo_n "(cached) " >&6
6497 else
6498 if test -n "$RANLIB"; then
6499 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6500 else
6501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6502 for as_dir in $PATH
6504 IFS=$as_save_IFS
6505 test -z "$as_dir" && as_dir=.
6506 for ac_exec_ext in '' $ac_executable_extensions; do
6507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6508 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6509 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6510 break 2
6512 done
6513 done
6514 IFS=$as_save_IFS
6518 RANLIB=$ac_cv_prog_RANLIB
6519 if test -n "$RANLIB"; then
6520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6521 $as_echo "$RANLIB" >&6; }
6522 else
6523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6524 $as_echo "no" >&6; }
6529 if test -z "$ac_cv_prog_RANLIB"; then
6530 ac_ct_RANLIB=$RANLIB
6531 # Extract the first word of "ranlib", so it can be a program name with args.
6532 set dummy ranlib; ac_word=$2
6533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6534 $as_echo_n "checking for $ac_word... " >&6; }
6535 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6536 $as_echo_n "(cached) " >&6
6537 else
6538 if test -n "$ac_ct_RANLIB"; then
6539 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6540 else
6541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6542 for as_dir in $PATH
6544 IFS=$as_save_IFS
6545 test -z "$as_dir" && as_dir=.
6546 for ac_exec_ext in '' $ac_executable_extensions; do
6547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6548 ac_cv_prog_ac_ct_RANLIB="ranlib"
6549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6550 break 2
6552 done
6553 done
6554 IFS=$as_save_IFS
6558 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6559 if test -n "$ac_ct_RANLIB"; then
6560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6561 $as_echo "$ac_ct_RANLIB" >&6; }
6562 else
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6564 $as_echo "no" >&6; }
6567 if test "x$ac_ct_RANLIB" = x; then
6568 RANLIB=":"
6569 else
6570 case $cross_compiling:$ac_tool_warned in
6571 yes:)
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6573 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6574 ac_tool_warned=yes ;;
6575 esac
6576 RANLIB=$ac_ct_RANLIB
6578 else
6579 RANLIB="$ac_cv_prog_RANLIB"
6582 test -z "$RANLIB" && RANLIB=:
6589 # Determine commands to create old-style static archives.
6590 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6591 old_postinstall_cmds='chmod 644 $oldlib'
6592 old_postuninstall_cmds=
6594 if test -n "$RANLIB"; then
6595 case $host_os in
6596 openbsd*)
6597 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6600 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6602 esac
6603 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6639 # If no C compiler was specified, use CC.
6640 LTCC=${LTCC-"$CC"}
6642 # If no C compiler flags were specified, use CFLAGS.
6643 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6645 # Allow CC to be a program name with arguments.
6646 compiler=$CC
6649 # Check for command to grab the raw symbol name followed by C symbol from nm.
6650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6651 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6652 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6653 $as_echo_n "(cached) " >&6
6654 else
6656 # These are sane defaults that work on at least a few old systems.
6657 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6659 # Character class describing NM global symbol codes.
6660 symcode='[BCDEGRST]'
6662 # Regexp to match symbols that can be accessed directly from C.
6663 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6665 # Define system-specific variables.
6666 case $host_os in
6667 aix*)
6668 symcode='[BCDT]'
6670 cygwin* | mingw* | pw32* | cegcc*)
6671 symcode='[ABCDGISTW]'
6673 hpux*)
6674 if test "$host_cpu" = ia64; then
6675 symcode='[ABCDEGRST]'
6678 irix* | nonstopux*)
6679 symcode='[BCDEGRST]'
6681 osf*)
6682 symcode='[BCDEGQRST]'
6684 solaris*)
6685 symcode='[BDRT]'
6687 sco3.2v5*)
6688 symcode='[DT]'
6690 sysv4.2uw2*)
6691 symcode='[DT]'
6693 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6694 symcode='[ABDT]'
6696 sysv4)
6697 symcode='[DFNSTU]'
6699 esac
6701 # If we're using GNU nm, then use its standard symbol codes.
6702 case `$NM -V 2>&1` in
6703 *GNU* | *'with BFD'*)
6704 symcode='[ABCDGIRSTW]' ;;
6705 esac
6707 # Transform an extracted symbol line into a proper C declaration.
6708 # Some systems (esp. on ia64) link data and code symbols differently,
6709 # so use this general approach.
6710 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6712 # Transform an extracted symbol line into symbol name and symbol address
6713 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6714 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'"
6716 # Handle CRLF in mingw tool chain
6717 opt_cr=
6718 case $build_os in
6719 mingw*)
6720 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6722 esac
6724 # Try without a prefix underscore, then with it.
6725 for ac_symprfx in "" "_"; do
6727 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6728 symxfrm="\\1 $ac_symprfx\\2 \\2"
6730 # Write the raw and C identifiers.
6731 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6732 # Fake it for dumpbin and say T for any non-static function
6733 # and D for any global variable.
6734 # Also find C++ and __fastcall symbols from MSVC++,
6735 # which start with @ or ?.
6736 lt_cv_sys_global_symbol_pipe="$AWK '"\
6737 " {last_section=section; section=\$ 3};"\
6738 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6739 " \$ 0!~/External *\|/{next};"\
6740 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6741 " {if(hide[section]) next};"\
6742 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6743 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6744 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6745 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6746 " ' prfx=^$ac_symprfx"
6747 else
6748 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6751 # Check to see that the pipe works correctly.
6752 pipe_works=no
6754 rm -f conftest*
6755 cat > conftest.$ac_ext <<_LT_EOF
6756 #ifdef __cplusplus
6757 extern "C" {
6758 #endif
6759 char nm_test_var;
6760 void nm_test_func(void);
6761 void nm_test_func(void){}
6762 #ifdef __cplusplus
6764 #endif
6765 int main(){nm_test_var='a';nm_test_func();return(0);}
6766 _LT_EOF
6768 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6769 (eval $ac_compile) 2>&5
6770 ac_status=$?
6771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6772 test $ac_status = 0; }; then
6773 # Now try to grab the symbols.
6774 nlist=conftest.nm
6775 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
6776 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6777 ac_status=$?
6778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6779 test $ac_status = 0; } && test -s "$nlist"; then
6780 # Try sorting and uniquifying the output.
6781 if sort "$nlist" | uniq > "$nlist"T; then
6782 mv -f "$nlist"T "$nlist"
6783 else
6784 rm -f "$nlist"T
6787 # Make sure that we snagged all the symbols we need.
6788 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6789 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6790 cat <<_LT_EOF > conftest.$ac_ext
6791 #ifdef __cplusplus
6792 extern "C" {
6793 #endif
6795 _LT_EOF
6796 # Now generate the symbol file.
6797 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6799 cat <<_LT_EOF >> conftest.$ac_ext
6801 /* The mapping between symbol names and symbols. */
6802 const struct {
6803 const char *name;
6804 void *address;
6806 lt__PROGRAM__LTX_preloaded_symbols[] =
6808 { "@PROGRAM@", (void *) 0 },
6809 _LT_EOF
6810 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6811 cat <<\_LT_EOF >> conftest.$ac_ext
6812 {0, (void *) 0}
6815 /* This works around a problem in FreeBSD linker */
6816 #ifdef FREEBSD_WORKAROUND
6817 static const void *lt_preloaded_setup() {
6818 return lt__PROGRAM__LTX_preloaded_symbols;
6820 #endif
6822 #ifdef __cplusplus
6824 #endif
6825 _LT_EOF
6826 # Now try linking the two files.
6827 mv conftest.$ac_objext conftstm.$ac_objext
6828 lt_save_LIBS="$LIBS"
6829 lt_save_CFLAGS="$CFLAGS"
6830 LIBS="conftstm.$ac_objext"
6831 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6832 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6833 (eval $ac_link) 2>&5
6834 ac_status=$?
6835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6836 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6837 pipe_works=yes
6839 LIBS="$lt_save_LIBS"
6840 CFLAGS="$lt_save_CFLAGS"
6841 else
6842 echo "cannot find nm_test_func in $nlist" >&5
6844 else
6845 echo "cannot find nm_test_var in $nlist" >&5
6847 else
6848 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6850 else
6851 echo "$progname: failed program was:" >&5
6852 cat conftest.$ac_ext >&5
6854 rm -rf conftest* conftst*
6856 # Do not use the global_symbol_pipe unless it works.
6857 if test "$pipe_works" = yes; then
6858 break
6859 else
6860 lt_cv_sys_global_symbol_pipe=
6862 done
6866 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6867 lt_cv_sys_global_symbol_to_cdecl=
6869 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6871 $as_echo "failed" >&6; }
6872 else
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6874 $as_echo "ok" >&6; }
6898 # Check whether --enable-libtool-lock was given.
6899 if test "${enable_libtool_lock+set}" = set; then :
6900 enableval=$enable_libtool_lock;
6903 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6905 # Some flags need to be propagated to the compiler or linker for good
6906 # libtool support.
6907 case $host in
6908 ia64-*-hpux*)
6909 # Find out which ABI we are using.
6910 echo 'int i;' > conftest.$ac_ext
6911 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6912 (eval $ac_compile) 2>&5
6913 ac_status=$?
6914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6915 test $ac_status = 0; }; then
6916 case `/usr/bin/file conftest.$ac_objext` in
6917 *ELF-32*)
6918 HPUX_IA64_MODE="32"
6920 *ELF-64*)
6921 HPUX_IA64_MODE="64"
6923 esac
6925 rm -rf conftest*
6927 *-*-irix6*)
6928 # Find out which ABI we are using.
6929 echo '#line 6929 "configure"' > conftest.$ac_ext
6930 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6931 (eval $ac_compile) 2>&5
6932 ac_status=$?
6933 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6934 test $ac_status = 0; }; then
6935 if test "$lt_cv_prog_gnu_ld" = yes; then
6936 case `/usr/bin/file conftest.$ac_objext` in
6937 *32-bit*)
6938 LD="${LD-ld} -melf32bsmip"
6940 *N32*)
6941 LD="${LD-ld} -melf32bmipn32"
6943 *64-bit*)
6944 LD="${LD-ld} -melf64bmip"
6946 esac
6947 else
6948 case `/usr/bin/file conftest.$ac_objext` in
6949 *32-bit*)
6950 LD="${LD-ld} -32"
6952 *N32*)
6953 LD="${LD-ld} -n32"
6955 *64-bit*)
6956 LD="${LD-ld} -64"
6958 esac
6961 rm -rf conftest*
6964 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6965 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6966 # Find out which ABI we are using.
6967 echo 'int i;' > conftest.$ac_ext
6968 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6969 (eval $ac_compile) 2>&5
6970 ac_status=$?
6971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6972 test $ac_status = 0; }; then
6973 case `/usr/bin/file conftest.o` in
6974 *32-bit*)
6975 case $host in
6976 x86_64-*kfreebsd*-gnu)
6977 LD="${LD-ld} -m elf_i386_fbsd"
6979 x86_64-*linux*)
6980 LD="${LD-ld} -m elf_i386"
6982 ppc64-*linux*|powerpc64-*linux*)
6983 LD="${LD-ld} -m elf32ppclinux"
6985 s390x-*linux*)
6986 LD="${LD-ld} -m elf_s390"
6988 sparc64-*linux*)
6989 LD="${LD-ld} -m elf32_sparc"
6991 esac
6993 *64-bit*)
6994 case $host in
6995 x86_64-*kfreebsd*-gnu)
6996 LD="${LD-ld} -m elf_x86_64_fbsd"
6998 x86_64-*linux*)
6999 LD="${LD-ld} -m elf_x86_64"
7001 ppc*-*linux*|powerpc*-*linux*)
7002 LD="${LD-ld} -m elf64ppc"
7004 s390*-*linux*|s390*-*tpf*)
7005 LD="${LD-ld} -m elf64_s390"
7007 sparc*-*linux*)
7008 LD="${LD-ld} -m elf64_sparc"
7010 esac
7012 esac
7014 rm -rf conftest*
7017 *-*-sco3.2v5*)
7018 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7019 SAVE_CFLAGS="$CFLAGS"
7020 CFLAGS="$CFLAGS -belf"
7021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7022 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7023 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7024 $as_echo_n "(cached) " >&6
7025 else
7026 ac_ext=c
7027 ac_cpp='$CPP $CPPFLAGS'
7028 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7029 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7030 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7033 /* end confdefs.h. */
7036 main ()
7040 return 0;
7042 _ACEOF
7043 if ac_fn_c_try_link "$LINENO"; then :
7044 lt_cv_cc_needs_belf=yes
7045 else
7046 lt_cv_cc_needs_belf=no
7048 rm -f core conftest.err conftest.$ac_objext \
7049 conftest$ac_exeext conftest.$ac_ext
7050 ac_ext=c
7051 ac_cpp='$CPP $CPPFLAGS'
7052 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7053 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7054 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7058 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7059 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7060 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7061 CFLAGS="$SAVE_CFLAGS"
7064 sparc*-*solaris*)
7065 # Find out which ABI we are using.
7066 echo 'int i;' > conftest.$ac_ext
7067 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7068 (eval $ac_compile) 2>&5
7069 ac_status=$?
7070 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7071 test $ac_status = 0; }; then
7072 case `/usr/bin/file conftest.o` in
7073 *64-bit*)
7074 case $lt_cv_prog_gnu_ld in
7075 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7077 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7078 LD="${LD-ld} -64"
7081 esac
7083 esac
7085 rm -rf conftest*
7087 esac
7089 need_locks="$enable_libtool_lock"
7092 case $host_os in
7093 rhapsody* | darwin*)
7094 if test -n "$ac_tool_prefix"; then
7095 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7096 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7098 $as_echo_n "checking for $ac_word... " >&6; }
7099 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7100 $as_echo_n "(cached) " >&6
7101 else
7102 if test -n "$DSYMUTIL"; then
7103 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7104 else
7105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7106 for as_dir in $PATH
7108 IFS=$as_save_IFS
7109 test -z "$as_dir" && as_dir=.
7110 for ac_exec_ext in '' $ac_executable_extensions; do
7111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7112 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7114 break 2
7116 done
7117 done
7118 IFS=$as_save_IFS
7122 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7123 if test -n "$DSYMUTIL"; then
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7125 $as_echo "$DSYMUTIL" >&6; }
7126 else
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7128 $as_echo "no" >&6; }
7133 if test -z "$ac_cv_prog_DSYMUTIL"; then
7134 ac_ct_DSYMUTIL=$DSYMUTIL
7135 # Extract the first word of "dsymutil", so it can be a program name with args.
7136 set dummy dsymutil; ac_word=$2
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7138 $as_echo_n "checking for $ac_word... " >&6; }
7139 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7140 $as_echo_n "(cached) " >&6
7141 else
7142 if test -n "$ac_ct_DSYMUTIL"; then
7143 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7144 else
7145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7146 for as_dir in $PATH
7148 IFS=$as_save_IFS
7149 test -z "$as_dir" && as_dir=.
7150 for ac_exec_ext in '' $ac_executable_extensions; do
7151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7152 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7154 break 2
7156 done
7157 done
7158 IFS=$as_save_IFS
7162 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7163 if test -n "$ac_ct_DSYMUTIL"; then
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7165 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7166 else
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7168 $as_echo "no" >&6; }
7171 if test "x$ac_ct_DSYMUTIL" = x; then
7172 DSYMUTIL=":"
7173 else
7174 case $cross_compiling:$ac_tool_warned in
7175 yes:)
7176 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7177 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7178 ac_tool_warned=yes ;;
7179 esac
7180 DSYMUTIL=$ac_ct_DSYMUTIL
7182 else
7183 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7186 if test -n "$ac_tool_prefix"; then
7187 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7188 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7190 $as_echo_n "checking for $ac_word... " >&6; }
7191 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7192 $as_echo_n "(cached) " >&6
7193 else
7194 if test -n "$NMEDIT"; then
7195 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7196 else
7197 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7198 for as_dir in $PATH
7200 IFS=$as_save_IFS
7201 test -z "$as_dir" && as_dir=.
7202 for ac_exec_ext in '' $ac_executable_extensions; do
7203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7204 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7205 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7206 break 2
7208 done
7209 done
7210 IFS=$as_save_IFS
7214 NMEDIT=$ac_cv_prog_NMEDIT
7215 if test -n "$NMEDIT"; then
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7217 $as_echo "$NMEDIT" >&6; }
7218 else
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7220 $as_echo "no" >&6; }
7225 if test -z "$ac_cv_prog_NMEDIT"; then
7226 ac_ct_NMEDIT=$NMEDIT
7227 # Extract the first word of "nmedit", so it can be a program name with args.
7228 set dummy nmedit; ac_word=$2
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7230 $as_echo_n "checking for $ac_word... " >&6; }
7231 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7232 $as_echo_n "(cached) " >&6
7233 else
7234 if test -n "$ac_ct_NMEDIT"; then
7235 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7236 else
7237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7238 for as_dir in $PATH
7240 IFS=$as_save_IFS
7241 test -z "$as_dir" && as_dir=.
7242 for ac_exec_ext in '' $ac_executable_extensions; do
7243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7244 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7245 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7246 break 2
7248 done
7249 done
7250 IFS=$as_save_IFS
7254 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7255 if test -n "$ac_ct_NMEDIT"; then
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7257 $as_echo "$ac_ct_NMEDIT" >&6; }
7258 else
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7260 $as_echo "no" >&6; }
7263 if test "x$ac_ct_NMEDIT" = x; then
7264 NMEDIT=":"
7265 else
7266 case $cross_compiling:$ac_tool_warned in
7267 yes:)
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7269 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7270 ac_tool_warned=yes ;;
7271 esac
7272 NMEDIT=$ac_ct_NMEDIT
7274 else
7275 NMEDIT="$ac_cv_prog_NMEDIT"
7278 if test -n "$ac_tool_prefix"; then
7279 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7280 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7282 $as_echo_n "checking for $ac_word... " >&6; }
7283 if test "${ac_cv_prog_LIPO+set}" = set; then :
7284 $as_echo_n "(cached) " >&6
7285 else
7286 if test -n "$LIPO"; then
7287 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7288 else
7289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7290 for as_dir in $PATH
7292 IFS=$as_save_IFS
7293 test -z "$as_dir" && as_dir=.
7294 for ac_exec_ext in '' $ac_executable_extensions; do
7295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7296 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7298 break 2
7300 done
7301 done
7302 IFS=$as_save_IFS
7306 LIPO=$ac_cv_prog_LIPO
7307 if test -n "$LIPO"; then
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7309 $as_echo "$LIPO" >&6; }
7310 else
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7312 $as_echo "no" >&6; }
7317 if test -z "$ac_cv_prog_LIPO"; then
7318 ac_ct_LIPO=$LIPO
7319 # Extract the first word of "lipo", so it can be a program name with args.
7320 set dummy lipo; ac_word=$2
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7322 $as_echo_n "checking for $ac_word... " >&6; }
7323 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7324 $as_echo_n "(cached) " >&6
7325 else
7326 if test -n "$ac_ct_LIPO"; then
7327 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7328 else
7329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7330 for as_dir in $PATH
7332 IFS=$as_save_IFS
7333 test -z "$as_dir" && as_dir=.
7334 for ac_exec_ext in '' $ac_executable_extensions; do
7335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7336 ac_cv_prog_ac_ct_LIPO="lipo"
7337 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7338 break 2
7340 done
7341 done
7342 IFS=$as_save_IFS
7346 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7347 if test -n "$ac_ct_LIPO"; then
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7349 $as_echo "$ac_ct_LIPO" >&6; }
7350 else
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7352 $as_echo "no" >&6; }
7355 if test "x$ac_ct_LIPO" = x; then
7356 LIPO=":"
7357 else
7358 case $cross_compiling:$ac_tool_warned in
7359 yes:)
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7361 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7362 ac_tool_warned=yes ;;
7363 esac
7364 LIPO=$ac_ct_LIPO
7366 else
7367 LIPO="$ac_cv_prog_LIPO"
7370 if test -n "$ac_tool_prefix"; then
7371 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7372 set dummy ${ac_tool_prefix}otool; 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 test "${ac_cv_prog_OTOOL+set}" = set; then :
7376 $as_echo_n "(cached) " >&6
7377 else
7378 if test -n "$OTOOL"; then
7379 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7380 else
7381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7382 for as_dir in $PATH
7384 IFS=$as_save_IFS
7385 test -z "$as_dir" && as_dir=.
7386 for ac_exec_ext in '' $ac_executable_extensions; do
7387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7388 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7390 break 2
7392 done
7393 done
7394 IFS=$as_save_IFS
7398 OTOOL=$ac_cv_prog_OTOOL
7399 if test -n "$OTOOL"; then
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7401 $as_echo "$OTOOL" >&6; }
7402 else
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7404 $as_echo "no" >&6; }
7409 if test -z "$ac_cv_prog_OTOOL"; then
7410 ac_ct_OTOOL=$OTOOL
7411 # Extract the first word of "otool", so it can be a program name with args.
7412 set dummy otool; 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 test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7416 $as_echo_n "(cached) " >&6
7417 else
7418 if test -n "$ac_ct_OTOOL"; then
7419 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7420 else
7421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7422 for as_dir in $PATH
7424 IFS=$as_save_IFS
7425 test -z "$as_dir" && as_dir=.
7426 for ac_exec_ext in '' $ac_executable_extensions; do
7427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7428 ac_cv_prog_ac_ct_OTOOL="otool"
7429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7430 break 2
7432 done
7433 done
7434 IFS=$as_save_IFS
7438 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7439 if test -n "$ac_ct_OTOOL"; then
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7441 $as_echo "$ac_ct_OTOOL" >&6; }
7442 else
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7444 $as_echo "no" >&6; }
7447 if test "x$ac_ct_OTOOL" = x; then
7448 OTOOL=":"
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 OTOOL=$ac_ct_OTOOL
7458 else
7459 OTOOL="$ac_cv_prog_OTOOL"
7462 if test -n "$ac_tool_prefix"; then
7463 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7464 set dummy ${ac_tool_prefix}otool64; 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 test "${ac_cv_prog_OTOOL64+set}" = set; then :
7468 $as_echo_n "(cached) " >&6
7469 else
7470 if test -n "$OTOOL64"; then
7471 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7472 else
7473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7474 for as_dir in $PATH
7476 IFS=$as_save_IFS
7477 test -z "$as_dir" && as_dir=.
7478 for ac_exec_ext in '' $ac_executable_extensions; do
7479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7480 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7482 break 2
7484 done
7485 done
7486 IFS=$as_save_IFS
7490 OTOOL64=$ac_cv_prog_OTOOL64
7491 if test -n "$OTOOL64"; then
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7493 $as_echo "$OTOOL64" >&6; }
7494 else
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7496 $as_echo "no" >&6; }
7501 if test -z "$ac_cv_prog_OTOOL64"; then
7502 ac_ct_OTOOL64=$OTOOL64
7503 # Extract the first word of "otool64", so it can be a program name with args.
7504 set dummy otool64; 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 test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7508 $as_echo_n "(cached) " >&6
7509 else
7510 if test -n "$ac_ct_OTOOL64"; then
7511 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7512 else
7513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7514 for as_dir in $PATH
7516 IFS=$as_save_IFS
7517 test -z "$as_dir" && as_dir=.
7518 for ac_exec_ext in '' $ac_executable_extensions; do
7519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7520 ac_cv_prog_ac_ct_OTOOL64="otool64"
7521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7522 break 2
7524 done
7525 done
7526 IFS=$as_save_IFS
7530 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7531 if test -n "$ac_ct_OTOOL64"; then
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7533 $as_echo "$ac_ct_OTOOL64" >&6; }
7534 else
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7536 $as_echo "no" >&6; }
7539 if test "x$ac_ct_OTOOL64" = x; then
7540 OTOOL64=":"
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 OTOOL64=$ac_ct_OTOOL64
7550 else
7551 OTOOL64="$ac_cv_prog_OTOOL64"
7580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7581 $as_echo_n "checking for -single_module linker flag... " >&6; }
7582 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7583 $as_echo_n "(cached) " >&6
7584 else
7585 lt_cv_apple_cc_single_mod=no
7586 if test -z "${LT_MULTI_MODULE}"; then
7587 # By default we will add the -single_module flag. You can override
7588 # by either setting the environment variable LT_MULTI_MODULE
7589 # non-empty at configure time, or by adding -multi_module to the
7590 # link flags.
7591 rm -rf libconftest.dylib*
7592 echo "int foo(void){return 1;}" > conftest.c
7593 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7594 -dynamiclib -Wl,-single_module conftest.c" >&5
7595 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7596 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7597 _lt_result=$?
7598 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7599 lt_cv_apple_cc_single_mod=yes
7600 else
7601 cat conftest.err >&5
7603 rm -rf libconftest.dylib*
7604 rm -f conftest.*
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7608 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7610 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7611 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7612 $as_echo_n "(cached) " >&6
7613 else
7614 lt_cv_ld_exported_symbols_list=no
7615 save_LDFLAGS=$LDFLAGS
7616 echo "_main" > conftest.sym
7617 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7619 /* end confdefs.h. */
7622 main ()
7626 return 0;
7628 _ACEOF
7629 if ac_fn_c_try_link "$LINENO"; then :
7630 lt_cv_ld_exported_symbols_list=yes
7631 else
7632 lt_cv_ld_exported_symbols_list=no
7634 rm -f core conftest.err conftest.$ac_objext \
7635 conftest$ac_exeext conftest.$ac_ext
7636 LDFLAGS="$save_LDFLAGS"
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7640 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7641 case $host_os in
7642 rhapsody* | darwin1.[012])
7643 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7644 darwin1.*)
7645 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7646 darwin*) # darwin 5.x on
7647 # if running on 10.5 or later, the deployment target defaults
7648 # to the OS version, if on x86, and 10.4, the deployment
7649 # target defaults to 10.4. Don't you love it?
7650 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7651 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7652 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7653 10.[012]*)
7654 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7655 10.*)
7656 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7657 esac
7659 esac
7660 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7661 _lt_dar_single_mod='$single_module'
7663 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7664 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7665 else
7666 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7668 if test "$DSYMUTIL" != ":"; then
7669 _lt_dsymutil='~$DSYMUTIL $lib || :'
7670 else
7671 _lt_dsymutil=
7674 esac
7676 for ac_header in dlfcn.h
7677 do :
7678 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7680 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7681 cat >>confdefs.h <<_ACEOF
7682 #define HAVE_DLFCN_H 1
7683 _ACEOF
7687 done
7691 # Set options
7695 enable_dlopen=no
7698 enable_win32_dll=no
7702 # Check whether --enable-static was given.
7703 if test "${enable_static+set}" = set; then :
7704 enableval=$enable_static; p=${PACKAGE-default}
7705 case $enableval in
7706 yes) enable_static=yes ;;
7707 no) enable_static=no ;;
7709 enable_static=no
7710 # Look at the argument we got. We use all the common list separators.
7711 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7712 for pkg in $enableval; do
7713 IFS="$lt_save_ifs"
7714 if test "X$pkg" = "X$p"; then
7715 enable_static=yes
7717 done
7718 IFS="$lt_save_ifs"
7720 esac
7721 else
7722 enable_static=yes
7734 # Check whether --with-pic was given.
7735 if test "${with_pic+set}" = set; then :
7736 withval=$with_pic; pic_mode="$withval"
7737 else
7738 pic_mode=default
7742 test -z "$pic_mode" && pic_mode=default
7750 # Check whether --enable-fast-install was given.
7751 if test "${enable_fast_install+set}" = set; then :
7752 enableval=$enable_fast_install; p=${PACKAGE-default}
7753 case $enableval in
7754 yes) enable_fast_install=yes ;;
7755 no) enable_fast_install=no ;;
7757 enable_fast_install=no
7758 # Look at the argument we got. We use all the common list separators.
7759 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7760 for pkg in $enableval; do
7761 IFS="$lt_save_ifs"
7762 if test "X$pkg" = "X$p"; then
7763 enable_fast_install=yes
7765 done
7766 IFS="$lt_save_ifs"
7768 esac
7769 else
7770 enable_fast_install=yes
7783 # This can be used to rebuild libtool when needed
7784 LIBTOOL_DEPS="$ltmain"
7786 # Always use our own libtool.
7787 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7813 test -z "$LN_S" && LN_S="ln -s"
7828 if test -n "${ZSH_VERSION+set}" ; then
7829 setopt NO_GLOB_SUBST
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7833 $as_echo_n "checking for objdir... " >&6; }
7834 if test "${lt_cv_objdir+set}" = set; then :
7835 $as_echo_n "(cached) " >&6
7836 else
7837 rm -f .libs 2>/dev/null
7838 mkdir .libs 2>/dev/null
7839 if test -d .libs; then
7840 lt_cv_objdir=.libs
7841 else
7842 # MS-DOS does not allow filenames that begin with a dot.
7843 lt_cv_objdir=_libs
7845 rmdir .libs 2>/dev/null
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7848 $as_echo "$lt_cv_objdir" >&6; }
7849 objdir=$lt_cv_objdir
7855 cat >>confdefs.h <<_ACEOF
7856 #define LT_OBJDIR "$lt_cv_objdir/"
7857 _ACEOF
7875 case $host_os in
7876 aix3*)
7877 # AIX sometimes has problems with the GCC collect2 program. For some
7878 # reason, if we set the COLLECT_NAMES environment variable, the problems
7879 # vanish in a puff of smoke.
7880 if test "X${COLLECT_NAMES+set}" != Xset; then
7881 COLLECT_NAMES=
7882 export COLLECT_NAMES
7885 esac
7887 # Sed substitution that helps us do robust quoting. It backslashifies
7888 # metacharacters that are still active within double-quoted strings.
7889 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
7891 # Same as above, but do not quote variable references.
7892 double_quote_subst='s/\(["`\\]\)/\\\1/g'
7894 # Sed substitution to delay expansion of an escaped shell variable in a
7895 # double_quote_subst'ed string.
7896 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7898 # Sed substitution to delay expansion of an escaped single quote.
7899 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7901 # Sed substitution to avoid accidental globbing in evaled expressions
7902 no_glob_subst='s/\*/\\\*/g'
7904 # Global variables:
7905 ofile=libtool
7906 can_build_shared=yes
7908 # All known linkers require a `.a' archive for static linking (except MSVC,
7909 # which needs '.lib').
7910 libext=a
7912 with_gnu_ld="$lt_cv_prog_gnu_ld"
7914 old_CC="$CC"
7915 old_CFLAGS="$CFLAGS"
7917 # Set sane defaults for various variables
7918 test -z "$CC" && CC=cc
7919 test -z "$LTCC" && LTCC=$CC
7920 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7921 test -z "$LD" && LD=ld
7922 test -z "$ac_objext" && ac_objext=o
7924 for cc_temp in $compiler""; do
7925 case $cc_temp in
7926 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7927 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7928 \-*) ;;
7929 *) break;;
7930 esac
7931 done
7932 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7935 # Only perform the check for file, if the check method requires it
7936 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7937 case $deplibs_check_method in
7938 file_magic*)
7939 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7941 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7942 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7943 $as_echo_n "(cached) " >&6
7944 else
7945 case $MAGIC_CMD in
7946 [\\/*] | ?:[\\/]*)
7947 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7950 lt_save_MAGIC_CMD="$MAGIC_CMD"
7951 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7952 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7953 for ac_dir in $ac_dummy; do
7954 IFS="$lt_save_ifs"
7955 test -z "$ac_dir" && ac_dir=.
7956 if test -f $ac_dir/${ac_tool_prefix}file; then
7957 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7958 if test -n "$file_magic_test_file"; then
7959 case $deplibs_check_method in
7960 "file_magic "*)
7961 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7962 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7963 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7964 $EGREP "$file_magic_regex" > /dev/null; then
7966 else
7967 cat <<_LT_EOF 1>&2
7969 *** Warning: the command libtool uses to detect shared libraries,
7970 *** $file_magic_cmd, produces output that libtool cannot recognize.
7971 *** The result is that libtool may fail to recognize shared libraries
7972 *** as such. This will affect the creation of libtool libraries that
7973 *** depend on shared libraries, but programs linked with such libtool
7974 *** libraries will work regardless of this problem. Nevertheless, you
7975 *** may want to report the problem to your system manager and/or to
7976 *** bug-libtool@gnu.org
7978 _LT_EOF
7979 fi ;;
7980 esac
7982 break
7984 done
7985 IFS="$lt_save_ifs"
7986 MAGIC_CMD="$lt_save_MAGIC_CMD"
7988 esac
7991 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7992 if test -n "$MAGIC_CMD"; then
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7994 $as_echo "$MAGIC_CMD" >&6; }
7995 else
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7997 $as_echo "no" >&6; }
8004 if test -z "$lt_cv_path_MAGIC_CMD"; then
8005 if test -n "$ac_tool_prefix"; then
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8007 $as_echo_n "checking for file... " >&6; }
8008 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8009 $as_echo_n "(cached) " >&6
8010 else
8011 case $MAGIC_CMD in
8012 [\\/*] | ?:[\\/]*)
8013 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8016 lt_save_MAGIC_CMD="$MAGIC_CMD"
8017 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8018 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8019 for ac_dir in $ac_dummy; do
8020 IFS="$lt_save_ifs"
8021 test -z "$ac_dir" && ac_dir=.
8022 if test -f $ac_dir/file; then
8023 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8024 if test -n "$file_magic_test_file"; then
8025 case $deplibs_check_method in
8026 "file_magic "*)
8027 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8028 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8029 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8030 $EGREP "$file_magic_regex" > /dev/null; then
8032 else
8033 cat <<_LT_EOF 1>&2
8035 *** Warning: the command libtool uses to detect shared libraries,
8036 *** $file_magic_cmd, produces output that libtool cannot recognize.
8037 *** The result is that libtool may fail to recognize shared libraries
8038 *** as such. This will affect the creation of libtool libraries that
8039 *** depend on shared libraries, but programs linked with such libtool
8040 *** libraries will work regardless of this problem. Nevertheless, you
8041 *** may want to report the problem to your system manager and/or to
8042 *** bug-libtool@gnu.org
8044 _LT_EOF
8045 fi ;;
8046 esac
8048 break
8050 done
8051 IFS="$lt_save_ifs"
8052 MAGIC_CMD="$lt_save_MAGIC_CMD"
8054 esac
8057 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8058 if test -n "$MAGIC_CMD"; then
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8060 $as_echo "$MAGIC_CMD" >&6; }
8061 else
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8063 $as_echo "no" >&6; }
8067 else
8068 MAGIC_CMD=:
8074 esac
8076 # Use C for the default configuration in the libtool script
8078 lt_save_CC="$CC"
8079 ac_ext=c
8080 ac_cpp='$CPP $CPPFLAGS'
8081 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8082 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8083 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8086 # Source file extension for C test sources.
8087 ac_ext=c
8089 # Object file extension for compiled C test sources.
8090 objext=o
8091 objext=$objext
8093 # Code to be used in simple compile tests
8094 lt_simple_compile_test_code="int some_variable = 0;"
8096 # Code to be used in simple link tests
8097 lt_simple_link_test_code='int main(){return(0);}'
8105 # If no C compiler was specified, use CC.
8106 LTCC=${LTCC-"$CC"}
8108 # If no C compiler flags were specified, use CFLAGS.
8109 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8111 # Allow CC to be a program name with arguments.
8112 compiler=$CC
8114 # Save the default compiler, since it gets overwritten when the other
8115 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8116 compiler_DEFAULT=$CC
8118 # save warnings/boilerplate of simple test code
8119 ac_outfile=conftest.$ac_objext
8120 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8121 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8122 _lt_compiler_boilerplate=`cat conftest.err`
8123 $RM conftest*
8125 ac_outfile=conftest.$ac_objext
8126 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8127 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8128 _lt_linker_boilerplate=`cat conftest.err`
8129 $RM -r conftest*
8132 ## CAVEAT EMPTOR:
8133 ## There is no encapsulation within the following macros, do not change
8134 ## the running order or otherwise move them around unless you know exactly
8135 ## what you are doing...
8136 if test -n "$compiler"; then
8138 lt_prog_compiler_no_builtin_flag=
8140 if test "$GCC" = yes; then
8141 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8144 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8145 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8146 $as_echo_n "(cached) " >&6
8147 else
8148 lt_cv_prog_compiler_rtti_exceptions=no
8149 ac_outfile=conftest.$ac_objext
8150 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8151 lt_compiler_flag="-fno-rtti -fno-exceptions"
8152 # Insert the option either (1) after the last *FLAGS variable, or
8153 # (2) before a word containing "conftest.", or (3) at the end.
8154 # Note that $ac_compile itself does not contain backslashes and begins
8155 # with a dollar sign (not a hyphen), so the echo should work correctly.
8156 # The option is referenced via a variable to avoid confusing sed.
8157 lt_compile=`echo "$ac_compile" | $SED \
8158 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8159 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8160 -e 's:$: $lt_compiler_flag:'`
8161 (eval echo "\"\$as_me:8161: $lt_compile\"" >&5)
8162 (eval "$lt_compile" 2>conftest.err)
8163 ac_status=$?
8164 cat conftest.err >&5
8165 echo "$as_me:8165: \$? = $ac_status" >&5
8166 if (exit $ac_status) && test -s "$ac_outfile"; then
8167 # The compiler can only warn and ignore the option if not recognized
8168 # So say no if there are warnings other than the usual output.
8169 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8170 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8171 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8172 lt_cv_prog_compiler_rtti_exceptions=yes
8175 $RM conftest*
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8179 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8181 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8182 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8183 else
8194 lt_prog_compiler_wl=
8195 lt_prog_compiler_pic=
8196 lt_prog_compiler_static=
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8199 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8201 if test "$GCC" = yes; then
8202 lt_prog_compiler_wl='-Wl,'
8203 lt_prog_compiler_static='-static'
8205 case $host_os in
8206 aix*)
8207 # All AIX code is PIC.
8208 if test "$host_cpu" = ia64; then
8209 # AIX 5 now supports IA64 processor
8210 lt_prog_compiler_static='-Bstatic'
8214 amigaos*)
8215 case $host_cpu in
8216 powerpc)
8217 # see comment about AmigaOS4 .so support
8218 lt_prog_compiler_pic='-fPIC'
8220 m68k)
8221 # FIXME: we need at least 68020 code to build shared libraries, but
8222 # adding the `-m68020' flag to GCC prevents building anything better,
8223 # like `-m68040'.
8224 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8226 esac
8229 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8230 # PIC is the default for these OSes.
8233 mingw* | cygwin* | pw32* | os2* | cegcc*)
8234 # This hack is so that the source file can tell whether it is being
8235 # built for inclusion in a dll (and should export symbols for example).
8236 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8237 # (--disable-auto-import) libraries
8238 lt_prog_compiler_pic='-DDLL_EXPORT'
8241 darwin* | rhapsody*)
8242 # PIC is the default on this platform
8243 # Common symbols not allowed in MH_DYLIB files
8244 lt_prog_compiler_pic='-fno-common'
8247 hpux*)
8248 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8249 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8250 # sets the default TLS model and affects inlining.
8251 case $host_cpu in
8252 hppa*64*)
8253 # +Z the default
8256 lt_prog_compiler_pic='-fPIC'
8258 esac
8261 interix[3-9]*)
8262 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8263 # Instead, we relocate shared libraries at runtime.
8266 msdosdjgpp*)
8267 # Just because we use GCC doesn't mean we suddenly get shared libraries
8268 # on systems that don't support them.
8269 lt_prog_compiler_can_build_shared=no
8270 enable_shared=no
8273 *nto* | *qnx*)
8274 # QNX uses GNU C++, but need to define -shared option too, otherwise
8275 # it will coredump.
8276 lt_prog_compiler_pic='-fPIC -shared'
8279 sysv4*MP*)
8280 if test -d /usr/nec; then
8281 lt_prog_compiler_pic=-Kconform_pic
8286 lt_prog_compiler_pic='-fPIC'
8288 esac
8289 else
8290 # PORTME Check for flag to pass linker flags through the system compiler.
8291 case $host_os in
8292 aix*)
8293 lt_prog_compiler_wl='-Wl,'
8294 if test "$host_cpu" = ia64; then
8295 # AIX 5 now supports IA64 processor
8296 lt_prog_compiler_static='-Bstatic'
8297 else
8298 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8302 mingw* | cygwin* | pw32* | os2* | cegcc*)
8303 # This hack is so that the source file can tell whether it is being
8304 # built for inclusion in a dll (and should export symbols for example).
8305 lt_prog_compiler_pic='-DDLL_EXPORT'
8308 hpux9* | hpux10* | hpux11*)
8309 lt_prog_compiler_wl='-Wl,'
8310 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8311 # not for PA HP-UX.
8312 case $host_cpu in
8313 hppa*64*|ia64*)
8314 # +Z the default
8317 lt_prog_compiler_pic='+Z'
8319 esac
8320 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8321 lt_prog_compiler_static='${wl}-a ${wl}archive'
8324 irix5* | irix6* | nonstopux*)
8325 lt_prog_compiler_wl='-Wl,'
8326 # PIC (with -KPIC) is the default.
8327 lt_prog_compiler_static='-non_shared'
8330 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8331 case $cc_basename in
8332 # old Intel for x86_64 which still supported -KPIC.
8333 ecc*)
8334 lt_prog_compiler_wl='-Wl,'
8335 lt_prog_compiler_pic='-KPIC'
8336 lt_prog_compiler_static='-static'
8338 # icc used to be incompatible with GCC.
8339 # ICC 10 doesn't accept -KPIC any more.
8340 icc* | ifort*)
8341 lt_prog_compiler_wl='-Wl,'
8342 lt_prog_compiler_pic='-fPIC'
8343 lt_prog_compiler_static='-static'
8345 # Lahey Fortran 8.1.
8346 lf95*)
8347 lt_prog_compiler_wl='-Wl,'
8348 lt_prog_compiler_pic='--shared'
8349 lt_prog_compiler_static='--static'
8351 pgcc* | pgf77* | pgf90* | pgf95*)
8352 # Portland Group compilers (*not* the Pentium gcc compiler,
8353 # which looks to be a dead project)
8354 lt_prog_compiler_wl='-Wl,'
8355 lt_prog_compiler_pic='-fpic'
8356 lt_prog_compiler_static='-Bstatic'
8358 ccc*)
8359 lt_prog_compiler_wl='-Wl,'
8360 # All Alpha code is PIC.
8361 lt_prog_compiler_static='-non_shared'
8363 xl*)
8364 # IBM XL C 8.0/Fortran 10.1 on PPC
8365 lt_prog_compiler_wl='-Wl,'
8366 lt_prog_compiler_pic='-qpic'
8367 lt_prog_compiler_static='-qstaticlink'
8370 case `$CC -V 2>&1 | sed 5q` in
8371 *Sun\ C*)
8372 # Sun C 5.9
8373 lt_prog_compiler_pic='-KPIC'
8374 lt_prog_compiler_static='-Bstatic'
8375 lt_prog_compiler_wl='-Wl,'
8377 *Sun\ F*)
8378 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8379 lt_prog_compiler_pic='-KPIC'
8380 lt_prog_compiler_static='-Bstatic'
8381 lt_prog_compiler_wl=''
8383 esac
8385 esac
8388 newsos6)
8389 lt_prog_compiler_pic='-KPIC'
8390 lt_prog_compiler_static='-Bstatic'
8393 *nto* | *qnx*)
8394 # QNX uses GNU C++, but need to define -shared option too, otherwise
8395 # it will coredump.
8396 lt_prog_compiler_pic='-fPIC -shared'
8399 osf3* | osf4* | osf5*)
8400 lt_prog_compiler_wl='-Wl,'
8401 # All OSF/1 code is PIC.
8402 lt_prog_compiler_static='-non_shared'
8405 rdos*)
8406 lt_prog_compiler_static='-non_shared'
8409 solaris*)
8410 lt_prog_compiler_pic='-KPIC'
8411 lt_prog_compiler_static='-Bstatic'
8412 case $cc_basename in
8413 f77* | f90* | f95*)
8414 lt_prog_compiler_wl='-Qoption ld ';;
8416 lt_prog_compiler_wl='-Wl,';;
8417 esac
8420 sunos4*)
8421 lt_prog_compiler_wl='-Qoption ld '
8422 lt_prog_compiler_pic='-PIC'
8423 lt_prog_compiler_static='-Bstatic'
8426 sysv4 | sysv4.2uw2* | sysv4.3*)
8427 lt_prog_compiler_wl='-Wl,'
8428 lt_prog_compiler_pic='-KPIC'
8429 lt_prog_compiler_static='-Bstatic'
8432 sysv4*MP*)
8433 if test -d /usr/nec ;then
8434 lt_prog_compiler_pic='-Kconform_pic'
8435 lt_prog_compiler_static='-Bstatic'
8439 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8440 lt_prog_compiler_wl='-Wl,'
8441 lt_prog_compiler_pic='-KPIC'
8442 lt_prog_compiler_static='-Bstatic'
8445 unicos*)
8446 lt_prog_compiler_wl='-Wl,'
8447 lt_prog_compiler_can_build_shared=no
8450 uts4*)
8451 lt_prog_compiler_pic='-pic'
8452 lt_prog_compiler_static='-Bstatic'
8456 lt_prog_compiler_can_build_shared=no
8458 esac
8461 case $host_os in
8462 # For platforms which do not support PIC, -DPIC is meaningless:
8463 *djgpp*)
8464 lt_prog_compiler_pic=
8467 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8469 esac
8470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8471 $as_echo "$lt_prog_compiler_pic" >&6; }
8479 # Check to make sure the PIC flag actually works.
8481 if test -n "$lt_prog_compiler_pic"; then
8482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8483 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8484 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8485 $as_echo_n "(cached) " >&6
8486 else
8487 lt_cv_prog_compiler_pic_works=no
8488 ac_outfile=conftest.$ac_objext
8489 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8490 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8491 # Insert the option either (1) after the last *FLAGS variable, or
8492 # (2) before a word containing "conftest.", or (3) at the end.
8493 # Note that $ac_compile itself does not contain backslashes and begins
8494 # with a dollar sign (not a hyphen), so the echo should work correctly.
8495 # The option is referenced via a variable to avoid confusing sed.
8496 lt_compile=`echo "$ac_compile" | $SED \
8497 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8498 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8499 -e 's:$: $lt_compiler_flag:'`
8500 (eval echo "\"\$as_me:8500: $lt_compile\"" >&5)
8501 (eval "$lt_compile" 2>conftest.err)
8502 ac_status=$?
8503 cat conftest.err >&5
8504 echo "$as_me:8504: \$? = $ac_status" >&5
8505 if (exit $ac_status) && test -s "$ac_outfile"; then
8506 # The compiler can only warn and ignore the option if not recognized
8507 # So say no if there are warnings other than the usual output.
8508 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
8509 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8510 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8511 lt_cv_prog_compiler_pic_works=yes
8514 $RM conftest*
8517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8518 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8520 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8521 case $lt_prog_compiler_pic in
8522 "" | " "*) ;;
8523 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8524 esac
8525 else
8526 lt_prog_compiler_pic=
8527 lt_prog_compiler_can_build_shared=no
8538 # Check to make sure the static flag actually works.
8540 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8542 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8543 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8544 $as_echo_n "(cached) " >&6
8545 else
8546 lt_cv_prog_compiler_static_works=no
8547 save_LDFLAGS="$LDFLAGS"
8548 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8549 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8550 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8551 # The linker can only warn and ignore the option if not recognized
8552 # So say no if there are warnings
8553 if test -s conftest.err; then
8554 # Append any errors to the config.log.
8555 cat conftest.err 1>&5
8556 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
8557 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8558 if diff conftest.exp conftest.er2 >/dev/null; then
8559 lt_cv_prog_compiler_static_works=yes
8561 else
8562 lt_cv_prog_compiler_static_works=yes
8565 $RM -r conftest*
8566 LDFLAGS="$save_LDFLAGS"
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8570 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8572 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8574 else
8575 lt_prog_compiler_static=
8584 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8585 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8586 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8587 $as_echo_n "(cached) " >&6
8588 else
8589 lt_cv_prog_compiler_c_o=no
8590 $RM -r conftest 2>/dev/null
8591 mkdir conftest
8592 cd conftest
8593 mkdir out
8594 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8596 lt_compiler_flag="-o out/conftest2.$ac_objext"
8597 # Insert the option either (1) after the last *FLAGS variable, or
8598 # (2) before a word containing "conftest.", or (3) at the end.
8599 # Note that $ac_compile itself does not contain backslashes and begins
8600 # with a dollar sign (not a hyphen), so the echo should work correctly.
8601 lt_compile=`echo "$ac_compile" | $SED \
8602 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8603 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8604 -e 's:$: $lt_compiler_flag:'`
8605 (eval echo "\"\$as_me:8605: $lt_compile\"" >&5)
8606 (eval "$lt_compile" 2>out/conftest.err)
8607 ac_status=$?
8608 cat out/conftest.err >&5
8609 echo "$as_me:8609: \$? = $ac_status" >&5
8610 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8611 then
8612 # The compiler can only warn and ignore the option if not recognized
8613 # So say no if there are warnings
8614 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8615 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8616 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8617 lt_cv_prog_compiler_c_o=yes
8620 chmod u+w . 2>&5
8621 $RM conftest*
8622 # SGI C++ compiler will create directory out/ii_files/ for
8623 # template instantiation
8624 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8625 $RM out/* && rmdir out
8626 cd ..
8627 $RM -r conftest
8628 $RM conftest*
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8632 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8640 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8641 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8642 $as_echo_n "(cached) " >&6
8643 else
8644 lt_cv_prog_compiler_c_o=no
8645 $RM -r conftest 2>/dev/null
8646 mkdir conftest
8647 cd conftest
8648 mkdir out
8649 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8651 lt_compiler_flag="-o out/conftest2.$ac_objext"
8652 # Insert the option either (1) after the last *FLAGS variable, or
8653 # (2) before a word containing "conftest.", or (3) at the end.
8654 # Note that $ac_compile itself does not contain backslashes and begins
8655 # with a dollar sign (not a hyphen), so the echo should work correctly.
8656 lt_compile=`echo "$ac_compile" | $SED \
8657 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8658 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8659 -e 's:$: $lt_compiler_flag:'`
8660 (eval echo "\"\$as_me:8660: $lt_compile\"" >&5)
8661 (eval "$lt_compile" 2>out/conftest.err)
8662 ac_status=$?
8663 cat out/conftest.err >&5
8664 echo "$as_me:8664: \$? = $ac_status" >&5
8665 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8666 then
8667 # The compiler can only warn and ignore the option if not recognized
8668 # So say no if there are warnings
8669 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8670 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8671 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8672 lt_cv_prog_compiler_c_o=yes
8675 chmod u+w . 2>&5
8676 $RM conftest*
8677 # SGI C++ compiler will create directory out/ii_files/ for
8678 # template instantiation
8679 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8680 $RM out/* && rmdir out
8681 cd ..
8682 $RM -r conftest
8683 $RM conftest*
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8687 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8692 hard_links="nottested"
8693 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8694 # do not overwrite the value of need_locks provided by the user
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8696 $as_echo_n "checking if we can lock with hard links... " >&6; }
8697 hard_links=yes
8698 $RM conftest*
8699 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8700 touch conftest.a
8701 ln conftest.a conftest.b 2>&5 || hard_links=no
8702 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8704 $as_echo "$hard_links" >&6; }
8705 if test "$hard_links" = no; then
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8707 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8708 need_locks=warn
8710 else
8711 need_locks=no
8719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8720 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8722 runpath_var=
8723 allow_undefined_flag=
8724 always_export_symbols=no
8725 archive_cmds=
8726 archive_expsym_cmds=
8727 compiler_needs_object=no
8728 enable_shared_with_static_runtimes=no
8729 export_dynamic_flag_spec=
8730 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8731 hardcode_automatic=no
8732 hardcode_direct=no
8733 hardcode_direct_absolute=no
8734 hardcode_libdir_flag_spec=
8735 hardcode_libdir_flag_spec_ld=
8736 hardcode_libdir_separator=
8737 hardcode_minus_L=no
8738 hardcode_shlibpath_var=unsupported
8739 inherit_rpath=no
8740 link_all_deplibs=unknown
8741 module_cmds=
8742 module_expsym_cmds=
8743 old_archive_from_new_cmds=
8744 old_archive_from_expsyms_cmds=
8745 thread_safe_flag_spec=
8746 whole_archive_flag_spec=
8747 # include_expsyms should be a list of space-separated symbols to be *always*
8748 # included in the symbol list
8749 include_expsyms=
8750 # exclude_expsyms can be an extended regexp of symbols to exclude
8751 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8752 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8753 # as well as any symbol that contains `d'.
8754 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8755 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8756 # platforms (ab)use it in PIC code, but their linkers get confused if
8757 # the symbol is explicitly referenced. Since portable code cannot
8758 # rely on this symbol name, it's probably fine to never include it in
8759 # preloaded symbol tables.
8760 # Exclude shared library initialization/finalization symbols.
8761 extract_expsyms_cmds=
8763 case $host_os in
8764 cygwin* | mingw* | pw32* | cegcc*)
8765 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8766 # When not using gcc, we currently assume that we are using
8767 # Microsoft Visual C++.
8768 if test "$GCC" != yes; then
8769 with_gnu_ld=no
8772 interix*)
8773 # we just hope/assume this is gcc and not c89 (= MSVC++)
8774 with_gnu_ld=yes
8776 openbsd*)
8777 with_gnu_ld=no
8779 esac
8781 ld_shlibs=yes
8782 if test "$with_gnu_ld" = yes; then
8783 # If archive_cmds runs LD, not CC, wlarc should be empty
8784 wlarc='${wl}'
8786 # Set some defaults for GNU ld with shared library support. These
8787 # are reset later if shared libraries are not supported. Putting them
8788 # here allows them to be overridden if necessary.
8789 runpath_var=LD_RUN_PATH
8790 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8791 export_dynamic_flag_spec='${wl}--export-dynamic'
8792 # ancient GNU ld didn't support --whole-archive et. al.
8793 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8794 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8795 else
8796 whole_archive_flag_spec=
8798 supports_anon_versioning=no
8799 case `$LD -v 2>&1` in
8800 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8801 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8802 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8803 *\ 2.11.*) ;; # other 2.11 versions
8804 *) supports_anon_versioning=yes ;;
8805 esac
8807 # See if GNU ld supports shared libraries.
8808 case $host_os in
8809 aix[3-9]*)
8810 # On AIX/PPC, the GNU linker is very broken
8811 if test "$host_cpu" != ia64; then
8812 ld_shlibs=no
8813 cat <<_LT_EOF 1>&2
8815 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
8816 *** to be unable to reliably create shared libraries on AIX.
8817 *** Therefore, libtool is disabling shared libraries support. If you
8818 *** really care for shared libraries, you may want to modify your PATH
8819 *** so that a non-GNU linker is found, and then restart.
8821 _LT_EOF
8825 amigaos*)
8826 case $host_cpu in
8827 powerpc)
8828 # see comment about AmigaOS4 .so support
8829 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8830 archive_expsym_cmds=''
8832 m68k)
8833 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)'
8834 hardcode_libdir_flag_spec='-L$libdir'
8835 hardcode_minus_L=yes
8837 esac
8840 beos*)
8841 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8842 allow_undefined_flag=unsupported
8843 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8844 # support --undefined. This deserves some investigation. FIXME
8845 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8846 else
8847 ld_shlibs=no
8851 cygwin* | mingw* | pw32* | cegcc*)
8852 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8853 # as there is no search path for DLLs.
8854 hardcode_libdir_flag_spec='-L$libdir'
8855 allow_undefined_flag=unsupported
8856 always_export_symbols=no
8857 enable_shared_with_static_runtimes=yes
8858 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8860 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8861 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8862 # If the export-symbols file already is a .def file (1st line
8863 # is EXPORTS), use it as is; otherwise, prepend...
8864 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8865 cp $export_symbols $output_objdir/$soname.def;
8866 else
8867 echo EXPORTS > $output_objdir/$soname.def;
8868 cat $export_symbols >> $output_objdir/$soname.def;
8870 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8871 else
8872 ld_shlibs=no
8876 interix[3-9]*)
8877 hardcode_direct=no
8878 hardcode_shlibpath_var=no
8879 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8880 export_dynamic_flag_spec='${wl}-E'
8881 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8882 # Instead, shared libraries are loaded at an image base (0x10000000 by
8883 # default) and relocated if they conflict, which is a slow very memory
8884 # consuming and fragmenting process. To avoid this, we pick a random,
8885 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8886 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8887 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8888 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'
8891 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8892 tmp_diet=no
8893 if test "$host_os" = linux-dietlibc; then
8894 case $cc_basename in
8895 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8896 esac
8898 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8899 && test "$tmp_diet" = no
8900 then
8901 tmp_addflag=
8902 tmp_sharedflag='-shared'
8903 case $cc_basename,$host_cpu in
8904 pgcc*) # Portland Group C compiler
8905 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8906 tmp_addflag=' $pic_flag'
8908 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8909 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8910 tmp_addflag=' $pic_flag -Mnomain' ;;
8911 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8912 tmp_addflag=' -i_dynamic' ;;
8913 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8914 tmp_addflag=' -i_dynamic -nofor_main' ;;
8915 ifc* | ifort*) # Intel Fortran compiler
8916 tmp_addflag=' -nofor_main' ;;
8917 lf95*) # Lahey Fortran 8.1
8918 whole_archive_flag_spec=
8919 tmp_sharedflag='--shared' ;;
8920 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8921 tmp_sharedflag='-qmkshrobj'
8922 tmp_addflag= ;;
8923 esac
8924 case `$CC -V 2>&1 | sed 5q` in
8925 *Sun\ C*) # Sun C 5.9
8926 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8927 compiler_needs_object=yes
8928 tmp_sharedflag='-G' ;;
8929 *Sun\ F*) # Sun Fortran 8.3
8930 tmp_sharedflag='-G' ;;
8931 esac
8932 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8934 if test "x$supports_anon_versioning" = xyes; then
8935 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8936 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8937 echo "local: *; };" >> $output_objdir/$libname.ver~
8938 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8941 case $cc_basename in
8942 xlf*)
8943 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8944 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8945 hardcode_libdir_flag_spec=
8946 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8947 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8948 if test "x$supports_anon_versioning" = xyes; then
8949 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8950 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8951 echo "local: *; };" >> $output_objdir/$libname.ver~
8952 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8955 esac
8956 else
8957 ld_shlibs=no
8961 netbsd*)
8962 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8963 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8964 wlarc=
8965 else
8966 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8967 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8971 solaris*)
8972 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8973 ld_shlibs=no
8974 cat <<_LT_EOF 1>&2
8976 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8977 *** create shared libraries on Solaris systems. Therefore, libtool
8978 *** is disabling shared libraries support. We urge you to upgrade GNU
8979 *** binutils to release 2.9.1 or newer. Another option is to modify
8980 *** your PATH or compiler configuration so that the native linker is
8981 *** used, and then restart.
8983 _LT_EOF
8984 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8987 else
8988 ld_shlibs=no
8992 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8993 case `$LD -v 2>&1` in
8994 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8995 ld_shlibs=no
8996 cat <<_LT_EOF 1>&2
8998 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8999 *** reliably create shared libraries on SCO systems. Therefore, libtool
9000 *** is disabling shared libraries support. We urge you to upgrade GNU
9001 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9002 *** your PATH or compiler configuration so that the native linker is
9003 *** used, and then restart.
9005 _LT_EOF
9008 # For security reasons, it is highly recommended that you always
9009 # use absolute paths for naming shared libraries, and exclude the
9010 # DT_RUNPATH tag from executables and libraries. But doing so
9011 # requires that you compile everything twice, which is a pain.
9012 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9013 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9014 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9015 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9016 else
9017 ld_shlibs=no
9020 esac
9023 sunos4*)
9024 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9025 wlarc=
9026 hardcode_direct=yes
9027 hardcode_shlibpath_var=no
9031 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9032 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9033 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9034 else
9035 ld_shlibs=no
9038 esac
9040 if test "$ld_shlibs" = no; then
9041 runpath_var=
9042 hardcode_libdir_flag_spec=
9043 export_dynamic_flag_spec=
9044 whole_archive_flag_spec=
9046 else
9047 # PORTME fill in a description of your system's linker (not GNU ld)
9048 case $host_os in
9049 aix3*)
9050 allow_undefined_flag=unsupported
9051 always_export_symbols=yes
9052 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'
9053 # Note: this linker hardcodes the directories in LIBPATH if there
9054 # are no directories specified by -L.
9055 hardcode_minus_L=yes
9056 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9057 # Neither direct hardcoding nor static linking is supported with a
9058 # broken collect2.
9059 hardcode_direct=unsupported
9063 aix[4-9]*)
9064 if test "$host_cpu" = ia64; then
9065 # On IA64, the linker does run time linking by default, so we don't
9066 # have to do anything special.
9067 aix_use_runtimelinking=no
9068 exp_sym_flag='-Bexport'
9069 no_entry_flag=""
9070 else
9071 # If we're using GNU nm, then we don't want the "-C" option.
9072 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9073 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9074 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9075 else
9076 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9078 aix_use_runtimelinking=no
9080 # Test if we are trying to use run time linking or normal
9081 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9082 # need to do runtime linking.
9083 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9084 for ld_flag in $LDFLAGS; do
9085 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9086 aix_use_runtimelinking=yes
9087 break
9089 done
9091 esac
9093 exp_sym_flag='-bexport'
9094 no_entry_flag='-bnoentry'
9097 # When large executables or shared objects are built, AIX ld can
9098 # have problems creating the table of contents. If linking a library
9099 # or program results in "error TOC overflow" add -mminimal-toc to
9100 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9101 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9103 archive_cmds=''
9104 hardcode_direct=yes
9105 hardcode_direct_absolute=yes
9106 hardcode_libdir_separator=':'
9107 link_all_deplibs=yes
9108 file_list_spec='${wl}-f,'
9110 if test "$GCC" = yes; then
9111 case $host_os in aix4.[012]|aix4.[012].*)
9112 # We only want to do this on AIX 4.2 and lower, the check
9113 # below for broken collect2 doesn't work under 4.3+
9114 collect2name=`${CC} -print-prog-name=collect2`
9115 if test -f "$collect2name" &&
9116 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9117 then
9118 # We have reworked collect2
9120 else
9121 # We have old collect2
9122 hardcode_direct=unsupported
9123 # It fails to find uninstalled libraries when the uninstalled
9124 # path is not listed in the libpath. Setting hardcode_minus_L
9125 # to unsupported forces relinking
9126 hardcode_minus_L=yes
9127 hardcode_libdir_flag_spec='-L$libdir'
9128 hardcode_libdir_separator=
9131 esac
9132 shared_flag='-shared'
9133 if test "$aix_use_runtimelinking" = yes; then
9134 shared_flag="$shared_flag "'${wl}-G'
9136 else
9137 # not using gcc
9138 if test "$host_cpu" = ia64; then
9139 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9140 # chokes on -Wl,-G. The following line is correct:
9141 shared_flag='-G'
9142 else
9143 if test "$aix_use_runtimelinking" = yes; then
9144 shared_flag='${wl}-G'
9145 else
9146 shared_flag='${wl}-bM:SRE'
9151 export_dynamic_flag_spec='${wl}-bexpall'
9152 # It seems that -bexpall does not export symbols beginning with
9153 # underscore (_), so it is better to generate a list of symbols to export.
9154 always_export_symbols=yes
9155 if test "$aix_use_runtimelinking" = yes; then
9156 # Warning - without using the other runtime loading flags (-brtl),
9157 # -berok will link without error, but may produce a broken library.
9158 allow_undefined_flag='-berok'
9159 # Determine the default libpath from the value encoded in an
9160 # empty executable.
9161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9162 /* end confdefs.h. */
9165 main ()
9169 return 0;
9171 _ACEOF
9172 if ac_fn_c_try_link "$LINENO"; then :
9174 lt_aix_libpath_sed='
9175 /Import File Strings/,/^$/ {
9176 /^0/ {
9177 s/^0 *\(.*\)$/\1/
9181 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9182 # Check for a 64-bit object if we didn't find anything.
9183 if test -z "$aix_libpath"; then
9184 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9187 rm -f core conftest.err conftest.$ac_objext \
9188 conftest$ac_exeext conftest.$ac_ext
9189 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9191 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9192 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9193 else
9194 if test "$host_cpu" = ia64; then
9195 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9196 allow_undefined_flag="-z nodefs"
9197 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"
9198 else
9199 # Determine the default libpath from the value encoded in an
9200 # empty executable.
9201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9202 /* end confdefs.h. */
9205 main ()
9209 return 0;
9211 _ACEOF
9212 if ac_fn_c_try_link "$LINENO"; then :
9214 lt_aix_libpath_sed='
9215 /Import File Strings/,/^$/ {
9216 /^0/ {
9217 s/^0 *\(.*\)$/\1/
9221 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9222 # Check for a 64-bit object if we didn't find anything.
9223 if test -z "$aix_libpath"; then
9224 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9227 rm -f core conftest.err conftest.$ac_objext \
9228 conftest$ac_exeext conftest.$ac_ext
9229 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9231 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9232 # Warning - without using the other run time loading flags,
9233 # -berok will link without error, but may produce a broken library.
9234 no_undefined_flag=' ${wl}-bernotok'
9235 allow_undefined_flag=' ${wl}-berok'
9236 # Exported symbols can be pulled into shared objects from archives
9237 whole_archive_flag_spec='$convenience'
9238 archive_cmds_need_lc=yes
9239 # This is similar to how AIX traditionally builds its shared libraries.
9240 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'
9245 amigaos*)
9246 case $host_cpu in
9247 powerpc)
9248 # see comment about AmigaOS4 .so support
9249 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9250 archive_expsym_cmds=''
9252 m68k)
9253 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)'
9254 hardcode_libdir_flag_spec='-L$libdir'
9255 hardcode_minus_L=yes
9257 esac
9260 bsdi[45]*)
9261 export_dynamic_flag_spec=-rdynamic
9264 cygwin* | mingw* | pw32* | cegcc*)
9265 # When not using gcc, we currently assume that we are using
9266 # Microsoft Visual C++.
9267 # hardcode_libdir_flag_spec is actually meaningless, as there is
9268 # no search path for DLLs.
9269 hardcode_libdir_flag_spec=' '
9270 allow_undefined_flag=unsupported
9271 # Tell ltmain to make .lib files, not .a files.
9272 libext=lib
9273 # Tell ltmain to make .dll files, not .so files.
9274 shrext_cmds=".dll"
9275 # FIXME: Setting linknames here is a bad hack.
9276 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9277 # The linker will automatically build a .lib file if we build a DLL.
9278 old_archive_from_new_cmds='true'
9279 # FIXME: Should let the user specify the lib program.
9280 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9281 fix_srcfile_path='`cygpath -w "$srcfile"`'
9282 enable_shared_with_static_runtimes=yes
9285 darwin* | rhapsody*)
9288 archive_cmds_need_lc=no
9289 hardcode_direct=no
9290 hardcode_automatic=yes
9291 hardcode_shlibpath_var=unsupported
9292 whole_archive_flag_spec=''
9293 link_all_deplibs=yes
9294 allow_undefined_flag="$_lt_dar_allow_undefined"
9295 case $cc_basename in
9296 ifort*) _lt_dar_can_shared=yes ;;
9297 *) _lt_dar_can_shared=$GCC ;;
9298 esac
9299 if test "$_lt_dar_can_shared" = "yes"; then
9300 output_verbose_link_cmd=echo
9301 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9302 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9303 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}"
9304 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}"
9306 else
9307 ld_shlibs=no
9312 dgux*)
9313 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9314 hardcode_libdir_flag_spec='-L$libdir'
9315 hardcode_shlibpath_var=no
9318 freebsd1*)
9319 ld_shlibs=no
9322 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9323 # support. Future versions do this automatically, but an explicit c++rt0.o
9324 # does not break anything, and helps significantly (at the cost of a little
9325 # extra space).
9326 freebsd2.2*)
9327 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9328 hardcode_libdir_flag_spec='-R$libdir'
9329 hardcode_direct=yes
9330 hardcode_shlibpath_var=no
9333 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9334 freebsd2*)
9335 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9336 hardcode_direct=yes
9337 hardcode_minus_L=yes
9338 hardcode_shlibpath_var=no
9341 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9342 freebsd* | dragonfly*)
9343 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9344 hardcode_libdir_flag_spec='-R$libdir'
9345 hardcode_direct=yes
9346 hardcode_shlibpath_var=no
9349 hpux9*)
9350 if test "$GCC" = yes; then
9351 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'
9352 else
9353 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'
9355 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9356 hardcode_libdir_separator=:
9357 hardcode_direct=yes
9359 # hardcode_minus_L: Not really in the search PATH,
9360 # but as the default location of the library.
9361 hardcode_minus_L=yes
9362 export_dynamic_flag_spec='${wl}-E'
9365 hpux10*)
9366 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9367 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9368 else
9369 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9371 if test "$with_gnu_ld" = no; then
9372 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9373 hardcode_libdir_flag_spec_ld='+b $libdir'
9374 hardcode_libdir_separator=:
9375 hardcode_direct=yes
9376 hardcode_direct_absolute=yes
9377 export_dynamic_flag_spec='${wl}-E'
9378 # hardcode_minus_L: Not really in the search PATH,
9379 # but as the default location of the library.
9380 hardcode_minus_L=yes
9384 hpux11*)
9385 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9386 case $host_cpu in
9387 hppa*64*)
9388 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9390 ia64*)
9391 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9394 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9396 esac
9397 else
9398 case $host_cpu in
9399 hppa*64*)
9400 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9402 ia64*)
9403 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9406 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9408 esac
9410 if test "$with_gnu_ld" = no; then
9411 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9412 hardcode_libdir_separator=:
9414 case $host_cpu in
9415 hppa*64*|ia64*)
9416 hardcode_direct=no
9417 hardcode_shlibpath_var=no
9420 hardcode_direct=yes
9421 hardcode_direct_absolute=yes
9422 export_dynamic_flag_spec='${wl}-E'
9424 # hardcode_minus_L: Not really in the search PATH,
9425 # but as the default location of the library.
9426 hardcode_minus_L=yes
9428 esac
9432 irix5* | irix6* | nonstopux*)
9433 if test "$GCC" = yes; then
9434 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9435 # Try to use the -exported_symbol ld option, if it does not
9436 # work, assume that -exports_file does not work either and
9437 # implicitly export all symbols.
9438 save_LDFLAGS="$LDFLAGS"
9439 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9441 /* end confdefs.h. */
9442 int foo(void) {}
9443 _ACEOF
9444 if ac_fn_c_try_link "$LINENO"; then :
9445 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9448 rm -f core conftest.err conftest.$ac_objext \
9449 conftest$ac_exeext conftest.$ac_ext
9450 LDFLAGS="$save_LDFLAGS"
9451 else
9452 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9453 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9455 archive_cmds_need_lc='no'
9456 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9457 hardcode_libdir_separator=:
9458 inherit_rpath=yes
9459 link_all_deplibs=yes
9462 netbsd*)
9463 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9464 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9465 else
9466 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9468 hardcode_libdir_flag_spec='-R$libdir'
9469 hardcode_direct=yes
9470 hardcode_shlibpath_var=no
9473 newsos6)
9474 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9475 hardcode_direct=yes
9476 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9477 hardcode_libdir_separator=:
9478 hardcode_shlibpath_var=no
9481 *nto* | *qnx*)
9484 openbsd*)
9485 if test -f /usr/libexec/ld.so; then
9486 hardcode_direct=yes
9487 hardcode_shlibpath_var=no
9488 hardcode_direct_absolute=yes
9489 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9490 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9491 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9492 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9493 export_dynamic_flag_spec='${wl}-E'
9494 else
9495 case $host_os in
9496 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9497 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9498 hardcode_libdir_flag_spec='-R$libdir'
9501 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9502 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9504 esac
9506 else
9507 ld_shlibs=no
9511 os2*)
9512 hardcode_libdir_flag_spec='-L$libdir'
9513 hardcode_minus_L=yes
9514 allow_undefined_flag=unsupported
9515 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'
9516 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9519 osf3*)
9520 if test "$GCC" = yes; then
9521 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9522 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9523 else
9524 allow_undefined_flag=' -expect_unresolved \*'
9525 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9527 archive_cmds_need_lc='no'
9528 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9529 hardcode_libdir_separator=:
9532 osf4* | osf5*) # as osf3* with the addition of -msym flag
9533 if test "$GCC" = yes; then
9534 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9535 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9536 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9537 else
9538 allow_undefined_flag=' -expect_unresolved \*'
9539 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9540 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~
9541 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9543 # Both c and cxx compiler support -rpath directly
9544 hardcode_libdir_flag_spec='-rpath $libdir'
9546 archive_cmds_need_lc='no'
9547 hardcode_libdir_separator=:
9550 solaris*)
9551 no_undefined_flag=' -z defs'
9552 if test "$GCC" = yes; then
9553 wlarc='${wl}'
9554 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9555 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9556 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9557 else
9558 case `$CC -V 2>&1` in
9559 *"Compilers 5.0"*)
9560 wlarc=''
9561 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9562 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9563 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9566 wlarc='${wl}'
9567 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9568 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9569 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9571 esac
9573 hardcode_libdir_flag_spec='-R$libdir'
9574 hardcode_shlibpath_var=no
9575 case $host_os in
9576 solaris2.[0-5] | solaris2.[0-5].*) ;;
9578 # The compiler driver will combine and reorder linker options,
9579 # but understands `-z linker_flag'. GCC discards it without `$wl',
9580 # but is careful enough not to reorder.
9581 # Supported since Solaris 2.6 (maybe 2.5.1?)
9582 if test "$GCC" = yes; then
9583 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9584 else
9585 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9588 esac
9589 link_all_deplibs=yes
9592 sunos4*)
9593 if test "x$host_vendor" = xsequent; then
9594 # Use $CC to link under sequent, because it throws in some extra .o
9595 # files that make .init and .fini sections work.
9596 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9597 else
9598 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9600 hardcode_libdir_flag_spec='-L$libdir'
9601 hardcode_direct=yes
9602 hardcode_minus_L=yes
9603 hardcode_shlibpath_var=no
9606 sysv4)
9607 case $host_vendor in
9608 sni)
9609 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9610 hardcode_direct=yes # is this really true???
9612 siemens)
9613 ## LD is ld it makes a PLAMLIB
9614 ## CC just makes a GrossModule.
9615 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9616 reload_cmds='$CC -r -o $output$reload_objs'
9617 hardcode_direct=no
9619 motorola)
9620 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9621 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9623 esac
9624 runpath_var='LD_RUN_PATH'
9625 hardcode_shlibpath_var=no
9628 sysv4.3*)
9629 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9630 hardcode_shlibpath_var=no
9631 export_dynamic_flag_spec='-Bexport'
9634 sysv4*MP*)
9635 if test -d /usr/nec; then
9636 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9637 hardcode_shlibpath_var=no
9638 runpath_var=LD_RUN_PATH
9639 hardcode_runpath_var=yes
9640 ld_shlibs=yes
9644 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9645 no_undefined_flag='${wl}-z,text'
9646 archive_cmds_need_lc=no
9647 hardcode_shlibpath_var=no
9648 runpath_var='LD_RUN_PATH'
9650 if test "$GCC" = yes; then
9651 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9652 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 else
9654 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9655 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9659 sysv5* | sco3.2v5* | sco5v6*)
9660 # Note: We can NOT use -z defs as we might desire, because we do not
9661 # link with -lc, and that would cause any symbols used from libc to
9662 # always be unresolved, which means just about no library would
9663 # ever link correctly. If we're not using GNU ld we use -z text
9664 # though, which does catch some bad symbols but isn't as heavy-handed
9665 # as -z defs.
9666 no_undefined_flag='${wl}-z,text'
9667 allow_undefined_flag='${wl}-z,nodefs'
9668 archive_cmds_need_lc=no
9669 hardcode_shlibpath_var=no
9670 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9671 hardcode_libdir_separator=':'
9672 link_all_deplibs=yes
9673 export_dynamic_flag_spec='${wl}-Bexport'
9674 runpath_var='LD_RUN_PATH'
9676 if test "$GCC" = yes; then
9677 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9678 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9679 else
9680 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9681 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9685 uts4*)
9686 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9687 hardcode_libdir_flag_spec='-L$libdir'
9688 hardcode_shlibpath_var=no
9692 ld_shlibs=no
9694 esac
9696 if test x$host_vendor = xsni; then
9697 case $host in
9698 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9699 export_dynamic_flag_spec='${wl}-Blargedynsym'
9701 esac
9705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9706 $as_echo "$ld_shlibs" >&6; }
9707 test "$ld_shlibs" = no && can_build_shared=no
9709 with_gnu_ld=$with_gnu_ld
9726 # Do we need to explicitly link libc?
9728 case "x$archive_cmds_need_lc" in
9729 x|xyes)
9730 # Assume -lc should be added
9731 archive_cmds_need_lc=yes
9733 if test "$enable_shared" = yes && test "$GCC" = yes; then
9734 case $archive_cmds in
9735 *'~'*)
9736 # FIXME: we may have to deal with multi-command sequences.
9738 '$CC '*)
9739 # Test whether the compiler implicitly links with -lc since on some
9740 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9741 # to ld, don't add -lc before -lgcc.
9742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9743 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9744 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9745 $as_echo_n "(cached) " >&6
9746 else
9747 $RM conftest*
9748 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9750 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9751 (eval $ac_compile) 2>&5
9752 ac_status=$?
9753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9754 test $ac_status = 0; } 2>conftest.err; then
9755 soname=conftest
9756 lib=conftest
9757 libobjs=conftest.$ac_objext
9758 deplibs=
9759 wl=$lt_prog_compiler_wl
9760 pic_flag=$lt_prog_compiler_pic
9761 compiler_flags=-v
9762 linker_flags=-v
9763 verstring=
9764 output_objdir=.
9765 libname=conftest
9766 lt_save_allow_undefined_flag=$allow_undefined_flag
9767 allow_undefined_flag=
9768 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9769 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9770 ac_status=$?
9771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9772 test $ac_status = 0; }
9773 then
9774 lt_cv_archive_cmds_need_lc=no
9775 else
9776 lt_cv_archive_cmds_need_lc=yes
9778 allow_undefined_flag=$lt_save_allow_undefined_flag
9779 else
9780 cat conftest.err 1>&5
9782 $RM conftest*
9785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9786 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9787 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9789 esac
9792 esac
9950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9951 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9953 if test "$GCC" = yes; then
9954 case $host_os in
9955 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9956 *) lt_awk_arg="/^libraries:/" ;;
9957 esac
9958 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9959 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9960 # if the path contains ";" then we assume it to be the separator
9961 # otherwise default to the standard path separator (i.e. ":") - it is
9962 # assumed that no part of a normal pathname contains ";" but that should
9963 # okay in the real world where ";" in dirpaths is itself problematic.
9964 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9965 else
9966 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9968 # Ok, now we have the path, separated by spaces, we can step through it
9969 # and add multilib dir if necessary.
9970 lt_tmp_lt_search_path_spec=
9971 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9972 for lt_sys_path in $lt_search_path_spec; do
9973 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9974 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9975 else
9976 test -d "$lt_sys_path" && \
9977 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9979 done
9980 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9981 BEGIN {RS=" "; FS="/|\n";} {
9982 lt_foo="";
9983 lt_count=0;
9984 for (lt_i = NF; lt_i > 0; lt_i--) {
9985 if ($lt_i != "" && $lt_i != ".") {
9986 if ($lt_i == "..") {
9987 lt_count++;
9988 } else {
9989 if (lt_count == 0) {
9990 lt_foo="/" $lt_i lt_foo;
9991 } else {
9992 lt_count--;
9997 if (lt_foo != "") { lt_freq[lt_foo]++; }
9998 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10000 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
10001 else
10002 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10004 library_names_spec=
10005 libname_spec='lib$name'
10006 soname_spec=
10007 shrext_cmds=".so"
10008 postinstall_cmds=
10009 postuninstall_cmds=
10010 finish_cmds=
10011 finish_eval=
10012 shlibpath_var=
10013 shlibpath_overrides_runpath=unknown
10014 version_type=none
10015 dynamic_linker="$host_os ld.so"
10016 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10017 need_lib_prefix=unknown
10018 hardcode_into_libs=no
10020 # when you set need_version to no, make sure it does not cause -set_version
10021 # flags to be left without arguments
10022 need_version=unknown
10024 case $host_os in
10025 aix3*)
10026 version_type=linux
10027 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10028 shlibpath_var=LIBPATH
10030 # AIX 3 has no versioning support, so we append a major version to the name.
10031 soname_spec='${libname}${release}${shared_ext}$major'
10034 aix[4-9]*)
10035 version_type=linux
10036 need_lib_prefix=no
10037 need_version=no
10038 hardcode_into_libs=yes
10039 if test "$host_cpu" = ia64; then
10040 # AIX 5 supports IA64
10041 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10042 shlibpath_var=LD_LIBRARY_PATH
10043 else
10044 # With GCC up to 2.95.x, collect2 would create an import file
10045 # for dependence libraries. The import file would start with
10046 # the line `#! .'. This would cause the generated library to
10047 # depend on `.', always an invalid library. This was fixed in
10048 # development snapshots of GCC prior to 3.0.
10049 case $host_os in
10050 aix4 | aix4.[01] | aix4.[01].*)
10051 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10052 echo ' yes '
10053 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10055 else
10056 can_build_shared=no
10059 esac
10060 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10061 # soname into executable. Probably we can add versioning support to
10062 # collect2, so additional links can be useful in future.
10063 if test "$aix_use_runtimelinking" = yes; then
10064 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10065 # instead of lib<name>.a to let people know that these are not
10066 # typical AIX shared libraries.
10067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10068 else
10069 # We preserve .a as extension for shared libraries through AIX4.2
10070 # and later when we are not doing run time linking.
10071 library_names_spec='${libname}${release}.a $libname.a'
10072 soname_spec='${libname}${release}${shared_ext}$major'
10074 shlibpath_var=LIBPATH
10078 amigaos*)
10079 case $host_cpu in
10080 powerpc)
10081 # Since July 2007 AmigaOS4 officially supports .so libraries.
10082 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10083 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10085 m68k)
10086 library_names_spec='$libname.ixlibrary $libname.a'
10087 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10088 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
10090 esac
10093 beos*)
10094 library_names_spec='${libname}${shared_ext}'
10095 dynamic_linker="$host_os ld.so"
10096 shlibpath_var=LIBRARY_PATH
10099 bsdi[45]*)
10100 version_type=linux
10101 need_version=no
10102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10103 soname_spec='${libname}${release}${shared_ext}$major'
10104 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10105 shlibpath_var=LD_LIBRARY_PATH
10106 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10107 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10108 # the default ld.so.conf also contains /usr/contrib/lib and
10109 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10110 # libtool to hard-code these into programs
10113 cygwin* | mingw* | pw32* | cegcc*)
10114 version_type=windows
10115 shrext_cmds=".dll"
10116 need_version=no
10117 need_lib_prefix=no
10119 case $GCC,$host_os in
10120 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10121 library_names_spec='$libname.dll.a'
10122 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10123 postinstall_cmds='base_file=`basename \${file}`~
10124 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10125 dldir=$destdir/`dirname \$dlpath`~
10126 test -d \$dldir || mkdir -p \$dldir~
10127 $install_prog $dir/$dlname \$dldir/$dlname~
10128 chmod a+x \$dldir/$dlname~
10129 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10130 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10132 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10133 dlpath=$dir/\$dldll~
10134 $RM \$dlpath'
10135 shlibpath_overrides_runpath=yes
10137 case $host_os in
10138 cygwin*)
10139 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10140 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10141 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
10143 mingw* | cegcc*)
10144 # MinGW DLLs use traditional 'lib' prefix
10145 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10146 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10147 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10148 # It is most probably a Windows format PATH printed by
10149 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10150 # path with ; separators, and with drive letters. We can handle the
10151 # drive letters (cygwin fileutils understands them), so leave them,
10152 # especially as we might pass files found there to a mingw objdump,
10153 # which wouldn't understand a cygwinified path. Ahh.
10154 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10155 else
10156 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10159 pw32*)
10160 # pw32 DLLs use 'pw' prefix rather than 'lib'
10161 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10163 esac
10167 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10169 esac
10170 dynamic_linker='Win32 ld.exe'
10171 # FIXME: first we should search . and the directory the executable is in
10172 shlibpath_var=PATH
10175 darwin* | rhapsody*)
10176 dynamic_linker="$host_os dyld"
10177 version_type=darwin
10178 need_lib_prefix=no
10179 need_version=no
10180 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10181 soname_spec='${libname}${release}${major}$shared_ext'
10182 shlibpath_overrides_runpath=yes
10183 shlibpath_var=DYLD_LIBRARY_PATH
10184 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10186 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10187 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10190 dgux*)
10191 version_type=linux
10192 need_lib_prefix=no
10193 need_version=no
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10195 soname_spec='${libname}${release}${shared_ext}$major'
10196 shlibpath_var=LD_LIBRARY_PATH
10199 freebsd1*)
10200 dynamic_linker=no
10203 freebsd* | dragonfly*)
10204 # DragonFly does not have aout. When/if they implement a new
10205 # versioning mechanism, adjust this.
10206 if test -x /usr/bin/objformat; then
10207 objformat=`/usr/bin/objformat`
10208 else
10209 case $host_os in
10210 freebsd[123]*) objformat=aout ;;
10211 *) objformat=elf ;;
10212 esac
10214 version_type=freebsd-$objformat
10215 case $version_type in
10216 freebsd-elf*)
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10218 need_version=no
10219 need_lib_prefix=no
10221 freebsd-*)
10222 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10223 need_version=yes
10225 esac
10226 shlibpath_var=LD_LIBRARY_PATH
10227 case $host_os in
10228 freebsd2*)
10229 shlibpath_overrides_runpath=yes
10231 freebsd3.[01]* | freebsdelf3.[01]*)
10232 shlibpath_overrides_runpath=yes
10233 hardcode_into_libs=yes
10235 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10236 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10237 shlibpath_overrides_runpath=no
10238 hardcode_into_libs=yes
10240 *) # from 4.6 on, and DragonFly
10241 shlibpath_overrides_runpath=yes
10242 hardcode_into_libs=yes
10244 esac
10247 gnu*)
10248 version_type=linux
10249 need_lib_prefix=no
10250 need_version=no
10251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10252 soname_spec='${libname}${release}${shared_ext}$major'
10253 shlibpath_var=LD_LIBRARY_PATH
10254 hardcode_into_libs=yes
10257 hpux9* | hpux10* | hpux11*)
10258 # Give a soname corresponding to the major version so that dld.sl refuses to
10259 # link against other versions.
10260 version_type=sunos
10261 need_lib_prefix=no
10262 need_version=no
10263 case $host_cpu in
10264 ia64*)
10265 shrext_cmds='.so'
10266 hardcode_into_libs=yes
10267 dynamic_linker="$host_os dld.so"
10268 shlibpath_var=LD_LIBRARY_PATH
10269 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10270 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10271 soname_spec='${libname}${release}${shared_ext}$major'
10272 if test "X$HPUX_IA64_MODE" = X32; then
10273 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10274 else
10275 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10277 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10279 hppa*64*)
10280 shrext_cmds='.sl'
10281 hardcode_into_libs=yes
10282 dynamic_linker="$host_os dld.sl"
10283 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10284 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10285 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10286 soname_spec='${libname}${release}${shared_ext}$major'
10287 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10288 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10291 shrext_cmds='.sl'
10292 dynamic_linker="$host_os dld.sl"
10293 shlibpath_var=SHLIB_PATH
10294 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10296 soname_spec='${libname}${release}${shared_ext}$major'
10298 esac
10299 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10300 postinstall_cmds='chmod 555 $lib'
10303 interix[3-9]*)
10304 version_type=linux
10305 need_lib_prefix=no
10306 need_version=no
10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10308 soname_spec='${libname}${release}${shared_ext}$major'
10309 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10310 shlibpath_var=LD_LIBRARY_PATH
10311 shlibpath_overrides_runpath=no
10312 hardcode_into_libs=yes
10315 irix5* | irix6* | nonstopux*)
10316 case $host_os in
10317 nonstopux*) version_type=nonstopux ;;
10319 if test "$lt_cv_prog_gnu_ld" = yes; then
10320 version_type=linux
10321 else
10322 version_type=irix
10323 fi ;;
10324 esac
10325 need_lib_prefix=no
10326 need_version=no
10327 soname_spec='${libname}${release}${shared_ext}$major'
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10329 case $host_os in
10330 irix5* | nonstopux*)
10331 libsuff= shlibsuff=
10334 case $LD in # libtool.m4 will add one of these switches to LD
10335 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10336 libsuff= shlibsuff= libmagic=32-bit;;
10337 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10338 libsuff=32 shlibsuff=N32 libmagic=N32;;
10339 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10340 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10341 *) libsuff= shlibsuff= libmagic=never-match;;
10342 esac
10344 esac
10345 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10346 shlibpath_overrides_runpath=no
10347 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10348 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10349 hardcode_into_libs=yes
10352 # No shared lib support for Linux oldld, aout, or coff.
10353 linux*oldld* | linux*aout* | linux*coff*)
10354 dynamic_linker=no
10357 # This must be Linux ELF.
10358 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10359 version_type=linux
10360 need_lib_prefix=no
10361 need_version=no
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10363 soname_spec='${libname}${release}${shared_ext}$major'
10364 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 shlibpath_overrides_runpath=no
10368 # Some binutils ld are patched to set DT_RUNPATH
10369 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10370 $as_echo_n "(cached) " >&6
10371 else
10372 lt_cv_shlibpath_overrides_runpath=no
10373 save_LDFLAGS=$LDFLAGS
10374 save_libdir=$libdir
10375 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10376 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10378 /* end confdefs.h. */
10381 main ()
10385 return 0;
10387 _ACEOF
10388 if ac_fn_c_try_link "$LINENO"; then :
10389 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10390 lt_cv_shlibpath_overrides_runpath=yes
10393 rm -f core conftest.err conftest.$ac_objext \
10394 conftest$ac_exeext conftest.$ac_ext
10395 LDFLAGS=$save_LDFLAGS
10396 libdir=$save_libdir
10400 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10402 # This implies no fast_install, which is unacceptable.
10403 # Some rework will be needed to allow for fast_install
10404 # before this can be enabled.
10405 hardcode_into_libs=yes
10407 # Append ld.so.conf contents to the search path
10408 if test -f /etc/ld.so.conf; then
10409 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;/^$/d' | tr '\n' ' '`
10410 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10413 # We used to test for /lib/ld.so.1 and disable shared libraries on
10414 # powerpc, because MkLinux only supported shared libraries with the
10415 # GNU dynamic linker. Since this was broken with cross compilers,
10416 # most powerpc-linux boxes support dynamic linking these days and
10417 # people can always --disable-shared, the test was removed, and we
10418 # assume the GNU/Linux dynamic linker is in use.
10419 dynamic_linker='GNU/Linux ld.so'
10422 netbsd*)
10423 version_type=sunos
10424 need_lib_prefix=no
10425 need_version=no
10426 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10428 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10429 dynamic_linker='NetBSD (a.out) ld.so'
10430 else
10431 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10432 soname_spec='${libname}${release}${shared_ext}$major'
10433 dynamic_linker='NetBSD ld.elf_so'
10435 shlibpath_var=LD_LIBRARY_PATH
10436 shlibpath_overrides_runpath=yes
10437 hardcode_into_libs=yes
10440 newsos6)
10441 version_type=linux
10442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes
10447 *nto* | *qnx*)
10448 version_type=qnx
10449 need_lib_prefix=no
10450 need_version=no
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10452 soname_spec='${libname}${release}${shared_ext}$major'
10453 shlibpath_var=LD_LIBRARY_PATH
10454 shlibpath_overrides_runpath=no
10455 hardcode_into_libs=yes
10456 dynamic_linker='ldqnx.so'
10459 openbsd*)
10460 version_type=sunos
10461 sys_lib_dlsearch_path_spec="/usr/lib"
10462 need_lib_prefix=no
10463 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10464 case $host_os in
10465 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10466 *) need_version=no ;;
10467 esac
10468 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10469 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10470 shlibpath_var=LD_LIBRARY_PATH
10471 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10472 case $host_os in
10473 openbsd2.[89] | openbsd2.[89].*)
10474 shlibpath_overrides_runpath=no
10477 shlibpath_overrides_runpath=yes
10479 esac
10480 else
10481 shlibpath_overrides_runpath=yes
10485 os2*)
10486 libname_spec='$name'
10487 shrext_cmds=".dll"
10488 need_lib_prefix=no
10489 library_names_spec='$libname${shared_ext} $libname.a'
10490 dynamic_linker='OS/2 ld.exe'
10491 shlibpath_var=LIBPATH
10494 osf3* | osf4* | osf5*)
10495 version_type=osf
10496 need_lib_prefix=no
10497 need_version=no
10498 soname_spec='${libname}${release}${shared_ext}$major'
10499 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10500 shlibpath_var=LD_LIBRARY_PATH
10501 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10502 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10505 rdos*)
10506 dynamic_linker=no
10509 solaris*)
10510 version_type=linux
10511 need_lib_prefix=no
10512 need_version=no
10513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10514 soname_spec='${libname}${release}${shared_ext}$major'
10515 shlibpath_var=LD_LIBRARY_PATH
10516 shlibpath_overrides_runpath=yes
10517 hardcode_into_libs=yes
10518 # ldd complains unless libraries are executable
10519 postinstall_cmds='chmod +x $lib'
10522 sunos4*)
10523 version_type=sunos
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10525 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10526 shlibpath_var=LD_LIBRARY_PATH
10527 shlibpath_overrides_runpath=yes
10528 if test "$with_gnu_ld" = yes; then
10529 need_lib_prefix=no
10531 need_version=yes
10534 sysv4 | sysv4.3*)
10535 version_type=linux
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10537 soname_spec='${libname}${release}${shared_ext}$major'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 case $host_vendor in
10540 sni)
10541 shlibpath_overrides_runpath=no
10542 need_lib_prefix=no
10543 runpath_var=LD_RUN_PATH
10545 siemens)
10546 need_lib_prefix=no
10548 motorola)
10549 need_lib_prefix=no
10550 need_version=no
10551 shlibpath_overrides_runpath=no
10552 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10554 esac
10557 sysv4*MP*)
10558 if test -d /usr/nec ;then
10559 version_type=linux
10560 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10561 soname_spec='$libname${shared_ext}.$major'
10562 shlibpath_var=LD_LIBRARY_PATH
10566 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10567 version_type=freebsd-elf
10568 need_lib_prefix=no
10569 need_version=no
10570 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10571 soname_spec='${libname}${release}${shared_ext}$major'
10572 shlibpath_var=LD_LIBRARY_PATH
10573 shlibpath_overrides_runpath=yes
10574 hardcode_into_libs=yes
10575 if test "$with_gnu_ld" = yes; then
10576 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10577 else
10578 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10579 case $host_os in
10580 sco3.2v5*)
10581 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10583 esac
10585 sys_lib_dlsearch_path_spec='/usr/lib'
10588 tpf*)
10589 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10590 version_type=linux
10591 need_lib_prefix=no
10592 need_version=no
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10594 shlibpath_var=LD_LIBRARY_PATH
10595 shlibpath_overrides_runpath=no
10596 hardcode_into_libs=yes
10599 uts4*)
10600 version_type=linux
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602 soname_spec='${libname}${release}${shared_ext}$major'
10603 shlibpath_var=LD_LIBRARY_PATH
10607 dynamic_linker=no
10609 esac
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10611 $as_echo "$dynamic_linker" >&6; }
10612 test "$dynamic_linker" = no && can_build_shared=no
10614 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10615 if test "$GCC" = yes; then
10616 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10619 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10620 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10622 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10623 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10713 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10714 hardcode_action=
10715 if test -n "$hardcode_libdir_flag_spec" ||
10716 test -n "$runpath_var" ||
10717 test "X$hardcode_automatic" = "Xyes" ; then
10719 # We can hardcode non-existent directories.
10720 if test "$hardcode_direct" != no &&
10721 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10722 # have to relink, otherwise we might link with an installed library
10723 # when we should be linking with a yet-to-be-installed one
10724 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10725 test "$hardcode_minus_L" != no; then
10726 # Linking always hardcodes the temporary library directory.
10727 hardcode_action=relink
10728 else
10729 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10730 hardcode_action=immediate
10732 else
10733 # We cannot hardcode anything, or else we can only hardcode existing
10734 # directories.
10735 hardcode_action=unsupported
10737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10738 $as_echo "$hardcode_action" >&6; }
10740 if test "$hardcode_action" = relink ||
10741 test "$inherit_rpath" = yes; then
10742 # Fast installation is not supported
10743 enable_fast_install=no
10744 elif test "$shlibpath_overrides_runpath" = yes ||
10745 test "$enable_shared" = no; then
10746 # Fast installation is not necessary
10747 enable_fast_install=needless
10755 if test "x$enable_dlopen" != xyes; then
10756 enable_dlopen=unknown
10757 enable_dlopen_self=unknown
10758 enable_dlopen_self_static=unknown
10759 else
10760 lt_cv_dlopen=no
10761 lt_cv_dlopen_libs=
10763 case $host_os in
10764 beos*)
10765 lt_cv_dlopen="load_add_on"
10766 lt_cv_dlopen_libs=
10767 lt_cv_dlopen_self=yes
10770 mingw* | pw32* | cegcc*)
10771 lt_cv_dlopen="LoadLibrary"
10772 lt_cv_dlopen_libs=
10775 cygwin*)
10776 lt_cv_dlopen="dlopen"
10777 lt_cv_dlopen_libs=
10780 darwin*)
10781 # if libdl is installed we need to link against it
10782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10783 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10784 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10785 $as_echo_n "(cached) " >&6
10786 else
10787 ac_check_lib_save_LIBS=$LIBS
10788 LIBS="-ldl $LIBS"
10789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10790 /* end confdefs.h. */
10792 /* Override any GCC internal prototype to avoid an error.
10793 Use char because int might match the return type of a GCC
10794 builtin and then its argument prototype would still apply. */
10795 #ifdef __cplusplus
10796 extern "C"
10797 #endif
10798 char dlopen ();
10800 main ()
10802 return dlopen ();
10804 return 0;
10806 _ACEOF
10807 if ac_fn_c_try_link "$LINENO"; then :
10808 ac_cv_lib_dl_dlopen=yes
10809 else
10810 ac_cv_lib_dl_dlopen=no
10812 rm -f core conftest.err conftest.$ac_objext \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_lib_save_LIBS
10816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10817 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10818 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10819 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10820 else
10822 lt_cv_dlopen="dyld"
10823 lt_cv_dlopen_libs=
10824 lt_cv_dlopen_self=yes
10831 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10832 if test "x$ac_cv_func_shl_load" = x""yes; then :
10833 lt_cv_dlopen="shl_load"
10834 else
10835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10836 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10837 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10838 $as_echo_n "(cached) " >&6
10839 else
10840 ac_check_lib_save_LIBS=$LIBS
10841 LIBS="-ldld $LIBS"
10842 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10843 /* end confdefs.h. */
10845 /* Override any GCC internal prototype to avoid an error.
10846 Use char because int might match the return type of a GCC
10847 builtin and then its argument prototype would still apply. */
10848 #ifdef __cplusplus
10849 extern "C"
10850 #endif
10851 char shl_load ();
10853 main ()
10855 return shl_load ();
10857 return 0;
10859 _ACEOF
10860 if ac_fn_c_try_link "$LINENO"; then :
10861 ac_cv_lib_dld_shl_load=yes
10862 else
10863 ac_cv_lib_dld_shl_load=no
10865 rm -f core conftest.err conftest.$ac_objext \
10866 conftest$ac_exeext conftest.$ac_ext
10867 LIBS=$ac_check_lib_save_LIBS
10869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10870 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10871 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10872 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10873 else
10874 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10875 if test "x$ac_cv_func_dlopen" = x""yes; then :
10876 lt_cv_dlopen="dlopen"
10877 else
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10879 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10880 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10881 $as_echo_n "(cached) " >&6
10882 else
10883 ac_check_lib_save_LIBS=$LIBS
10884 LIBS="-ldl $LIBS"
10885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10886 /* end confdefs.h. */
10888 /* Override any GCC internal prototype to avoid an error.
10889 Use char because int might match the return type of a GCC
10890 builtin and then its argument prototype would still apply. */
10891 #ifdef __cplusplus
10892 extern "C"
10893 #endif
10894 char dlopen ();
10896 main ()
10898 return dlopen ();
10900 return 0;
10902 _ACEOF
10903 if ac_fn_c_try_link "$LINENO"; then :
10904 ac_cv_lib_dl_dlopen=yes
10905 else
10906 ac_cv_lib_dl_dlopen=no
10908 rm -f core conftest.err conftest.$ac_objext \
10909 conftest$ac_exeext conftest.$ac_ext
10910 LIBS=$ac_check_lib_save_LIBS
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10913 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10914 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10915 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10916 else
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10918 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10919 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10920 $as_echo_n "(cached) " >&6
10921 else
10922 ac_check_lib_save_LIBS=$LIBS
10923 LIBS="-lsvld $LIBS"
10924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10925 /* end confdefs.h. */
10927 /* Override any GCC internal prototype to avoid an error.
10928 Use char because int might match the return type of a GCC
10929 builtin and then its argument prototype would still apply. */
10930 #ifdef __cplusplus
10931 extern "C"
10932 #endif
10933 char dlopen ();
10935 main ()
10937 return dlopen ();
10939 return 0;
10941 _ACEOF
10942 if ac_fn_c_try_link "$LINENO"; then :
10943 ac_cv_lib_svld_dlopen=yes
10944 else
10945 ac_cv_lib_svld_dlopen=no
10947 rm -f core conftest.err conftest.$ac_objext \
10948 conftest$ac_exeext conftest.$ac_ext
10949 LIBS=$ac_check_lib_save_LIBS
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10952 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10953 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10954 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10955 else
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10957 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10958 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10959 $as_echo_n "(cached) " >&6
10960 else
10961 ac_check_lib_save_LIBS=$LIBS
10962 LIBS="-ldld $LIBS"
10963 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char dld_link ();
10974 main ()
10976 return dld_link ();
10978 return 0;
10980 _ACEOF
10981 if ac_fn_c_try_link "$LINENO"; then :
10982 ac_cv_lib_dld_dld_link=yes
10983 else
10984 ac_cv_lib_dld_dld_link=no
10986 rm -f core conftest.err conftest.$ac_objext \
10987 conftest$ac_exeext conftest.$ac_ext
10988 LIBS=$ac_check_lib_save_LIBS
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10991 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10992 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10993 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11012 esac
11014 if test "x$lt_cv_dlopen" != xno; then
11015 enable_dlopen=yes
11016 else
11017 enable_dlopen=no
11020 case $lt_cv_dlopen in
11021 dlopen)
11022 save_CPPFLAGS="$CPPFLAGS"
11023 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11025 save_LDFLAGS="$LDFLAGS"
11026 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11028 save_LIBS="$LIBS"
11029 LIBS="$lt_cv_dlopen_libs $LIBS"
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11032 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11033 if test "${lt_cv_dlopen_self+set}" = set; then :
11034 $as_echo_n "(cached) " >&6
11035 else
11036 if test "$cross_compiling" = yes; then :
11037 lt_cv_dlopen_self=cross
11038 else
11039 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11040 lt_status=$lt_dlunknown
11041 cat > conftest.$ac_ext <<_LT_EOF
11042 #line 11042 "configure"
11043 #include "confdefs.h"
11045 #if HAVE_DLFCN_H
11046 #include <dlfcn.h>
11047 #endif
11049 #include <stdio.h>
11051 #ifdef RTLD_GLOBAL
11052 # define LT_DLGLOBAL RTLD_GLOBAL
11053 #else
11054 # ifdef DL_GLOBAL
11055 # define LT_DLGLOBAL DL_GLOBAL
11056 # else
11057 # define LT_DLGLOBAL 0
11058 # endif
11059 #endif
11061 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11062 find out it does not work in some platform. */
11063 #ifndef LT_DLLAZY_OR_NOW
11064 # ifdef RTLD_LAZY
11065 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11066 # else
11067 # ifdef DL_LAZY
11068 # define LT_DLLAZY_OR_NOW DL_LAZY
11069 # else
11070 # ifdef RTLD_NOW
11071 # define LT_DLLAZY_OR_NOW RTLD_NOW
11072 # else
11073 # ifdef DL_NOW
11074 # define LT_DLLAZY_OR_NOW DL_NOW
11075 # else
11076 # define LT_DLLAZY_OR_NOW 0
11077 # endif
11078 # endif
11079 # endif
11080 # endif
11081 #endif
11083 void fnord() { int i=42;}
11084 int main ()
11086 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11087 int status = $lt_dlunknown;
11089 if (self)
11091 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11092 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11093 /* dlclose (self); */
11095 else
11096 puts (dlerror ());
11098 return status;
11100 _LT_EOF
11101 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11102 (eval $ac_link) 2>&5
11103 ac_status=$?
11104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11105 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11106 (./conftest; exit; ) >&5 2>/dev/null
11107 lt_status=$?
11108 case x$lt_status in
11109 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11110 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11111 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11112 esac
11113 else :
11114 # compilation failed
11115 lt_cv_dlopen_self=no
11118 rm -fr conftest*
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11123 $as_echo "$lt_cv_dlopen_self" >&6; }
11125 if test "x$lt_cv_dlopen_self" = xyes; then
11126 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11128 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11129 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11130 $as_echo_n "(cached) " >&6
11131 else
11132 if test "$cross_compiling" = yes; then :
11133 lt_cv_dlopen_self_static=cross
11134 else
11135 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11136 lt_status=$lt_dlunknown
11137 cat > conftest.$ac_ext <<_LT_EOF
11138 #line 11138 "configure"
11139 #include "confdefs.h"
11141 #if HAVE_DLFCN_H
11142 #include <dlfcn.h>
11143 #endif
11145 #include <stdio.h>
11147 #ifdef RTLD_GLOBAL
11148 # define LT_DLGLOBAL RTLD_GLOBAL
11149 #else
11150 # ifdef DL_GLOBAL
11151 # define LT_DLGLOBAL DL_GLOBAL
11152 # else
11153 # define LT_DLGLOBAL 0
11154 # endif
11155 #endif
11157 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11158 find out it does not work in some platform. */
11159 #ifndef LT_DLLAZY_OR_NOW
11160 # ifdef RTLD_LAZY
11161 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11162 # else
11163 # ifdef DL_LAZY
11164 # define LT_DLLAZY_OR_NOW DL_LAZY
11165 # else
11166 # ifdef RTLD_NOW
11167 # define LT_DLLAZY_OR_NOW RTLD_NOW
11168 # else
11169 # ifdef DL_NOW
11170 # define LT_DLLAZY_OR_NOW DL_NOW
11171 # else
11172 # define LT_DLLAZY_OR_NOW 0
11173 # endif
11174 # endif
11175 # endif
11176 # endif
11177 #endif
11179 void fnord() { int i=42;}
11180 int main ()
11182 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11183 int status = $lt_dlunknown;
11185 if (self)
11187 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11188 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11189 /* dlclose (self); */
11191 else
11192 puts (dlerror ());
11194 return status;
11196 _LT_EOF
11197 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11198 (eval $ac_link) 2>&5
11199 ac_status=$?
11200 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11201 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11202 (./conftest; exit; ) >&5 2>/dev/null
11203 lt_status=$?
11204 case x$lt_status in
11205 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11206 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11207 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11208 esac
11209 else :
11210 # compilation failed
11211 lt_cv_dlopen_self_static=no
11214 rm -fr conftest*
11218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11219 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11222 CPPFLAGS="$save_CPPFLAGS"
11223 LDFLAGS="$save_LDFLAGS"
11224 LIBS="$save_LIBS"
11226 esac
11228 case $lt_cv_dlopen_self in
11229 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11230 *) enable_dlopen_self=unknown ;;
11231 esac
11233 case $lt_cv_dlopen_self_static in
11234 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11235 *) enable_dlopen_self_static=unknown ;;
11236 esac
11255 striplib=
11256 old_striplib=
11257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11258 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11259 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11260 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11261 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11263 $as_echo "yes" >&6; }
11264 else
11265 # FIXME - insert some real tests, host_os isn't really good enough
11266 case $host_os in
11267 darwin*)
11268 if test -n "$STRIP" ; then
11269 striplib="$STRIP -x"
11270 old_striplib="$STRIP -S"
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11272 $as_echo "yes" >&6; }
11273 else
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11275 $as_echo "no" >&6; }
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11280 $as_echo "no" >&6; }
11282 esac
11296 # Report which library types will actually be built
11297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11298 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11300 $as_echo "$can_build_shared" >&6; }
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11303 $as_echo_n "checking whether to build shared libraries... " >&6; }
11304 test "$can_build_shared" = "no" && enable_shared=no
11306 # On AIX, shared libraries and static libraries use the same namespace, and
11307 # are all built from PIC.
11308 case $host_os in
11309 aix3*)
11310 test "$enable_shared" = yes && enable_static=no
11311 if test -n "$RANLIB"; then
11312 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11313 postinstall_cmds='$RANLIB $lib'
11317 aix[4-9]*)
11318 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11319 test "$enable_shared" = yes && enable_static=no
11322 esac
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11324 $as_echo "$enable_shared" >&6; }
11326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11327 $as_echo_n "checking whether to build static libraries... " >&6; }
11328 # Make sure either enable_shared or enable_static is yes.
11329 test "$enable_shared" = yes || enable_static=yes
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11331 $as_echo "$enable_static" >&6; }
11337 ac_ext=c
11338 ac_cpp='$CPP $CPPFLAGS'
11339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11343 CC="$lt_save_CC"
11357 ac_config_commands="$ac_config_commands libtool"
11362 # Only expand once:
11366 # Check whether --enable-targets was given.
11367 if test "${enable_targets+set}" = set; then :
11368 enableval=$enable_targets; case "${enableval}" in
11369 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11371 no) enable_targets= ;;
11372 *) enable_targets=$enableval ;;
11373 esac
11377 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11379 # Check whether --enable-werror was given.
11380 if test "${enable_werror+set}" = set; then :
11381 enableval=$enable_werror; case "${enableval}" in
11382 yes | y) ERROR_ON_WARNING="yes" ;;
11383 no | n) ERROR_ON_WARNING="no" ;;
11384 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11385 esac
11389 # Enable -Wno-format by default when using gcc on mingw
11390 case "${host}" in
11391 *-*-mingw32*)
11392 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11393 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11396 *) ;;
11397 esac
11399 # Enable -Werror by default when using gcc
11400 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11401 ERROR_ON_WARNING=yes
11404 NO_WERROR=
11405 if test "${ERROR_ON_WARNING}" = yes ; then
11406 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11407 NO_WERROR="-Wno-error"
11410 if test "${GCC}" = yes ; then
11411 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11414 # Check whether --enable-build-warnings was given.
11415 if test "${enable_build_warnings+set}" = set; then :
11416 enableval=$enable_build_warnings; case "${enableval}" in
11417 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11418 no) if test "${GCC}" = yes ; then
11419 WARN_CFLAGS="-w"
11420 fi;;
11421 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11422 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11423 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11424 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11425 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11426 esac
11430 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11431 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11438 ac_config_headers="$ac_config_headers config.h:config.in"
11441 if test -z "$target" ; then
11442 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11447 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11448 # Check whether --enable-maintainer-mode was given.
11449 if test "${enable_maintainer_mode+set}" = set; then :
11450 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11451 else
11452 USE_MAINTAINER_MODE=no
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11456 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11457 if test $USE_MAINTAINER_MODE = yes; then
11458 MAINTAINER_MODE_TRUE=
11459 MAINTAINER_MODE_FALSE='#'
11460 else
11461 MAINTAINER_MODE_TRUE='#'
11462 MAINTAINER_MODE_FALSE=
11465 MAINT=$MAINTAINER_MODE_TRUE
11468 case ${build_alias} in
11469 "") build_noncanonical=${build} ;;
11470 *) build_noncanonical=${build_alias} ;;
11471 esac
11473 case ${host_alias} in
11474 "") host_noncanonical=${build_noncanonical} ;;
11475 *) host_noncanonical=${host_alias} ;;
11476 esac
11478 case ${target_alias} in
11479 "") target_noncanonical=${host_noncanonical} ;;
11480 *) target_noncanonical=${target_alias} ;;
11481 esac
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11484 $as_echo_n "checking whether to install libbfd... " >&6; }
11485 # Check whether --enable-install-libbfd was given.
11486 if test "${enable_install_libbfd+set}" = set; then :
11487 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
11488 else
11489 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11490 install_libbfd_p=yes
11491 else
11492 install_libbfd_p=no
11496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11497 $as_echo "$install_libbfd_p" >&6; }
11498 if test $install_libbfd_p = yes; then
11499 INSTALL_LIBBFD_TRUE=
11500 INSTALL_LIBBFD_FALSE='#'
11501 else
11502 INSTALL_LIBBFD_TRUE='#'
11503 INSTALL_LIBBFD_FALSE=
11506 # Need _noncanonical variables for this.
11511 # libbfd.a is a host library containing target dependent code
11512 bfdlibdir='$(libdir)'
11513 bfdincludedir='$(includedir)'
11514 if test "${host}" != "${target}"; then
11515 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11516 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11526 # host-specific stuff:
11528 ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN"
11529 # If we haven't got the data from the intl directory,
11530 # assume NLS is disabled.
11531 USE_NLS=no
11532 LIBINTL=
11533 LIBINTL_DEP=
11534 INCINTL=
11535 XGETTEXT=
11536 GMSGFMT=
11537 POSUB=
11539 if test -f ../intl/config.intl; then
11540 . ../intl/config.intl
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11543 $as_echo_n "checking whether NLS is requested... " >&6; }
11544 if test x"$USE_NLS" != xyes; then
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11546 $as_echo "no" >&6; }
11547 else
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11549 $as_echo "yes" >&6; }
11551 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11555 $as_echo_n "checking for catalogs to be installed... " >&6; }
11556 # Look for .po and .gmo files in the source directory.
11557 CATALOGS=
11558 XLINGUAS=
11559 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11560 # If there aren't any .gmo files the shell will give us the
11561 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11562 # weeded out.
11563 case "$cat" in *\**)
11564 continue;;
11565 esac
11566 # The quadruple backslash is collapsed to a double backslash
11567 # by the backticks, then collapsed again by the double quotes,
11568 # leaving us with one backslash in the sed expression (right
11569 # before the dot that mustn't act as a wildcard).
11570 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11571 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11572 # The user is allowed to set LINGUAS to a list of languages to
11573 # install catalogs for. If it's empty that means "all of them."
11574 if test "x$LINGUAS" = x; then
11575 CATALOGS="$CATALOGS $cat"
11576 XLINGUAS="$XLINGUAS $lang"
11577 else
11578 case "$LINGUAS" in *$lang*)
11579 CATALOGS="$CATALOGS $cat"
11580 XLINGUAS="$XLINGUAS $lang"
11582 esac
11584 done
11585 LINGUAS="$XLINGUAS"
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11587 $as_echo "$LINGUAS" >&6; }
11590 DATADIRNAME=share
11592 INSTOBJEXT=.mo
11594 GENCAT=gencat
11596 CATOBJEXT=.gmo
11600 MKINSTALLDIRS=
11601 if test -n "$ac_aux_dir"; then
11602 case "$ac_aux_dir" in
11603 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11604 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11605 esac
11607 if test -z "$MKINSTALLDIRS"; then
11608 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11614 $as_echo_n "checking whether NLS is requested... " >&6; }
11615 # Check whether --enable-nls was given.
11616 if test "${enable_nls+set}" = set; then :
11617 enableval=$enable_nls; USE_NLS=$enableval
11618 else
11619 USE_NLS=yes
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11623 $as_echo "$USE_NLS" >&6; }
11630 # Prepare PATH_SEPARATOR.
11631 # The user is always right.
11632 if test "${PATH_SEPARATOR+set}" != set; then
11633 echo "#! /bin/sh" >conf$$.sh
11634 echo "exit 0" >>conf$$.sh
11635 chmod +x conf$$.sh
11636 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11637 PATH_SEPARATOR=';'
11638 else
11639 PATH_SEPARATOR=:
11641 rm -f conf$$.sh
11644 # Find out how to test for executable files. Don't use a zero-byte file,
11645 # as systems may use methods other than mode bits to determine executability.
11646 cat >conf$$.file <<_ASEOF
11647 #! /bin/sh
11648 exit 0
11649 _ASEOF
11650 chmod +x conf$$.file
11651 if test -x conf$$.file >/dev/null 2>&1; then
11652 ac_executable_p="test -x"
11653 else
11654 ac_executable_p="test -f"
11656 rm -f conf$$.file
11658 # Extract the first word of "msgfmt", so it can be a program name with args.
11659 set dummy msgfmt; ac_word=$2
11660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11661 $as_echo_n "checking for $ac_word... " >&6; }
11662 if test "${ac_cv_path_MSGFMT+set}" = set; then :
11663 $as_echo_n "(cached) " >&6
11664 else
11665 case "$MSGFMT" in
11666 [\\/]* | ?:[\\/]*)
11667 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11670 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11671 for ac_dir in $PATH; do
11672 IFS="$ac_save_IFS"
11673 test -z "$ac_dir" && ac_dir=.
11674 for ac_exec_ext in '' $ac_executable_extensions; do
11675 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11676 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11677 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11678 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11679 break 2
11682 done
11683 done
11684 IFS="$ac_save_IFS"
11685 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11687 esac
11689 MSGFMT="$ac_cv_path_MSGFMT"
11690 if test "$MSGFMT" != ":"; then
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11692 $as_echo "$MSGFMT" >&6; }
11693 else
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11695 $as_echo "no" >&6; }
11698 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11699 set dummy gmsgfmt; ac_word=$2
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11701 $as_echo_n "checking for $ac_word... " >&6; }
11702 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11703 $as_echo_n "(cached) " >&6
11704 else
11705 case $GMSGFMT in
11706 [\\/]* | ?:[\\/]*)
11707 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11711 for as_dir in $PATH
11713 IFS=$as_save_IFS
11714 test -z "$as_dir" && as_dir=.
11715 for ac_exec_ext in '' $ac_executable_extensions; do
11716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11717 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11719 break 2
11721 done
11722 done
11723 IFS=$as_save_IFS
11725 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11727 esac
11729 GMSGFMT=$ac_cv_path_GMSGFMT
11730 if test -n "$GMSGFMT"; then
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11732 $as_echo "$GMSGFMT" >&6; }
11733 else
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11735 $as_echo "no" >&6; }
11741 # Prepare PATH_SEPARATOR.
11742 # The user is always right.
11743 if test "${PATH_SEPARATOR+set}" != set; then
11744 echo "#! /bin/sh" >conf$$.sh
11745 echo "exit 0" >>conf$$.sh
11746 chmod +x conf$$.sh
11747 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11748 PATH_SEPARATOR=';'
11749 else
11750 PATH_SEPARATOR=:
11752 rm -f conf$$.sh
11755 # Find out how to test for executable files. Don't use a zero-byte file,
11756 # as systems may use methods other than mode bits to determine executability.
11757 cat >conf$$.file <<_ASEOF
11758 #! /bin/sh
11759 exit 0
11760 _ASEOF
11761 chmod +x conf$$.file
11762 if test -x conf$$.file >/dev/null 2>&1; then
11763 ac_executable_p="test -x"
11764 else
11765 ac_executable_p="test -f"
11767 rm -f conf$$.file
11769 # Extract the first word of "xgettext", so it can be a program name with args.
11770 set dummy xgettext; ac_word=$2
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11772 $as_echo_n "checking for $ac_word... " >&6; }
11773 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
11774 $as_echo_n "(cached) " >&6
11775 else
11776 case "$XGETTEXT" in
11777 [\\/]* | ?:[\\/]*)
11778 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11781 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11782 for ac_dir in $PATH; do
11783 IFS="$ac_save_IFS"
11784 test -z "$ac_dir" && ac_dir=.
11785 for ac_exec_ext in '' $ac_executable_extensions; do
11786 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11787 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11788 (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
11789 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11790 break 2
11793 done
11794 done
11795 IFS="$ac_save_IFS"
11796 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11798 esac
11800 XGETTEXT="$ac_cv_path_XGETTEXT"
11801 if test "$XGETTEXT" != ":"; then
11802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11803 $as_echo "$XGETTEXT" >&6; }
11804 else
11805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11806 $as_echo "no" >&6; }
11809 rm -f messages.po
11812 # Prepare PATH_SEPARATOR.
11813 # The user is always right.
11814 if test "${PATH_SEPARATOR+set}" != set; then
11815 echo "#! /bin/sh" >conf$$.sh
11816 echo "exit 0" >>conf$$.sh
11817 chmod +x conf$$.sh
11818 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11819 PATH_SEPARATOR=';'
11820 else
11821 PATH_SEPARATOR=:
11823 rm -f conf$$.sh
11826 # Find out how to test for executable files. Don't use a zero-byte file,
11827 # as systems may use methods other than mode bits to determine executability.
11828 cat >conf$$.file <<_ASEOF
11829 #! /bin/sh
11830 exit 0
11831 _ASEOF
11832 chmod +x conf$$.file
11833 if test -x conf$$.file >/dev/null 2>&1; then
11834 ac_executable_p="test -x"
11835 else
11836 ac_executable_p="test -f"
11838 rm -f conf$$.file
11840 # Extract the first word of "msgmerge", so it can be a program name with args.
11841 set dummy msgmerge; ac_word=$2
11842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11843 $as_echo_n "checking for $ac_word... " >&6; }
11844 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
11845 $as_echo_n "(cached) " >&6
11846 else
11847 case "$MSGMERGE" in
11848 [\\/]* | ?:[\\/]*)
11849 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
11852 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11853 for ac_dir in $PATH; do
11854 IFS="$ac_save_IFS"
11855 test -z "$ac_dir" && ac_dir=.
11856 for ac_exec_ext in '' $ac_executable_extensions; do
11857 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11858 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
11859 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
11860 break 2
11863 done
11864 done
11865 IFS="$ac_save_IFS"
11866 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
11868 esac
11870 MSGMERGE="$ac_cv_path_MSGMERGE"
11871 if test "$MSGMERGE" != ":"; then
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
11873 $as_echo "$MSGMERGE" >&6; }
11874 else
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11876 $as_echo "no" >&6; }
11880 if test "$GMSGFMT" != ":"; then
11881 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
11882 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11884 else
11885 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
11886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
11887 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
11888 GMSGFMT=":"
11892 if test "$XGETTEXT" != ":"; then
11893 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11894 (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
11896 else
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
11898 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
11899 XGETTEXT=":"
11901 rm -f messages.po
11904 ac_config_commands="$ac_config_commands default-1"
11908 . ${srcdir}/../bfd/configure.host
11910 # Put a plausible default for CC_FOR_BUILD in Makefile.
11911 if test -z "$CC_FOR_BUILD"; then
11912 if test "x$cross_compiling" = "xno"; then
11913 CC_FOR_BUILD='$(CC)'
11914 else
11915 CC_FOR_BUILD=gcc
11919 # Also set EXEEXT_FOR_BUILD.
11920 if test "x$cross_compiling" = "xno"; then
11921 EXEEXT_FOR_BUILD='$(EXEEXT)'
11922 else
11923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
11924 $as_echo_n "checking for build system executable suffix... " >&6; }
11925 if test "${bfd_cv_build_exeext+set}" = set; then :
11926 $as_echo_n "(cached) " >&6
11927 else
11928 rm -f conftest*
11929 echo 'int main () { return 0; }' > conftest.c
11930 bfd_cv_build_exeext=
11931 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
11932 for file in conftest.*; do
11933 case $file in
11934 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
11935 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
11936 esac
11937 done
11938 rm -f conftest*
11939 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
11942 $as_echo "$bfd_cv_build_exeext" >&6; }
11943 EXEEXT_FOR_BUILD=""
11944 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
11951 for ac_header in string.h strings.h stdlib.h limits.h
11952 do :
11953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11954 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11955 eval as_val=\$$as_ac_Header
11956 if test "x$as_val" = x""yes; then :
11957 cat >>confdefs.h <<_ACEOF
11958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11959 _ACEOF
11963 done
11966 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
11967 if test "x$ac_cv_have_decl_basename" = x""yes; then :
11968 ac_have_decl=1
11969 else
11970 ac_have_decl=0
11973 cat >>confdefs.h <<_ACEOF
11974 #define HAVE_DECL_BASENAME $ac_have_decl
11975 _ACEOF
11976 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
11977 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
11978 ac_have_decl=1
11979 else
11980 ac_have_decl=0
11983 cat >>confdefs.h <<_ACEOF
11984 #define HAVE_DECL_STPCPY $ac_have_decl
11985 _ACEOF
11988 cgen_maint=no
11989 cgendir='$(srcdir)/../cgen'
11991 # Check whether --enable-cgen-maint was given.
11992 if test "${enable_cgen_maint+set}" = set; then :
11993 enableval=$enable_cgen_maint; case "${enableval}" in
11994 yes) cgen_maint=yes ;;
11995 no) cgen_maint=no ;;
11997 # argument is cgen install directory (not implemented yet).
11998 # Having a `share' directory might be more appropriate for the .scm,
11999 # .cpu, etc. files.
12000 cgen_maint=yes
12001 cgendir=${cgen_maint}/lib/cgen
12003 esac
12005 if test x${cgen_maint} = xyes; then
12006 CGEN_MAINT_TRUE=
12007 CGEN_MAINT_FALSE='#'
12008 else
12009 CGEN_MAINT_TRUE='#'
12010 CGEN_MAINT_FALSE=
12015 using_cgen=no
12017 # Check if linker supports --as-needed and --no-as-needed options
12018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12019 $as_echo_n "checking linker --as-needed support... " >&6; }
12020 if test "${bfd_cv_ld_as_needed+set}" = set; then :
12021 $as_echo_n "(cached) " >&6
12022 else
12023 bfd_cv_ld_as_needed=no
12024 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12025 bfd_cv_ld_as_needed=yes
12029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12030 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12032 LIBM=
12033 case $host in
12034 *-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
12035 # These system don't have libm, or don't need it
12037 *-ncr-sysv4.3*)
12038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12039 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12040 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
12041 $as_echo_n "(cached) " >&6
12042 else
12043 ac_check_lib_save_LIBS=$LIBS
12044 LIBS="-lmw $LIBS"
12045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12046 /* end confdefs.h. */
12048 /* Override any GCC internal prototype to avoid an error.
12049 Use char because int might match the return type of a GCC
12050 builtin and then its argument prototype would still apply. */
12051 #ifdef __cplusplus
12052 extern "C"
12053 #endif
12054 char _mwvalidcheckl ();
12056 main ()
12058 return _mwvalidcheckl ();
12060 return 0;
12062 _ACEOF
12063 if ac_fn_c_try_link "$LINENO"; then :
12064 ac_cv_lib_mw__mwvalidcheckl=yes
12065 else
12066 ac_cv_lib_mw__mwvalidcheckl=no
12068 rm -f core conftest.err conftest.$ac_objext \
12069 conftest$ac_exeext conftest.$ac_ext
12070 LIBS=$ac_check_lib_save_LIBS
12072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12073 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12074 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
12075 LIBM="-lmw"
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12079 $as_echo_n "checking for cos in -lm... " >&6; }
12080 if test "${ac_cv_lib_m_cos+set}" = set; then :
12081 $as_echo_n "(cached) " >&6
12082 else
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-lm $LIBS"
12085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12086 /* end confdefs.h. */
12088 /* Override any GCC internal prototype to avoid an error.
12089 Use char because int might match the return type of a GCC
12090 builtin and then its argument prototype would still apply. */
12091 #ifdef __cplusplus
12092 extern "C"
12093 #endif
12094 char cos ();
12096 main ()
12098 return cos ();
12100 return 0;
12102 _ACEOF
12103 if ac_fn_c_try_link "$LINENO"; then :
12104 ac_cv_lib_m_cos=yes
12105 else
12106 ac_cv_lib_m_cos=no
12108 rm -f core conftest.err conftest.$ac_objext \
12109 conftest$ac_exeext conftest.$ac_ext
12110 LIBS=$ac_check_lib_save_LIBS
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12113 $as_echo "$ac_cv_lib_m_cos" >&6; }
12114 if test "x$ac_cv_lib_m_cos" = x""yes; then :
12115 LIBM="$LIBM -lm"
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12121 $as_echo_n "checking for cos in -lm... " >&6; }
12122 if test "${ac_cv_lib_m_cos+set}" = set; then :
12123 $as_echo_n "(cached) " >&6
12124 else
12125 ac_check_lib_save_LIBS=$LIBS
12126 LIBS="-lm $LIBS"
12127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12128 /* end confdefs.h. */
12130 /* Override any GCC internal prototype to avoid an error.
12131 Use char because int might match the return type of a GCC
12132 builtin and then its argument prototype would still apply. */
12133 #ifdef __cplusplus
12134 extern "C"
12135 #endif
12136 char cos ();
12138 main ()
12140 return cos ();
12142 return 0;
12144 _ACEOF
12145 if ac_fn_c_try_link "$LINENO"; then :
12146 ac_cv_lib_m_cos=yes
12147 else
12148 ac_cv_lib_m_cos=no
12150 rm -f core conftest.err conftest.$ac_objext \
12151 conftest$ac_exeext conftest.$ac_ext
12152 LIBS=$ac_check_lib_save_LIBS
12154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12155 $as_echo "$ac_cv_lib_m_cos" >&6; }
12156 if test "x$ac_cv_lib_m_cos" = x""yes; then :
12157 LIBM="-lm"
12161 esac
12165 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12166 SHARED_LDFLAGS=
12167 SHARED_LIBADD=
12168 SHARED_DEPENDENCIES=
12169 if test "$enable_shared" = "yes"; then
12170 # When building a shared libopcodes, link against the pic version of libiberty
12171 # so that apps that use libopcodes won't need libiberty just to satisfy any
12172 # libopcodes references.
12173 # We can't do that if a pic libiberty is unavailable since including non-pic
12174 # code would insert text relocations into libopcodes.
12175 # Note that linking against libbfd as we do here, which is itself linked
12176 # against libiberty, may not satisfy all the libopcodes libiberty references
12177 # since libbfd may not pull in the entirety of libiberty.
12178 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12179 if test -n "$x"; then
12180 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12183 case "${host}" in
12184 *-*-cygwin*)
12185 SHARED_LDFLAGS="-no-undefined"
12186 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12188 *-*-darwin*)
12189 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12190 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12193 case "$host_vendor" in
12195 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12198 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12200 esac
12201 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12203 esac
12205 if test -n "$SHARED_LIBADD"; then
12206 if test -n "$LIBM"; then
12207 if test x"$bfd_cv_ld_as_needed" = xyes; then
12208 # Link against libm only when needed. Put -lc, -lm inside -Wl
12209 # to stop libtool reordering these options.
12210 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12211 else
12212 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12221 # target-specific stuff:
12223 # Canonicalize the secondary target names.
12224 if test -n "$enable_targets" ; then
12225 for targ in `echo $enable_targets | sed 's/,/ /g'`
12227 result=`$ac_config_sub $targ 2>/dev/null`
12228 if test -n "$result" ; then
12229 canon_targets="$canon_targets $result"
12230 else
12231 # Allow targets that config.sub doesn't recognize, like "all".
12232 canon_targets="$canon_targets $targ"
12234 done
12237 all_targets=false
12238 selarchs=
12239 for targ in $target $canon_targets
12241 if test "x$targ" = "xall" ; then
12242 all_targets=true
12243 else
12244 . $srcdir/../bfd/config.bfd
12245 selarchs="$selarchs $targ_archs"
12247 done
12249 # Utility var, documents generic cgen support files.
12251 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12253 # We don't do any links based on the target system, just makefile config.
12255 if test x${all_targets} = xfalse ; then
12257 # Target architecture .o files.
12260 for arch in $selarchs
12262 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12263 archdefs="$archdefs -DARCH_$ad"
12264 case "$arch" in
12265 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12266 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12267 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12268 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12269 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12270 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12271 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12272 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12273 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12274 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12275 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12276 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12277 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12278 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12279 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12280 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
12281 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12282 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;;
12283 bfd_i386_arch|bfd_l1om_arch)
12284 ta="$ta i386-dis.lo i386-opc.lo" ;;
12285 bfd_i860_arch) ta="$ta i860-dis.lo" ;;
12286 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
12287 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12288 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12289 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12290 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 ;;
12291 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12292 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 ;;
12293 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12294 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12295 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12296 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
12297 bfd_maxq_arch) ta="$ta maxq-dis.lo" ;;
12298 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12299 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12300 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12301 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo" ;;
12302 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12303 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12304 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12305 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12306 bfd_msp430_arch) ta="$ta msp430-dis.lo" ;;
12307 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12308 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openrisc-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;;
12309 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;;
12310 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12311 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12312 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12313 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12314 bfd_pyramid_arch) ;;
12315 bfd_romp_arch) ;;
12316 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12317 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12318 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12319 bfd_sh_arch)
12320 # We can't decide what we want just from the CPU family.
12321 # We want SH5 support unless a specific version of sh is
12322 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
12323 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12324 for t in $target $canon_targets; do
12325 case $t in
12326 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
12327 sh-*-linux* | shl-*-linux*)
12328 ta="$ta sh64-dis.lo sh64-opc.lo"
12329 archdefs="$archdefs -DINCLUDE_SHMEDIA"
12330 break;;
12331 esac;
12332 done
12333 ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12334 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12335 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12336 bfd_tahoe_arch) ;;
12337 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12338 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12339 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12340 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12341 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12342 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12343 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12344 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12345 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
12346 bfd_we32k_arch) ;;
12347 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12348 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12349 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12350 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12351 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12353 "") ;;
12354 *) as_fn_error "*** unknown target architecture $arch" "$LINENO" 5 ;;
12355 esac
12356 done
12358 if test $using_cgen = yes ; then
12359 ta="$ta $cgen_files"
12362 # Weed out duplicate .o files.
12363 f=""
12364 for i in $ta ; do
12365 case " $f " in
12366 *" $i "*) ;;
12367 *) f="$f $i" ;;
12368 esac
12369 done
12370 ta="$f"
12372 # And duplicate -D flags.
12373 f=""
12374 for i in $archdefs ; do
12375 case " $f " in
12376 *" $i "*) ;;
12377 *) f="$f $i" ;;
12378 esac
12379 done
12380 archdefs="$f"
12382 BFD_MACHINES="$ta"
12384 else # all_targets is true
12385 archdefs=-DARCH_all
12386 BFD_MACHINES='$(ALL_MACHINES)'
12392 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12394 cat >confcache <<\_ACEOF
12395 # This file is a shell script that caches the results of configure
12396 # tests run on this system so they can be shared between configure
12397 # scripts and configure runs, see configure's option --config-cache.
12398 # It is not useful on other systems. If it contains results you don't
12399 # want to keep, you may remove or edit it.
12401 # config.status only pays attention to the cache file if you give it
12402 # the --recheck option to rerun configure.
12404 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12405 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12406 # following values.
12408 _ACEOF
12410 # The following way of writing the cache mishandles newlines in values,
12411 # but we know of no workaround that is simple, portable, and efficient.
12412 # So, we kill variables containing newlines.
12413 # Ultrix sh set writes to stderr and can't be redirected directly,
12414 # and sets the high bit in the cache file unless we assign to the vars.
12416 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12417 eval ac_val=\$$ac_var
12418 case $ac_val in #(
12419 *${as_nl}*)
12420 case $ac_var in #(
12421 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12422 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12423 esac
12424 case $ac_var in #(
12425 _ | IFS | as_nl) ;; #(
12426 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12427 *) { eval $ac_var=; unset $ac_var;} ;;
12428 esac ;;
12429 esac
12430 done
12432 (set) 2>&1 |
12433 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12434 *${as_nl}ac_space=\ *)
12435 # `set' does not quote correctly, so add quotes: double-quote
12436 # substitution turns \\\\ into \\, and sed turns \\ into \.
12437 sed -n \
12438 "s/'/'\\\\''/g;
12439 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12440 ;; #(
12442 # `set' quotes correctly as required by POSIX, so do not add quotes.
12443 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12445 esac |
12446 sort
12448 sed '
12449 /^ac_cv_env_/b end
12450 t clear
12451 :clear
12452 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12453 t end
12454 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12455 :end' >>confcache
12456 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12457 if test -w "$cache_file"; then
12458 test "x$cache_file" != "x/dev/null" &&
12459 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12460 $as_echo "$as_me: updating cache $cache_file" >&6;}
12461 cat confcache >$cache_file
12462 else
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12464 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12467 rm -f confcache
12469 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12470 # Let make expand exec_prefix.
12471 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12473 DEFS=-DHAVE_CONFIG_H
12475 ac_libobjs=
12476 ac_ltlibobjs=
12477 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12478 # 1. Remove the extension, and $U if already installed.
12479 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12480 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12481 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12482 # will be set to the directory where LIBOBJS objects are built.
12483 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12484 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12485 done
12486 LIBOBJS=$ac_libobjs
12488 LTLIBOBJS=$ac_ltlibobjs
12491 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12492 as_fn_error "conditional \"AMDEP\" was never defined.
12493 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12495 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12496 as_fn_error "conditional \"am__fastdepCC\" was never defined.
12497 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12499 if test -n "$EXEEXT"; then
12500 am__EXEEXT_TRUE=
12501 am__EXEEXT_FALSE='#'
12502 else
12503 am__EXEEXT_TRUE='#'
12504 am__EXEEXT_FALSE=
12507 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12508 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
12509 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12511 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12512 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
12513 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12515 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12516 as_fn_error "conditional \"CGEN_MAINT\" was never defined.
12517 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12520 : ${CONFIG_STATUS=./config.status}
12521 ac_write_fail=0
12522 ac_clean_files_save=$ac_clean_files
12523 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12525 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12526 as_write_fail=0
12527 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12528 #! $SHELL
12529 # Generated by $as_me.
12530 # Run this file to recreate the current configuration.
12531 # Compiler output produced by configure, useful for debugging
12532 # configure, is in config.log if it exists.
12534 debug=false
12535 ac_cs_recheck=false
12536 ac_cs_silent=false
12538 SHELL=\${CONFIG_SHELL-$SHELL}
12539 export SHELL
12540 _ASEOF
12541 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12542 ## -------------------- ##
12543 ## M4sh Initialization. ##
12544 ## -------------------- ##
12546 # Be more Bourne compatible
12547 DUALCASE=1; export DUALCASE # for MKS sh
12548 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12549 emulate sh
12550 NULLCMD=:
12551 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12552 # is contrary to our usage. Disable this feature.
12553 alias -g '${1+"$@"}'='"$@"'
12554 setopt NO_GLOB_SUBST
12555 else
12556 case `(set -o) 2>/dev/null` in #(
12557 *posix*) :
12558 set -o posix ;; #(
12559 *) :
12561 esac
12565 as_nl='
12567 export as_nl
12568 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12569 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12570 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12571 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12572 # Prefer a ksh shell builtin over an external printf program on Solaris,
12573 # but without wasting forks for bash or zsh.
12574 if test -z "$BASH_VERSION$ZSH_VERSION" \
12575 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12576 as_echo='print -r --'
12577 as_echo_n='print -rn --'
12578 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12579 as_echo='printf %s\n'
12580 as_echo_n='printf %s'
12581 else
12582 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12583 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12584 as_echo_n='/usr/ucb/echo -n'
12585 else
12586 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12587 as_echo_n_body='eval
12588 arg=$1;
12589 case $arg in #(
12590 *"$as_nl"*)
12591 expr "X$arg" : "X\\(.*\\)$as_nl";
12592 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12593 esac;
12594 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12596 export as_echo_n_body
12597 as_echo_n='sh -c $as_echo_n_body as_echo'
12599 export as_echo_body
12600 as_echo='sh -c $as_echo_body as_echo'
12603 # The user is always right.
12604 if test "${PATH_SEPARATOR+set}" != set; then
12605 PATH_SEPARATOR=:
12606 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12607 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12608 PATH_SEPARATOR=';'
12613 # IFS
12614 # We need space, tab and new line, in precisely that order. Quoting is
12615 # there to prevent editors from complaining about space-tab.
12616 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12617 # splitting by setting IFS to empty value.)
12618 IFS=" "" $as_nl"
12620 # Find who we are. Look in the path if we contain no directory separator.
12621 case $0 in #((
12622 *[\\/]* ) as_myself=$0 ;;
12623 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12624 for as_dir in $PATH
12626 IFS=$as_save_IFS
12627 test -z "$as_dir" && as_dir=.
12628 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12629 done
12630 IFS=$as_save_IFS
12633 esac
12634 # We did not find ourselves, most probably we were run as `sh COMMAND'
12635 # in which case we are not to be found in the path.
12636 if test "x$as_myself" = x; then
12637 as_myself=$0
12639 if test ! -f "$as_myself"; then
12640 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12641 exit 1
12644 # Unset variables that we do not need and which cause bugs (e.g. in
12645 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12646 # suppresses any "Segmentation fault" message there. '((' could
12647 # trigger a bug in pdksh 5.2.14.
12648 for as_var in BASH_ENV ENV MAIL MAILPATH
12649 do eval test x\${$as_var+set} = xset \
12650 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12651 done
12652 PS1='$ '
12653 PS2='> '
12654 PS4='+ '
12656 # NLS nuisances.
12657 LC_ALL=C
12658 export LC_ALL
12659 LANGUAGE=C
12660 export LANGUAGE
12662 # CDPATH.
12663 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12666 # as_fn_error ERROR [LINENO LOG_FD]
12667 # ---------------------------------
12668 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12669 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12670 # script with status $?, using 1 if that was 0.
12671 as_fn_error ()
12673 as_status=$?; test $as_status -eq 0 && as_status=1
12674 if test "$3"; then
12675 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12676 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
12678 $as_echo "$as_me: error: $1" >&2
12679 as_fn_exit $as_status
12680 } # as_fn_error
12683 # as_fn_set_status STATUS
12684 # -----------------------
12685 # Set $? to STATUS, without forking.
12686 as_fn_set_status ()
12688 return $1
12689 } # as_fn_set_status
12691 # as_fn_exit STATUS
12692 # -----------------
12693 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12694 as_fn_exit ()
12696 set +e
12697 as_fn_set_status $1
12698 exit $1
12699 } # as_fn_exit
12701 # as_fn_unset VAR
12702 # ---------------
12703 # Portably unset VAR.
12704 as_fn_unset ()
12706 { eval $1=; unset $1;}
12708 as_unset=as_fn_unset
12709 # as_fn_append VAR VALUE
12710 # ----------------------
12711 # Append the text in VALUE to the end of the definition contained in VAR. Take
12712 # advantage of any shell optimizations that allow amortized linear growth over
12713 # repeated appends, instead of the typical quadratic growth present in naive
12714 # implementations.
12715 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12716 eval 'as_fn_append ()
12718 eval $1+=\$2
12720 else
12721 as_fn_append ()
12723 eval $1=\$$1\$2
12725 fi # as_fn_append
12727 # as_fn_arith ARG...
12728 # ------------------
12729 # Perform arithmetic evaluation on the ARGs, and store the result in the
12730 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12731 # must be portable across $(()) and expr.
12732 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12733 eval 'as_fn_arith ()
12735 as_val=$(( $* ))
12737 else
12738 as_fn_arith ()
12740 as_val=`expr "$@" || test $? -eq 1`
12742 fi # as_fn_arith
12745 if expr a : '\(a\)' >/dev/null 2>&1 &&
12746 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12747 as_expr=expr
12748 else
12749 as_expr=false
12752 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12753 as_basename=basename
12754 else
12755 as_basename=false
12758 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12759 as_dirname=dirname
12760 else
12761 as_dirname=false
12764 as_me=`$as_basename -- "$0" ||
12765 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12766 X"$0" : 'X\(//\)$' \| \
12767 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12768 $as_echo X/"$0" |
12769 sed '/^.*\/\([^/][^/]*\)\/*$/{
12770 s//\1/
12773 /^X\/\(\/\/\)$/{
12774 s//\1/
12777 /^X\/\(\/\).*/{
12778 s//\1/
12781 s/.*/./; q'`
12783 # Avoid depending upon Character Ranges.
12784 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12785 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12786 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12787 as_cr_digits='0123456789'
12788 as_cr_alnum=$as_cr_Letters$as_cr_digits
12790 ECHO_C= ECHO_N= ECHO_T=
12791 case `echo -n x` in #(((((
12792 -n*)
12793 case `echo 'xy\c'` in
12794 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12795 xy) ECHO_C='\c';;
12796 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12797 ECHO_T=' ';;
12798 esac;;
12800 ECHO_N='-n';;
12801 esac
12803 rm -f conf$$ conf$$.exe conf$$.file
12804 if test -d conf$$.dir; then
12805 rm -f conf$$.dir/conf$$.file
12806 else
12807 rm -f conf$$.dir
12808 mkdir conf$$.dir 2>/dev/null
12810 if (echo >conf$$.file) 2>/dev/null; then
12811 if ln -s conf$$.file conf$$ 2>/dev/null; then
12812 as_ln_s='ln -s'
12813 # ... but there are two gotchas:
12814 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12815 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12816 # In both cases, we have to default to `cp -p'.
12817 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12818 as_ln_s='cp -p'
12819 elif ln conf$$.file conf$$ 2>/dev/null; then
12820 as_ln_s=ln
12821 else
12822 as_ln_s='cp -p'
12824 else
12825 as_ln_s='cp -p'
12827 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12828 rmdir conf$$.dir 2>/dev/null
12831 # as_fn_mkdir_p
12832 # -------------
12833 # Create "$as_dir" as a directory, including parents if necessary.
12834 as_fn_mkdir_p ()
12837 case $as_dir in #(
12838 -*) as_dir=./$as_dir;;
12839 esac
12840 test -d "$as_dir" || eval $as_mkdir_p || {
12841 as_dirs=
12842 while :; do
12843 case $as_dir in #(
12844 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12845 *) as_qdir=$as_dir;;
12846 esac
12847 as_dirs="'$as_qdir' $as_dirs"
12848 as_dir=`$as_dirname -- "$as_dir" ||
12849 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12850 X"$as_dir" : 'X\(//\)[^/]' \| \
12851 X"$as_dir" : 'X\(//\)$' \| \
12852 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12853 $as_echo X"$as_dir" |
12854 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12855 s//\1/
12858 /^X\(\/\/\)[^/].*/{
12859 s//\1/
12862 /^X\(\/\/\)$/{
12863 s//\1/
12866 /^X\(\/\).*/{
12867 s//\1/
12870 s/.*/./; q'`
12871 test -d "$as_dir" && break
12872 done
12873 test -z "$as_dirs" || eval "mkdir $as_dirs"
12874 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
12877 } # as_fn_mkdir_p
12878 if mkdir -p . 2>/dev/null; then
12879 as_mkdir_p='mkdir -p "$as_dir"'
12880 else
12881 test -d ./-p && rmdir ./-p
12882 as_mkdir_p=false
12885 if test -x / >/dev/null 2>&1; then
12886 as_test_x='test -x'
12887 else
12888 if ls -dL / >/dev/null 2>&1; then
12889 as_ls_L_option=L
12890 else
12891 as_ls_L_option=
12893 as_test_x='
12894 eval sh -c '\''
12895 if test -d "$1"; then
12896 test -d "$1/.";
12897 else
12898 case $1 in #(
12899 -*)set "./$1";;
12900 esac;
12901 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12902 ???[sx]*):;;*)false;;esac;fi
12903 '\'' sh
12906 as_executable_p=$as_test_x
12908 # Sed expression to map a string onto a valid CPP name.
12909 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12911 # Sed expression to map a string onto a valid variable name.
12912 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12915 exec 6>&1
12916 ## ----------------------------------- ##
12917 ## Main body of $CONFIG_STATUS script. ##
12918 ## ----------------------------------- ##
12919 _ASEOF
12920 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12922 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12923 # Save the log message, to keep $0 and so on meaningful, and to
12924 # report actual input values of CONFIG_FILES etc. instead of their
12925 # values after options handling.
12926 ac_log="
12927 This file was extended by $as_me, which was
12928 generated by GNU Autoconf 2.64. Invocation command line was
12930 CONFIG_FILES = $CONFIG_FILES
12931 CONFIG_HEADERS = $CONFIG_HEADERS
12932 CONFIG_LINKS = $CONFIG_LINKS
12933 CONFIG_COMMANDS = $CONFIG_COMMANDS
12934 $ $0 $@
12936 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12939 _ACEOF
12941 case $ac_config_files in *"
12942 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12943 esac
12945 case $ac_config_headers in *"
12946 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12947 esac
12950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12951 # Files that config.status was made for.
12952 config_files="$ac_config_files"
12953 config_headers="$ac_config_headers"
12954 config_commands="$ac_config_commands"
12956 _ACEOF
12958 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12959 ac_cs_usage="\
12960 \`$as_me' instantiates files and other configuration actions
12961 from templates according to the current configuration. Unless the files
12962 and actions are specified as TAGs, all are instantiated by default.
12964 Usage: $0 [OPTION]... [TAG]...
12966 -h, --help print this help, then exit
12967 -V, --version print version number and configuration settings, then exit
12968 -q, --quiet, --silent
12969 do not print progress messages
12970 -d, --debug don't remove temporary files
12971 --recheck update $as_me by reconfiguring in the same conditions
12972 --file=FILE[:TEMPLATE]
12973 instantiate the configuration file FILE
12974 --header=FILE[:TEMPLATE]
12975 instantiate the configuration header FILE
12977 Configuration files:
12978 $config_files
12980 Configuration headers:
12981 $config_headers
12983 Configuration commands:
12984 $config_commands
12986 Report bugs to the package provider."
12988 _ACEOF
12989 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12990 ac_cs_version="\\
12991 config.status
12992 configured by $0, generated by GNU Autoconf 2.64,
12993 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12995 Copyright (C) 2009 Free Software Foundation, Inc.
12996 This config.status script is free software; the Free Software Foundation
12997 gives unlimited permission to copy, distribute and modify it."
12999 ac_pwd='$ac_pwd'
13000 srcdir='$srcdir'
13001 INSTALL='$INSTALL'
13002 MKDIR_P='$MKDIR_P'
13003 AWK='$AWK'
13004 test -n "\$AWK" || AWK=awk
13005 _ACEOF
13007 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13008 # The default lists apply if the user does not specify any file.
13009 ac_need_defaults=:
13010 while test $# != 0
13012 case $1 in
13013 --*=*)
13014 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13015 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13016 ac_shift=:
13019 ac_option=$1
13020 ac_optarg=$2
13021 ac_shift=shift
13023 esac
13025 case $ac_option in
13026 # Handling of the options.
13027 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13028 ac_cs_recheck=: ;;
13029 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13030 $as_echo "$ac_cs_version"; exit ;;
13031 --debug | --debu | --deb | --de | --d | -d )
13032 debug=: ;;
13033 --file | --fil | --fi | --f )
13034 $ac_shift
13035 case $ac_optarg in
13036 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13037 esac
13038 as_fn_append CONFIG_FILES " '$ac_optarg'"
13039 ac_need_defaults=false;;
13040 --header | --heade | --head | --hea )
13041 $ac_shift
13042 case $ac_optarg in
13043 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13044 esac
13045 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13046 ac_need_defaults=false;;
13047 --he | --h)
13048 # Conflict between --help and --header
13049 as_fn_error "ambiguous option: \`$1'
13050 Try \`$0 --help' for more information.";;
13051 --help | --hel | -h )
13052 $as_echo "$ac_cs_usage"; exit ;;
13053 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13054 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13055 ac_cs_silent=: ;;
13057 # This is an error.
13058 -*) as_fn_error "unrecognized option: \`$1'
13059 Try \`$0 --help' for more information." ;;
13061 *) as_fn_append ac_config_targets " $1"
13062 ac_need_defaults=false ;;
13064 esac
13065 shift
13066 done
13068 ac_configure_extra_args=
13070 if $ac_cs_silent; then
13071 exec 6>/dev/null
13072 ac_configure_extra_args="$ac_configure_extra_args --silent"
13075 _ACEOF
13076 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13077 if \$ac_cs_recheck; then
13078 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13079 shift
13080 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13081 CONFIG_SHELL='$SHELL'
13082 export CONFIG_SHELL
13083 exec "\$@"
13086 _ACEOF
13087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13088 exec 5>>config.log
13090 echo
13091 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13092 ## Running $as_me. ##
13093 _ASBOX
13094 $as_echo "$ac_log"
13095 } >&5
13097 _ACEOF
13098 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13100 # INIT-COMMANDS
13102 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13105 # The HP-UX ksh and POSIX shell print the target directory to stdout
13106 # if CDPATH is set.
13107 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13109 sed_quote_subst='$sed_quote_subst'
13110 double_quote_subst='$double_quote_subst'
13111 delay_variable_subst='$delay_variable_subst'
13112 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
13113 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
13114 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
13115 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
13116 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
13117 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
13118 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
13119 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
13120 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
13121 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
13122 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
13123 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
13124 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
13125 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
13126 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
13127 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
13128 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
13129 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
13130 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
13131 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
13132 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
13133 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
13134 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
13135 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
13136 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
13137 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
13138 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
13139 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13140 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
13141 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
13142 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
13143 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
13144 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13145 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
13146 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
13147 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13148 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13149 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13150 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
13151 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
13152 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
13153 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
13154 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
13155 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
13156 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
13157 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
13158 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
13159 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
13160 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
13161 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
13162 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
13163 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
13164 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
13165 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
13166 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
13167 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
13168 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
13169 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
13170 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
13171 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
13172 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
13173 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
13174 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13175 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13176 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
13177 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
13178 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13179 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13180 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
13181 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13182 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13183 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13184 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13185 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13186 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13187 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
13188 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13189 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
13190 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
13191 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
13192 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
13193 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
13194 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
13195 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
13196 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13197 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
13198 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
13199 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
13200 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
13201 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
13202 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13203 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13204 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
13205 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13206 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
13207 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
13208 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
13209 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
13210 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
13211 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13212 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
13213 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
13214 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13215 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
13216 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
13217 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13218 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13219 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
13220 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
13221 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
13222 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13223 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
13224 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
13225 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
13226 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
13227 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
13228 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
13229 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
13231 LTCC='$LTCC'
13232 LTCFLAGS='$LTCFLAGS'
13233 compiler='$compiler_DEFAULT'
13235 # Quote evaled strings.
13236 for var in SED \
13237 GREP \
13238 EGREP \
13239 FGREP \
13240 LD \
13241 NM \
13242 LN_S \
13243 lt_SP2NL \
13244 lt_NL2SP \
13245 reload_flag \
13246 OBJDUMP \
13247 deplibs_check_method \
13248 file_magic_cmd \
13249 AR \
13250 AR_FLAGS \
13251 STRIP \
13252 RANLIB \
13253 CC \
13254 CFLAGS \
13255 compiler \
13256 lt_cv_sys_global_symbol_pipe \
13257 lt_cv_sys_global_symbol_to_cdecl \
13258 lt_cv_sys_global_symbol_to_c_name_address \
13259 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13260 SHELL \
13261 ECHO \
13262 lt_prog_compiler_no_builtin_flag \
13263 lt_prog_compiler_wl \
13264 lt_prog_compiler_pic \
13265 lt_prog_compiler_static \
13266 lt_cv_prog_compiler_c_o \
13267 need_locks \
13268 DSYMUTIL \
13269 NMEDIT \
13270 LIPO \
13271 OTOOL \
13272 OTOOL64 \
13273 shrext_cmds \
13274 export_dynamic_flag_spec \
13275 whole_archive_flag_spec \
13276 compiler_needs_object \
13277 with_gnu_ld \
13278 allow_undefined_flag \
13279 no_undefined_flag \
13280 hardcode_libdir_flag_spec \
13281 hardcode_libdir_flag_spec_ld \
13282 hardcode_libdir_separator \
13283 fix_srcfile_path \
13284 exclude_expsyms \
13285 include_expsyms \
13286 file_list_spec \
13287 variables_saved_for_relink \
13288 libname_spec \
13289 library_names_spec \
13290 soname_spec \
13291 finish_eval \
13292 old_striplib \
13293 striplib; do
13294 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13295 *[\\\\\\\`\\"\\\$]*)
13296 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13299 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13301 esac
13302 done
13304 # Double-quote double-evaled strings.
13305 for var in reload_cmds \
13306 old_postinstall_cmds \
13307 old_postuninstall_cmds \
13308 old_archive_cmds \
13309 extract_expsyms_cmds \
13310 old_archive_from_new_cmds \
13311 old_archive_from_expsyms_cmds \
13312 archive_cmds \
13313 archive_expsym_cmds \
13314 module_cmds \
13315 module_expsym_cmds \
13316 export_symbols_cmds \
13317 prelink_cmds \
13318 postinstall_cmds \
13319 postuninstall_cmds \
13320 finish_cmds \
13321 sys_lib_search_path_spec \
13322 sys_lib_dlsearch_path_spec; do
13323 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
13324 *[\\\\\\\`\\"\\\$]*)
13325 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13328 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13330 esac
13331 done
13333 # Fix-up fallback echo if it was mangled by the above quoting rules.
13334 case \$lt_ECHO in
13335 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
13337 esac
13339 ac_aux_dir='$ac_aux_dir'
13340 xsi_shell='$xsi_shell'
13341 lt_shell_append='$lt_shell_append'
13343 # See if we are running on zsh, and set the options which allow our
13344 # commands through without removal of \ escapes INIT.
13345 if test -n "\${ZSH_VERSION+set}" ; then
13346 setopt NO_GLOB_SUBST
13350 PACKAGE='$PACKAGE'
13351 VERSION='$VERSION'
13352 TIMESTAMP='$TIMESTAMP'
13353 RM='$RM'
13354 ofile='$ofile'
13358 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13359 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13360 # from automake.
13361 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13362 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13363 LINGUAS="${LINGUAS-%UNSET%}"
13366 _ACEOF
13368 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13370 # Handling of arguments.
13371 for ac_config_target in $ac_config_targets
13373 case $ac_config_target in
13374 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13375 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13376 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13377 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13378 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13379 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13381 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13382 esac
13383 done
13386 # If the user did not use the arguments to specify the items to instantiate,
13387 # then the envvar interface is used. Set only those that are not.
13388 # We use the long form for the default assignment because of an extremely
13389 # bizarre bug on SunOS 4.1.3.
13390 if $ac_need_defaults; then
13391 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13392 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13393 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13396 # Have a temporary directory for convenience. Make it in the build tree
13397 # simply because there is no reason against having it here, and in addition,
13398 # creating and moving files from /tmp can sometimes cause problems.
13399 # Hook for its removal unless debugging.
13400 # Note that there is a small window in which the directory will not be cleaned:
13401 # after its creation but before its name has been assigned to `$tmp'.
13402 $debug ||
13404 tmp=
13405 trap 'exit_status=$?
13406 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13408 trap 'as_fn_exit 1' 1 2 13 15
13410 # Create a (secure) tmp directory for tmp files.
13413 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13414 test -n "$tmp" && test -d "$tmp"
13415 } ||
13417 tmp=./conf$$-$RANDOM
13418 (umask 077 && mkdir "$tmp")
13419 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
13421 # Set up the scripts for CONFIG_FILES section.
13422 # No need to generate them if there are no CONFIG_FILES.
13423 # This happens for instance with `./config.status config.h'.
13424 if test -n "$CONFIG_FILES"; then
13427 ac_cr=`echo X | tr X '\015'`
13428 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13429 # But we know of no other shell where ac_cr would be empty at this
13430 # point, so we can use a bashism as a fallback.
13431 if test "x$ac_cr" = x; then
13432 eval ac_cr=\$\'\\r\'
13434 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13435 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13436 ac_cs_awk_cr='\r'
13437 else
13438 ac_cs_awk_cr=$ac_cr
13441 echo 'BEGIN {' >"$tmp/subs1.awk" &&
13442 _ACEOF
13446 echo "cat >conf$$subs.awk <<_ACEOF" &&
13447 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13448 echo "_ACEOF"
13449 } >conf$$subs.sh ||
13450 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13451 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13452 ac_delim='%!_!# '
13453 for ac_last_try in false false false false false :; do
13454 . ./conf$$subs.sh ||
13455 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13457 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13458 if test $ac_delim_n = $ac_delim_num; then
13459 break
13460 elif $ac_last_try; then
13461 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13462 else
13463 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13465 done
13466 rm -f conf$$subs.sh
13468 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13469 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
13470 _ACEOF
13471 sed -n '
13473 s/^/S["/; s/!.*/"]=/
13476 s/^[^!]*!//
13477 :repl
13478 t repl
13479 s/'"$ac_delim"'$//
13480 t delim
13483 s/\(.\{148\}\).*/\1/
13484 t more1
13485 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13488 b repl
13489 :more1
13490 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13493 s/.\{148\}//
13494 t nl
13495 :delim
13497 s/\(.\{148\}\).*/\1/
13498 t more2
13499 s/["\\]/\\&/g; s/^/"/; s/$/"/
13502 :more2
13503 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13506 s/.\{148\}//
13507 t delim
13508 ' <conf$$subs.awk | sed '
13509 /^[^""]/{
13511 s/\n//
13513 ' >>$CONFIG_STATUS || ac_write_fail=1
13514 rm -f conf$$subs.awk
13515 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13516 _ACAWK
13517 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
13518 for (key in S) S_is_set[key] = 1
13519 FS = "\a"
13523 line = $ 0
13524 nfields = split(line, field, "@")
13525 substed = 0
13526 len = length(field[1])
13527 for (i = 2; i < nfields; i++) {
13528 key = field[i]
13529 keylen = length(key)
13530 if (S_is_set[key]) {
13531 value = S[key]
13532 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13533 len += length(value) + length(field[++i])
13534 substed = 1
13535 } else
13536 len += 1 + keylen
13539 print line
13542 _ACAWK
13543 _ACEOF
13544 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13545 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13546 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13547 else
13549 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
13550 || as_fn_error "could not setup config files machinery" "$LINENO" 5
13551 _ACEOF
13553 # VPATH may cause trouble with some makes, so we remove $(srcdir),
13554 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
13555 # trailing colons and then remove the whole line if VPATH becomes empty
13556 # (actually we leave an empty line to preserve line numbers).
13557 if test "x$srcdir" = x.; then
13558 ac_vpsub='/^[ ]*VPATH[ ]*=/{
13559 s/:*\$(srcdir):*/:/
13560 s/:*\${srcdir}:*/:/
13561 s/:*@srcdir@:*/:/
13562 s/^\([^=]*=[ ]*\):*/\1/
13563 s/:*$//
13564 s/^[^=]*=[ ]*$//
13568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13569 fi # test -n "$CONFIG_FILES"
13571 # Set up the scripts for CONFIG_HEADERS section.
13572 # No need to generate them if there are no CONFIG_HEADERS.
13573 # This happens for instance with `./config.status Makefile'.
13574 if test -n "$CONFIG_HEADERS"; then
13575 cat >"$tmp/defines.awk" <<\_ACAWK ||
13576 BEGIN {
13577 _ACEOF
13579 # Transform confdefs.h into an awk script `defines.awk', embedded as
13580 # here-document in config.status, that substitutes the proper values into
13581 # config.h.in to produce config.h.
13583 # Create a delimiter string that does not exist in confdefs.h, to ease
13584 # handling of long lines.
13585 ac_delim='%!_!# '
13586 for ac_last_try in false false :; do
13587 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
13588 if test -z "$ac_t"; then
13589 break
13590 elif $ac_last_try; then
13591 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
13592 else
13593 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13595 done
13597 # For the awk script, D is an array of macro values keyed by name,
13598 # likewise P contains macro parameters if any. Preserve backslash
13599 # newline sequences.
13601 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13602 sed -n '
13603 s/.\{148\}/&'"$ac_delim"'/g
13604 t rset
13605 :rset
13606 s/^[ ]*#[ ]*define[ ][ ]*/ /
13607 t def
13609 :def
13610 s/\\$//
13611 t bsnl
13612 s/["\\]/\\&/g
13613 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13614 D["\1"]=" \3"/p
13615 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13617 :bsnl
13618 s/["\\]/\\&/g
13619 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13620 D["\1"]=" \3\\\\\\n"\\/p
13621 t cont
13622 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13623 t cont
13625 :cont
13627 s/.\{148\}/&'"$ac_delim"'/g
13628 t clear
13629 :clear
13630 s/\\$//
13631 t bsnlc
13632 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13634 :bsnlc
13635 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13636 b cont
13637 ' <confdefs.h | sed '
13638 s/'"$ac_delim"'/"\\\
13639 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13641 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13642 for (key in D) D_is_set[key] = 1
13643 FS = "\a"
13645 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13646 line = \$ 0
13647 split(line, arg, " ")
13648 if (arg[1] == "#") {
13649 defundef = arg[2]
13650 mac1 = arg[3]
13651 } else {
13652 defundef = substr(arg[1], 2)
13653 mac1 = arg[2]
13655 split(mac1, mac2, "(") #)
13656 macro = mac2[1]
13657 prefix = substr(line, 1, index(line, defundef) - 1)
13658 if (D_is_set[macro]) {
13659 # Preserve the white space surrounding the "#".
13660 print prefix "define", macro P[macro] D[macro]
13661 next
13662 } else {
13663 # Replace #undef with comments. This is necessary, for example,
13664 # in the case of _POSIX_SOURCE, which is predefined and required
13665 # on some systems where configure will not decide to define it.
13666 if (defundef == "undef") {
13667 print "/*", prefix defundef, macro, "*/"
13668 next
13672 { print }
13673 _ACAWK
13674 _ACEOF
13675 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13676 as_fn_error "could not setup config headers machinery" "$LINENO" 5
13677 fi # test -n "$CONFIG_HEADERS"
13680 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13681 shift
13682 for ac_tag
13684 case $ac_tag in
13685 :[FHLC]) ac_mode=$ac_tag; continue;;
13686 esac
13687 case $ac_mode$ac_tag in
13688 :[FHL]*:*);;
13689 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
13690 :[FH]-) ac_tag=-:-;;
13691 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13692 esac
13693 ac_save_IFS=$IFS
13694 IFS=:
13695 set x $ac_tag
13696 IFS=$ac_save_IFS
13697 shift
13698 ac_file=$1
13699 shift
13701 case $ac_mode in
13702 :L) ac_source=$1;;
13703 :[FH])
13704 ac_file_inputs=
13705 for ac_f
13707 case $ac_f in
13708 -) ac_f="$tmp/stdin";;
13709 *) # Look for the file first in the build tree, then in the source tree
13710 # (if the path is not absolute). The absolute path cannot be DOS-style,
13711 # because $ac_f cannot contain `:'.
13712 test -f "$ac_f" ||
13713 case $ac_f in
13714 [\\/$]*) false;;
13715 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13716 esac ||
13717 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13718 esac
13719 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13720 as_fn_append ac_file_inputs " '$ac_f'"
13721 done
13723 # Let's still pretend it is `configure' which instantiates (i.e., don't
13724 # use $as_me), people would be surprised to read:
13725 # /* config.h. Generated by config.status. */
13726 configure_input='Generated from '`
13727 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13728 `' by configure.'
13729 if test x"$ac_file" != x-; then
13730 configure_input="$ac_file. $configure_input"
13731 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13732 $as_echo "$as_me: creating $ac_file" >&6;}
13734 # Neutralize special characters interpreted by sed in replacement strings.
13735 case $configure_input in #(
13736 *\&* | *\|* | *\\* )
13737 ac_sed_conf_input=`$as_echo "$configure_input" |
13738 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13739 *) ac_sed_conf_input=$configure_input;;
13740 esac
13742 case $ac_tag in
13743 *:-:* | *:-) cat >"$tmp/stdin" \
13744 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
13745 esac
13747 esac
13749 ac_dir=`$as_dirname -- "$ac_file" ||
13750 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13751 X"$ac_file" : 'X\(//\)[^/]' \| \
13752 X"$ac_file" : 'X\(//\)$' \| \
13753 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13754 $as_echo X"$ac_file" |
13755 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13756 s//\1/
13759 /^X\(\/\/\)[^/].*/{
13760 s//\1/
13763 /^X\(\/\/\)$/{
13764 s//\1/
13767 /^X\(\/\).*/{
13768 s//\1/
13771 s/.*/./; q'`
13772 as_dir="$ac_dir"; as_fn_mkdir_p
13773 ac_builddir=.
13775 case "$ac_dir" in
13776 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13778 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13779 # A ".." for each directory in $ac_dir_suffix.
13780 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13781 case $ac_top_builddir_sub in
13782 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13783 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13784 esac ;;
13785 esac
13786 ac_abs_top_builddir=$ac_pwd
13787 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13788 # for backward compatibility:
13789 ac_top_builddir=$ac_top_build_prefix
13791 case $srcdir in
13792 .) # We are building in place.
13793 ac_srcdir=.
13794 ac_top_srcdir=$ac_top_builddir_sub
13795 ac_abs_top_srcdir=$ac_pwd ;;
13796 [\\/]* | ?:[\\/]* ) # Absolute name.
13797 ac_srcdir=$srcdir$ac_dir_suffix;
13798 ac_top_srcdir=$srcdir
13799 ac_abs_top_srcdir=$srcdir ;;
13800 *) # Relative name.
13801 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13802 ac_top_srcdir=$ac_top_build_prefix$srcdir
13803 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13804 esac
13805 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13808 case $ac_mode in
13811 # CONFIG_FILE
13814 case $INSTALL in
13815 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13816 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13817 esac
13818 ac_MKDIR_P=$MKDIR_P
13819 case $MKDIR_P in
13820 [\\/$]* | ?:[\\/]* ) ;;
13821 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13822 esac
13823 _ACEOF
13825 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13826 # If the template does not know about datarootdir, expand it.
13827 # FIXME: This hack should be removed a few years after 2.60.
13828 ac_datarootdir_hack=; ac_datarootdir_seen=
13829 ac_sed_dataroot='
13830 /datarootdir/ {
13834 /@datadir@/p
13835 /@docdir@/p
13836 /@infodir@/p
13837 /@localedir@/p
13838 /@mandir@/p'
13839 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13840 *datarootdir*) ac_datarootdir_seen=yes;;
13841 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13843 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13844 _ACEOF
13845 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13846 ac_datarootdir_hack='
13847 s&@datadir@&$datadir&g
13848 s&@docdir@&$docdir&g
13849 s&@infodir@&$infodir&g
13850 s&@localedir@&$localedir&g
13851 s&@mandir@&$mandir&g
13852 s&\\\${datarootdir}&$datarootdir&g' ;;
13853 esac
13854 _ACEOF
13856 # Neutralize VPATH when `$srcdir' = `.'.
13857 # Shell code in configure.ac might set extrasub.
13858 # FIXME: do we really want to maintain this feature?
13859 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13860 ac_sed_extra="$ac_vpsub
13861 $extrasub
13862 _ACEOF
13863 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13865 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13866 s|@configure_input@|$ac_sed_conf_input|;t t
13867 s&@top_builddir@&$ac_top_builddir_sub&;t t
13868 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13869 s&@srcdir@&$ac_srcdir&;t t
13870 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13871 s&@top_srcdir@&$ac_top_srcdir&;t t
13872 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13873 s&@builddir@&$ac_builddir&;t t
13874 s&@abs_builddir@&$ac_abs_builddir&;t t
13875 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13876 s&@INSTALL@&$ac_INSTALL&;t t
13877 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13878 $ac_datarootdir_hack
13880 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13881 || as_fn_error "could not create $ac_file" "$LINENO" 5
13883 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13884 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13885 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13887 which seems to be undefined. Please make sure it is defined." >&5
13888 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13889 which seems to be undefined. Please make sure it is defined." >&2;}
13891 rm -f "$tmp/stdin"
13892 case $ac_file in
13893 -) cat "$tmp/out" && rm -f "$tmp/out";;
13894 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13895 esac \
13896 || as_fn_error "could not create $ac_file" "$LINENO" 5
13900 # CONFIG_HEADER
13902 if test x"$ac_file" != x-; then
13904 $as_echo "/* $configure_input */" \
13905 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13906 } >"$tmp/config.h" \
13907 || as_fn_error "could not create $ac_file" "$LINENO" 5
13908 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13910 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13911 else
13912 rm -f "$ac_file"
13913 mv "$tmp/config.h" "$ac_file" \
13914 || as_fn_error "could not create $ac_file" "$LINENO" 5
13916 else
13917 $as_echo "/* $configure_input */" \
13918 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13919 || as_fn_error "could not create -" "$LINENO" 5
13921 # Compute "$ac_file"'s index in $config_headers.
13922 _am_arg="$ac_file"
13923 _am_stamp_count=1
13924 for _am_header in $config_headers :; do
13925 case $_am_header in
13926 $_am_arg | $_am_arg:* )
13927 break ;;
13929 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13930 esac
13931 done
13932 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13933 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13934 X"$_am_arg" : 'X\(//\)[^/]' \| \
13935 X"$_am_arg" : 'X\(//\)$' \| \
13936 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13937 $as_echo X"$_am_arg" |
13938 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13939 s//\1/
13942 /^X\(\/\/\)[^/].*/{
13943 s//\1/
13946 /^X\(\/\/\)$/{
13947 s//\1/
13950 /^X\(\/\).*/{
13951 s//\1/
13954 s/.*/./; q'`/stamp-h$_am_stamp_count
13957 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13958 $as_echo "$as_me: executing $ac_file commands" >&6;}
13960 esac
13963 case $ac_file$ac_mode in
13964 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13965 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13966 # are listed without --file. Let's play safe and only enable the eval
13967 # if we detect the quoting.
13968 case $CONFIG_FILES in
13969 *\'*) eval set x "$CONFIG_FILES" ;;
13970 *) set x $CONFIG_FILES ;;
13971 esac
13972 shift
13973 for mf
13975 # Strip MF so we end up with the name of the file.
13976 mf=`echo "$mf" | sed -e 's/:.*$//'`
13977 # Check whether this is an Automake generated Makefile or not.
13978 # We used to match only the files named `Makefile.in', but
13979 # some people rename them; so instead we look at the file content.
13980 # Grep'ing the first line is not enough: some people post-process
13981 # each Makefile.in and add a new line on top of each file to say so.
13982 # Grep'ing the whole file is not good either: AIX grep has a line
13983 # limit of 2048, but all sed's we know have understand at least 4000.
13984 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13985 dirpart=`$as_dirname -- "$mf" ||
13986 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13987 X"$mf" : 'X\(//\)[^/]' \| \
13988 X"$mf" : 'X\(//\)$' \| \
13989 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13990 $as_echo X"$mf" |
13991 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13992 s//\1/
13995 /^X\(\/\/\)[^/].*/{
13996 s//\1/
13999 /^X\(\/\/\)$/{
14000 s//\1/
14003 /^X\(\/\).*/{
14004 s//\1/
14007 s/.*/./; q'`
14008 else
14009 continue
14011 # Extract the definition of DEPDIR, am__include, and am__quote
14012 # from the Makefile without running `make'.
14013 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14014 test -z "$DEPDIR" && continue
14015 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14016 test -z "am__include" && continue
14017 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14018 # When using ansi2knr, U may be empty or an underscore; expand it
14019 U=`sed -n 's/^U = //p' < "$mf"`
14020 # Find all dependency output files, they are included files with
14021 # $(DEPDIR) in their names. We invoke sed twice because it is the
14022 # simplest approach to changing $(DEPDIR) to its actual value in the
14023 # expansion.
14024 for file in `sed -n "
14025 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14026 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14027 # Make sure the directory exists.
14028 test -f "$dirpart/$file" && continue
14029 fdir=`$as_dirname -- "$file" ||
14030 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14031 X"$file" : 'X\(//\)[^/]' \| \
14032 X"$file" : 'X\(//\)$' \| \
14033 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14034 $as_echo X"$file" |
14035 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14036 s//\1/
14039 /^X\(\/\/\)[^/].*/{
14040 s//\1/
14043 /^X\(\/\/\)$/{
14044 s//\1/
14047 /^X\(\/\).*/{
14048 s//\1/
14051 s/.*/./; q'`
14052 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14053 # echo "creating $dirpart/$file"
14054 echo '# dummy' > "$dirpart/$file"
14055 done
14056 done
14059 "libtool":C)
14061 # See if we are running on zsh, and set the options which allow our
14062 # commands through without removal of \ escapes.
14063 if test -n "${ZSH_VERSION+set}" ; then
14064 setopt NO_GLOB_SUBST
14067 cfgfile="${ofile}T"
14068 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14069 $RM "$cfgfile"
14071 cat <<_LT_EOF >> "$cfgfile"
14072 #! $SHELL
14074 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14075 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14076 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14077 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14079 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14080 # 2006, 2007, 2008 Free Software Foundation, Inc.
14081 # Written by Gordon Matzigkeit, 1996
14083 # This file is part of GNU Libtool.
14085 # GNU Libtool is free software; you can redistribute it and/or
14086 # modify it under the terms of the GNU General Public License as
14087 # published by the Free Software Foundation; either version 2 of
14088 # the License, or (at your option) any later version.
14090 # As a special exception to the GNU General Public License,
14091 # if you distribute this file as part of a program or library that
14092 # is built using GNU Libtool, you may include this file under the
14093 # same distribution terms that you use for the rest of that program.
14095 # GNU Libtool is distributed in the hope that it will be useful,
14096 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14097 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14098 # GNU General Public License for more details.
14100 # You should have received a copy of the GNU General Public License
14101 # along with GNU Libtool; see the file COPYING. If not, a copy
14102 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14103 # obtained by writing to the Free Software Foundation, Inc.,
14104 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14107 # The names of the tagged configurations supported by this script.
14108 available_tags=""
14110 # ### BEGIN LIBTOOL CONFIG
14112 # Whether or not to build shared libraries.
14113 build_libtool_libs=$enable_shared
14115 # Which release of libtool.m4 was used?
14116 macro_version=$macro_version
14117 macro_revision=$macro_revision
14119 # Whether or not to build static libraries.
14120 build_old_libs=$enable_static
14122 # What type of objects to build.
14123 pic_mode=$pic_mode
14125 # Whether or not to optimize for fast installation.
14126 fast_install=$enable_fast_install
14128 # The host system.
14129 host_alias=$host_alias
14130 host=$host
14131 host_os=$host_os
14133 # The build system.
14134 build_alias=$build_alias
14135 build=$build
14136 build_os=$build_os
14138 # A sed program that does not truncate output.
14139 SED=$lt_SED
14141 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14142 Xsed="\$SED -e 1s/^X//"
14144 # A grep program that handles long lines.
14145 GREP=$lt_GREP
14147 # An ERE matcher.
14148 EGREP=$lt_EGREP
14150 # A literal string matcher.
14151 FGREP=$lt_FGREP
14153 # A BSD- or MS-compatible name lister.
14154 NM=$lt_NM
14156 # Whether we need soft or hard links.
14157 LN_S=$lt_LN_S
14159 # What is the maximum length of a command?
14160 max_cmd_len=$max_cmd_len
14162 # Object file suffix (normally "o").
14163 objext=$ac_objext
14165 # Executable file suffix (normally "").
14166 exeext=$exeext
14168 # whether the shell understands "unset".
14169 lt_unset=$lt_unset
14171 # turn spaces into newlines.
14172 SP2NL=$lt_lt_SP2NL
14174 # turn newlines into spaces.
14175 NL2SP=$lt_lt_NL2SP
14177 # How to create reloadable object files.
14178 reload_flag=$lt_reload_flag
14179 reload_cmds=$lt_reload_cmds
14181 # An object symbol dumper.
14182 OBJDUMP=$lt_OBJDUMP
14184 # Method to check whether dependent libraries are shared objects.
14185 deplibs_check_method=$lt_deplibs_check_method
14187 # Command to use when deplibs_check_method == "file_magic".
14188 file_magic_cmd=$lt_file_magic_cmd
14190 # The archiver.
14191 AR=$lt_AR
14192 AR_FLAGS=$lt_AR_FLAGS
14194 # A symbol stripping program.
14195 STRIP=$lt_STRIP
14197 # Commands used to install an old-style archive.
14198 RANLIB=$lt_RANLIB
14199 old_postinstall_cmds=$lt_old_postinstall_cmds
14200 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14202 # A C compiler.
14203 LTCC=$lt_CC
14205 # LTCC compiler flags.
14206 LTCFLAGS=$lt_CFLAGS
14208 # Take the output of nm and produce a listing of raw symbols and C names.
14209 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14211 # Transform the output of nm in a proper C declaration.
14212 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14214 # Transform the output of nm in a C name address pair.
14215 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14217 # Transform the output of nm in a C name address pair when lib prefix is needed.
14218 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14220 # The name of the directory that contains temporary libtool files.
14221 objdir=$objdir
14223 # Shell to use when invoking shell scripts.
14224 SHELL=$lt_SHELL
14226 # An echo program that does not interpret backslashes.
14227 ECHO=$lt_ECHO
14229 # Used to examine libraries when file_magic_cmd begins with "file".
14230 MAGIC_CMD=$MAGIC_CMD
14232 # Must we lock files when doing compilation?
14233 need_locks=$lt_need_locks
14235 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14236 DSYMUTIL=$lt_DSYMUTIL
14238 # Tool to change global to local symbols on Mac OS X.
14239 NMEDIT=$lt_NMEDIT
14241 # Tool to manipulate fat objects and archives on Mac OS X.
14242 LIPO=$lt_LIPO
14244 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14245 OTOOL=$lt_OTOOL
14247 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14248 OTOOL64=$lt_OTOOL64
14250 # Old archive suffix (normally "a").
14251 libext=$libext
14253 # Shared library suffix (normally ".so").
14254 shrext_cmds=$lt_shrext_cmds
14256 # The commands to extract the exported symbol list from a shared archive.
14257 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14259 # Variables whose values should be saved in libtool wrapper scripts and
14260 # restored at link time.
14261 variables_saved_for_relink=$lt_variables_saved_for_relink
14263 # Do we need the "lib" prefix for modules?
14264 need_lib_prefix=$need_lib_prefix
14266 # Do we need a version for libraries?
14267 need_version=$need_version
14269 # Library versioning type.
14270 version_type=$version_type
14272 # Shared library runtime path variable.
14273 runpath_var=$runpath_var
14275 # Shared library path variable.
14276 shlibpath_var=$shlibpath_var
14278 # Is shlibpath searched before the hard-coded library search path?
14279 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14281 # Format of library name prefix.
14282 libname_spec=$lt_libname_spec
14284 # List of archive names. First name is the real one, the rest are links.
14285 # The last name is the one that the linker finds with -lNAME
14286 library_names_spec=$lt_library_names_spec
14288 # The coded name of the library, if different from the real name.
14289 soname_spec=$lt_soname_spec
14291 # Command to use after installation of a shared archive.
14292 postinstall_cmds=$lt_postinstall_cmds
14294 # Command to use after uninstallation of a shared archive.
14295 postuninstall_cmds=$lt_postuninstall_cmds
14297 # Commands used to finish a libtool library installation in a directory.
14298 finish_cmds=$lt_finish_cmds
14300 # As "finish_cmds", except a single script fragment to be evaled but
14301 # not shown.
14302 finish_eval=$lt_finish_eval
14304 # Whether we should hardcode library paths into libraries.
14305 hardcode_into_libs=$hardcode_into_libs
14307 # Compile-time system search path for libraries.
14308 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14310 # Run-time system search path for libraries.
14311 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14313 # Whether dlopen is supported.
14314 dlopen_support=$enable_dlopen
14316 # Whether dlopen of programs is supported.
14317 dlopen_self=$enable_dlopen_self
14319 # Whether dlopen of statically linked programs is supported.
14320 dlopen_self_static=$enable_dlopen_self_static
14322 # Commands to strip libraries.
14323 old_striplib=$lt_old_striplib
14324 striplib=$lt_striplib
14327 # The linker used to build libraries.
14328 LD=$lt_LD
14330 # Commands used to build an old-style archive.
14331 old_archive_cmds=$lt_old_archive_cmds
14333 # A language specific compiler.
14334 CC=$lt_compiler
14336 # Is the compiler the GNU compiler?
14337 with_gcc=$GCC
14339 # Compiler flag to turn off builtin functions.
14340 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14342 # How to pass a linker flag through the compiler.
14343 wl=$lt_lt_prog_compiler_wl
14345 # Additional compiler flags for building library objects.
14346 pic_flag=$lt_lt_prog_compiler_pic
14348 # Compiler flag to prevent dynamic linking.
14349 link_static_flag=$lt_lt_prog_compiler_static
14351 # Does compiler simultaneously support -c and -o options?
14352 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14354 # Whether or not to add -lc for building shared libraries.
14355 build_libtool_need_lc=$archive_cmds_need_lc
14357 # Whether or not to disallow shared libs when runtime libs are static.
14358 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14360 # Compiler flag to allow reflexive dlopens.
14361 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14363 # Compiler flag to generate shared objects directly from archives.
14364 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14366 # Whether the compiler copes with passing no objects directly.
14367 compiler_needs_object=$lt_compiler_needs_object
14369 # Create an old-style archive from a shared archive.
14370 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14372 # Create a temporary old-style archive to link instead of a shared archive.
14373 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14375 # Commands used to build a shared archive.
14376 archive_cmds=$lt_archive_cmds
14377 archive_expsym_cmds=$lt_archive_expsym_cmds
14379 # Commands used to build a loadable module if different from building
14380 # a shared archive.
14381 module_cmds=$lt_module_cmds
14382 module_expsym_cmds=$lt_module_expsym_cmds
14384 # Whether we are building with GNU ld or not.
14385 with_gnu_ld=$lt_with_gnu_ld
14387 # Flag that allows shared libraries with undefined symbols to be built.
14388 allow_undefined_flag=$lt_allow_undefined_flag
14390 # Flag that enforces no undefined symbols.
14391 no_undefined_flag=$lt_no_undefined_flag
14393 # Flag to hardcode \$libdir into a binary during linking.
14394 # This must work even if \$libdir does not exist
14395 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14397 # If ld is used when linking, flag to hardcode \$libdir into a binary
14398 # during linking. This must work even if \$libdir does not exist.
14399 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14401 # Whether we need a single "-rpath" flag with a separated argument.
14402 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14404 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14405 # DIR into the resulting binary.
14406 hardcode_direct=$hardcode_direct
14408 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14409 # DIR into the resulting binary and the resulting library dependency is
14410 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14411 # library is relocated.
14412 hardcode_direct_absolute=$hardcode_direct_absolute
14414 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14415 # into the resulting binary.
14416 hardcode_minus_L=$hardcode_minus_L
14418 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14419 # into the resulting binary.
14420 hardcode_shlibpath_var=$hardcode_shlibpath_var
14422 # Set to "yes" if building a shared library automatically hardcodes DIR
14423 # into the library and all subsequent libraries and executables linked
14424 # against it.
14425 hardcode_automatic=$hardcode_automatic
14427 # Set to yes if linker adds runtime paths of dependent libraries
14428 # to runtime path list.
14429 inherit_rpath=$inherit_rpath
14431 # Whether libtool must link a program against all its dependency libraries.
14432 link_all_deplibs=$link_all_deplibs
14434 # Fix the shell variable \$srcfile for the compiler.
14435 fix_srcfile_path=$lt_fix_srcfile_path
14437 # Set to "yes" if exported symbols are required.
14438 always_export_symbols=$always_export_symbols
14440 # The commands to list exported symbols.
14441 export_symbols_cmds=$lt_export_symbols_cmds
14443 # Symbols that should not be listed in the preloaded symbols.
14444 exclude_expsyms=$lt_exclude_expsyms
14446 # Symbols that must always be exported.
14447 include_expsyms=$lt_include_expsyms
14449 # Commands necessary for linking programs (against libraries) with templates.
14450 prelink_cmds=$lt_prelink_cmds
14452 # Specify filename containing input files.
14453 file_list_spec=$lt_file_list_spec
14455 # How to hardcode a shared library path into an executable.
14456 hardcode_action=$hardcode_action
14458 # ### END LIBTOOL CONFIG
14460 _LT_EOF
14462 case $host_os in
14463 aix3*)
14464 cat <<\_LT_EOF >> "$cfgfile"
14465 # AIX sometimes has problems with the GCC collect2 program. For some
14466 # reason, if we set the COLLECT_NAMES environment variable, the problems
14467 # vanish in a puff of smoke.
14468 if test "X${COLLECT_NAMES+set}" != Xset; then
14469 COLLECT_NAMES=
14470 export COLLECT_NAMES
14472 _LT_EOF
14474 esac
14477 ltmain="$ac_aux_dir/ltmain.sh"
14480 # We use sed instead of cat because bash on DJGPP gets confused if
14481 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14482 # text mode, it properly converts lines to CR/LF. This bash problem
14483 # is reportedly fixed, but why not run on old versions too?
14484 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14485 || (rm -f "$cfgfile"; exit 1)
14487 case $xsi_shell in
14488 yes)
14489 cat << \_LT_EOF >> "$cfgfile"
14491 # func_dirname file append nondir_replacement
14492 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14493 # otherwise set result to NONDIR_REPLACEMENT.
14494 func_dirname ()
14496 case ${1} in
14497 */*) func_dirname_result="${1%/*}${2}" ;;
14498 * ) func_dirname_result="${3}" ;;
14499 esac
14502 # func_basename file
14503 func_basename ()
14505 func_basename_result="${1##*/}"
14508 # func_dirname_and_basename file append nondir_replacement
14509 # perform func_basename and func_dirname in a single function
14510 # call:
14511 # dirname: Compute the dirname of FILE. If nonempty,
14512 # add APPEND to the result, otherwise set result
14513 # to NONDIR_REPLACEMENT.
14514 # value returned in "$func_dirname_result"
14515 # basename: Compute filename of FILE.
14516 # value retuned in "$func_basename_result"
14517 # Implementation must be kept synchronized with func_dirname
14518 # and func_basename. For efficiency, we do not delegate to
14519 # those functions but instead duplicate the functionality here.
14520 func_dirname_and_basename ()
14522 case ${1} in
14523 */*) func_dirname_result="${1%/*}${2}" ;;
14524 * ) func_dirname_result="${3}" ;;
14525 esac
14526 func_basename_result="${1##*/}"
14529 # func_stripname prefix suffix name
14530 # strip PREFIX and SUFFIX off of NAME.
14531 # PREFIX and SUFFIX must not contain globbing or regex special
14532 # characters, hashes, percent signs, but SUFFIX may contain a leading
14533 # dot (in which case that matches only a dot).
14534 func_stripname ()
14536 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14537 # positional parameters, so assign one to ordinary parameter first.
14538 func_stripname_result=${3}
14539 func_stripname_result=${func_stripname_result#"${1}"}
14540 func_stripname_result=${func_stripname_result%"${2}"}
14543 # func_opt_split
14544 func_opt_split ()
14546 func_opt_split_opt=${1%%=*}
14547 func_opt_split_arg=${1#*=}
14550 # func_lo2o object
14551 func_lo2o ()
14553 case ${1} in
14554 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14555 *) func_lo2o_result=${1} ;;
14556 esac
14559 # func_xform libobj-or-source
14560 func_xform ()
14562 func_xform_result=${1%.*}.lo
14565 # func_arith arithmetic-term...
14566 func_arith ()
14568 func_arith_result=$(( $* ))
14571 # func_len string
14572 # STRING may not start with a hyphen.
14573 func_len ()
14575 func_len_result=${#1}
14578 _LT_EOF
14580 *) # Bourne compatible functions.
14581 cat << \_LT_EOF >> "$cfgfile"
14583 # func_dirname file append nondir_replacement
14584 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14585 # otherwise set result to NONDIR_REPLACEMENT.
14586 func_dirname ()
14588 # Extract subdirectory from the argument.
14589 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
14590 if test "X$func_dirname_result" = "X${1}"; then
14591 func_dirname_result="${3}"
14592 else
14593 func_dirname_result="$func_dirname_result${2}"
14597 # func_basename file
14598 func_basename ()
14600 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
14604 # func_stripname prefix suffix name
14605 # strip PREFIX and SUFFIX off of NAME.
14606 # PREFIX and SUFFIX must not contain globbing or regex special
14607 # characters, hashes, percent signs, but SUFFIX may contain a leading
14608 # dot (in which case that matches only a dot).
14609 # func_strip_suffix prefix name
14610 func_stripname ()
14612 case ${2} in
14613 .*) func_stripname_result=`$ECHO "X${3}" \
14614 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
14615 *) func_stripname_result=`$ECHO "X${3}" \
14616 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
14617 esac
14620 # sed scripts:
14621 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14622 my_sed_long_arg='1s/^-[^=]*=//'
14624 # func_opt_split
14625 func_opt_split ()
14627 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
14628 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
14631 # func_lo2o object
14632 func_lo2o ()
14634 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
14637 # func_xform libobj-or-source
14638 func_xform ()
14640 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
14643 # func_arith arithmetic-term...
14644 func_arith ()
14646 func_arith_result=`expr "$@"`
14649 # func_len string
14650 # STRING may not start with a hyphen.
14651 func_len ()
14653 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14656 _LT_EOF
14657 esac
14659 case $lt_shell_append in
14660 yes)
14661 cat << \_LT_EOF >> "$cfgfile"
14663 # func_append var value
14664 # Append VALUE to the end of shell variable VAR.
14665 func_append ()
14667 eval "$1+=\$2"
14669 _LT_EOF
14672 cat << \_LT_EOF >> "$cfgfile"
14674 # func_append var value
14675 # Append VALUE to the end of shell variable VAR.
14676 func_append ()
14678 eval "$1=\$$1\$2"
14681 _LT_EOF
14683 esac
14686 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14687 || (rm -f "$cfgfile"; exit 1)
14689 mv -f "$cfgfile" "$ofile" ||
14690 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14691 chmod +x "$ofile"
14694 "default-1":C)
14695 for ac_file in $CONFIG_FILES; do
14696 # Support "outfile[:infile[:infile...]]"
14697 case "$ac_file" in
14698 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
14699 esac
14700 # PO directories have a Makefile.in generated from Makefile.in.in.
14701 case "$ac_file" in */Makefile.in)
14702 # Adjust a relative srcdir.
14703 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
14704 ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
14705 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
14706 # In autoconf-2.13 it is called $ac_given_srcdir.
14707 # In autoconf-2.50 it is called $srcdir.
14708 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
14709 case "$ac_given_srcdir" in
14710 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
14711 /*) top_srcdir="$ac_given_srcdir" ;;
14712 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
14713 esac
14714 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
14715 rm -f "$ac_dir/POTFILES"
14716 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
14717 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
14718 POMAKEFILEDEPS="POTFILES.in"
14719 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
14720 # on $ac_dir but don't depend on user-specified configuration
14721 # parameters.
14722 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
14723 # The LINGUAS file contains the set of available languages.
14724 if test -n "$OBSOLETE_ALL_LINGUAS"; then
14725 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
14727 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
14728 # Hide the ALL_LINGUAS assigment from automake.
14729 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
14730 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
14731 else
14732 # The set of available languages was given in configure.in.
14733 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
14735 case "$ac_given_srcdir" in
14736 .) srcdirpre= ;;
14737 *) srcdirpre='$(srcdir)/' ;;
14738 esac
14739 POFILES=
14740 GMOFILES=
14741 UPDATEPOFILES=
14742 DUMMYPOFILES=
14743 for lang in $ALL_LINGUAS; do
14744 POFILES="$POFILES $srcdirpre$lang.po"
14745 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
14746 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
14747 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
14748 done
14749 # CATALOGS depends on both $ac_dir and the user's LINGUAS
14750 # environment variable.
14751 INST_LINGUAS=
14752 if test -n "$ALL_LINGUAS"; then
14753 for presentlang in $ALL_LINGUAS; do
14754 useit=no
14755 if test "%UNSET%" != "$LINGUAS"; then
14756 desiredlanguages="$LINGUAS"
14757 else
14758 desiredlanguages="$ALL_LINGUAS"
14760 for desiredlang in $desiredlanguages; do
14761 # Use the presentlang catalog if desiredlang is
14762 # a. equal to presentlang, or
14763 # b. a variant of presentlang (because in this case,
14764 # presentlang can be used as a fallback for messages
14765 # which are not translated in the desiredlang catalog).
14766 case "$desiredlang" in
14767 "$presentlang"*) useit=yes;;
14768 esac
14769 done
14770 if test $useit = yes; then
14771 INST_LINGUAS="$INST_LINGUAS $presentlang"
14773 done
14775 CATALOGS=
14776 if test -n "$INST_LINGUAS"; then
14777 for lang in $INST_LINGUAS; do
14778 CATALOGS="$CATALOGS $lang.gmo"
14779 done
14781 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
14782 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"
14783 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
14784 if test -f "$f"; then
14785 case "$f" in
14786 *.orig | *.bak | *~) ;;
14787 *) cat "$f" >> "$ac_dir/Makefile" ;;
14788 esac
14790 done
14793 esac
14794 done ;;
14796 esac
14797 done # for ac_tag
14800 as_fn_exit 0
14801 _ACEOF
14802 ac_clean_files=$ac_clean_files_save
14804 test $ac_write_fail = 0 ||
14805 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
14808 # configure is writing to config.log, and then calls config.status.
14809 # config.status does its own redirection, appending to config.log.
14810 # Unfortunately, on DOS this fails, as config.log is still kept open
14811 # by configure, so config.status won't be able to write to it; its
14812 # output is simply discarded. So we exec the FD to /dev/null,
14813 # effectively closing config.log, so it can be properly (re)opened and
14814 # appended to by config.status. When coming back to configure, we
14815 # need to make the FD available again.
14816 if test "$no_create" != yes; then
14817 ac_cs_success=:
14818 ac_config_status_args=
14819 test "$silent" = yes &&
14820 ac_config_status_args="$ac_config_status_args --quiet"
14821 exec 5>/dev/null
14822 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14823 exec 5>>config.log
14824 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14825 # would make configure fail if this is the last instruction.
14826 $ac_cs_success || as_fn_exit $?
14828 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14830 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}