PR28827 testcase
[binutils-gdb.git] / opcodes / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for opcodes 2.38.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='opcodes'
589 PACKAGE_TARNAME='opcodes'
590 PACKAGE_VERSION='2.38.50'
591 PACKAGE_STRING='opcodes 2.38.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="z8k-dis.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='am__EXEEXT_FALSE
633 am__EXEEXT_TRUE
634 LTLIBOBJS
635 LIBOBJS
636 BFD_MACHINES
637 archdefs
638 SHARED_DEPENDENCIES
639 SHARED_LIBADD
640 SHARED_LDFLAGS
641 BUILD_LIB_DEPS
642 BUILD_LIBS
643 LIBM
644 cgendir
645 CGEN_MAINT_FALSE
646 CGEN_MAINT_TRUE
647 HDEFINES
648 ENABLE_BFD_64_BIT_FALSE
649 ENABLE_BFD_64_BIT_TRUE
650 EXEEXT_FOR_BUILD
651 CC_FOR_BUILD
652 MSGMERGE
653 MSGFMT
654 MKINSTALLDIRS
655 CATOBJEXT
656 GENCAT
657 INSTOBJEXT
658 DATADIRNAME
659 CATALOGS
660 POSUB
661 GMSGFMT
662 XGETTEXT
663 INCINTL
664 LIBINTL_DEP
665 LIBINTL
666 USE_NLS
667 bfdincludedir
668 bfdlibdir
669 target_noncanonical
670 host_noncanonical
671 INSTALL_LIBBFD_FALSE
672 INSTALL_LIBBFD_TRUE
673 MAINT
674 MAINTAINER_MODE_FALSE
675 MAINTAINER_MODE_TRUE
676 WARN_WRITE_STRINGS
677 NO_WERROR
678 WARN_CFLAGS_FOR_BUILD
679 WARN_CFLAGS
680 OTOOL64
681 OTOOL
682 LIPO
683 NMEDIT
684 DSYMUTIL
685 OBJDUMP
686 LN_S
687 NM
688 ac_ct_DUMPBIN
689 DUMPBIN
690 LD
691 FGREP
692 SED
693 LIBTOOL
694 RANLIB
695 AR
696 EGREP
697 GREP
698 CPP
699 am__fastdepCC_FALSE
700 am__fastdepCC_TRUE
701 CCDEPMODE
702 am__nodep
703 AMDEPBACKSLASH
704 AMDEP_FALSE
705 AMDEP_TRUE
706 am__quote
707 am__include
708 DEPDIR
709 OBJEXT
710 EXEEXT
711 ac_ct_CC
712 CPPFLAGS
713 LDFLAGS
714 CFLAGS
715 CC
716 AM_BACKSLASH
717 AM_DEFAULT_VERBOSITY
718 AM_DEFAULT_V
719 AM_V
720 am__untar
721 am__tar
722 AMTAR
723 am__leading_dot
724 SET_MAKE
725 AWK
726 mkdir_p
727 MKDIR_P
728 INSTALL_STRIP_PROGRAM
729 STRIP
730 install_sh
731 MAKEINFO
732 AUTOHEADER
733 AUTOMAKE
734 AUTOCONF
735 ACLOCAL
736 VERSION
737 PACKAGE
738 CYGPATH_W
739 am__isrc
740 INSTALL_DATA
741 INSTALL_SCRIPT
742 INSTALL_PROGRAM
743 target_os
744 target_vendor
745 target_cpu
746 target
747 host_os
748 host_vendor
749 host_cpu
750 host
751 build_os
752 build_vendor
753 build_cpu
754 build
755 target_alias
756 host_alias
757 build_alias
758 LIBS
759 ECHO_T
760 ECHO_N
761 ECHO_C
762 DEFS
763 mandir
764 localedir
765 libdir
766 psdir
767 pdfdir
768 dvidir
769 htmldir
770 infodir
771 docdir
772 oldincludedir
773 includedir
774 localstatedir
775 sharedstatedir
776 sysconfdir
777 datadir
778 datarootdir
779 libexecdir
780 sbindir
781 bindir
782 program_transform_name
783 prefix
784 exec_prefix
785 PACKAGE_URL
786 PACKAGE_BUGREPORT
787 PACKAGE_STRING
788 PACKAGE_VERSION
789 PACKAGE_TARNAME
790 PACKAGE_NAME
791 PATH_SEPARATOR
792 SHELL'
793 ac_subst_files=''
794 ac_user_opts='
795 enable_option_checking
796 enable_silent_rules
797 enable_dependency_tracking
798 enable_shared
799 enable_static
800 with_pic
801 enable_fast_install
802 with_gnu_ld
803 enable_libtool_lock
804 enable_checking
805 enable_targets
806 enable_werror
807 enable_build_warnings
808 enable_maintainer_mode
809 enable_install_libbfd
810 enable_nls
811 enable_64_bit_bfd
812 enable_cgen_maint
813 '
814 ac_precious_vars='build_alias
815 host_alias
816 target_alias
817 CC
818 CFLAGS
819 LDFLAGS
820 LIBS
821 CPPFLAGS
822 CPP'
823
824
825 # Initialize some variables set by options.
826 ac_init_help=
827 ac_init_version=false
828 ac_unrecognized_opts=
829 ac_unrecognized_sep=
830 # The variables have the same names as the options, with
831 # dashes changed to underlines.
832 cache_file=/dev/null
833 exec_prefix=NONE
834 no_create=
835 no_recursion=
836 prefix=NONE
837 program_prefix=NONE
838 program_suffix=NONE
839 program_transform_name=s,x,x,
840 silent=
841 site=
842 srcdir=
843 verbose=
844 x_includes=NONE
845 x_libraries=NONE
846
847 # Installation directory options.
848 # These are left unexpanded so users can "make install exec_prefix=/foo"
849 # and all the variables that are supposed to be based on exec_prefix
850 # by default will actually change.
851 # Use braces instead of parens because sh, perl, etc. also accept them.
852 # (The list follows the same order as the GNU Coding Standards.)
853 bindir='${exec_prefix}/bin'
854 sbindir='${exec_prefix}/sbin'
855 libexecdir='${exec_prefix}/libexec'
856 datarootdir='${prefix}/share'
857 datadir='${datarootdir}'
858 sysconfdir='${prefix}/etc'
859 sharedstatedir='${prefix}/com'
860 localstatedir='${prefix}/var'
861 includedir='${prefix}/include'
862 oldincludedir='/usr/include'
863 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
864 infodir='${datarootdir}/info'
865 htmldir='${docdir}'
866 dvidir='${docdir}'
867 pdfdir='${docdir}'
868 psdir='${docdir}'
869 libdir='${exec_prefix}/lib'
870 localedir='${datarootdir}/locale'
871 mandir='${datarootdir}/man'
872
873 ac_prev=
874 ac_dashdash=
875 for ac_option
876 do
877 # If the previous option needs an argument, assign it.
878 if test -n "$ac_prev"; then
879 eval $ac_prev=\$ac_option
880 ac_prev=
881 continue
882 fi
883
884 case $ac_option in
885 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
886 *=) ac_optarg= ;;
887 *) ac_optarg=yes ;;
888 esac
889
890 # Accept the important Cygnus configure options, so we can diagnose typos.
891
892 case $ac_dashdash$ac_option in
893 --)
894 ac_dashdash=yes ;;
895
896 -bindir | --bindir | --bindi | --bind | --bin | --bi)
897 ac_prev=bindir ;;
898 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
899 bindir=$ac_optarg ;;
900
901 -build | --build | --buil | --bui | --bu)
902 ac_prev=build_alias ;;
903 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
904 build_alias=$ac_optarg ;;
905
906 -cache-file | --cache-file | --cache-fil | --cache-fi \
907 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
908 ac_prev=cache_file ;;
909 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
910 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
911 cache_file=$ac_optarg ;;
912
913 --config-cache | -C)
914 cache_file=config.cache ;;
915
916 -datadir | --datadir | --datadi | --datad)
917 ac_prev=datadir ;;
918 -datadir=* | --datadir=* | --datadi=* | --datad=*)
919 datadir=$ac_optarg ;;
920
921 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
922 | --dataroo | --dataro | --datar)
923 ac_prev=datarootdir ;;
924 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
925 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
926 datarootdir=$ac_optarg ;;
927
928 -disable-* | --disable-*)
929 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
932 as_fn_error $? "invalid feature name: $ac_useropt"
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937 "enable_$ac_useropt"
938 "*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
941 esac
942 eval enable_$ac_useropt=no ;;
943
944 -docdir | --docdir | --docdi | --doc | --do)
945 ac_prev=docdir ;;
946 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
947 docdir=$ac_optarg ;;
948
949 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
950 ac_prev=dvidir ;;
951 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
952 dvidir=$ac_optarg ;;
953
954 -enable-* | --enable-*)
955 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
956 # Reject names that are not valid shell variable names.
957 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
958 as_fn_error $? "invalid feature name: $ac_useropt"
959 ac_useropt_orig=$ac_useropt
960 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
961 case $ac_user_opts in
962 *"
963 "enable_$ac_useropt"
964 "*) ;;
965 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
966 ac_unrecognized_sep=', ';;
967 esac
968 eval enable_$ac_useropt=\$ac_optarg ;;
969
970 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
971 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
972 | --exec | --exe | --ex)
973 ac_prev=exec_prefix ;;
974 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
975 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
976 | --exec=* | --exe=* | --ex=*)
977 exec_prefix=$ac_optarg ;;
978
979 -gas | --gas | --ga | --g)
980 # Obsolete; use --with-gas.
981 with_gas=yes ;;
982
983 -help | --help | --hel | --he | -h)
984 ac_init_help=long ;;
985 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
986 ac_init_help=recursive ;;
987 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
988 ac_init_help=short ;;
989
990 -host | --host | --hos | --ho)
991 ac_prev=host_alias ;;
992 -host=* | --host=* | --hos=* | --ho=*)
993 host_alias=$ac_optarg ;;
994
995 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
996 ac_prev=htmldir ;;
997 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
998 | --ht=*)
999 htmldir=$ac_optarg ;;
1000
1001 -includedir | --includedir | --includedi | --included | --include \
1002 | --includ | --inclu | --incl | --inc)
1003 ac_prev=includedir ;;
1004 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1005 | --includ=* | --inclu=* | --incl=* | --inc=*)
1006 includedir=$ac_optarg ;;
1007
1008 -infodir | --infodir | --infodi | --infod | --info | --inf)
1009 ac_prev=infodir ;;
1010 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1011 infodir=$ac_optarg ;;
1012
1013 -libdir | --libdir | --libdi | --libd)
1014 ac_prev=libdir ;;
1015 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1016 libdir=$ac_optarg ;;
1017
1018 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1019 | --libexe | --libex | --libe)
1020 ac_prev=libexecdir ;;
1021 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1022 | --libexe=* | --libex=* | --libe=*)
1023 libexecdir=$ac_optarg ;;
1024
1025 -localedir | --localedir | --localedi | --localed | --locale)
1026 ac_prev=localedir ;;
1027 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1028 localedir=$ac_optarg ;;
1029
1030 -localstatedir | --localstatedir | --localstatedi | --localstated \
1031 | --localstate | --localstat | --localsta | --localst | --locals)
1032 ac_prev=localstatedir ;;
1033 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1034 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1035 localstatedir=$ac_optarg ;;
1036
1037 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1038 ac_prev=mandir ;;
1039 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1040 mandir=$ac_optarg ;;
1041
1042 -nfp | --nfp | --nf)
1043 # Obsolete; use --without-fp.
1044 with_fp=no ;;
1045
1046 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1047 | --no-cr | --no-c | -n)
1048 no_create=yes ;;
1049
1050 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1051 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1052 no_recursion=yes ;;
1053
1054 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1055 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1056 | --oldin | --oldi | --old | --ol | --o)
1057 ac_prev=oldincludedir ;;
1058 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1059 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1060 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1061 oldincludedir=$ac_optarg ;;
1062
1063 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1064 ac_prev=prefix ;;
1065 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1066 prefix=$ac_optarg ;;
1067
1068 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1069 | --program-pre | --program-pr | --program-p)
1070 ac_prev=program_prefix ;;
1071 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1072 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1073 program_prefix=$ac_optarg ;;
1074
1075 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1076 | --program-suf | --program-su | --program-s)
1077 ac_prev=program_suffix ;;
1078 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1079 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1080 program_suffix=$ac_optarg ;;
1081
1082 -program-transform-name | --program-transform-name \
1083 | --program-transform-nam | --program-transform-na \
1084 | --program-transform-n | --program-transform- \
1085 | --program-transform | --program-transfor \
1086 | --program-transfo | --program-transf \
1087 | --program-trans | --program-tran \
1088 | --progr-tra | --program-tr | --program-t)
1089 ac_prev=program_transform_name ;;
1090 -program-transform-name=* | --program-transform-name=* \
1091 | --program-transform-nam=* | --program-transform-na=* \
1092 | --program-transform-n=* | --program-transform-=* \
1093 | --program-transform=* | --program-transfor=* \
1094 | --program-transfo=* | --program-transf=* \
1095 | --program-trans=* | --program-tran=* \
1096 | --progr-tra=* | --program-tr=* | --program-t=*)
1097 program_transform_name=$ac_optarg ;;
1098
1099 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1100 ac_prev=pdfdir ;;
1101 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1102 pdfdir=$ac_optarg ;;
1103
1104 -psdir | --psdir | --psdi | --psd | --ps)
1105 ac_prev=psdir ;;
1106 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1107 psdir=$ac_optarg ;;
1108
1109 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1110 | -silent | --silent | --silen | --sile | --sil)
1111 silent=yes ;;
1112
1113 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1114 ac_prev=sbindir ;;
1115 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1116 | --sbi=* | --sb=*)
1117 sbindir=$ac_optarg ;;
1118
1119 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1120 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1121 | --sharedst | --shareds | --shared | --share | --shar \
1122 | --sha | --sh)
1123 ac_prev=sharedstatedir ;;
1124 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1125 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1126 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1127 | --sha=* | --sh=*)
1128 sharedstatedir=$ac_optarg ;;
1129
1130 -site | --site | --sit)
1131 ac_prev=site ;;
1132 -site=* | --site=* | --sit=*)
1133 site=$ac_optarg ;;
1134
1135 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1136 ac_prev=srcdir ;;
1137 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1138 srcdir=$ac_optarg ;;
1139
1140 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1141 | --syscon | --sysco | --sysc | --sys | --sy)
1142 ac_prev=sysconfdir ;;
1143 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1144 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1145 sysconfdir=$ac_optarg ;;
1146
1147 -target | --target | --targe | --targ | --tar | --ta | --t)
1148 ac_prev=target_alias ;;
1149 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1150 target_alias=$ac_optarg ;;
1151
1152 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1153 verbose=yes ;;
1154
1155 -version | --version | --versio | --versi | --vers | -V)
1156 ac_init_version=: ;;
1157
1158 -with-* | --with-*)
1159 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1160 # Reject names that are not valid shell variable names.
1161 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1162 as_fn_error $? "invalid package name: $ac_useropt"
1163 ac_useropt_orig=$ac_useropt
1164 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1165 case $ac_user_opts in
1166 *"
1167 "with_$ac_useropt"
1168 "*) ;;
1169 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1170 ac_unrecognized_sep=', ';;
1171 esac
1172 eval with_$ac_useropt=\$ac_optarg ;;
1173
1174 -without-* | --without-*)
1175 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1176 # Reject names that are not valid shell variable names.
1177 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1178 as_fn_error $? "invalid package name: $ac_useropt"
1179 ac_useropt_orig=$ac_useropt
1180 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1181 case $ac_user_opts in
1182 *"
1183 "with_$ac_useropt"
1184 "*) ;;
1185 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1186 ac_unrecognized_sep=', ';;
1187 esac
1188 eval with_$ac_useropt=no ;;
1189
1190 --x)
1191 # Obsolete; use --with-x.
1192 with_x=yes ;;
1193
1194 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1195 | --x-incl | --x-inc | --x-in | --x-i)
1196 ac_prev=x_includes ;;
1197 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1198 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1199 x_includes=$ac_optarg ;;
1200
1201 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1202 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1203 ac_prev=x_libraries ;;
1204 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1205 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1206 x_libraries=$ac_optarg ;;
1207
1208 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1209 Try \`$0 --help' for more information"
1210 ;;
1211
1212 *=*)
1213 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1214 # Reject names that are not valid shell variable names.
1215 case $ac_envvar in #(
1216 '' | [0-9]* | *[!_$as_cr_alnum]* )
1217 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1218 esac
1219 eval $ac_envvar=\$ac_optarg
1220 export $ac_envvar ;;
1221
1222 *)
1223 # FIXME: should be removed in autoconf 3.0.
1224 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1225 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1226 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1227 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1228 ;;
1229
1230 esac
1231 done
1232
1233 if test -n "$ac_prev"; then
1234 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1235 as_fn_error $? "missing argument to $ac_option"
1236 fi
1237
1238 if test -n "$ac_unrecognized_opts"; then
1239 case $enable_option_checking in
1240 no) ;;
1241 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1242 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1243 esac
1244 fi
1245
1246 # Check all directory arguments for consistency.
1247 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1248 datadir sysconfdir sharedstatedir localstatedir includedir \
1249 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1250 libdir localedir mandir
1251 do
1252 eval ac_val=\$$ac_var
1253 # Remove trailing slashes.
1254 case $ac_val in
1255 */ )
1256 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1257 eval $ac_var=\$ac_val;;
1258 esac
1259 # Be sure to have absolute directory names.
1260 case $ac_val in
1261 [\\/$]* | ?:[\\/]* ) continue;;
1262 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1263 esac
1264 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1265 done
1266
1267 # There might be people who depend on the old broken behavior: `$host'
1268 # used to hold the argument of --host etc.
1269 # FIXME: To remove some day.
1270 build=$build_alias
1271 host=$host_alias
1272 target=$target_alias
1273
1274 # FIXME: To remove some day.
1275 if test "x$host_alias" != x; then
1276 if test "x$build_alias" = x; then
1277 cross_compiling=maybe
1278 elif test "x$build_alias" != "x$host_alias"; then
1279 cross_compiling=yes
1280 fi
1281 fi
1282
1283 ac_tool_prefix=
1284 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1285
1286 test "$silent" = yes && exec 6>/dev/null
1287
1288
1289 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1290 ac_ls_di=`ls -di .` &&
1291 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1292 as_fn_error $? "working directory cannot be determined"
1293 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1294 as_fn_error $? "pwd does not report name of working directory"
1295
1296
1297 # Find the source files, if location was not specified.
1298 if test -z "$srcdir"; then
1299 ac_srcdir_defaulted=yes
1300 # Try the directory containing this script, then the parent directory.
1301 ac_confdir=`$as_dirname -- "$as_myself" ||
1302 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1303 X"$as_myself" : 'X\(//\)[^/]' \| \
1304 X"$as_myself" : 'X\(//\)$' \| \
1305 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1306 $as_echo X"$as_myself" |
1307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1308 s//\1/
1309 q
1310 }
1311 /^X\(\/\/\)[^/].*/{
1312 s//\1/
1313 q
1314 }
1315 /^X\(\/\/\)$/{
1316 s//\1/
1317 q
1318 }
1319 /^X\(\/\).*/{
1320 s//\1/
1321 q
1322 }
1323 s/.*/./; q'`
1324 srcdir=$ac_confdir
1325 if test ! -r "$srcdir/$ac_unique_file"; then
1326 srcdir=..
1327 fi
1328 else
1329 ac_srcdir_defaulted=no
1330 fi
1331 if test ! -r "$srcdir/$ac_unique_file"; then
1332 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1333 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1334 fi
1335 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1336 ac_abs_confdir=`(
1337 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1338 pwd)`
1339 # When building in place, set srcdir=.
1340 if test "$ac_abs_confdir" = "$ac_pwd"; then
1341 srcdir=.
1342 fi
1343 # Remove unnecessary trailing slashes from srcdir.
1344 # Double slashes in file names in object file debugging info
1345 # mess up M-x gdb in Emacs.
1346 case $srcdir in
1347 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1348 esac
1349 for ac_var in $ac_precious_vars; do
1350 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1351 eval ac_env_${ac_var}_value=\$${ac_var}
1352 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1353 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1354 done
1355
1356 #
1357 # Report the --help message.
1358 #
1359 if test "$ac_init_help" = "long"; then
1360 # Omit some internal or obsolete options to make the list less imposing.
1361 # This message is too long to be a string in the A/UX 3.1 sh.
1362 cat <<_ACEOF
1363 \`configure' configures opcodes 2.38.50 to adapt to many kinds of systems.
1364
1365 Usage: $0 [OPTION]... [VAR=VALUE]...
1366
1367 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1368 VAR=VALUE. See below for descriptions of some of the useful variables.
1369
1370 Defaults for the options are specified in brackets.
1371
1372 Configuration:
1373 -h, --help display this help and exit
1374 --help=short display options specific to this package
1375 --help=recursive display the short help of all the included packages
1376 -V, --version display version information and exit
1377 -q, --quiet, --silent do not print \`checking ...' messages
1378 --cache-file=FILE cache test results in FILE [disabled]
1379 -C, --config-cache alias for \`--cache-file=config.cache'
1380 -n, --no-create do not create output files
1381 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1382
1383 Installation directories:
1384 --prefix=PREFIX install architecture-independent files in PREFIX
1385 [$ac_default_prefix]
1386 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1387 [PREFIX]
1388
1389 By default, \`make install' will install all the files in
1390 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1391 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1392 for instance \`--prefix=\$HOME'.
1393
1394 For better control, use the options below.
1395
1396 Fine tuning of the installation directories:
1397 --bindir=DIR user executables [EPREFIX/bin]
1398 --sbindir=DIR system admin executables [EPREFIX/sbin]
1399 --libexecdir=DIR program executables [EPREFIX/libexec]
1400 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1401 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1402 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1403 --libdir=DIR object code libraries [EPREFIX/lib]
1404 --includedir=DIR C header files [PREFIX/include]
1405 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1406 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1407 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1408 --infodir=DIR info documentation [DATAROOTDIR/info]
1409 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1410 --mandir=DIR man documentation [DATAROOTDIR/man]
1411 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1412 --htmldir=DIR html documentation [DOCDIR]
1413 --dvidir=DIR dvi documentation [DOCDIR]
1414 --pdfdir=DIR pdf documentation [DOCDIR]
1415 --psdir=DIR ps documentation [DOCDIR]
1416 _ACEOF
1417
1418 cat <<\_ACEOF
1419
1420 Program names:
1421 --program-prefix=PREFIX prepend PREFIX to installed program names
1422 --program-suffix=SUFFIX append SUFFIX to installed program names
1423 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1424
1425 System types:
1426 --build=BUILD configure for building on BUILD [guessed]
1427 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1428 --target=TARGET configure for building compilers for TARGET [HOST]
1429 _ACEOF
1430 fi
1431
1432 if test -n "$ac_init_help"; then
1433 case $ac_init_help in
1434 short | recursive ) echo "Configuration of opcodes 2.38.50:";;
1435 esac
1436 cat <<\_ACEOF
1437
1438 Optional Features:
1439 --disable-option-checking ignore unrecognized --enable/--with options
1440 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1441 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1442 --enable-silent-rules less verbose build output (undo: "make V=1")
1443 --disable-silent-rules verbose build output (undo: "make V=0")
1444 --enable-dependency-tracking
1445 do not reject slow dependency extractors
1446 --disable-dependency-tracking
1447 speeds up one-time build
1448 --enable-shared[=PKGS] build shared libraries [default=no]
1449 --enable-static[=PKGS] build static libraries [default=yes]
1450 --enable-fast-install[=PKGS]
1451 optimize for fast installation [default=yes]
1452 --disable-libtool-lock avoid locking (might break parallel builds)
1453 --enable-checking enable run-time checks
1454 --enable-targets alternative target configurations
1455 --enable-werror treat compile warnings as errors
1456 --enable-build-warnings enable build-time compiler warnings
1457 --enable-maintainer-mode
1458 enable make rules and dependencies not useful (and
1459 sometimes confusing) to the casual installer
1460 --enable-install-libbfd controls installation of libbfd and related headers
1461 --disable-nls do not use Native Language Support
1462 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1463 --enable-cgen-maint=dir build cgen generated files
1464
1465 Optional Packages:
1466 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1467 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1468 --with-pic try to use only PIC/non-PIC objects [default=use
1469 both]
1470 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1471
1472 Some influential environment variables:
1473 CC C compiler command
1474 CFLAGS C compiler flags
1475 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1476 nonstandard directory <lib dir>
1477 LIBS libraries to pass to the linker, e.g. -l<library>
1478 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1479 you have headers in a nonstandard directory <include dir>
1480 CPP C preprocessor
1481
1482 Use these variables to override the choices made by `configure' or to help
1483 it to find libraries and programs with nonstandard names/locations.
1484
1485 Report bugs to the package provider.
1486 _ACEOF
1487 ac_status=$?
1488 fi
1489
1490 if test "$ac_init_help" = "recursive"; then
1491 # If there are subdirs, report their specific --help.
1492 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1493 test -d "$ac_dir" ||
1494 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1495 continue
1496 ac_builddir=.
1497
1498 case "$ac_dir" in
1499 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1500 *)
1501 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1502 # A ".." for each directory in $ac_dir_suffix.
1503 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1504 case $ac_top_builddir_sub in
1505 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1507 esac ;;
1508 esac
1509 ac_abs_top_builddir=$ac_pwd
1510 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1511 # for backward compatibility:
1512 ac_top_builddir=$ac_top_build_prefix
1513
1514 case $srcdir in
1515 .) # We are building in place.
1516 ac_srcdir=.
1517 ac_top_srcdir=$ac_top_builddir_sub
1518 ac_abs_top_srcdir=$ac_pwd ;;
1519 [\\/]* | ?:[\\/]* ) # Absolute name.
1520 ac_srcdir=$srcdir$ac_dir_suffix;
1521 ac_top_srcdir=$srcdir
1522 ac_abs_top_srcdir=$srcdir ;;
1523 *) # Relative name.
1524 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1525 ac_top_srcdir=$ac_top_build_prefix$srcdir
1526 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1527 esac
1528 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1529
1530 cd "$ac_dir" || { ac_status=$?; continue; }
1531 # Check for guested configure.
1532 if test -f "$ac_srcdir/configure.gnu"; then
1533 echo &&
1534 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1535 elif test -f "$ac_srcdir/configure"; then
1536 echo &&
1537 $SHELL "$ac_srcdir/configure" --help=recursive
1538 else
1539 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1540 fi || ac_status=$?
1541 cd "$ac_pwd" || { ac_status=$?; break; }
1542 done
1543 fi
1544
1545 test -n "$ac_init_help" && exit $ac_status
1546 if $ac_init_version; then
1547 cat <<\_ACEOF
1548 opcodes configure 2.38.50
1549 generated by GNU Autoconf 2.69
1550
1551 Copyright (C) 2012 Free Software Foundation, Inc.
1552 This configure script is free software; the Free Software Foundation
1553 gives unlimited permission to copy, distribute and modify it.
1554 _ACEOF
1555 exit
1556 fi
1557
1558 ## ------------------------ ##
1559 ## Autoconf initialization. ##
1560 ## ------------------------ ##
1561
1562 # ac_fn_c_try_compile LINENO
1563 # --------------------------
1564 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1565 ac_fn_c_try_compile ()
1566 {
1567 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1568 rm -f conftest.$ac_objext
1569 if { { ac_try="$ac_compile"
1570 case "(($ac_try" in
1571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1572 *) ac_try_echo=$ac_try;;
1573 esac
1574 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1575 $as_echo "$ac_try_echo"; } >&5
1576 (eval "$ac_compile") 2>conftest.err
1577 ac_status=$?
1578 if test -s conftest.err; then
1579 grep -v '^ *+' conftest.err >conftest.er1
1580 cat conftest.er1 >&5
1581 mv -f conftest.er1 conftest.err
1582 fi
1583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1584 test $ac_status = 0; } && {
1585 test -z "$ac_c_werror_flag" ||
1586 test ! -s conftest.err
1587 } && test -s conftest.$ac_objext; then :
1588 ac_retval=0
1589 else
1590 $as_echo "$as_me: failed program was:" >&5
1591 sed 's/^/| /' conftest.$ac_ext >&5
1592
1593 ac_retval=1
1594 fi
1595 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1596 as_fn_set_status $ac_retval
1597
1598 } # ac_fn_c_try_compile
1599
1600 # ac_fn_c_try_cpp LINENO
1601 # ----------------------
1602 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1603 ac_fn_c_try_cpp ()
1604 {
1605 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1606 if { { ac_try="$ac_cpp conftest.$ac_ext"
1607 case "(($ac_try" in
1608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1609 *) ac_try_echo=$ac_try;;
1610 esac
1611 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1612 $as_echo "$ac_try_echo"; } >&5
1613 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1614 ac_status=$?
1615 if test -s conftest.err; then
1616 grep -v '^ *+' conftest.err >conftest.er1
1617 cat conftest.er1 >&5
1618 mv -f conftest.er1 conftest.err
1619 fi
1620 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1621 test $ac_status = 0; } > conftest.i && {
1622 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1623 test ! -s conftest.err
1624 }; then :
1625 ac_retval=0
1626 else
1627 $as_echo "$as_me: failed program was:" >&5
1628 sed 's/^/| /' conftest.$ac_ext >&5
1629
1630 ac_retval=1
1631 fi
1632 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1633 as_fn_set_status $ac_retval
1634
1635 } # ac_fn_c_try_cpp
1636
1637 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1638 # -------------------------------------------------------
1639 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1640 # the include files in INCLUDES and setting the cache variable VAR
1641 # accordingly.
1642 ac_fn_c_check_header_mongrel ()
1643 {
1644 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1645 if eval \${$3+:} false; then :
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1647 $as_echo_n "checking for $2... " >&6; }
1648 if eval \${$3+:} false; then :
1649 $as_echo_n "(cached) " >&6
1650 fi
1651 eval ac_res=\$$3
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1653 $as_echo "$ac_res" >&6; }
1654 else
1655 # Is the header compilable?
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1657 $as_echo_n "checking $2 usability... " >&6; }
1658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1659 /* end confdefs.h. */
1660 $4
1661 #include <$2>
1662 _ACEOF
1663 if ac_fn_c_try_compile "$LINENO"; then :
1664 ac_header_compiler=yes
1665 else
1666 ac_header_compiler=no
1667 fi
1668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1670 $as_echo "$ac_header_compiler" >&6; }
1671
1672 # Is the header present?
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1674 $as_echo_n "checking $2 presence... " >&6; }
1675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1676 /* end confdefs.h. */
1677 #include <$2>
1678 _ACEOF
1679 if ac_fn_c_try_cpp "$LINENO"; then :
1680 ac_header_preproc=yes
1681 else
1682 ac_header_preproc=no
1683 fi
1684 rm -f conftest.err conftest.i conftest.$ac_ext
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1686 $as_echo "$ac_header_preproc" >&6; }
1687
1688 # So? What about this header?
1689 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1690 yes:no: )
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1692 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1694 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1695 ;;
1696 no:yes:* )
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1698 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1700 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1702 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1704 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1706 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1707 ;;
1708 esac
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710 $as_echo_n "checking for $2... " >&6; }
1711 if eval \${$3+:} false; then :
1712 $as_echo_n "(cached) " >&6
1713 else
1714 eval "$3=\$ac_header_compiler"
1715 fi
1716 eval ac_res=\$$3
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1718 $as_echo "$ac_res" >&6; }
1719 fi
1720 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1721
1722 } # ac_fn_c_check_header_mongrel
1723
1724 # ac_fn_c_try_run LINENO
1725 # ----------------------
1726 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1727 # that executables *can* be run.
1728 ac_fn_c_try_run ()
1729 {
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 if { { ac_try="$ac_link"
1732 case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735 esac
1736 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737 $as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_link") 2>&5
1739 ac_status=$?
1740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1742 { { case "(($ac_try" in
1743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1744 *) ac_try_echo=$ac_try;;
1745 esac
1746 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1747 $as_echo "$ac_try_echo"; } >&5
1748 (eval "$ac_try") 2>&5
1749 ac_status=$?
1750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1751 test $ac_status = 0; }; }; then :
1752 ac_retval=0
1753 else
1754 $as_echo "$as_me: program exited with status $ac_status" >&5
1755 $as_echo "$as_me: failed program was:" >&5
1756 sed 's/^/| /' conftest.$ac_ext >&5
1757
1758 ac_retval=$ac_status
1759 fi
1760 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762 as_fn_set_status $ac_retval
1763
1764 } # ac_fn_c_try_run
1765
1766 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1767 # -------------------------------------------------------
1768 # Tests whether HEADER exists and can be compiled using the include files in
1769 # INCLUDES, setting the cache variable VAR accordingly.
1770 ac_fn_c_check_header_compile ()
1771 {
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1774 $as_echo_n "checking for $2... " >&6; }
1775 if eval \${$3+:} false; then :
1776 $as_echo_n "(cached) " >&6
1777 else
1778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1779 /* end confdefs.h. */
1780 $4
1781 #include <$2>
1782 _ACEOF
1783 if ac_fn_c_try_compile "$LINENO"; then :
1784 eval "$3=yes"
1785 else
1786 eval "$3=no"
1787 fi
1788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1789 fi
1790 eval ac_res=\$$3
1791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1792 $as_echo "$ac_res" >&6; }
1793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1794
1795 } # ac_fn_c_check_header_compile
1796
1797 # ac_fn_c_try_link LINENO
1798 # -----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded.
1800 ac_fn_c_try_link ()
1801 {
1802 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1803 rm -f conftest.$ac_objext conftest$ac_exeext
1804 if { { ac_try="$ac_link"
1805 case "(($ac_try" in
1806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_link") 2>conftest.err
1812 ac_status=$?
1813 if test -s conftest.err; then
1814 grep -v '^ *+' conftest.err >conftest.er1
1815 cat conftest.er1 >&5
1816 mv -f conftest.er1 conftest.err
1817 fi
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && {
1820 test -z "$ac_c_werror_flag" ||
1821 test ! -s conftest.err
1822 } && test -s conftest$ac_exeext && {
1823 test "$cross_compiling" = yes ||
1824 test -x conftest$ac_exeext
1825 }; then :
1826 ac_retval=0
1827 else
1828 $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.$ac_ext >&5
1830
1831 ac_retval=1
1832 fi
1833 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1834 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1835 # interfere with the next link command; also delete a directory that is
1836 # left behind by Apple's compiler. We do this before executing the actions.
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status $ac_retval
1840
1841 } # ac_fn_c_try_link
1842
1843 # ac_fn_c_check_func LINENO FUNC VAR
1844 # ----------------------------------
1845 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1846 ac_fn_c_check_func ()
1847 {
1848 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1850 $as_echo_n "checking for $2... " >&6; }
1851 if eval \${$3+:} false; then :
1852 $as_echo_n "(cached) " >&6
1853 else
1854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1855 /* end confdefs.h. */
1856 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1857 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1858 #define $2 innocuous_$2
1859
1860 /* System header to define __stub macros and hopefully few prototypes,
1861 which can conflict with char $2 (); below.
1862 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1863 <limits.h> exists even on freestanding compilers. */
1864
1865 #ifdef __STDC__
1866 # include <limits.h>
1867 #else
1868 # include <assert.h>
1869 #endif
1870
1871 #undef $2
1872
1873 /* Override any GCC internal prototype to avoid an error.
1874 Use char because int might match the return type of a GCC
1875 builtin and then its argument prototype would still apply. */
1876 #ifdef __cplusplus
1877 extern "C"
1878 #endif
1879 char $2 ();
1880 /* The GNU C library defines this for functions which it implements
1881 to always fail with ENOSYS. Some functions are actually named
1882 something starting with __ and the normal name is an alias. */
1883 #if defined __stub_$2 || defined __stub___$2
1884 choke me
1885 #endif
1886
1887 int
1888 main ()
1889 {
1890 return $2 ();
1891 ;
1892 return 0;
1893 }
1894 _ACEOF
1895 if ac_fn_c_try_link "$LINENO"; then :
1896 eval "$3=yes"
1897 else
1898 eval "$3=no"
1899 fi
1900 rm -f core conftest.err conftest.$ac_objext \
1901 conftest$ac_exeext conftest.$ac_ext
1902 fi
1903 eval ac_res=\$$3
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1905 $as_echo "$ac_res" >&6; }
1906 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1907
1908 } # ac_fn_c_check_func
1909
1910 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1911 # --------------------------------------------
1912 # Tries to find the compile-time value of EXPR in a program that includes
1913 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1914 # computed
1915 ac_fn_c_compute_int ()
1916 {
1917 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1918 if test "$cross_compiling" = yes; then
1919 # Depending upon the size, compute the lo and hi bounds.
1920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1921 /* end confdefs.h. */
1922 $4
1923 int
1924 main ()
1925 {
1926 static int test_array [1 - 2 * !(($2) >= 0)];
1927 test_array [0] = 0;
1928 return test_array [0];
1929
1930 ;
1931 return 0;
1932 }
1933 _ACEOF
1934 if ac_fn_c_try_compile "$LINENO"; then :
1935 ac_lo=0 ac_mid=0
1936 while :; do
1937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938 /* end confdefs.h. */
1939 $4
1940 int
1941 main ()
1942 {
1943 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1944 test_array [0] = 0;
1945 return test_array [0];
1946
1947 ;
1948 return 0;
1949 }
1950 _ACEOF
1951 if ac_fn_c_try_compile "$LINENO"; then :
1952 ac_hi=$ac_mid; break
1953 else
1954 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1955 if test $ac_lo -le $ac_mid; then
1956 ac_lo= ac_hi=
1957 break
1958 fi
1959 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1960 fi
1961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1962 done
1963 else
1964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1965 /* end confdefs.h. */
1966 $4
1967 int
1968 main ()
1969 {
1970 static int test_array [1 - 2 * !(($2) < 0)];
1971 test_array [0] = 0;
1972 return test_array [0];
1973
1974 ;
1975 return 0;
1976 }
1977 _ACEOF
1978 if ac_fn_c_try_compile "$LINENO"; then :
1979 ac_hi=-1 ac_mid=-1
1980 while :; do
1981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1982 /* end confdefs.h. */
1983 $4
1984 int
1985 main ()
1986 {
1987 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1988 test_array [0] = 0;
1989 return test_array [0];
1990
1991 ;
1992 return 0;
1993 }
1994 _ACEOF
1995 if ac_fn_c_try_compile "$LINENO"; then :
1996 ac_lo=$ac_mid; break
1997 else
1998 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1999 if test $ac_mid -le $ac_hi; then
2000 ac_lo= ac_hi=
2001 break
2002 fi
2003 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2004 fi
2005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2006 done
2007 else
2008 ac_lo= ac_hi=
2009 fi
2010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2011 fi
2012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2013 # Binary search between lo and hi bounds.
2014 while test "x$ac_lo" != "x$ac_hi"; do
2015 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2016 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2017 /* end confdefs.h. */
2018 $4
2019 int
2020 main ()
2021 {
2022 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2023 test_array [0] = 0;
2024 return test_array [0];
2025
2026 ;
2027 return 0;
2028 }
2029 _ACEOF
2030 if ac_fn_c_try_compile "$LINENO"; then :
2031 ac_hi=$ac_mid
2032 else
2033 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2034 fi
2035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2036 done
2037 case $ac_lo in #((
2038 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2039 '') ac_retval=1 ;;
2040 esac
2041 else
2042 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2043 /* end confdefs.h. */
2044 $4
2045 static long int longval () { return $2; }
2046 static unsigned long int ulongval () { return $2; }
2047 #include <stdio.h>
2048 #include <stdlib.h>
2049 int
2050 main ()
2051 {
2052
2053 FILE *f = fopen ("conftest.val", "w");
2054 if (! f)
2055 return 1;
2056 if (($2) < 0)
2057 {
2058 long int i = longval ();
2059 if (i != ($2))
2060 return 1;
2061 fprintf (f, "%ld", i);
2062 }
2063 else
2064 {
2065 unsigned long int i = ulongval ();
2066 if (i != ($2))
2067 return 1;
2068 fprintf (f, "%lu", i);
2069 }
2070 /* Do not output a trailing newline, as this causes \r\n confusion
2071 on some platforms. */
2072 return ferror (f) || fclose (f) != 0;
2073
2074 ;
2075 return 0;
2076 }
2077 _ACEOF
2078 if ac_fn_c_try_run "$LINENO"; then :
2079 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2080 else
2081 ac_retval=1
2082 fi
2083 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2084 conftest.$ac_objext conftest.beam conftest.$ac_ext
2085 rm -f conftest.val
2086
2087 fi
2088 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2089 as_fn_set_status $ac_retval
2090
2091 } # ac_fn_c_compute_int
2092
2093 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2094 # ---------------------------------------------
2095 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2096 # accordingly.
2097 ac_fn_c_check_decl ()
2098 {
2099 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2100 as_decl_name=`echo $2|sed 's/ *(.*//'`
2101 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2103 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2104 if eval \${$3+:} false; then :
2105 $as_echo_n "(cached) " >&6
2106 else
2107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2108 /* end confdefs.h. */
2109 $4
2110 int
2111 main ()
2112 {
2113 #ifndef $as_decl_name
2114 #ifdef __cplusplus
2115 (void) $as_decl_use;
2116 #else
2117 (void) $as_decl_name;
2118 #endif
2119 #endif
2120
2121 ;
2122 return 0;
2123 }
2124 _ACEOF
2125 if ac_fn_c_try_compile "$LINENO"; then :
2126 eval "$3=yes"
2127 else
2128 eval "$3=no"
2129 fi
2130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2131 fi
2132 eval ac_res=\$$3
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2134 $as_echo "$ac_res" >&6; }
2135 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2136
2137 } # ac_fn_c_check_decl
2138 cat >config.log <<_ACEOF
2139 This file contains any messages produced by compilers while
2140 running configure, to aid debugging if configure makes a mistake.
2141
2142 It was created by opcodes $as_me 2.38.50, which was
2143 generated by GNU Autoconf 2.69. Invocation command line was
2144
2145 $ $0 $@
2146
2147 _ACEOF
2148 exec 5>>config.log
2149 {
2150 cat <<_ASUNAME
2151 ## --------- ##
2152 ## Platform. ##
2153 ## --------- ##
2154
2155 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2156 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2157 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2158 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2159 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2160
2161 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2162 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2163
2164 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2165 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2166 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2167 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2168 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2169 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2170 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2171
2172 _ASUNAME
2173
2174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2175 for as_dir in $PATH
2176 do
2177 IFS=$as_save_IFS
2178 test -z "$as_dir" && as_dir=.
2179 $as_echo "PATH: $as_dir"
2180 done
2181 IFS=$as_save_IFS
2182
2183 } >&5
2184
2185 cat >&5 <<_ACEOF
2186
2187
2188 ## ----------- ##
2189 ## Core tests. ##
2190 ## ----------- ##
2191
2192 _ACEOF
2193
2194
2195 # Keep a trace of the command line.
2196 # Strip out --no-create and --no-recursion so they do not pile up.
2197 # Strip out --silent because we don't want to record it for future runs.
2198 # Also quote any args containing shell meta-characters.
2199 # Make two passes to allow for proper duplicate-argument suppression.
2200 ac_configure_args=
2201 ac_configure_args0=
2202 ac_configure_args1=
2203 ac_must_keep_next=false
2204 for ac_pass in 1 2
2205 do
2206 for ac_arg
2207 do
2208 case $ac_arg in
2209 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2210 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2211 | -silent | --silent | --silen | --sile | --sil)
2212 continue ;;
2213 *\'*)
2214 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2215 esac
2216 case $ac_pass in
2217 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2218 2)
2219 as_fn_append ac_configure_args1 " '$ac_arg'"
2220 if test $ac_must_keep_next = true; then
2221 ac_must_keep_next=false # Got value, back to normal.
2222 else
2223 case $ac_arg in
2224 *=* | --config-cache | -C | -disable-* | --disable-* \
2225 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2226 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2227 | -with-* | --with-* | -without-* | --without-* | --x)
2228 case "$ac_configure_args0 " in
2229 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2230 esac
2231 ;;
2232 -* ) ac_must_keep_next=true ;;
2233 esac
2234 fi
2235 as_fn_append ac_configure_args " '$ac_arg'"
2236 ;;
2237 esac
2238 done
2239 done
2240 { ac_configure_args0=; unset ac_configure_args0;}
2241 { ac_configure_args1=; unset ac_configure_args1;}
2242
2243 # When interrupted or exit'd, cleanup temporary files, and complete
2244 # config.log. We remove comments because anyway the quotes in there
2245 # would cause problems or look ugly.
2246 # WARNING: Use '\'' to represent an apostrophe within the trap.
2247 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2248 trap 'exit_status=$?
2249 # Save into config.log some information that might help in debugging.
2250 {
2251 echo
2252
2253 $as_echo "## ---------------- ##
2254 ## Cache variables. ##
2255 ## ---------------- ##"
2256 echo
2257 # The following way of writing the cache mishandles newlines in values,
2258 (
2259 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2260 eval ac_val=\$$ac_var
2261 case $ac_val in #(
2262 *${as_nl}*)
2263 case $ac_var in #(
2264 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2265 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2266 esac
2267 case $ac_var in #(
2268 _ | IFS | as_nl) ;; #(
2269 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2270 *) { eval $ac_var=; unset $ac_var;} ;;
2271 esac ;;
2272 esac
2273 done
2274 (set) 2>&1 |
2275 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2276 *${as_nl}ac_space=\ *)
2277 sed -n \
2278 "s/'\''/'\''\\\\'\'''\''/g;
2279 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2280 ;; #(
2281 *)
2282 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2283 ;;
2284 esac |
2285 sort
2286 )
2287 echo
2288
2289 $as_echo "## ----------------- ##
2290 ## Output variables. ##
2291 ## ----------------- ##"
2292 echo
2293 for ac_var in $ac_subst_vars
2294 do
2295 eval ac_val=\$$ac_var
2296 case $ac_val in
2297 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2298 esac
2299 $as_echo "$ac_var='\''$ac_val'\''"
2300 done | sort
2301 echo
2302
2303 if test -n "$ac_subst_files"; then
2304 $as_echo "## ------------------- ##
2305 ## File substitutions. ##
2306 ## ------------------- ##"
2307 echo
2308 for ac_var in $ac_subst_files
2309 do
2310 eval ac_val=\$$ac_var
2311 case $ac_val in
2312 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2313 esac
2314 $as_echo "$ac_var='\''$ac_val'\''"
2315 done | sort
2316 echo
2317 fi
2318
2319 if test -s confdefs.h; then
2320 $as_echo "## ----------- ##
2321 ## confdefs.h. ##
2322 ## ----------- ##"
2323 echo
2324 cat confdefs.h
2325 echo
2326 fi
2327 test "$ac_signal" != 0 &&
2328 $as_echo "$as_me: caught signal $ac_signal"
2329 $as_echo "$as_me: exit $exit_status"
2330 } >&5
2331 rm -f core *.core core.conftest.* &&
2332 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2333 exit $exit_status
2334 ' 0
2335 for ac_signal in 1 2 13 15; do
2336 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2337 done
2338 ac_signal=0
2339
2340 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2341 rm -f -r conftest* confdefs.h
2342
2343 $as_echo "/* confdefs.h */" > confdefs.h
2344
2345 # Predefined preprocessor variables.
2346
2347 cat >>confdefs.h <<_ACEOF
2348 #define PACKAGE_NAME "$PACKAGE_NAME"
2349 _ACEOF
2350
2351 cat >>confdefs.h <<_ACEOF
2352 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2353 _ACEOF
2354
2355 cat >>confdefs.h <<_ACEOF
2356 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2357 _ACEOF
2358
2359 cat >>confdefs.h <<_ACEOF
2360 #define PACKAGE_STRING "$PACKAGE_STRING"
2361 _ACEOF
2362
2363 cat >>confdefs.h <<_ACEOF
2364 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2365 _ACEOF
2366
2367 cat >>confdefs.h <<_ACEOF
2368 #define PACKAGE_URL "$PACKAGE_URL"
2369 _ACEOF
2370
2371
2372 # Let the site file select an alternate cache file if it wants to.
2373 # Prefer an explicitly selected file to automatically selected ones.
2374 ac_site_file1=NONE
2375 ac_site_file2=NONE
2376 if test -n "$CONFIG_SITE"; then
2377 # We do not want a PATH search for config.site.
2378 case $CONFIG_SITE in #((
2379 -*) ac_site_file1=./$CONFIG_SITE;;
2380 */*) ac_site_file1=$CONFIG_SITE;;
2381 *) ac_site_file1=./$CONFIG_SITE;;
2382 esac
2383 elif test "x$prefix" != xNONE; then
2384 ac_site_file1=$prefix/share/config.site
2385 ac_site_file2=$prefix/etc/config.site
2386 else
2387 ac_site_file1=$ac_default_prefix/share/config.site
2388 ac_site_file2=$ac_default_prefix/etc/config.site
2389 fi
2390 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2391 do
2392 test "x$ac_site_file" = xNONE && continue
2393 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2394 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2395 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2396 sed 's/^/| /' "$ac_site_file" >&5
2397 . "$ac_site_file" \
2398 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2399 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2400 as_fn_error $? "failed to load site script $ac_site_file
2401 See \`config.log' for more details" "$LINENO" 5; }
2402 fi
2403 done
2404
2405 if test -r "$cache_file"; then
2406 # Some versions of bash will fail to source /dev/null (special files
2407 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2408 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2410 $as_echo "$as_me: loading cache $cache_file" >&6;}
2411 case $cache_file in
2412 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2413 *) . "./$cache_file";;
2414 esac
2415 fi
2416 else
2417 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2418 $as_echo "$as_me: creating cache $cache_file" >&6;}
2419 >$cache_file
2420 fi
2421
2422 # Check that the precious variables saved in the cache have kept the same
2423 # value.
2424 ac_cache_corrupted=false
2425 for ac_var in $ac_precious_vars; do
2426 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2427 eval ac_new_set=\$ac_env_${ac_var}_set
2428 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2429 eval ac_new_val=\$ac_env_${ac_var}_value
2430 case $ac_old_set,$ac_new_set in
2431 set,)
2432 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2433 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2434 ac_cache_corrupted=: ;;
2435 ,set)
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2437 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2438 ac_cache_corrupted=: ;;
2439 ,);;
2440 *)
2441 if test "x$ac_old_val" != "x$ac_new_val"; then
2442 # differences in whitespace do not lead to failure.
2443 ac_old_val_w=`echo x $ac_old_val`
2444 ac_new_val_w=`echo x $ac_new_val`
2445 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2447 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2448 ac_cache_corrupted=:
2449 else
2450 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2451 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2452 eval $ac_var=\$ac_old_val
2453 fi
2454 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2455 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2457 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2458 fi;;
2459 esac
2460 # Pass precious variables to config.status.
2461 if test "$ac_new_set" = set; then
2462 case $ac_new_val in
2463 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2464 *) ac_arg=$ac_var=$ac_new_val ;;
2465 esac
2466 case " $ac_configure_args " in
2467 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2468 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2469 esac
2470 fi
2471 done
2472 if $ac_cache_corrupted; then
2473 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2474 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2476 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2477 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2478 fi
2479 ## -------------------- ##
2480 ## Main body of script. ##
2481 ## -------------------- ##
2482
2483 ac_ext=c
2484 ac_cpp='$CPP $CPPFLAGS'
2485 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2486 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2487 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2488
2489
2490
2491
2492
2493
2494
2495 ac_aux_dir=
2496 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2497 if test -f "$ac_dir/install-sh"; then
2498 ac_aux_dir=$ac_dir
2499 ac_install_sh="$ac_aux_dir/install-sh -c"
2500 break
2501 elif test -f "$ac_dir/install.sh"; then
2502 ac_aux_dir=$ac_dir
2503 ac_install_sh="$ac_aux_dir/install.sh -c"
2504 break
2505 elif test -f "$ac_dir/shtool"; then
2506 ac_aux_dir=$ac_dir
2507 ac_install_sh="$ac_aux_dir/shtool install -c"
2508 break
2509 fi
2510 done
2511 if test -z "$ac_aux_dir"; then
2512 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2513 fi
2514
2515 # These three variables are undocumented and unsupported,
2516 # and are intended to be withdrawn in a future Autoconf release.
2517 # They can cause serious problems if a builder's source tree is in a directory
2518 # whose full name contains unusual characters.
2519 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2520 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2521 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2522
2523
2524 # Make sure we can run config.sub.
2525 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2526 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2527
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2529 $as_echo_n "checking build system type... " >&6; }
2530 if ${ac_cv_build+:} false; then :
2531 $as_echo_n "(cached) " >&6
2532 else
2533 ac_build_alias=$build_alias
2534 test "x$ac_build_alias" = x &&
2535 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2536 test "x$ac_build_alias" = x &&
2537 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2538 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2539 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2540
2541 fi
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2543 $as_echo "$ac_cv_build" >&6; }
2544 case $ac_cv_build in
2545 *-*-*) ;;
2546 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2547 esac
2548 build=$ac_cv_build
2549 ac_save_IFS=$IFS; IFS='-'
2550 set x $ac_cv_build
2551 shift
2552 build_cpu=$1
2553 build_vendor=$2
2554 shift; shift
2555 # Remember, the first character of IFS is used to create $*,
2556 # except with old shells:
2557 build_os=$*
2558 IFS=$ac_save_IFS
2559 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2560
2561
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2563 $as_echo_n "checking host system type... " >&6; }
2564 if ${ac_cv_host+:} false; then :
2565 $as_echo_n "(cached) " >&6
2566 else
2567 if test "x$host_alias" = x; then
2568 ac_cv_host=$ac_cv_build
2569 else
2570 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2571 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2572 fi
2573
2574 fi
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2576 $as_echo "$ac_cv_host" >&6; }
2577 case $ac_cv_host in
2578 *-*-*) ;;
2579 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2580 esac
2581 host=$ac_cv_host
2582 ac_save_IFS=$IFS; IFS='-'
2583 set x $ac_cv_host
2584 shift
2585 host_cpu=$1
2586 host_vendor=$2
2587 shift; shift
2588 # Remember, the first character of IFS is used to create $*,
2589 # except with old shells:
2590 host_os=$*
2591 IFS=$ac_save_IFS
2592 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2593
2594
2595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2596 $as_echo_n "checking target system type... " >&6; }
2597 if ${ac_cv_target+:} false; then :
2598 $as_echo_n "(cached) " >&6
2599 else
2600 if test "x$target_alias" = x; then
2601 ac_cv_target=$ac_cv_host
2602 else
2603 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2604 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2605 fi
2606
2607 fi
2608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2609 $as_echo "$ac_cv_target" >&6; }
2610 case $ac_cv_target in
2611 *-*-*) ;;
2612 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2613 esac
2614 target=$ac_cv_target
2615 ac_save_IFS=$IFS; IFS='-'
2616 set x $ac_cv_target
2617 shift
2618 target_cpu=$1
2619 target_vendor=$2
2620 shift; shift
2621 # Remember, the first character of IFS is used to create $*,
2622 # except with old shells:
2623 target_os=$*
2624 IFS=$ac_save_IFS
2625 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2626
2627
2628 # The aliases save the names the user supplied, while $host etc.
2629 # will get canonicalized.
2630 test -n "$target_alias" &&
2631 test "$program_prefix$program_suffix$program_transform_name" = \
2632 NONENONEs,x,x, &&
2633 program_prefix=${target_alias}-
2634
2635 am__api_version='1.15'
2636
2637 # Find a good install program. We prefer a C program (faster),
2638 # so one script is as good as another. But avoid the broken or
2639 # incompatible versions:
2640 # SysV /etc/install, /usr/sbin/install
2641 # SunOS /usr/etc/install
2642 # IRIX /sbin/install
2643 # AIX /bin/install
2644 # AmigaOS /C/install, which installs bootblocks on floppy discs
2645 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2646 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2647 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2648 # OS/2's system install, which has a completely different semantic
2649 # ./install, which can be erroneously created by make from ./install.sh.
2650 # Reject install programs that cannot install multiple files.
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2652 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2653 if test -z "$INSTALL"; then
2654 if ${ac_cv_path_install+:} false; then :
2655 $as_echo_n "(cached) " >&6
2656 else
2657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2658 for as_dir in $PATH
2659 do
2660 IFS=$as_save_IFS
2661 test -z "$as_dir" && as_dir=.
2662 # Account for people who put trailing slashes in PATH elements.
2663 case $as_dir/ in #((
2664 ./ | .// | /[cC]/* | \
2665 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2666 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2667 /usr/ucb/* ) ;;
2668 *)
2669 # OSF1 and SCO ODT 3.0 have their own names for install.
2670 # Don't use installbsd from OSF since it installs stuff as root
2671 # by default.
2672 for ac_prog in ginstall scoinst install; do
2673 for ac_exec_ext in '' $ac_executable_extensions; do
2674 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2675 if test $ac_prog = install &&
2676 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2677 # AIX install. It has an incompatible calling convention.
2678 :
2679 elif test $ac_prog = install &&
2680 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2681 # program-specific install script used by HP pwplus--don't use.
2682 :
2683 else
2684 rm -rf conftest.one conftest.two conftest.dir
2685 echo one > conftest.one
2686 echo two > conftest.two
2687 mkdir conftest.dir
2688 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2689 test -s conftest.one && test -s conftest.two &&
2690 test -s conftest.dir/conftest.one &&
2691 test -s conftest.dir/conftest.two
2692 then
2693 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2694 break 3
2695 fi
2696 fi
2697 fi
2698 done
2699 done
2700 ;;
2701 esac
2702
2703 done
2704 IFS=$as_save_IFS
2705
2706 rm -rf conftest.one conftest.two conftest.dir
2707
2708 fi
2709 if test "${ac_cv_path_install+set}" = set; then
2710 INSTALL=$ac_cv_path_install
2711 else
2712 # As a last resort, use the slow shell script. Don't cache a
2713 # value for INSTALL within a source directory, because that will
2714 # break other packages using the cache if that directory is
2715 # removed, or if the value is a relative name.
2716 INSTALL=$ac_install_sh
2717 fi
2718 fi
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2720 $as_echo "$INSTALL" >&6; }
2721
2722 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2723 # It thinks the first close brace ends the variable substitution.
2724 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2725
2726 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2727
2728 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2729
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2731 $as_echo_n "checking whether build environment is sane... " >&6; }
2732 # Reject unsafe characters in $srcdir or the absolute working directory
2733 # name. Accept space and tab only in the latter.
2734 am_lf='
2735 '
2736 case `pwd` in
2737 *[\\\"\#\$\&\'\`$am_lf]*)
2738 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2739 esac
2740 case $srcdir in
2741 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2742 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2743 esac
2744
2745 # Do 'set' in a subshell so we don't clobber the current shell's
2746 # arguments. Must try -L first in case configure is actually a
2747 # symlink; some systems play weird games with the mod time of symlinks
2748 # (eg FreeBSD returns the mod time of the symlink's containing
2749 # directory).
2750 if (
2751 am_has_slept=no
2752 for am_try in 1 2; do
2753 echo "timestamp, slept: $am_has_slept" > conftest.file
2754 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2755 if test "$*" = "X"; then
2756 # -L didn't work.
2757 set X `ls -t "$srcdir/configure" conftest.file`
2758 fi
2759 if test "$*" != "X $srcdir/configure conftest.file" \
2760 && test "$*" != "X conftest.file $srcdir/configure"; then
2761
2762 # If neither matched, then we have a broken ls. This can happen
2763 # if, for instance, CONFIG_SHELL is bash and it inherits a
2764 # broken ls alias from the environment. This has actually
2765 # happened. Such a system could not be considered "sane".
2766 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2767 alias in your environment" "$LINENO" 5
2768 fi
2769 if test "$2" = conftest.file || test $am_try -eq 2; then
2770 break
2771 fi
2772 # Just in case.
2773 sleep 1
2774 am_has_slept=yes
2775 done
2776 test "$2" = conftest.file
2777 )
2778 then
2779 # Ok.
2780 :
2781 else
2782 as_fn_error $? "newly created file is older than distributed files!
2783 Check your system clock" "$LINENO" 5
2784 fi
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2786 $as_echo "yes" >&6; }
2787 # If we didn't sleep, we still need to ensure time stamps of config.status and
2788 # generated files are strictly newer.
2789 am_sleep_pid=
2790 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2791 ( sleep 1 ) &
2792 am_sleep_pid=$!
2793 fi
2794
2795 rm -f conftest.file
2796
2797 test "$program_prefix" != NONE &&
2798 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2799 # Use a double $ so make ignores it.
2800 test "$program_suffix" != NONE &&
2801 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2802 # Double any \ or $.
2803 # By default was `s,x,x', remove it if useless.
2804 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2805 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2806
2807 # Expand $ac_aux_dir to an absolute path.
2808 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2809
2810 if test x"${MISSING+set}" != xset; then
2811 case $am_aux_dir in
2812 *\ * | *\ *)
2813 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2814 *)
2815 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2816 esac
2817 fi
2818 # Use eval to expand $SHELL
2819 if eval "$MISSING --is-lightweight"; then
2820 am_missing_run="$MISSING "
2821 else
2822 am_missing_run=
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2824 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2825 fi
2826
2827 if test x"${install_sh+set}" != xset; then
2828 case $am_aux_dir in
2829 *\ * | *\ *)
2830 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2831 *)
2832 install_sh="\${SHELL} $am_aux_dir/install-sh"
2833 esac
2834 fi
2835
2836 # Installed binaries are usually stripped using 'strip' when the user
2837 # run "make install-strip". However 'strip' might not be the right
2838 # tool to use in cross-compilation environments, therefore Automake
2839 # will honor the 'STRIP' environment variable to overrule this program.
2840 if test "$cross_compiling" != no; then
2841 if test -n "$ac_tool_prefix"; then
2842 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2843 set dummy ${ac_tool_prefix}strip; ac_word=$2
2844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2845 $as_echo_n "checking for $ac_word... " >&6; }
2846 if ${ac_cv_prog_STRIP+:} false; then :
2847 $as_echo_n "(cached) " >&6
2848 else
2849 if test -n "$STRIP"; then
2850 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2851 else
2852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2853 for as_dir in $PATH
2854 do
2855 IFS=$as_save_IFS
2856 test -z "$as_dir" && as_dir=.
2857 for ac_exec_ext in '' $ac_executable_extensions; do
2858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2859 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2861 break 2
2862 fi
2863 done
2864 done
2865 IFS=$as_save_IFS
2866
2867 fi
2868 fi
2869 STRIP=$ac_cv_prog_STRIP
2870 if test -n "$STRIP"; then
2871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2872 $as_echo "$STRIP" >&6; }
2873 else
2874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2875 $as_echo "no" >&6; }
2876 fi
2877
2878
2879 fi
2880 if test -z "$ac_cv_prog_STRIP"; then
2881 ac_ct_STRIP=$STRIP
2882 # Extract the first word of "strip", so it can be a program name with args.
2883 set dummy strip; ac_word=$2
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2885 $as_echo_n "checking for $ac_word... " >&6; }
2886 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2887 $as_echo_n "(cached) " >&6
2888 else
2889 if test -n "$ac_ct_STRIP"; then
2890 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2891 else
2892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2893 for as_dir in $PATH
2894 do
2895 IFS=$as_save_IFS
2896 test -z "$as_dir" && as_dir=.
2897 for ac_exec_ext in '' $ac_executable_extensions; do
2898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2899 ac_cv_prog_ac_ct_STRIP="strip"
2900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2901 break 2
2902 fi
2903 done
2904 done
2905 IFS=$as_save_IFS
2906
2907 fi
2908 fi
2909 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2910 if test -n "$ac_ct_STRIP"; then
2911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2912 $as_echo "$ac_ct_STRIP" >&6; }
2913 else
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2915 $as_echo "no" >&6; }
2916 fi
2917
2918 if test "x$ac_ct_STRIP" = x; then
2919 STRIP=":"
2920 else
2921 case $cross_compiling:$ac_tool_warned in
2922 yes:)
2923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2925 ac_tool_warned=yes ;;
2926 esac
2927 STRIP=$ac_ct_STRIP
2928 fi
2929 else
2930 STRIP="$ac_cv_prog_STRIP"
2931 fi
2932
2933 fi
2934 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2935
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2937 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2938 if test -z "$MKDIR_P"; then
2939 if ${ac_cv_path_mkdir+:} false; then :
2940 $as_echo_n "(cached) " >&6
2941 else
2942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2943 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2944 do
2945 IFS=$as_save_IFS
2946 test -z "$as_dir" && as_dir=.
2947 for ac_prog in mkdir gmkdir; do
2948 for ac_exec_ext in '' $ac_executable_extensions; do
2949 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2950 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2951 'mkdir (GNU coreutils) '* | \
2952 'mkdir (coreutils) '* | \
2953 'mkdir (fileutils) '4.1*)
2954 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2955 break 3;;
2956 esac
2957 done
2958 done
2959 done
2960 IFS=$as_save_IFS
2961
2962 fi
2963
2964 test -d ./--version && rmdir ./--version
2965 if test "${ac_cv_path_mkdir+set}" = set; then
2966 MKDIR_P="$ac_cv_path_mkdir -p"
2967 else
2968 # As a last resort, use the slow shell script. Don't cache a
2969 # value for MKDIR_P within a source directory, because that will
2970 # break other packages using the cache if that directory is
2971 # removed, or if the value is a relative name.
2972 MKDIR_P="$ac_install_sh -d"
2973 fi
2974 fi
2975 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2976 $as_echo "$MKDIR_P" >&6; }
2977
2978 for ac_prog in gawk mawk nawk awk
2979 do
2980 # Extract the first word of "$ac_prog", so it can be a program name with args.
2981 set dummy $ac_prog; ac_word=$2
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2983 $as_echo_n "checking for $ac_word... " >&6; }
2984 if ${ac_cv_prog_AWK+:} false; then :
2985 $as_echo_n "(cached) " >&6
2986 else
2987 if test -n "$AWK"; then
2988 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2989 else
2990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2991 for as_dir in $PATH
2992 do
2993 IFS=$as_save_IFS
2994 test -z "$as_dir" && as_dir=.
2995 for ac_exec_ext in '' $ac_executable_extensions; do
2996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2997 ac_cv_prog_AWK="$ac_prog"
2998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2999 break 2
3000 fi
3001 done
3002 done
3003 IFS=$as_save_IFS
3004
3005 fi
3006 fi
3007 AWK=$ac_cv_prog_AWK
3008 if test -n "$AWK"; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3010 $as_echo "$AWK" >&6; }
3011 else
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3013 $as_echo "no" >&6; }
3014 fi
3015
3016
3017 test -n "$AWK" && break
3018 done
3019
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3021 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3022 set x ${MAKE-make}
3023 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3024 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3025 $as_echo_n "(cached) " >&6
3026 else
3027 cat >conftest.make <<\_ACEOF
3028 SHELL = /bin/sh
3029 all:
3030 @echo '@@@%%%=$(MAKE)=@@@%%%'
3031 _ACEOF
3032 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3033 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3034 *@@@%%%=?*=@@@%%%*)
3035 eval ac_cv_prog_make_${ac_make}_set=yes;;
3036 *)
3037 eval ac_cv_prog_make_${ac_make}_set=no;;
3038 esac
3039 rm -f conftest.make
3040 fi
3041 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3043 $as_echo "yes" >&6; }
3044 SET_MAKE=
3045 else
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3047 $as_echo "no" >&6; }
3048 SET_MAKE="MAKE=${MAKE-make}"
3049 fi
3050
3051 rm -rf .tst 2>/dev/null
3052 mkdir .tst 2>/dev/null
3053 if test -d .tst; then
3054 am__leading_dot=.
3055 else
3056 am__leading_dot=_
3057 fi
3058 rmdir .tst 2>/dev/null
3059
3060 # Check whether --enable-silent-rules was given.
3061 if test "${enable_silent_rules+set}" = set; then :
3062 enableval=$enable_silent_rules;
3063 fi
3064
3065 case $enable_silent_rules in # (((
3066 yes) AM_DEFAULT_VERBOSITY=0;;
3067 no) AM_DEFAULT_VERBOSITY=1;;
3068 *) AM_DEFAULT_VERBOSITY=1;;
3069 esac
3070 am_make=${MAKE-make}
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3072 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3073 if ${am_cv_make_support_nested_variables+:} false; then :
3074 $as_echo_n "(cached) " >&6
3075 else
3076 if $as_echo 'TRUE=$(BAR$(V))
3077 BAR0=false
3078 BAR1=true
3079 V=1
3080 am__doit:
3081 @$(TRUE)
3082 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3083 am_cv_make_support_nested_variables=yes
3084 else
3085 am_cv_make_support_nested_variables=no
3086 fi
3087 fi
3088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3089 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3090 if test $am_cv_make_support_nested_variables = yes; then
3091 AM_V='$(V)'
3092 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3093 else
3094 AM_V=$AM_DEFAULT_VERBOSITY
3095 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3096 fi
3097 AM_BACKSLASH='\'
3098
3099 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3100 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3101 # is not polluted with repeated "-I."
3102 am__isrc=' -I$(srcdir)'
3103 # test to see if srcdir already configured
3104 if test -f $srcdir/config.status; then
3105 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3106 fi
3107 fi
3108
3109 # test whether we have cygpath
3110 if test -z "$CYGPATH_W"; then
3111 if (cygpath --version) >/dev/null 2>/dev/null; then
3112 CYGPATH_W='cygpath -w'
3113 else
3114 CYGPATH_W=echo
3115 fi
3116 fi
3117
3118
3119 # Define the identity of the package.
3120 PACKAGE='opcodes'
3121 VERSION='2.38.50'
3122
3123
3124 cat >>confdefs.h <<_ACEOF
3125 #define PACKAGE "$PACKAGE"
3126 _ACEOF
3127
3128
3129 cat >>confdefs.h <<_ACEOF
3130 #define VERSION "$VERSION"
3131 _ACEOF
3132
3133 # Some tools Automake needs.
3134
3135 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3136
3137
3138 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3139
3140
3141 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3142
3143
3144 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3145
3146
3147 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3148
3149 # For better backward compatibility. To be removed once Automake 1.9.x
3150 # dies out for good. For more background, see:
3151 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3152 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3153 mkdir_p='$(MKDIR_P)'
3154
3155 # We need awk for the "check" target (and possibly the TAP driver). The
3156 # system "awk" is bad on some platforms.
3157 # Always define AMTAR for backward compatibility. Yes, it's still used
3158 # in the wild :-( We should find a proper way to deprecate it ...
3159 AMTAR='$${TAR-tar}'
3160
3161
3162 # We'll loop over all known methods to create a tar archive until one works.
3163 _am_tools='gnutar pax cpio none'
3164
3165 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3166
3167
3168
3169
3170
3171
3172 # POSIX will say in a future version that running "rm -f" with no argument
3173 # is OK; and we want to be able to make that assumption in our Makefile
3174 # recipes. So use an aggressive probe to check that the usage we want is
3175 # actually supported "in the wild" to an acceptable degree.
3176 # See automake bug#10828.
3177 # To make any issue more visible, cause the running configure to be aborted
3178 # by default if the 'rm' program in use doesn't match our expectations; the
3179 # user can still override this though.
3180 if rm -f && rm -fr && rm -rf; then : OK; else
3181 cat >&2 <<'END'
3182 Oops!
3183
3184 Your 'rm' program seems unable to run without file operands specified
3185 on the command line, even when the '-f' option is present. This is contrary
3186 to the behaviour of most rm programs out there, and not conforming with
3187 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3188
3189 Please tell bug-automake@gnu.org about your system, including the value
3190 of your $PATH and any error possibly output before this message. This
3191 can help us improve future automake versions.
3192
3193 END
3194 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3195 echo 'Configuration will proceed anyway, since you have set the' >&2
3196 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3197 echo >&2
3198 else
3199 cat >&2 <<'END'
3200 Aborting the configuration process, to ensure you take notice of the issue.
3201
3202 You can download and install GNU coreutils to get an 'rm' implementation
3203 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3204
3205 If you want to complete the configuration process using your problematic
3206 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3207 to "yes", and re-run configure.
3208
3209 END
3210 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3211 fi
3212 fi
3213
3214 # Check whether --enable-silent-rules was given.
3215 if test "${enable_silent_rules+set}" = set; then :
3216 enableval=$enable_silent_rules;
3217 fi
3218
3219 case $enable_silent_rules in # (((
3220 yes) AM_DEFAULT_VERBOSITY=0;;
3221 no) AM_DEFAULT_VERBOSITY=1;;
3222 *) AM_DEFAULT_VERBOSITY=0;;
3223 esac
3224 am_make=${MAKE-make}
3225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3226 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3227 if ${am_cv_make_support_nested_variables+:} false; then :
3228 $as_echo_n "(cached) " >&6
3229 else
3230 if $as_echo 'TRUE=$(BAR$(V))
3231 BAR0=false
3232 BAR1=true
3233 V=1
3234 am__doit:
3235 @$(TRUE)
3236 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3237 am_cv_make_support_nested_variables=yes
3238 else
3239 am_cv_make_support_nested_variables=no
3240 fi
3241 fi
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3243 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3244 if test $am_cv_make_support_nested_variables = yes; then
3245 AM_V='$(V)'
3246 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3247 else
3248 AM_V=$AM_DEFAULT_VERBOSITY
3249 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3250 fi
3251 AM_BACKSLASH='\'
3252
3253
3254 ac_ext=c
3255 ac_cpp='$CPP $CPPFLAGS'
3256 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3257 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3258 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3259 if test -n "$ac_tool_prefix"; then
3260 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3261 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3263 $as_echo_n "checking for $ac_word... " >&6; }
3264 if ${ac_cv_prog_CC+:} false; then :
3265 $as_echo_n "(cached) " >&6
3266 else
3267 if test -n "$CC"; then
3268 ac_cv_prog_CC="$CC" # Let the user override the test.
3269 else
3270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3271 for as_dir in $PATH
3272 do
3273 IFS=$as_save_IFS
3274 test -z "$as_dir" && as_dir=.
3275 for ac_exec_ext in '' $ac_executable_extensions; do
3276 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3277 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3279 break 2
3280 fi
3281 done
3282 done
3283 IFS=$as_save_IFS
3284
3285 fi
3286 fi
3287 CC=$ac_cv_prog_CC
3288 if test -n "$CC"; then
3289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3290 $as_echo "$CC" >&6; }
3291 else
3292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3293 $as_echo "no" >&6; }
3294 fi
3295
3296
3297 fi
3298 if test -z "$ac_cv_prog_CC"; then
3299 ac_ct_CC=$CC
3300 # Extract the first word of "gcc", so it can be a program name with args.
3301 set dummy gcc; ac_word=$2
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3303 $as_echo_n "checking for $ac_word... " >&6; }
3304 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3305 $as_echo_n "(cached) " >&6
3306 else
3307 if test -n "$ac_ct_CC"; then
3308 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3309 else
3310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3311 for as_dir in $PATH
3312 do
3313 IFS=$as_save_IFS
3314 test -z "$as_dir" && as_dir=.
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3317 ac_cv_prog_ac_ct_CC="gcc"
3318 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3319 break 2
3320 fi
3321 done
3322 done
3323 IFS=$as_save_IFS
3324
3325 fi
3326 fi
3327 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3328 if test -n "$ac_ct_CC"; then
3329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3330 $as_echo "$ac_ct_CC" >&6; }
3331 else
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3333 $as_echo "no" >&6; }
3334 fi
3335
3336 if test "x$ac_ct_CC" = x; then
3337 CC=""
3338 else
3339 case $cross_compiling:$ac_tool_warned in
3340 yes:)
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3342 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3343 ac_tool_warned=yes ;;
3344 esac
3345 CC=$ac_ct_CC
3346 fi
3347 else
3348 CC="$ac_cv_prog_CC"
3349 fi
3350
3351 if test -z "$CC"; then
3352 if test -n "$ac_tool_prefix"; then
3353 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3354 set dummy ${ac_tool_prefix}cc; ac_word=$2
3355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3356 $as_echo_n "checking for $ac_word... " >&6; }
3357 if ${ac_cv_prog_CC+:} false; then :
3358 $as_echo_n "(cached) " >&6
3359 else
3360 if test -n "$CC"; then
3361 ac_cv_prog_CC="$CC" # Let the user override the test.
3362 else
3363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3364 for as_dir in $PATH
3365 do
3366 IFS=$as_save_IFS
3367 test -z "$as_dir" && as_dir=.
3368 for ac_exec_ext in '' $ac_executable_extensions; do
3369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3370 ac_cv_prog_CC="${ac_tool_prefix}cc"
3371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3372 break 2
3373 fi
3374 done
3375 done
3376 IFS=$as_save_IFS
3377
3378 fi
3379 fi
3380 CC=$ac_cv_prog_CC
3381 if test -n "$CC"; then
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3383 $as_echo "$CC" >&6; }
3384 else
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3386 $as_echo "no" >&6; }
3387 fi
3388
3389
3390 fi
3391 fi
3392 if test -z "$CC"; then
3393 # Extract the first word of "cc", so it can be a program name with args.
3394 set dummy cc; ac_word=$2
3395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3396 $as_echo_n "checking for $ac_word... " >&6; }
3397 if ${ac_cv_prog_CC+:} false; then :
3398 $as_echo_n "(cached) " >&6
3399 else
3400 if test -n "$CC"; then
3401 ac_cv_prog_CC="$CC" # Let the user override the test.
3402 else
3403 ac_prog_rejected=no
3404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3405 for as_dir in $PATH
3406 do
3407 IFS=$as_save_IFS
3408 test -z "$as_dir" && as_dir=.
3409 for ac_exec_ext in '' $ac_executable_extensions; do
3410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3411 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3412 ac_prog_rejected=yes
3413 continue
3414 fi
3415 ac_cv_prog_CC="cc"
3416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3417 break 2
3418 fi
3419 done
3420 done
3421 IFS=$as_save_IFS
3422
3423 if test $ac_prog_rejected = yes; then
3424 # We found a bogon in the path, so make sure we never use it.
3425 set dummy $ac_cv_prog_CC
3426 shift
3427 if test $# != 0; then
3428 # We chose a different compiler from the bogus one.
3429 # However, it has the same basename, so the bogon will be chosen
3430 # first if we set CC to just the basename; use the full file name.
3431 shift
3432 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3433 fi
3434 fi
3435 fi
3436 fi
3437 CC=$ac_cv_prog_CC
3438 if test -n "$CC"; then
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3440 $as_echo "$CC" >&6; }
3441 else
3442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3443 $as_echo "no" >&6; }
3444 fi
3445
3446
3447 fi
3448 if test -z "$CC"; then
3449 if test -n "$ac_tool_prefix"; then
3450 for ac_prog in cl.exe
3451 do
3452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3453 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3455 $as_echo_n "checking for $ac_word... " >&6; }
3456 if ${ac_cv_prog_CC+:} false; then :
3457 $as_echo_n "(cached) " >&6
3458 else
3459 if test -n "$CC"; then
3460 ac_cv_prog_CC="$CC" # Let the user override the test.
3461 else
3462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3463 for as_dir in $PATH
3464 do
3465 IFS=$as_save_IFS
3466 test -z "$as_dir" && as_dir=.
3467 for ac_exec_ext in '' $ac_executable_extensions; do
3468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3469 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3471 break 2
3472 fi
3473 done
3474 done
3475 IFS=$as_save_IFS
3476
3477 fi
3478 fi
3479 CC=$ac_cv_prog_CC
3480 if test -n "$CC"; then
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3482 $as_echo "$CC" >&6; }
3483 else
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3485 $as_echo "no" >&6; }
3486 fi
3487
3488
3489 test -n "$CC" && break
3490 done
3491 fi
3492 if test -z "$CC"; then
3493 ac_ct_CC=$CC
3494 for ac_prog in cl.exe
3495 do
3496 # Extract the first word of "$ac_prog", so it can be a program name with args.
3497 set dummy $ac_prog; ac_word=$2
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3499 $as_echo_n "checking for $ac_word... " >&6; }
3500 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3501 $as_echo_n "(cached) " >&6
3502 else
3503 if test -n "$ac_ct_CC"; then
3504 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3505 else
3506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3507 for as_dir in $PATH
3508 do
3509 IFS=$as_save_IFS
3510 test -z "$as_dir" && as_dir=.
3511 for ac_exec_ext in '' $ac_executable_extensions; do
3512 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3513 ac_cv_prog_ac_ct_CC="$ac_prog"
3514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3515 break 2
3516 fi
3517 done
3518 done
3519 IFS=$as_save_IFS
3520
3521 fi
3522 fi
3523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3524 if test -n "$ac_ct_CC"; then
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3526 $as_echo "$ac_ct_CC" >&6; }
3527 else
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3529 $as_echo "no" >&6; }
3530 fi
3531
3532
3533 test -n "$ac_ct_CC" && break
3534 done
3535
3536 if test "x$ac_ct_CC" = x; then
3537 CC=""
3538 else
3539 case $cross_compiling:$ac_tool_warned in
3540 yes:)
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3542 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3543 ac_tool_warned=yes ;;
3544 esac
3545 CC=$ac_ct_CC
3546 fi
3547 fi
3548
3549 fi
3550
3551
3552 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3553 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3554 as_fn_error $? "no acceptable C compiler found in \$PATH
3555 See \`config.log' for more details" "$LINENO" 5; }
3556
3557 # Provide some information about the compiler.
3558 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3559 set X $ac_compile
3560 ac_compiler=$2
3561 for ac_option in --version -v -V -qversion; do
3562 { { ac_try="$ac_compiler $ac_option >&5"
3563 case "(($ac_try" in
3564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3565 *) ac_try_echo=$ac_try;;
3566 esac
3567 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3568 $as_echo "$ac_try_echo"; } >&5
3569 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3570 ac_status=$?
3571 if test -s conftest.err; then
3572 sed '10a\
3573 ... rest of stderr output deleted ...
3574 10q' conftest.err >conftest.er1
3575 cat conftest.er1 >&5
3576 fi
3577 rm -f conftest.er1 conftest.err
3578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3579 test $ac_status = 0; }
3580 done
3581
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3584
3585 int
3586 main ()
3587 {
3588
3589 ;
3590 return 0;
3591 }
3592 _ACEOF
3593 ac_clean_files_save=$ac_clean_files
3594 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3595 # Try to create an executable without -o first, disregard a.out.
3596 # It will help us diagnose broken compilers, and finding out an intuition
3597 # of exeext.
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3599 $as_echo_n "checking whether the C compiler works... " >&6; }
3600 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3601
3602 # The possible output files:
3603 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3604
3605 ac_rmfiles=
3606 for ac_file in $ac_files
3607 do
3608 case $ac_file in
3609 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3610 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3611 esac
3612 done
3613 rm -f $ac_rmfiles
3614
3615 if { { ac_try="$ac_link_default"
3616 case "(($ac_try" in
3617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618 *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3621 $as_echo "$ac_try_echo"; } >&5
3622 (eval "$ac_link_default") 2>&5
3623 ac_status=$?
3624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3625 test $ac_status = 0; }; then :
3626 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3627 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3628 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3629 # so that the user can short-circuit this test for compilers unknown to
3630 # Autoconf.
3631 for ac_file in $ac_files ''
3632 do
3633 test -f "$ac_file" || continue
3634 case $ac_file in
3635 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3636 ;;
3637 [ab].out )
3638 # We found the default executable, but exeext='' is most
3639 # certainly right.
3640 break;;
3641 *.* )
3642 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3643 then :; else
3644 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3645 fi
3646 # We set ac_cv_exeext here because the later test for it is not
3647 # safe: cross compilers may not add the suffix if given an `-o'
3648 # argument, so we may need to know it at that point already.
3649 # Even if this section looks crufty: it has the advantage of
3650 # actually working.
3651 break;;
3652 * )
3653 break;;
3654 esac
3655 done
3656 test "$ac_cv_exeext" = no && ac_cv_exeext=
3657
3658 else
3659 ac_file=''
3660 fi
3661 if test -z "$ac_file"; then :
3662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3663 $as_echo "no" >&6; }
3664 $as_echo "$as_me: failed program was:" >&5
3665 sed 's/^/| /' conftest.$ac_ext >&5
3666
3667 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3668 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3669 as_fn_error 77 "C compiler cannot create executables
3670 See \`config.log' for more details" "$LINENO" 5; }
3671 else
3672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3673 $as_echo "yes" >&6; }
3674 fi
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3676 $as_echo_n "checking for C compiler default output file name... " >&6; }
3677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3678 $as_echo "$ac_file" >&6; }
3679 ac_exeext=$ac_cv_exeext
3680
3681 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3682 ac_clean_files=$ac_clean_files_save
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3684 $as_echo_n "checking for suffix of executables... " >&6; }
3685 if { { ac_try="$ac_link"
3686 case "(($ac_try" in
3687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3688 *) ac_try_echo=$ac_try;;
3689 esac
3690 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3691 $as_echo "$ac_try_echo"; } >&5
3692 (eval "$ac_link") 2>&5
3693 ac_status=$?
3694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3695 test $ac_status = 0; }; then :
3696 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3697 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3698 # work properly (i.e., refer to `conftest.exe'), while it won't with
3699 # `rm'.
3700 for ac_file in conftest.exe conftest conftest.*; do
3701 test -f "$ac_file" || continue
3702 case $ac_file in
3703 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3704 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3705 break;;
3706 * ) break;;
3707 esac
3708 done
3709 else
3710 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3712 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3713 See \`config.log' for more details" "$LINENO" 5; }
3714 fi
3715 rm -f conftest conftest$ac_cv_exeext
3716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3717 $as_echo "$ac_cv_exeext" >&6; }
3718
3719 rm -f conftest.$ac_ext
3720 EXEEXT=$ac_cv_exeext
3721 ac_exeext=$EXEEXT
3722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3723 /* end confdefs.h. */
3724 #include <stdio.h>
3725 int
3726 main ()
3727 {
3728 FILE *f = fopen ("conftest.out", "w");
3729 return ferror (f) || fclose (f) != 0;
3730
3731 ;
3732 return 0;
3733 }
3734 _ACEOF
3735 ac_clean_files="$ac_clean_files conftest.out"
3736 # Check that the compiler produces executables we can run. If not, either
3737 # the compiler is broken, or we cross compile.
3738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3739 $as_echo_n "checking whether we are cross compiling... " >&6; }
3740 if test "$cross_compiling" != yes; then
3741 { { ac_try="$ac_link"
3742 case "(($ac_try" in
3743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3744 *) ac_try_echo=$ac_try;;
3745 esac
3746 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3747 $as_echo "$ac_try_echo"; } >&5
3748 (eval "$ac_link") 2>&5
3749 ac_status=$?
3750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3751 test $ac_status = 0; }
3752 if { ac_try='./conftest$ac_cv_exeext'
3753 { { case "(($ac_try" in
3754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3755 *) ac_try_echo=$ac_try;;
3756 esac
3757 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3758 $as_echo "$ac_try_echo"; } >&5
3759 (eval "$ac_try") 2>&5
3760 ac_status=$?
3761 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3762 test $ac_status = 0; }; }; then
3763 cross_compiling=no
3764 else
3765 if test "$cross_compiling" = maybe; then
3766 cross_compiling=yes
3767 else
3768 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3769 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3770 as_fn_error $? "cannot run C compiled programs.
3771 If you meant to cross compile, use \`--host'.
3772 See \`config.log' for more details" "$LINENO" 5; }
3773 fi
3774 fi
3775 fi
3776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3777 $as_echo "$cross_compiling" >&6; }
3778
3779 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3780 ac_clean_files=$ac_clean_files_save
3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3782 $as_echo_n "checking for suffix of object files... " >&6; }
3783 if ${ac_cv_objext+:} false; then :
3784 $as_echo_n "(cached) " >&6
3785 else
3786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3787 /* end confdefs.h. */
3788
3789 int
3790 main ()
3791 {
3792
3793 ;
3794 return 0;
3795 }
3796 _ACEOF
3797 rm -f conftest.o conftest.obj
3798 if { { ac_try="$ac_compile"
3799 case "(($ac_try" in
3800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3801 *) ac_try_echo=$ac_try;;
3802 esac
3803 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3804 $as_echo "$ac_try_echo"; } >&5
3805 (eval "$ac_compile") 2>&5
3806 ac_status=$?
3807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3808 test $ac_status = 0; }; then :
3809 for ac_file in conftest.o conftest.obj conftest.*; do
3810 test -f "$ac_file" || continue;
3811 case $ac_file in
3812 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3813 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3814 break;;
3815 esac
3816 done
3817 else
3818 $as_echo "$as_me: failed program was:" >&5
3819 sed 's/^/| /' conftest.$ac_ext >&5
3820
3821 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3822 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3823 as_fn_error $? "cannot compute suffix of object files: cannot compile
3824 See \`config.log' for more details" "$LINENO" 5; }
3825 fi
3826 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3827 fi
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3829 $as_echo "$ac_cv_objext" >&6; }
3830 OBJEXT=$ac_cv_objext
3831 ac_objext=$OBJEXT
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3833 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3834 if ${ac_cv_c_compiler_gnu+:} false; then :
3835 $as_echo_n "(cached) " >&6
3836 else
3837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3838 /* end confdefs.h. */
3839
3840 int
3841 main ()
3842 {
3843 #ifndef __GNUC__
3844 choke me
3845 #endif
3846
3847 ;
3848 return 0;
3849 }
3850 _ACEOF
3851 if ac_fn_c_try_compile "$LINENO"; then :
3852 ac_compiler_gnu=yes
3853 else
3854 ac_compiler_gnu=no
3855 fi
3856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3857 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3858
3859 fi
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3861 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3862 if test $ac_compiler_gnu = yes; then
3863 GCC=yes
3864 else
3865 GCC=
3866 fi
3867 ac_test_CFLAGS=${CFLAGS+set}
3868 ac_save_CFLAGS=$CFLAGS
3869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3870 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3871 if ${ac_cv_prog_cc_g+:} false; then :
3872 $as_echo_n "(cached) " >&6
3873 else
3874 ac_save_c_werror_flag=$ac_c_werror_flag
3875 ac_c_werror_flag=yes
3876 ac_cv_prog_cc_g=no
3877 CFLAGS="-g"
3878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3879 /* end confdefs.h. */
3880
3881 int
3882 main ()
3883 {
3884
3885 ;
3886 return 0;
3887 }
3888 _ACEOF
3889 if ac_fn_c_try_compile "$LINENO"; then :
3890 ac_cv_prog_cc_g=yes
3891 else
3892 CFLAGS=""
3893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3894 /* end confdefs.h. */
3895
3896 int
3897 main ()
3898 {
3899
3900 ;
3901 return 0;
3902 }
3903 _ACEOF
3904 if ac_fn_c_try_compile "$LINENO"; then :
3905
3906 else
3907 ac_c_werror_flag=$ac_save_c_werror_flag
3908 CFLAGS="-g"
3909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3910 /* end confdefs.h. */
3911
3912 int
3913 main ()
3914 {
3915
3916 ;
3917 return 0;
3918 }
3919 _ACEOF
3920 if ac_fn_c_try_compile "$LINENO"; then :
3921 ac_cv_prog_cc_g=yes
3922 fi
3923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3924 fi
3925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3926 fi
3927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3928 ac_c_werror_flag=$ac_save_c_werror_flag
3929 fi
3930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3931 $as_echo "$ac_cv_prog_cc_g" >&6; }
3932 if test "$ac_test_CFLAGS" = set; then
3933 CFLAGS=$ac_save_CFLAGS
3934 elif test $ac_cv_prog_cc_g = yes; then
3935 if test "$GCC" = yes; then
3936 CFLAGS="-g -O2"
3937 else
3938 CFLAGS="-g"
3939 fi
3940 else
3941 if test "$GCC" = yes; then
3942 CFLAGS="-O2"
3943 else
3944 CFLAGS=
3945 fi
3946 fi
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3948 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3949 if ${ac_cv_prog_cc_c89+:} false; then :
3950 $as_echo_n "(cached) " >&6
3951 else
3952 ac_cv_prog_cc_c89=no
3953 ac_save_CC=$CC
3954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3955 /* end confdefs.h. */
3956 #include <stdarg.h>
3957 #include <stdio.h>
3958 struct stat;
3959 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3960 struct buf { int x; };
3961 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3962 static char *e (p, i)
3963 char **p;
3964 int i;
3965 {
3966 return p[i];
3967 }
3968 static char *f (char * (*g) (char **, int), char **p, ...)
3969 {
3970 char *s;
3971 va_list v;
3972 va_start (v,p);
3973 s = g (p, va_arg (v,int));
3974 va_end (v);
3975 return s;
3976 }
3977
3978 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3979 function prototypes and stuff, but not '\xHH' hex character constants.
3980 These don't provoke an error unfortunately, instead are silently treated
3981 as 'x'. The following induces an error, until -std is added to get
3982 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3983 array size at least. It's necessary to write '\x00'==0 to get something
3984 that's true only with -std. */
3985 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3986
3987 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3988 inside strings and character constants. */
3989 #define FOO(x) 'x'
3990 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3991
3992 int test (int i, double x);
3993 struct s1 {int (*f) (int a);};
3994 struct s2 {int (*f) (double a);};
3995 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3996 int argc;
3997 char **argv;
3998 int
3999 main ()
4000 {
4001 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4002 ;
4003 return 0;
4004 }
4005 _ACEOF
4006 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4007 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4008 do
4009 CC="$ac_save_CC $ac_arg"
4010 if ac_fn_c_try_compile "$LINENO"; then :
4011 ac_cv_prog_cc_c89=$ac_arg
4012 fi
4013 rm -f core conftest.err conftest.$ac_objext
4014 test "x$ac_cv_prog_cc_c89" != "xno" && break
4015 done
4016 rm -f conftest.$ac_ext
4017 CC=$ac_save_CC
4018
4019 fi
4020 # AC_CACHE_VAL
4021 case "x$ac_cv_prog_cc_c89" in
4022 x)
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4024 $as_echo "none needed" >&6; } ;;
4025 xno)
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4027 $as_echo "unsupported" >&6; } ;;
4028 *)
4029 CC="$CC $ac_cv_prog_cc_c89"
4030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4031 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4032 esac
4033 if test "x$ac_cv_prog_cc_c89" != xno; then :
4034
4035 fi
4036
4037 ac_ext=c
4038 ac_cpp='$CPP $CPPFLAGS'
4039 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4040 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4041 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4042
4043 ac_ext=c
4044 ac_cpp='$CPP $CPPFLAGS'
4045 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4046 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4047 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4049 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4050 if ${am_cv_prog_cc_c_o+:} false; then :
4051 $as_echo_n "(cached) " >&6
4052 else
4053 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4054 /* end confdefs.h. */
4055
4056 int
4057 main ()
4058 {
4059
4060 ;
4061 return 0;
4062 }
4063 _ACEOF
4064 # Make sure it works both with $CC and with simple cc.
4065 # Following AC_PROG_CC_C_O, we do the test twice because some
4066 # compilers refuse to overwrite an existing .o file with -o,
4067 # though they will create one.
4068 am_cv_prog_cc_c_o=yes
4069 for am_i in 1 2; do
4070 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4071 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4072 ac_status=$?
4073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4074 (exit $ac_status); } \
4075 && test -f conftest2.$ac_objext; then
4076 : OK
4077 else
4078 am_cv_prog_cc_c_o=no
4079 break
4080 fi
4081 done
4082 rm -f core conftest*
4083 unset am_i
4084 fi
4085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4086 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4087 if test "$am_cv_prog_cc_c_o" != yes; then
4088 # Losing compiler, so override with the script.
4089 # FIXME: It is wrong to rewrite CC.
4090 # But if we don't then we get into trouble of one sort or another.
4091 # A longer-term fix would be to have automake use am__CC in this case,
4092 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4093 CC="$am_aux_dir/compile $CC"
4094 fi
4095 ac_ext=c
4096 ac_cpp='$CPP $CPPFLAGS'
4097 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4098 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4099 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4100
4101 DEPDIR="${am__leading_dot}deps"
4102
4103 ac_config_commands="$ac_config_commands depfiles"
4104
4105
4106 am_make=${MAKE-make}
4107 cat > confinc << 'END'
4108 am__doit:
4109 @echo this is the am__doit target
4110 .PHONY: am__doit
4111 END
4112 # If we don't find an include directive, just comment out the code.
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4114 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4115 am__include="#"
4116 am__quote=
4117 _am_result=none
4118 # First try GNU make style include.
4119 echo "include confinc" > confmf
4120 # Ignore all kinds of additional output from 'make'.
4121 case `$am_make -s -f confmf 2> /dev/null` in #(
4122 *the\ am__doit\ target*)
4123 am__include=include
4124 am__quote=
4125 _am_result=GNU
4126 ;;
4127 esac
4128 # Now try BSD make style include.
4129 if test "$am__include" = "#"; then
4130 echo '.include "confinc"' > confmf
4131 case `$am_make -s -f confmf 2> /dev/null` in #(
4132 *the\ am__doit\ target*)
4133 am__include=.include
4134 am__quote="\""
4135 _am_result=BSD
4136 ;;
4137 esac
4138 fi
4139
4140
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4142 $as_echo "$_am_result" >&6; }
4143 rm -f confinc confmf
4144
4145 # Check whether --enable-dependency-tracking was given.
4146 if test "${enable_dependency_tracking+set}" = set; then :
4147 enableval=$enable_dependency_tracking;
4148 fi
4149
4150 if test "x$enable_dependency_tracking" != xno; then
4151 am_depcomp="$ac_aux_dir/depcomp"
4152 AMDEPBACKSLASH='\'
4153 am__nodep='_no'
4154 fi
4155 if test "x$enable_dependency_tracking" != xno; then
4156 AMDEP_TRUE=
4157 AMDEP_FALSE='#'
4158 else
4159 AMDEP_TRUE='#'
4160 AMDEP_FALSE=
4161 fi
4162
4163
4164
4165 depcc="$CC" am_compiler_list=
4166
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4168 $as_echo_n "checking dependency style of $depcc... " >&6; }
4169 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4170 $as_echo_n "(cached) " >&6
4171 else
4172 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4173 # We make a subdir and do the tests there. Otherwise we can end up
4174 # making bogus files that we don't know about and never remove. For
4175 # instance it was reported that on HP-UX the gcc test will end up
4176 # making a dummy file named 'D' -- because '-MD' means "put the output
4177 # in D".
4178 rm -rf conftest.dir
4179 mkdir conftest.dir
4180 # Copy depcomp to subdir because otherwise we won't find it if we're
4181 # using a relative directory.
4182 cp "$am_depcomp" conftest.dir
4183 cd conftest.dir
4184 # We will build objects and dependencies in a subdirectory because
4185 # it helps to detect inapplicable dependency modes. For instance
4186 # both Tru64's cc and ICC support -MD to output dependencies as a
4187 # side effect of compilation, but ICC will put the dependencies in
4188 # the current directory while Tru64 will put them in the object
4189 # directory.
4190 mkdir sub
4191
4192 am_cv_CC_dependencies_compiler_type=none
4193 if test "$am_compiler_list" = ""; then
4194 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4195 fi
4196 am__universal=false
4197 case " $depcc " in #(
4198 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4199 esac
4200
4201 for depmode in $am_compiler_list; do
4202 # Setup a source with many dependencies, because some compilers
4203 # like to wrap large dependency lists on column 80 (with \), and
4204 # we should not choose a depcomp mode which is confused by this.
4205 #
4206 # We need to recreate these files for each test, as the compiler may
4207 # overwrite some of them when testing with obscure command lines.
4208 # This happens at least with the AIX C compiler.
4209 : > sub/conftest.c
4210 for i in 1 2 3 4 5 6; do
4211 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4212 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4213 # Solaris 10 /bin/sh.
4214 echo '/* dummy */' > sub/conftst$i.h
4215 done
4216 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4217
4218 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4219 # mode. It turns out that the SunPro C++ compiler does not properly
4220 # handle '-M -o', and we need to detect this. Also, some Intel
4221 # versions had trouble with output in subdirs.
4222 am__obj=sub/conftest.${OBJEXT-o}
4223 am__minus_obj="-o $am__obj"
4224 case $depmode in
4225 gcc)
4226 # This depmode causes a compiler race in universal mode.
4227 test "$am__universal" = false || continue
4228 ;;
4229 nosideeffect)
4230 # After this tag, mechanisms are not by side-effect, so they'll
4231 # only be used when explicitly requested.
4232 if test "x$enable_dependency_tracking" = xyes; then
4233 continue
4234 else
4235 break
4236 fi
4237 ;;
4238 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4239 # This compiler won't grok '-c -o', but also, the minuso test has
4240 # not run yet. These depmodes are late enough in the game, and
4241 # so weak that their functioning should not be impacted.
4242 am__obj=conftest.${OBJEXT-o}
4243 am__minus_obj=
4244 ;;
4245 none) break ;;
4246 esac
4247 if depmode=$depmode \
4248 source=sub/conftest.c object=$am__obj \
4249 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4250 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4251 >/dev/null 2>conftest.err &&
4252 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4253 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4254 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4255 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4256 # icc doesn't choke on unknown options, it will just issue warnings
4257 # or remarks (even with -Werror). So we grep stderr for any message
4258 # that says an option was ignored or not supported.
4259 # When given -MP, icc 7.0 and 7.1 complain thusly:
4260 # icc: Command line warning: ignoring option '-M'; no argument required
4261 # The diagnosis changed in icc 8.0:
4262 # icc: Command line remark: option '-MP' not supported
4263 if (grep 'ignoring option' conftest.err ||
4264 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4265 am_cv_CC_dependencies_compiler_type=$depmode
4266 break
4267 fi
4268 fi
4269 done
4270
4271 cd ..
4272 rm -rf conftest.dir
4273 else
4274 am_cv_CC_dependencies_compiler_type=none
4275 fi
4276
4277 fi
4278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4279 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4280 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4281
4282 if
4283 test "x$enable_dependency_tracking" != xno \
4284 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4285 am__fastdepCC_TRUE=
4286 am__fastdepCC_FALSE='#'
4287 else
4288 am__fastdepCC_TRUE='#'
4289 am__fastdepCC_FALSE=
4290 fi
4291
4292
4293
4294 ac_ext=c
4295 ac_cpp='$CPP $CPPFLAGS'
4296 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4297 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4298 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4300 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4301 # On Suns, sometimes $CPP names a directory.
4302 if test -n "$CPP" && test -d "$CPP"; then
4303 CPP=
4304 fi
4305 if test -z "$CPP"; then
4306 if ${ac_cv_prog_CPP+:} false; then :
4307 $as_echo_n "(cached) " >&6
4308 else
4309 # Double quotes because CPP needs to be expanded
4310 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4311 do
4312 ac_preproc_ok=false
4313 for ac_c_preproc_warn_flag in '' yes
4314 do
4315 # Use a header file that comes with gcc, so configuring glibc
4316 # with a fresh cross-compiler works.
4317 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4318 # <limits.h> exists even on freestanding compilers.
4319 # On the NeXT, cc -E runs the code through the compiler's parser,
4320 # not just through cpp. "Syntax error" is here to catch this case.
4321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4322 /* end confdefs.h. */
4323 #ifdef __STDC__
4324 # include <limits.h>
4325 #else
4326 # include <assert.h>
4327 #endif
4328 Syntax error
4329 _ACEOF
4330 if ac_fn_c_try_cpp "$LINENO"; then :
4331
4332 else
4333 # Broken: fails on valid input.
4334 continue
4335 fi
4336 rm -f conftest.err conftest.i conftest.$ac_ext
4337
4338 # OK, works on sane cases. Now check whether nonexistent headers
4339 # can be detected and how.
4340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4341 /* end confdefs.h. */
4342 #include <ac_nonexistent.h>
4343 _ACEOF
4344 if ac_fn_c_try_cpp "$LINENO"; then :
4345 # Broken: success on invalid input.
4346 continue
4347 else
4348 # Passes both tests.
4349 ac_preproc_ok=:
4350 break
4351 fi
4352 rm -f conftest.err conftest.i conftest.$ac_ext
4353
4354 done
4355 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4356 rm -f conftest.i conftest.err conftest.$ac_ext
4357 if $ac_preproc_ok; then :
4358 break
4359 fi
4360
4361 done
4362 ac_cv_prog_CPP=$CPP
4363
4364 fi
4365 CPP=$ac_cv_prog_CPP
4366 else
4367 ac_cv_prog_CPP=$CPP
4368 fi
4369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4370 $as_echo "$CPP" >&6; }
4371 ac_preproc_ok=false
4372 for ac_c_preproc_warn_flag in '' yes
4373 do
4374 # Use a header file that comes with gcc, so configuring glibc
4375 # with a fresh cross-compiler works.
4376 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4377 # <limits.h> exists even on freestanding compilers.
4378 # On the NeXT, cc -E runs the code through the compiler's parser,
4379 # not just through cpp. "Syntax error" is here to catch this case.
4380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4381 /* end confdefs.h. */
4382 #ifdef __STDC__
4383 # include <limits.h>
4384 #else
4385 # include <assert.h>
4386 #endif
4387 Syntax error
4388 _ACEOF
4389 if ac_fn_c_try_cpp "$LINENO"; then :
4390
4391 else
4392 # Broken: fails on valid input.
4393 continue
4394 fi
4395 rm -f conftest.err conftest.i conftest.$ac_ext
4396
4397 # OK, works on sane cases. Now check whether nonexistent headers
4398 # can be detected and how.
4399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4400 /* end confdefs.h. */
4401 #include <ac_nonexistent.h>
4402 _ACEOF
4403 if ac_fn_c_try_cpp "$LINENO"; then :
4404 # Broken: success on invalid input.
4405 continue
4406 else
4407 # Passes both tests.
4408 ac_preproc_ok=:
4409 break
4410 fi
4411 rm -f conftest.err conftest.i conftest.$ac_ext
4412
4413 done
4414 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4415 rm -f conftest.i conftest.err conftest.$ac_ext
4416 if $ac_preproc_ok; then :
4417
4418 else
4419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4421 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4422 See \`config.log' for more details" "$LINENO" 5; }
4423 fi
4424
4425 ac_ext=c
4426 ac_cpp='$CPP $CPPFLAGS'
4427 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4428 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4429 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4430
4431
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4433 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4434 if ${ac_cv_path_GREP+:} false; then :
4435 $as_echo_n "(cached) " >&6
4436 else
4437 if test -z "$GREP"; then
4438 ac_path_GREP_found=false
4439 # Loop through the user's path and test for each of PROGNAME-LIST
4440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4441 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4442 do
4443 IFS=$as_save_IFS
4444 test -z "$as_dir" && as_dir=.
4445 for ac_prog in grep ggrep; do
4446 for ac_exec_ext in '' $ac_executable_extensions; do
4447 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4448 as_fn_executable_p "$ac_path_GREP" || continue
4449 # Check for GNU ac_path_GREP and select it if it is found.
4450 # Check for GNU $ac_path_GREP
4451 case `"$ac_path_GREP" --version 2>&1` in
4452 *GNU*)
4453 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4454 *)
4455 ac_count=0
4456 $as_echo_n 0123456789 >"conftest.in"
4457 while :
4458 do
4459 cat "conftest.in" "conftest.in" >"conftest.tmp"
4460 mv "conftest.tmp" "conftest.in"
4461 cp "conftest.in" "conftest.nl"
4462 $as_echo 'GREP' >> "conftest.nl"
4463 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4464 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4465 as_fn_arith $ac_count + 1 && ac_count=$as_val
4466 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4467 # Best one so far, save it but keep looking for a better one
4468 ac_cv_path_GREP="$ac_path_GREP"
4469 ac_path_GREP_max=$ac_count
4470 fi
4471 # 10*(2^10) chars as input seems more than enough
4472 test $ac_count -gt 10 && break
4473 done
4474 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4475 esac
4476
4477 $ac_path_GREP_found && break 3
4478 done
4479 done
4480 done
4481 IFS=$as_save_IFS
4482 if test -z "$ac_cv_path_GREP"; then
4483 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4484 fi
4485 else
4486 ac_cv_path_GREP=$GREP
4487 fi
4488
4489 fi
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4491 $as_echo "$ac_cv_path_GREP" >&6; }
4492 GREP="$ac_cv_path_GREP"
4493
4494
4495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4496 $as_echo_n "checking for egrep... " >&6; }
4497 if ${ac_cv_path_EGREP+:} false; then :
4498 $as_echo_n "(cached) " >&6
4499 else
4500 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4501 then ac_cv_path_EGREP="$GREP -E"
4502 else
4503 if test -z "$EGREP"; then
4504 ac_path_EGREP_found=false
4505 # Loop through the user's path and test for each of PROGNAME-LIST
4506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4507 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4508 do
4509 IFS=$as_save_IFS
4510 test -z "$as_dir" && as_dir=.
4511 for ac_prog in egrep; do
4512 for ac_exec_ext in '' $ac_executable_extensions; do
4513 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4514 as_fn_executable_p "$ac_path_EGREP" || continue
4515 # Check for GNU ac_path_EGREP and select it if it is found.
4516 # Check for GNU $ac_path_EGREP
4517 case `"$ac_path_EGREP" --version 2>&1` in
4518 *GNU*)
4519 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4520 *)
4521 ac_count=0
4522 $as_echo_n 0123456789 >"conftest.in"
4523 while :
4524 do
4525 cat "conftest.in" "conftest.in" >"conftest.tmp"
4526 mv "conftest.tmp" "conftest.in"
4527 cp "conftest.in" "conftest.nl"
4528 $as_echo 'EGREP' >> "conftest.nl"
4529 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4530 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4531 as_fn_arith $ac_count + 1 && ac_count=$as_val
4532 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4533 # Best one so far, save it but keep looking for a better one
4534 ac_cv_path_EGREP="$ac_path_EGREP"
4535 ac_path_EGREP_max=$ac_count
4536 fi
4537 # 10*(2^10) chars as input seems more than enough
4538 test $ac_count -gt 10 && break
4539 done
4540 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4541 esac
4542
4543 $ac_path_EGREP_found && break 3
4544 done
4545 done
4546 done
4547 IFS=$as_save_IFS
4548 if test -z "$ac_cv_path_EGREP"; then
4549 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4550 fi
4551 else
4552 ac_cv_path_EGREP=$EGREP
4553 fi
4554
4555 fi
4556 fi
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4558 $as_echo "$ac_cv_path_EGREP" >&6; }
4559 EGREP="$ac_cv_path_EGREP"
4560
4561
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4563 $as_echo_n "checking for ANSI C header files... " >&6; }
4564 if ${ac_cv_header_stdc+:} false; then :
4565 $as_echo_n "(cached) " >&6
4566 else
4567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4568 /* end confdefs.h. */
4569 #include <stdlib.h>
4570 #include <stdarg.h>
4571 #include <string.h>
4572 #include <float.h>
4573
4574 int
4575 main ()
4576 {
4577
4578 ;
4579 return 0;
4580 }
4581 _ACEOF
4582 if ac_fn_c_try_compile "$LINENO"; then :
4583 ac_cv_header_stdc=yes
4584 else
4585 ac_cv_header_stdc=no
4586 fi
4587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4588
4589 if test $ac_cv_header_stdc = yes; then
4590 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4591 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4592 /* end confdefs.h. */
4593 #include <string.h>
4594
4595 _ACEOF
4596 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4597 $EGREP "memchr" >/dev/null 2>&1; then :
4598
4599 else
4600 ac_cv_header_stdc=no
4601 fi
4602 rm -f conftest*
4603
4604 fi
4605
4606 if test $ac_cv_header_stdc = yes; then
4607 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4608 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4609 /* end confdefs.h. */
4610 #include <stdlib.h>
4611
4612 _ACEOF
4613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4614 $EGREP "free" >/dev/null 2>&1; then :
4615
4616 else
4617 ac_cv_header_stdc=no
4618 fi
4619 rm -f conftest*
4620
4621 fi
4622
4623 if test $ac_cv_header_stdc = yes; then
4624 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4625 if test "$cross_compiling" = yes; then :
4626 :
4627 else
4628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4629 /* end confdefs.h. */
4630 #include <ctype.h>
4631 #include <stdlib.h>
4632 #if ((' ' & 0x0FF) == 0x020)
4633 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4634 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4635 #else
4636 # define ISLOWER(c) \
4637 (('a' <= (c) && (c) <= 'i') \
4638 || ('j' <= (c) && (c) <= 'r') \
4639 || ('s' <= (c) && (c) <= 'z'))
4640 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4641 #endif
4642
4643 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4644 int
4645 main ()
4646 {
4647 int i;
4648 for (i = 0; i < 256; i++)
4649 if (XOR (islower (i), ISLOWER (i))
4650 || toupper (i) != TOUPPER (i))
4651 return 2;
4652 return 0;
4653 }
4654 _ACEOF
4655 if ac_fn_c_try_run "$LINENO"; then :
4656
4657 else
4658 ac_cv_header_stdc=no
4659 fi
4660 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4661 conftest.$ac_objext conftest.beam conftest.$ac_ext
4662 fi
4663
4664 fi
4665 fi
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4667 $as_echo "$ac_cv_header_stdc" >&6; }
4668 if test $ac_cv_header_stdc = yes; then
4669
4670 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4671
4672 fi
4673
4674 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4675 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4676 inttypes.h stdint.h unistd.h
4677 do :
4678 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4679 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4680 "
4681 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4682 cat >>confdefs.h <<_ACEOF
4683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4684 _ACEOF
4685
4686 fi
4687
4688 done
4689
4690
4691
4692 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4693 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4694 MINIX=yes
4695 else
4696 MINIX=
4697 fi
4698
4699
4700 if test "$MINIX" = yes; then
4701
4702 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4703
4704
4705 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4706
4707
4708 $as_echo "#define _MINIX 1" >>confdefs.h
4709
4710 fi
4711
4712
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4714 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4715 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4716 $as_echo_n "(cached) " >&6
4717 else
4718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4719 /* end confdefs.h. */
4720
4721 # define __EXTENSIONS__ 1
4722 $ac_includes_default
4723 int
4724 main ()
4725 {
4726
4727 ;
4728 return 0;
4729 }
4730 _ACEOF
4731 if ac_fn_c_try_compile "$LINENO"; then :
4732 ac_cv_safe_to_define___extensions__=yes
4733 else
4734 ac_cv_safe_to_define___extensions__=no
4735 fi
4736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4737 fi
4738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4739 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4740 test $ac_cv_safe_to_define___extensions__ = yes &&
4741 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4742
4743 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4744
4745 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4746
4747 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4748
4749 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4750
4751
4752
4753
4754
4755 if test -n "$ac_tool_prefix"; then
4756 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4757 set dummy ${ac_tool_prefix}ar; ac_word=$2
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4759 $as_echo_n "checking for $ac_word... " >&6; }
4760 if ${ac_cv_prog_AR+:} false; then :
4761 $as_echo_n "(cached) " >&6
4762 else
4763 if test -n "$AR"; then
4764 ac_cv_prog_AR="$AR" # Let the user override the test.
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4768 do
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 for ac_exec_ext in '' $ac_executable_extensions; do
4772 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4773 ac_cv_prog_AR="${ac_tool_prefix}ar"
4774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4775 break 2
4776 fi
4777 done
4778 done
4779 IFS=$as_save_IFS
4780
4781 fi
4782 fi
4783 AR=$ac_cv_prog_AR
4784 if test -n "$AR"; then
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4786 $as_echo "$AR" >&6; }
4787 else
4788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4789 $as_echo "no" >&6; }
4790 fi
4791
4792
4793 fi
4794 if test -z "$ac_cv_prog_AR"; then
4795 ac_ct_AR=$AR
4796 # Extract the first word of "ar", so it can be a program name with args.
4797 set dummy ar; ac_word=$2
4798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4799 $as_echo_n "checking for $ac_word... " >&6; }
4800 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4801 $as_echo_n "(cached) " >&6
4802 else
4803 if test -n "$ac_ct_AR"; then
4804 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4805 else
4806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4807 for as_dir in $PATH
4808 do
4809 IFS=$as_save_IFS
4810 test -z "$as_dir" && as_dir=.
4811 for ac_exec_ext in '' $ac_executable_extensions; do
4812 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4813 ac_cv_prog_ac_ct_AR="ar"
4814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4815 break 2
4816 fi
4817 done
4818 done
4819 IFS=$as_save_IFS
4820
4821 fi
4822 fi
4823 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4824 if test -n "$ac_ct_AR"; then
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4826 $as_echo "$ac_ct_AR" >&6; }
4827 else
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4829 $as_echo "no" >&6; }
4830 fi
4831
4832 if test "x$ac_ct_AR" = x; then
4833 AR=""
4834 else
4835 case $cross_compiling:$ac_tool_warned in
4836 yes:)
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4839 ac_tool_warned=yes ;;
4840 esac
4841 AR=$ac_ct_AR
4842 fi
4843 else
4844 AR="$ac_cv_prog_AR"
4845 fi
4846
4847 if test -n "$ac_tool_prefix"; then
4848 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4849 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4851 $as_echo_n "checking for $ac_word... " >&6; }
4852 if ${ac_cv_prog_RANLIB+:} false; then :
4853 $as_echo_n "(cached) " >&6
4854 else
4855 if test -n "$RANLIB"; then
4856 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4857 else
4858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4859 for as_dir in $PATH
4860 do
4861 IFS=$as_save_IFS
4862 test -z "$as_dir" && as_dir=.
4863 for ac_exec_ext in '' $ac_executable_extensions; do
4864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4865 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4867 break 2
4868 fi
4869 done
4870 done
4871 IFS=$as_save_IFS
4872
4873 fi
4874 fi
4875 RANLIB=$ac_cv_prog_RANLIB
4876 if test -n "$RANLIB"; then
4877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4878 $as_echo "$RANLIB" >&6; }
4879 else
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4881 $as_echo "no" >&6; }
4882 fi
4883
4884
4885 fi
4886 if test -z "$ac_cv_prog_RANLIB"; then
4887 ac_ct_RANLIB=$RANLIB
4888 # Extract the first word of "ranlib", so it can be a program name with args.
4889 set dummy ranlib; ac_word=$2
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4891 $as_echo_n "checking for $ac_word... " >&6; }
4892 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4893 $as_echo_n "(cached) " >&6
4894 else
4895 if test -n "$ac_ct_RANLIB"; then
4896 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4897 else
4898 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4899 for as_dir in $PATH
4900 do
4901 IFS=$as_save_IFS
4902 test -z "$as_dir" && as_dir=.
4903 for ac_exec_ext in '' $ac_executable_extensions; do
4904 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4905 ac_cv_prog_ac_ct_RANLIB="ranlib"
4906 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4907 break 2
4908 fi
4909 done
4910 done
4911 IFS=$as_save_IFS
4912
4913 fi
4914 fi
4915 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4916 if test -n "$ac_ct_RANLIB"; then
4917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4918 $as_echo "$ac_ct_RANLIB" >&6; }
4919 else
4920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4921 $as_echo "no" >&6; }
4922 fi
4923
4924 if test "x$ac_ct_RANLIB" = x; then
4925 RANLIB=":"
4926 else
4927 case $cross_compiling:$ac_tool_warned in
4928 yes:)
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4930 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4931 ac_tool_warned=yes ;;
4932 esac
4933 RANLIB=$ac_ct_RANLIB
4934 fi
4935 else
4936 RANLIB="$ac_cv_prog_RANLIB"
4937 fi
4938
4939
4940 # Check whether --enable-shared was given.
4941 if test "${enable_shared+set}" = set; then :
4942 enableval=$enable_shared; p=${PACKAGE-default}
4943 case $enableval in
4944 yes) enable_shared=yes ;;
4945 no) enable_shared=no ;;
4946 *)
4947 enable_shared=no
4948 # Look at the argument we got. We use all the common list separators.
4949 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
4950 for pkg in $enableval; do
4951 IFS="$lt_save_ifs"
4952 if test "X$pkg" = "X$p"; then
4953 enable_shared=yes
4954 fi
4955 done
4956 IFS="$lt_save_ifs"
4957 ;;
4958 esac
4959 else
4960 enable_shared=no
4961 fi
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972 case `pwd` in
4973 *\ * | *\ *)
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4975 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4976 esac
4977
4978
4979
4980 macro_version='2.2.7a'
4981 macro_revision='1.3134'
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995 ltmain="$ac_aux_dir/ltmain.sh"
4996
4997 # Backslashify metacharacters that are still active within
4998 # double-quoted strings.
4999 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5000
5001 # Same as above, but do not quote variable references.
5002 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5003
5004 # Sed substitution to delay expansion of an escaped shell variable in a
5005 # double_quote_subst'ed string.
5006 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5007
5008 # Sed substitution to delay expansion of an escaped single quote.
5009 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5010
5011 # Sed substitution to avoid accidental globbing in evaled expressions
5012 no_glob_subst='s/\*/\\\*/g'
5013
5014 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5015 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5016 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5017
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5019 $as_echo_n "checking how to print strings... " >&6; }
5020 # Test print first, because it will be a builtin if present.
5021 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5022 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5023 ECHO='print -r --'
5024 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5025 ECHO='printf %s\n'
5026 else
5027 # Use this function as a fallback that always works.
5028 func_fallback_echo ()
5029 {
5030 eval 'cat <<_LTECHO_EOF
5031 $1
5032 _LTECHO_EOF'
5033 }
5034 ECHO='func_fallback_echo'
5035 fi
5036
5037 # func_echo_all arg...
5038 # Invoke $ECHO with all args, space-separated.
5039 func_echo_all ()
5040 {
5041 $ECHO ""
5042 }
5043
5044 case "$ECHO" in
5045 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5046 $as_echo "printf" >&6; } ;;
5047 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5048 $as_echo "print -r" >&6; } ;;
5049 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5050 $as_echo "cat" >&6; } ;;
5051 esac
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5067 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5068 if ${ac_cv_path_SED+:} false; then :
5069 $as_echo_n "(cached) " >&6
5070 else
5071 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5072 for ac_i in 1 2 3 4 5 6 7; do
5073 ac_script="$ac_script$as_nl$ac_script"
5074 done
5075 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5076 { ac_script=; unset ac_script;}
5077 if test -z "$SED"; then
5078 ac_path_SED_found=false
5079 # Loop through the user's path and test for each of PROGNAME-LIST
5080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5081 for as_dir in $PATH
5082 do
5083 IFS=$as_save_IFS
5084 test -z "$as_dir" && as_dir=.
5085 for ac_prog in sed gsed; do
5086 for ac_exec_ext in '' $ac_executable_extensions; do
5087 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5088 as_fn_executable_p "$ac_path_SED" || continue
5089 # Check for GNU ac_path_SED and select it if it is found.
5090 # Check for GNU $ac_path_SED
5091 case `"$ac_path_SED" --version 2>&1` in
5092 *GNU*)
5093 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5094 *)
5095 ac_count=0
5096 $as_echo_n 0123456789 >"conftest.in"
5097 while :
5098 do
5099 cat "conftest.in" "conftest.in" >"conftest.tmp"
5100 mv "conftest.tmp" "conftest.in"
5101 cp "conftest.in" "conftest.nl"
5102 $as_echo '' >> "conftest.nl"
5103 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5104 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5105 as_fn_arith $ac_count + 1 && ac_count=$as_val
5106 if test $ac_count -gt ${ac_path_SED_max-0}; then
5107 # Best one so far, save it but keep looking for a better one
5108 ac_cv_path_SED="$ac_path_SED"
5109 ac_path_SED_max=$ac_count
5110 fi
5111 # 10*(2^10) chars as input seems more than enough
5112 test $ac_count -gt 10 && break
5113 done
5114 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5115 esac
5116
5117 $ac_path_SED_found && break 3
5118 done
5119 done
5120 done
5121 IFS=$as_save_IFS
5122 if test -z "$ac_cv_path_SED"; then
5123 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5124 fi
5125 else
5126 ac_cv_path_SED=$SED
5127 fi
5128
5129 fi
5130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5131 $as_echo "$ac_cv_path_SED" >&6; }
5132 SED="$ac_cv_path_SED"
5133 rm -f conftest.sed
5134
5135 test -z "$SED" && SED=sed
5136 Xsed="$SED -e 1s/^X//"
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5149 $as_echo_n "checking for fgrep... " >&6; }
5150 if ${ac_cv_path_FGREP+:} false; then :
5151 $as_echo_n "(cached) " >&6
5152 else
5153 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5154 then ac_cv_path_FGREP="$GREP -F"
5155 else
5156 if test -z "$FGREP"; then
5157 ac_path_FGREP_found=false
5158 # Loop through the user's path and test for each of PROGNAME-LIST
5159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5160 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5161 do
5162 IFS=$as_save_IFS
5163 test -z "$as_dir" && as_dir=.
5164 for ac_prog in fgrep; do
5165 for ac_exec_ext in '' $ac_executable_extensions; do
5166 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5167 as_fn_executable_p "$ac_path_FGREP" || continue
5168 # Check for GNU ac_path_FGREP and select it if it is found.
5169 # Check for GNU $ac_path_FGREP
5170 case `"$ac_path_FGREP" --version 2>&1` in
5171 *GNU*)
5172 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5173 *)
5174 ac_count=0
5175 $as_echo_n 0123456789 >"conftest.in"
5176 while :
5177 do
5178 cat "conftest.in" "conftest.in" >"conftest.tmp"
5179 mv "conftest.tmp" "conftest.in"
5180 cp "conftest.in" "conftest.nl"
5181 $as_echo 'FGREP' >> "conftest.nl"
5182 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5183 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5184 as_fn_arith $ac_count + 1 && ac_count=$as_val
5185 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5186 # Best one so far, save it but keep looking for a better one
5187 ac_cv_path_FGREP="$ac_path_FGREP"
5188 ac_path_FGREP_max=$ac_count
5189 fi
5190 # 10*(2^10) chars as input seems more than enough
5191 test $ac_count -gt 10 && break
5192 done
5193 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5194 esac
5195
5196 $ac_path_FGREP_found && break 3
5197 done
5198 done
5199 done
5200 IFS=$as_save_IFS
5201 if test -z "$ac_cv_path_FGREP"; then
5202 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5203 fi
5204 else
5205 ac_cv_path_FGREP=$FGREP
5206 fi
5207
5208 fi
5209 fi
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5211 $as_echo "$ac_cv_path_FGREP" >&6; }
5212 FGREP="$ac_cv_path_FGREP"
5213
5214
5215 test -z "$GREP" && GREP=grep
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235 # Check whether --with-gnu-ld was given.
5236 if test "${with_gnu_ld+set}" = set; then :
5237 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5238 else
5239 with_gnu_ld=no
5240 fi
5241
5242 ac_prog=ld
5243 if test "$GCC" = yes; then
5244 # Check if gcc -print-prog-name=ld gives a path.
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5246 $as_echo_n "checking for ld used by $CC... " >&6; }
5247 case $host in
5248 *-*-mingw*)
5249 # gcc leaves a trailing carriage return which upsets mingw
5250 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5251 *)
5252 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5253 esac
5254 case $ac_prog in
5255 # Accept absolute paths.
5256 [\\/]* | ?:[\\/]*)
5257 re_direlt='/[^/][^/]*/\.\./'
5258 # Canonicalize the pathname of ld
5259 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5260 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5261 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5262 done
5263 test -z "$LD" && LD="$ac_prog"
5264 ;;
5265 "")
5266 # If it fails, then pretend we aren't using GCC.
5267 ac_prog=ld
5268 ;;
5269 *)
5270 # If it is relative, then search for the first ld in PATH.
5271 with_gnu_ld=unknown
5272 ;;
5273 esac
5274 elif test "$with_gnu_ld" = yes; then
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5276 $as_echo_n "checking for GNU ld... " >&6; }
5277 else
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5279 $as_echo_n "checking for non-GNU ld... " >&6; }
5280 fi
5281 if ${lt_cv_path_LD+:} false; then :
5282 $as_echo_n "(cached) " >&6
5283 else
5284 if test -z "$LD"; then
5285 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5286 for ac_dir in $PATH; do
5287 IFS="$lt_save_ifs"
5288 test -z "$ac_dir" && ac_dir=.
5289 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5290 lt_cv_path_LD="$ac_dir/$ac_prog"
5291 # Check to see if the program is GNU ld. I'd rather use --version,
5292 # but apparently some variants of GNU ld only accept -v.
5293 # Break only if it was the GNU/non-GNU ld that we prefer.
5294 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5295 *GNU* | *'with BFD'*)
5296 test "$with_gnu_ld" != no && break
5297 ;;
5298 *)
5299 test "$with_gnu_ld" != yes && break
5300 ;;
5301 esac
5302 fi
5303 done
5304 IFS="$lt_save_ifs"
5305 else
5306 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5307 fi
5308 fi
5309
5310 LD="$lt_cv_path_LD"
5311 if test -n "$LD"; then
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5313 $as_echo "$LD" >&6; }
5314 else
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5316 $as_echo "no" >&6; }
5317 fi
5318 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5320 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5321 if ${lt_cv_prog_gnu_ld+:} false; then :
5322 $as_echo_n "(cached) " >&6
5323 else
5324 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5325 case `$LD -v 2>&1 </dev/null` in
5326 *GNU* | *'with BFD'*)
5327 lt_cv_prog_gnu_ld=yes
5328 ;;
5329 *)
5330 lt_cv_prog_gnu_ld=no
5331 ;;
5332 esac
5333 fi
5334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5335 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5336 with_gnu_ld=$lt_cv_prog_gnu_ld
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5347 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5348 if ${lt_cv_path_NM+:} false; then :
5349 $as_echo_n "(cached) " >&6
5350 else
5351 if test -n "$NM"; then
5352 # Let the user override the nm to test.
5353 lt_nm_to_check="$NM"
5354 else
5355 lt_nm_to_check="${ac_tool_prefix}nm"
5356 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5357 lt_nm_to_check="$lt_nm_to_check nm"
5358 fi
5359 fi
5360 for lt_tmp_nm in $lt_nm_to_check; do
5361 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5362 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5363 IFS="$lt_save_ifs"
5364 test -z "$ac_dir" && ac_dir=.
5365 case "$lt_tmp_nm" in
5366 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5367 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5368 esac
5369 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5370 # Check to see if the nm accepts a BSD-compat flag.
5371 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5372 # nm: unknown option "B" ignored
5373 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5374 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5375 break
5376 ;;
5377 *)
5378 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5379 *$tmp_nm*)
5380 lt_cv_path_NM="$tmp_nm -p"
5381 break
5382 ;;
5383 *)
5384 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5385 continue # so that we can try to find one that supports BSD flags
5386 ;;
5387 esac
5388 ;;
5389 esac
5390 fi
5391 done
5392 IFS="$lt_save_ifs"
5393 done
5394 : ${lt_cv_path_NM=no}
5395 fi
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5397 $as_echo "$lt_cv_path_NM" >&6; }
5398 if test "$lt_cv_path_NM" != "no"; then
5399 NM="$lt_cv_path_NM"
5400 else
5401 # Didn't find any BSD compatible name lister, look for dumpbin.
5402 if test -n "$DUMPBIN"; then :
5403 # Let the user override the test.
5404 else
5405 if test -n "$ac_tool_prefix"; then
5406 for ac_prog in dumpbin "link -dump"
5407 do
5408 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5409 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5411 $as_echo_n "checking for $ac_word... " >&6; }
5412 if ${ac_cv_prog_DUMPBIN+:} false; then :
5413 $as_echo_n "(cached) " >&6
5414 else
5415 if test -n "$DUMPBIN"; then
5416 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5417 else
5418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5419 for as_dir in $PATH
5420 do
5421 IFS=$as_save_IFS
5422 test -z "$as_dir" && as_dir=.
5423 for ac_exec_ext in '' $ac_executable_extensions; do
5424 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5425 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5427 break 2
5428 fi
5429 done
5430 done
5431 IFS=$as_save_IFS
5432
5433 fi
5434 fi
5435 DUMPBIN=$ac_cv_prog_DUMPBIN
5436 if test -n "$DUMPBIN"; then
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5438 $as_echo "$DUMPBIN" >&6; }
5439 else
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5441 $as_echo "no" >&6; }
5442 fi
5443
5444
5445 test -n "$DUMPBIN" && break
5446 done
5447 fi
5448 if test -z "$DUMPBIN"; then
5449 ac_ct_DUMPBIN=$DUMPBIN
5450 for ac_prog in dumpbin "link -dump"
5451 do
5452 # Extract the first word of "$ac_prog", so it can be a program name with args.
5453 set dummy $ac_prog; ac_word=$2
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5455 $as_echo_n "checking for $ac_word... " >&6; }
5456 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5457 $as_echo_n "(cached) " >&6
5458 else
5459 if test -n "$ac_ct_DUMPBIN"; then
5460 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5461 else
5462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5463 for as_dir in $PATH
5464 do
5465 IFS=$as_save_IFS
5466 test -z "$as_dir" && as_dir=.
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5469 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5471 break 2
5472 fi
5473 done
5474 done
5475 IFS=$as_save_IFS
5476
5477 fi
5478 fi
5479 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5480 if test -n "$ac_ct_DUMPBIN"; then
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5482 $as_echo "$ac_ct_DUMPBIN" >&6; }
5483 else
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5485 $as_echo "no" >&6; }
5486 fi
5487
5488
5489 test -n "$ac_ct_DUMPBIN" && break
5490 done
5491
5492 if test "x$ac_ct_DUMPBIN" = x; then
5493 DUMPBIN=":"
5494 else
5495 case $cross_compiling:$ac_tool_warned in
5496 yes:)
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5499 ac_tool_warned=yes ;;
5500 esac
5501 DUMPBIN=$ac_ct_DUMPBIN
5502 fi
5503 fi
5504
5505 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5506 *COFF*)
5507 DUMPBIN="$DUMPBIN -symbols"
5508 ;;
5509 *)
5510 DUMPBIN=:
5511 ;;
5512 esac
5513 fi
5514
5515 if test "$DUMPBIN" != ":"; then
5516 NM="$DUMPBIN"
5517 fi
5518 fi
5519 test -z "$NM" && NM=nm
5520
5521
5522
5523
5524
5525
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5527 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5528 if ${lt_cv_nm_interface+:} false; then :
5529 $as_echo_n "(cached) " >&6
5530 else
5531 lt_cv_nm_interface="BSD nm"
5532 echo "int some_variable = 0;" > conftest.$ac_ext
5533 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5534 (eval "$ac_compile" 2>conftest.err)
5535 cat conftest.err >&5
5536 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5537 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5538 cat conftest.err >&5
5539 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5540 cat conftest.out >&5
5541 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5542 lt_cv_nm_interface="MS dumpbin"
5543 fi
5544 rm -f conftest*
5545 fi
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5547 $as_echo "$lt_cv_nm_interface" >&6; }
5548
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5550 $as_echo_n "checking whether ln -s works... " >&6; }
5551 LN_S=$as_ln_s
5552 if test "$LN_S" = "ln -s"; then
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5554 $as_echo "yes" >&6; }
5555 else
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5557 $as_echo "no, using $LN_S" >&6; }
5558 fi
5559
5560 # find the maximum length of command line arguments
5561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5562 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5563 if ${lt_cv_sys_max_cmd_len+:} false; then :
5564 $as_echo_n "(cached) " >&6
5565 else
5566 i=0
5567 teststring="ABCD"
5568
5569 case $build_os in
5570 msdosdjgpp*)
5571 # On DJGPP, this test can blow up pretty badly due to problems in libc
5572 # (any single argument exceeding 2000 bytes causes a buffer overrun
5573 # during glob expansion). Even if it were fixed, the result of this
5574 # check would be larger than it should be.
5575 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5576 ;;
5577
5578 gnu*)
5579 # Under GNU Hurd, this test is not required because there is
5580 # no limit to the length of command line arguments.
5581 # Libtool will interpret -1 as no limit whatsoever
5582 lt_cv_sys_max_cmd_len=-1;
5583 ;;
5584
5585 cygwin* | mingw* | cegcc*)
5586 # On Win9x/ME, this test blows up -- it succeeds, but takes
5587 # about 5 minutes as the teststring grows exponentially.
5588 # Worse, since 9x/ME are not pre-emptively multitasking,
5589 # you end up with a "frozen" computer, even though with patience
5590 # the test eventually succeeds (with a max line length of 256k).
5591 # Instead, let's just punt: use the minimum linelength reported by
5592 # all of the supported platforms: 8192 (on NT/2K/XP).
5593 lt_cv_sys_max_cmd_len=8192;
5594 ;;
5595
5596 mint*)
5597 # On MiNT this can take a long time and run out of memory.
5598 lt_cv_sys_max_cmd_len=8192;
5599 ;;
5600
5601 amigaos*)
5602 # On AmigaOS with pdksh, this test takes hours, literally.
5603 # So we just punt and use a minimum line length of 8192.
5604 lt_cv_sys_max_cmd_len=8192;
5605 ;;
5606
5607 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5608 # This has been around since 386BSD, at least. Likely further.
5609 if test -x /sbin/sysctl; then
5610 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5611 elif test -x /usr/sbin/sysctl; then
5612 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5613 else
5614 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5615 fi
5616 # And add a safety zone
5617 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5618 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5619 ;;
5620
5621 interix*)
5622 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5623 lt_cv_sys_max_cmd_len=196608
5624 ;;
5625
5626 osf*)
5627 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5628 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5629 # nice to cause kernel panics so lets avoid the loop below.
5630 # First set a reasonable default.
5631 lt_cv_sys_max_cmd_len=16384
5632 #
5633 if test -x /sbin/sysconfig; then
5634 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5635 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5636 esac
5637 fi
5638 ;;
5639 sco3.2v5*)
5640 lt_cv_sys_max_cmd_len=102400
5641 ;;
5642 sysv5* | sco5v6* | sysv4.2uw2*)
5643 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5644 if test -n "$kargmax"; then
5645 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5646 else
5647 lt_cv_sys_max_cmd_len=32768
5648 fi
5649 ;;
5650 *)
5651 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5652 if test -n "$lt_cv_sys_max_cmd_len"; then
5653 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5654 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5655 else
5656 # Make teststring a little bigger before we do anything with it.
5657 # a 1K string should be a reasonable start.
5658 for i in 1 2 3 4 5 6 7 8 ; do
5659 teststring=$teststring$teststring
5660 done
5661 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5662 # If test is not a shell built-in, we'll probably end up computing a
5663 # maximum length that is only half of the actual maximum length, but
5664 # we can't tell.
5665 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5666 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5667 test $i != 17 # 1/2 MB should be enough
5668 do
5669 i=`expr $i + 1`
5670 teststring=$teststring$teststring
5671 done
5672 # Only check the string length outside the loop.
5673 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5674 teststring=
5675 # Add a significant safety factor because C++ compilers can tack on
5676 # massive amounts of additional arguments before passing them to the
5677 # linker. It appears as though 1/2 is a usable value.
5678 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5679 fi
5680 ;;
5681 esac
5682
5683 fi
5684
5685 if test -n $lt_cv_sys_max_cmd_len ; then
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5687 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5688 else
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5690 $as_echo "none" >&6; }
5691 fi
5692 max_cmd_len=$lt_cv_sys_max_cmd_len
5693
5694
5695
5696
5697
5698
5699 : ${CP="cp -f"}
5700 : ${MV="mv -f"}
5701 : ${RM="rm -f"}
5702
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5704 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5705 # Try some XSI features
5706 xsi_shell=no
5707 ( _lt_dummy="a/b/c"
5708 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5709 = c,a/b,, \
5710 && eval 'test $(( 1 + 1 )) -eq 2 \
5711 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5712 && xsi_shell=yes
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5714 $as_echo "$xsi_shell" >&6; }
5715
5716
5717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5718 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5719 lt_shell_append=no
5720 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5721 >/dev/null 2>&1 \
5722 && lt_shell_append=yes
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5724 $as_echo "$lt_shell_append" >&6; }
5725
5726
5727 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5728 lt_unset=unset
5729 else
5730 lt_unset=false
5731 fi
5732
5733
5734
5735
5736
5737 # test EBCDIC or ASCII
5738 case `echo X|tr X '\101'` in
5739 A) # ASCII based system
5740 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5741 lt_SP2NL='tr \040 \012'
5742 lt_NL2SP='tr \015\012 \040\040'
5743 ;;
5744 *) # EBCDIC based system
5745 lt_SP2NL='tr \100 \n'
5746 lt_NL2SP='tr \r\n \100\100'
5747 ;;
5748 esac
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5759 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5760 if ${lt_cv_ld_reload_flag+:} false; then :
5761 $as_echo_n "(cached) " >&6
5762 else
5763 lt_cv_ld_reload_flag='-r'
5764 fi
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5766 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5767 reload_flag=$lt_cv_ld_reload_flag
5768 case $reload_flag in
5769 "" | " "*) ;;
5770 *) reload_flag=" $reload_flag" ;;
5771 esac
5772 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5773 case $host_os in
5774 darwin*)
5775 if test "$GCC" = yes; then
5776 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5777 else
5778 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5779 fi
5780 ;;
5781 esac
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791 if test -n "$ac_tool_prefix"; then
5792 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5793 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5795 $as_echo_n "checking for $ac_word... " >&6; }
5796 if ${ac_cv_prog_OBJDUMP+:} false; then :
5797 $as_echo_n "(cached) " >&6
5798 else
5799 if test -n "$OBJDUMP"; then
5800 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5801 else
5802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5803 for as_dir in $PATH
5804 do
5805 IFS=$as_save_IFS
5806 test -z "$as_dir" && as_dir=.
5807 for ac_exec_ext in '' $ac_executable_extensions; do
5808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5809 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5811 break 2
5812 fi
5813 done
5814 done
5815 IFS=$as_save_IFS
5816
5817 fi
5818 fi
5819 OBJDUMP=$ac_cv_prog_OBJDUMP
5820 if test -n "$OBJDUMP"; then
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5822 $as_echo "$OBJDUMP" >&6; }
5823 else
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5825 $as_echo "no" >&6; }
5826 fi
5827
5828
5829 fi
5830 if test -z "$ac_cv_prog_OBJDUMP"; then
5831 ac_ct_OBJDUMP=$OBJDUMP
5832 # Extract the first word of "objdump", so it can be a program name with args.
5833 set dummy objdump; ac_word=$2
5834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5835 $as_echo_n "checking for $ac_word... " >&6; }
5836 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5837 $as_echo_n "(cached) " >&6
5838 else
5839 if test -n "$ac_ct_OBJDUMP"; then
5840 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5841 else
5842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5843 for as_dir in $PATH
5844 do
5845 IFS=$as_save_IFS
5846 test -z "$as_dir" && as_dir=.
5847 for ac_exec_ext in '' $ac_executable_extensions; do
5848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5851 break 2
5852 fi
5853 done
5854 done
5855 IFS=$as_save_IFS
5856
5857 fi
5858 fi
5859 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5860 if test -n "$ac_ct_OBJDUMP"; then
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5862 $as_echo "$ac_ct_OBJDUMP" >&6; }
5863 else
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5865 $as_echo "no" >&6; }
5866 fi
5867
5868 if test "x$ac_ct_OBJDUMP" = x; then
5869 OBJDUMP="false"
5870 else
5871 case $cross_compiling:$ac_tool_warned in
5872 yes:)
5873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5874 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5875 ac_tool_warned=yes ;;
5876 esac
5877 OBJDUMP=$ac_ct_OBJDUMP
5878 fi
5879 else
5880 OBJDUMP="$ac_cv_prog_OBJDUMP"
5881 fi
5882
5883 test -z "$OBJDUMP" && OBJDUMP=objdump
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5894 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5895 if ${lt_cv_deplibs_check_method+:} false; then :
5896 $as_echo_n "(cached) " >&6
5897 else
5898 lt_cv_file_magic_cmd='$MAGIC_CMD'
5899 lt_cv_file_magic_test_file=
5900 lt_cv_deplibs_check_method='unknown'
5901 # Need to set the preceding variable on all platforms that support
5902 # interlibrary dependencies.
5903 # 'none' -- dependencies not supported.
5904 # `unknown' -- same as none, but documents that we really don't know.
5905 # 'pass_all' -- all dependencies passed with no checks.
5906 # 'test_compile' -- check by making test program.
5907 # 'file_magic [[regex]]' -- check by looking for files in library path
5908 # which responds to the $file_magic_cmd with a given extended regex.
5909 # If you have `file' or equivalent on your system and you're not sure
5910 # whether `pass_all' will *always* work, you probably want this one.
5911
5912 case $host_os in
5913 aix[4-9]*)
5914 lt_cv_deplibs_check_method=pass_all
5915 ;;
5916
5917 beos*)
5918 lt_cv_deplibs_check_method=pass_all
5919 ;;
5920
5921 bsdi[45]*)
5922 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5923 lt_cv_file_magic_cmd='/usr/bin/file -L'
5924 lt_cv_file_magic_test_file=/shlib/libc.so
5925 ;;
5926
5927 cygwin*)
5928 # func_win32_libid is a shell function defined in ltmain.sh
5929 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5930 lt_cv_file_magic_cmd='func_win32_libid'
5931 ;;
5932
5933 mingw* | pw32*)
5934 # Base MSYS/MinGW do not provide the 'file' command needed by
5935 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5936 # unless we find 'file', for example because we are cross-compiling.
5937 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5938 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5939 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5940 lt_cv_file_magic_cmd='func_win32_libid'
5941 else
5942 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5943 lt_cv_file_magic_cmd='$OBJDUMP -f'
5944 fi
5945 ;;
5946
5947 cegcc*)
5948 # use the weaker test based on 'objdump'. See mingw*.
5949 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5950 lt_cv_file_magic_cmd='$OBJDUMP -f'
5951 ;;
5952
5953 darwin* | rhapsody*)
5954 lt_cv_deplibs_check_method=pass_all
5955 ;;
5956
5957 freebsd* | dragonfly*)
5958 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5959 case $host_cpu in
5960 i*86 )
5961 # Not sure whether the presence of OpenBSD here was a mistake.
5962 # Let's accept both of them until this is cleared up.
5963 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5964 lt_cv_file_magic_cmd=/usr/bin/file
5965 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5966 ;;
5967 esac
5968 else
5969 lt_cv_deplibs_check_method=pass_all
5970 fi
5971 ;;
5972
5973 gnu*)
5974 lt_cv_deplibs_check_method=pass_all
5975 ;;
5976
5977 haiku*)
5978 lt_cv_deplibs_check_method=pass_all
5979 ;;
5980
5981 hpux10.20* | hpux11*)
5982 lt_cv_file_magic_cmd=/usr/bin/file
5983 case $host_cpu in
5984 ia64*)
5985 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5986 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5987 ;;
5988 hppa*64*)
5989 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5990 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5991 ;;
5992 *)
5993 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5994 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5995 ;;
5996 esac
5997 ;;
5998
5999 interix[3-9]*)
6000 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6001 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6002 ;;
6003
6004 irix5* | irix6* | nonstopux*)
6005 case $LD in
6006 *-32|*"-32 ") libmagic=32-bit;;
6007 *-n32|*"-n32 ") libmagic=N32;;
6008 *-64|*"-64 ") libmagic=64-bit;;
6009 *) libmagic=never-match;;
6010 esac
6011 lt_cv_deplibs_check_method=pass_all
6012 ;;
6013
6014 # This must be Linux ELF.
6015 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6016 lt_cv_deplibs_check_method=pass_all
6017 ;;
6018
6019 netbsd*)
6020 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6021 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6022 else
6023 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6024 fi
6025 ;;
6026
6027 newos6*)
6028 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6029 lt_cv_file_magic_cmd=/usr/bin/file
6030 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6031 ;;
6032
6033 *nto* | *qnx*)
6034 lt_cv_deplibs_check_method=pass_all
6035 ;;
6036
6037 openbsd*)
6038 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6039 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6040 else
6041 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6042 fi
6043 ;;
6044
6045 osf3* | osf4* | osf5*)
6046 lt_cv_deplibs_check_method=pass_all
6047 ;;
6048
6049 rdos*)
6050 lt_cv_deplibs_check_method=pass_all
6051 ;;
6052
6053 solaris*)
6054 lt_cv_deplibs_check_method=pass_all
6055 ;;
6056
6057 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6058 lt_cv_deplibs_check_method=pass_all
6059 ;;
6060
6061 sysv4 | sysv4.3*)
6062 case $host_vendor in
6063 motorola)
6064 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]'
6065 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6066 ;;
6067 ncr)
6068 lt_cv_deplibs_check_method=pass_all
6069 ;;
6070 sequent)
6071 lt_cv_file_magic_cmd='/bin/file'
6072 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6073 ;;
6074 sni)
6075 lt_cv_file_magic_cmd='/bin/file'
6076 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6077 lt_cv_file_magic_test_file=/lib/libc.so
6078 ;;
6079 siemens)
6080 lt_cv_deplibs_check_method=pass_all
6081 ;;
6082 pc)
6083 lt_cv_deplibs_check_method=pass_all
6084 ;;
6085 esac
6086 ;;
6087
6088 tpf*)
6089 lt_cv_deplibs_check_method=pass_all
6090 ;;
6091 esac
6092
6093 fi
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6095 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6096 file_magic_cmd=$lt_cv_file_magic_cmd
6097 deplibs_check_method=$lt_cv_deplibs_check_method
6098 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111 plugin_option=
6112 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6113 for plugin in $plugin_names; do
6114 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6115 if test x$plugin_so = x$plugin; then
6116 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6117 fi
6118 if test x$plugin_so != x$plugin; then
6119 plugin_option="--plugin $plugin_so"
6120 break
6121 fi
6122 done
6123
6124 if test -n "$ac_tool_prefix"; then
6125 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6126 set dummy ${ac_tool_prefix}ar; ac_word=$2
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6128 $as_echo_n "checking for $ac_word... " >&6; }
6129 if ${ac_cv_prog_AR+:} false; then :
6130 $as_echo_n "(cached) " >&6
6131 else
6132 if test -n "$AR"; then
6133 ac_cv_prog_AR="$AR" # Let the user override the test.
6134 else
6135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6136 for as_dir in $PATH
6137 do
6138 IFS=$as_save_IFS
6139 test -z "$as_dir" && as_dir=.
6140 for ac_exec_ext in '' $ac_executable_extensions; do
6141 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6142 ac_cv_prog_AR="${ac_tool_prefix}ar"
6143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6144 break 2
6145 fi
6146 done
6147 done
6148 IFS=$as_save_IFS
6149
6150 fi
6151 fi
6152 AR=$ac_cv_prog_AR
6153 if test -n "$AR"; then
6154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6155 $as_echo "$AR" >&6; }
6156 else
6157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6158 $as_echo "no" >&6; }
6159 fi
6160
6161
6162 fi
6163 if test -z "$ac_cv_prog_AR"; then
6164 ac_ct_AR=$AR
6165 # Extract the first word of "ar", so it can be a program name with args.
6166 set dummy ar; ac_word=$2
6167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6168 $as_echo_n "checking for $ac_word... " >&6; }
6169 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6170 $as_echo_n "(cached) " >&6
6171 else
6172 if test -n "$ac_ct_AR"; then
6173 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6174 else
6175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6176 for as_dir in $PATH
6177 do
6178 IFS=$as_save_IFS
6179 test -z "$as_dir" && as_dir=.
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6182 ac_cv_prog_ac_ct_AR="ar"
6183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6184 break 2
6185 fi
6186 done
6187 done
6188 IFS=$as_save_IFS
6189
6190 fi
6191 fi
6192 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6193 if test -n "$ac_ct_AR"; then
6194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6195 $as_echo "$ac_ct_AR" >&6; }
6196 else
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6198 $as_echo "no" >&6; }
6199 fi
6200
6201 if test "x$ac_ct_AR" = x; then
6202 AR="false"
6203 else
6204 case $cross_compiling:$ac_tool_warned in
6205 yes:)
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6207 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6208 ac_tool_warned=yes ;;
6209 esac
6210 AR=$ac_ct_AR
6211 fi
6212 else
6213 AR="$ac_cv_prog_AR"
6214 fi
6215
6216 test -z "$AR" && AR=ar
6217 if test -n "$plugin_option"; then
6218 if $AR --help 2>&1 | grep -q "\--plugin"; then
6219 touch conftest.c
6220 $AR $plugin_option rc conftest.a conftest.c
6221 if test "$?" != 0; then
6222 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6223 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6224 else
6225 AR="$AR $plugin_option"
6226 fi
6227 rm -f conftest.*
6228 fi
6229 fi
6230 test -z "$AR_FLAGS" && AR_FLAGS=cru
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242 if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6244 set dummy ${ac_tool_prefix}strip; ac_word=$2
6245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6246 $as_echo_n "checking for $ac_word... " >&6; }
6247 if ${ac_cv_prog_STRIP+:} false; then :
6248 $as_echo_n "(cached) " >&6
6249 else
6250 if test -n "$STRIP"; then
6251 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6252 else
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in $PATH
6255 do
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6260 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6261 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6263 fi
6264 done
6265 done
6266 IFS=$as_save_IFS
6267
6268 fi
6269 fi
6270 STRIP=$ac_cv_prog_STRIP
6271 if test -n "$STRIP"; then
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6273 $as_echo "$STRIP" >&6; }
6274 else
6275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6276 $as_echo "no" >&6; }
6277 fi
6278
6279
6280 fi
6281 if test -z "$ac_cv_prog_STRIP"; then
6282 ac_ct_STRIP=$STRIP
6283 # Extract the first word of "strip", so it can be a program name with args.
6284 set dummy strip; ac_word=$2
6285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6286 $as_echo_n "checking for $ac_word... " >&6; }
6287 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6288 $as_echo_n "(cached) " >&6
6289 else
6290 if test -n "$ac_ct_STRIP"; then
6291 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6292 else
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 for as_dir in $PATH
6295 do
6296 IFS=$as_save_IFS
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6300 ac_cv_prog_ac_ct_STRIP="strip"
6301 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 break 2
6303 fi
6304 done
6305 done
6306 IFS=$as_save_IFS
6307
6308 fi
6309 fi
6310 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6311 if test -n "$ac_ct_STRIP"; then
6312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6313 $as_echo "$ac_ct_STRIP" >&6; }
6314 else
6315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6316 $as_echo "no" >&6; }
6317 fi
6318
6319 if test "x$ac_ct_STRIP" = x; then
6320 STRIP=":"
6321 else
6322 case $cross_compiling:$ac_tool_warned in
6323 yes:)
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6325 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6326 ac_tool_warned=yes ;;
6327 esac
6328 STRIP=$ac_ct_STRIP
6329 fi
6330 else
6331 STRIP="$ac_cv_prog_STRIP"
6332 fi
6333
6334 test -z "$STRIP" && STRIP=:
6335
6336
6337
6338
6339
6340
6341 if test -n "$ac_tool_prefix"; then
6342 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6343 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6345 $as_echo_n "checking for $ac_word... " >&6; }
6346 if ${ac_cv_prog_RANLIB+:} false; then :
6347 $as_echo_n "(cached) " >&6
6348 else
6349 if test -n "$RANLIB"; then
6350 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6351 else
6352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6353 for as_dir in $PATH
6354 do
6355 IFS=$as_save_IFS
6356 test -z "$as_dir" && as_dir=.
6357 for ac_exec_ext in '' $ac_executable_extensions; do
6358 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6359 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6360 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6361 break 2
6362 fi
6363 done
6364 done
6365 IFS=$as_save_IFS
6366
6367 fi
6368 fi
6369 RANLIB=$ac_cv_prog_RANLIB
6370 if test -n "$RANLIB"; then
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6372 $as_echo "$RANLIB" >&6; }
6373 else
6374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6375 $as_echo "no" >&6; }
6376 fi
6377
6378
6379 fi
6380 if test -z "$ac_cv_prog_RANLIB"; then
6381 ac_ct_RANLIB=$RANLIB
6382 # Extract the first word of "ranlib", so it can be a program name with args.
6383 set dummy ranlib; ac_word=$2
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6385 $as_echo_n "checking for $ac_word... " >&6; }
6386 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6387 $as_echo_n "(cached) " >&6
6388 else
6389 if test -n "$ac_ct_RANLIB"; then
6390 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6391 else
6392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6393 for as_dir in $PATH
6394 do
6395 IFS=$as_save_IFS
6396 test -z "$as_dir" && as_dir=.
6397 for ac_exec_ext in '' $ac_executable_extensions; do
6398 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6399 ac_cv_prog_ac_ct_RANLIB="ranlib"
6400 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6401 break 2
6402 fi
6403 done
6404 done
6405 IFS=$as_save_IFS
6406
6407 fi
6408 fi
6409 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6410 if test -n "$ac_ct_RANLIB"; then
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6412 $as_echo "$ac_ct_RANLIB" >&6; }
6413 else
6414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6415 $as_echo "no" >&6; }
6416 fi
6417
6418 if test "x$ac_ct_RANLIB" = x; then
6419 RANLIB=":"
6420 else
6421 case $cross_compiling:$ac_tool_warned in
6422 yes:)
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6424 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6425 ac_tool_warned=yes ;;
6426 esac
6427 RANLIB=$ac_ct_RANLIB
6428 fi
6429 else
6430 RANLIB="$ac_cv_prog_RANLIB"
6431 fi
6432
6433 test -z "$RANLIB" && RANLIB=:
6434 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6435 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6436 RANLIB="$RANLIB $plugin_option"
6437 fi
6438 fi
6439
6440
6441
6442
6443
6444
6445 # Determine commands to create old-style static archives.
6446 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6447 old_postinstall_cmds='chmod 644 $oldlib'
6448 old_postuninstall_cmds=
6449
6450 if test -n "$RANLIB"; then
6451 case $host_os in
6452 openbsd*)
6453 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6454 ;;
6455 *)
6456 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6457 ;;
6458 esac
6459 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6460 fi
6461
6462 case $host_os in
6463 darwin*)
6464 lock_old_archive_extraction=yes ;;
6465 *)
6466 lock_old_archive_extraction=no ;;
6467 esac
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505
6506
6507 # If no C compiler was specified, use CC.
6508 LTCC=${LTCC-"$CC"}
6509
6510 # If no C compiler flags were specified, use CFLAGS.
6511 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6512
6513 # Allow CC to be a program name with arguments.
6514 compiler=$CC
6515
6516
6517 # Check for command to grab the raw symbol name followed by C symbol from nm.
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6519 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6520 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6521 $as_echo_n "(cached) " >&6
6522 else
6523
6524 # These are sane defaults that work on at least a few old systems.
6525 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6526
6527 # Character class describing NM global symbol codes.
6528 symcode='[BCDEGRST]'
6529
6530 # Regexp to match symbols that can be accessed directly from C.
6531 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6532
6533 # Define system-specific variables.
6534 case $host_os in
6535 aix*)
6536 symcode='[BCDT]'
6537 ;;
6538 cygwin* | mingw* | pw32* | cegcc*)
6539 symcode='[ABCDGISTW]'
6540 ;;
6541 hpux*)
6542 if test "$host_cpu" = ia64; then
6543 symcode='[ABCDEGRST]'
6544 fi
6545 ;;
6546 irix* | nonstopux*)
6547 symcode='[BCDEGRST]'
6548 ;;
6549 osf*)
6550 symcode='[BCDEGQRST]'
6551 ;;
6552 solaris*)
6553 symcode='[BCDRT]'
6554 ;;
6555 sco3.2v5*)
6556 symcode='[DT]'
6557 ;;
6558 sysv4.2uw2*)
6559 symcode='[DT]'
6560 ;;
6561 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6562 symcode='[ABDT]'
6563 ;;
6564 sysv4)
6565 symcode='[DFNSTU]'
6566 ;;
6567 esac
6568
6569 # If we're using GNU nm, then use its standard symbol codes.
6570 case `$NM -V 2>&1` in
6571 *GNU* | *'with BFD'*)
6572 symcode='[ABCDGIRSTW]' ;;
6573 esac
6574
6575 # Transform an extracted symbol line into a proper C declaration.
6576 # Some systems (esp. on ia64) link data and code symbols differently,
6577 # so use this general approach.
6578 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6579
6580 # Transform an extracted symbol line into symbol name and symbol address
6581 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6582 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'"
6583
6584 # Handle CRLF in mingw tool chain
6585 opt_cr=
6586 case $build_os in
6587 mingw*)
6588 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6589 ;;
6590 esac
6591
6592 # Try without a prefix underscore, then with it.
6593 for ac_symprfx in "" "_"; do
6594
6595 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6596 symxfrm="\\1 $ac_symprfx\\2 \\2"
6597
6598 # Write the raw and C identifiers.
6599 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6600 # Fake it for dumpbin and say T for any non-static function
6601 # and D for any global variable.
6602 # Also find C++ and __fastcall symbols from MSVC++,
6603 # which start with @ or ?.
6604 lt_cv_sys_global_symbol_pipe="$AWK '"\
6605 " {last_section=section; section=\$ 3};"\
6606 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6607 " \$ 0!~/External *\|/{next};"\
6608 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6609 " {if(hide[section]) next};"\
6610 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6611 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6612 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6613 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6614 " ' prfx=^$ac_symprfx"
6615 else
6616 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6617 fi
6618
6619 # Check to see that the pipe works correctly.
6620 pipe_works=no
6621
6622 rm -f conftest*
6623 cat > conftest.$ac_ext <<_LT_EOF
6624 #ifdef __cplusplus
6625 extern "C" {
6626 #endif
6627 char nm_test_var;
6628 void nm_test_func(void);
6629 void nm_test_func(void){}
6630 #ifdef __cplusplus
6631 }
6632 #endif
6633 int main(){nm_test_var='a';nm_test_func();return(0);}
6634 _LT_EOF
6635
6636 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6637 (eval $ac_compile) 2>&5
6638 ac_status=$?
6639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6640 test $ac_status = 0; }; then
6641 # Now try to grab the symbols.
6642 nlist=conftest.nm
6643 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6644 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6645 ac_status=$?
6646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6647 test $ac_status = 0; } && test -s "$nlist"; then
6648 # Try sorting and uniquifying the output.
6649 if sort "$nlist" | uniq > "$nlist"T; then
6650 mv -f "$nlist"T "$nlist"
6651 else
6652 rm -f "$nlist"T
6653 fi
6654
6655 # Make sure that we snagged all the symbols we need.
6656 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6657 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6658 cat <<_LT_EOF > conftest.$ac_ext
6659 #ifdef __cplusplus
6660 extern "C" {
6661 #endif
6662
6663 _LT_EOF
6664 # Now generate the symbol file.
6665 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6666
6667 cat <<_LT_EOF >> conftest.$ac_ext
6668
6669 /* The mapping between symbol names and symbols. */
6670 const struct {
6671 const char *name;
6672 void *address;
6673 }
6674 lt__PROGRAM__LTX_preloaded_symbols[] =
6675 {
6676 { "@PROGRAM@", (void *) 0 },
6677 _LT_EOF
6678 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6679 cat <<\_LT_EOF >> conftest.$ac_ext
6680 {0, (void *) 0}
6681 };
6682
6683 /* This works around a problem in FreeBSD linker */
6684 #ifdef FREEBSD_WORKAROUND
6685 static const void *lt_preloaded_setup() {
6686 return lt__PROGRAM__LTX_preloaded_symbols;
6687 }
6688 #endif
6689
6690 #ifdef __cplusplus
6691 }
6692 #endif
6693 _LT_EOF
6694 # Now try linking the two files.
6695 mv conftest.$ac_objext conftstm.$ac_objext
6696 lt_save_LIBS="$LIBS"
6697 lt_save_CFLAGS="$CFLAGS"
6698 LIBS="conftstm.$ac_objext"
6699 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6700 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6701 (eval $ac_link) 2>&5
6702 ac_status=$?
6703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6704 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6705 pipe_works=yes
6706 fi
6707 LIBS="$lt_save_LIBS"
6708 CFLAGS="$lt_save_CFLAGS"
6709 else
6710 echo "cannot find nm_test_func in $nlist" >&5
6711 fi
6712 else
6713 echo "cannot find nm_test_var in $nlist" >&5
6714 fi
6715 else
6716 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6717 fi
6718 else
6719 echo "$progname: failed program was:" >&5
6720 cat conftest.$ac_ext >&5
6721 fi
6722 rm -rf conftest* conftst*
6723
6724 # Do not use the global_symbol_pipe unless it works.
6725 if test "$pipe_works" = yes; then
6726 break
6727 else
6728 lt_cv_sys_global_symbol_pipe=
6729 fi
6730 done
6731
6732 fi
6733
6734 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6735 lt_cv_sys_global_symbol_to_cdecl=
6736 fi
6737 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6739 $as_echo "failed" >&6; }
6740 else
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6742 $as_echo "ok" >&6; }
6743 fi
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766 # Check whether --enable-libtool-lock was given.
6767 if test "${enable_libtool_lock+set}" = set; then :
6768 enableval=$enable_libtool_lock;
6769 fi
6770
6771 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6772
6773 # Some flags need to be propagated to the compiler or linker for good
6774 # libtool support.
6775 case $host in
6776 ia64-*-hpux*)
6777 # Find out which ABI we are using.
6778 echo 'int i;' > conftest.$ac_ext
6779 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6780 (eval $ac_compile) 2>&5
6781 ac_status=$?
6782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6783 test $ac_status = 0; }; then
6784 case `/usr/bin/file conftest.$ac_objext` in
6785 *ELF-32*)
6786 HPUX_IA64_MODE="32"
6787 ;;
6788 *ELF-64*)
6789 HPUX_IA64_MODE="64"
6790 ;;
6791 esac
6792 fi
6793 rm -rf conftest*
6794 ;;
6795 *-*-irix6*)
6796 # Find out which ABI we are using.
6797 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6798 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6799 (eval $ac_compile) 2>&5
6800 ac_status=$?
6801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6802 test $ac_status = 0; }; then
6803 if test "$lt_cv_prog_gnu_ld" = yes; then
6804 case `/usr/bin/file conftest.$ac_objext` in
6805 *32-bit*)
6806 LD="${LD-ld} -melf32bsmip"
6807 ;;
6808 *N32*)
6809 LD="${LD-ld} -melf32bmipn32"
6810 ;;
6811 *64-bit*)
6812 LD="${LD-ld} -melf64bmip"
6813 ;;
6814 esac
6815 else
6816 case `/usr/bin/file conftest.$ac_objext` in
6817 *32-bit*)
6818 LD="${LD-ld} -32"
6819 ;;
6820 *N32*)
6821 LD="${LD-ld} -n32"
6822 ;;
6823 *64-bit*)
6824 LD="${LD-ld} -64"
6825 ;;
6826 esac
6827 fi
6828 fi
6829 rm -rf conftest*
6830 ;;
6831
6832 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6833 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6834 # Find out which ABI we are using.
6835 echo 'int i;' > conftest.$ac_ext
6836 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6837 (eval $ac_compile) 2>&5
6838 ac_status=$?
6839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6840 test $ac_status = 0; }; then
6841 case `/usr/bin/file conftest.o` in
6842 *32-bit*)
6843 case $host in
6844 x86_64-*kfreebsd*-gnu)
6845 LD="${LD-ld} -m elf_i386_fbsd"
6846 ;;
6847 x86_64-*linux*)
6848 case `/usr/bin/file conftest.o` in
6849 *x86-64*)
6850 LD="${LD-ld} -m elf32_x86_64"
6851 ;;
6852 *)
6853 LD="${LD-ld} -m elf_i386"
6854 ;;
6855 esac
6856 ;;
6857 powerpc64le-*linux*)
6858 LD="${LD-ld} -m elf32lppclinux"
6859 ;;
6860 powerpc64-*linux*)
6861 LD="${LD-ld} -m elf32ppclinux"
6862 ;;
6863 s390x-*linux*)
6864 LD="${LD-ld} -m elf_s390"
6865 ;;
6866 sparc64-*linux*)
6867 LD="${LD-ld} -m elf32_sparc"
6868 ;;
6869 esac
6870 ;;
6871 *64-bit*)
6872 case $host in
6873 x86_64-*kfreebsd*-gnu)
6874 LD="${LD-ld} -m elf_x86_64_fbsd"
6875 ;;
6876 x86_64-*linux*)
6877 LD="${LD-ld} -m elf_x86_64"
6878 ;;
6879 powerpcle-*linux*)
6880 LD="${LD-ld} -m elf64lppc"
6881 ;;
6882 powerpc-*linux*)
6883 LD="${LD-ld} -m elf64ppc"
6884 ;;
6885 s390*-*linux*|s390*-*tpf*)
6886 LD="${LD-ld} -m elf64_s390"
6887 ;;
6888 sparc*-*linux*)
6889 LD="${LD-ld} -m elf64_sparc"
6890 ;;
6891 esac
6892 ;;
6893 esac
6894 fi
6895 rm -rf conftest*
6896 ;;
6897
6898 *-*-sco3.2v5*)
6899 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6900 SAVE_CFLAGS="$CFLAGS"
6901 CFLAGS="$CFLAGS -belf"
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6903 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6904 if ${lt_cv_cc_needs_belf+:} false; then :
6905 $as_echo_n "(cached) " >&6
6906 else
6907 ac_ext=c
6908 ac_cpp='$CPP $CPPFLAGS'
6909 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6910 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6911 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6912
6913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6914 /* end confdefs.h. */
6915
6916 int
6917 main ()
6918 {
6919
6920 ;
6921 return 0;
6922 }
6923 _ACEOF
6924 if ac_fn_c_try_link "$LINENO"; then :
6925 lt_cv_cc_needs_belf=yes
6926 else
6927 lt_cv_cc_needs_belf=no
6928 fi
6929 rm -f core conftest.err conftest.$ac_objext \
6930 conftest$ac_exeext conftest.$ac_ext
6931 ac_ext=c
6932 ac_cpp='$CPP $CPPFLAGS'
6933 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6934 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6935 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6936
6937 fi
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6939 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6940 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6941 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6942 CFLAGS="$SAVE_CFLAGS"
6943 fi
6944 ;;
6945 sparc*-*solaris*)
6946 # Find out which ABI we are using.
6947 echo 'int i;' > conftest.$ac_ext
6948 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6949 (eval $ac_compile) 2>&5
6950 ac_status=$?
6951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6952 test $ac_status = 0; }; then
6953 case `/usr/bin/file conftest.o` in
6954 *64-bit*)
6955 case $lt_cv_prog_gnu_ld in
6956 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6957 *)
6958 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6959 LD="${LD-ld} -64"
6960 fi
6961 ;;
6962 esac
6963 ;;
6964 esac
6965 fi
6966 rm -rf conftest*
6967 ;;
6968 esac
6969
6970 need_locks="$enable_libtool_lock"
6971
6972
6973 case $host_os in
6974 rhapsody* | darwin*)
6975 if test -n "$ac_tool_prefix"; then
6976 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6977 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6979 $as_echo_n "checking for $ac_word... " >&6; }
6980 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6981 $as_echo_n "(cached) " >&6
6982 else
6983 if test -n "$DSYMUTIL"; then
6984 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6985 else
6986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6987 for as_dir in $PATH
6988 do
6989 IFS=$as_save_IFS
6990 test -z "$as_dir" && as_dir=.
6991 for ac_exec_ext in '' $ac_executable_extensions; do
6992 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6993 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6995 break 2
6996 fi
6997 done
6998 done
6999 IFS=$as_save_IFS
7000
7001 fi
7002 fi
7003 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7004 if test -n "$DSYMUTIL"; then
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7006 $as_echo "$DSYMUTIL" >&6; }
7007 else
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7009 $as_echo "no" >&6; }
7010 fi
7011
7012
7013 fi
7014 if test -z "$ac_cv_prog_DSYMUTIL"; then
7015 ac_ct_DSYMUTIL=$DSYMUTIL
7016 # Extract the first word of "dsymutil", so it can be a program name with args.
7017 set dummy dsymutil; ac_word=$2
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7019 $as_echo_n "checking for $ac_word... " >&6; }
7020 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7021 $as_echo_n "(cached) " >&6
7022 else
7023 if test -n "$ac_ct_DSYMUTIL"; then
7024 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7025 else
7026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7027 for as_dir in $PATH
7028 do
7029 IFS=$as_save_IFS
7030 test -z "$as_dir" && as_dir=.
7031 for ac_exec_ext in '' $ac_executable_extensions; do
7032 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7033 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7035 break 2
7036 fi
7037 done
7038 done
7039 IFS=$as_save_IFS
7040
7041 fi
7042 fi
7043 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7044 if test -n "$ac_ct_DSYMUTIL"; then
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7046 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7047 else
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7049 $as_echo "no" >&6; }
7050 fi
7051
7052 if test "x$ac_ct_DSYMUTIL" = x; then
7053 DSYMUTIL=":"
7054 else
7055 case $cross_compiling:$ac_tool_warned in
7056 yes:)
7057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7058 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7059 ac_tool_warned=yes ;;
7060 esac
7061 DSYMUTIL=$ac_ct_DSYMUTIL
7062 fi
7063 else
7064 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7065 fi
7066
7067 if test -n "$ac_tool_prefix"; then
7068 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7069 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7071 $as_echo_n "checking for $ac_word... " >&6; }
7072 if ${ac_cv_prog_NMEDIT+:} false; then :
7073 $as_echo_n "(cached) " >&6
7074 else
7075 if test -n "$NMEDIT"; then
7076 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7077 else
7078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7079 for as_dir in $PATH
7080 do
7081 IFS=$as_save_IFS
7082 test -z "$as_dir" && as_dir=.
7083 for ac_exec_ext in '' $ac_executable_extensions; do
7084 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7085 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7086 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7087 break 2
7088 fi
7089 done
7090 done
7091 IFS=$as_save_IFS
7092
7093 fi
7094 fi
7095 NMEDIT=$ac_cv_prog_NMEDIT
7096 if test -n "$NMEDIT"; then
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7098 $as_echo "$NMEDIT" >&6; }
7099 else
7100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7101 $as_echo "no" >&6; }
7102 fi
7103
7104
7105 fi
7106 if test -z "$ac_cv_prog_NMEDIT"; then
7107 ac_ct_NMEDIT=$NMEDIT
7108 # Extract the first word of "nmedit", so it can be a program name with args.
7109 set dummy nmedit; ac_word=$2
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7111 $as_echo_n "checking for $ac_word... " >&6; }
7112 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7113 $as_echo_n "(cached) " >&6
7114 else
7115 if test -n "$ac_ct_NMEDIT"; then
7116 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7117 else
7118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7119 for as_dir in $PATH
7120 do
7121 IFS=$as_save_IFS
7122 test -z "$as_dir" && as_dir=.
7123 for ac_exec_ext in '' $ac_executable_extensions; do
7124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7125 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7127 break 2
7128 fi
7129 done
7130 done
7131 IFS=$as_save_IFS
7132
7133 fi
7134 fi
7135 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7136 if test -n "$ac_ct_NMEDIT"; then
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7138 $as_echo "$ac_ct_NMEDIT" >&6; }
7139 else
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141 $as_echo "no" >&6; }
7142 fi
7143
7144 if test "x$ac_ct_NMEDIT" = x; then
7145 NMEDIT=":"
7146 else
7147 case $cross_compiling:$ac_tool_warned in
7148 yes:)
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7150 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7151 ac_tool_warned=yes ;;
7152 esac
7153 NMEDIT=$ac_ct_NMEDIT
7154 fi
7155 else
7156 NMEDIT="$ac_cv_prog_NMEDIT"
7157 fi
7158
7159 if test -n "$ac_tool_prefix"; then
7160 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7161 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7163 $as_echo_n "checking for $ac_word... " >&6; }
7164 if ${ac_cv_prog_LIPO+:} false; then :
7165 $as_echo_n "(cached) " >&6
7166 else
7167 if test -n "$LIPO"; then
7168 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7169 else
7170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7171 for as_dir in $PATH
7172 do
7173 IFS=$as_save_IFS
7174 test -z "$as_dir" && as_dir=.
7175 for ac_exec_ext in '' $ac_executable_extensions; do
7176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7177 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7179 break 2
7180 fi
7181 done
7182 done
7183 IFS=$as_save_IFS
7184
7185 fi
7186 fi
7187 LIPO=$ac_cv_prog_LIPO
7188 if test -n "$LIPO"; then
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7190 $as_echo "$LIPO" >&6; }
7191 else
7192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7193 $as_echo "no" >&6; }
7194 fi
7195
7196
7197 fi
7198 if test -z "$ac_cv_prog_LIPO"; then
7199 ac_ct_LIPO=$LIPO
7200 # Extract the first word of "lipo", so it can be a program name with args.
7201 set dummy lipo; ac_word=$2
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7203 $as_echo_n "checking for $ac_word... " >&6; }
7204 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7205 $as_echo_n "(cached) " >&6
7206 else
7207 if test -n "$ac_ct_LIPO"; then
7208 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7209 else
7210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7211 for as_dir in $PATH
7212 do
7213 IFS=$as_save_IFS
7214 test -z "$as_dir" && as_dir=.
7215 for ac_exec_ext in '' $ac_executable_extensions; do
7216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7217 ac_cv_prog_ac_ct_LIPO="lipo"
7218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7219 break 2
7220 fi
7221 done
7222 done
7223 IFS=$as_save_IFS
7224
7225 fi
7226 fi
7227 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7228 if test -n "$ac_ct_LIPO"; then
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7230 $as_echo "$ac_ct_LIPO" >&6; }
7231 else
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7233 $as_echo "no" >&6; }
7234 fi
7235
7236 if test "x$ac_ct_LIPO" = x; then
7237 LIPO=":"
7238 else
7239 case $cross_compiling:$ac_tool_warned in
7240 yes:)
7241 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7242 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7243 ac_tool_warned=yes ;;
7244 esac
7245 LIPO=$ac_ct_LIPO
7246 fi
7247 else
7248 LIPO="$ac_cv_prog_LIPO"
7249 fi
7250
7251 if test -n "$ac_tool_prefix"; then
7252 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7253 set dummy ${ac_tool_prefix}otool; ac_word=$2
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7255 $as_echo_n "checking for $ac_word... " >&6; }
7256 if ${ac_cv_prog_OTOOL+:} false; then :
7257 $as_echo_n "(cached) " >&6
7258 else
7259 if test -n "$OTOOL"; then
7260 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7261 else
7262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7263 for as_dir in $PATH
7264 do
7265 IFS=$as_save_IFS
7266 test -z "$as_dir" && as_dir=.
7267 for ac_exec_ext in '' $ac_executable_extensions; do
7268 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7269 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7270 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7271 break 2
7272 fi
7273 done
7274 done
7275 IFS=$as_save_IFS
7276
7277 fi
7278 fi
7279 OTOOL=$ac_cv_prog_OTOOL
7280 if test -n "$OTOOL"; then
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7282 $as_echo "$OTOOL" >&6; }
7283 else
7284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7285 $as_echo "no" >&6; }
7286 fi
7287
7288
7289 fi
7290 if test -z "$ac_cv_prog_OTOOL"; then
7291 ac_ct_OTOOL=$OTOOL
7292 # Extract the first word of "otool", so it can be a program name with args.
7293 set dummy otool; ac_word=$2
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7295 $as_echo_n "checking for $ac_word... " >&6; }
7296 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7297 $as_echo_n "(cached) " >&6
7298 else
7299 if test -n "$ac_ct_OTOOL"; then
7300 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7301 else
7302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7303 for as_dir in $PATH
7304 do
7305 IFS=$as_save_IFS
7306 test -z "$as_dir" && as_dir=.
7307 for ac_exec_ext in '' $ac_executable_extensions; do
7308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7309 ac_cv_prog_ac_ct_OTOOL="otool"
7310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7311 break 2
7312 fi
7313 done
7314 done
7315 IFS=$as_save_IFS
7316
7317 fi
7318 fi
7319 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7320 if test -n "$ac_ct_OTOOL"; then
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7322 $as_echo "$ac_ct_OTOOL" >&6; }
7323 else
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7325 $as_echo "no" >&6; }
7326 fi
7327
7328 if test "x$ac_ct_OTOOL" = x; then
7329 OTOOL=":"
7330 else
7331 case $cross_compiling:$ac_tool_warned in
7332 yes:)
7333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7334 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7335 ac_tool_warned=yes ;;
7336 esac
7337 OTOOL=$ac_ct_OTOOL
7338 fi
7339 else
7340 OTOOL="$ac_cv_prog_OTOOL"
7341 fi
7342
7343 if test -n "$ac_tool_prefix"; then
7344 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7345 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7347 $as_echo_n "checking for $ac_word... " >&6; }
7348 if ${ac_cv_prog_OTOOL64+:} false; then :
7349 $as_echo_n "(cached) " >&6
7350 else
7351 if test -n "$OTOOL64"; then
7352 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7353 else
7354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7355 for as_dir in $PATH
7356 do
7357 IFS=$as_save_IFS
7358 test -z "$as_dir" && as_dir=.
7359 for ac_exec_ext in '' $ac_executable_extensions; do
7360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7361 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7363 break 2
7364 fi
7365 done
7366 done
7367 IFS=$as_save_IFS
7368
7369 fi
7370 fi
7371 OTOOL64=$ac_cv_prog_OTOOL64
7372 if test -n "$OTOOL64"; then
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7374 $as_echo "$OTOOL64" >&6; }
7375 else
7376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7377 $as_echo "no" >&6; }
7378 fi
7379
7380
7381 fi
7382 if test -z "$ac_cv_prog_OTOOL64"; then
7383 ac_ct_OTOOL64=$OTOOL64
7384 # Extract the first word of "otool64", so it can be a program name with args.
7385 set dummy otool64; ac_word=$2
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7387 $as_echo_n "checking for $ac_word... " >&6; }
7388 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7389 $as_echo_n "(cached) " >&6
7390 else
7391 if test -n "$ac_ct_OTOOL64"; then
7392 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7393 else
7394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7395 for as_dir in $PATH
7396 do
7397 IFS=$as_save_IFS
7398 test -z "$as_dir" && as_dir=.
7399 for ac_exec_ext in '' $ac_executable_extensions; do
7400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7401 ac_cv_prog_ac_ct_OTOOL64="otool64"
7402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7403 break 2
7404 fi
7405 done
7406 done
7407 IFS=$as_save_IFS
7408
7409 fi
7410 fi
7411 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7412 if test -n "$ac_ct_OTOOL64"; then
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7414 $as_echo "$ac_ct_OTOOL64" >&6; }
7415 else
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7417 $as_echo "no" >&6; }
7418 fi
7419
7420 if test "x$ac_ct_OTOOL64" = x; then
7421 OTOOL64=":"
7422 else
7423 case $cross_compiling:$ac_tool_warned in
7424 yes:)
7425 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7426 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7427 ac_tool_warned=yes ;;
7428 esac
7429 OTOOL64=$ac_ct_OTOOL64
7430 fi
7431 else
7432 OTOOL64="$ac_cv_prog_OTOOL64"
7433 fi
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7462 $as_echo_n "checking for -single_module linker flag... " >&6; }
7463 if ${lt_cv_apple_cc_single_mod+:} false; then :
7464 $as_echo_n "(cached) " >&6
7465 else
7466 lt_cv_apple_cc_single_mod=no
7467 if test -z "${LT_MULTI_MODULE}"; then
7468 # By default we will add the -single_module flag. You can override
7469 # by either setting the environment variable LT_MULTI_MODULE
7470 # non-empty at configure time, or by adding -multi_module to the
7471 # link flags.
7472 rm -rf libconftest.dylib*
7473 echo "int foo(void){return 1;}" > conftest.c
7474 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7475 -dynamiclib -Wl,-single_module conftest.c" >&5
7476 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7477 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7478 _lt_result=$?
7479 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7480 lt_cv_apple_cc_single_mod=yes
7481 else
7482 cat conftest.err >&5
7483 fi
7484 rm -rf libconftest.dylib*
7485 rm -f conftest.*
7486 fi
7487 fi
7488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7489 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7491 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7492 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7493 $as_echo_n "(cached) " >&6
7494 else
7495 lt_cv_ld_exported_symbols_list=no
7496 save_LDFLAGS=$LDFLAGS
7497 echo "_main" > conftest.sym
7498 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7500 /* end confdefs.h. */
7501
7502 int
7503 main ()
7504 {
7505
7506 ;
7507 return 0;
7508 }
7509 _ACEOF
7510 if ac_fn_c_try_link "$LINENO"; then :
7511 lt_cv_ld_exported_symbols_list=yes
7512 else
7513 lt_cv_ld_exported_symbols_list=no
7514 fi
7515 rm -f core conftest.err conftest.$ac_objext \
7516 conftest$ac_exeext conftest.$ac_ext
7517 LDFLAGS="$save_LDFLAGS"
7518
7519 fi
7520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7521 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7523 $as_echo_n "checking for -force_load linker flag... " >&6; }
7524 if ${lt_cv_ld_force_load+:} false; then :
7525 $as_echo_n "(cached) " >&6
7526 else
7527 lt_cv_ld_force_load=no
7528 cat > conftest.c << _LT_EOF
7529 int forced_loaded() { return 2;}
7530 _LT_EOF
7531 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7532 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7533 echo "$AR cru libconftest.a conftest.o" >&5
7534 $AR cru libconftest.a conftest.o 2>&5
7535 cat > conftest.c << _LT_EOF
7536 int main() { return 0;}
7537 _LT_EOF
7538 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7539 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7540 _lt_result=$?
7541 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7542 lt_cv_ld_force_load=yes
7543 else
7544 cat conftest.err >&5
7545 fi
7546 rm -f conftest.err libconftest.a conftest conftest.c
7547 rm -rf conftest.dSYM
7548
7549 fi
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7551 $as_echo "$lt_cv_ld_force_load" >&6; }
7552 case $host_os in
7553 rhapsody* | darwin1.[012])
7554 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7555 darwin1.*)
7556 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7557 darwin*) # darwin 5.x on
7558 # if running on 10.5 or later, the deployment target defaults
7559 # to the OS version, if on x86, and 10.4, the deployment
7560 # target defaults to 10.4. Don't you love it?
7561 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7562 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7563 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7564 10.[012][,.]*)
7565 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7566 10.*)
7567 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7568 esac
7569 ;;
7570 esac
7571 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7572 _lt_dar_single_mod='$single_module'
7573 fi
7574 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7575 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7576 else
7577 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7578 fi
7579 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7580 _lt_dsymutil='~$DSYMUTIL $lib || :'
7581 else
7582 _lt_dsymutil=
7583 fi
7584 ;;
7585 esac
7586
7587 for ac_header in dlfcn.h
7588 do :
7589 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7590 "
7591 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7592 cat >>confdefs.h <<_ACEOF
7593 #define HAVE_DLFCN_H 1
7594 _ACEOF
7595
7596 fi
7597
7598 done
7599
7600
7601
7602
7603
7604 # Set options
7605
7606
7607
7608 enable_dlopen=no
7609
7610
7611 enable_win32_dll=no
7612
7613
7614
7615 # Check whether --enable-static was given.
7616 if test "${enable_static+set}" = set; then :
7617 enableval=$enable_static; p=${PACKAGE-default}
7618 case $enableval in
7619 yes) enable_static=yes ;;
7620 no) enable_static=no ;;
7621 *)
7622 enable_static=no
7623 # Look at the argument we got. We use all the common list separators.
7624 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7625 for pkg in $enableval; do
7626 IFS="$lt_save_ifs"
7627 if test "X$pkg" = "X$p"; then
7628 enable_static=yes
7629 fi
7630 done
7631 IFS="$lt_save_ifs"
7632 ;;
7633 esac
7634 else
7635 enable_static=yes
7636 fi
7637
7638
7639
7640
7641
7642
7643
7644
7645
7646
7647 # Check whether --with-pic was given.
7648 if test "${with_pic+set}" = set; then :
7649 withval=$with_pic; pic_mode="$withval"
7650 else
7651 pic_mode=default
7652 fi
7653
7654
7655 test -z "$pic_mode" && pic_mode=default
7656
7657
7658
7659
7660
7661
7662
7663 # Check whether --enable-fast-install was given.
7664 if test "${enable_fast_install+set}" = set; then :
7665 enableval=$enable_fast_install; p=${PACKAGE-default}
7666 case $enableval in
7667 yes) enable_fast_install=yes ;;
7668 no) enable_fast_install=no ;;
7669 *)
7670 enable_fast_install=no
7671 # Look at the argument we got. We use all the common list separators.
7672 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7673 for pkg in $enableval; do
7674 IFS="$lt_save_ifs"
7675 if test "X$pkg" = "X$p"; then
7676 enable_fast_install=yes
7677 fi
7678 done
7679 IFS="$lt_save_ifs"
7680 ;;
7681 esac
7682 else
7683 enable_fast_install=yes
7684 fi
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696 # This can be used to rebuild libtool when needed
7697 LIBTOOL_DEPS="$ltmain"
7698
7699 # Always use our own libtool.
7700 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727 test -z "$LN_S" && LN_S="ln -s"
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742 if test -n "${ZSH_VERSION+set}" ; then
7743 setopt NO_GLOB_SUBST
7744 fi
7745
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7747 $as_echo_n "checking for objdir... " >&6; }
7748 if ${lt_cv_objdir+:} false; then :
7749 $as_echo_n "(cached) " >&6
7750 else
7751 rm -f .libs 2>/dev/null
7752 mkdir .libs 2>/dev/null
7753 if test -d .libs; then
7754 lt_cv_objdir=.libs
7755 else
7756 # MS-DOS does not allow filenames that begin with a dot.
7757 lt_cv_objdir=_libs
7758 fi
7759 rmdir .libs 2>/dev/null
7760 fi
7761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7762 $as_echo "$lt_cv_objdir" >&6; }
7763 objdir=$lt_cv_objdir
7764
7765
7766
7767
7768
7769 cat >>confdefs.h <<_ACEOF
7770 #define LT_OBJDIR "$lt_cv_objdir/"
7771 _ACEOF
7772
7773
7774
7775
7776 case $host_os in
7777 aix3*)
7778 # AIX sometimes has problems with the GCC collect2 program. For some
7779 # reason, if we set the COLLECT_NAMES environment variable, the problems
7780 # vanish in a puff of smoke.
7781 if test "X${COLLECT_NAMES+set}" != Xset; then
7782 COLLECT_NAMES=
7783 export COLLECT_NAMES
7784 fi
7785 ;;
7786 esac
7787
7788 # Global variables:
7789 ofile=libtool
7790 can_build_shared=yes
7791
7792 # All known linkers require a `.a' archive for static linking (except MSVC,
7793 # which needs '.lib').
7794 libext=a
7795
7796 with_gnu_ld="$lt_cv_prog_gnu_ld"
7797
7798 old_CC="$CC"
7799 old_CFLAGS="$CFLAGS"
7800
7801 # Set sane defaults for various variables
7802 test -z "$CC" && CC=cc
7803 test -z "$LTCC" && LTCC=$CC
7804 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7805 test -z "$LD" && LD=ld
7806 test -z "$ac_objext" && ac_objext=o
7807
7808 for cc_temp in $compiler""; do
7809 case $cc_temp in
7810 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7811 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7812 \-*) ;;
7813 *) break;;
7814 esac
7815 done
7816 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7817
7818
7819 # Only perform the check for file, if the check method requires it
7820 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7821 case $deplibs_check_method in
7822 file_magic*)
7823 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7825 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7826 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7827 $as_echo_n "(cached) " >&6
7828 else
7829 case $MAGIC_CMD in
7830 [\\/*] | ?:[\\/]*)
7831 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7832 ;;
7833 *)
7834 lt_save_MAGIC_CMD="$MAGIC_CMD"
7835 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7836 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7837 for ac_dir in $ac_dummy; do
7838 IFS="$lt_save_ifs"
7839 test -z "$ac_dir" && ac_dir=.
7840 if test -f $ac_dir/${ac_tool_prefix}file; then
7841 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7842 if test -n "$file_magic_test_file"; then
7843 case $deplibs_check_method in
7844 "file_magic "*)
7845 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7846 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7847 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7848 $EGREP "$file_magic_regex" > /dev/null; then
7849 :
7850 else
7851 cat <<_LT_EOF 1>&2
7852
7853 *** Warning: the command libtool uses to detect shared libraries,
7854 *** $file_magic_cmd, produces output that libtool cannot recognize.
7855 *** The result is that libtool may fail to recognize shared libraries
7856 *** as such. This will affect the creation of libtool libraries that
7857 *** depend on shared libraries, but programs linked with such libtool
7858 *** libraries will work regardless of this problem. Nevertheless, you
7859 *** may want to report the problem to your system manager and/or to
7860 *** bug-libtool@gnu.org
7861
7862 _LT_EOF
7863 fi ;;
7864 esac
7865 fi
7866 break
7867 fi
7868 done
7869 IFS="$lt_save_ifs"
7870 MAGIC_CMD="$lt_save_MAGIC_CMD"
7871 ;;
7872 esac
7873 fi
7874
7875 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7876 if test -n "$MAGIC_CMD"; then
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7878 $as_echo "$MAGIC_CMD" >&6; }
7879 else
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7881 $as_echo "no" >&6; }
7882 fi
7883
7884
7885
7886
7887
7888 if test -z "$lt_cv_path_MAGIC_CMD"; then
7889 if test -n "$ac_tool_prefix"; then
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7891 $as_echo_n "checking for file... " >&6; }
7892 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7893 $as_echo_n "(cached) " >&6
7894 else
7895 case $MAGIC_CMD in
7896 [\\/*] | ?:[\\/]*)
7897 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7898 ;;
7899 *)
7900 lt_save_MAGIC_CMD="$MAGIC_CMD"
7901 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7902 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7903 for ac_dir in $ac_dummy; do
7904 IFS="$lt_save_ifs"
7905 test -z "$ac_dir" && ac_dir=.
7906 if test -f $ac_dir/file; then
7907 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7908 if test -n "$file_magic_test_file"; then
7909 case $deplibs_check_method in
7910 "file_magic "*)
7911 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7912 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7913 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7914 $EGREP "$file_magic_regex" > /dev/null; then
7915 :
7916 else
7917 cat <<_LT_EOF 1>&2
7918
7919 *** Warning: the command libtool uses to detect shared libraries,
7920 *** $file_magic_cmd, produces output that libtool cannot recognize.
7921 *** The result is that libtool may fail to recognize shared libraries
7922 *** as such. This will affect the creation of libtool libraries that
7923 *** depend on shared libraries, but programs linked with such libtool
7924 *** libraries will work regardless of this problem. Nevertheless, you
7925 *** may want to report the problem to your system manager and/or to
7926 *** bug-libtool@gnu.org
7927
7928 _LT_EOF
7929 fi ;;
7930 esac
7931 fi
7932 break
7933 fi
7934 done
7935 IFS="$lt_save_ifs"
7936 MAGIC_CMD="$lt_save_MAGIC_CMD"
7937 ;;
7938 esac
7939 fi
7940
7941 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7942 if test -n "$MAGIC_CMD"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7944 $as_echo "$MAGIC_CMD" >&6; }
7945 else
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947 $as_echo "no" >&6; }
7948 fi
7949
7950
7951 else
7952 MAGIC_CMD=:
7953 fi
7954 fi
7955
7956 fi
7957 ;;
7958 esac
7959
7960 # Use C for the default configuration in the libtool script
7961
7962 lt_save_CC="$CC"
7963 ac_ext=c
7964 ac_cpp='$CPP $CPPFLAGS'
7965 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7966 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7967 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7968
7969
7970 # Source file extension for C test sources.
7971 ac_ext=c
7972
7973 # Object file extension for compiled C test sources.
7974 objext=o
7975 objext=$objext
7976
7977 # Code to be used in simple compile tests
7978 lt_simple_compile_test_code="int some_variable = 0;"
7979
7980 # Code to be used in simple link tests
7981 lt_simple_link_test_code='int main(){return(0);}'
7982
7983
7984
7985
7986
7987
7988
7989 # If no C compiler was specified, use CC.
7990 LTCC=${LTCC-"$CC"}
7991
7992 # If no C compiler flags were specified, use CFLAGS.
7993 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7994
7995 # Allow CC to be a program name with arguments.
7996 compiler=$CC
7997
7998 # Save the default compiler, since it gets overwritten when the other
7999 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8000 compiler_DEFAULT=$CC
8001
8002 # save warnings/boilerplate of simple test code
8003 ac_outfile=conftest.$ac_objext
8004 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8005 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8006 _lt_compiler_boilerplate=`cat conftest.err`
8007 $RM conftest*
8008
8009 ac_outfile=conftest.$ac_objext
8010 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8011 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8012 _lt_linker_boilerplate=`cat conftest.err`
8013 $RM -r conftest*
8014
8015
8016 ## CAVEAT EMPTOR:
8017 ## There is no encapsulation within the following macros, do not change
8018 ## the running order or otherwise move them around unless you know exactly
8019 ## what you are doing...
8020 if test -n "$compiler"; then
8021
8022 lt_prog_compiler_no_builtin_flag=
8023
8024 if test "$GCC" = yes; then
8025 case $cc_basename in
8026 nvcc*)
8027 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8028 *)
8029 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8030 esac
8031
8032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8033 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8034 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8035 $as_echo_n "(cached) " >&6
8036 else
8037 lt_cv_prog_compiler_rtti_exceptions=no
8038 ac_outfile=conftest.$ac_objext
8039 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8040 lt_compiler_flag="-fno-rtti -fno-exceptions"
8041 # Insert the option either (1) after the last *FLAGS variable, or
8042 # (2) before a word containing "conftest.", or (3) at the end.
8043 # Note that $ac_compile itself does not contain backslashes and begins
8044 # with a dollar sign (not a hyphen), so the echo should work correctly.
8045 # The option is referenced via a variable to avoid confusing sed.
8046 lt_compile=`echo "$ac_compile" | $SED \
8047 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8048 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8049 -e 's:$: $lt_compiler_flag:'`
8050 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8051 (eval "$lt_compile" 2>conftest.err)
8052 ac_status=$?
8053 cat conftest.err >&5
8054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8055 if (exit $ac_status) && test -s "$ac_outfile"; then
8056 # The compiler can only warn and ignore the option if not recognized
8057 # So say no if there are warnings other than the usual output.
8058 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8059 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8060 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8061 lt_cv_prog_compiler_rtti_exceptions=yes
8062 fi
8063 fi
8064 $RM conftest*
8065
8066 fi
8067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8068 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8069
8070 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8071 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8072 else
8073 :
8074 fi
8075
8076 fi
8077
8078
8079
8080
8081
8082
8083 lt_prog_compiler_wl=
8084 lt_prog_compiler_pic=
8085 lt_prog_compiler_static=
8086
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8088 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8089
8090 if test "$GCC" = yes; then
8091 lt_prog_compiler_wl='-Wl,'
8092 lt_prog_compiler_static='-static'
8093
8094 case $host_os in
8095 aix*)
8096 # All AIX code is PIC.
8097 if test "$host_cpu" = ia64; then
8098 # AIX 5 now supports IA64 processor
8099 lt_prog_compiler_static='-Bstatic'
8100 fi
8101 lt_prog_compiler_pic='-fPIC'
8102 ;;
8103
8104 amigaos*)
8105 case $host_cpu in
8106 powerpc)
8107 # see comment about AmigaOS4 .so support
8108 lt_prog_compiler_pic='-fPIC'
8109 ;;
8110 m68k)
8111 # FIXME: we need at least 68020 code to build shared libraries, but
8112 # adding the `-m68020' flag to GCC prevents building anything better,
8113 # like `-m68040'.
8114 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8115 ;;
8116 esac
8117 ;;
8118
8119 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8120 # PIC is the default for these OSes.
8121 ;;
8122
8123 mingw* | cygwin* | pw32* | os2* | cegcc*)
8124 # This hack is so that the source file can tell whether it is being
8125 # built for inclusion in a dll (and should export symbols for example).
8126 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8127 # (--disable-auto-import) libraries
8128 lt_prog_compiler_pic='-DDLL_EXPORT'
8129 ;;
8130
8131 darwin* | rhapsody*)
8132 # PIC is the default on this platform
8133 # Common symbols not allowed in MH_DYLIB files
8134 lt_prog_compiler_pic='-fno-common'
8135 ;;
8136
8137 haiku*)
8138 # PIC is the default for Haiku.
8139 # The "-static" flag exists, but is broken.
8140 lt_prog_compiler_static=
8141 ;;
8142
8143 hpux*)
8144 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8145 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8146 # sets the default TLS model and affects inlining.
8147 case $host_cpu in
8148 hppa*64*)
8149 # +Z the default
8150 ;;
8151 *)
8152 lt_prog_compiler_pic='-fPIC'
8153 ;;
8154 esac
8155 ;;
8156
8157 interix[3-9]*)
8158 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8159 # Instead, we relocate shared libraries at runtime.
8160 ;;
8161
8162 msdosdjgpp*)
8163 # Just because we use GCC doesn't mean we suddenly get shared libraries
8164 # on systems that don't support them.
8165 lt_prog_compiler_can_build_shared=no
8166 enable_shared=no
8167 ;;
8168
8169 *nto* | *qnx*)
8170 # QNX uses GNU C++, but need to define -shared option too, otherwise
8171 # it will coredump.
8172 lt_prog_compiler_pic='-fPIC -shared'
8173 ;;
8174
8175 sysv4*MP*)
8176 if test -d /usr/nec; then
8177 lt_prog_compiler_pic=-Kconform_pic
8178 fi
8179 ;;
8180
8181 *)
8182 lt_prog_compiler_pic='-fPIC'
8183 ;;
8184 esac
8185
8186 case $cc_basename in
8187 nvcc*) # Cuda Compiler Driver 2.2
8188 lt_prog_compiler_wl='-Xlinker '
8189 lt_prog_compiler_pic='-Xcompiler -fPIC'
8190 ;;
8191 esac
8192 else
8193 # PORTME Check for flag to pass linker flags through the system compiler.
8194 case $host_os in
8195 aix*)
8196 lt_prog_compiler_wl='-Wl,'
8197 if test "$host_cpu" = ia64; then
8198 # AIX 5 now supports IA64 processor
8199 lt_prog_compiler_static='-Bstatic'
8200 else
8201 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8202 fi
8203 ;;
8204
8205 mingw* | cygwin* | pw32* | os2* | cegcc*)
8206 # This hack is so that the source file can tell whether it is being
8207 # built for inclusion in a dll (and should export symbols for example).
8208 lt_prog_compiler_pic='-DDLL_EXPORT'
8209 ;;
8210
8211 hpux9* | hpux10* | hpux11*)
8212 lt_prog_compiler_wl='-Wl,'
8213 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8214 # not for PA HP-UX.
8215 case $host_cpu in
8216 hppa*64*|ia64*)
8217 # +Z the default
8218 ;;
8219 *)
8220 lt_prog_compiler_pic='+Z'
8221 ;;
8222 esac
8223 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8224 lt_prog_compiler_static='${wl}-a ${wl}archive'
8225 ;;
8226
8227 irix5* | irix6* | nonstopux*)
8228 lt_prog_compiler_wl='-Wl,'
8229 # PIC (with -KPIC) is the default.
8230 lt_prog_compiler_static='-non_shared'
8231 ;;
8232
8233 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8234 case $cc_basename in
8235 # old Intel for x86_64 which still supported -KPIC.
8236 ecc*)
8237 lt_prog_compiler_wl='-Wl,'
8238 lt_prog_compiler_pic='-KPIC'
8239 lt_prog_compiler_static='-static'
8240 ;;
8241 # icc used to be incompatible with GCC.
8242 # ICC 10 doesn't accept -KPIC any more.
8243 icc* | ifort*)
8244 lt_prog_compiler_wl='-Wl,'
8245 lt_prog_compiler_pic='-fPIC'
8246 lt_prog_compiler_static='-static'
8247 ;;
8248 # Lahey Fortran 8.1.
8249 lf95*)
8250 lt_prog_compiler_wl='-Wl,'
8251 lt_prog_compiler_pic='--shared'
8252 lt_prog_compiler_static='--static'
8253 ;;
8254 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8255 # Portland Group compilers (*not* the Pentium gcc compiler,
8256 # which looks to be a dead project)
8257 lt_prog_compiler_wl='-Wl,'
8258 lt_prog_compiler_pic='-fpic'
8259 lt_prog_compiler_static='-Bstatic'
8260 ;;
8261 ccc*)
8262 lt_prog_compiler_wl='-Wl,'
8263 # All Alpha code is PIC.
8264 lt_prog_compiler_static='-non_shared'
8265 ;;
8266 xl* | bgxl* | bgf* | mpixl*)
8267 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8268 lt_prog_compiler_wl='-Wl,'
8269 lt_prog_compiler_pic='-qpic'
8270 lt_prog_compiler_static='-qstaticlink'
8271 ;;
8272 *)
8273 case `$CC -V 2>&1 | sed 5q` in
8274 *Sun\ F* | *Sun*Fortran*)
8275 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8276 lt_prog_compiler_pic='-KPIC'
8277 lt_prog_compiler_static='-Bstatic'
8278 lt_prog_compiler_wl=''
8279 ;;
8280 *Sun\ C*)
8281 # Sun C 5.9
8282 lt_prog_compiler_pic='-KPIC'
8283 lt_prog_compiler_static='-Bstatic'
8284 lt_prog_compiler_wl='-Wl,'
8285 ;;
8286 esac
8287 ;;
8288 esac
8289 ;;
8290
8291 newsos6)
8292 lt_prog_compiler_pic='-KPIC'
8293 lt_prog_compiler_static='-Bstatic'
8294 ;;
8295
8296 *nto* | *qnx*)
8297 # QNX uses GNU C++, but need to define -shared option too, otherwise
8298 # it will coredump.
8299 lt_prog_compiler_pic='-fPIC -shared'
8300 ;;
8301
8302 osf3* | osf4* | osf5*)
8303 lt_prog_compiler_wl='-Wl,'
8304 # All OSF/1 code is PIC.
8305 lt_prog_compiler_static='-non_shared'
8306 ;;
8307
8308 rdos*)
8309 lt_prog_compiler_static='-non_shared'
8310 ;;
8311
8312 solaris*)
8313 lt_prog_compiler_pic='-KPIC'
8314 lt_prog_compiler_static='-Bstatic'
8315 case $cc_basename in
8316 f77* | f90* | f95*)
8317 lt_prog_compiler_wl='-Qoption ld ';;
8318 *)
8319 lt_prog_compiler_wl='-Wl,';;
8320 esac
8321 ;;
8322
8323 sunos4*)
8324 lt_prog_compiler_wl='-Qoption ld '
8325 lt_prog_compiler_pic='-PIC'
8326 lt_prog_compiler_static='-Bstatic'
8327 ;;
8328
8329 sysv4 | sysv4.2uw2* | sysv4.3*)
8330 lt_prog_compiler_wl='-Wl,'
8331 lt_prog_compiler_pic='-KPIC'
8332 lt_prog_compiler_static='-Bstatic'
8333 ;;
8334
8335 sysv4*MP*)
8336 if test -d /usr/nec ;then
8337 lt_prog_compiler_pic='-Kconform_pic'
8338 lt_prog_compiler_static='-Bstatic'
8339 fi
8340 ;;
8341
8342 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8343 lt_prog_compiler_wl='-Wl,'
8344 lt_prog_compiler_pic='-KPIC'
8345 lt_prog_compiler_static='-Bstatic'
8346 ;;
8347
8348 unicos*)
8349 lt_prog_compiler_wl='-Wl,'
8350 lt_prog_compiler_can_build_shared=no
8351 ;;
8352
8353 uts4*)
8354 lt_prog_compiler_pic='-pic'
8355 lt_prog_compiler_static='-Bstatic'
8356 ;;
8357
8358 *)
8359 lt_prog_compiler_can_build_shared=no
8360 ;;
8361 esac
8362 fi
8363
8364 case $host_os in
8365 # For platforms which do not support PIC, -DPIC is meaningless:
8366 *djgpp*)
8367 lt_prog_compiler_pic=
8368 ;;
8369 *)
8370 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8371 ;;
8372 esac
8373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8374 $as_echo "$lt_prog_compiler_pic" >&6; }
8375
8376
8377
8378
8379
8380
8381 #
8382 # Check to make sure the PIC flag actually works.
8383 #
8384 if test -n "$lt_prog_compiler_pic"; then
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8386 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8387 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8388 $as_echo_n "(cached) " >&6
8389 else
8390 lt_cv_prog_compiler_pic_works=no
8391 ac_outfile=conftest.$ac_objext
8392 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8393 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8394 # Insert the option either (1) after the last *FLAGS variable, or
8395 # (2) before a word containing "conftest.", or (3) at the end.
8396 # Note that $ac_compile itself does not contain backslashes and begins
8397 # with a dollar sign (not a hyphen), so the echo should work correctly.
8398 # The option is referenced via a variable to avoid confusing sed.
8399 lt_compile=`echo "$ac_compile" | $SED \
8400 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8401 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8402 -e 's:$: $lt_compiler_flag:'`
8403 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8404 (eval "$lt_compile" 2>conftest.err)
8405 ac_status=$?
8406 cat conftest.err >&5
8407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8408 if (exit $ac_status) && test -s "$ac_outfile"; then
8409 # The compiler can only warn and ignore the option if not recognized
8410 # So say no if there are warnings other than the usual output.
8411 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8412 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8413 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8414 lt_cv_prog_compiler_pic_works=yes
8415 fi
8416 fi
8417 $RM conftest*
8418
8419 fi
8420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8421 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8422
8423 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8424 case $lt_prog_compiler_pic in
8425 "" | " "*) ;;
8426 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8427 esac
8428 else
8429 lt_prog_compiler_pic=
8430 lt_prog_compiler_can_build_shared=no
8431 fi
8432
8433 fi
8434
8435
8436
8437
8438
8439
8440 #
8441 # Check to make sure the static flag actually works.
8442 #
8443 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8445 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8446 if ${lt_cv_prog_compiler_static_works+:} false; then :
8447 $as_echo_n "(cached) " >&6
8448 else
8449 lt_cv_prog_compiler_static_works=no
8450 save_LDFLAGS="$LDFLAGS"
8451 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8452 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8453 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8454 # The linker can only warn and ignore the option if not recognized
8455 # So say no if there are warnings
8456 if test -s conftest.err; then
8457 # Append any errors to the config.log.
8458 cat conftest.err 1>&5
8459 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8460 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8461 if diff conftest.exp conftest.er2 >/dev/null; then
8462 lt_cv_prog_compiler_static_works=yes
8463 fi
8464 else
8465 lt_cv_prog_compiler_static_works=yes
8466 fi
8467 fi
8468 $RM -r conftest*
8469 LDFLAGS="$save_LDFLAGS"
8470
8471 fi
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8473 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8474
8475 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8476 :
8477 else
8478 lt_prog_compiler_static=
8479 fi
8480
8481
8482
8483
8484
8485
8486
8487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8488 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8489 if ${lt_cv_prog_compiler_c_o+:} false; then :
8490 $as_echo_n "(cached) " >&6
8491 else
8492 lt_cv_prog_compiler_c_o=no
8493 $RM -r conftest 2>/dev/null
8494 mkdir conftest
8495 cd conftest
8496 mkdir out
8497 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8498
8499 lt_compiler_flag="-o out/conftest2.$ac_objext"
8500 # Insert the option either (1) after the last *FLAGS variable, or
8501 # (2) before a word containing "conftest.", or (3) at the end.
8502 # Note that $ac_compile itself does not contain backslashes and begins
8503 # with a dollar sign (not a hyphen), so the echo should work correctly.
8504 lt_compile=`echo "$ac_compile" | $SED \
8505 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8506 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8507 -e 's:$: $lt_compiler_flag:'`
8508 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8509 (eval "$lt_compile" 2>out/conftest.err)
8510 ac_status=$?
8511 cat out/conftest.err >&5
8512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8513 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8514 then
8515 # The compiler can only warn and ignore the option if not recognized
8516 # So say no if there are warnings
8517 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8518 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8519 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8520 lt_cv_prog_compiler_c_o=yes
8521 fi
8522 fi
8523 chmod u+w . 2>&5
8524 $RM conftest*
8525 # SGI C++ compiler will create directory out/ii_files/ for
8526 # template instantiation
8527 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8528 $RM out/* && rmdir out
8529 cd ..
8530 $RM -r conftest
8531 $RM conftest*
8532
8533 fi
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8535 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8536
8537
8538
8539
8540
8541
8542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8543 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8544 if ${lt_cv_prog_compiler_c_o+:} false; then :
8545 $as_echo_n "(cached) " >&6
8546 else
8547 lt_cv_prog_compiler_c_o=no
8548 $RM -r conftest 2>/dev/null
8549 mkdir conftest
8550 cd conftest
8551 mkdir out
8552 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8553
8554 lt_compiler_flag="-o out/conftest2.$ac_objext"
8555 # Insert the option either (1) after the last *FLAGS variable, or
8556 # (2) before a word containing "conftest.", or (3) at the end.
8557 # Note that $ac_compile itself does not contain backslashes and begins
8558 # with a dollar sign (not a hyphen), so the echo should work correctly.
8559 lt_compile=`echo "$ac_compile" | $SED \
8560 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8561 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8562 -e 's:$: $lt_compiler_flag:'`
8563 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8564 (eval "$lt_compile" 2>out/conftest.err)
8565 ac_status=$?
8566 cat out/conftest.err >&5
8567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8568 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8569 then
8570 # The compiler can only warn and ignore the option if not recognized
8571 # So say no if there are warnings
8572 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8573 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8574 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8575 lt_cv_prog_compiler_c_o=yes
8576 fi
8577 fi
8578 chmod u+w . 2>&5
8579 $RM conftest*
8580 # SGI C++ compiler will create directory out/ii_files/ for
8581 # template instantiation
8582 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8583 $RM out/* && rmdir out
8584 cd ..
8585 $RM -r conftest
8586 $RM conftest*
8587
8588 fi
8589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8590 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8591
8592
8593
8594
8595 hard_links="nottested"
8596 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8597 # do not overwrite the value of need_locks provided by the user
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8599 $as_echo_n "checking if we can lock with hard links... " >&6; }
8600 hard_links=yes
8601 $RM conftest*
8602 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8603 touch conftest.a
8604 ln conftest.a conftest.b 2>&5 || hard_links=no
8605 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8607 $as_echo "$hard_links" >&6; }
8608 if test "$hard_links" = no; then
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8610 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8611 need_locks=warn
8612 fi
8613 else
8614 need_locks=no
8615 fi
8616
8617
8618
8619
8620
8621
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8623 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8624
8625 runpath_var=
8626 allow_undefined_flag=
8627 always_export_symbols=no
8628 archive_cmds=
8629 archive_expsym_cmds=
8630 compiler_needs_object=no
8631 enable_shared_with_static_runtimes=no
8632 export_dynamic_flag_spec=
8633 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8634 hardcode_automatic=no
8635 hardcode_direct=no
8636 hardcode_direct_absolute=no
8637 hardcode_libdir_flag_spec=
8638 hardcode_libdir_flag_spec_ld=
8639 hardcode_libdir_separator=
8640 hardcode_minus_L=no
8641 hardcode_shlibpath_var=unsupported
8642 inherit_rpath=no
8643 link_all_deplibs=unknown
8644 module_cmds=
8645 module_expsym_cmds=
8646 old_archive_from_new_cmds=
8647 old_archive_from_expsyms_cmds=
8648 thread_safe_flag_spec=
8649 whole_archive_flag_spec=
8650 # include_expsyms should be a list of space-separated symbols to be *always*
8651 # included in the symbol list
8652 include_expsyms=
8653 # exclude_expsyms can be an extended regexp of symbols to exclude
8654 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8655 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8656 # as well as any symbol that contains `d'.
8657 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8658 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8659 # platforms (ab)use it in PIC code, but their linkers get confused if
8660 # the symbol is explicitly referenced. Since portable code cannot
8661 # rely on this symbol name, it's probably fine to never include it in
8662 # preloaded symbol tables.
8663 # Exclude shared library initialization/finalization symbols.
8664 extract_expsyms_cmds=
8665
8666 case $host_os in
8667 cygwin* | mingw* | pw32* | cegcc*)
8668 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8669 # When not using gcc, we currently assume that we are using
8670 # Microsoft Visual C++.
8671 if test "$GCC" != yes; then
8672 with_gnu_ld=no
8673 fi
8674 ;;
8675 interix*)
8676 # we just hope/assume this is gcc and not c89 (= MSVC++)
8677 with_gnu_ld=yes
8678 ;;
8679 openbsd*)
8680 with_gnu_ld=no
8681 ;;
8682 esac
8683
8684 ld_shlibs=yes
8685
8686 # On some targets, GNU ld is compatible enough with the native linker
8687 # that we're better off using the native interface for both.
8688 lt_use_gnu_ld_interface=no
8689 if test "$with_gnu_ld" = yes; then
8690 case $host_os in
8691 aix*)
8692 # The AIX port of GNU ld has always aspired to compatibility
8693 # with the native linker. However, as the warning in the GNU ld
8694 # block says, versions before 2.19.5* couldn't really create working
8695 # shared libraries, regardless of the interface used.
8696 case `$LD -v 2>&1` in
8697 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8698 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8699 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8700 *)
8701 lt_use_gnu_ld_interface=yes
8702 ;;
8703 esac
8704 ;;
8705 *)
8706 lt_use_gnu_ld_interface=yes
8707 ;;
8708 esac
8709 fi
8710
8711 if test "$lt_use_gnu_ld_interface" = yes; then
8712 # If archive_cmds runs LD, not CC, wlarc should be empty
8713 wlarc='${wl}'
8714
8715 # Set some defaults for GNU ld with shared library support. These
8716 # are reset later if shared libraries are not supported. Putting them
8717 # here allows them to be overridden if necessary.
8718 runpath_var=LD_RUN_PATH
8719 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8720 export_dynamic_flag_spec='${wl}--export-dynamic'
8721 # ancient GNU ld didn't support --whole-archive et. al.
8722 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8723 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8724 else
8725 whole_archive_flag_spec=
8726 fi
8727 supports_anon_versioning=no
8728 case `$LD -v 2>&1` in
8729 *GNU\ gold*) supports_anon_versioning=yes ;;
8730 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8731 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8732 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8733 *\ 2.11.*) ;; # other 2.11 versions
8734 *) supports_anon_versioning=yes ;;
8735 esac
8736
8737 # See if GNU ld supports shared libraries.
8738 case $host_os in
8739 aix[3-9]*)
8740 # On AIX/PPC, the GNU linker is very broken
8741 if test "$host_cpu" != ia64; then
8742 ld_shlibs=no
8743 cat <<_LT_EOF 1>&2
8744
8745 *** Warning: the GNU linker, at least up to release 2.19, is reported
8746 *** to be unable to reliably create shared libraries on AIX.
8747 *** Therefore, libtool is disabling shared libraries support. If you
8748 *** really care for shared libraries, you may want to install binutils
8749 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8750 *** You will then need to restart the configuration process.
8751
8752 _LT_EOF
8753 fi
8754 ;;
8755
8756 amigaos*)
8757 case $host_cpu in
8758 powerpc)
8759 # see comment about AmigaOS4 .so support
8760 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8761 archive_expsym_cmds=''
8762 ;;
8763 m68k)
8764 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)'
8765 hardcode_libdir_flag_spec='-L$libdir'
8766 hardcode_minus_L=yes
8767 ;;
8768 esac
8769 ;;
8770
8771 beos*)
8772 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8773 allow_undefined_flag=unsupported
8774 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8775 # support --undefined. This deserves some investigation. FIXME
8776 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8777 else
8778 ld_shlibs=no
8779 fi
8780 ;;
8781
8782 cygwin* | mingw* | pw32* | cegcc*)
8783 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8784 # as there is no search path for DLLs.
8785 hardcode_libdir_flag_spec='-L$libdir'
8786 export_dynamic_flag_spec='${wl}--export-all-symbols'
8787 allow_undefined_flag=unsupported
8788 always_export_symbols=no
8789 enable_shared_with_static_runtimes=yes
8790 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8791
8792 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8793 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8794 # If the export-symbols file already is a .def file (1st line
8795 # is EXPORTS), use it as is; otherwise, prepend...
8796 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8797 cp $export_symbols $output_objdir/$soname.def;
8798 else
8799 echo EXPORTS > $output_objdir/$soname.def;
8800 cat $export_symbols >> $output_objdir/$soname.def;
8801 fi~
8802 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8803 else
8804 ld_shlibs=no
8805 fi
8806 ;;
8807
8808 haiku*)
8809 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8810 link_all_deplibs=yes
8811 ;;
8812
8813 interix[3-9]*)
8814 hardcode_direct=no
8815 hardcode_shlibpath_var=no
8816 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8817 export_dynamic_flag_spec='${wl}-E'
8818 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8819 # Instead, shared libraries are loaded at an image base (0x10000000 by
8820 # default) and relocated if they conflict, which is a slow very memory
8821 # consuming and fragmenting process. To avoid this, we pick a random,
8822 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8823 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8824 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8825 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'
8826 ;;
8827
8828 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8829 tmp_diet=no
8830 if test "$host_os" = linux-dietlibc; then
8831 case $cc_basename in
8832 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8833 esac
8834 fi
8835 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8836 && test "$tmp_diet" = no
8837 then
8838 tmp_addflag=' $pic_flag'
8839 tmp_sharedflag='-shared'
8840 case $cc_basename,$host_cpu in
8841 pgcc*) # Portland Group C compiler
8842 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8843 tmp_addflag=' $pic_flag'
8844 ;;
8845 pgf77* | pgf90* | pgf95* | pgfortran*)
8846 # Portland Group f77 and f90 compilers
8847 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8848 tmp_addflag=' $pic_flag -Mnomain' ;;
8849 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8850 tmp_addflag=' -i_dynamic' ;;
8851 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8852 tmp_addflag=' -i_dynamic -nofor_main' ;;
8853 ifc* | ifort*) # Intel Fortran compiler
8854 tmp_addflag=' -nofor_main' ;;
8855 lf95*) # Lahey Fortran 8.1
8856 whole_archive_flag_spec=
8857 tmp_sharedflag='--shared' ;;
8858 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8859 tmp_sharedflag='-qmkshrobj'
8860 tmp_addflag= ;;
8861 nvcc*) # Cuda Compiler Driver 2.2
8862 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8863 compiler_needs_object=yes
8864 ;;
8865 esac
8866 case `$CC -V 2>&1 | sed 5q` in
8867 *Sun\ C*) # Sun C 5.9
8868 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8869 compiler_needs_object=yes
8870 tmp_sharedflag='-G' ;;
8871 *Sun\ F*) # Sun Fortran 8.3
8872 tmp_sharedflag='-G' ;;
8873 esac
8874 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8875
8876 if test "x$supports_anon_versioning" = xyes; then
8877 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8878 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8879 echo "local: *; };" >> $output_objdir/$libname.ver~
8880 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8881 fi
8882
8883 case $cc_basename in
8884 xlf* | bgf* | bgxlf* | mpixlf*)
8885 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8886 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8887 hardcode_libdir_flag_spec=
8888 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8889 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8890 if test "x$supports_anon_versioning" = xyes; then
8891 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8892 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8893 echo "local: *; };" >> $output_objdir/$libname.ver~
8894 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8895 fi
8896 ;;
8897 esac
8898 else
8899 ld_shlibs=no
8900 fi
8901 ;;
8902
8903 netbsd*)
8904 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8905 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8906 wlarc=
8907 else
8908 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8909 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8910 fi
8911 ;;
8912
8913 solaris*)
8914 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8915 ld_shlibs=no
8916 cat <<_LT_EOF 1>&2
8917
8918 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8919 *** create shared libraries on Solaris systems. Therefore, libtool
8920 *** is disabling shared libraries support. We urge you to upgrade GNU
8921 *** binutils to release 2.9.1 or newer. Another option is to modify
8922 *** your PATH or compiler configuration so that the native linker is
8923 *** used, and then restart.
8924
8925 _LT_EOF
8926 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8927 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8928 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8929 else
8930 ld_shlibs=no
8931 fi
8932 ;;
8933
8934 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8935 case `$LD -v 2>&1` in
8936 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8937 ld_shlibs=no
8938 cat <<_LT_EOF 1>&2
8939
8940 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8941 *** reliably create shared libraries on SCO systems. Therefore, libtool
8942 *** is disabling shared libraries support. We urge you to upgrade GNU
8943 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8944 *** your PATH or compiler configuration so that the native linker is
8945 *** used, and then restart.
8946
8947 _LT_EOF
8948 ;;
8949 *)
8950 # For security reasons, it is highly recommended that you always
8951 # use absolute paths for naming shared libraries, and exclude the
8952 # DT_RUNPATH tag from executables and libraries. But doing so
8953 # requires that you compile everything twice, which is a pain.
8954 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8955 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8956 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8957 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8958 else
8959 ld_shlibs=no
8960 fi
8961 ;;
8962 esac
8963 ;;
8964
8965 sunos4*)
8966 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8967 wlarc=
8968 hardcode_direct=yes
8969 hardcode_shlibpath_var=no
8970 ;;
8971
8972 *)
8973 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8974 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8975 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8976 else
8977 ld_shlibs=no
8978 fi
8979 ;;
8980 esac
8981
8982 if test "$ld_shlibs" = no; then
8983 runpath_var=
8984 hardcode_libdir_flag_spec=
8985 export_dynamic_flag_spec=
8986 whole_archive_flag_spec=
8987 fi
8988 else
8989 # PORTME fill in a description of your system's linker (not GNU ld)
8990 case $host_os in
8991 aix3*)
8992 allow_undefined_flag=unsupported
8993 always_export_symbols=yes
8994 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'
8995 # Note: this linker hardcodes the directories in LIBPATH if there
8996 # are no directories specified by -L.
8997 hardcode_minus_L=yes
8998 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8999 # Neither direct hardcoding nor static linking is supported with a
9000 # broken collect2.
9001 hardcode_direct=unsupported
9002 fi
9003 ;;
9004
9005 aix[4-9]*)
9006 if test "$host_cpu" = ia64; then
9007 # On IA64, the linker does run time linking by default, so we don't
9008 # have to do anything special.
9009 aix_use_runtimelinking=no
9010 exp_sym_flag='-Bexport'
9011 no_entry_flag=""
9012 else
9013 # If we're using GNU nm, then we don't want the "-C" option.
9014 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9015 # Also, AIX nm treats weak defined symbols like other global
9016 # defined symbols, whereas GNU nm marks them as "W".
9017 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9018 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9019 else
9020 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9021 fi
9022 aix_use_runtimelinking=no
9023
9024 # Test if we are trying to use run time linking or normal
9025 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9026 # need to do runtime linking.
9027 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9028 for ld_flag in $LDFLAGS; do
9029 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9030 aix_use_runtimelinking=yes
9031 break
9032 fi
9033 done
9034 ;;
9035 esac
9036
9037 exp_sym_flag='-bexport'
9038 no_entry_flag='-bnoentry'
9039 fi
9040
9041 # When large executables or shared objects are built, AIX ld can
9042 # have problems creating the table of contents. If linking a library
9043 # or program results in "error TOC overflow" add -mminimal-toc to
9044 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9045 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9046
9047 archive_cmds=''
9048 hardcode_direct=yes
9049 hardcode_direct_absolute=yes
9050 hardcode_libdir_separator=':'
9051 link_all_deplibs=yes
9052 file_list_spec='${wl}-f,'
9053
9054 if test "$GCC" = yes; then
9055 case $host_os in aix4.[012]|aix4.[012].*)
9056 # We only want to do this on AIX 4.2 and lower, the check
9057 # below for broken collect2 doesn't work under 4.3+
9058 collect2name=`${CC} -print-prog-name=collect2`
9059 if test -f "$collect2name" &&
9060 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9061 then
9062 # We have reworked collect2
9063 :
9064 else
9065 # We have old collect2
9066 hardcode_direct=unsupported
9067 # It fails to find uninstalled libraries when the uninstalled
9068 # path is not listed in the libpath. Setting hardcode_minus_L
9069 # to unsupported forces relinking
9070 hardcode_minus_L=yes
9071 hardcode_libdir_flag_spec='-L$libdir'
9072 hardcode_libdir_separator=
9073 fi
9074 ;;
9075 esac
9076 shared_flag='-shared'
9077 if test "$aix_use_runtimelinking" = yes; then
9078 shared_flag="$shared_flag "'${wl}-G'
9079 fi
9080 else
9081 # not using gcc
9082 if test "$host_cpu" = ia64; then
9083 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9084 # chokes on -Wl,-G. The following line is correct:
9085 shared_flag='-G'
9086 else
9087 if test "$aix_use_runtimelinking" = yes; then
9088 shared_flag='${wl}-G'
9089 else
9090 shared_flag='${wl}-bM:SRE'
9091 fi
9092 fi
9093 fi
9094
9095 export_dynamic_flag_spec='${wl}-bexpall'
9096 # It seems that -bexpall does not export symbols beginning with
9097 # underscore (_), so it is better to generate a list of symbols to export.
9098 always_export_symbols=yes
9099 if test "$aix_use_runtimelinking" = yes; then
9100 # Warning - without using the other runtime loading flags (-brtl),
9101 # -berok will link without error, but may produce a broken library.
9102 allow_undefined_flag='-berok'
9103 # Determine the default libpath from the value encoded in an
9104 # empty executable.
9105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9106 /* end confdefs.h. */
9107
9108 int
9109 main ()
9110 {
9111
9112 ;
9113 return 0;
9114 }
9115 _ACEOF
9116 if ac_fn_c_try_link "$LINENO"; then :
9117
9118 lt_aix_libpath_sed='
9119 /Import File Strings/,/^$/ {
9120 /^0/ {
9121 s/^0 *\(.*\)$/\1/
9122 p
9123 }
9124 }'
9125 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9126 # Check for a 64-bit object if we didn't find anything.
9127 if test -z "$aix_libpath"; then
9128 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9129 fi
9130 fi
9131 rm -f core conftest.err conftest.$ac_objext \
9132 conftest$ac_exeext conftest.$ac_ext
9133 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9134
9135 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9136 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9137 else
9138 if test "$host_cpu" = ia64; then
9139 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9140 allow_undefined_flag="-z nodefs"
9141 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"
9142 else
9143 # Determine the default libpath from the value encoded in an
9144 # empty executable.
9145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9146 /* end confdefs.h. */
9147
9148 int
9149 main ()
9150 {
9151
9152 ;
9153 return 0;
9154 }
9155 _ACEOF
9156 if ac_fn_c_try_link "$LINENO"; then :
9157
9158 lt_aix_libpath_sed='
9159 /Import File Strings/,/^$/ {
9160 /^0/ {
9161 s/^0 *\(.*\)$/\1/
9162 p
9163 }
9164 }'
9165 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9166 # Check for a 64-bit object if we didn't find anything.
9167 if test -z "$aix_libpath"; then
9168 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9169 fi
9170 fi
9171 rm -f core conftest.err conftest.$ac_objext \
9172 conftest$ac_exeext conftest.$ac_ext
9173 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9174
9175 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9176 # Warning - without using the other run time loading flags,
9177 # -berok will link without error, but may produce a broken library.
9178 no_undefined_flag=' ${wl}-bernotok'
9179 allow_undefined_flag=' ${wl}-berok'
9180 if test "$with_gnu_ld" = yes; then
9181 # We only use this code for GNU lds that support --whole-archive.
9182 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9183 else
9184 # Exported symbols can be pulled into shared objects from archives
9185 whole_archive_flag_spec='$convenience'
9186 fi
9187 archive_cmds_need_lc=yes
9188 # This is similar to how AIX traditionally builds its shared libraries.
9189 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'
9190 fi
9191 fi
9192 ;;
9193
9194 amigaos*)
9195 case $host_cpu in
9196 powerpc)
9197 # see comment about AmigaOS4 .so support
9198 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9199 archive_expsym_cmds=''
9200 ;;
9201 m68k)
9202 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)'
9203 hardcode_libdir_flag_spec='-L$libdir'
9204 hardcode_minus_L=yes
9205 ;;
9206 esac
9207 ;;
9208
9209 bsdi[45]*)
9210 export_dynamic_flag_spec=-rdynamic
9211 ;;
9212
9213 cygwin* | mingw* | pw32* | cegcc*)
9214 # When not using gcc, we currently assume that we are using
9215 # Microsoft Visual C++.
9216 # hardcode_libdir_flag_spec is actually meaningless, as there is
9217 # no search path for DLLs.
9218 hardcode_libdir_flag_spec=' '
9219 allow_undefined_flag=unsupported
9220 # Tell ltmain to make .lib files, not .a files.
9221 libext=lib
9222 # Tell ltmain to make .dll files, not .so files.
9223 shrext_cmds=".dll"
9224 # FIXME: Setting linknames here is a bad hack.
9225 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9226 # The linker will automatically build a .lib file if we build a DLL.
9227 old_archive_from_new_cmds='true'
9228 # FIXME: Should let the user specify the lib program.
9229 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9230 fix_srcfile_path='`cygpath -w "$srcfile"`'
9231 enable_shared_with_static_runtimes=yes
9232 ;;
9233
9234 darwin* | rhapsody*)
9235
9236
9237 archive_cmds_need_lc=no
9238 hardcode_direct=no
9239 hardcode_automatic=yes
9240 hardcode_shlibpath_var=unsupported
9241 if test "$lt_cv_ld_force_load" = "yes"; then
9242 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9243 else
9244 whole_archive_flag_spec=''
9245 fi
9246 link_all_deplibs=yes
9247 allow_undefined_flag="$_lt_dar_allow_undefined"
9248 case $cc_basename in
9249 ifort*) _lt_dar_can_shared=yes ;;
9250 *) _lt_dar_can_shared=$GCC ;;
9251 esac
9252 if test "$_lt_dar_can_shared" = "yes"; then
9253 output_verbose_link_cmd=func_echo_all
9254 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9255 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9256 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}"
9257 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}"
9258
9259 else
9260 ld_shlibs=no
9261 fi
9262
9263 ;;
9264
9265 dgux*)
9266 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9267 hardcode_libdir_flag_spec='-L$libdir'
9268 hardcode_shlibpath_var=no
9269 ;;
9270
9271 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9272 # support. Future versions do this automatically, but an explicit c++rt0.o
9273 # does not break anything, and helps significantly (at the cost of a little
9274 # extra space).
9275 freebsd2.2*)
9276 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9277 hardcode_libdir_flag_spec='-R$libdir'
9278 hardcode_direct=yes
9279 hardcode_shlibpath_var=no
9280 ;;
9281
9282 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9283 freebsd2.*)
9284 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9285 hardcode_direct=yes
9286 hardcode_minus_L=yes
9287 hardcode_shlibpath_var=no
9288 ;;
9289
9290 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9291 freebsd* | dragonfly*)
9292 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9293 hardcode_libdir_flag_spec='-R$libdir'
9294 hardcode_direct=yes
9295 hardcode_shlibpath_var=no
9296 ;;
9297
9298 hpux9*)
9299 if test "$GCC" = yes; then
9300 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'
9301 else
9302 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'
9303 fi
9304 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9305 hardcode_libdir_separator=:
9306 hardcode_direct=yes
9307
9308 # hardcode_minus_L: Not really in the search PATH,
9309 # but as the default location of the library.
9310 hardcode_minus_L=yes
9311 export_dynamic_flag_spec='${wl}-E'
9312 ;;
9313
9314 hpux10*)
9315 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9316 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9317 else
9318 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9319 fi
9320 if test "$with_gnu_ld" = no; then
9321 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9322 hardcode_libdir_flag_spec_ld='+b $libdir'
9323 hardcode_libdir_separator=:
9324 hardcode_direct=yes
9325 hardcode_direct_absolute=yes
9326 export_dynamic_flag_spec='${wl}-E'
9327 # hardcode_minus_L: Not really in the search PATH,
9328 # but as the default location of the library.
9329 hardcode_minus_L=yes
9330 fi
9331 ;;
9332
9333 hpux11*)
9334 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9335 case $host_cpu in
9336 hppa*64*)
9337 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9338 ;;
9339 ia64*)
9340 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9341 ;;
9342 *)
9343 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9344 ;;
9345 esac
9346 else
9347 case $host_cpu in
9348 hppa*64*)
9349 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9350 ;;
9351 ia64*)
9352 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9353 ;;
9354 *)
9355
9356 # Older versions of the 11.00 compiler do not understand -b yet
9357 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9359 $as_echo_n "checking if $CC understands -b... " >&6; }
9360 if ${lt_cv_prog_compiler__b+:} false; then :
9361 $as_echo_n "(cached) " >&6
9362 else
9363 lt_cv_prog_compiler__b=no
9364 save_LDFLAGS="$LDFLAGS"
9365 LDFLAGS="$LDFLAGS -b"
9366 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9367 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9368 # The linker can only warn and ignore the option if not recognized
9369 # So say no if there are warnings
9370 if test -s conftest.err; then
9371 # Append any errors to the config.log.
9372 cat conftest.err 1>&5
9373 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9374 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9375 if diff conftest.exp conftest.er2 >/dev/null; then
9376 lt_cv_prog_compiler__b=yes
9377 fi
9378 else
9379 lt_cv_prog_compiler__b=yes
9380 fi
9381 fi
9382 $RM -r conftest*
9383 LDFLAGS="$save_LDFLAGS"
9384
9385 fi
9386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9387 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9388
9389 if test x"$lt_cv_prog_compiler__b" = xyes; then
9390 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9391 else
9392 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9393 fi
9394
9395 ;;
9396 esac
9397 fi
9398 if test "$with_gnu_ld" = no; then
9399 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9400 hardcode_libdir_separator=:
9401
9402 case $host_cpu in
9403 hppa*64*|ia64*)
9404 hardcode_direct=no
9405 hardcode_shlibpath_var=no
9406 ;;
9407 *)
9408 hardcode_direct=yes
9409 hardcode_direct_absolute=yes
9410 export_dynamic_flag_spec='${wl}-E'
9411
9412 # hardcode_minus_L: Not really in the search PATH,
9413 # but as the default location of the library.
9414 hardcode_minus_L=yes
9415 ;;
9416 esac
9417 fi
9418 ;;
9419
9420 irix5* | irix6* | nonstopux*)
9421 if test "$GCC" = yes; then
9422 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9423 # Try to use the -exported_symbol ld option, if it does not
9424 # work, assume that -exports_file does not work either and
9425 # implicitly export all symbols.
9426 save_LDFLAGS="$LDFLAGS"
9427 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9429 /* end confdefs.h. */
9430 int foo(void) {}
9431 _ACEOF
9432 if ac_fn_c_try_link "$LINENO"; then :
9433 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9434
9435 fi
9436 rm -f core conftest.err conftest.$ac_objext \
9437 conftest$ac_exeext conftest.$ac_ext
9438 LDFLAGS="$save_LDFLAGS"
9439 else
9440 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9441 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9442 fi
9443 archive_cmds_need_lc='no'
9444 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9445 hardcode_libdir_separator=:
9446 inherit_rpath=yes
9447 link_all_deplibs=yes
9448 ;;
9449
9450 netbsd*)
9451 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9452 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9453 else
9454 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9455 fi
9456 hardcode_libdir_flag_spec='-R$libdir'
9457 hardcode_direct=yes
9458 hardcode_shlibpath_var=no
9459 ;;
9460
9461 newsos6)
9462 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9463 hardcode_direct=yes
9464 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9465 hardcode_libdir_separator=:
9466 hardcode_shlibpath_var=no
9467 ;;
9468
9469 *nto* | *qnx*)
9470 ;;
9471
9472 openbsd*)
9473 if test -f /usr/libexec/ld.so; then
9474 hardcode_direct=yes
9475 hardcode_shlibpath_var=no
9476 hardcode_direct_absolute=yes
9477 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9478 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9479 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9480 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9481 export_dynamic_flag_spec='${wl}-E'
9482 else
9483 case $host_os in
9484 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9485 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9486 hardcode_libdir_flag_spec='-R$libdir'
9487 ;;
9488 *)
9489 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9490 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9491 ;;
9492 esac
9493 fi
9494 else
9495 ld_shlibs=no
9496 fi
9497 ;;
9498
9499 os2*)
9500 hardcode_libdir_flag_spec='-L$libdir'
9501 hardcode_minus_L=yes
9502 allow_undefined_flag=unsupported
9503 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'
9504 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9505 ;;
9506
9507 osf3*)
9508 if test "$GCC" = yes; then
9509 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9510 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9511 else
9512 allow_undefined_flag=' -expect_unresolved \*'
9513 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9514 fi
9515 archive_cmds_need_lc='no'
9516 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9517 hardcode_libdir_separator=:
9518 ;;
9519
9520 osf4* | osf5*) # as osf3* with the addition of -msym flag
9521 if test "$GCC" = yes; then
9522 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9523 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9524 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9525 else
9526 allow_undefined_flag=' -expect_unresolved \*'
9527 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9528 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~
9529 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9530
9531 # Both c and cxx compiler support -rpath directly
9532 hardcode_libdir_flag_spec='-rpath $libdir'
9533 fi
9534 archive_cmds_need_lc='no'
9535 hardcode_libdir_separator=:
9536 ;;
9537
9538 solaris*)
9539 no_undefined_flag=' -z defs'
9540 if test "$GCC" = yes; then
9541 wlarc='${wl}'
9542 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9543 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9544 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9545 else
9546 case `$CC -V 2>&1` in
9547 *"Compilers 5.0"*)
9548 wlarc=''
9549 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9550 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9551 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9552 ;;
9553 *)
9554 wlarc='${wl}'
9555 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9556 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9557 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9558 ;;
9559 esac
9560 fi
9561 hardcode_libdir_flag_spec='-R$libdir'
9562 hardcode_shlibpath_var=no
9563 case $host_os in
9564 solaris2.[0-5] | solaris2.[0-5].*) ;;
9565 *)
9566 # The compiler driver will combine and reorder linker options,
9567 # but understands `-z linker_flag'. GCC discards it without `$wl',
9568 # but is careful enough not to reorder.
9569 # Supported since Solaris 2.6 (maybe 2.5.1?)
9570 if test "$GCC" = yes; then
9571 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9572 else
9573 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9574 fi
9575 ;;
9576 esac
9577 link_all_deplibs=yes
9578 ;;
9579
9580 sunos4*)
9581 if test "x$host_vendor" = xsequent; then
9582 # Use $CC to link under sequent, because it throws in some extra .o
9583 # files that make .init and .fini sections work.
9584 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9585 else
9586 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9587 fi
9588 hardcode_libdir_flag_spec='-L$libdir'
9589 hardcode_direct=yes
9590 hardcode_minus_L=yes
9591 hardcode_shlibpath_var=no
9592 ;;
9593
9594 sysv4)
9595 case $host_vendor in
9596 sni)
9597 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9598 hardcode_direct=yes # is this really true???
9599 ;;
9600 siemens)
9601 ## LD is ld it makes a PLAMLIB
9602 ## CC just makes a GrossModule.
9603 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9604 reload_cmds='$CC -r -o $output$reload_objs'
9605 hardcode_direct=no
9606 ;;
9607 motorola)
9608 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9609 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9610 ;;
9611 esac
9612 runpath_var='LD_RUN_PATH'
9613 hardcode_shlibpath_var=no
9614 ;;
9615
9616 sysv4.3*)
9617 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9618 hardcode_shlibpath_var=no
9619 export_dynamic_flag_spec='-Bexport'
9620 ;;
9621
9622 sysv4*MP*)
9623 if test -d /usr/nec; then
9624 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9625 hardcode_shlibpath_var=no
9626 runpath_var=LD_RUN_PATH
9627 hardcode_runpath_var=yes
9628 ld_shlibs=yes
9629 fi
9630 ;;
9631
9632 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9633 no_undefined_flag='${wl}-z,text'
9634 archive_cmds_need_lc=no
9635 hardcode_shlibpath_var=no
9636 runpath_var='LD_RUN_PATH'
9637
9638 if test "$GCC" = yes; then
9639 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9640 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9641 else
9642 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9643 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9644 fi
9645 ;;
9646
9647 sysv5* | sco3.2v5* | sco5v6*)
9648 # Note: We can NOT use -z defs as we might desire, because we do not
9649 # link with -lc, and that would cause any symbols used from libc to
9650 # always be unresolved, which means just about no library would
9651 # ever link correctly. If we're not using GNU ld we use -z text
9652 # though, which does catch some bad symbols but isn't as heavy-handed
9653 # as -z defs.
9654 no_undefined_flag='${wl}-z,text'
9655 allow_undefined_flag='${wl}-z,nodefs'
9656 archive_cmds_need_lc=no
9657 hardcode_shlibpath_var=no
9658 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9659 hardcode_libdir_separator=':'
9660 link_all_deplibs=yes
9661 export_dynamic_flag_spec='${wl}-Bexport'
9662 runpath_var='LD_RUN_PATH'
9663
9664 if test "$GCC" = yes; then
9665 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9666 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9667 else
9668 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9669 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9670 fi
9671 ;;
9672
9673 uts4*)
9674 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9675 hardcode_libdir_flag_spec='-L$libdir'
9676 hardcode_shlibpath_var=no
9677 ;;
9678
9679 *)
9680 ld_shlibs=no
9681 ;;
9682 esac
9683
9684 if test x$host_vendor = xsni; then
9685 case $host in
9686 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9687 export_dynamic_flag_spec='${wl}-Blargedynsym'
9688 ;;
9689 esac
9690 fi
9691 fi
9692
9693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9694 $as_echo "$ld_shlibs" >&6; }
9695 test "$ld_shlibs" = no && can_build_shared=no
9696
9697 with_gnu_ld=$with_gnu_ld
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713 #
9714 # Do we need to explicitly link libc?
9715 #
9716 case "x$archive_cmds_need_lc" in
9717 x|xyes)
9718 # Assume -lc should be added
9719 archive_cmds_need_lc=yes
9720
9721 if test "$enable_shared" = yes && test "$GCC" = yes; then
9722 case $archive_cmds in
9723 *'~'*)
9724 # FIXME: we may have to deal with multi-command sequences.
9725 ;;
9726 '$CC '*)
9727 # Test whether the compiler implicitly links with -lc since on some
9728 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9729 # to ld, don't add -lc before -lgcc.
9730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9731 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9732 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9733 $as_echo_n "(cached) " >&6
9734 else
9735 $RM conftest*
9736 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9737
9738 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9739 (eval $ac_compile) 2>&5
9740 ac_status=$?
9741 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9742 test $ac_status = 0; } 2>conftest.err; then
9743 soname=conftest
9744 lib=conftest
9745 libobjs=conftest.$ac_objext
9746 deplibs=
9747 wl=$lt_prog_compiler_wl
9748 pic_flag=$lt_prog_compiler_pic
9749 compiler_flags=-v
9750 linker_flags=-v
9751 verstring=
9752 output_objdir=.
9753 libname=conftest
9754 lt_save_allow_undefined_flag=$allow_undefined_flag
9755 allow_undefined_flag=
9756 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9757 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9758 ac_status=$?
9759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9760 test $ac_status = 0; }
9761 then
9762 lt_cv_archive_cmds_need_lc=no
9763 else
9764 lt_cv_archive_cmds_need_lc=yes
9765 fi
9766 allow_undefined_flag=$lt_save_allow_undefined_flag
9767 else
9768 cat conftest.err 1>&5
9769 fi
9770 $RM conftest*
9771
9772 fi
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9774 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9775 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9776 ;;
9777 esac
9778 fi
9779 ;;
9780 esac
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834
9835
9836
9837
9838
9839
9840
9841
9842
9843
9844
9845
9846
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862
9863
9864
9865
9866
9867
9868
9869
9870
9871
9872
9873
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9939 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9940
9941 if test "$GCC" = yes; then
9942 case $host_os in
9943 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9944 *) lt_awk_arg="/^libraries:/" ;;
9945 esac
9946 case $host_os in
9947 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9948 *) lt_sed_strip_eq="s,=/,/,g" ;;
9949 esac
9950 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9951 case $lt_search_path_spec in
9952 *\;*)
9953 # if the path contains ";" then we assume it to be the separator
9954 # otherwise default to the standard path separator (i.e. ":") - it is
9955 # assumed that no part of a normal pathname contains ";" but that should
9956 # okay in the real world where ";" in dirpaths is itself problematic.
9957 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9958 ;;
9959 *)
9960 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9961 ;;
9962 esac
9963 # Ok, now we have the path, separated by spaces, we can step through it
9964 # and add multilib dir if necessary.
9965 lt_tmp_lt_search_path_spec=
9966 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9967 for lt_sys_path in $lt_search_path_spec; do
9968 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9969 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9970 else
9971 test -d "$lt_sys_path" && \
9972 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9973 fi
9974 done
9975 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9976 BEGIN {RS=" "; FS="/|\n";} {
9977 lt_foo="";
9978 lt_count=0;
9979 for (lt_i = NF; lt_i > 0; lt_i--) {
9980 if ($lt_i != "" && $lt_i != ".") {
9981 if ($lt_i == "..") {
9982 lt_count++;
9983 } else {
9984 if (lt_count == 0) {
9985 lt_foo="/" $lt_i lt_foo;
9986 } else {
9987 lt_count--;
9988 }
9989 }
9990 }
9991 }
9992 if (lt_foo != "") { lt_freq[lt_foo]++; }
9993 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9994 }'`
9995 # AWK program above erroneously prepends '/' to C:/dos/paths
9996 # for these hosts.
9997 case $host_os in
9998 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9999 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10000 esac
10001 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10002 else
10003 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10004 fi
10005 library_names_spec=
10006 libname_spec='lib$name'
10007 soname_spec=
10008 shrext_cmds=".so"
10009 postinstall_cmds=
10010 postuninstall_cmds=
10011 finish_cmds=
10012 finish_eval=
10013 shlibpath_var=
10014 shlibpath_overrides_runpath=unknown
10015 version_type=none
10016 dynamic_linker="$host_os ld.so"
10017 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10018 need_lib_prefix=unknown
10019 hardcode_into_libs=no
10020
10021 # when you set need_version to no, make sure it does not cause -set_version
10022 # flags to be left without arguments
10023 need_version=unknown
10024
10025 case $host_os in
10026 aix3*)
10027 version_type=linux
10028 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10029 shlibpath_var=LIBPATH
10030
10031 # AIX 3 has no versioning support, so we append a major version to the name.
10032 soname_spec='${libname}${release}${shared_ext}$major'
10033 ;;
10034
10035 aix[4-9]*)
10036 version_type=linux
10037 need_lib_prefix=no
10038 need_version=no
10039 hardcode_into_libs=yes
10040 if test "$host_cpu" = ia64; then
10041 # AIX 5 supports IA64
10042 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10043 shlibpath_var=LD_LIBRARY_PATH
10044 else
10045 # With GCC up to 2.95.x, collect2 would create an import file
10046 # for dependence libraries. The import file would start with
10047 # the line `#! .'. This would cause the generated library to
10048 # depend on `.', always an invalid library. This was fixed in
10049 # development snapshots of GCC prior to 3.0.
10050 case $host_os in
10051 aix4 | aix4.[01] | aix4.[01].*)
10052 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10053 echo ' yes '
10054 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10055 :
10056 else
10057 can_build_shared=no
10058 fi
10059 ;;
10060 esac
10061 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10062 # soname into executable. Probably we can add versioning support to
10063 # collect2, so additional links can be useful in future.
10064 if test "$aix_use_runtimelinking" = yes; then
10065 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10066 # instead of lib<name>.a to let people know that these are not
10067 # typical AIX shared libraries.
10068 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10069 else
10070 # We preserve .a as extension for shared libraries through AIX4.2
10071 # and later when we are not doing run time linking.
10072 library_names_spec='${libname}${release}.a $libname.a'
10073 soname_spec='${libname}${release}${shared_ext}$major'
10074 fi
10075 shlibpath_var=LIBPATH
10076 fi
10077 ;;
10078
10079 amigaos*)
10080 case $host_cpu in
10081 powerpc)
10082 # Since July 2007 AmigaOS4 officially supports .so libraries.
10083 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10084 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10085 ;;
10086 m68k)
10087 library_names_spec='$libname.ixlibrary $libname.a'
10088 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10089 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10090 ;;
10091 esac
10092 ;;
10093
10094 beos*)
10095 library_names_spec='${libname}${shared_ext}'
10096 dynamic_linker="$host_os ld.so"
10097 shlibpath_var=LIBRARY_PATH
10098 ;;
10099
10100 bsdi[45]*)
10101 version_type=linux
10102 need_version=no
10103 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10104 soname_spec='${libname}${release}${shared_ext}$major'
10105 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10106 shlibpath_var=LD_LIBRARY_PATH
10107 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10108 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10109 # the default ld.so.conf also contains /usr/contrib/lib and
10110 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10111 # libtool to hard-code these into programs
10112 ;;
10113
10114 cygwin* | mingw* | pw32* | cegcc*)
10115 version_type=windows
10116 shrext_cmds=".dll"
10117 need_version=no
10118 need_lib_prefix=no
10119
10120 case $GCC,$host_os in
10121 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10122 library_names_spec='$libname.dll.a'
10123 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10124 postinstall_cmds='base_file=`basename \${file}`~
10125 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10126 dldir=$destdir/`dirname \$dlpath`~
10127 test -d \$dldir || mkdir -p \$dldir~
10128 $install_prog $dir/$dlname \$dldir/$dlname~
10129 chmod a+x \$dldir/$dlname~
10130 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10131 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10132 fi'
10133 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10134 dlpath=$dir/\$dldll~
10135 $RM \$dlpath'
10136 shlibpath_overrides_runpath=yes
10137
10138 case $host_os in
10139 cygwin*)
10140 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10141 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10142
10143 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10144 ;;
10145 mingw* | cegcc*)
10146 # MinGW DLLs use traditional 'lib' prefix
10147 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10148 ;;
10149 pw32*)
10150 # pw32 DLLs use 'pw' prefix rather than 'lib'
10151 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10152 ;;
10153 esac
10154 ;;
10155
10156 *)
10157 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10158 ;;
10159 esac
10160 dynamic_linker='Win32 ld.exe'
10161 # FIXME: first we should search . and the directory the executable is in
10162 shlibpath_var=PATH
10163 ;;
10164
10165 darwin* | rhapsody*)
10166 dynamic_linker="$host_os dyld"
10167 version_type=darwin
10168 need_lib_prefix=no
10169 need_version=no
10170 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10171 soname_spec='${libname}${release}${major}$shared_ext'
10172 shlibpath_overrides_runpath=yes
10173 shlibpath_var=DYLD_LIBRARY_PATH
10174 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10175
10176 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10177 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10178 ;;
10179
10180 dgux*)
10181 version_type=linux
10182 need_lib_prefix=no
10183 need_version=no
10184 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10185 soname_spec='${libname}${release}${shared_ext}$major'
10186 shlibpath_var=LD_LIBRARY_PATH
10187 ;;
10188
10189 freebsd* | dragonfly*)
10190 # DragonFly does not have aout. When/if they implement a new
10191 # versioning mechanism, adjust this.
10192 if test -x /usr/bin/objformat; then
10193 objformat=`/usr/bin/objformat`
10194 else
10195 case $host_os in
10196 freebsd[23].*) objformat=aout ;;
10197 *) objformat=elf ;;
10198 esac
10199 fi
10200 version_type=freebsd-$objformat
10201 case $version_type in
10202 freebsd-elf*)
10203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10204 need_version=no
10205 need_lib_prefix=no
10206 ;;
10207 freebsd-*)
10208 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10209 need_version=yes
10210 ;;
10211 esac
10212 shlibpath_var=LD_LIBRARY_PATH
10213 case $host_os in
10214 freebsd2.*)
10215 shlibpath_overrides_runpath=yes
10216 ;;
10217 freebsd3.[01]* | freebsdelf3.[01]*)
10218 shlibpath_overrides_runpath=yes
10219 hardcode_into_libs=yes
10220 ;;
10221 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10222 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10223 shlibpath_overrides_runpath=no
10224 hardcode_into_libs=yes
10225 ;;
10226 *) # from 4.6 on, and DragonFly
10227 shlibpath_overrides_runpath=yes
10228 hardcode_into_libs=yes
10229 ;;
10230 esac
10231 ;;
10232
10233 haiku*)
10234 version_type=linux
10235 need_lib_prefix=no
10236 need_version=no
10237 dynamic_linker="$host_os runtime_loader"
10238 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10239 soname_spec='${libname}${release}${shared_ext}$major'
10240 shlibpath_var=LIBRARY_PATH
10241 shlibpath_overrides_runpath=yes
10242 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10243 hardcode_into_libs=yes
10244 ;;
10245
10246 hpux9* | hpux10* | hpux11*)
10247 # Give a soname corresponding to the major version so that dld.sl refuses to
10248 # link against other versions.
10249 version_type=sunos
10250 need_lib_prefix=no
10251 need_version=no
10252 case $host_cpu in
10253 ia64*)
10254 shrext_cmds='.so'
10255 hardcode_into_libs=yes
10256 dynamic_linker="$host_os dld.so"
10257 shlibpath_var=LD_LIBRARY_PATH
10258 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 soname_spec='${libname}${release}${shared_ext}$major'
10261 if test "X$HPUX_IA64_MODE" = X32; then
10262 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10263 else
10264 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10265 fi
10266 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10267 ;;
10268 hppa*64*)
10269 shrext_cmds='.sl'
10270 hardcode_into_libs=yes
10271 dynamic_linker="$host_os dld.sl"
10272 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10273 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10274 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10275 soname_spec='${libname}${release}${shared_ext}$major'
10276 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10277 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10278 ;;
10279 *)
10280 shrext_cmds='.sl'
10281 dynamic_linker="$host_os dld.sl"
10282 shlibpath_var=SHLIB_PATH
10283 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10285 soname_spec='${libname}${release}${shared_ext}$major'
10286 ;;
10287 esac
10288 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10289 postinstall_cmds='chmod 555 $lib'
10290 # or fails outright, so override atomically:
10291 install_override_mode=555
10292 ;;
10293
10294 interix[3-9]*)
10295 version_type=linux
10296 need_lib_prefix=no
10297 need_version=no
10298 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10299 soname_spec='${libname}${release}${shared_ext}$major'
10300 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10301 shlibpath_var=LD_LIBRARY_PATH
10302 shlibpath_overrides_runpath=no
10303 hardcode_into_libs=yes
10304 ;;
10305
10306 irix5* | irix6* | nonstopux*)
10307 case $host_os in
10308 nonstopux*) version_type=nonstopux ;;
10309 *)
10310 if test "$lt_cv_prog_gnu_ld" = yes; then
10311 version_type=linux
10312 else
10313 version_type=irix
10314 fi ;;
10315 esac
10316 need_lib_prefix=no
10317 need_version=no
10318 soname_spec='${libname}${release}${shared_ext}$major'
10319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10320 case $host_os in
10321 irix5* | nonstopux*)
10322 libsuff= shlibsuff=
10323 ;;
10324 *)
10325 case $LD in # libtool.m4 will add one of these switches to LD
10326 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10327 libsuff= shlibsuff= libmagic=32-bit;;
10328 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10329 libsuff=32 shlibsuff=N32 libmagic=N32;;
10330 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10331 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10332 *) libsuff= shlibsuff= libmagic=never-match;;
10333 esac
10334 ;;
10335 esac
10336 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10337 shlibpath_overrides_runpath=no
10338 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10339 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10340 hardcode_into_libs=yes
10341 ;;
10342
10343 # No shared lib support for Linux oldld, aout, or coff.
10344 linux*oldld* | linux*aout* | linux*coff*)
10345 dynamic_linker=no
10346 ;;
10347
10348 # This must be Linux ELF.
10349 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10350 version_type=linux
10351 need_lib_prefix=no
10352 need_version=no
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10354 soname_spec='${libname}${release}${shared_ext}$major'
10355 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10356 shlibpath_var=LD_LIBRARY_PATH
10357 shlibpath_overrides_runpath=no
10358
10359 # Some binutils ld are patched to set DT_RUNPATH
10360 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10361 $as_echo_n "(cached) " >&6
10362 else
10363 lt_cv_shlibpath_overrides_runpath=no
10364 save_LDFLAGS=$LDFLAGS
10365 save_libdir=$libdir
10366 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10367 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10369 /* end confdefs.h. */
10370
10371 int
10372 main ()
10373 {
10374
10375 ;
10376 return 0;
10377 }
10378 _ACEOF
10379 if ac_fn_c_try_link "$LINENO"; then :
10380 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10381 lt_cv_shlibpath_overrides_runpath=yes
10382 fi
10383 fi
10384 rm -f core conftest.err conftest.$ac_objext \
10385 conftest$ac_exeext conftest.$ac_ext
10386 LDFLAGS=$save_LDFLAGS
10387 libdir=$save_libdir
10388
10389 fi
10390
10391 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10392
10393 # This implies no fast_install, which is unacceptable.
10394 # Some rework will be needed to allow for fast_install
10395 # before this can be enabled.
10396 hardcode_into_libs=yes
10397
10398 # Append ld.so.conf contents to the search path
10399 if test -f /etc/ld.so.conf; then
10400 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10401 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10402 fi
10403
10404 # We used to test for /lib/ld.so.1 and disable shared libraries on
10405 # powerpc, because MkLinux only supported shared libraries with the
10406 # GNU dynamic linker. Since this was broken with cross compilers,
10407 # most powerpc-linux boxes support dynamic linking these days and
10408 # people can always --disable-shared, the test was removed, and we
10409 # assume the GNU/Linux dynamic linker is in use.
10410 dynamic_linker='GNU/Linux ld.so'
10411 ;;
10412
10413 netbsd*)
10414 version_type=sunos
10415 need_lib_prefix=no
10416 need_version=no
10417 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10418 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10419 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10420 dynamic_linker='NetBSD (a.out) ld.so'
10421 else
10422 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10423 soname_spec='${libname}${release}${shared_ext}$major'
10424 dynamic_linker='NetBSD ld.elf_so'
10425 fi
10426 shlibpath_var=LD_LIBRARY_PATH
10427 shlibpath_overrides_runpath=yes
10428 hardcode_into_libs=yes
10429 ;;
10430
10431 newsos6)
10432 version_type=linux
10433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10434 shlibpath_var=LD_LIBRARY_PATH
10435 shlibpath_overrides_runpath=yes
10436 ;;
10437
10438 *nto* | *qnx*)
10439 version_type=qnx
10440 need_lib_prefix=no
10441 need_version=no
10442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10443 soname_spec='${libname}${release}${shared_ext}$major'
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=no
10446 hardcode_into_libs=yes
10447 dynamic_linker='ldqnx.so'
10448 ;;
10449
10450 openbsd*)
10451 version_type=sunos
10452 sys_lib_dlsearch_path_spec="/usr/lib"
10453 need_lib_prefix=no
10454 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10455 case $host_os in
10456 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10457 *) need_version=no ;;
10458 esac
10459 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10460 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10461 shlibpath_var=LD_LIBRARY_PATH
10462 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10463 case $host_os in
10464 openbsd2.[89] | openbsd2.[89].*)
10465 shlibpath_overrides_runpath=no
10466 ;;
10467 *)
10468 shlibpath_overrides_runpath=yes
10469 ;;
10470 esac
10471 else
10472 shlibpath_overrides_runpath=yes
10473 fi
10474 ;;
10475
10476 os2*)
10477 libname_spec='$name'
10478 shrext_cmds=".dll"
10479 need_lib_prefix=no
10480 library_names_spec='$libname${shared_ext} $libname.a'
10481 dynamic_linker='OS/2 ld.exe'
10482 shlibpath_var=LIBPATH
10483 ;;
10484
10485 osf3* | osf4* | osf5*)
10486 version_type=osf
10487 need_lib_prefix=no
10488 need_version=no
10489 soname_spec='${libname}${release}${shared_ext}$major'
10490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10491 shlibpath_var=LD_LIBRARY_PATH
10492 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10493 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10494 ;;
10495
10496 rdos*)
10497 dynamic_linker=no
10498 ;;
10499
10500 solaris*)
10501 version_type=linux
10502 need_lib_prefix=no
10503 need_version=no
10504 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10505 soname_spec='${libname}${release}${shared_ext}$major'
10506 shlibpath_var=LD_LIBRARY_PATH
10507 shlibpath_overrides_runpath=yes
10508 hardcode_into_libs=yes
10509 # ldd complains unless libraries are executable
10510 postinstall_cmds='chmod +x $lib'
10511 ;;
10512
10513 sunos4*)
10514 version_type=sunos
10515 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10516 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10517 shlibpath_var=LD_LIBRARY_PATH
10518 shlibpath_overrides_runpath=yes
10519 if test "$with_gnu_ld" = yes; then
10520 need_lib_prefix=no
10521 fi
10522 need_version=yes
10523 ;;
10524
10525 sysv4 | sysv4.3*)
10526 version_type=linux
10527 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10528 soname_spec='${libname}${release}${shared_ext}$major'
10529 shlibpath_var=LD_LIBRARY_PATH
10530 case $host_vendor in
10531 sni)
10532 shlibpath_overrides_runpath=no
10533 need_lib_prefix=no
10534 runpath_var=LD_RUN_PATH
10535 ;;
10536 siemens)
10537 need_lib_prefix=no
10538 ;;
10539 motorola)
10540 need_lib_prefix=no
10541 need_version=no
10542 shlibpath_overrides_runpath=no
10543 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10544 ;;
10545 esac
10546 ;;
10547
10548 sysv4*MP*)
10549 if test -d /usr/nec ;then
10550 version_type=linux
10551 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10552 soname_spec='$libname${shared_ext}.$major'
10553 shlibpath_var=LD_LIBRARY_PATH
10554 fi
10555 ;;
10556
10557 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10558 version_type=freebsd-elf
10559 need_lib_prefix=no
10560 need_version=no
10561 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10562 soname_spec='${libname}${release}${shared_ext}$major'
10563 shlibpath_var=LD_LIBRARY_PATH
10564 shlibpath_overrides_runpath=yes
10565 hardcode_into_libs=yes
10566 if test "$with_gnu_ld" = yes; then
10567 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10568 else
10569 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10570 case $host_os in
10571 sco3.2v5*)
10572 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10573 ;;
10574 esac
10575 fi
10576 sys_lib_dlsearch_path_spec='/usr/lib'
10577 ;;
10578
10579 tpf*)
10580 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10581 version_type=linux
10582 need_lib_prefix=no
10583 need_version=no
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10585 shlibpath_var=LD_LIBRARY_PATH
10586 shlibpath_overrides_runpath=no
10587 hardcode_into_libs=yes
10588 ;;
10589
10590 uts4*)
10591 version_type=linux
10592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10593 soname_spec='${libname}${release}${shared_ext}$major'
10594 shlibpath_var=LD_LIBRARY_PATH
10595 ;;
10596
10597 *)
10598 dynamic_linker=no
10599 ;;
10600 esac
10601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10602 $as_echo "$dynamic_linker" >&6; }
10603 test "$dynamic_linker" = no && can_build_shared=no
10604
10605 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10606 if test "$GCC" = yes; then
10607 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10608 fi
10609
10610 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10611 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10612 fi
10613 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10614 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10615 fi
10616
10617
10618
10619
10620
10621
10622
10623
10624
10625
10626
10627
10628
10629
10630
10631
10632
10633
10634
10635
10636
10637
10638
10639
10640
10641
10642
10643
10644
10645
10646
10647
10648
10649
10650
10651
10652
10653
10654
10655
10656
10657
10658
10659
10660
10661
10662
10663
10664
10665
10666
10667
10668
10669
10670
10671
10672
10673
10674
10675
10676
10677
10678
10679
10680
10681
10682
10683
10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
10701
10702
10703
10704
10705
10706
10707
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10709 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10710 hardcode_action=
10711 if test -n "$hardcode_libdir_flag_spec" ||
10712 test -n "$runpath_var" ||
10713 test "X$hardcode_automatic" = "Xyes" ; then
10714
10715 # We can hardcode non-existent directories.
10716 if test "$hardcode_direct" != no &&
10717 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10718 # have to relink, otherwise we might link with an installed library
10719 # when we should be linking with a yet-to-be-installed one
10720 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10721 test "$hardcode_minus_L" != no; then
10722 # Linking always hardcodes the temporary library directory.
10723 hardcode_action=relink
10724 else
10725 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10726 hardcode_action=immediate
10727 fi
10728 else
10729 # We cannot hardcode anything, or else we can only hardcode existing
10730 # directories.
10731 hardcode_action=unsupported
10732 fi
10733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10734 $as_echo "$hardcode_action" >&6; }
10735
10736 if test "$hardcode_action" = relink ||
10737 test "$inherit_rpath" = yes; then
10738 # Fast installation is not supported
10739 enable_fast_install=no
10740 elif test "$shlibpath_overrides_runpath" = yes ||
10741 test "$enable_shared" = no; then
10742 # Fast installation is not necessary
10743 enable_fast_install=needless
10744 fi
10745
10746
10747
10748
10749
10750
10751 if test "x$enable_dlopen" != xyes; then
10752 enable_dlopen=unknown
10753 enable_dlopen_self=unknown
10754 enable_dlopen_self_static=unknown
10755 else
10756 lt_cv_dlopen=no
10757 lt_cv_dlopen_libs=
10758
10759 case $host_os in
10760 beos*)
10761 lt_cv_dlopen="load_add_on"
10762 lt_cv_dlopen_libs=
10763 lt_cv_dlopen_self=yes
10764 ;;
10765
10766 mingw* | pw32* | cegcc*)
10767 lt_cv_dlopen="LoadLibrary"
10768 lt_cv_dlopen_libs=
10769 ;;
10770
10771 cygwin*)
10772 lt_cv_dlopen="dlopen"
10773 lt_cv_dlopen_libs=
10774 ;;
10775
10776 darwin*)
10777 # if libdl is installed we need to link against it
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10779 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10780 if ${ac_cv_lib_dl_dlopen+:} false; then :
10781 $as_echo_n "(cached) " >&6
10782 else
10783 ac_check_lib_save_LIBS=$LIBS
10784 LIBS="-ldl $LIBS"
10785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10786 /* end confdefs.h. */
10787
10788 /* Override any GCC internal prototype to avoid an error.
10789 Use char because int might match the return type of a GCC
10790 builtin and then its argument prototype would still apply. */
10791 #ifdef __cplusplus
10792 extern "C"
10793 #endif
10794 char dlopen ();
10795 int
10796 main ()
10797 {
10798 return dlopen ();
10799 ;
10800 return 0;
10801 }
10802 _ACEOF
10803 if ac_fn_c_try_link "$LINENO"; then :
10804 ac_cv_lib_dl_dlopen=yes
10805 else
10806 ac_cv_lib_dl_dlopen=no
10807 fi
10808 rm -f core conftest.err conftest.$ac_objext \
10809 conftest$ac_exeext conftest.$ac_ext
10810 LIBS=$ac_check_lib_save_LIBS
10811 fi
10812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10813 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10814 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10815 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10816 else
10817
10818 lt_cv_dlopen="dyld"
10819 lt_cv_dlopen_libs=
10820 lt_cv_dlopen_self=yes
10821
10822 fi
10823
10824 ;;
10825
10826 *)
10827 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10828 if test "x$ac_cv_func_shl_load" = xyes; then :
10829 lt_cv_dlopen="shl_load"
10830 else
10831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10832 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10833 if ${ac_cv_lib_dld_shl_load+:} false; then :
10834 $as_echo_n "(cached) " >&6
10835 else
10836 ac_check_lib_save_LIBS=$LIBS
10837 LIBS="-ldld $LIBS"
10838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10839 /* end confdefs.h. */
10840
10841 /* Override any GCC internal prototype to avoid an error.
10842 Use char because int might match the return type of a GCC
10843 builtin and then its argument prototype would still apply. */
10844 #ifdef __cplusplus
10845 extern "C"
10846 #endif
10847 char shl_load ();
10848 int
10849 main ()
10850 {
10851 return shl_load ();
10852 ;
10853 return 0;
10854 }
10855 _ACEOF
10856 if ac_fn_c_try_link "$LINENO"; then :
10857 ac_cv_lib_dld_shl_load=yes
10858 else
10859 ac_cv_lib_dld_shl_load=no
10860 fi
10861 rm -f core conftest.err conftest.$ac_objext \
10862 conftest$ac_exeext conftest.$ac_ext
10863 LIBS=$ac_check_lib_save_LIBS
10864 fi
10865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10866 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10867 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10868 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10869 else
10870 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10871 if test "x$ac_cv_func_dlopen" = xyes; then :
10872 lt_cv_dlopen="dlopen"
10873 else
10874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10875 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10876 if ${ac_cv_lib_dl_dlopen+:} false; then :
10877 $as_echo_n "(cached) " >&6
10878 else
10879 ac_check_lib_save_LIBS=$LIBS
10880 LIBS="-ldl $LIBS"
10881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10882 /* end confdefs.h. */
10883
10884 /* Override any GCC internal prototype to avoid an error.
10885 Use char because int might match the return type of a GCC
10886 builtin and then its argument prototype would still apply. */
10887 #ifdef __cplusplus
10888 extern "C"
10889 #endif
10890 char dlopen ();
10891 int
10892 main ()
10893 {
10894 return dlopen ();
10895 ;
10896 return 0;
10897 }
10898 _ACEOF
10899 if ac_fn_c_try_link "$LINENO"; then :
10900 ac_cv_lib_dl_dlopen=yes
10901 else
10902 ac_cv_lib_dl_dlopen=no
10903 fi
10904 rm -f core conftest.err conftest.$ac_objext \
10905 conftest$ac_exeext conftest.$ac_ext
10906 LIBS=$ac_check_lib_save_LIBS
10907 fi
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10909 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10910 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10911 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10912 else
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10914 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10915 if ${ac_cv_lib_svld_dlopen+:} false; then :
10916 $as_echo_n "(cached) " >&6
10917 else
10918 ac_check_lib_save_LIBS=$LIBS
10919 LIBS="-lsvld $LIBS"
10920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10921 /* end confdefs.h. */
10922
10923 /* Override any GCC internal prototype to avoid an error.
10924 Use char because int might match the return type of a GCC
10925 builtin and then its argument prototype would still apply. */
10926 #ifdef __cplusplus
10927 extern "C"
10928 #endif
10929 char dlopen ();
10930 int
10931 main ()
10932 {
10933 return dlopen ();
10934 ;
10935 return 0;
10936 }
10937 _ACEOF
10938 if ac_fn_c_try_link "$LINENO"; then :
10939 ac_cv_lib_svld_dlopen=yes
10940 else
10941 ac_cv_lib_svld_dlopen=no
10942 fi
10943 rm -f core conftest.err conftest.$ac_objext \
10944 conftest$ac_exeext conftest.$ac_ext
10945 LIBS=$ac_check_lib_save_LIBS
10946 fi
10947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10948 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10949 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10950 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10951 else
10952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10953 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10954 if ${ac_cv_lib_dld_dld_link+:} false; then :
10955 $as_echo_n "(cached) " >&6
10956 else
10957 ac_check_lib_save_LIBS=$LIBS
10958 LIBS="-ldld $LIBS"
10959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10960 /* end confdefs.h. */
10961
10962 /* Override any GCC internal prototype to avoid an error.
10963 Use char because int might match the return type of a GCC
10964 builtin and then its argument prototype would still apply. */
10965 #ifdef __cplusplus
10966 extern "C"
10967 #endif
10968 char dld_link ();
10969 int
10970 main ()
10971 {
10972 return dld_link ();
10973 ;
10974 return 0;
10975 }
10976 _ACEOF
10977 if ac_fn_c_try_link "$LINENO"; then :
10978 ac_cv_lib_dld_dld_link=yes
10979 else
10980 ac_cv_lib_dld_dld_link=no
10981 fi
10982 rm -f core conftest.err conftest.$ac_objext \
10983 conftest$ac_exeext conftest.$ac_ext
10984 LIBS=$ac_check_lib_save_LIBS
10985 fi
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10987 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10988 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10989 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10990 fi
10991
10992
10993 fi
10994
10995
10996 fi
10997
10998
10999 fi
11000
11001
11002 fi
11003
11004
11005 fi
11006
11007 ;;
11008 esac
11009
11010 if test "x$lt_cv_dlopen" != xno; then
11011 enable_dlopen=yes
11012 else
11013 enable_dlopen=no
11014 fi
11015
11016 case $lt_cv_dlopen in
11017 dlopen)
11018 save_CPPFLAGS="$CPPFLAGS"
11019 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11020
11021 save_LDFLAGS="$LDFLAGS"
11022 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11023
11024 save_LIBS="$LIBS"
11025 LIBS="$lt_cv_dlopen_libs $LIBS"
11026
11027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11028 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11029 if ${lt_cv_dlopen_self+:} false; then :
11030 $as_echo_n "(cached) " >&6
11031 else
11032 if test "$cross_compiling" = yes; then :
11033 lt_cv_dlopen_self=cross
11034 else
11035 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11036 lt_status=$lt_dlunknown
11037 cat > conftest.$ac_ext <<_LT_EOF
11038 #line 11038 "configure"
11039 #include "confdefs.h"
11040
11041 #if HAVE_DLFCN_H
11042 #include <dlfcn.h>
11043 #endif
11044
11045 #include <stdio.h>
11046
11047 #ifdef RTLD_GLOBAL
11048 # define LT_DLGLOBAL RTLD_GLOBAL
11049 #else
11050 # ifdef DL_GLOBAL
11051 # define LT_DLGLOBAL DL_GLOBAL
11052 # else
11053 # define LT_DLGLOBAL 0
11054 # endif
11055 #endif
11056
11057 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11058 find out it does not work in some platform. */
11059 #ifndef LT_DLLAZY_OR_NOW
11060 # ifdef RTLD_LAZY
11061 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11062 # else
11063 # ifdef DL_LAZY
11064 # define LT_DLLAZY_OR_NOW DL_LAZY
11065 # else
11066 # ifdef RTLD_NOW
11067 # define LT_DLLAZY_OR_NOW RTLD_NOW
11068 # else
11069 # ifdef DL_NOW
11070 # define LT_DLLAZY_OR_NOW DL_NOW
11071 # else
11072 # define LT_DLLAZY_OR_NOW 0
11073 # endif
11074 # endif
11075 # endif
11076 # endif
11077 #endif
11078
11079 /* When -fvisbility=hidden is used, assume the code has been annotated
11080 correspondingly for the symbols needed. */
11081 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11082 void fnord () __attribute__((visibility("default")));
11083 #endif
11084
11085 void fnord () { int i=42; }
11086 int main ()
11087 {
11088 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11089 int status = $lt_dlunknown;
11090
11091 if (self)
11092 {
11093 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11094 else
11095 {
11096 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11097 else puts (dlerror ());
11098 }
11099 /* dlclose (self); */
11100 }
11101 else
11102 puts (dlerror ());
11103
11104 return status;
11105 }
11106 _LT_EOF
11107 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11108 (eval $ac_link) 2>&5
11109 ac_status=$?
11110 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11111 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11112 (./conftest; exit; ) >&5 2>/dev/null
11113 lt_status=$?
11114 case x$lt_status in
11115 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11116 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11117 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11118 esac
11119 else :
11120 # compilation failed
11121 lt_cv_dlopen_self=no
11122 fi
11123 fi
11124 rm -fr conftest*
11125
11126
11127 fi
11128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11129 $as_echo "$lt_cv_dlopen_self" >&6; }
11130
11131 if test "x$lt_cv_dlopen_self" = xyes; then
11132 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11134 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11135 if ${lt_cv_dlopen_self_static+:} false; then :
11136 $as_echo_n "(cached) " >&6
11137 else
11138 if test "$cross_compiling" = yes; then :
11139 lt_cv_dlopen_self_static=cross
11140 else
11141 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11142 lt_status=$lt_dlunknown
11143 cat > conftest.$ac_ext <<_LT_EOF
11144 #line 11144 "configure"
11145 #include "confdefs.h"
11146
11147 #if HAVE_DLFCN_H
11148 #include <dlfcn.h>
11149 #endif
11150
11151 #include <stdio.h>
11152
11153 #ifdef RTLD_GLOBAL
11154 # define LT_DLGLOBAL RTLD_GLOBAL
11155 #else
11156 # ifdef DL_GLOBAL
11157 # define LT_DLGLOBAL DL_GLOBAL
11158 # else
11159 # define LT_DLGLOBAL 0
11160 # endif
11161 #endif
11162
11163 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11164 find out it does not work in some platform. */
11165 #ifndef LT_DLLAZY_OR_NOW
11166 # ifdef RTLD_LAZY
11167 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11168 # else
11169 # ifdef DL_LAZY
11170 # define LT_DLLAZY_OR_NOW DL_LAZY
11171 # else
11172 # ifdef RTLD_NOW
11173 # define LT_DLLAZY_OR_NOW RTLD_NOW
11174 # else
11175 # ifdef DL_NOW
11176 # define LT_DLLAZY_OR_NOW DL_NOW
11177 # else
11178 # define LT_DLLAZY_OR_NOW 0
11179 # endif
11180 # endif
11181 # endif
11182 # endif
11183 #endif
11184
11185 /* When -fvisbility=hidden is used, assume the code has been annotated
11186 correspondingly for the symbols needed. */
11187 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11188 void fnord () __attribute__((visibility("default")));
11189 #endif
11190
11191 void fnord () { int i=42; }
11192 int main ()
11193 {
11194 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11195 int status = $lt_dlunknown;
11196
11197 if (self)
11198 {
11199 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11200 else
11201 {
11202 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11203 else puts (dlerror ());
11204 }
11205 /* dlclose (self); */
11206 }
11207 else
11208 puts (dlerror ());
11209
11210 return status;
11211 }
11212 _LT_EOF
11213 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11214 (eval $ac_link) 2>&5
11215 ac_status=$?
11216 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11217 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11218 (./conftest; exit; ) >&5 2>/dev/null
11219 lt_status=$?
11220 case x$lt_status in
11221 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11222 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11223 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11224 esac
11225 else :
11226 # compilation failed
11227 lt_cv_dlopen_self_static=no
11228 fi
11229 fi
11230 rm -fr conftest*
11231
11232
11233 fi
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11235 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11236 fi
11237
11238 CPPFLAGS="$save_CPPFLAGS"
11239 LDFLAGS="$save_LDFLAGS"
11240 LIBS="$save_LIBS"
11241 ;;
11242 esac
11243
11244 case $lt_cv_dlopen_self in
11245 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11246 *) enable_dlopen_self=unknown ;;
11247 esac
11248
11249 case $lt_cv_dlopen_self_static in
11250 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11251 *) enable_dlopen_self_static=unknown ;;
11252 esac
11253 fi
11254
11255
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269
11270
11271 striplib=
11272 old_striplib=
11273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11274 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11275 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11276 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11277 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11279 $as_echo "yes" >&6; }
11280 else
11281 # FIXME - insert some real tests, host_os isn't really good enough
11282 case $host_os in
11283 darwin*)
11284 if test -n "$STRIP" ; then
11285 striplib="$STRIP -x"
11286 old_striplib="$STRIP -S"
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11288 $as_echo "yes" >&6; }
11289 else
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11291 $as_echo "no" >&6; }
11292 fi
11293 ;;
11294 *)
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11296 $as_echo "no" >&6; }
11297 ;;
11298 esac
11299 fi
11300
11301
11302
11303
11304
11305
11306
11307
11308
11309
11310
11311
11312 # Report which library types will actually be built
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11314 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11316 $as_echo "$can_build_shared" >&6; }
11317
11318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11319 $as_echo_n "checking whether to build shared libraries... " >&6; }
11320 test "$can_build_shared" = "no" && enable_shared=no
11321
11322 # On AIX, shared libraries and static libraries use the same namespace, and
11323 # are all built from PIC.
11324 case $host_os in
11325 aix3*)
11326 test "$enable_shared" = yes && enable_static=no
11327 if test -n "$RANLIB"; then
11328 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11329 postinstall_cmds='$RANLIB $lib'
11330 fi
11331 ;;
11332
11333 aix[4-9]*)
11334 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11335 test "$enable_shared" = yes && enable_static=no
11336 fi
11337 ;;
11338 esac
11339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11340 $as_echo "$enable_shared" >&6; }
11341
11342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11343 $as_echo_n "checking whether to build static libraries... " >&6; }
11344 # Make sure either enable_shared or enable_static is yes.
11345 test "$enable_shared" = yes || enable_static=yes
11346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11347 $as_echo "$enable_static" >&6; }
11348
11349
11350
11351
11352 fi
11353 ac_ext=c
11354 ac_cpp='$CPP $CPPFLAGS'
11355 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11356 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11357 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11358
11359 CC="$lt_save_CC"
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373 ac_config_commands="$ac_config_commands libtool"
11374
11375
11376
11377
11378 # Only expand once:
11379
11380
11381
11382 ac_checking=
11383 . ${srcdir}/../bfd/development.sh
11384 test "$development" = true && ac_checking=yes
11385 # Check whether --enable-checking was given.
11386 if test "${enable_checking+set}" = set; then :
11387 enableval=$enable_checking; case "${enableval}" in
11388 no|none) ac_checking= ;;
11389 *) ac_checking=yes ;;
11390 esac
11391 fi
11392 if test x$ac_checking != x ; then
11393
11394 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11395
11396 fi
11397
11398 # Check whether --enable-targets was given.
11399 if test "${enable_targets+set}" = set; then :
11400 enableval=$enable_targets; case "${enableval}" in
11401 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11402 ;;
11403 no) enable_targets= ;;
11404 *) enable_targets=$enableval ;;
11405 esac
11406 fi
11407
11408
11409 # Set the 'development' global.
11410 . $srcdir/../bfd/development.sh
11411
11412 # Set acp_cpp_for_build variable
11413 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11414
11415 # Default set of GCC warnings to enable.
11416 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11417 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11418
11419 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11421 /* end confdefs.h. */
11422 __GNUC__
11423 _ACEOF
11424 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11425 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11426
11427 else
11428 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11429 fi
11430 rm -f conftest*
11431
11432
11433 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11435 /* end confdefs.h. */
11436 __GNUC__
11437 _ACEOF
11438 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11439 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11440
11441 else
11442 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11443 fi
11444 rm -f conftest*
11445
11446
11447 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11448 WARN_WRITE_STRINGS=""
11449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11450 /* end confdefs.h. */
11451 __GNUC__
11452 _ACEOF
11453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11454 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11455
11456 else
11457 WARN_WRITE_STRINGS="-Wwrite-strings"
11458 fi
11459 rm -f conftest*
11460
11461
11462 # Verify CC_FOR_BUILD to be compatible with warning flags
11463
11464 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11466 /* end confdefs.h. */
11467 __GNUC__
11468 _ACEOF
11469 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11470 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11471
11472 else
11473 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11474 fi
11475 rm -f conftest*
11476
11477
11478 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11480 /* end confdefs.h. */
11481 __GNUC__
11482 _ACEOF
11483 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11484 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11485
11486 else
11487 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11488 fi
11489 rm -f conftest*
11490
11491
11492 # Check whether --enable-werror was given.
11493 if test "${enable_werror+set}" = set; then :
11494 enableval=$enable_werror; case "${enableval}" in
11495 yes | y) ERROR_ON_WARNING="yes" ;;
11496 no | n) ERROR_ON_WARNING="no" ;;
11497 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11498 esac
11499 fi
11500
11501
11502 # Disable -Wformat by default when using gcc on mingw
11503 case "${host}" in
11504 *-*-mingw32*)
11505 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11506 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11507 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11508 fi
11509 ;;
11510 *) ;;
11511 esac
11512
11513 # Enable -Werror by default when using gcc. Turn it off for releases.
11514 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11515 ERROR_ON_WARNING=yes
11516 fi
11517
11518 NO_WERROR=
11519 if test "${ERROR_ON_WARNING}" = yes ; then
11520 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11521 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11522 NO_WERROR="-Wno-error"
11523 fi
11524
11525 if test "${GCC}" = yes ; then
11526 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11527 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11528 fi
11529
11530 # Check whether --enable-build-warnings was given.
11531 if test "${enable_build_warnings+set}" = set; then :
11532 enableval=$enable_build_warnings; case "${enableval}" in
11533 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11534 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11535 no) if test "${GCC}" = yes ; then
11536 WARN_CFLAGS="-w"
11537 WARN_CFLAGS_FOR_BUILD="-w"
11538 fi;;
11539 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11540 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11541 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11542 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11543 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11544 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11545 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11546 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11547 esac
11548 fi
11549
11550
11551 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11552 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11553 fi
11554
11555
11556
11557
11558
11559
11560
11561 ac_config_headers="$ac_config_headers config.h:config.in"
11562
11563
11564 # PR 14072
11565
11566
11567 if test -z "$target" ; then
11568 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
11569 fi
11570
11571
11572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11573 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11574 # Check whether --enable-maintainer-mode was given.
11575 if test "${enable_maintainer_mode+set}" = set; then :
11576 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11577 else
11578 USE_MAINTAINER_MODE=no
11579 fi
11580
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11582 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11583 if test $USE_MAINTAINER_MODE = yes; then
11584 MAINTAINER_MODE_TRUE=
11585 MAINTAINER_MODE_FALSE='#'
11586 else
11587 MAINTAINER_MODE_TRUE='#'
11588 MAINTAINER_MODE_FALSE=
11589 fi
11590
11591 MAINT=$MAINTAINER_MODE_TRUE
11592
11593
11594 case ${build_alias} in
11595 "") build_noncanonical=${build} ;;
11596 *) build_noncanonical=${build_alias} ;;
11597 esac
11598
11599 case ${host_alias} in
11600 "") host_noncanonical=${build_noncanonical} ;;
11601 *) host_noncanonical=${host_alias} ;;
11602 esac
11603
11604 case ${target_alias} in
11605 "") target_noncanonical=${host_noncanonical} ;;
11606 *) target_noncanonical=${target_alias} ;;
11607 esac
11608
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11610 $as_echo_n "checking whether to install libbfd... " >&6; }
11611 # Check whether --enable-install-libbfd was given.
11612 if test "${enable_install_libbfd+set}" = set; then :
11613 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
11614 else
11615 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11616 install_libbfd_p=yes
11617 else
11618 install_libbfd_p=no
11619 fi
11620 fi
11621
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11623 $as_echo "$install_libbfd_p" >&6; }
11624 if test $install_libbfd_p = yes; then
11625 INSTALL_LIBBFD_TRUE=
11626 INSTALL_LIBBFD_FALSE='#'
11627 else
11628 INSTALL_LIBBFD_TRUE='#'
11629 INSTALL_LIBBFD_FALSE=
11630 fi
11631
11632 # Need _noncanonical variables for this.
11633
11634
11635
11636
11637 # libbfd.a is a host library containing target dependent code
11638 bfdlibdir='$(libdir)'
11639 bfdincludedir='$(includedir)'
11640 if test "${host}" != "${target}"; then
11641 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11642 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11643 fi
11644
11645
11646
11647
11648
11649
11650
11651
11652 # host-specific stuff:
11653
11654 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
11655 # If we haven't got the data from the intl directory,
11656 # assume NLS is disabled.
11657 USE_NLS=no
11658 LIBINTL=
11659 LIBINTL_DEP=
11660 INCINTL=
11661 XGETTEXT=
11662 GMSGFMT=
11663 POSUB=
11664
11665 if test -f ../intl/config.intl; then
11666 . ../intl/config.intl
11667 fi
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11669 $as_echo_n "checking whether NLS is requested... " >&6; }
11670 if test x"$USE_NLS" != xyes; then
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11672 $as_echo "no" >&6; }
11673 else
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11675 $as_echo "yes" >&6; }
11676
11677 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11678
11679
11680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11681 $as_echo_n "checking for catalogs to be installed... " >&6; }
11682 # Look for .po and .gmo files in the source directory.
11683 CATALOGS=
11684 XLINGUAS=
11685 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11686 # If there aren't any .gmo files the shell will give us the
11687 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11688 # weeded out.
11689 case "$cat" in *\**)
11690 continue;;
11691 esac
11692 # The quadruple backslash is collapsed to a double backslash
11693 # by the backticks, then collapsed again by the double quotes,
11694 # leaving us with one backslash in the sed expression (right
11695 # before the dot that mustn't act as a wildcard).
11696 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11697 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11698 # The user is allowed to set LINGUAS to a list of languages to
11699 # install catalogs for. If it's empty that means "all of them."
11700 if test "x$LINGUAS" = x; then
11701 CATALOGS="$CATALOGS $cat"
11702 XLINGUAS="$XLINGUAS $lang"
11703 else
11704 case "$LINGUAS" in *$lang*)
11705 CATALOGS="$CATALOGS $cat"
11706 XLINGUAS="$XLINGUAS $lang"
11707 ;;
11708 esac
11709 fi
11710 done
11711 LINGUAS="$XLINGUAS"
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11713 $as_echo "$LINGUAS" >&6; }
11714
11715
11716 DATADIRNAME=share
11717
11718 INSTOBJEXT=.mo
11719
11720 GENCAT=gencat
11721
11722 CATOBJEXT=.gmo
11723
11724 fi
11725
11726 MKINSTALLDIRS=
11727 if test -n "$ac_aux_dir"; then
11728 case "$ac_aux_dir" in
11729 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11730 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11731 esac
11732 fi
11733 if test -z "$MKINSTALLDIRS"; then
11734 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11735 fi
11736
11737
11738
11739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11740 $as_echo_n "checking whether NLS is requested... " >&6; }
11741 # Check whether --enable-nls was given.
11742 if test "${enable_nls+set}" = set; then :
11743 enableval=$enable_nls; USE_NLS=$enableval
11744 else
11745 USE_NLS=yes
11746 fi
11747
11748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11749 $as_echo "$USE_NLS" >&6; }
11750
11751
11752
11753
11754
11755
11756 # Prepare PATH_SEPARATOR.
11757 # The user is always right.
11758 if test "${PATH_SEPARATOR+set}" != set; then
11759 echo "#! /bin/sh" >conf$$.sh
11760 echo "exit 0" >>conf$$.sh
11761 chmod +x conf$$.sh
11762 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11763 PATH_SEPARATOR=';'
11764 else
11765 PATH_SEPARATOR=:
11766 fi
11767 rm -f conf$$.sh
11768 fi
11769
11770 # Find out how to test for executable files. Don't use a zero-byte file,
11771 # as systems may use methods other than mode bits to determine executability.
11772 cat >conf$$.file <<_ASEOF
11773 #! /bin/sh
11774 exit 0
11775 _ASEOF
11776 chmod +x conf$$.file
11777 if test -x conf$$.file >/dev/null 2>&1; then
11778 ac_executable_p="test -x"
11779 else
11780 ac_executable_p="test -f"
11781 fi
11782 rm -f conf$$.file
11783
11784 # Extract the first word of "msgfmt", so it can be a program name with args.
11785 set dummy msgfmt; ac_word=$2
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11787 $as_echo_n "checking for $ac_word... " >&6; }
11788 if ${ac_cv_path_MSGFMT+:} false; then :
11789 $as_echo_n "(cached) " >&6
11790 else
11791 case "$MSGFMT" in
11792 [\\/]* | ?:[\\/]*)
11793 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11794 ;;
11795 *)
11796 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11797 for ac_dir in $PATH; do
11798 IFS="$ac_save_IFS"
11799 test -z "$ac_dir" && ac_dir=.
11800 for ac_exec_ext in '' $ac_executable_extensions; do
11801 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11802 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11803 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11804 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11805 break 2
11806 fi
11807 fi
11808 done
11809 done
11810 IFS="$ac_save_IFS"
11811 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11812 ;;
11813 esac
11814 fi
11815 MSGFMT="$ac_cv_path_MSGFMT"
11816 if test "$MSGFMT" != ":"; then
11817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11818 $as_echo "$MSGFMT" >&6; }
11819 else
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11821 $as_echo "no" >&6; }
11822 fi
11823
11824 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11825 set dummy gmsgfmt; ac_word=$2
11826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11827 $as_echo_n "checking for $ac_word... " >&6; }
11828 if ${ac_cv_path_GMSGFMT+:} false; then :
11829 $as_echo_n "(cached) " >&6
11830 else
11831 case $GMSGFMT in
11832 [\\/]* | ?:[\\/]*)
11833 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11834 ;;
11835 *)
11836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11837 for as_dir in $PATH
11838 do
11839 IFS=$as_save_IFS
11840 test -z "$as_dir" && as_dir=.
11841 for ac_exec_ext in '' $ac_executable_extensions; do
11842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11843 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11845 break 2
11846 fi
11847 done
11848 done
11849 IFS=$as_save_IFS
11850
11851 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11852 ;;
11853 esac
11854 fi
11855 GMSGFMT=$ac_cv_path_GMSGFMT
11856 if test -n "$GMSGFMT"; then
11857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11858 $as_echo "$GMSGFMT" >&6; }
11859 else
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11861 $as_echo "no" >&6; }
11862 fi
11863
11864
11865
11866
11867 # Prepare PATH_SEPARATOR.
11868 # The user is always right.
11869 if test "${PATH_SEPARATOR+set}" != set; then
11870 echo "#! /bin/sh" >conf$$.sh
11871 echo "exit 0" >>conf$$.sh
11872 chmod +x conf$$.sh
11873 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11874 PATH_SEPARATOR=';'
11875 else
11876 PATH_SEPARATOR=:
11877 fi
11878 rm -f conf$$.sh
11879 fi
11880
11881 # Find out how to test for executable files. Don't use a zero-byte file,
11882 # as systems may use methods other than mode bits to determine executability.
11883 cat >conf$$.file <<_ASEOF
11884 #! /bin/sh
11885 exit 0
11886 _ASEOF
11887 chmod +x conf$$.file
11888 if test -x conf$$.file >/dev/null 2>&1; then
11889 ac_executable_p="test -x"
11890 else
11891 ac_executable_p="test -f"
11892 fi
11893 rm -f conf$$.file
11894
11895 # Extract the first word of "xgettext", so it can be a program name with args.
11896 set dummy xgettext; ac_word=$2
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11898 $as_echo_n "checking for $ac_word... " >&6; }
11899 if ${ac_cv_path_XGETTEXT+:} false; then :
11900 $as_echo_n "(cached) " >&6
11901 else
11902 case "$XGETTEXT" in
11903 [\\/]* | ?:[\\/]*)
11904 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11905 ;;
11906 *)
11907 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11908 for ac_dir in $PATH; do
11909 IFS="$ac_save_IFS"
11910 test -z "$ac_dir" && ac_dir=.
11911 for ac_exec_ext in '' $ac_executable_extensions; do
11912 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11913 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11914 (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
11915 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11916 break 2
11917 fi
11918 fi
11919 done
11920 done
11921 IFS="$ac_save_IFS"
11922 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11923 ;;
11924 esac
11925 fi
11926 XGETTEXT="$ac_cv_path_XGETTEXT"
11927 if test "$XGETTEXT" != ":"; then
11928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11929 $as_echo "$XGETTEXT" >&6; }
11930 else
11931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11932 $as_echo "no" >&6; }
11933 fi
11934
11935 rm -f messages.po
11936
11937
11938 # Prepare PATH_SEPARATOR.
11939 # The user is always right.
11940 if test "${PATH_SEPARATOR+set}" != set; then
11941 echo "#! /bin/sh" >conf$$.sh
11942 echo "exit 0" >>conf$$.sh
11943 chmod +x conf$$.sh
11944 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11945 PATH_SEPARATOR=';'
11946 else
11947 PATH_SEPARATOR=:
11948 fi
11949 rm -f conf$$.sh
11950 fi
11951
11952 # Find out how to test for executable files. Don't use a zero-byte file,
11953 # as systems may use methods other than mode bits to determine executability.
11954 cat >conf$$.file <<_ASEOF
11955 #! /bin/sh
11956 exit 0
11957 _ASEOF
11958 chmod +x conf$$.file
11959 if test -x conf$$.file >/dev/null 2>&1; then
11960 ac_executable_p="test -x"
11961 else
11962 ac_executable_p="test -f"
11963 fi
11964 rm -f conf$$.file
11965
11966 # Extract the first word of "msgmerge", so it can be a program name with args.
11967 set dummy msgmerge; ac_word=$2
11968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11969 $as_echo_n "checking for $ac_word... " >&6; }
11970 if ${ac_cv_path_MSGMERGE+:} false; then :
11971 $as_echo_n "(cached) " >&6
11972 else
11973 case "$MSGMERGE" in
11974 [\\/]* | ?:[\\/]*)
11975 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
11976 ;;
11977 *)
11978 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11979 for ac_dir in $PATH; do
11980 IFS="$ac_save_IFS"
11981 test -z "$ac_dir" && ac_dir=.
11982 for ac_exec_ext in '' $ac_executable_extensions; do
11983 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11984 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
11985 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
11986 break 2
11987 fi
11988 fi
11989 done
11990 done
11991 IFS="$ac_save_IFS"
11992 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
11993 ;;
11994 esac
11995 fi
11996 MSGMERGE="$ac_cv_path_MSGMERGE"
11997 if test "$MSGMERGE" != ":"; then
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
11999 $as_echo "$MSGMERGE" >&6; }
12000 else
12001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12002 $as_echo "no" >&6; }
12003 fi
12004
12005
12006 if test "$GMSGFMT" != ":"; then
12007 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12008 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12009 : ;
12010 else
12011 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12013 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12014 GMSGFMT=":"
12015 fi
12016 fi
12017
12018 if test "$XGETTEXT" != ":"; then
12019 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12020 (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
12021 : ;
12022 else
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12024 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12025 XGETTEXT=":"
12026 fi
12027 rm -f messages.po
12028 fi
12029
12030 ac_config_commands="$ac_config_commands default-1"
12031
12032
12033
12034 . ${srcdir}/../bfd/configure.host
12035
12036 # Put a plausible default for CC_FOR_BUILD in Makefile.
12037 if test -z "$CC_FOR_BUILD"; then
12038 if test "x$cross_compiling" = "xno"; then
12039 CC_FOR_BUILD='$(CC)'
12040 else
12041 CC_FOR_BUILD=gcc
12042 fi
12043 fi
12044
12045 # Also set EXEEXT_FOR_BUILD.
12046 if test "x$cross_compiling" = "xno"; then
12047 EXEEXT_FOR_BUILD='$(EXEEXT)'
12048 else
12049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12050 $as_echo_n "checking for build system executable suffix... " >&6; }
12051 if ${bfd_cv_build_exeext+:} false; then :
12052 $as_echo_n "(cached) " >&6
12053 else
12054 rm -f conftest*
12055 echo 'int main () { return 0; }' > conftest.c
12056 bfd_cv_build_exeext=
12057 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12058 for file in conftest.*; do
12059 case $file in
12060 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12061 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12062 esac
12063 done
12064 rm -f conftest*
12065 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12066 fi
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12068 $as_echo "$bfd_cv_build_exeext" >&6; }
12069 EXEEXT_FOR_BUILD=""
12070 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12071 fi
12072
12073 # Check whether --enable-64-bit-bfd was given.
12074 if test "${enable_64_bit_bfd+set}" = set; then :
12075 enableval=$enable_64_bit_bfd; case $enableval in #(
12076 yes|no) :
12077 ;; #(
12078 *) :
12079 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
12080 *) :
12081 ;;
12082 esac
12083 else
12084 enable_64_bit_bfd=no
12085 fi
12086
12087
12088 if test "x$enable_64_bit_bfd" = "xno"; then :
12089 # The cast to long int works around a bug in the HP C Compiler
12090 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12091 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12092 # This bug is HP SR number 8606223364.
12093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12094 $as_echo_n "checking size of void *... " >&6; }
12095 if ${ac_cv_sizeof_void_p+:} false; then :
12096 $as_echo_n "(cached) " >&6
12097 else
12098 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12099
12100 else
12101 if test "$ac_cv_type_void_p" = yes; then
12102 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12103 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12104 as_fn_error 77 "cannot compute sizeof (void *)
12105 See \`config.log' for more details" "$LINENO" 5; }
12106 else
12107 ac_cv_sizeof_void_p=0
12108 fi
12109 fi
12110
12111 fi
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12113 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12114
12115
12116
12117 cat >>confdefs.h <<_ACEOF
12118 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12119 _ACEOF
12120
12121
12122 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
12123 enable_64_bit_bfd=yes
12124 fi
12125
12126 fi
12127
12128 if test "x$enable_64_bit_bfd" = "xyes"; then
12129 ENABLE_BFD_64_BIT_TRUE=
12130 ENABLE_BFD_64_BIT_FALSE='#'
12131 else
12132 ENABLE_BFD_64_BIT_TRUE='#'
12133 ENABLE_BFD_64_BIT_FALSE=
12134 fi
12135
12136
12137
12138
12139
12140
12141 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12142 if test "x$ac_cv_have_decl_basename" = xyes; then :
12143 ac_have_decl=1
12144 else
12145 ac_have_decl=0
12146 fi
12147
12148 cat >>confdefs.h <<_ACEOF
12149 #define HAVE_DECL_BASENAME $ac_have_decl
12150 _ACEOF
12151 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12152 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12153 ac_have_decl=1
12154 else
12155 ac_have_decl=0
12156 fi
12157
12158 cat >>confdefs.h <<_ACEOF
12159 #define HAVE_DECL_STPCPY $ac_have_decl
12160 _ACEOF
12161
12162
12163 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12164 # since sigsetjmp might only be defined as a macro.
12165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12166 $as_echo_n "checking for sigsetjmp... " >&6; }
12167 if ${gdb_cv_func_sigsetjmp+:} false; then :
12168 $as_echo_n "(cached) " >&6
12169 else
12170 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12171 /* end confdefs.h. */
12172
12173 #include <setjmp.h>
12174
12175 int
12176 main ()
12177 {
12178 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12179 ;
12180 return 0;
12181 }
12182 _ACEOF
12183 if ac_fn_c_try_compile "$LINENO"; then :
12184 bfd_cv_func_sigsetjmp=yes
12185 else
12186 bfd_cv_func_sigsetjmp=no
12187 fi
12188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12189 fi
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12191 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12192 if test $bfd_cv_func_sigsetjmp = yes; then
12193
12194 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12195
12196 fi
12197
12198 cgen_maint=no
12199 cgendir='$(srcdir)/../cgen'
12200
12201 # Check whether --enable-cgen-maint was given.
12202 if test "${enable_cgen_maint+set}" = set; then :
12203 enableval=$enable_cgen_maint; case "${enableval}" in
12204 yes) cgen_maint=yes ;;
12205 no) cgen_maint=no ;;
12206 *)
12207 # Argument is a directory where cgen can be found. In some
12208 # future world cgen could be installable, but right now this
12209 # is not the case. Instead we assume the directory is a path
12210 # to the cgen source tree.
12211 cgen_maint=yes
12212 if test -r ${enableval}/iformat.scm; then
12213 # This looks like a cgen source tree.
12214 cgendir=${enableval}
12215 else
12216 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12217 fi
12218 ;;
12219 esac
12220 fi
12221 if test x${cgen_maint} = xyes; then
12222 CGEN_MAINT_TRUE=
12223 CGEN_MAINT_FALSE='#'
12224 else
12225 CGEN_MAINT_TRUE='#'
12226 CGEN_MAINT_FALSE=
12227 fi
12228
12229
12230
12231 using_cgen=no
12232
12233 # Check if linker supports --as-needed and --no-as-needed options
12234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12235 $as_echo_n "checking linker --as-needed support... " >&6; }
12236 if ${bfd_cv_ld_as_needed+:} false; then :
12237 $as_echo_n "(cached) " >&6
12238 else
12239 bfd_cv_ld_as_needed=no
12240 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12241 bfd_cv_ld_as_needed=yes
12242 fi
12243
12244 fi
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12246 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12247
12248 LIBM=
12249 case $host in
12250 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12251 # These system don't have libm, or don't need it
12252 ;;
12253 *-ncr-sysv4.3*)
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12255 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12256 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12257 $as_echo_n "(cached) " >&6
12258 else
12259 ac_check_lib_save_LIBS=$LIBS
12260 LIBS="-lmw $LIBS"
12261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12262 /* end confdefs.h. */
12263
12264 /* Override any GCC internal prototype to avoid an error.
12265 Use char because int might match the return type of a GCC
12266 builtin and then its argument prototype would still apply. */
12267 #ifdef __cplusplus
12268 extern "C"
12269 #endif
12270 char _mwvalidcheckl ();
12271 int
12272 main ()
12273 {
12274 return _mwvalidcheckl ();
12275 ;
12276 return 0;
12277 }
12278 _ACEOF
12279 if ac_fn_c_try_link "$LINENO"; then :
12280 ac_cv_lib_mw__mwvalidcheckl=yes
12281 else
12282 ac_cv_lib_mw__mwvalidcheckl=no
12283 fi
12284 rm -f core conftest.err conftest.$ac_objext \
12285 conftest$ac_exeext conftest.$ac_ext
12286 LIBS=$ac_check_lib_save_LIBS
12287 fi
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12289 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12290 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12291 LIBM="-lmw"
12292 fi
12293
12294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12295 $as_echo_n "checking for cos in -lm... " >&6; }
12296 if ${ac_cv_lib_m_cos+:} false; then :
12297 $as_echo_n "(cached) " >&6
12298 else
12299 ac_check_lib_save_LIBS=$LIBS
12300 LIBS="-lm $LIBS"
12301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12302 /* end confdefs.h. */
12303
12304 /* Override any GCC internal prototype to avoid an error.
12305 Use char because int might match the return type of a GCC
12306 builtin and then its argument prototype would still apply. */
12307 #ifdef __cplusplus
12308 extern "C"
12309 #endif
12310 char cos ();
12311 int
12312 main ()
12313 {
12314 return cos ();
12315 ;
12316 return 0;
12317 }
12318 _ACEOF
12319 if ac_fn_c_try_link "$LINENO"; then :
12320 ac_cv_lib_m_cos=yes
12321 else
12322 ac_cv_lib_m_cos=no
12323 fi
12324 rm -f core conftest.err conftest.$ac_objext \
12325 conftest$ac_exeext conftest.$ac_ext
12326 LIBS=$ac_check_lib_save_LIBS
12327 fi
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12329 $as_echo "$ac_cv_lib_m_cos" >&6; }
12330 if test "x$ac_cv_lib_m_cos" = xyes; then :
12331 LIBM="$LIBM -lm"
12332 fi
12333
12334 ;;
12335 *)
12336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12337 $as_echo_n "checking for cos in -lm... " >&6; }
12338 if ${ac_cv_lib_m_cos+:} false; then :
12339 $as_echo_n "(cached) " >&6
12340 else
12341 ac_check_lib_save_LIBS=$LIBS
12342 LIBS="-lm $LIBS"
12343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12344 /* end confdefs.h. */
12345
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12349 #ifdef __cplusplus
12350 extern "C"
12351 #endif
12352 char cos ();
12353 int
12354 main ()
12355 {
12356 return cos ();
12357 ;
12358 return 0;
12359 }
12360 _ACEOF
12361 if ac_fn_c_try_link "$LINENO"; then :
12362 ac_cv_lib_m_cos=yes
12363 else
12364 ac_cv_lib_m_cos=no
12365 fi
12366 rm -f core conftest.err conftest.$ac_objext \
12367 conftest$ac_exeext conftest.$ac_ext
12368 LIBS=$ac_check_lib_save_LIBS
12369 fi
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12371 $as_echo "$ac_cv_lib_m_cos" >&6; }
12372 if test "x$ac_cv_lib_m_cos" = xyes; then :
12373 LIBM="-lm"
12374 fi
12375
12376 ;;
12377 esac
12378
12379
12380
12381 #Libs for generator progs
12382 if test "x$cross_compiling" = "xno"; then
12383 BUILD_LIBS=../libiberty/libiberty.a
12384 BUILD_LIB_DEPS=$BUILD_LIBS
12385 else
12386 # if cross-compiling, assume that the system provides -liberty
12387 # and that the version is compatible with new headers.
12388 BUILD_LIBS=-liberty
12389 BUILD_LIB_DEPS=
12390 fi
12391 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12392 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12393
12394
12395
12396
12397 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12398 SHARED_LDFLAGS=
12399 SHARED_LIBADD=
12400 SHARED_DEPENDENCIES=
12401 if test "$enable_shared" = "yes"; then
12402 # When building a shared libopcodes, link against the pic version of libiberty
12403 # so that apps that use libopcodes won't need libiberty just to satisfy any
12404 # libopcodes references.
12405 # We can't do that if a pic libiberty is unavailable since including non-pic
12406 # code would insert text relocations into libopcodes.
12407 # Note that linking against libbfd as we do here, which is itself linked
12408 # against libiberty, may not satisfy all the libopcodes libiberty references
12409 # since libbfd may not pull in the entirety of libiberty.
12410 # Also, jam libintl into the right place in all of this: after libiberty,
12411 # which uses it, but before -lcygwin, which it uses.
12412 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12413 if test -n "$x"; then
12414 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12415 fi
12416 fi
12417
12418 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
12419
12420 if test "$enable_shared" = "yes"; then
12421 case "${host}" in
12422 *-*-cygwin*)
12423 SHARED_LDFLAGS="-no-undefined"
12424 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty $SHARED_LIBADD"
12425 ;;
12426 *)
12427 SHARED_LIBADD="../bfd/libbfd.la ${SHARED_LIBADD}"
12428 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12429 ;;
12430 esac
12431
12432 if test -n "$SHARED_LIBADD"; then
12433 if test -n "$LIBM"; then
12434 if test x"$bfd_cv_ld_as_needed" = xyes; then
12435 # Link against libm only when needed. Put -lc, -lm inside -Wl
12436 # to stop libtool reordering these options.
12437 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12438 else
12439 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12440 fi
12441 fi
12442 fi
12443 fi
12444
12445
12446
12447
12448 # target-specific stuff:
12449
12450 # Canonicalize the secondary target names.
12451 if test -n "$enable_targets" ; then
12452 for targ in `echo $enable_targets | sed 's/,/ /g'`
12453 do
12454 result=`$ac_config_sub $targ 2>/dev/null`
12455 if test -n "$result" ; then
12456 canon_targets="$canon_targets $result"
12457 else
12458 # Allow targets that config.sub doesn't recognize, like "all".
12459 canon_targets="$canon_targets $targ"
12460 fi
12461 done
12462 fi
12463
12464 all_targets=false
12465 selarchs=
12466 for targ in $target $canon_targets
12467 do
12468 if test "x$targ" = "xall" ; then
12469 all_targets=true
12470 else
12471 . $srcdir/../bfd/config.bfd
12472 selarchs="$selarchs $targ_archs"
12473 fi
12474 done
12475
12476 # Utility var, documents generic cgen support files.
12477
12478 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12479
12480 # We don't do any links based on the target system, just makefile config.
12481
12482 if test x${all_targets} = xfalse ; then
12483
12484 # Target architecture .o files.
12485 ta=
12486
12487 for arch in $selarchs
12488 do
12489 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12490 archdefs="$archdefs -DARCH_$ad"
12491 case "$arch" in
12492 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12493 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12494 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12495 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12496 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12497 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12498 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12499 bfd_cris_arch) ta="$ta cris-desc.lo cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12500 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12501 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
12502 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12503 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12504 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12505 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12506 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12507 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12508 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12509 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12510 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12511 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12512 ta="$ta i386-dis.lo i386-opc.lo" ;;
12513 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12514 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12515 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12516 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12517 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 ;;
12518 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12519 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 ;;
12520 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12521 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12522 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12523 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12524 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
12525 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12526 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12527 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12528 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12529 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12530 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12531 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12532 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12533 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12534 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12535 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12536 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12537 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12538 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12539 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12540 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12541 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12542 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12543 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12544 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12545 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12546 bfd_pyramid_arch) ;;
12547 bfd_romp_arch) ;;
12548 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12549 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12550 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12551 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12552 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12553 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12554 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12555 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12556 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12557 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12558 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12559 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12560 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12561 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12562 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12563 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12564 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12565 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12566 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12567 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12568 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12569 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
12570 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12571 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12572 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12573 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12574 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12575 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12576 bfd_bpf_arch) ta="$ta bpf-asm.lo bpf-desc.lo bpf-dis.lo bpf-ibld.lo bpf-opc.lo" using_cgen=yes ;;
12577 bfd_loongarch_arch) ta="$ta loongarch-dis.lo loongarch-opc.lo loongarch-coder.lo" ;;
12578
12579 "") ;;
12580 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
12581 esac
12582 done
12583
12584 if test $using_cgen = yes ; then
12585 ta="$ta $cgen_files"
12586 fi
12587
12588 # Weed out duplicate .o files.
12589 f=""
12590 for i in $ta ; do
12591 case " $f " in
12592 *" $i "*) ;;
12593 *) f="$f $i" ;;
12594 esac
12595 done
12596 ta="$f"
12597
12598 # And duplicate -D flags.
12599 f=""
12600 for i in $archdefs ; do
12601 case " $f " in
12602 *" $i "*) ;;
12603 *) f="$f $i" ;;
12604 esac
12605 done
12606 archdefs="$f"
12607
12608 BFD_MACHINES="$ta"
12609
12610 else # all_targets is true
12611 archdefs=-DARCH_all
12612 if test "$enable_64_bit_bfd" = "yes" ; then
12613 BFD_MACHINES='$(ALL32_MACHINES) $(ALL64_MACHINES)'
12614 else
12615 BFD_MACHINES='$(ALL32_MACHINES)'
12616 fi
12617 fi
12618
12619
12620
12621
12622 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12623
12624 cat >confcache <<\_ACEOF
12625 # This file is a shell script that caches the results of configure
12626 # tests run on this system so they can be shared between configure
12627 # scripts and configure runs, see configure's option --config-cache.
12628 # It is not useful on other systems. If it contains results you don't
12629 # want to keep, you may remove or edit it.
12630 #
12631 # config.status only pays attention to the cache file if you give it
12632 # the --recheck option to rerun configure.
12633 #
12634 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12635 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12636 # following values.
12637
12638 _ACEOF
12639
12640 # The following way of writing the cache mishandles newlines in values,
12641 # but we know of no workaround that is simple, portable, and efficient.
12642 # So, we kill variables containing newlines.
12643 # Ultrix sh set writes to stderr and can't be redirected directly,
12644 # and sets the high bit in the cache file unless we assign to the vars.
12645 (
12646 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12647 eval ac_val=\$$ac_var
12648 case $ac_val in #(
12649 *${as_nl}*)
12650 case $ac_var in #(
12651 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12652 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12653 esac
12654 case $ac_var in #(
12655 _ | IFS | as_nl) ;; #(
12656 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12657 *) { eval $ac_var=; unset $ac_var;} ;;
12658 esac ;;
12659 esac
12660 done
12661
12662 (set) 2>&1 |
12663 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12664 *${as_nl}ac_space=\ *)
12665 # `set' does not quote correctly, so add quotes: double-quote
12666 # substitution turns \\\\ into \\, and sed turns \\ into \.
12667 sed -n \
12668 "s/'/'\\\\''/g;
12669 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12670 ;; #(
12671 *)
12672 # `set' quotes correctly as required by POSIX, so do not add quotes.
12673 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12674 ;;
12675 esac |
12676 sort
12677 ) |
12678 sed '
12679 /^ac_cv_env_/b end
12680 t clear
12681 :clear
12682 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12683 t end
12684 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12685 :end' >>confcache
12686 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12687 if test -w "$cache_file"; then
12688 if test "x$cache_file" != "x/dev/null"; then
12689 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12690 $as_echo "$as_me: updating cache $cache_file" >&6;}
12691 if test ! -f "$cache_file" || test -h "$cache_file"; then
12692 cat confcache >"$cache_file"
12693 else
12694 case $cache_file in #(
12695 */* | ?:*)
12696 mv -f confcache "$cache_file"$$ &&
12697 mv -f "$cache_file"$$ "$cache_file" ;; #(
12698 *)
12699 mv -f confcache "$cache_file" ;;
12700 esac
12701 fi
12702 fi
12703 else
12704 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12705 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12706 fi
12707 fi
12708 rm -f confcache
12709
12710 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12711 # Let make expand exec_prefix.
12712 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12713
12714 DEFS=-DHAVE_CONFIG_H
12715
12716 ac_libobjs=
12717 ac_ltlibobjs=
12718 U=
12719 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12720 # 1. Remove the extension, and $U if already installed.
12721 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12722 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12723 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12724 # will be set to the directory where LIBOBJS objects are built.
12725 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12726 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12727 done
12728 LIBOBJS=$ac_libobjs
12729
12730 LTLIBOBJS=$ac_ltlibobjs
12731
12732
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12734 $as_echo_n "checking that generated files are newer than configure... " >&6; }
12735 if test -n "$am_sleep_pid"; then
12736 # Hide warnings about reused PIDs.
12737 wait $am_sleep_pid 2>/dev/null
12738 fi
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12740 $as_echo "done" >&6; }
12741 if test -n "$EXEEXT"; then
12742 am__EXEEXT_TRUE=
12743 am__EXEEXT_FALSE='#'
12744 else
12745 am__EXEEXT_TRUE='#'
12746 am__EXEEXT_FALSE=
12747 fi
12748
12749 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12750 as_fn_error $? "conditional \"AMDEP\" was never defined.
12751 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12752 fi
12753 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12754 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
12755 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12756 fi
12757 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12758 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12759 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12760 fi
12761 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12762 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
12763 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12764 fi
12765 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
12766 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
12767 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12768 fi
12769 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12770 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
12771 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12772 fi
12773
12774 : "${CONFIG_STATUS=./config.status}"
12775 ac_write_fail=0
12776 ac_clean_files_save=$ac_clean_files
12777 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12779 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12780 as_write_fail=0
12781 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12782 #! $SHELL
12783 # Generated by $as_me.
12784 # Run this file to recreate the current configuration.
12785 # Compiler output produced by configure, useful for debugging
12786 # configure, is in config.log if it exists.
12787
12788 debug=false
12789 ac_cs_recheck=false
12790 ac_cs_silent=false
12791
12792 SHELL=\${CONFIG_SHELL-$SHELL}
12793 export SHELL
12794 _ASEOF
12795 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12796 ## -------------------- ##
12797 ## M4sh Initialization. ##
12798 ## -------------------- ##
12799
12800 # Be more Bourne compatible
12801 DUALCASE=1; export DUALCASE # for MKS sh
12802 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12803 emulate sh
12804 NULLCMD=:
12805 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12806 # is contrary to our usage. Disable this feature.
12807 alias -g '${1+"$@"}'='"$@"'
12808 setopt NO_GLOB_SUBST
12809 else
12810 case `(set -o) 2>/dev/null` in #(
12811 *posix*) :
12812 set -o posix ;; #(
12813 *) :
12814 ;;
12815 esac
12816 fi
12817
12818
12819 as_nl='
12820 '
12821 export as_nl
12822 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12823 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12824 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12825 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12826 # Prefer a ksh shell builtin over an external printf program on Solaris,
12827 # but without wasting forks for bash or zsh.
12828 if test -z "$BASH_VERSION$ZSH_VERSION" \
12829 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12830 as_echo='print -r --'
12831 as_echo_n='print -rn --'
12832 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12833 as_echo='printf %s\n'
12834 as_echo_n='printf %s'
12835 else
12836 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12837 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12838 as_echo_n='/usr/ucb/echo -n'
12839 else
12840 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12841 as_echo_n_body='eval
12842 arg=$1;
12843 case $arg in #(
12844 *"$as_nl"*)
12845 expr "X$arg" : "X\\(.*\\)$as_nl";
12846 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12847 esac;
12848 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12849 '
12850 export as_echo_n_body
12851 as_echo_n='sh -c $as_echo_n_body as_echo'
12852 fi
12853 export as_echo_body
12854 as_echo='sh -c $as_echo_body as_echo'
12855 fi
12856
12857 # The user is always right.
12858 if test "${PATH_SEPARATOR+set}" != set; then
12859 PATH_SEPARATOR=:
12860 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12861 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12862 PATH_SEPARATOR=';'
12863 }
12864 fi
12865
12866
12867 # IFS
12868 # We need space, tab and new line, in precisely that order. Quoting is
12869 # there to prevent editors from complaining about space-tab.
12870 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12871 # splitting by setting IFS to empty value.)
12872 IFS=" "" $as_nl"
12873
12874 # Find who we are. Look in the path if we contain no directory separator.
12875 as_myself=
12876 case $0 in #((
12877 *[\\/]* ) as_myself=$0 ;;
12878 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12879 for as_dir in $PATH
12880 do
12881 IFS=$as_save_IFS
12882 test -z "$as_dir" && as_dir=.
12883 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12884 done
12885 IFS=$as_save_IFS
12886
12887 ;;
12888 esac
12889 # We did not find ourselves, most probably we were run as `sh COMMAND'
12890 # in which case we are not to be found in the path.
12891 if test "x$as_myself" = x; then
12892 as_myself=$0
12893 fi
12894 if test ! -f "$as_myself"; then
12895 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12896 exit 1
12897 fi
12898
12899 # Unset variables that we do not need and which cause bugs (e.g. in
12900 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12901 # suppresses any "Segmentation fault" message there. '((' could
12902 # trigger a bug in pdksh 5.2.14.
12903 for as_var in BASH_ENV ENV MAIL MAILPATH
12904 do eval test x\${$as_var+set} = xset \
12905 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12906 done
12907 PS1='$ '
12908 PS2='> '
12909 PS4='+ '
12910
12911 # NLS nuisances.
12912 LC_ALL=C
12913 export LC_ALL
12914 LANGUAGE=C
12915 export LANGUAGE
12916
12917 # CDPATH.
12918 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12919
12920
12921 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12922 # ----------------------------------------
12923 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12924 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12925 # script with STATUS, using 1 if that was 0.
12926 as_fn_error ()
12927 {
12928 as_status=$1; test $as_status -eq 0 && as_status=1
12929 if test "$4"; then
12930 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12931 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12932 fi
12933 $as_echo "$as_me: error: $2" >&2
12934 as_fn_exit $as_status
12935 } # as_fn_error
12936
12937
12938 # as_fn_set_status STATUS
12939 # -----------------------
12940 # Set $? to STATUS, without forking.
12941 as_fn_set_status ()
12942 {
12943 return $1
12944 } # as_fn_set_status
12945
12946 # as_fn_exit STATUS
12947 # -----------------
12948 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12949 as_fn_exit ()
12950 {
12951 set +e
12952 as_fn_set_status $1
12953 exit $1
12954 } # as_fn_exit
12955
12956 # as_fn_unset VAR
12957 # ---------------
12958 # Portably unset VAR.
12959 as_fn_unset ()
12960 {
12961 { eval $1=; unset $1;}
12962 }
12963 as_unset=as_fn_unset
12964 # as_fn_append VAR VALUE
12965 # ----------------------
12966 # Append the text in VALUE to the end of the definition contained in VAR. Take
12967 # advantage of any shell optimizations that allow amortized linear growth over
12968 # repeated appends, instead of the typical quadratic growth present in naive
12969 # implementations.
12970 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12971 eval 'as_fn_append ()
12972 {
12973 eval $1+=\$2
12974 }'
12975 else
12976 as_fn_append ()
12977 {
12978 eval $1=\$$1\$2
12979 }
12980 fi # as_fn_append
12981
12982 # as_fn_arith ARG...
12983 # ------------------
12984 # Perform arithmetic evaluation on the ARGs, and store the result in the
12985 # global $as_val. Take advantage of shells that can avoid forks. The arguments
12986 # must be portable across $(()) and expr.
12987 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12988 eval 'as_fn_arith ()
12989 {
12990 as_val=$(( $* ))
12991 }'
12992 else
12993 as_fn_arith ()
12994 {
12995 as_val=`expr "$@" || test $? -eq 1`
12996 }
12997 fi # as_fn_arith
12998
12999
13000 if expr a : '\(a\)' >/dev/null 2>&1 &&
13001 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13002 as_expr=expr
13003 else
13004 as_expr=false
13005 fi
13006
13007 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13008 as_basename=basename
13009 else
13010 as_basename=false
13011 fi
13012
13013 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13014 as_dirname=dirname
13015 else
13016 as_dirname=false
13017 fi
13018
13019 as_me=`$as_basename -- "$0" ||
13020 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13021 X"$0" : 'X\(//\)$' \| \
13022 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13023 $as_echo X/"$0" |
13024 sed '/^.*\/\([^/][^/]*\)\/*$/{
13025 s//\1/
13026 q
13027 }
13028 /^X\/\(\/\/\)$/{
13029 s//\1/
13030 q
13031 }
13032 /^X\/\(\/\).*/{
13033 s//\1/
13034 q
13035 }
13036 s/.*/./; q'`
13037
13038 # Avoid depending upon Character Ranges.
13039 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13040 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13041 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13042 as_cr_digits='0123456789'
13043 as_cr_alnum=$as_cr_Letters$as_cr_digits
13044
13045 ECHO_C= ECHO_N= ECHO_T=
13046 case `echo -n x` in #(((((
13047 -n*)
13048 case `echo 'xy\c'` in
13049 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13050 xy) ECHO_C='\c';;
13051 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13052 ECHO_T=' ';;
13053 esac;;
13054 *)
13055 ECHO_N='-n';;
13056 esac
13057
13058 rm -f conf$$ conf$$.exe conf$$.file
13059 if test -d conf$$.dir; then
13060 rm -f conf$$.dir/conf$$.file
13061 else
13062 rm -f conf$$.dir
13063 mkdir conf$$.dir 2>/dev/null
13064 fi
13065 if (echo >conf$$.file) 2>/dev/null; then
13066 if ln -s conf$$.file conf$$ 2>/dev/null; then
13067 as_ln_s='ln -s'
13068 # ... but there are two gotchas:
13069 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13070 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13071 # In both cases, we have to default to `cp -pR'.
13072 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13073 as_ln_s='cp -pR'
13074 elif ln conf$$.file conf$$ 2>/dev/null; then
13075 as_ln_s=ln
13076 else
13077 as_ln_s='cp -pR'
13078 fi
13079 else
13080 as_ln_s='cp -pR'
13081 fi
13082 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13083 rmdir conf$$.dir 2>/dev/null
13084
13085
13086 # as_fn_mkdir_p
13087 # -------------
13088 # Create "$as_dir" as a directory, including parents if necessary.
13089 as_fn_mkdir_p ()
13090 {
13091
13092 case $as_dir in #(
13093 -*) as_dir=./$as_dir;;
13094 esac
13095 test -d "$as_dir" || eval $as_mkdir_p || {
13096 as_dirs=
13097 while :; do
13098 case $as_dir in #(
13099 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13100 *) as_qdir=$as_dir;;
13101 esac
13102 as_dirs="'$as_qdir' $as_dirs"
13103 as_dir=`$as_dirname -- "$as_dir" ||
13104 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13105 X"$as_dir" : 'X\(//\)[^/]' \| \
13106 X"$as_dir" : 'X\(//\)$' \| \
13107 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13108 $as_echo X"$as_dir" |
13109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13110 s//\1/
13111 q
13112 }
13113 /^X\(\/\/\)[^/].*/{
13114 s//\1/
13115 q
13116 }
13117 /^X\(\/\/\)$/{
13118 s//\1/
13119 q
13120 }
13121 /^X\(\/\).*/{
13122 s//\1/
13123 q
13124 }
13125 s/.*/./; q'`
13126 test -d "$as_dir" && break
13127 done
13128 test -z "$as_dirs" || eval "mkdir $as_dirs"
13129 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13130
13131
13132 } # as_fn_mkdir_p
13133 if mkdir -p . 2>/dev/null; then
13134 as_mkdir_p='mkdir -p "$as_dir"'
13135 else
13136 test -d ./-p && rmdir ./-p
13137 as_mkdir_p=false
13138 fi
13139
13140
13141 # as_fn_executable_p FILE
13142 # -----------------------
13143 # Test if FILE is an executable regular file.
13144 as_fn_executable_p ()
13145 {
13146 test -f "$1" && test -x "$1"
13147 } # as_fn_executable_p
13148 as_test_x='test -x'
13149 as_executable_p=as_fn_executable_p
13150
13151 # Sed expression to map a string onto a valid CPP name.
13152 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13153
13154 # Sed expression to map a string onto a valid variable name.
13155 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13156
13157
13158 exec 6>&1
13159 ## ----------------------------------- ##
13160 ## Main body of $CONFIG_STATUS script. ##
13161 ## ----------------------------------- ##
13162 _ASEOF
13163 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13164
13165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13166 # Save the log message, to keep $0 and so on meaningful, and to
13167 # report actual input values of CONFIG_FILES etc. instead of their
13168 # values after options handling.
13169 ac_log="
13170 This file was extended by opcodes $as_me 2.38.50, which was
13171 generated by GNU Autoconf 2.69. Invocation command line was
13172
13173 CONFIG_FILES = $CONFIG_FILES
13174 CONFIG_HEADERS = $CONFIG_HEADERS
13175 CONFIG_LINKS = $CONFIG_LINKS
13176 CONFIG_COMMANDS = $CONFIG_COMMANDS
13177 $ $0 $@
13178
13179 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13180 "
13181
13182 _ACEOF
13183
13184 case $ac_config_files in *"
13185 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13186 esac
13187
13188 case $ac_config_headers in *"
13189 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13190 esac
13191
13192
13193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13194 # Files that config.status was made for.
13195 config_files="$ac_config_files"
13196 config_headers="$ac_config_headers"
13197 config_commands="$ac_config_commands"
13198
13199 _ACEOF
13200
13201 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13202 ac_cs_usage="\
13203 \`$as_me' instantiates files and other configuration actions
13204 from templates according to the current configuration. Unless the files
13205 and actions are specified as TAGs, all are instantiated by default.
13206
13207 Usage: $0 [OPTION]... [TAG]...
13208
13209 -h, --help print this help, then exit
13210 -V, --version print version number and configuration settings, then exit
13211 --config print configuration, then exit
13212 -q, --quiet, --silent
13213 do not print progress messages
13214 -d, --debug don't remove temporary files
13215 --recheck update $as_me by reconfiguring in the same conditions
13216 --file=FILE[:TEMPLATE]
13217 instantiate the configuration file FILE
13218 --header=FILE[:TEMPLATE]
13219 instantiate the configuration header FILE
13220
13221 Configuration files:
13222 $config_files
13223
13224 Configuration headers:
13225 $config_headers
13226
13227 Configuration commands:
13228 $config_commands
13229
13230 Report bugs to the package provider."
13231
13232 _ACEOF
13233 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13234 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13235 ac_cs_version="\\
13236 opcodes config.status 2.38.50
13237 configured by $0, generated by GNU Autoconf 2.69,
13238 with options \\"\$ac_cs_config\\"
13239
13240 Copyright (C) 2012 Free Software Foundation, Inc.
13241 This config.status script is free software; the Free Software Foundation
13242 gives unlimited permission to copy, distribute and modify it."
13243
13244 ac_pwd='$ac_pwd'
13245 srcdir='$srcdir'
13246 INSTALL='$INSTALL'
13247 MKDIR_P='$MKDIR_P'
13248 AWK='$AWK'
13249 test -n "\$AWK" || AWK=awk
13250 _ACEOF
13251
13252 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13253 # The default lists apply if the user does not specify any file.
13254 ac_need_defaults=:
13255 while test $# != 0
13256 do
13257 case $1 in
13258 --*=?*)
13259 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13260 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13261 ac_shift=:
13262 ;;
13263 --*=)
13264 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13265 ac_optarg=
13266 ac_shift=:
13267 ;;
13268 *)
13269 ac_option=$1
13270 ac_optarg=$2
13271 ac_shift=shift
13272 ;;
13273 esac
13274
13275 case $ac_option in
13276 # Handling of the options.
13277 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13278 ac_cs_recheck=: ;;
13279 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13280 $as_echo "$ac_cs_version"; exit ;;
13281 --config | --confi | --conf | --con | --co | --c )
13282 $as_echo "$ac_cs_config"; exit ;;
13283 --debug | --debu | --deb | --de | --d | -d )
13284 debug=: ;;
13285 --file | --fil | --fi | --f )
13286 $ac_shift
13287 case $ac_optarg in
13288 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13289 '') as_fn_error $? "missing file argument" ;;
13290 esac
13291 as_fn_append CONFIG_FILES " '$ac_optarg'"
13292 ac_need_defaults=false;;
13293 --header | --heade | --head | --hea )
13294 $ac_shift
13295 case $ac_optarg in
13296 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13297 esac
13298 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13299 ac_need_defaults=false;;
13300 --he | --h)
13301 # Conflict between --help and --header
13302 as_fn_error $? "ambiguous option: \`$1'
13303 Try \`$0 --help' for more information.";;
13304 --help | --hel | -h )
13305 $as_echo "$ac_cs_usage"; exit ;;
13306 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13307 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13308 ac_cs_silent=: ;;
13309
13310 # This is an error.
13311 -*) as_fn_error $? "unrecognized option: \`$1'
13312 Try \`$0 --help' for more information." ;;
13313
13314 *) as_fn_append ac_config_targets " $1"
13315 ac_need_defaults=false ;;
13316
13317 esac
13318 shift
13319 done
13320
13321 ac_configure_extra_args=
13322
13323 if $ac_cs_silent; then
13324 exec 6>/dev/null
13325 ac_configure_extra_args="$ac_configure_extra_args --silent"
13326 fi
13327
13328 _ACEOF
13329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13330 if \$ac_cs_recheck; then
13331 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13332 shift
13333 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13334 CONFIG_SHELL='$SHELL'
13335 export CONFIG_SHELL
13336 exec "\$@"
13337 fi
13338
13339 _ACEOF
13340 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13341 exec 5>>config.log
13342 {
13343 echo
13344 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13345 ## Running $as_me. ##
13346 _ASBOX
13347 $as_echo "$ac_log"
13348 } >&5
13349
13350 _ACEOF
13351 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13352 #
13353 # INIT-COMMANDS
13354 #
13355 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13356
13357
13358 # The HP-UX ksh and POSIX shell print the target directory to stdout
13359 # if CDPATH is set.
13360 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13361
13362 sed_quote_subst='$sed_quote_subst'
13363 double_quote_subst='$double_quote_subst'
13364 delay_variable_subst='$delay_variable_subst'
13365 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13366 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13367 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13368 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13369 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13370 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13371 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13372 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13373 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13374 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13375 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13376 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13377 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13378 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13379 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13380 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13381 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13382 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13383 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13384 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13385 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13386 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13387 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13388 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13389 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13390 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13391 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13392 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13393 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13394 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13395 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13396 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13397 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13398 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13399 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13400 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13401 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13402 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13403 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13404 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13405 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13406 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13407 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13408 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13409 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13410 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13411 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13412 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13413 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
13414 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13415 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13416 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13417 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13418 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13419 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13420 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13421 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13422 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13423 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13424 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13425 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13426 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13427 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13428 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13429 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13430 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13431 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13432 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13433 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13434 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13435 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13436 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13437 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13438 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13439 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13440 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13441 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13442 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13443 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13444 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13445 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13446 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13447 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13448 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13449 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13450 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13451 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13452 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13453 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13454 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13455 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13456 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13457 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13458 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13459 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13460 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13461 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13462 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13463 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13464 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13465 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13466 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13467 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13468 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13469 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13470 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13471 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13472 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13473 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13474 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13475 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13476 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13477 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13478 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13479 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13480 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13481 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13482 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13483 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13484 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13485
13486 LTCC='$LTCC'
13487 LTCFLAGS='$LTCFLAGS'
13488 compiler='$compiler_DEFAULT'
13489
13490 # A function that is used when there is no print builtin or printf.
13491 func_fallback_echo ()
13492 {
13493 eval 'cat <<_LTECHO_EOF
13494 \$1
13495 _LTECHO_EOF'
13496 }
13497
13498 # Quote evaled strings.
13499 for var in SHELL \
13500 ECHO \
13501 SED \
13502 GREP \
13503 EGREP \
13504 FGREP \
13505 LD \
13506 NM \
13507 LN_S \
13508 lt_SP2NL \
13509 lt_NL2SP \
13510 reload_flag \
13511 OBJDUMP \
13512 deplibs_check_method \
13513 file_magic_cmd \
13514 AR \
13515 AR_FLAGS \
13516 STRIP \
13517 RANLIB \
13518 CC \
13519 CFLAGS \
13520 compiler \
13521 lt_cv_sys_global_symbol_pipe \
13522 lt_cv_sys_global_symbol_to_cdecl \
13523 lt_cv_sys_global_symbol_to_c_name_address \
13524 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13525 lt_prog_compiler_no_builtin_flag \
13526 lt_prog_compiler_wl \
13527 lt_prog_compiler_pic \
13528 lt_prog_compiler_static \
13529 lt_cv_prog_compiler_c_o \
13530 need_locks \
13531 DSYMUTIL \
13532 NMEDIT \
13533 LIPO \
13534 OTOOL \
13535 OTOOL64 \
13536 shrext_cmds \
13537 export_dynamic_flag_spec \
13538 whole_archive_flag_spec \
13539 compiler_needs_object \
13540 with_gnu_ld \
13541 allow_undefined_flag \
13542 no_undefined_flag \
13543 hardcode_libdir_flag_spec \
13544 hardcode_libdir_flag_spec_ld \
13545 hardcode_libdir_separator \
13546 fix_srcfile_path \
13547 exclude_expsyms \
13548 include_expsyms \
13549 file_list_spec \
13550 variables_saved_for_relink \
13551 libname_spec \
13552 library_names_spec \
13553 soname_spec \
13554 install_override_mode \
13555 finish_eval \
13556 old_striplib \
13557 striplib; do
13558 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13559 *[\\\\\\\`\\"\\\$]*)
13560 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13561 ;;
13562 *)
13563 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13564 ;;
13565 esac
13566 done
13567
13568 # Double-quote double-evaled strings.
13569 for var in reload_cmds \
13570 old_postinstall_cmds \
13571 old_postuninstall_cmds \
13572 old_archive_cmds \
13573 extract_expsyms_cmds \
13574 old_archive_from_new_cmds \
13575 old_archive_from_expsyms_cmds \
13576 archive_cmds \
13577 archive_expsym_cmds \
13578 module_cmds \
13579 module_expsym_cmds \
13580 export_symbols_cmds \
13581 prelink_cmds \
13582 postinstall_cmds \
13583 postuninstall_cmds \
13584 finish_cmds \
13585 sys_lib_search_path_spec \
13586 sys_lib_dlsearch_path_spec; do
13587 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13588 *[\\\\\\\`\\"\\\$]*)
13589 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13590 ;;
13591 *)
13592 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13593 ;;
13594 esac
13595 done
13596
13597 ac_aux_dir='$ac_aux_dir'
13598 xsi_shell='$xsi_shell'
13599 lt_shell_append='$lt_shell_append'
13600
13601 # See if we are running on zsh, and set the options which allow our
13602 # commands through without removal of \ escapes INIT.
13603 if test -n "\${ZSH_VERSION+set}" ; then
13604 setopt NO_GLOB_SUBST
13605 fi
13606
13607
13608 PACKAGE='$PACKAGE'
13609 VERSION='$VERSION'
13610 TIMESTAMP='$TIMESTAMP'
13611 RM='$RM'
13612 ofile='$ofile'
13613
13614
13615
13616 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13617 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13618 # from automake.
13619 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13620 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13621 LINGUAS="${LINGUAS-%UNSET%}"
13622
13623
13624 _ACEOF
13625
13626 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13627
13628 # Handling of arguments.
13629 for ac_config_target in $ac_config_targets
13630 do
13631 case $ac_config_target in
13632 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13633 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13634 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13635 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13636 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13637 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13638
13639 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13640 esac
13641 done
13642
13643
13644 # If the user did not use the arguments to specify the items to instantiate,
13645 # then the envvar interface is used. Set only those that are not.
13646 # We use the long form for the default assignment because of an extremely
13647 # bizarre bug on SunOS 4.1.3.
13648 if $ac_need_defaults; then
13649 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13650 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13651 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13652 fi
13653
13654 # Have a temporary directory for convenience. Make it in the build tree
13655 # simply because there is no reason against having it here, and in addition,
13656 # creating and moving files from /tmp can sometimes cause problems.
13657 # Hook for its removal unless debugging.
13658 # Note that there is a small window in which the directory will not be cleaned:
13659 # after its creation but before its name has been assigned to `$tmp'.
13660 $debug ||
13661 {
13662 tmp= ac_tmp=
13663 trap 'exit_status=$?
13664 : "${ac_tmp:=$tmp}"
13665 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13666 ' 0
13667 trap 'as_fn_exit 1' 1 2 13 15
13668 }
13669 # Create a (secure) tmp directory for tmp files.
13670
13671 {
13672 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13673 test -d "$tmp"
13674 } ||
13675 {
13676 tmp=./conf$$-$RANDOM
13677 (umask 077 && mkdir "$tmp")
13678 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13679 ac_tmp=$tmp
13680
13681 # Set up the scripts for CONFIG_FILES section.
13682 # No need to generate them if there are no CONFIG_FILES.
13683 # This happens for instance with `./config.status config.h'.
13684 if test -n "$CONFIG_FILES"; then
13685
13686
13687 ac_cr=`echo X | tr X '\015'`
13688 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13689 # But we know of no other shell where ac_cr would be empty at this
13690 # point, so we can use a bashism as a fallback.
13691 if test "x$ac_cr" = x; then
13692 eval ac_cr=\$\'\\r\'
13693 fi
13694 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13695 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13696 ac_cs_awk_cr='\\r'
13697 else
13698 ac_cs_awk_cr=$ac_cr
13699 fi
13700
13701 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13702 _ACEOF
13703
13704
13705 {
13706 echo "cat >conf$$subs.awk <<_ACEOF" &&
13707 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13708 echo "_ACEOF"
13709 } >conf$$subs.sh ||
13710 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13711 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13712 ac_delim='%!_!# '
13713 for ac_last_try in false false false false false :; do
13714 . ./conf$$subs.sh ||
13715 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13716
13717 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13718 if test $ac_delim_n = $ac_delim_num; then
13719 break
13720 elif $ac_last_try; then
13721 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13722 else
13723 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13724 fi
13725 done
13726 rm -f conf$$subs.sh
13727
13728 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13729 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13730 _ACEOF
13731 sed -n '
13732 h
13733 s/^/S["/; s/!.*/"]=/
13734 p
13735 g
13736 s/^[^!]*!//
13737 :repl
13738 t repl
13739 s/'"$ac_delim"'$//
13740 t delim
13741 :nl
13742 h
13743 s/\(.\{148\}\)..*/\1/
13744 t more1
13745 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13746 p
13747 n
13748 b repl
13749 :more1
13750 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13751 p
13752 g
13753 s/.\{148\}//
13754 t nl
13755 :delim
13756 h
13757 s/\(.\{148\}\)..*/\1/
13758 t more2
13759 s/["\\]/\\&/g; s/^/"/; s/$/"/
13760 p
13761 b
13762 :more2
13763 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13764 p
13765 g
13766 s/.\{148\}//
13767 t delim
13768 ' <conf$$subs.awk | sed '
13769 /^[^""]/{
13770 N
13771 s/\n//
13772 }
13773 ' >>$CONFIG_STATUS || ac_write_fail=1
13774 rm -f conf$$subs.awk
13775 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13776 _ACAWK
13777 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13778 for (key in S) S_is_set[key] = 1
13779 FS = "\a"
13780
13781 }
13782 {
13783 line = $ 0
13784 nfields = split(line, field, "@")
13785 substed = 0
13786 len = length(field[1])
13787 for (i = 2; i < nfields; i++) {
13788 key = field[i]
13789 keylen = length(key)
13790 if (S_is_set[key]) {
13791 value = S[key]
13792 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13793 len += length(value) + length(field[++i])
13794 substed = 1
13795 } else
13796 len += 1 + keylen
13797 }
13798
13799 print line
13800 }
13801
13802 _ACAWK
13803 _ACEOF
13804 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13805 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13806 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13807 else
13808 cat
13809 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13810 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13811 _ACEOF
13812
13813 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13814 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13815 # trailing colons and then remove the whole line if VPATH becomes empty
13816 # (actually we leave an empty line to preserve line numbers).
13817 if test "x$srcdir" = x.; then
13818 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13819 h
13820 s///
13821 s/^/:/
13822 s/[ ]*$/:/
13823 s/:\$(srcdir):/:/g
13824 s/:\${srcdir}:/:/g
13825 s/:@srcdir@:/:/g
13826 s/^:*//
13827 s/:*$//
13828 x
13829 s/\(=[ ]*\).*/\1/
13830 G
13831 s/\n//
13832 s/^[^=]*=[ ]*$//
13833 }'
13834 fi
13835
13836 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13837 fi # test -n "$CONFIG_FILES"
13838
13839 # Set up the scripts for CONFIG_HEADERS section.
13840 # No need to generate them if there are no CONFIG_HEADERS.
13841 # This happens for instance with `./config.status Makefile'.
13842 if test -n "$CONFIG_HEADERS"; then
13843 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13844 BEGIN {
13845 _ACEOF
13846
13847 # Transform confdefs.h into an awk script `defines.awk', embedded as
13848 # here-document in config.status, that substitutes the proper values into
13849 # config.h.in to produce config.h.
13850
13851 # Create a delimiter string that does not exist in confdefs.h, to ease
13852 # handling of long lines.
13853 ac_delim='%!_!# '
13854 for ac_last_try in false false :; do
13855 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13856 if test -z "$ac_tt"; then
13857 break
13858 elif $ac_last_try; then
13859 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13860 else
13861 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13862 fi
13863 done
13864
13865 # For the awk script, D is an array of macro values keyed by name,
13866 # likewise P contains macro parameters if any. Preserve backslash
13867 # newline sequences.
13868
13869 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13870 sed -n '
13871 s/.\{148\}/&'"$ac_delim"'/g
13872 t rset
13873 :rset
13874 s/^[ ]*#[ ]*define[ ][ ]*/ /
13875 t def
13876 d
13877 :def
13878 s/\\$//
13879 t bsnl
13880 s/["\\]/\\&/g
13881 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13882 D["\1"]=" \3"/p
13883 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13884 d
13885 :bsnl
13886 s/["\\]/\\&/g
13887 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13888 D["\1"]=" \3\\\\\\n"\\/p
13889 t cont
13890 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13891 t cont
13892 d
13893 :cont
13894 n
13895 s/.\{148\}/&'"$ac_delim"'/g
13896 t clear
13897 :clear
13898 s/\\$//
13899 t bsnlc
13900 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13901 d
13902 :bsnlc
13903 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13904 b cont
13905 ' <confdefs.h | sed '
13906 s/'"$ac_delim"'/"\\\
13907 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13908
13909 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13910 for (key in D) D_is_set[key] = 1
13911 FS = "\a"
13912 }
13913 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13914 line = \$ 0
13915 split(line, arg, " ")
13916 if (arg[1] == "#") {
13917 defundef = arg[2]
13918 mac1 = arg[3]
13919 } else {
13920 defundef = substr(arg[1], 2)
13921 mac1 = arg[2]
13922 }
13923 split(mac1, mac2, "(") #)
13924 macro = mac2[1]
13925 prefix = substr(line, 1, index(line, defundef) - 1)
13926 if (D_is_set[macro]) {
13927 # Preserve the white space surrounding the "#".
13928 print prefix "define", macro P[macro] D[macro]
13929 next
13930 } else {
13931 # Replace #undef with comments. This is necessary, for example,
13932 # in the case of _POSIX_SOURCE, which is predefined and required
13933 # on some systems where configure will not decide to define it.
13934 if (defundef == "undef") {
13935 print "/*", prefix defundef, macro, "*/"
13936 next
13937 }
13938 }
13939 }
13940 { print }
13941 _ACAWK
13942 _ACEOF
13943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13944 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
13945 fi # test -n "$CONFIG_HEADERS"
13946
13947
13948 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13949 shift
13950 for ac_tag
13951 do
13952 case $ac_tag in
13953 :[FHLC]) ac_mode=$ac_tag; continue;;
13954 esac
13955 case $ac_mode$ac_tag in
13956 :[FHL]*:*);;
13957 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
13958 :[FH]-) ac_tag=-:-;;
13959 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13960 esac
13961 ac_save_IFS=$IFS
13962 IFS=:
13963 set x $ac_tag
13964 IFS=$ac_save_IFS
13965 shift
13966 ac_file=$1
13967 shift
13968
13969 case $ac_mode in
13970 :L) ac_source=$1;;
13971 :[FH])
13972 ac_file_inputs=
13973 for ac_f
13974 do
13975 case $ac_f in
13976 -) ac_f="$ac_tmp/stdin";;
13977 *) # Look for the file first in the build tree, then in the source tree
13978 # (if the path is not absolute). The absolute path cannot be DOS-style,
13979 # because $ac_f cannot contain `:'.
13980 test -f "$ac_f" ||
13981 case $ac_f in
13982 [\\/$]*) false;;
13983 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13984 esac ||
13985 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13986 esac
13987 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13988 as_fn_append ac_file_inputs " '$ac_f'"
13989 done
13990
13991 # Let's still pretend it is `configure' which instantiates (i.e., don't
13992 # use $as_me), people would be surprised to read:
13993 # /* config.h. Generated by config.status. */
13994 configure_input='Generated from '`
13995 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13996 `' by configure.'
13997 if test x"$ac_file" != x-; then
13998 configure_input="$ac_file. $configure_input"
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14000 $as_echo "$as_me: creating $ac_file" >&6;}
14001 fi
14002 # Neutralize special characters interpreted by sed in replacement strings.
14003 case $configure_input in #(
14004 *\&* | *\|* | *\\* )
14005 ac_sed_conf_input=`$as_echo "$configure_input" |
14006 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14007 *) ac_sed_conf_input=$configure_input;;
14008 esac
14009
14010 case $ac_tag in
14011 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14012 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14013 esac
14014 ;;
14015 esac
14016
14017 ac_dir=`$as_dirname -- "$ac_file" ||
14018 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14019 X"$ac_file" : 'X\(//\)[^/]' \| \
14020 X"$ac_file" : 'X\(//\)$' \| \
14021 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14022 $as_echo X"$ac_file" |
14023 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14024 s//\1/
14025 q
14026 }
14027 /^X\(\/\/\)[^/].*/{
14028 s//\1/
14029 q
14030 }
14031 /^X\(\/\/\)$/{
14032 s//\1/
14033 q
14034 }
14035 /^X\(\/\).*/{
14036 s//\1/
14037 q
14038 }
14039 s/.*/./; q'`
14040 as_dir="$ac_dir"; as_fn_mkdir_p
14041 ac_builddir=.
14042
14043 case "$ac_dir" in
14044 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14045 *)
14046 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14047 # A ".." for each directory in $ac_dir_suffix.
14048 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14049 case $ac_top_builddir_sub in
14050 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14051 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14052 esac ;;
14053 esac
14054 ac_abs_top_builddir=$ac_pwd
14055 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14056 # for backward compatibility:
14057 ac_top_builddir=$ac_top_build_prefix
14058
14059 case $srcdir in
14060 .) # We are building in place.
14061 ac_srcdir=.
14062 ac_top_srcdir=$ac_top_builddir_sub
14063 ac_abs_top_srcdir=$ac_pwd ;;
14064 [\\/]* | ?:[\\/]* ) # Absolute name.
14065 ac_srcdir=$srcdir$ac_dir_suffix;
14066 ac_top_srcdir=$srcdir
14067 ac_abs_top_srcdir=$srcdir ;;
14068 *) # Relative name.
14069 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14070 ac_top_srcdir=$ac_top_build_prefix$srcdir
14071 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14072 esac
14073 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14074
14075
14076 case $ac_mode in
14077 :F)
14078 #
14079 # CONFIG_FILE
14080 #
14081
14082 case $INSTALL in
14083 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14084 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14085 esac
14086 ac_MKDIR_P=$MKDIR_P
14087 case $MKDIR_P in
14088 [\\/$]* | ?:[\\/]* ) ;;
14089 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14090 esac
14091 _ACEOF
14092
14093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14094 # If the template does not know about datarootdir, expand it.
14095 # FIXME: This hack should be removed a few years after 2.60.
14096 ac_datarootdir_hack=; ac_datarootdir_seen=
14097 ac_sed_dataroot='
14098 /datarootdir/ {
14099 p
14100 q
14101 }
14102 /@datadir@/p
14103 /@docdir@/p
14104 /@infodir@/p
14105 /@localedir@/p
14106 /@mandir@/p'
14107 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14108 *datarootdir*) ac_datarootdir_seen=yes;;
14109 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14111 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14112 _ACEOF
14113 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14114 ac_datarootdir_hack='
14115 s&@datadir@&$datadir&g
14116 s&@docdir@&$docdir&g
14117 s&@infodir@&$infodir&g
14118 s&@localedir@&$localedir&g
14119 s&@mandir@&$mandir&g
14120 s&\\\${datarootdir}&$datarootdir&g' ;;
14121 esac
14122 _ACEOF
14123
14124 # Neutralize VPATH when `$srcdir' = `.'.
14125 # Shell code in configure.ac might set extrasub.
14126 # FIXME: do we really want to maintain this feature?
14127 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14128 ac_sed_extra="$ac_vpsub
14129 $extrasub
14130 _ACEOF
14131 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14132 :t
14133 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14134 s|@configure_input@|$ac_sed_conf_input|;t t
14135 s&@top_builddir@&$ac_top_builddir_sub&;t t
14136 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14137 s&@srcdir@&$ac_srcdir&;t t
14138 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14139 s&@top_srcdir@&$ac_top_srcdir&;t t
14140 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14141 s&@builddir@&$ac_builddir&;t t
14142 s&@abs_builddir@&$ac_abs_builddir&;t t
14143 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14144 s&@INSTALL@&$ac_INSTALL&;t t
14145 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14146 $ac_datarootdir_hack
14147 "
14148 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14149 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14150
14151 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14152 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14153 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14154 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14156 which seems to be undefined. Please make sure it is defined" >&5
14157 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14158 which seems to be undefined. Please make sure it is defined" >&2;}
14159
14160 rm -f "$ac_tmp/stdin"
14161 case $ac_file in
14162 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14163 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14164 esac \
14165 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14166 ;;
14167 :H)
14168 #
14169 # CONFIG_HEADER
14170 #
14171 if test x"$ac_file" != x-; then
14172 {
14173 $as_echo "/* $configure_input */" \
14174 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14175 } >"$ac_tmp/config.h" \
14176 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14177 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14178 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14179 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14180 else
14181 rm -f "$ac_file"
14182 mv "$ac_tmp/config.h" "$ac_file" \
14183 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14184 fi
14185 else
14186 $as_echo "/* $configure_input */" \
14187 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14188 || as_fn_error $? "could not create -" "$LINENO" 5
14189 fi
14190 # Compute "$ac_file"'s index in $config_headers.
14191 _am_arg="$ac_file"
14192 _am_stamp_count=1
14193 for _am_header in $config_headers :; do
14194 case $_am_header in
14195 $_am_arg | $_am_arg:* )
14196 break ;;
14197 * )
14198 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14199 esac
14200 done
14201 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14202 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14203 X"$_am_arg" : 'X\(//\)[^/]' \| \
14204 X"$_am_arg" : 'X\(//\)$' \| \
14205 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14206 $as_echo X"$_am_arg" |
14207 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14208 s//\1/
14209 q
14210 }
14211 /^X\(\/\/\)[^/].*/{
14212 s//\1/
14213 q
14214 }
14215 /^X\(\/\/\)$/{
14216 s//\1/
14217 q
14218 }
14219 /^X\(\/\).*/{
14220 s//\1/
14221 q
14222 }
14223 s/.*/./; q'`/stamp-h$_am_stamp_count
14224 ;;
14225
14226 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14227 $as_echo "$as_me: executing $ac_file commands" >&6;}
14228 ;;
14229 esac
14230
14231
14232 case $ac_file$ac_mode in
14233 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14234 # Older Autoconf quotes --file arguments for eval, but not when files
14235 # are listed without --file. Let's play safe and only enable the eval
14236 # if we detect the quoting.
14237 case $CONFIG_FILES in
14238 *\'*) eval set x "$CONFIG_FILES" ;;
14239 *) set x $CONFIG_FILES ;;
14240 esac
14241 shift
14242 for mf
14243 do
14244 # Strip MF so we end up with the name of the file.
14245 mf=`echo "$mf" | sed -e 's/:.*$//'`
14246 # Check whether this is an Automake generated Makefile or not.
14247 # We used to match only the files named 'Makefile.in', but
14248 # some people rename them; so instead we look at the file content.
14249 # Grep'ing the first line is not enough: some people post-process
14250 # each Makefile.in and add a new line on top of each file to say so.
14251 # Grep'ing the whole file is not good either: AIX grep has a line
14252 # limit of 2048, but all sed's we know have understand at least 4000.
14253 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14254 dirpart=`$as_dirname -- "$mf" ||
14255 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14256 X"$mf" : 'X\(//\)[^/]' \| \
14257 X"$mf" : 'X\(//\)$' \| \
14258 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14259 $as_echo X"$mf" |
14260 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14261 s//\1/
14262 q
14263 }
14264 /^X\(\/\/\)[^/].*/{
14265 s//\1/
14266 q
14267 }
14268 /^X\(\/\/\)$/{
14269 s//\1/
14270 q
14271 }
14272 /^X\(\/\).*/{
14273 s//\1/
14274 q
14275 }
14276 s/.*/./; q'`
14277 else
14278 continue
14279 fi
14280 # Extract the definition of DEPDIR, am__include, and am__quote
14281 # from the Makefile without running 'make'.
14282 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14283 test -z "$DEPDIR" && continue
14284 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14285 test -z "$am__include" && continue
14286 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14287 # Find all dependency output files, they are included files with
14288 # $(DEPDIR) in their names. We invoke sed twice because it is the
14289 # simplest approach to changing $(DEPDIR) to its actual value in the
14290 # expansion.
14291 for file in `sed -n "
14292 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14293 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14294 # Make sure the directory exists.
14295 test -f "$dirpart/$file" && continue
14296 fdir=`$as_dirname -- "$file" ||
14297 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14298 X"$file" : 'X\(//\)[^/]' \| \
14299 X"$file" : 'X\(//\)$' \| \
14300 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14301 $as_echo X"$file" |
14302 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14303 s//\1/
14304 q
14305 }
14306 /^X\(\/\/\)[^/].*/{
14307 s//\1/
14308 q
14309 }
14310 /^X\(\/\/\)$/{
14311 s//\1/
14312 q
14313 }
14314 /^X\(\/\).*/{
14315 s//\1/
14316 q
14317 }
14318 s/.*/./; q'`
14319 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14320 # echo "creating $dirpart/$file"
14321 echo '# dummy' > "$dirpart/$file"
14322 done
14323 done
14324 }
14325 ;;
14326 "libtool":C)
14327
14328 # See if we are running on zsh, and set the options which allow our
14329 # commands through without removal of \ escapes.
14330 if test -n "${ZSH_VERSION+set}" ; then
14331 setopt NO_GLOB_SUBST
14332 fi
14333
14334 cfgfile="${ofile}T"
14335 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14336 $RM "$cfgfile"
14337
14338 cat <<_LT_EOF >> "$cfgfile"
14339 #! $SHELL
14340
14341 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14342 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14343 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14344 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14345 #
14346 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14347 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14348 # Written by Gordon Matzigkeit, 1996
14349 #
14350 # This file is part of GNU Libtool.
14351 #
14352 # GNU Libtool is free software; you can redistribute it and/or
14353 # modify it under the terms of the GNU General Public License as
14354 # published by the Free Software Foundation; either version 2 of
14355 # the License, or (at your option) any later version.
14356 #
14357 # As a special exception to the GNU General Public License,
14358 # if you distribute this file as part of a program or library that
14359 # is built using GNU Libtool, you may include this file under the
14360 # same distribution terms that you use for the rest of that program.
14361 #
14362 # GNU Libtool is distributed in the hope that it will be useful,
14363 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14364 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14365 # GNU General Public License for more details.
14366 #
14367 # You should have received a copy of the GNU General Public License
14368 # along with GNU Libtool; see the file COPYING. If not, a copy
14369 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14370 # obtained by writing to the Free Software Foundation, Inc.,
14371 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14372
14373
14374 # The names of the tagged configurations supported by this script.
14375 available_tags=""
14376
14377 # ### BEGIN LIBTOOL CONFIG
14378
14379 # Whether or not to build shared libraries.
14380 build_libtool_libs=$enable_shared
14381
14382 # Which release of libtool.m4 was used?
14383 macro_version=$macro_version
14384 macro_revision=$macro_revision
14385
14386 # Whether or not to build static libraries.
14387 build_old_libs=$enable_static
14388
14389 # What type of objects to build.
14390 pic_mode=$pic_mode
14391
14392 # Whether or not to optimize for fast installation.
14393 fast_install=$enable_fast_install
14394
14395 # Shell to use when invoking shell scripts.
14396 SHELL=$lt_SHELL
14397
14398 # An echo program that protects backslashes.
14399 ECHO=$lt_ECHO
14400
14401 # The host system.
14402 host_alias=$host_alias
14403 host=$host
14404 host_os=$host_os
14405
14406 # The build system.
14407 build_alias=$build_alias
14408 build=$build
14409 build_os=$build_os
14410
14411 # A sed program that does not truncate output.
14412 SED=$lt_SED
14413
14414 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14415 Xsed="\$SED -e 1s/^X//"
14416
14417 # A grep program that handles long lines.
14418 GREP=$lt_GREP
14419
14420 # An ERE matcher.
14421 EGREP=$lt_EGREP
14422
14423 # A literal string matcher.
14424 FGREP=$lt_FGREP
14425
14426 # A BSD- or MS-compatible name lister.
14427 NM=$lt_NM
14428
14429 # Whether we need soft or hard links.
14430 LN_S=$lt_LN_S
14431
14432 # What is the maximum length of a command?
14433 max_cmd_len=$max_cmd_len
14434
14435 # Object file suffix (normally "o").
14436 objext=$ac_objext
14437
14438 # Executable file suffix (normally "").
14439 exeext=$exeext
14440
14441 # whether the shell understands "unset".
14442 lt_unset=$lt_unset
14443
14444 # turn spaces into newlines.
14445 SP2NL=$lt_lt_SP2NL
14446
14447 # turn newlines into spaces.
14448 NL2SP=$lt_lt_NL2SP
14449
14450 # An object symbol dumper.
14451 OBJDUMP=$lt_OBJDUMP
14452
14453 # Method to check whether dependent libraries are shared objects.
14454 deplibs_check_method=$lt_deplibs_check_method
14455
14456 # Command to use when deplibs_check_method == "file_magic".
14457 file_magic_cmd=$lt_file_magic_cmd
14458
14459 # The archiver.
14460 AR=$lt_AR
14461 AR_FLAGS=$lt_AR_FLAGS
14462
14463 # A symbol stripping program.
14464 STRIP=$lt_STRIP
14465
14466 # Commands used to install an old-style archive.
14467 RANLIB=$lt_RANLIB
14468 old_postinstall_cmds=$lt_old_postinstall_cmds
14469 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14470
14471 # Whether to use a lock for old archive extraction.
14472 lock_old_archive_extraction=$lock_old_archive_extraction
14473
14474 # A C compiler.
14475 LTCC=$lt_CC
14476
14477 # LTCC compiler flags.
14478 LTCFLAGS=$lt_CFLAGS
14479
14480 # Take the output of nm and produce a listing of raw symbols and C names.
14481 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14482
14483 # Transform the output of nm in a proper C declaration.
14484 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14485
14486 # Transform the output of nm in a C name address pair.
14487 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14488
14489 # Transform the output of nm in a C name address pair when lib prefix is needed.
14490 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14491
14492 # The name of the directory that contains temporary libtool files.
14493 objdir=$objdir
14494
14495 # Used to examine libraries when file_magic_cmd begins with "file".
14496 MAGIC_CMD=$MAGIC_CMD
14497
14498 # Must we lock files when doing compilation?
14499 need_locks=$lt_need_locks
14500
14501 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14502 DSYMUTIL=$lt_DSYMUTIL
14503
14504 # Tool to change global to local symbols on Mac OS X.
14505 NMEDIT=$lt_NMEDIT
14506
14507 # Tool to manipulate fat objects and archives on Mac OS X.
14508 LIPO=$lt_LIPO
14509
14510 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14511 OTOOL=$lt_OTOOL
14512
14513 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14514 OTOOL64=$lt_OTOOL64
14515
14516 # Old archive suffix (normally "a").
14517 libext=$libext
14518
14519 # Shared library suffix (normally ".so").
14520 shrext_cmds=$lt_shrext_cmds
14521
14522 # The commands to extract the exported symbol list from a shared archive.
14523 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14524
14525 # Variables whose values should be saved in libtool wrapper scripts and
14526 # restored at link time.
14527 variables_saved_for_relink=$lt_variables_saved_for_relink
14528
14529 # Do we need the "lib" prefix for modules?
14530 need_lib_prefix=$need_lib_prefix
14531
14532 # Do we need a version for libraries?
14533 need_version=$need_version
14534
14535 # Library versioning type.
14536 version_type=$version_type
14537
14538 # Shared library runtime path variable.
14539 runpath_var=$runpath_var
14540
14541 # Shared library path variable.
14542 shlibpath_var=$shlibpath_var
14543
14544 # Is shlibpath searched before the hard-coded library search path?
14545 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14546
14547 # Format of library name prefix.
14548 libname_spec=$lt_libname_spec
14549
14550 # List of archive names. First name is the real one, the rest are links.
14551 # The last name is the one that the linker finds with -lNAME
14552 library_names_spec=$lt_library_names_spec
14553
14554 # The coded name of the library, if different from the real name.
14555 soname_spec=$lt_soname_spec
14556
14557 # Permission mode override for installation of shared libraries.
14558 install_override_mode=$lt_install_override_mode
14559
14560 # Command to use after installation of a shared archive.
14561 postinstall_cmds=$lt_postinstall_cmds
14562
14563 # Command to use after uninstallation of a shared archive.
14564 postuninstall_cmds=$lt_postuninstall_cmds
14565
14566 # Commands used to finish a libtool library installation in a directory.
14567 finish_cmds=$lt_finish_cmds
14568
14569 # As "finish_cmds", except a single script fragment to be evaled but
14570 # not shown.
14571 finish_eval=$lt_finish_eval
14572
14573 # Whether we should hardcode library paths into libraries.
14574 hardcode_into_libs=$hardcode_into_libs
14575
14576 # Compile-time system search path for libraries.
14577 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14578
14579 # Run-time system search path for libraries.
14580 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14581
14582 # Whether dlopen is supported.
14583 dlopen_support=$enable_dlopen
14584
14585 # Whether dlopen of programs is supported.
14586 dlopen_self=$enable_dlopen_self
14587
14588 # Whether dlopen of statically linked programs is supported.
14589 dlopen_self_static=$enable_dlopen_self_static
14590
14591 # Commands to strip libraries.
14592 old_striplib=$lt_old_striplib
14593 striplib=$lt_striplib
14594
14595
14596 # The linker used to build libraries.
14597 LD=$lt_LD
14598
14599 # How to create reloadable object files.
14600 reload_flag=$lt_reload_flag
14601 reload_cmds=$lt_reload_cmds
14602
14603 # Commands used to build an old-style archive.
14604 old_archive_cmds=$lt_old_archive_cmds
14605
14606 # A language specific compiler.
14607 CC=$lt_compiler
14608
14609 # Is the compiler the GNU compiler?
14610 with_gcc=$GCC
14611
14612 # Compiler flag to turn off builtin functions.
14613 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14614
14615 # How to pass a linker flag through the compiler.
14616 wl=$lt_lt_prog_compiler_wl
14617
14618 # Additional compiler flags for building library objects.
14619 pic_flag=$lt_lt_prog_compiler_pic
14620
14621 # Compiler flag to prevent dynamic linking.
14622 link_static_flag=$lt_lt_prog_compiler_static
14623
14624 # Does compiler simultaneously support -c and -o options?
14625 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14626
14627 # Whether or not to add -lc for building shared libraries.
14628 build_libtool_need_lc=$archive_cmds_need_lc
14629
14630 # Whether or not to disallow shared libs when runtime libs are static.
14631 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14632
14633 # Compiler flag to allow reflexive dlopens.
14634 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14635
14636 # Compiler flag to generate shared objects directly from archives.
14637 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14638
14639 # Whether the compiler copes with passing no objects directly.
14640 compiler_needs_object=$lt_compiler_needs_object
14641
14642 # Create an old-style archive from a shared archive.
14643 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14644
14645 # Create a temporary old-style archive to link instead of a shared archive.
14646 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14647
14648 # Commands used to build a shared archive.
14649 archive_cmds=$lt_archive_cmds
14650 archive_expsym_cmds=$lt_archive_expsym_cmds
14651
14652 # Commands used to build a loadable module if different from building
14653 # a shared archive.
14654 module_cmds=$lt_module_cmds
14655 module_expsym_cmds=$lt_module_expsym_cmds
14656
14657 # Whether we are building with GNU ld or not.
14658 with_gnu_ld=$lt_with_gnu_ld
14659
14660 # Flag that allows shared libraries with undefined symbols to be built.
14661 allow_undefined_flag=$lt_allow_undefined_flag
14662
14663 # Flag that enforces no undefined symbols.
14664 no_undefined_flag=$lt_no_undefined_flag
14665
14666 # Flag to hardcode \$libdir into a binary during linking.
14667 # This must work even if \$libdir does not exist
14668 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14669
14670 # If ld is used when linking, flag to hardcode \$libdir into a binary
14671 # during linking. This must work even if \$libdir does not exist.
14672 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14673
14674 # Whether we need a single "-rpath" flag with a separated argument.
14675 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14676
14677 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14678 # DIR into the resulting binary.
14679 hardcode_direct=$hardcode_direct
14680
14681 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14682 # DIR into the resulting binary and the resulting library dependency is
14683 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14684 # library is relocated.
14685 hardcode_direct_absolute=$hardcode_direct_absolute
14686
14687 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14688 # into the resulting binary.
14689 hardcode_minus_L=$hardcode_minus_L
14690
14691 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14692 # into the resulting binary.
14693 hardcode_shlibpath_var=$hardcode_shlibpath_var
14694
14695 # Set to "yes" if building a shared library automatically hardcodes DIR
14696 # into the library and all subsequent libraries and executables linked
14697 # against it.
14698 hardcode_automatic=$hardcode_automatic
14699
14700 # Set to yes if linker adds runtime paths of dependent libraries
14701 # to runtime path list.
14702 inherit_rpath=$inherit_rpath
14703
14704 # Whether libtool must link a program against all its dependency libraries.
14705 link_all_deplibs=$link_all_deplibs
14706
14707 # Fix the shell variable \$srcfile for the compiler.
14708 fix_srcfile_path=$lt_fix_srcfile_path
14709
14710 # Set to "yes" if exported symbols are required.
14711 always_export_symbols=$always_export_symbols
14712
14713 # The commands to list exported symbols.
14714 export_symbols_cmds=$lt_export_symbols_cmds
14715
14716 # Symbols that should not be listed in the preloaded symbols.
14717 exclude_expsyms=$lt_exclude_expsyms
14718
14719 # Symbols that must always be exported.
14720 include_expsyms=$lt_include_expsyms
14721
14722 # Commands necessary for linking programs (against libraries) with templates.
14723 prelink_cmds=$lt_prelink_cmds
14724
14725 # Specify filename containing input files.
14726 file_list_spec=$lt_file_list_spec
14727
14728 # How to hardcode a shared library path into an executable.
14729 hardcode_action=$hardcode_action
14730
14731 # ### END LIBTOOL CONFIG
14732
14733 _LT_EOF
14734
14735 case $host_os in
14736 aix3*)
14737 cat <<\_LT_EOF >> "$cfgfile"
14738 # AIX sometimes has problems with the GCC collect2 program. For some
14739 # reason, if we set the COLLECT_NAMES environment variable, the problems
14740 # vanish in a puff of smoke.
14741 if test "X${COLLECT_NAMES+set}" != Xset; then
14742 COLLECT_NAMES=
14743 export COLLECT_NAMES
14744 fi
14745 _LT_EOF
14746 ;;
14747 esac
14748
14749
14750 ltmain="$ac_aux_dir/ltmain.sh"
14751
14752
14753 # We use sed instead of cat because bash on DJGPP gets confused if
14754 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14755 # text mode, it properly converts lines to CR/LF. This bash problem
14756 # is reportedly fixed, but why not run on old versions too?
14757 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14758 || (rm -f "$cfgfile"; exit 1)
14759
14760 case $xsi_shell in
14761 yes)
14762 cat << \_LT_EOF >> "$cfgfile"
14763
14764 # func_dirname file append nondir_replacement
14765 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14766 # otherwise set result to NONDIR_REPLACEMENT.
14767 func_dirname ()
14768 {
14769 case ${1} in
14770 */*) func_dirname_result="${1%/*}${2}" ;;
14771 * ) func_dirname_result="${3}" ;;
14772 esac
14773 }
14774
14775 # func_basename file
14776 func_basename ()
14777 {
14778 func_basename_result="${1##*/}"
14779 }
14780
14781 # func_dirname_and_basename file append nondir_replacement
14782 # perform func_basename and func_dirname in a single function
14783 # call:
14784 # dirname: Compute the dirname of FILE. If nonempty,
14785 # add APPEND to the result, otherwise set result
14786 # to NONDIR_REPLACEMENT.
14787 # value returned in "$func_dirname_result"
14788 # basename: Compute filename of FILE.
14789 # value retuned in "$func_basename_result"
14790 # Implementation must be kept synchronized with func_dirname
14791 # and func_basename. For efficiency, we do not delegate to
14792 # those functions but instead duplicate the functionality here.
14793 func_dirname_and_basename ()
14794 {
14795 case ${1} in
14796 */*) func_dirname_result="${1%/*}${2}" ;;
14797 * ) func_dirname_result="${3}" ;;
14798 esac
14799 func_basename_result="${1##*/}"
14800 }
14801
14802 # func_stripname prefix suffix name
14803 # strip PREFIX and SUFFIX off of NAME.
14804 # PREFIX and SUFFIX must not contain globbing or regex special
14805 # characters, hashes, percent signs, but SUFFIX may contain a leading
14806 # dot (in which case that matches only a dot).
14807 func_stripname ()
14808 {
14809 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14810 # positional parameters, so assign one to ordinary parameter first.
14811 func_stripname_result=${3}
14812 func_stripname_result=${func_stripname_result#"${1}"}
14813 func_stripname_result=${func_stripname_result%"${2}"}
14814 }
14815
14816 # func_opt_split
14817 func_opt_split ()
14818 {
14819 func_opt_split_opt=${1%%=*}
14820 func_opt_split_arg=${1#*=}
14821 }
14822
14823 # func_lo2o object
14824 func_lo2o ()
14825 {
14826 case ${1} in
14827 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14828 *) func_lo2o_result=${1} ;;
14829 esac
14830 }
14831
14832 # func_xform libobj-or-source
14833 func_xform ()
14834 {
14835 func_xform_result=${1%.*}.lo
14836 }
14837
14838 # func_arith arithmetic-term...
14839 func_arith ()
14840 {
14841 func_arith_result=$(( $* ))
14842 }
14843
14844 # func_len string
14845 # STRING may not start with a hyphen.
14846 func_len ()
14847 {
14848 func_len_result=${#1}
14849 }
14850
14851 _LT_EOF
14852 ;;
14853 *) # Bourne compatible functions.
14854 cat << \_LT_EOF >> "$cfgfile"
14855
14856 # func_dirname file append nondir_replacement
14857 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14858 # otherwise set result to NONDIR_REPLACEMENT.
14859 func_dirname ()
14860 {
14861 # Extract subdirectory from the argument.
14862 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14863 if test "X$func_dirname_result" = "X${1}"; then
14864 func_dirname_result="${3}"
14865 else
14866 func_dirname_result="$func_dirname_result${2}"
14867 fi
14868 }
14869
14870 # func_basename file
14871 func_basename ()
14872 {
14873 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14874 }
14875
14876
14877 # func_stripname prefix suffix name
14878 # strip PREFIX and SUFFIX off of NAME.
14879 # PREFIX and SUFFIX must not contain globbing or regex special
14880 # characters, hashes, percent signs, but SUFFIX may contain a leading
14881 # dot (in which case that matches only a dot).
14882 # func_strip_suffix prefix name
14883 func_stripname ()
14884 {
14885 case ${2} in
14886 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14887 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14888 esac
14889 }
14890
14891 # sed scripts:
14892 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14893 my_sed_long_arg='1s/^-[^=]*=//'
14894
14895 # func_opt_split
14896 func_opt_split ()
14897 {
14898 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14899 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14900 }
14901
14902 # func_lo2o object
14903 func_lo2o ()
14904 {
14905 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14906 }
14907
14908 # func_xform libobj-or-source
14909 func_xform ()
14910 {
14911 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14912 }
14913
14914 # func_arith arithmetic-term...
14915 func_arith ()
14916 {
14917 func_arith_result=`expr "$@"`
14918 }
14919
14920 # func_len string
14921 # STRING may not start with a hyphen.
14922 func_len ()
14923 {
14924 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14925 }
14926
14927 _LT_EOF
14928 esac
14929
14930 case $lt_shell_append in
14931 yes)
14932 cat << \_LT_EOF >> "$cfgfile"
14933
14934 # func_append var value
14935 # Append VALUE to the end of shell variable VAR.
14936 func_append ()
14937 {
14938 eval "$1+=\$2"
14939 }
14940 _LT_EOF
14941 ;;
14942 *)
14943 cat << \_LT_EOF >> "$cfgfile"
14944
14945 # func_append var value
14946 # Append VALUE to the end of shell variable VAR.
14947 func_append ()
14948 {
14949 eval "$1=\$$1\$2"
14950 }
14951
14952 _LT_EOF
14953 ;;
14954 esac
14955
14956
14957 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14958 || (rm -f "$cfgfile"; exit 1)
14959
14960 mv -f "$cfgfile" "$ofile" ||
14961 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14962 chmod +x "$ofile"
14963
14964 ;;
14965 "default-1":C)
14966 for ac_file in $CONFIG_FILES; do
14967 # Support "outfile[:infile[:infile...]]"
14968 case "$ac_file" in
14969 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
14970 esac
14971 # PO directories have a Makefile.in generated from Makefile.in.in.
14972 case "$ac_file" in */Makefile.in)
14973 # Adjust a relative srcdir.
14974 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
14975 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
14976 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
14977 # In autoconf-2.13 it is called $ac_given_srcdir.
14978 # In autoconf-2.50 it is called $srcdir.
14979 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
14980 case "$ac_given_srcdir" in
14981 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
14982 /*) top_srcdir="$ac_given_srcdir" ;;
14983 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
14984 esac
14985 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
14986 rm -f "$ac_dir/POTFILES"
14987 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
14988 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
14989 POMAKEFILEDEPS="POTFILES.in"
14990 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
14991 # on $ac_dir but don't depend on user-specified configuration
14992 # parameters.
14993 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
14994 # The LINGUAS file contains the set of available languages.
14995 if test -n "$OBSOLETE_ALL_LINGUAS"; then
14996 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
14997 fi
14998 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
14999 # Hide the ALL_LINGUAS assigment from automake.
15000 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15001 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15002 else
15003 # The set of available languages was given in configure.ac.
15004 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15005 fi
15006 case "$ac_given_srcdir" in
15007 .) srcdirpre= ;;
15008 *) srcdirpre='$(srcdir)/' ;;
15009 esac
15010 POFILES=
15011 GMOFILES=
15012 UPDATEPOFILES=
15013 DUMMYPOFILES=
15014 for lang in $ALL_LINGUAS; do
15015 POFILES="$POFILES $srcdirpre$lang.po"
15016 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15017 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15018 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15019 done
15020 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15021 # environment variable.
15022 INST_LINGUAS=
15023 if test -n "$ALL_LINGUAS"; then
15024 for presentlang in $ALL_LINGUAS; do
15025 useit=no
15026 if test "%UNSET%" != "$LINGUAS"; then
15027 desiredlanguages="$LINGUAS"
15028 else
15029 desiredlanguages="$ALL_LINGUAS"
15030 fi
15031 for desiredlang in $desiredlanguages; do
15032 # Use the presentlang catalog if desiredlang is
15033 # a. equal to presentlang, or
15034 # b. a variant of presentlang (because in this case,
15035 # presentlang can be used as a fallback for messages
15036 # which are not translated in the desiredlang catalog).
15037 case "$desiredlang" in
15038 "$presentlang"*) useit=yes;;
15039 esac
15040 done
15041 if test $useit = yes; then
15042 INST_LINGUAS="$INST_LINGUAS $presentlang"
15043 fi
15044 done
15045 fi
15046 CATALOGS=
15047 if test -n "$INST_LINGUAS"; then
15048 for lang in $INST_LINGUAS; do
15049 CATALOGS="$CATALOGS $lang.gmo"
15050 done
15051 fi
15052 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15053 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"
15054 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15055 if test -f "$f"; then
15056 case "$f" in
15057 *.orig | *.bak | *~) ;;
15058 *) cat "$f" >> "$ac_dir/Makefile" ;;
15059 esac
15060 fi
15061 done
15062 fi
15063 ;;
15064 esac
15065 done ;;
15066
15067 esac
15068 done # for ac_tag
15069
15070
15071 as_fn_exit 0
15072 _ACEOF
15073 ac_clean_files=$ac_clean_files_save
15074
15075 test $ac_write_fail = 0 ||
15076 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15077
15078
15079 # configure is writing to config.log, and then calls config.status.
15080 # config.status does its own redirection, appending to config.log.
15081 # Unfortunately, on DOS this fails, as config.log is still kept open
15082 # by configure, so config.status won't be able to write to it; its
15083 # output is simply discarded. So we exec the FD to /dev/null,
15084 # effectively closing config.log, so it can be properly (re)opened and
15085 # appended to by config.status. When coming back to configure, we
15086 # need to make the FD available again.
15087 if test "$no_create" != yes; then
15088 ac_cs_success=:
15089 ac_config_status_args=
15090 test "$silent" = yes &&
15091 ac_config_status_args="$ac_config_status_args --quiet"
15092 exec 5>/dev/null
15093 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15094 exec 5>>config.log
15095 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15096 # would make configure fail if this is the last instruction.
15097 $ac_cs_success || as_fn_exit 1
15098 fi
15099 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15101 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15102 fi
15103
15104
15105
15106 touch config.status.tmp
15107 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
15108 sed '/as_fn_exit 0/i \
15109 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
15110 touch --reference=Makefile Makefile.tmp \
15111 mv Makefile.tmp Makefile \
15112 ' config.status > config.status.tmp
15113 touch --reference=config.status config.status.tmp
15114 mv config.status.tmp config.status
15115 chmod +x config.status
15116 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
15117 touch --reference=Makefile Makefile.tmp
15118 mv Makefile.tmp Makefile
15119 else
15120 rm -f config.status.tmp
15121 fi