Remove path name from test case
[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.41.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.41.50'
591 PACKAGE_STRING='opcodes 2.41.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.41.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.41.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.41.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.41.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.41.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 # Strip out any user-provided options from the nm to test twice,
5366 # the first time to test to see if nm (rather than its options) has
5367 # an explicit path, the second time to yield a file which can be
5368 # nm'ed itself.
5369 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5370 case "$tmp_nm_path" in
5371 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5372 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5373 esac
5374 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5375 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5376 # Check to see if the nm accepts a BSD-compat flag.
5377 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5378 # nm: unknown option "B" ignored
5379 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5380 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5381 break
5382 ;;
5383 *)
5384 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5385 *$tmp_nm*)
5386 lt_cv_path_NM="$tmp_nm -p"
5387 break
5388 ;;
5389 *)
5390 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5391 continue # so that we can try to find one that supports BSD flags
5392 ;;
5393 esac
5394 ;;
5395 esac
5396 fi
5397 done
5398 IFS="$lt_save_ifs"
5399 done
5400 : ${lt_cv_path_NM=no}
5401 fi
5402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5403 $as_echo "$lt_cv_path_NM" >&6; }
5404 if test "$lt_cv_path_NM" != "no"; then
5405 NM="$lt_cv_path_NM"
5406 else
5407 # Didn't find any BSD compatible name lister, look for dumpbin.
5408 if test -n "$DUMPBIN"; then :
5409 # Let the user override the test.
5410 else
5411 if test -n "$ac_tool_prefix"; then
5412 for ac_prog in dumpbin "link -dump"
5413 do
5414 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5415 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5417 $as_echo_n "checking for $ac_word... " >&6; }
5418 if ${ac_cv_prog_DUMPBIN+:} false; then :
5419 $as_echo_n "(cached) " >&6
5420 else
5421 if test -n "$DUMPBIN"; then
5422 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5423 else
5424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5425 for as_dir in $PATH
5426 do
5427 IFS=$as_save_IFS
5428 test -z "$as_dir" && as_dir=.
5429 for ac_exec_ext in '' $ac_executable_extensions; do
5430 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5431 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5433 break 2
5434 fi
5435 done
5436 done
5437 IFS=$as_save_IFS
5438
5439 fi
5440 fi
5441 DUMPBIN=$ac_cv_prog_DUMPBIN
5442 if test -n "$DUMPBIN"; then
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5444 $as_echo "$DUMPBIN" >&6; }
5445 else
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5447 $as_echo "no" >&6; }
5448 fi
5449
5450
5451 test -n "$DUMPBIN" && break
5452 done
5453 fi
5454 if test -z "$DUMPBIN"; then
5455 ac_ct_DUMPBIN=$DUMPBIN
5456 for ac_prog in dumpbin "link -dump"
5457 do
5458 # Extract the first word of "$ac_prog", so it can be a program name with args.
5459 set dummy $ac_prog; ac_word=$2
5460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5461 $as_echo_n "checking for $ac_word... " >&6; }
5462 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5463 $as_echo_n "(cached) " >&6
5464 else
5465 if test -n "$ac_ct_DUMPBIN"; then
5466 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5467 else
5468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5469 for as_dir in $PATH
5470 do
5471 IFS=$as_save_IFS
5472 test -z "$as_dir" && as_dir=.
5473 for ac_exec_ext in '' $ac_executable_extensions; do
5474 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5475 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5477 break 2
5478 fi
5479 done
5480 done
5481 IFS=$as_save_IFS
5482
5483 fi
5484 fi
5485 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5486 if test -n "$ac_ct_DUMPBIN"; then
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5488 $as_echo "$ac_ct_DUMPBIN" >&6; }
5489 else
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5491 $as_echo "no" >&6; }
5492 fi
5493
5494
5495 test -n "$ac_ct_DUMPBIN" && break
5496 done
5497
5498 if test "x$ac_ct_DUMPBIN" = x; then
5499 DUMPBIN=":"
5500 else
5501 case $cross_compiling:$ac_tool_warned in
5502 yes:)
5503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5504 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5505 ac_tool_warned=yes ;;
5506 esac
5507 DUMPBIN=$ac_ct_DUMPBIN
5508 fi
5509 fi
5510
5511 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5512 *COFF*)
5513 DUMPBIN="$DUMPBIN -symbols"
5514 ;;
5515 *)
5516 DUMPBIN=:
5517 ;;
5518 esac
5519 fi
5520
5521 if test "$DUMPBIN" != ":"; then
5522 NM="$DUMPBIN"
5523 fi
5524 fi
5525 test -z "$NM" && NM=nm
5526
5527
5528
5529
5530
5531
5532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5533 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5534 if ${lt_cv_nm_interface+:} false; then :
5535 $as_echo_n "(cached) " >&6
5536 else
5537 lt_cv_nm_interface="BSD nm"
5538 echo "int some_variable = 0;" > conftest.$ac_ext
5539 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5540 (eval "$ac_compile" 2>conftest.err)
5541 cat conftest.err >&5
5542 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5543 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5544 cat conftest.err >&5
5545 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5546 cat conftest.out >&5
5547 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5548 lt_cv_nm_interface="MS dumpbin"
5549 fi
5550 rm -f conftest*
5551 fi
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5553 $as_echo "$lt_cv_nm_interface" >&6; }
5554
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5556 $as_echo_n "checking whether ln -s works... " >&6; }
5557 LN_S=$as_ln_s
5558 if test "$LN_S" = "ln -s"; then
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5560 $as_echo "yes" >&6; }
5561 else
5562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5563 $as_echo "no, using $LN_S" >&6; }
5564 fi
5565
5566 # find the maximum length of command line arguments
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5568 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5569 if ${lt_cv_sys_max_cmd_len+:} false; then :
5570 $as_echo_n "(cached) " >&6
5571 else
5572 i=0
5573 teststring="ABCD"
5574
5575 case $build_os in
5576 msdosdjgpp*)
5577 # On DJGPP, this test can blow up pretty badly due to problems in libc
5578 # (any single argument exceeding 2000 bytes causes a buffer overrun
5579 # during glob expansion). Even if it were fixed, the result of this
5580 # check would be larger than it should be.
5581 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5582 ;;
5583
5584 gnu*)
5585 # Under GNU Hurd, this test is not required because there is
5586 # no limit to the length of command line arguments.
5587 # Libtool will interpret -1 as no limit whatsoever
5588 lt_cv_sys_max_cmd_len=-1;
5589 ;;
5590
5591 cygwin* | mingw* | cegcc*)
5592 # On Win9x/ME, this test blows up -- it succeeds, but takes
5593 # about 5 minutes as the teststring grows exponentially.
5594 # Worse, since 9x/ME are not pre-emptively multitasking,
5595 # you end up with a "frozen" computer, even though with patience
5596 # the test eventually succeeds (with a max line length of 256k).
5597 # Instead, let's just punt: use the minimum linelength reported by
5598 # all of the supported platforms: 8192 (on NT/2K/XP).
5599 lt_cv_sys_max_cmd_len=8192;
5600 ;;
5601
5602 mint*)
5603 # On MiNT this can take a long time and run out of memory.
5604 lt_cv_sys_max_cmd_len=8192;
5605 ;;
5606
5607 amigaos*)
5608 # On AmigaOS with pdksh, this test takes hours, literally.
5609 # So we just punt and use a minimum line length of 8192.
5610 lt_cv_sys_max_cmd_len=8192;
5611 ;;
5612
5613 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5614 # This has been around since 386BSD, at least. Likely further.
5615 if test -x /sbin/sysctl; then
5616 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5617 elif test -x /usr/sbin/sysctl; then
5618 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5619 else
5620 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5621 fi
5622 # And add a safety zone
5623 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5624 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5625 ;;
5626
5627 interix*)
5628 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5629 lt_cv_sys_max_cmd_len=196608
5630 ;;
5631
5632 osf*)
5633 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5634 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5635 # nice to cause kernel panics so lets avoid the loop below.
5636 # First set a reasonable default.
5637 lt_cv_sys_max_cmd_len=16384
5638 #
5639 if test -x /sbin/sysconfig; then
5640 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5641 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5642 esac
5643 fi
5644 ;;
5645 sco3.2v5*)
5646 lt_cv_sys_max_cmd_len=102400
5647 ;;
5648 sysv5* | sco5v6* | sysv4.2uw2*)
5649 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5650 if test -n "$kargmax"; then
5651 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5652 else
5653 lt_cv_sys_max_cmd_len=32768
5654 fi
5655 ;;
5656 *)
5657 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5658 if test -n "$lt_cv_sys_max_cmd_len"; then
5659 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5660 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5661 else
5662 # Make teststring a little bigger before we do anything with it.
5663 # a 1K string should be a reasonable start.
5664 for i in 1 2 3 4 5 6 7 8 ; do
5665 teststring=$teststring$teststring
5666 done
5667 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5668 # If test is not a shell built-in, we'll probably end up computing a
5669 # maximum length that is only half of the actual maximum length, but
5670 # we can't tell.
5671 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5672 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5673 test $i != 17 # 1/2 MB should be enough
5674 do
5675 i=`expr $i + 1`
5676 teststring=$teststring$teststring
5677 done
5678 # Only check the string length outside the loop.
5679 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5680 teststring=
5681 # Add a significant safety factor because C++ compilers can tack on
5682 # massive amounts of additional arguments before passing them to the
5683 # linker. It appears as though 1/2 is a usable value.
5684 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5685 fi
5686 ;;
5687 esac
5688
5689 fi
5690
5691 if test -n $lt_cv_sys_max_cmd_len ; then
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5693 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5694 else
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5696 $as_echo "none" >&6; }
5697 fi
5698 max_cmd_len=$lt_cv_sys_max_cmd_len
5699
5700
5701
5702
5703
5704
5705 : ${CP="cp -f"}
5706 : ${MV="mv -f"}
5707 : ${RM="rm -f"}
5708
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5710 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5711 # Try some XSI features
5712 xsi_shell=no
5713 ( _lt_dummy="a/b/c"
5714 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5715 = c,a/b,, \
5716 && eval 'test $(( 1 + 1 )) -eq 2 \
5717 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5718 && xsi_shell=yes
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5720 $as_echo "$xsi_shell" >&6; }
5721
5722
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5724 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5725 lt_shell_append=no
5726 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5727 >/dev/null 2>&1 \
5728 && lt_shell_append=yes
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5730 $as_echo "$lt_shell_append" >&6; }
5731
5732
5733 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5734 lt_unset=unset
5735 else
5736 lt_unset=false
5737 fi
5738
5739
5740
5741
5742
5743 # test EBCDIC or ASCII
5744 case `echo X|tr X '\101'` in
5745 A) # ASCII based system
5746 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5747 lt_SP2NL='tr \040 \012'
5748 lt_NL2SP='tr \015\012 \040\040'
5749 ;;
5750 *) # EBCDIC based system
5751 lt_SP2NL='tr \100 \n'
5752 lt_NL2SP='tr \r\n \100\100'
5753 ;;
5754 esac
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5765 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5766 if ${lt_cv_ld_reload_flag+:} false; then :
5767 $as_echo_n "(cached) " >&6
5768 else
5769 lt_cv_ld_reload_flag='-r'
5770 fi
5771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5772 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5773 reload_flag=$lt_cv_ld_reload_flag
5774 case $reload_flag in
5775 "" | " "*) ;;
5776 *) reload_flag=" $reload_flag" ;;
5777 esac
5778 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5779 case $host_os in
5780 darwin*)
5781 if test "$GCC" = yes; then
5782 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5783 else
5784 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5785 fi
5786 ;;
5787 esac
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797 if test -n "$ac_tool_prefix"; then
5798 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5799 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if ${ac_cv_prog_OBJDUMP+:} false; then :
5803 $as_echo_n "(cached) " >&6
5804 else
5805 if test -n "$OBJDUMP"; then
5806 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5815 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5818 fi
5819 done
5820 done
5821 IFS=$as_save_IFS
5822
5823 fi
5824 fi
5825 OBJDUMP=$ac_cv_prog_OBJDUMP
5826 if test -n "$OBJDUMP"; then
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5828 $as_echo "$OBJDUMP" >&6; }
5829 else
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5831 $as_echo "no" >&6; }
5832 fi
5833
5834
5835 fi
5836 if test -z "$ac_cv_prog_OBJDUMP"; then
5837 ac_ct_OBJDUMP=$OBJDUMP
5838 # Extract the first word of "objdump", so it can be a program name with args.
5839 set dummy objdump; ac_word=$2
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5841 $as_echo_n "checking for $ac_word... " >&6; }
5842 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5843 $as_echo_n "(cached) " >&6
5844 else
5845 if test -n "$ac_ct_OBJDUMP"; then
5846 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5847 else
5848 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5849 for as_dir in $PATH
5850 do
5851 IFS=$as_save_IFS
5852 test -z "$as_dir" && as_dir=.
5853 for ac_exec_ext in '' $ac_executable_extensions; do
5854 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5855 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5857 break 2
5858 fi
5859 done
5860 done
5861 IFS=$as_save_IFS
5862
5863 fi
5864 fi
5865 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5866 if test -n "$ac_ct_OBJDUMP"; then
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5868 $as_echo "$ac_ct_OBJDUMP" >&6; }
5869 else
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5871 $as_echo "no" >&6; }
5872 fi
5873
5874 if test "x$ac_ct_OBJDUMP" = x; then
5875 OBJDUMP="false"
5876 else
5877 case $cross_compiling:$ac_tool_warned in
5878 yes:)
5879 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5880 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5881 ac_tool_warned=yes ;;
5882 esac
5883 OBJDUMP=$ac_ct_OBJDUMP
5884 fi
5885 else
5886 OBJDUMP="$ac_cv_prog_OBJDUMP"
5887 fi
5888
5889 test -z "$OBJDUMP" && OBJDUMP=objdump
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5900 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5901 if ${lt_cv_deplibs_check_method+:} false; then :
5902 $as_echo_n "(cached) " >&6
5903 else
5904 lt_cv_file_magic_cmd='$MAGIC_CMD'
5905 lt_cv_file_magic_test_file=
5906 lt_cv_deplibs_check_method='unknown'
5907 # Need to set the preceding variable on all platforms that support
5908 # interlibrary dependencies.
5909 # 'none' -- dependencies not supported.
5910 # `unknown' -- same as none, but documents that we really don't know.
5911 # 'pass_all' -- all dependencies passed with no checks.
5912 # 'test_compile' -- check by making test program.
5913 # 'file_magic [[regex]]' -- check by looking for files in library path
5914 # which responds to the $file_magic_cmd with a given extended regex.
5915 # If you have `file' or equivalent on your system and you're not sure
5916 # whether `pass_all' will *always* work, you probably want this one.
5917
5918 case $host_os in
5919 aix[4-9]*)
5920 lt_cv_deplibs_check_method=pass_all
5921 ;;
5922
5923 beos*)
5924 lt_cv_deplibs_check_method=pass_all
5925 ;;
5926
5927 bsdi[45]*)
5928 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5929 lt_cv_file_magic_cmd='/usr/bin/file -L'
5930 lt_cv_file_magic_test_file=/shlib/libc.so
5931 ;;
5932
5933 cygwin*)
5934 # func_win32_libid is a shell function defined in ltmain.sh
5935 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5936 lt_cv_file_magic_cmd='func_win32_libid'
5937 ;;
5938
5939 mingw* | pw32*)
5940 # Base MSYS/MinGW do not provide the 'file' command needed by
5941 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5942 # unless we find 'file', for example because we are cross-compiling.
5943 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5944 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5945 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5946 lt_cv_file_magic_cmd='func_win32_libid'
5947 else
5948 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5949 lt_cv_file_magic_cmd='$OBJDUMP -f'
5950 fi
5951 ;;
5952
5953 cegcc*)
5954 # use the weaker test based on 'objdump'. See mingw*.
5955 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5956 lt_cv_file_magic_cmd='$OBJDUMP -f'
5957 ;;
5958
5959 darwin* | rhapsody*)
5960 lt_cv_deplibs_check_method=pass_all
5961 ;;
5962
5963 freebsd* | dragonfly*)
5964 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5965 case $host_cpu in
5966 i*86 )
5967 # Not sure whether the presence of OpenBSD here was a mistake.
5968 # Let's accept both of them until this is cleared up.
5969 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5970 lt_cv_file_magic_cmd=/usr/bin/file
5971 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5972 ;;
5973 esac
5974 else
5975 lt_cv_deplibs_check_method=pass_all
5976 fi
5977 ;;
5978
5979 gnu*)
5980 lt_cv_deplibs_check_method=pass_all
5981 ;;
5982
5983 haiku*)
5984 lt_cv_deplibs_check_method=pass_all
5985 ;;
5986
5987 hpux10.20* | hpux11*)
5988 lt_cv_file_magic_cmd=/usr/bin/file
5989 case $host_cpu in
5990 ia64*)
5991 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5992 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5993 ;;
5994 hppa*64*)
5995 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]'
5996 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5997 ;;
5998 *)
5999 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6000 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6001 ;;
6002 esac
6003 ;;
6004
6005 interix[3-9]*)
6006 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6007 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6008 ;;
6009
6010 irix5* | irix6* | nonstopux*)
6011 case $LD in
6012 *-32|*"-32 ") libmagic=32-bit;;
6013 *-n32|*"-n32 ") libmagic=N32;;
6014 *-64|*"-64 ") libmagic=64-bit;;
6015 *) libmagic=never-match;;
6016 esac
6017 lt_cv_deplibs_check_method=pass_all
6018 ;;
6019
6020 # This must be Linux ELF.
6021 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6022 lt_cv_deplibs_check_method=pass_all
6023 ;;
6024
6025 netbsd*)
6026 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6027 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6028 else
6029 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6030 fi
6031 ;;
6032
6033 newos6*)
6034 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6035 lt_cv_file_magic_cmd=/usr/bin/file
6036 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6037 ;;
6038
6039 *nto* | *qnx*)
6040 lt_cv_deplibs_check_method=pass_all
6041 ;;
6042
6043 openbsd*)
6044 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6045 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6046 else
6047 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6048 fi
6049 ;;
6050
6051 osf3* | osf4* | osf5*)
6052 lt_cv_deplibs_check_method=pass_all
6053 ;;
6054
6055 rdos*)
6056 lt_cv_deplibs_check_method=pass_all
6057 ;;
6058
6059 solaris*)
6060 lt_cv_deplibs_check_method=pass_all
6061 ;;
6062
6063 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6064 lt_cv_deplibs_check_method=pass_all
6065 ;;
6066
6067 sysv4 | sysv4.3*)
6068 case $host_vendor in
6069 motorola)
6070 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]'
6071 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6072 ;;
6073 ncr)
6074 lt_cv_deplibs_check_method=pass_all
6075 ;;
6076 sequent)
6077 lt_cv_file_magic_cmd='/bin/file'
6078 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6079 ;;
6080 sni)
6081 lt_cv_file_magic_cmd='/bin/file'
6082 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6083 lt_cv_file_magic_test_file=/lib/libc.so
6084 ;;
6085 siemens)
6086 lt_cv_deplibs_check_method=pass_all
6087 ;;
6088 pc)
6089 lt_cv_deplibs_check_method=pass_all
6090 ;;
6091 esac
6092 ;;
6093
6094 tpf*)
6095 lt_cv_deplibs_check_method=pass_all
6096 ;;
6097 vxworks*)
6098 # Assume VxWorks cross toolchains are built on Linux, possibly
6099 # as canadian for Windows hosts.
6100 lt_cv_deplibs_check_method=pass_all
6101 ;;
6102 esac
6103
6104 fi
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6106 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6107 file_magic_cmd=$lt_cv_file_magic_cmd
6108 deplibs_check_method=$lt_cv_deplibs_check_method
6109 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122 plugin_option=
6123 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6124 for plugin in $plugin_names; do
6125 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6126 if test x$plugin_so = x$plugin; then
6127 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6128 fi
6129 if test x$plugin_so != x$plugin; then
6130 plugin_option="--plugin $plugin_so"
6131 break
6132 fi
6133 done
6134
6135 if test -n "$ac_tool_prefix"; then
6136 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6137 set dummy ${ac_tool_prefix}ar; ac_word=$2
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if ${ac_cv_prog_AR+:} false; then :
6141 $as_echo_n "(cached) " >&6
6142 else
6143 if test -n "$AR"; then
6144 ac_cv_prog_AR="$AR" # Let the user override the test.
6145 else
6146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147 for as_dir in $PATH
6148 do
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
6152 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6153 ac_cv_prog_AR="${ac_tool_prefix}ar"
6154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6156 fi
6157 done
6158 done
6159 IFS=$as_save_IFS
6160
6161 fi
6162 fi
6163 AR=$ac_cv_prog_AR
6164 if test -n "$AR"; then
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6166 $as_echo "$AR" >&6; }
6167 else
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6169 $as_echo "no" >&6; }
6170 fi
6171
6172
6173 fi
6174 if test -z "$ac_cv_prog_AR"; then
6175 ac_ct_AR=$AR
6176 # Extract the first word of "ar", so it can be a program name with args.
6177 set dummy ar; ac_word=$2
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6179 $as_echo_n "checking for $ac_word... " >&6; }
6180 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6181 $as_echo_n "(cached) " >&6
6182 else
6183 if test -n "$ac_ct_AR"; then
6184 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6185 else
6186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6187 for as_dir in $PATH
6188 do
6189 IFS=$as_save_IFS
6190 test -z "$as_dir" && as_dir=.
6191 for ac_exec_ext in '' $ac_executable_extensions; do
6192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6193 ac_cv_prog_ac_ct_AR="ar"
6194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6195 break 2
6196 fi
6197 done
6198 done
6199 IFS=$as_save_IFS
6200
6201 fi
6202 fi
6203 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6204 if test -n "$ac_ct_AR"; then
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6206 $as_echo "$ac_ct_AR" >&6; }
6207 else
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6209 $as_echo "no" >&6; }
6210 fi
6211
6212 if test "x$ac_ct_AR" = x; then
6213 AR="false"
6214 else
6215 case $cross_compiling:$ac_tool_warned in
6216 yes:)
6217 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6218 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6219 ac_tool_warned=yes ;;
6220 esac
6221 AR=$ac_ct_AR
6222 fi
6223 else
6224 AR="$ac_cv_prog_AR"
6225 fi
6226
6227 test -z "$AR" && AR=ar
6228 if test -n "$plugin_option"; then
6229 if $AR --help 2>&1 | grep -q "\--plugin"; then
6230 touch conftest.c
6231 $AR $plugin_option rc conftest.a conftest.c
6232 if test "$?" != 0; then
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6234 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6235 else
6236 AR="$AR $plugin_option"
6237 fi
6238 rm -f conftest.*
6239 fi
6240 fi
6241 test -z "$AR_FLAGS" && AR_FLAGS=cru
6242
6243
6244
6245
6246
6247
6248
6249
6250
6251
6252
6253 if test -n "$ac_tool_prefix"; then
6254 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6255 set dummy ${ac_tool_prefix}strip; ac_word=$2
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6257 $as_echo_n "checking for $ac_word... " >&6; }
6258 if ${ac_cv_prog_STRIP+:} false; then :
6259 $as_echo_n "(cached) " >&6
6260 else
6261 if test -n "$STRIP"; then
6262 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6263 else
6264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6265 for as_dir in $PATH
6266 do
6267 IFS=$as_save_IFS
6268 test -z "$as_dir" && as_dir=.
6269 for ac_exec_ext in '' $ac_executable_extensions; do
6270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6271 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6273 break 2
6274 fi
6275 done
6276 done
6277 IFS=$as_save_IFS
6278
6279 fi
6280 fi
6281 STRIP=$ac_cv_prog_STRIP
6282 if test -n "$STRIP"; then
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6284 $as_echo "$STRIP" >&6; }
6285 else
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6287 $as_echo "no" >&6; }
6288 fi
6289
6290
6291 fi
6292 if test -z "$ac_cv_prog_STRIP"; then
6293 ac_ct_STRIP=$STRIP
6294 # Extract the first word of "strip", so it can be a program name with args.
6295 set dummy strip; ac_word=$2
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6297 $as_echo_n "checking for $ac_word... " >&6; }
6298 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6299 $as_echo_n "(cached) " >&6
6300 else
6301 if test -n "$ac_ct_STRIP"; then
6302 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6303 else
6304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6305 for as_dir in $PATH
6306 do
6307 IFS=$as_save_IFS
6308 test -z "$as_dir" && as_dir=.
6309 for ac_exec_ext in '' $ac_executable_extensions; do
6310 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6311 ac_cv_prog_ac_ct_STRIP="strip"
6312 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6313 break 2
6314 fi
6315 done
6316 done
6317 IFS=$as_save_IFS
6318
6319 fi
6320 fi
6321 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6322 if test -n "$ac_ct_STRIP"; then
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6324 $as_echo "$ac_ct_STRIP" >&6; }
6325 else
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6327 $as_echo "no" >&6; }
6328 fi
6329
6330 if test "x$ac_ct_STRIP" = x; then
6331 STRIP=":"
6332 else
6333 case $cross_compiling:$ac_tool_warned in
6334 yes:)
6335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6336 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6337 ac_tool_warned=yes ;;
6338 esac
6339 STRIP=$ac_ct_STRIP
6340 fi
6341 else
6342 STRIP="$ac_cv_prog_STRIP"
6343 fi
6344
6345 test -z "$STRIP" && STRIP=:
6346
6347
6348
6349
6350
6351
6352 if test -n "$ac_tool_prefix"; then
6353 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6354 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6356 $as_echo_n "checking for $ac_word... " >&6; }
6357 if ${ac_cv_prog_RANLIB+:} false; then :
6358 $as_echo_n "(cached) " >&6
6359 else
6360 if test -n "$RANLIB"; then
6361 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6362 else
6363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6364 for as_dir in $PATH
6365 do
6366 IFS=$as_save_IFS
6367 test -z "$as_dir" && as_dir=.
6368 for ac_exec_ext in '' $ac_executable_extensions; do
6369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6370 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6372 break 2
6373 fi
6374 done
6375 done
6376 IFS=$as_save_IFS
6377
6378 fi
6379 fi
6380 RANLIB=$ac_cv_prog_RANLIB
6381 if test -n "$RANLIB"; then
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6383 $as_echo "$RANLIB" >&6; }
6384 else
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6386 $as_echo "no" >&6; }
6387 fi
6388
6389
6390 fi
6391 if test -z "$ac_cv_prog_RANLIB"; then
6392 ac_ct_RANLIB=$RANLIB
6393 # Extract the first word of "ranlib", so it can be a program name with args.
6394 set dummy ranlib; ac_word=$2
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6396 $as_echo_n "checking for $ac_word... " >&6; }
6397 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6398 $as_echo_n "(cached) " >&6
6399 else
6400 if test -n "$ac_ct_RANLIB"; then
6401 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6402 else
6403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6404 for as_dir in $PATH
6405 do
6406 IFS=$as_save_IFS
6407 test -z "$as_dir" && as_dir=.
6408 for ac_exec_ext in '' $ac_executable_extensions; do
6409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6410 ac_cv_prog_ac_ct_RANLIB="ranlib"
6411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 break 2
6413 fi
6414 done
6415 done
6416 IFS=$as_save_IFS
6417
6418 fi
6419 fi
6420 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6421 if test -n "$ac_ct_RANLIB"; then
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6423 $as_echo "$ac_ct_RANLIB" >&6; }
6424 else
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6426 $as_echo "no" >&6; }
6427 fi
6428
6429 if test "x$ac_ct_RANLIB" = x; then
6430 RANLIB=":"
6431 else
6432 case $cross_compiling:$ac_tool_warned in
6433 yes:)
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6435 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6436 ac_tool_warned=yes ;;
6437 esac
6438 RANLIB=$ac_ct_RANLIB
6439 fi
6440 else
6441 RANLIB="$ac_cv_prog_RANLIB"
6442 fi
6443
6444 test -z "$RANLIB" && RANLIB=:
6445 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6446 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6447 RANLIB="$RANLIB $plugin_option"
6448 fi
6449 fi
6450
6451
6452
6453
6454
6455
6456 # Determine commands to create old-style static archives.
6457 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6458 old_postinstall_cmds='chmod 644 $oldlib'
6459 old_postuninstall_cmds=
6460
6461 if test -n "$RANLIB"; then
6462 case $host_os in
6463 openbsd*)
6464 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6465 ;;
6466 *)
6467 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6468 ;;
6469 esac
6470 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6471 fi
6472
6473 case $host_os in
6474 darwin*)
6475 lock_old_archive_extraction=yes ;;
6476 *)
6477 lock_old_archive_extraction=no ;;
6478 esac
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
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517
6518 # If no C compiler was specified, use CC.
6519 LTCC=${LTCC-"$CC"}
6520
6521 # If no C compiler flags were specified, use CFLAGS.
6522 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6523
6524 # Allow CC to be a program name with arguments.
6525 compiler=$CC
6526
6527
6528 # Check for command to grab the raw symbol name followed by C symbol from nm.
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6530 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6531 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6532 $as_echo_n "(cached) " >&6
6533 else
6534
6535 # These are sane defaults that work on at least a few old systems.
6536 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6537
6538 # Character class describing NM global symbol codes.
6539 symcode='[BCDEGRST]'
6540
6541 # Regexp to match symbols that can be accessed directly from C.
6542 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6543
6544 # Define system-specific variables.
6545 case $host_os in
6546 aix*)
6547 symcode='[BCDT]'
6548 ;;
6549 cygwin* | mingw* | pw32* | cegcc*)
6550 symcode='[ABCDGISTW]'
6551 ;;
6552 hpux*)
6553 if test "$host_cpu" = ia64; then
6554 symcode='[ABCDEGRST]'
6555 fi
6556 ;;
6557 irix* | nonstopux*)
6558 symcode='[BCDEGRST]'
6559 ;;
6560 osf*)
6561 symcode='[BCDEGQRST]'
6562 ;;
6563 solaris*)
6564 symcode='[BCDRT]'
6565 ;;
6566 sco3.2v5*)
6567 symcode='[DT]'
6568 ;;
6569 sysv4.2uw2*)
6570 symcode='[DT]'
6571 ;;
6572 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6573 symcode='[ABDT]'
6574 ;;
6575 sysv4)
6576 symcode='[DFNSTU]'
6577 ;;
6578 esac
6579
6580 # If we're using GNU nm, then use its standard symbol codes.
6581 case `$NM -V 2>&1` in
6582 *GNU* | *'with BFD'*)
6583 symcode='[ABCDGIRSTW]' ;;
6584 esac
6585
6586 # Transform an extracted symbol line into a proper C declaration.
6587 # Some systems (esp. on ia64) link data and code symbols differently,
6588 # so use this general approach.
6589 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6590
6591 # Transform an extracted symbol line into symbol name and symbol address
6592 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6593 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'"
6594
6595 # Handle CRLF in mingw tool chain
6596 opt_cr=
6597 case $build_os in
6598 mingw*)
6599 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6600 ;;
6601 esac
6602
6603 # Try without a prefix underscore, then with it.
6604 for ac_symprfx in "" "_"; do
6605
6606 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6607 symxfrm="\\1 $ac_symprfx\\2 \\2"
6608
6609 # Write the raw and C identifiers.
6610 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6611 # Fake it for dumpbin and say T for any non-static function
6612 # and D for any global variable.
6613 # Also find C++ and __fastcall symbols from MSVC++,
6614 # which start with @ or ?.
6615 lt_cv_sys_global_symbol_pipe="$AWK '"\
6616 " {last_section=section; section=\$ 3};"\
6617 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6618 " \$ 0!~/External *\|/{next};"\
6619 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6620 " {if(hide[section]) next};"\
6621 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6622 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6623 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6624 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6625 " ' prfx=^$ac_symprfx"
6626 else
6627 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6628 fi
6629
6630 # Check to see that the pipe works correctly.
6631 pipe_works=no
6632
6633 rm -f conftest*
6634 cat > conftest.$ac_ext <<_LT_EOF
6635 #ifdef __cplusplus
6636 extern "C" {
6637 #endif
6638 char nm_test_var;
6639 void nm_test_func(void);
6640 void nm_test_func(void){}
6641 #ifdef __cplusplus
6642 }
6643 #endif
6644 int main(){nm_test_var='a';nm_test_func();return(0);}
6645 _LT_EOF
6646
6647 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6648 (eval $ac_compile) 2>&5
6649 ac_status=$?
6650 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6651 test $ac_status = 0; }; then
6652 # Now try to grab the symbols.
6653 nlist=conftest.nm
6654 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6655 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6656 ac_status=$?
6657 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6658 test $ac_status = 0; } && test -s "$nlist"; then
6659 # Try sorting and uniquifying the output.
6660 if sort "$nlist" | uniq > "$nlist"T; then
6661 mv -f "$nlist"T "$nlist"
6662 else
6663 rm -f "$nlist"T
6664 fi
6665
6666 # Make sure that we snagged all the symbols we need.
6667 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6668 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6669 cat <<_LT_EOF > conftest.$ac_ext
6670 #ifdef __cplusplus
6671 extern "C" {
6672 #endif
6673
6674 _LT_EOF
6675 # Now generate the symbol file.
6676 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6677
6678 cat <<_LT_EOF >> conftest.$ac_ext
6679
6680 /* The mapping between symbol names and symbols. */
6681 const struct {
6682 const char *name;
6683 void *address;
6684 }
6685 lt__PROGRAM__LTX_preloaded_symbols[] =
6686 {
6687 { "@PROGRAM@", (void *) 0 },
6688 _LT_EOF
6689 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6690 cat <<\_LT_EOF >> conftest.$ac_ext
6691 {0, (void *) 0}
6692 };
6693
6694 /* This works around a problem in FreeBSD linker */
6695 #ifdef FREEBSD_WORKAROUND
6696 static const void *lt_preloaded_setup() {
6697 return lt__PROGRAM__LTX_preloaded_symbols;
6698 }
6699 #endif
6700
6701 #ifdef __cplusplus
6702 }
6703 #endif
6704 _LT_EOF
6705 # Now try linking the two files.
6706 mv conftest.$ac_objext conftstm.$ac_objext
6707 lt_save_LIBS="$LIBS"
6708 lt_save_CFLAGS="$CFLAGS"
6709 LIBS="conftstm.$ac_objext"
6710 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6711 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6712 (eval $ac_link) 2>&5
6713 ac_status=$?
6714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6715 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6716 pipe_works=yes
6717 fi
6718 LIBS="$lt_save_LIBS"
6719 CFLAGS="$lt_save_CFLAGS"
6720 else
6721 echo "cannot find nm_test_func in $nlist" >&5
6722 fi
6723 else
6724 echo "cannot find nm_test_var in $nlist" >&5
6725 fi
6726 else
6727 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6728 fi
6729 else
6730 echo "$progname: failed program was:" >&5
6731 cat conftest.$ac_ext >&5
6732 fi
6733 rm -rf conftest* conftst*
6734
6735 # Do not use the global_symbol_pipe unless it works.
6736 if test "$pipe_works" = yes; then
6737 break
6738 else
6739 lt_cv_sys_global_symbol_pipe=
6740 fi
6741 done
6742
6743 fi
6744
6745 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6746 lt_cv_sys_global_symbol_to_cdecl=
6747 fi
6748 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6750 $as_echo "failed" >&6; }
6751 else
6752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6753 $as_echo "ok" >&6; }
6754 fi
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777 # Check whether --enable-libtool-lock was given.
6778 if test "${enable_libtool_lock+set}" = set; then :
6779 enableval=$enable_libtool_lock;
6780 fi
6781
6782 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6783
6784 # Some flags need to be propagated to the compiler or linker for good
6785 # libtool support.
6786 case $host in
6787 ia64-*-hpux*)
6788 # Find out which ABI we are using.
6789 echo 'int i;' > conftest.$ac_ext
6790 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6791 (eval $ac_compile) 2>&5
6792 ac_status=$?
6793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6794 test $ac_status = 0; }; then
6795 case `/usr/bin/file conftest.$ac_objext` in
6796 *ELF-32*)
6797 HPUX_IA64_MODE="32"
6798 ;;
6799 *ELF-64*)
6800 HPUX_IA64_MODE="64"
6801 ;;
6802 esac
6803 fi
6804 rm -rf conftest*
6805 ;;
6806 *-*-irix6*)
6807 # Find out which ABI we are using.
6808 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6809 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6810 (eval $ac_compile) 2>&5
6811 ac_status=$?
6812 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6813 test $ac_status = 0; }; then
6814 if test "$lt_cv_prog_gnu_ld" = yes; then
6815 case `/usr/bin/file conftest.$ac_objext` in
6816 *32-bit*)
6817 LD="${LD-ld} -melf32bsmip"
6818 ;;
6819 *N32*)
6820 LD="${LD-ld} -melf32bmipn32"
6821 ;;
6822 *64-bit*)
6823 LD="${LD-ld} -melf64bmip"
6824 ;;
6825 esac
6826 else
6827 case `/usr/bin/file conftest.$ac_objext` in
6828 *32-bit*)
6829 LD="${LD-ld} -32"
6830 ;;
6831 *N32*)
6832 LD="${LD-ld} -n32"
6833 ;;
6834 *64-bit*)
6835 LD="${LD-ld} -64"
6836 ;;
6837 esac
6838 fi
6839 fi
6840 rm -rf conftest*
6841 ;;
6842
6843 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6844 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6845 # Find out which ABI we are using.
6846 echo 'int i;' > conftest.$ac_ext
6847 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6848 (eval $ac_compile) 2>&5
6849 ac_status=$?
6850 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6851 test $ac_status = 0; }; then
6852 case `/usr/bin/file conftest.o` in
6853 *32-bit*)
6854 case $host in
6855 x86_64-*kfreebsd*-gnu)
6856 LD="${LD-ld} -m elf_i386_fbsd"
6857 ;;
6858 x86_64-*linux*)
6859 case `/usr/bin/file conftest.o` in
6860 *x86-64*)
6861 LD="${LD-ld} -m elf32_x86_64"
6862 ;;
6863 *)
6864 LD="${LD-ld} -m elf_i386"
6865 ;;
6866 esac
6867 ;;
6868 powerpc64le-*linux*)
6869 LD="${LD-ld} -m elf32lppclinux"
6870 ;;
6871 powerpc64-*linux*)
6872 LD="${LD-ld} -m elf32ppclinux"
6873 ;;
6874 s390x-*linux*)
6875 LD="${LD-ld} -m elf_s390"
6876 ;;
6877 sparc64-*linux*)
6878 LD="${LD-ld} -m elf32_sparc"
6879 ;;
6880 esac
6881 ;;
6882 *64-bit*)
6883 case $host in
6884 x86_64-*kfreebsd*-gnu)
6885 LD="${LD-ld} -m elf_x86_64_fbsd"
6886 ;;
6887 x86_64-*linux*)
6888 LD="${LD-ld} -m elf_x86_64"
6889 ;;
6890 powerpcle-*linux*)
6891 LD="${LD-ld} -m elf64lppc"
6892 ;;
6893 powerpc-*linux*)
6894 LD="${LD-ld} -m elf64ppc"
6895 ;;
6896 s390*-*linux*|s390*-*tpf*)
6897 LD="${LD-ld} -m elf64_s390"
6898 ;;
6899 sparc*-*linux*)
6900 LD="${LD-ld} -m elf64_sparc"
6901 ;;
6902 esac
6903 ;;
6904 esac
6905 fi
6906 rm -rf conftest*
6907 ;;
6908
6909 *-*-sco3.2v5*)
6910 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6911 SAVE_CFLAGS="$CFLAGS"
6912 CFLAGS="$CFLAGS -belf"
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6914 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6915 if ${lt_cv_cc_needs_belf+:} false; then :
6916 $as_echo_n "(cached) " >&6
6917 else
6918 ac_ext=c
6919 ac_cpp='$CPP $CPPFLAGS'
6920 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6921 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6922 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6923
6924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6925 /* end confdefs.h. */
6926
6927 int
6928 main ()
6929 {
6930
6931 ;
6932 return 0;
6933 }
6934 _ACEOF
6935 if ac_fn_c_try_link "$LINENO"; then :
6936 lt_cv_cc_needs_belf=yes
6937 else
6938 lt_cv_cc_needs_belf=no
6939 fi
6940 rm -f core conftest.err conftest.$ac_objext \
6941 conftest$ac_exeext conftest.$ac_ext
6942 ac_ext=c
6943 ac_cpp='$CPP $CPPFLAGS'
6944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6947
6948 fi
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6950 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6951 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6952 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6953 CFLAGS="$SAVE_CFLAGS"
6954 fi
6955 ;;
6956 sparc*-*solaris*)
6957 # Find out which ABI we are using.
6958 echo 'int i;' > conftest.$ac_ext
6959 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6960 (eval $ac_compile) 2>&5
6961 ac_status=$?
6962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6963 test $ac_status = 0; }; then
6964 case `/usr/bin/file conftest.o` in
6965 *64-bit*)
6966 case $lt_cv_prog_gnu_ld in
6967 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6968 *)
6969 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6970 LD="${LD-ld} -64"
6971 fi
6972 ;;
6973 esac
6974 ;;
6975 esac
6976 fi
6977 rm -rf conftest*
6978 ;;
6979 esac
6980
6981 need_locks="$enable_libtool_lock"
6982
6983
6984 case $host_os in
6985 rhapsody* | darwin*)
6986 if test -n "$ac_tool_prefix"; then
6987 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6988 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6990 $as_echo_n "checking for $ac_word... " >&6; }
6991 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6992 $as_echo_n "(cached) " >&6
6993 else
6994 if test -n "$DSYMUTIL"; then
6995 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6996 else
6997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6998 for as_dir in $PATH
6999 do
7000 IFS=$as_save_IFS
7001 test -z "$as_dir" && as_dir=.
7002 for ac_exec_ext in '' $ac_executable_extensions; do
7003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7004 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7006 break 2
7007 fi
7008 done
7009 done
7010 IFS=$as_save_IFS
7011
7012 fi
7013 fi
7014 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7015 if test -n "$DSYMUTIL"; then
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7017 $as_echo "$DSYMUTIL" >&6; }
7018 else
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7020 $as_echo "no" >&6; }
7021 fi
7022
7023
7024 fi
7025 if test -z "$ac_cv_prog_DSYMUTIL"; then
7026 ac_ct_DSYMUTIL=$DSYMUTIL
7027 # Extract the first word of "dsymutil", so it can be a program name with args.
7028 set dummy dsymutil; ac_word=$2
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030 $as_echo_n "checking for $ac_word... " >&6; }
7031 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7032 $as_echo_n "(cached) " >&6
7033 else
7034 if test -n "$ac_ct_DSYMUTIL"; then
7035 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7036 else
7037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 for as_dir in $PATH
7039 do
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
7042 for ac_exec_ext in '' $ac_executable_extensions; do
7043 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7044 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 break 2
7047 fi
7048 done
7049 done
7050 IFS=$as_save_IFS
7051
7052 fi
7053 fi
7054 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7055 if test -n "$ac_ct_DSYMUTIL"; then
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7057 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7058 else
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060 $as_echo "no" >&6; }
7061 fi
7062
7063 if test "x$ac_ct_DSYMUTIL" = x; then
7064 DSYMUTIL=":"
7065 else
7066 case $cross_compiling:$ac_tool_warned in
7067 yes:)
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7069 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7070 ac_tool_warned=yes ;;
7071 esac
7072 DSYMUTIL=$ac_ct_DSYMUTIL
7073 fi
7074 else
7075 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7076 fi
7077
7078 if test -n "$ac_tool_prefix"; then
7079 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7080 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7082 $as_echo_n "checking for $ac_word... " >&6; }
7083 if ${ac_cv_prog_NMEDIT+:} false; then :
7084 $as_echo_n "(cached) " >&6
7085 else
7086 if test -n "$NMEDIT"; then
7087 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7088 else
7089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7090 for as_dir in $PATH
7091 do
7092 IFS=$as_save_IFS
7093 test -z "$as_dir" && as_dir=.
7094 for ac_exec_ext in '' $ac_executable_extensions; do
7095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7096 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7098 break 2
7099 fi
7100 done
7101 done
7102 IFS=$as_save_IFS
7103
7104 fi
7105 fi
7106 NMEDIT=$ac_cv_prog_NMEDIT
7107 if test -n "$NMEDIT"; then
7108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7109 $as_echo "$NMEDIT" >&6; }
7110 else
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7112 $as_echo "no" >&6; }
7113 fi
7114
7115
7116 fi
7117 if test -z "$ac_cv_prog_NMEDIT"; then
7118 ac_ct_NMEDIT=$NMEDIT
7119 # Extract the first word of "nmedit", so it can be a program name with args.
7120 set dummy nmedit; ac_word=$2
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7122 $as_echo_n "checking for $ac_word... " >&6; }
7123 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7124 $as_echo_n "(cached) " >&6
7125 else
7126 if test -n "$ac_ct_NMEDIT"; then
7127 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7128 else
7129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7130 for as_dir in $PATH
7131 do
7132 IFS=$as_save_IFS
7133 test -z "$as_dir" && as_dir=.
7134 for ac_exec_ext in '' $ac_executable_extensions; do
7135 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7136 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7137 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7138 break 2
7139 fi
7140 done
7141 done
7142 IFS=$as_save_IFS
7143
7144 fi
7145 fi
7146 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7147 if test -n "$ac_ct_NMEDIT"; then
7148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7149 $as_echo "$ac_ct_NMEDIT" >&6; }
7150 else
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7152 $as_echo "no" >&6; }
7153 fi
7154
7155 if test "x$ac_ct_NMEDIT" = x; then
7156 NMEDIT=":"
7157 else
7158 case $cross_compiling:$ac_tool_warned in
7159 yes:)
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7161 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7162 ac_tool_warned=yes ;;
7163 esac
7164 NMEDIT=$ac_ct_NMEDIT
7165 fi
7166 else
7167 NMEDIT="$ac_cv_prog_NMEDIT"
7168 fi
7169
7170 if test -n "$ac_tool_prefix"; then
7171 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7172 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7174 $as_echo_n "checking for $ac_word... " >&6; }
7175 if ${ac_cv_prog_LIPO+:} false; then :
7176 $as_echo_n "(cached) " >&6
7177 else
7178 if test -n "$LIPO"; then
7179 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7180 else
7181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7182 for as_dir in $PATH
7183 do
7184 IFS=$as_save_IFS
7185 test -z "$as_dir" && as_dir=.
7186 for ac_exec_ext in '' $ac_executable_extensions; do
7187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7188 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7190 break 2
7191 fi
7192 done
7193 done
7194 IFS=$as_save_IFS
7195
7196 fi
7197 fi
7198 LIPO=$ac_cv_prog_LIPO
7199 if test -n "$LIPO"; then
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7201 $as_echo "$LIPO" >&6; }
7202 else
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7204 $as_echo "no" >&6; }
7205 fi
7206
7207
7208 fi
7209 if test -z "$ac_cv_prog_LIPO"; then
7210 ac_ct_LIPO=$LIPO
7211 # Extract the first word of "lipo", so it can be a program name with args.
7212 set dummy lipo; ac_word=$2
7213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7214 $as_echo_n "checking for $ac_word... " >&6; }
7215 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7216 $as_echo_n "(cached) " >&6
7217 else
7218 if test -n "$ac_ct_LIPO"; then
7219 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7220 else
7221 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7222 for as_dir in $PATH
7223 do
7224 IFS=$as_save_IFS
7225 test -z "$as_dir" && as_dir=.
7226 for ac_exec_ext in '' $ac_executable_extensions; do
7227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7228 ac_cv_prog_ac_ct_LIPO="lipo"
7229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7230 break 2
7231 fi
7232 done
7233 done
7234 IFS=$as_save_IFS
7235
7236 fi
7237 fi
7238 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7239 if test -n "$ac_ct_LIPO"; then
7240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7241 $as_echo "$ac_ct_LIPO" >&6; }
7242 else
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7244 $as_echo "no" >&6; }
7245 fi
7246
7247 if test "x$ac_ct_LIPO" = x; then
7248 LIPO=":"
7249 else
7250 case $cross_compiling:$ac_tool_warned in
7251 yes:)
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7253 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7254 ac_tool_warned=yes ;;
7255 esac
7256 LIPO=$ac_ct_LIPO
7257 fi
7258 else
7259 LIPO="$ac_cv_prog_LIPO"
7260 fi
7261
7262 if test -n "$ac_tool_prefix"; then
7263 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7264 set dummy ${ac_tool_prefix}otool; ac_word=$2
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7266 $as_echo_n "checking for $ac_word... " >&6; }
7267 if ${ac_cv_prog_OTOOL+:} false; then :
7268 $as_echo_n "(cached) " >&6
7269 else
7270 if test -n "$OTOOL"; then
7271 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7272 else
7273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7274 for as_dir in $PATH
7275 do
7276 IFS=$as_save_IFS
7277 test -z "$as_dir" && as_dir=.
7278 for ac_exec_ext in '' $ac_executable_extensions; do
7279 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7280 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7281 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7282 break 2
7283 fi
7284 done
7285 done
7286 IFS=$as_save_IFS
7287
7288 fi
7289 fi
7290 OTOOL=$ac_cv_prog_OTOOL
7291 if test -n "$OTOOL"; then
7292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7293 $as_echo "$OTOOL" >&6; }
7294 else
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7296 $as_echo "no" >&6; }
7297 fi
7298
7299
7300 fi
7301 if test -z "$ac_cv_prog_OTOOL"; then
7302 ac_ct_OTOOL=$OTOOL
7303 # Extract the first word of "otool", so it can be a program name with args.
7304 set dummy otool; ac_word=$2
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7306 $as_echo_n "checking for $ac_word... " >&6; }
7307 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7308 $as_echo_n "(cached) " >&6
7309 else
7310 if test -n "$ac_ct_OTOOL"; then
7311 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7312 else
7313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7314 for as_dir in $PATH
7315 do
7316 IFS=$as_save_IFS
7317 test -z "$as_dir" && as_dir=.
7318 for ac_exec_ext in '' $ac_executable_extensions; do
7319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7320 ac_cv_prog_ac_ct_OTOOL="otool"
7321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7322 break 2
7323 fi
7324 done
7325 done
7326 IFS=$as_save_IFS
7327
7328 fi
7329 fi
7330 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7331 if test -n "$ac_ct_OTOOL"; then
7332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7333 $as_echo "$ac_ct_OTOOL" >&6; }
7334 else
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7336 $as_echo "no" >&6; }
7337 fi
7338
7339 if test "x$ac_ct_OTOOL" = x; then
7340 OTOOL=":"
7341 else
7342 case $cross_compiling:$ac_tool_warned in
7343 yes:)
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7345 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7346 ac_tool_warned=yes ;;
7347 esac
7348 OTOOL=$ac_ct_OTOOL
7349 fi
7350 else
7351 OTOOL="$ac_cv_prog_OTOOL"
7352 fi
7353
7354 if test -n "$ac_tool_prefix"; then
7355 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7356 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7358 $as_echo_n "checking for $ac_word... " >&6; }
7359 if ${ac_cv_prog_OTOOL64+:} false; then :
7360 $as_echo_n "(cached) " >&6
7361 else
7362 if test -n "$OTOOL64"; then
7363 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7364 else
7365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7366 for as_dir in $PATH
7367 do
7368 IFS=$as_save_IFS
7369 test -z "$as_dir" && as_dir=.
7370 for ac_exec_ext in '' $ac_executable_extensions; do
7371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7372 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7373 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7374 break 2
7375 fi
7376 done
7377 done
7378 IFS=$as_save_IFS
7379
7380 fi
7381 fi
7382 OTOOL64=$ac_cv_prog_OTOOL64
7383 if test -n "$OTOOL64"; then
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7385 $as_echo "$OTOOL64" >&6; }
7386 else
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7388 $as_echo "no" >&6; }
7389 fi
7390
7391
7392 fi
7393 if test -z "$ac_cv_prog_OTOOL64"; then
7394 ac_ct_OTOOL64=$OTOOL64
7395 # Extract the first word of "otool64", so it can be a program name with args.
7396 set dummy otool64; ac_word=$2
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7398 $as_echo_n "checking for $ac_word... " >&6; }
7399 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7400 $as_echo_n "(cached) " >&6
7401 else
7402 if test -n "$ac_ct_OTOOL64"; then
7403 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7404 else
7405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7406 for as_dir in $PATH
7407 do
7408 IFS=$as_save_IFS
7409 test -z "$as_dir" && as_dir=.
7410 for ac_exec_ext in '' $ac_executable_extensions; do
7411 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7412 ac_cv_prog_ac_ct_OTOOL64="otool64"
7413 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7414 break 2
7415 fi
7416 done
7417 done
7418 IFS=$as_save_IFS
7419
7420 fi
7421 fi
7422 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7423 if test -n "$ac_ct_OTOOL64"; then
7424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7425 $as_echo "$ac_ct_OTOOL64" >&6; }
7426 else
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7428 $as_echo "no" >&6; }
7429 fi
7430
7431 if test "x$ac_ct_OTOOL64" = x; then
7432 OTOOL64=":"
7433 else
7434 case $cross_compiling:$ac_tool_warned in
7435 yes:)
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7438 ac_tool_warned=yes ;;
7439 esac
7440 OTOOL64=$ac_ct_OTOOL64
7441 fi
7442 else
7443 OTOOL64="$ac_cv_prog_OTOOL64"
7444 fi
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7473 $as_echo_n "checking for -single_module linker flag... " >&6; }
7474 if ${lt_cv_apple_cc_single_mod+:} false; then :
7475 $as_echo_n "(cached) " >&6
7476 else
7477 lt_cv_apple_cc_single_mod=no
7478 if test -z "${LT_MULTI_MODULE}"; then
7479 # By default we will add the -single_module flag. You can override
7480 # by either setting the environment variable LT_MULTI_MODULE
7481 # non-empty at configure time, or by adding -multi_module to the
7482 # link flags.
7483 rm -rf libconftest.dylib*
7484 echo "int foo(void){return 1;}" > conftest.c
7485 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7486 -dynamiclib -Wl,-single_module conftest.c" >&5
7487 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7488 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7489 _lt_result=$?
7490 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7491 lt_cv_apple_cc_single_mod=yes
7492 else
7493 cat conftest.err >&5
7494 fi
7495 rm -rf libconftest.dylib*
7496 rm -f conftest.*
7497 fi
7498 fi
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7500 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7502 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7503 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 lt_cv_ld_exported_symbols_list=no
7507 save_LDFLAGS=$LDFLAGS
7508 echo "_main" > conftest.sym
7509 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7511 /* end confdefs.h. */
7512
7513 int
7514 main ()
7515 {
7516
7517 ;
7518 return 0;
7519 }
7520 _ACEOF
7521 if ac_fn_c_try_link "$LINENO"; then :
7522 lt_cv_ld_exported_symbols_list=yes
7523 else
7524 lt_cv_ld_exported_symbols_list=no
7525 fi
7526 rm -f core conftest.err conftest.$ac_objext \
7527 conftest$ac_exeext conftest.$ac_ext
7528 LDFLAGS="$save_LDFLAGS"
7529
7530 fi
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7532 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7534 $as_echo_n "checking for -force_load linker flag... " >&6; }
7535 if ${lt_cv_ld_force_load+:} false; then :
7536 $as_echo_n "(cached) " >&6
7537 else
7538 lt_cv_ld_force_load=no
7539 cat > conftest.c << _LT_EOF
7540 int forced_loaded() { return 2;}
7541 _LT_EOF
7542 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7543 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7544 echo "$AR cru libconftest.a conftest.o" >&5
7545 $AR cru libconftest.a conftest.o 2>&5
7546 cat > conftest.c << _LT_EOF
7547 int main() { return 0;}
7548 _LT_EOF
7549 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7550 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7551 _lt_result=$?
7552 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7553 lt_cv_ld_force_load=yes
7554 else
7555 cat conftest.err >&5
7556 fi
7557 rm -f conftest.err libconftest.a conftest conftest.c
7558 rm -rf conftest.dSYM
7559
7560 fi
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7562 $as_echo "$lt_cv_ld_force_load" >&6; }
7563 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7564 # build without first building modern cctools / linker.
7565 case $host_cpu-$host_os in
7566 *-rhapsody* | *-darwin1.[012])
7567 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7568 *-darwin1.*)
7569 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7570 *-darwin*)
7571 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7572 # deployment target is forced to an earlier version.
7573 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7574 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7575 ;;
7576 10.[012][,.]*)
7577 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7578 ;;
7579 *)
7580 ;;
7581 esac
7582 ;;
7583 esac
7584 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7585 _lt_dar_single_mod='$single_module'
7586 fi
7587 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7588 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7589 else
7590 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7591 fi
7592 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7593 _lt_dsymutil='~$DSYMUTIL $lib || :'
7594 else
7595 _lt_dsymutil=
7596 fi
7597 ;;
7598 esac
7599
7600 for ac_header in dlfcn.h
7601 do :
7602 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7603 "
7604 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7605 cat >>confdefs.h <<_ACEOF
7606 #define HAVE_DLFCN_H 1
7607 _ACEOF
7608
7609 fi
7610
7611 done
7612
7613
7614
7615
7616
7617 # Set options
7618
7619
7620
7621 enable_dlopen=no
7622
7623
7624 enable_win32_dll=no
7625
7626
7627
7628 # Check whether --enable-static was given.
7629 if test "${enable_static+set}" = set; then :
7630 enableval=$enable_static; p=${PACKAGE-default}
7631 case $enableval in
7632 yes) enable_static=yes ;;
7633 no) enable_static=no ;;
7634 *)
7635 enable_static=no
7636 # Look at the argument we got. We use all the common list separators.
7637 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7638 for pkg in $enableval; do
7639 IFS="$lt_save_ifs"
7640 if test "X$pkg" = "X$p"; then
7641 enable_static=yes
7642 fi
7643 done
7644 IFS="$lt_save_ifs"
7645 ;;
7646 esac
7647 else
7648 enable_static=yes
7649 fi
7650
7651
7652
7653
7654
7655
7656
7657
7658
7659
7660 # Check whether --with-pic was given.
7661 if test "${with_pic+set}" = set; then :
7662 withval=$with_pic; pic_mode="$withval"
7663 else
7664 pic_mode=default
7665 fi
7666
7667
7668 test -z "$pic_mode" && pic_mode=default
7669
7670
7671
7672
7673
7674
7675
7676 # Check whether --enable-fast-install was given.
7677 if test "${enable_fast_install+set}" = set; then :
7678 enableval=$enable_fast_install; p=${PACKAGE-default}
7679 case $enableval in
7680 yes) enable_fast_install=yes ;;
7681 no) enable_fast_install=no ;;
7682 *)
7683 enable_fast_install=no
7684 # Look at the argument we got. We use all the common list separators.
7685 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7686 for pkg in $enableval; do
7687 IFS="$lt_save_ifs"
7688 if test "X$pkg" = "X$p"; then
7689 enable_fast_install=yes
7690 fi
7691 done
7692 IFS="$lt_save_ifs"
7693 ;;
7694 esac
7695 else
7696 enable_fast_install=yes
7697 fi
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709 # This can be used to rebuild libtool when needed
7710 LIBTOOL_DEPS="$ltmain"
7711
7712 # Always use our own libtool.
7713 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740 test -z "$LN_S" && LN_S="ln -s"
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755 if test -n "${ZSH_VERSION+set}" ; then
7756 setopt NO_GLOB_SUBST
7757 fi
7758
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7760 $as_echo_n "checking for objdir... " >&6; }
7761 if ${lt_cv_objdir+:} false; then :
7762 $as_echo_n "(cached) " >&6
7763 else
7764 rm -f .libs 2>/dev/null
7765 mkdir .libs 2>/dev/null
7766 if test -d .libs; then
7767 lt_cv_objdir=.libs
7768 else
7769 # MS-DOS does not allow filenames that begin with a dot.
7770 lt_cv_objdir=_libs
7771 fi
7772 rmdir .libs 2>/dev/null
7773 fi
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7775 $as_echo "$lt_cv_objdir" >&6; }
7776 objdir=$lt_cv_objdir
7777
7778
7779
7780
7781
7782 cat >>confdefs.h <<_ACEOF
7783 #define LT_OBJDIR "$lt_cv_objdir/"
7784 _ACEOF
7785
7786
7787
7788
7789 case $host_os in
7790 aix3*)
7791 # AIX sometimes has problems with the GCC collect2 program. For some
7792 # reason, if we set the COLLECT_NAMES environment variable, the problems
7793 # vanish in a puff of smoke.
7794 if test "X${COLLECT_NAMES+set}" != Xset; then
7795 COLLECT_NAMES=
7796 export COLLECT_NAMES
7797 fi
7798 ;;
7799 esac
7800
7801 # Global variables:
7802 ofile=libtool
7803 can_build_shared=yes
7804
7805 # All known linkers require a `.a' archive for static linking (except MSVC,
7806 # which needs '.lib').
7807 libext=a
7808
7809 with_gnu_ld="$lt_cv_prog_gnu_ld"
7810
7811 old_CC="$CC"
7812 old_CFLAGS="$CFLAGS"
7813
7814 # Set sane defaults for various variables
7815 test -z "$CC" && CC=cc
7816 test -z "$LTCC" && LTCC=$CC
7817 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7818 test -z "$LD" && LD=ld
7819 test -z "$ac_objext" && ac_objext=o
7820
7821 for cc_temp in $compiler""; do
7822 case $cc_temp in
7823 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7824 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7825 \-*) ;;
7826 *) break;;
7827 esac
7828 done
7829 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7830
7831
7832 # Only perform the check for file, if the check method requires it
7833 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7834 case $deplibs_check_method in
7835 file_magic*)
7836 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7838 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7839 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7840 $as_echo_n "(cached) " >&6
7841 else
7842 case $MAGIC_CMD in
7843 [\\/*] | ?:[\\/]*)
7844 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7845 ;;
7846 *)
7847 lt_save_MAGIC_CMD="$MAGIC_CMD"
7848 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7849 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7850 for ac_dir in $ac_dummy; do
7851 IFS="$lt_save_ifs"
7852 test -z "$ac_dir" && ac_dir=.
7853 if test -f $ac_dir/${ac_tool_prefix}file; then
7854 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7855 if test -n "$file_magic_test_file"; then
7856 case $deplibs_check_method in
7857 "file_magic "*)
7858 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7859 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7860 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7861 $EGREP "$file_magic_regex" > /dev/null; then
7862 :
7863 else
7864 cat <<_LT_EOF 1>&2
7865
7866 *** Warning: the command libtool uses to detect shared libraries,
7867 *** $file_magic_cmd, produces output that libtool cannot recognize.
7868 *** The result is that libtool may fail to recognize shared libraries
7869 *** as such. This will affect the creation of libtool libraries that
7870 *** depend on shared libraries, but programs linked with such libtool
7871 *** libraries will work regardless of this problem. Nevertheless, you
7872 *** may want to report the problem to your system manager and/or to
7873 *** bug-libtool@gnu.org
7874
7875 _LT_EOF
7876 fi ;;
7877 esac
7878 fi
7879 break
7880 fi
7881 done
7882 IFS="$lt_save_ifs"
7883 MAGIC_CMD="$lt_save_MAGIC_CMD"
7884 ;;
7885 esac
7886 fi
7887
7888 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7889 if test -n "$MAGIC_CMD"; then
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7891 $as_echo "$MAGIC_CMD" >&6; }
7892 else
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7894 $as_echo "no" >&6; }
7895 fi
7896
7897
7898
7899
7900
7901 if test -z "$lt_cv_path_MAGIC_CMD"; then
7902 if test -n "$ac_tool_prefix"; then
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7904 $as_echo_n "checking for file... " >&6; }
7905 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7906 $as_echo_n "(cached) " >&6
7907 else
7908 case $MAGIC_CMD in
7909 [\\/*] | ?:[\\/]*)
7910 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7911 ;;
7912 *)
7913 lt_save_MAGIC_CMD="$MAGIC_CMD"
7914 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7915 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7916 for ac_dir in $ac_dummy; do
7917 IFS="$lt_save_ifs"
7918 test -z "$ac_dir" && ac_dir=.
7919 if test -f $ac_dir/file; then
7920 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7921 if test -n "$file_magic_test_file"; then
7922 case $deplibs_check_method in
7923 "file_magic "*)
7924 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7925 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7926 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7927 $EGREP "$file_magic_regex" > /dev/null; then
7928 :
7929 else
7930 cat <<_LT_EOF 1>&2
7931
7932 *** Warning: the command libtool uses to detect shared libraries,
7933 *** $file_magic_cmd, produces output that libtool cannot recognize.
7934 *** The result is that libtool may fail to recognize shared libraries
7935 *** as such. This will affect the creation of libtool libraries that
7936 *** depend on shared libraries, but programs linked with such libtool
7937 *** libraries will work regardless of this problem. Nevertheless, you
7938 *** may want to report the problem to your system manager and/or to
7939 *** bug-libtool@gnu.org
7940
7941 _LT_EOF
7942 fi ;;
7943 esac
7944 fi
7945 break
7946 fi
7947 done
7948 IFS="$lt_save_ifs"
7949 MAGIC_CMD="$lt_save_MAGIC_CMD"
7950 ;;
7951 esac
7952 fi
7953
7954 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7955 if test -n "$MAGIC_CMD"; then
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7957 $as_echo "$MAGIC_CMD" >&6; }
7958 else
7959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7960 $as_echo "no" >&6; }
7961 fi
7962
7963
7964 else
7965 MAGIC_CMD=:
7966 fi
7967 fi
7968
7969 fi
7970 ;;
7971 esac
7972
7973 # Use C for the default configuration in the libtool script
7974
7975 lt_save_CC="$CC"
7976 ac_ext=c
7977 ac_cpp='$CPP $CPPFLAGS'
7978 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7979 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7980 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7981
7982
7983 # Source file extension for C test sources.
7984 ac_ext=c
7985
7986 # Object file extension for compiled C test sources.
7987 objext=o
7988 objext=$objext
7989
7990 # Code to be used in simple compile tests
7991 lt_simple_compile_test_code="int some_variable = 0;"
7992
7993 # Code to be used in simple link tests
7994 lt_simple_link_test_code='int main(){return(0);}'
7995
7996
7997
7998
7999
8000
8001
8002 # If no C compiler was specified, use CC.
8003 LTCC=${LTCC-"$CC"}
8004
8005 # If no C compiler flags were specified, use CFLAGS.
8006 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8007
8008 # Allow CC to be a program name with arguments.
8009 compiler=$CC
8010
8011 # Save the default compiler, since it gets overwritten when the other
8012 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8013 compiler_DEFAULT=$CC
8014
8015 # save warnings/boilerplate of simple test code
8016 ac_outfile=conftest.$ac_objext
8017 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8018 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8019 _lt_compiler_boilerplate=`cat conftest.err`
8020 $RM conftest*
8021
8022 ac_outfile=conftest.$ac_objext
8023 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8024 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8025 _lt_linker_boilerplate=`cat conftest.err`
8026 $RM -r conftest*
8027
8028
8029 ## CAVEAT EMPTOR:
8030 ## There is no encapsulation within the following macros, do not change
8031 ## the running order or otherwise move them around unless you know exactly
8032 ## what you are doing...
8033 if test -n "$compiler"; then
8034
8035 lt_prog_compiler_no_builtin_flag=
8036
8037 if test "$GCC" = yes; then
8038 case $cc_basename in
8039 nvcc*)
8040 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8041 *)
8042 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8043 esac
8044
8045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8046 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8047 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8048 $as_echo_n "(cached) " >&6
8049 else
8050 lt_cv_prog_compiler_rtti_exceptions=no
8051 ac_outfile=conftest.$ac_objext
8052 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8053 lt_compiler_flag="-fno-rtti -fno-exceptions"
8054 # Insert the option either (1) after the last *FLAGS variable, or
8055 # (2) before a word containing "conftest.", or (3) at the end.
8056 # Note that $ac_compile itself does not contain backslashes and begins
8057 # with a dollar sign (not a hyphen), so the echo should work correctly.
8058 # The option is referenced via a variable to avoid confusing sed.
8059 lt_compile=`echo "$ac_compile" | $SED \
8060 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8061 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8062 -e 's:$: $lt_compiler_flag:'`
8063 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8064 (eval "$lt_compile" 2>conftest.err)
8065 ac_status=$?
8066 cat conftest.err >&5
8067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8068 if (exit $ac_status) && test -s "$ac_outfile"; then
8069 # The compiler can only warn and ignore the option if not recognized
8070 # So say no if there are warnings other than the usual output.
8071 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8072 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8073 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8074 lt_cv_prog_compiler_rtti_exceptions=yes
8075 fi
8076 fi
8077 $RM conftest*
8078
8079 fi
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8081 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8082
8083 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8084 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8085 else
8086 :
8087 fi
8088
8089 fi
8090
8091
8092
8093
8094
8095
8096 lt_prog_compiler_wl=
8097 lt_prog_compiler_pic=
8098 lt_prog_compiler_static=
8099
8100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8101 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8102
8103 if test "$GCC" = yes; then
8104 lt_prog_compiler_wl='-Wl,'
8105 lt_prog_compiler_static='-static'
8106
8107 case $host_os in
8108 aix*)
8109 # All AIX code is PIC.
8110 if test "$host_cpu" = ia64; then
8111 # AIX 5 now supports IA64 processor
8112 lt_prog_compiler_static='-Bstatic'
8113 fi
8114 lt_prog_compiler_pic='-fPIC'
8115 ;;
8116
8117 amigaos*)
8118 case $host_cpu in
8119 powerpc)
8120 # see comment about AmigaOS4 .so support
8121 lt_prog_compiler_pic='-fPIC'
8122 ;;
8123 m68k)
8124 # FIXME: we need at least 68020 code to build shared libraries, but
8125 # adding the `-m68020' flag to GCC prevents building anything better,
8126 # like `-m68040'.
8127 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8128 ;;
8129 esac
8130 ;;
8131
8132 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8133 # PIC is the default for these OSes.
8134 ;;
8135
8136 mingw* | cygwin* | pw32* | os2* | cegcc*)
8137 # This hack is so that the source file can tell whether it is being
8138 # built for inclusion in a dll (and should export symbols for example).
8139 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8140 # (--disable-auto-import) libraries
8141 lt_prog_compiler_pic='-DDLL_EXPORT'
8142 ;;
8143
8144 darwin* | rhapsody*)
8145 # PIC is the default on this platform
8146 # Common symbols not allowed in MH_DYLIB files
8147 lt_prog_compiler_pic='-fno-common'
8148 ;;
8149
8150 haiku*)
8151 # PIC is the default for Haiku.
8152 # The "-static" flag exists, but is broken.
8153 lt_prog_compiler_static=
8154 ;;
8155
8156 hpux*)
8157 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8158 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8159 # sets the default TLS model and affects inlining.
8160 case $host_cpu in
8161 hppa*64*)
8162 # +Z the default
8163 ;;
8164 *)
8165 lt_prog_compiler_pic='-fPIC'
8166 ;;
8167 esac
8168 ;;
8169
8170 interix[3-9]*)
8171 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8172 # Instead, we relocate shared libraries at runtime.
8173 ;;
8174
8175 msdosdjgpp*)
8176 # Just because we use GCC doesn't mean we suddenly get shared libraries
8177 # on systems that don't support them.
8178 lt_prog_compiler_can_build_shared=no
8179 enable_shared=no
8180 ;;
8181
8182 *nto* | *qnx*)
8183 # QNX uses GNU C++, but need to define -shared option too, otherwise
8184 # it will coredump.
8185 lt_prog_compiler_pic='-fPIC -shared'
8186 ;;
8187
8188 sysv4*MP*)
8189 if test -d /usr/nec; then
8190 lt_prog_compiler_pic=-Kconform_pic
8191 fi
8192 ;;
8193
8194 *)
8195 lt_prog_compiler_pic='-fPIC'
8196 ;;
8197 esac
8198
8199 case $cc_basename in
8200 nvcc*) # Cuda Compiler Driver 2.2
8201 lt_prog_compiler_wl='-Xlinker '
8202 lt_prog_compiler_pic='-Xcompiler -fPIC'
8203 ;;
8204 esac
8205 else
8206 # PORTME Check for flag to pass linker flags through the system compiler.
8207 case $host_os in
8208 aix*)
8209 lt_prog_compiler_wl='-Wl,'
8210 if test "$host_cpu" = ia64; then
8211 # AIX 5 now supports IA64 processor
8212 lt_prog_compiler_static='-Bstatic'
8213 else
8214 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8215 fi
8216 ;;
8217
8218 mingw* | cygwin* | pw32* | os2* | cegcc*)
8219 # This hack is so that the source file can tell whether it is being
8220 # built for inclusion in a dll (and should export symbols for example).
8221 lt_prog_compiler_pic='-DDLL_EXPORT'
8222 ;;
8223
8224 hpux9* | hpux10* | hpux11*)
8225 lt_prog_compiler_wl='-Wl,'
8226 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8227 # not for PA HP-UX.
8228 case $host_cpu in
8229 hppa*64*|ia64*)
8230 # +Z the default
8231 ;;
8232 *)
8233 lt_prog_compiler_pic='+Z'
8234 ;;
8235 esac
8236 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8237 lt_prog_compiler_static='${wl}-a ${wl}archive'
8238 ;;
8239
8240 irix5* | irix6* | nonstopux*)
8241 lt_prog_compiler_wl='-Wl,'
8242 # PIC (with -KPIC) is the default.
8243 lt_prog_compiler_static='-non_shared'
8244 ;;
8245
8246 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8247 case $cc_basename in
8248 # old Intel for x86_64 which still supported -KPIC.
8249 ecc*)
8250 lt_prog_compiler_wl='-Wl,'
8251 lt_prog_compiler_pic='-KPIC'
8252 lt_prog_compiler_static='-static'
8253 ;;
8254 # icc used to be incompatible with GCC.
8255 # ICC 10 doesn't accept -KPIC any more.
8256 icc* | ifort*)
8257 lt_prog_compiler_wl='-Wl,'
8258 lt_prog_compiler_pic='-fPIC'
8259 lt_prog_compiler_static='-static'
8260 ;;
8261 # Lahey Fortran 8.1.
8262 lf95*)
8263 lt_prog_compiler_wl='-Wl,'
8264 lt_prog_compiler_pic='--shared'
8265 lt_prog_compiler_static='--static'
8266 ;;
8267 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8268 # Portland Group compilers (*not* the Pentium gcc compiler,
8269 # which looks to be a dead project)
8270 lt_prog_compiler_wl='-Wl,'
8271 lt_prog_compiler_pic='-fpic'
8272 lt_prog_compiler_static='-Bstatic'
8273 ;;
8274 ccc*)
8275 lt_prog_compiler_wl='-Wl,'
8276 # All Alpha code is PIC.
8277 lt_prog_compiler_static='-non_shared'
8278 ;;
8279 xl* | bgxl* | bgf* | mpixl*)
8280 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8281 lt_prog_compiler_wl='-Wl,'
8282 lt_prog_compiler_pic='-qpic'
8283 lt_prog_compiler_static='-qstaticlink'
8284 ;;
8285 *)
8286 case `$CC -V 2>&1 | sed 5q` in
8287 *Sun\ F* | *Sun*Fortran*)
8288 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8289 lt_prog_compiler_pic='-KPIC'
8290 lt_prog_compiler_static='-Bstatic'
8291 lt_prog_compiler_wl=''
8292 ;;
8293 *Sun\ C*)
8294 # Sun C 5.9
8295 lt_prog_compiler_pic='-KPIC'
8296 lt_prog_compiler_static='-Bstatic'
8297 lt_prog_compiler_wl='-Wl,'
8298 ;;
8299 esac
8300 ;;
8301 esac
8302 ;;
8303
8304 newsos6)
8305 lt_prog_compiler_pic='-KPIC'
8306 lt_prog_compiler_static='-Bstatic'
8307 ;;
8308
8309 *nto* | *qnx*)
8310 # QNX uses GNU C++, but need to define -shared option too, otherwise
8311 # it will coredump.
8312 lt_prog_compiler_pic='-fPIC -shared'
8313 ;;
8314
8315 osf3* | osf4* | osf5*)
8316 lt_prog_compiler_wl='-Wl,'
8317 # All OSF/1 code is PIC.
8318 lt_prog_compiler_static='-non_shared'
8319 ;;
8320
8321 rdos*)
8322 lt_prog_compiler_static='-non_shared'
8323 ;;
8324
8325 solaris*)
8326 lt_prog_compiler_pic='-KPIC'
8327 lt_prog_compiler_static='-Bstatic'
8328 case $cc_basename in
8329 f77* | f90* | f95*)
8330 lt_prog_compiler_wl='-Qoption ld ';;
8331 *)
8332 lt_prog_compiler_wl='-Wl,';;
8333 esac
8334 ;;
8335
8336 sunos4*)
8337 lt_prog_compiler_wl='-Qoption ld '
8338 lt_prog_compiler_pic='-PIC'
8339 lt_prog_compiler_static='-Bstatic'
8340 ;;
8341
8342 sysv4 | sysv4.2uw2* | sysv4.3*)
8343 lt_prog_compiler_wl='-Wl,'
8344 lt_prog_compiler_pic='-KPIC'
8345 lt_prog_compiler_static='-Bstatic'
8346 ;;
8347
8348 sysv4*MP*)
8349 if test -d /usr/nec ;then
8350 lt_prog_compiler_pic='-Kconform_pic'
8351 lt_prog_compiler_static='-Bstatic'
8352 fi
8353 ;;
8354
8355 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8356 lt_prog_compiler_wl='-Wl,'
8357 lt_prog_compiler_pic='-KPIC'
8358 lt_prog_compiler_static='-Bstatic'
8359 ;;
8360
8361 unicos*)
8362 lt_prog_compiler_wl='-Wl,'
8363 lt_prog_compiler_can_build_shared=no
8364 ;;
8365
8366 uts4*)
8367 lt_prog_compiler_pic='-pic'
8368 lt_prog_compiler_static='-Bstatic'
8369 ;;
8370
8371 *)
8372 lt_prog_compiler_can_build_shared=no
8373 ;;
8374 esac
8375 fi
8376
8377 case $host_os in
8378 # For platforms which do not support PIC, -DPIC is meaningless:
8379 *djgpp*)
8380 lt_prog_compiler_pic=
8381 ;;
8382 *)
8383 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8384 ;;
8385 esac
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8387 $as_echo "$lt_prog_compiler_pic" >&6; }
8388
8389
8390
8391
8392
8393
8394 #
8395 # Check to make sure the PIC flag actually works.
8396 #
8397 if test -n "$lt_prog_compiler_pic"; then
8398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8399 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8400 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8401 $as_echo_n "(cached) " >&6
8402 else
8403 lt_cv_prog_compiler_pic_works=no
8404 ac_outfile=conftest.$ac_objext
8405 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8406 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8407 # Insert the option either (1) after the last *FLAGS variable, or
8408 # (2) before a word containing "conftest.", or (3) at the end.
8409 # Note that $ac_compile itself does not contain backslashes and begins
8410 # with a dollar sign (not a hyphen), so the echo should work correctly.
8411 # The option is referenced via a variable to avoid confusing sed.
8412 lt_compile=`echo "$ac_compile" | $SED \
8413 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8414 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8415 -e 's:$: $lt_compiler_flag:'`
8416 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8417 (eval "$lt_compile" 2>conftest.err)
8418 ac_status=$?
8419 cat conftest.err >&5
8420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8421 if (exit $ac_status) && test -s "$ac_outfile"; then
8422 # The compiler can only warn and ignore the option if not recognized
8423 # So say no if there are warnings other than the usual output.
8424 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8425 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8426 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8427 lt_cv_prog_compiler_pic_works=yes
8428 fi
8429 fi
8430 $RM conftest*
8431
8432 fi
8433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8434 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8435
8436 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8437 case $lt_prog_compiler_pic in
8438 "" | " "*) ;;
8439 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8440 esac
8441 else
8442 lt_prog_compiler_pic=
8443 lt_prog_compiler_can_build_shared=no
8444 fi
8445
8446 fi
8447
8448
8449
8450
8451
8452
8453 #
8454 # Check to make sure the static flag actually works.
8455 #
8456 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8458 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8459 if ${lt_cv_prog_compiler_static_works+:} false; then :
8460 $as_echo_n "(cached) " >&6
8461 else
8462 lt_cv_prog_compiler_static_works=no
8463 save_LDFLAGS="$LDFLAGS"
8464 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8465 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8466 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8467 # The linker can only warn and ignore the option if not recognized
8468 # So say no if there are warnings
8469 if test -s conftest.err; then
8470 # Append any errors to the config.log.
8471 cat conftest.err 1>&5
8472 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8473 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8474 if diff conftest.exp conftest.er2 >/dev/null; then
8475 lt_cv_prog_compiler_static_works=yes
8476 fi
8477 else
8478 lt_cv_prog_compiler_static_works=yes
8479 fi
8480 fi
8481 $RM -r conftest*
8482 LDFLAGS="$save_LDFLAGS"
8483
8484 fi
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8486 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8487
8488 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8489 :
8490 else
8491 lt_prog_compiler_static=
8492 fi
8493
8494
8495
8496
8497
8498
8499
8500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8501 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8502 if ${lt_cv_prog_compiler_c_o+:} false; then :
8503 $as_echo_n "(cached) " >&6
8504 else
8505 lt_cv_prog_compiler_c_o=no
8506 $RM -r conftest 2>/dev/null
8507 mkdir conftest
8508 cd conftest
8509 mkdir out
8510 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8511
8512 lt_compiler_flag="-o out/conftest2.$ac_objext"
8513 # Insert the option either (1) after the last *FLAGS variable, or
8514 # (2) before a word containing "conftest.", or (3) at the end.
8515 # Note that $ac_compile itself does not contain backslashes and begins
8516 # with a dollar sign (not a hyphen), so the echo should work correctly.
8517 lt_compile=`echo "$ac_compile" | $SED \
8518 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8519 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8520 -e 's:$: $lt_compiler_flag:'`
8521 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8522 (eval "$lt_compile" 2>out/conftest.err)
8523 ac_status=$?
8524 cat out/conftest.err >&5
8525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8526 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8527 then
8528 # The compiler can only warn and ignore the option if not recognized
8529 # So say no if there are warnings
8530 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8531 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8532 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8533 lt_cv_prog_compiler_c_o=yes
8534 fi
8535 fi
8536 chmod u+w . 2>&5
8537 $RM conftest*
8538 # SGI C++ compiler will create directory out/ii_files/ for
8539 # template instantiation
8540 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8541 $RM out/* && rmdir out
8542 cd ..
8543 $RM -r conftest
8544 $RM conftest*
8545
8546 fi
8547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8548 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8549
8550
8551
8552
8553
8554
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8556 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8557 if ${lt_cv_prog_compiler_c_o+:} false; then :
8558 $as_echo_n "(cached) " >&6
8559 else
8560 lt_cv_prog_compiler_c_o=no
8561 $RM -r conftest 2>/dev/null
8562 mkdir conftest
8563 cd conftest
8564 mkdir out
8565 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8566
8567 lt_compiler_flag="-o out/conftest2.$ac_objext"
8568 # Insert the option either (1) after the last *FLAGS variable, or
8569 # (2) before a word containing "conftest.", or (3) at the end.
8570 # Note that $ac_compile itself does not contain backslashes and begins
8571 # with a dollar sign (not a hyphen), so the echo should work correctly.
8572 lt_compile=`echo "$ac_compile" | $SED \
8573 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8574 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8575 -e 's:$: $lt_compiler_flag:'`
8576 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8577 (eval "$lt_compile" 2>out/conftest.err)
8578 ac_status=$?
8579 cat out/conftest.err >&5
8580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8581 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8582 then
8583 # The compiler can only warn and ignore the option if not recognized
8584 # So say no if there are warnings
8585 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8586 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8587 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8588 lt_cv_prog_compiler_c_o=yes
8589 fi
8590 fi
8591 chmod u+w . 2>&5
8592 $RM conftest*
8593 # SGI C++ compiler will create directory out/ii_files/ for
8594 # template instantiation
8595 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8596 $RM out/* && rmdir out
8597 cd ..
8598 $RM -r conftest
8599 $RM conftest*
8600
8601 fi
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8603 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8604
8605
8606
8607
8608 hard_links="nottested"
8609 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8610 # do not overwrite the value of need_locks provided by the user
8611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8612 $as_echo_n "checking if we can lock with hard links... " >&6; }
8613 hard_links=yes
8614 $RM conftest*
8615 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8616 touch conftest.a
8617 ln conftest.a conftest.b 2>&5 || hard_links=no
8618 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8620 $as_echo "$hard_links" >&6; }
8621 if test "$hard_links" = no; then
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8623 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8624 need_locks=warn
8625 fi
8626 else
8627 need_locks=no
8628 fi
8629
8630
8631
8632
8633
8634
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8636 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8637
8638 runpath_var=
8639 allow_undefined_flag=
8640 always_export_symbols=no
8641 archive_cmds=
8642 archive_expsym_cmds=
8643 compiler_needs_object=no
8644 enable_shared_with_static_runtimes=no
8645 export_dynamic_flag_spec=
8646 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8647 hardcode_automatic=no
8648 hardcode_direct=no
8649 hardcode_direct_absolute=no
8650 hardcode_libdir_flag_spec=
8651 hardcode_libdir_flag_spec_ld=
8652 hardcode_libdir_separator=
8653 hardcode_minus_L=no
8654 hardcode_shlibpath_var=unsupported
8655 inherit_rpath=no
8656 link_all_deplibs=unknown
8657 module_cmds=
8658 module_expsym_cmds=
8659 old_archive_from_new_cmds=
8660 old_archive_from_expsyms_cmds=
8661 thread_safe_flag_spec=
8662 whole_archive_flag_spec=
8663 # include_expsyms should be a list of space-separated symbols to be *always*
8664 # included in the symbol list
8665 include_expsyms=
8666 # exclude_expsyms can be an extended regexp of symbols to exclude
8667 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8668 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8669 # as well as any symbol that contains `d'.
8670 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8671 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8672 # platforms (ab)use it in PIC code, but their linkers get confused if
8673 # the symbol is explicitly referenced. Since portable code cannot
8674 # rely on this symbol name, it's probably fine to never include it in
8675 # preloaded symbol tables.
8676 # Exclude shared library initialization/finalization symbols.
8677 extract_expsyms_cmds=
8678
8679 case $host_os in
8680 cygwin* | mingw* | pw32* | cegcc*)
8681 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8682 # When not using gcc, we currently assume that we are using
8683 # Microsoft Visual C++.
8684 if test "$GCC" != yes; then
8685 with_gnu_ld=no
8686 fi
8687 ;;
8688 interix*)
8689 # we just hope/assume this is gcc and not c89 (= MSVC++)
8690 with_gnu_ld=yes
8691 ;;
8692 openbsd*)
8693 with_gnu_ld=no
8694 ;;
8695 esac
8696
8697 ld_shlibs=yes
8698
8699 # On some targets, GNU ld is compatible enough with the native linker
8700 # that we're better off using the native interface for both.
8701 lt_use_gnu_ld_interface=no
8702 if test "$with_gnu_ld" = yes; then
8703 case $host_os in
8704 aix*)
8705 # The AIX port of GNU ld has always aspired to compatibility
8706 # with the native linker. However, as the warning in the GNU ld
8707 # block says, versions before 2.19.5* couldn't really create working
8708 # shared libraries, regardless of the interface used.
8709 case `$LD -v 2>&1` in
8710 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8711 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8712 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8713 *)
8714 lt_use_gnu_ld_interface=yes
8715 ;;
8716 esac
8717 ;;
8718 *)
8719 lt_use_gnu_ld_interface=yes
8720 ;;
8721 esac
8722 fi
8723
8724 if test "$lt_use_gnu_ld_interface" = yes; then
8725 # If archive_cmds runs LD, not CC, wlarc should be empty
8726 wlarc='${wl}'
8727
8728 # Set some defaults for GNU ld with shared library support. These
8729 # are reset later if shared libraries are not supported. Putting them
8730 # here allows them to be overridden if necessary.
8731 runpath_var=LD_RUN_PATH
8732 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8733 export_dynamic_flag_spec='${wl}--export-dynamic'
8734 # ancient GNU ld didn't support --whole-archive et. al.
8735 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8736 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8737 else
8738 whole_archive_flag_spec=
8739 fi
8740 supports_anon_versioning=no
8741 case `$LD -v 2>&1` in
8742 *GNU\ gold*) supports_anon_versioning=yes ;;
8743 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8744 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8745 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8746 *\ 2.11.*) ;; # other 2.11 versions
8747 *) supports_anon_versioning=yes ;;
8748 esac
8749
8750 # See if GNU ld supports shared libraries.
8751 case $host_os in
8752 aix[3-9]*)
8753 # On AIX/PPC, the GNU linker is very broken
8754 if test "$host_cpu" != ia64; then
8755 ld_shlibs=no
8756 cat <<_LT_EOF 1>&2
8757
8758 *** Warning: the GNU linker, at least up to release 2.19, is reported
8759 *** to be unable to reliably create shared libraries on AIX.
8760 *** Therefore, libtool is disabling shared libraries support. If you
8761 *** really care for shared libraries, you may want to install binutils
8762 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8763 *** You will then need to restart the configuration process.
8764
8765 _LT_EOF
8766 fi
8767 ;;
8768
8769 amigaos*)
8770 case $host_cpu in
8771 powerpc)
8772 # see comment about AmigaOS4 .so support
8773 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8774 archive_expsym_cmds=''
8775 ;;
8776 m68k)
8777 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)'
8778 hardcode_libdir_flag_spec='-L$libdir'
8779 hardcode_minus_L=yes
8780 ;;
8781 esac
8782 ;;
8783
8784 beos*)
8785 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8786 allow_undefined_flag=unsupported
8787 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8788 # support --undefined. This deserves some investigation. FIXME
8789 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8790 else
8791 ld_shlibs=no
8792 fi
8793 ;;
8794
8795 cygwin* | mingw* | pw32* | cegcc*)
8796 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8797 # as there is no search path for DLLs.
8798 hardcode_libdir_flag_spec='-L$libdir'
8799 export_dynamic_flag_spec='${wl}--export-all-symbols'
8800 allow_undefined_flag=unsupported
8801 always_export_symbols=no
8802 enable_shared_with_static_runtimes=yes
8803 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8804
8805 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8806 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8807 # If the export-symbols file already is a .def file (1st line
8808 # is EXPORTS), use it as is; otherwise, prepend...
8809 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8810 cp $export_symbols $output_objdir/$soname.def;
8811 else
8812 echo EXPORTS > $output_objdir/$soname.def;
8813 cat $export_symbols >> $output_objdir/$soname.def;
8814 fi~
8815 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8816 else
8817 ld_shlibs=no
8818 fi
8819 ;;
8820
8821 haiku*)
8822 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8823 link_all_deplibs=yes
8824 ;;
8825
8826 interix[3-9]*)
8827 hardcode_direct=no
8828 hardcode_shlibpath_var=no
8829 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8830 export_dynamic_flag_spec='${wl}-E'
8831 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8832 # Instead, shared libraries are loaded at an image base (0x10000000 by
8833 # default) and relocated if they conflict, which is a slow very memory
8834 # consuming and fragmenting process. To avoid this, we pick a random,
8835 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8836 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8837 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8838 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'
8839 ;;
8840
8841 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
8842 tmp_diet=no
8843 if test "$host_os" = linux-dietlibc; then
8844 case $cc_basename in
8845 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8846 esac
8847 fi
8848 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8849 && test "$tmp_diet" = no
8850 then
8851 tmp_addflag=' $pic_flag'
8852 tmp_sharedflag='-shared'
8853 case $cc_basename,$host_cpu in
8854 pgcc*) # Portland Group C compiler
8855 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'
8856 tmp_addflag=' $pic_flag'
8857 ;;
8858 pgf77* | pgf90* | pgf95* | pgfortran*)
8859 # Portland Group f77 and f90 compilers
8860 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'
8861 tmp_addflag=' $pic_flag -Mnomain' ;;
8862 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8863 tmp_addflag=' -i_dynamic' ;;
8864 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8865 tmp_addflag=' -i_dynamic -nofor_main' ;;
8866 ifc* | ifort*) # Intel Fortran compiler
8867 tmp_addflag=' -nofor_main' ;;
8868 lf95*) # Lahey Fortran 8.1
8869 whole_archive_flag_spec=
8870 tmp_sharedflag='--shared' ;;
8871 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8872 tmp_sharedflag='-qmkshrobj'
8873 tmp_addflag= ;;
8874 nvcc*) # Cuda Compiler Driver 2.2
8875 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'
8876 compiler_needs_object=yes
8877 ;;
8878 esac
8879 case `$CC -V 2>&1 | sed 5q` in
8880 *Sun\ C*) # Sun C 5.9
8881 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'
8882 compiler_needs_object=yes
8883 tmp_sharedflag='-G' ;;
8884 *Sun\ F*) # Sun Fortran 8.3
8885 tmp_sharedflag='-G' ;;
8886 esac
8887 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8888
8889 if test "x$supports_anon_versioning" = xyes; then
8890 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8891 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8892 echo "local: *; };" >> $output_objdir/$libname.ver~
8893 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8894 fi
8895
8896 case $cc_basename in
8897 xlf* | bgf* | bgxlf* | mpixlf*)
8898 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8899 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8900 hardcode_libdir_flag_spec=
8901 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8902 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8903 if test "x$supports_anon_versioning" = xyes; then
8904 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8905 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8906 echo "local: *; };" >> $output_objdir/$libname.ver~
8907 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8908 fi
8909 ;;
8910 esac
8911 else
8912 ld_shlibs=no
8913 fi
8914 ;;
8915
8916 netbsd*)
8917 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8918 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8919 wlarc=
8920 else
8921 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8922 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8923 fi
8924 ;;
8925
8926 solaris*)
8927 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8928 ld_shlibs=no
8929 cat <<_LT_EOF 1>&2
8930
8931 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8932 *** create shared libraries on Solaris systems. Therefore, libtool
8933 *** is disabling shared libraries support. We urge you to upgrade GNU
8934 *** binutils to release 2.9.1 or newer. Another option is to modify
8935 *** your PATH or compiler configuration so that the native linker is
8936 *** used, and then restart.
8937
8938 _LT_EOF
8939 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8940 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8941 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8942 else
8943 ld_shlibs=no
8944 fi
8945 ;;
8946
8947 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8948 case `$LD -v 2>&1` in
8949 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8950 ld_shlibs=no
8951 cat <<_LT_EOF 1>&2
8952
8953 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8954 *** reliably create shared libraries on SCO systems. Therefore, libtool
8955 *** is disabling shared libraries support. We urge you to upgrade GNU
8956 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8957 *** your PATH or compiler configuration so that the native linker is
8958 *** used, and then restart.
8959
8960 _LT_EOF
8961 ;;
8962 *)
8963 # For security reasons, it is highly recommended that you always
8964 # use absolute paths for naming shared libraries, and exclude the
8965 # DT_RUNPATH tag from executables and libraries. But doing so
8966 # requires that you compile everything twice, which is a pain.
8967 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8968 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8969 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8970 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8971 else
8972 ld_shlibs=no
8973 fi
8974 ;;
8975 esac
8976 ;;
8977
8978 sunos4*)
8979 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8980 wlarc=
8981 hardcode_direct=yes
8982 hardcode_shlibpath_var=no
8983 ;;
8984
8985 *)
8986 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8987 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8988 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8989 else
8990 ld_shlibs=no
8991 fi
8992 ;;
8993 esac
8994
8995 if test "$ld_shlibs" = no; then
8996 runpath_var=
8997 hardcode_libdir_flag_spec=
8998 export_dynamic_flag_spec=
8999 whole_archive_flag_spec=
9000 fi
9001 else
9002 # PORTME fill in a description of your system's linker (not GNU ld)
9003 case $host_os in
9004 aix3*)
9005 allow_undefined_flag=unsupported
9006 always_export_symbols=yes
9007 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'
9008 # Note: this linker hardcodes the directories in LIBPATH if there
9009 # are no directories specified by -L.
9010 hardcode_minus_L=yes
9011 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9012 # Neither direct hardcoding nor static linking is supported with a
9013 # broken collect2.
9014 hardcode_direct=unsupported
9015 fi
9016 ;;
9017
9018 aix[4-9]*)
9019 if test "$host_cpu" = ia64; then
9020 # On IA64, the linker does run time linking by default, so we don't
9021 # have to do anything special.
9022 aix_use_runtimelinking=no
9023 exp_sym_flag='-Bexport'
9024 no_entry_flag=""
9025 else
9026 # If we're using GNU nm, then we don't want the "-C" option.
9027 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9028 # Also, AIX nm treats weak defined symbols like other global
9029 # defined symbols, whereas GNU nm marks them as "W".
9030 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9031 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'
9032 else
9033 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'
9034 fi
9035 aix_use_runtimelinking=no
9036
9037 # Test if we are trying to use run time linking or normal
9038 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9039 # need to do runtime linking.
9040 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9041 for ld_flag in $LDFLAGS; do
9042 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9043 aix_use_runtimelinking=yes
9044 break
9045 fi
9046 done
9047 ;;
9048 esac
9049
9050 exp_sym_flag='-bexport'
9051 no_entry_flag='-bnoentry'
9052 fi
9053
9054 # When large executables or shared objects are built, AIX ld can
9055 # have problems creating the table of contents. If linking a library
9056 # or program results in "error TOC overflow" add -mminimal-toc to
9057 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9058 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9059
9060 archive_cmds=''
9061 hardcode_direct=yes
9062 hardcode_direct_absolute=yes
9063 hardcode_libdir_separator=':'
9064 link_all_deplibs=yes
9065 file_list_spec='${wl}-f,'
9066
9067 if test "$GCC" = yes; then
9068 case $host_os in aix4.[012]|aix4.[012].*)
9069 # We only want to do this on AIX 4.2 and lower, the check
9070 # below for broken collect2 doesn't work under 4.3+
9071 collect2name=`${CC} -print-prog-name=collect2`
9072 if test -f "$collect2name" &&
9073 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9074 then
9075 # We have reworked collect2
9076 :
9077 else
9078 # We have old collect2
9079 hardcode_direct=unsupported
9080 # It fails to find uninstalled libraries when the uninstalled
9081 # path is not listed in the libpath. Setting hardcode_minus_L
9082 # to unsupported forces relinking
9083 hardcode_minus_L=yes
9084 hardcode_libdir_flag_spec='-L$libdir'
9085 hardcode_libdir_separator=
9086 fi
9087 ;;
9088 esac
9089 shared_flag='-shared'
9090 if test "$aix_use_runtimelinking" = yes; then
9091 shared_flag="$shared_flag "'${wl}-G'
9092 fi
9093 else
9094 # not using gcc
9095 if test "$host_cpu" = ia64; then
9096 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9097 # chokes on -Wl,-G. The following line is correct:
9098 shared_flag='-G'
9099 else
9100 if test "$aix_use_runtimelinking" = yes; then
9101 shared_flag='${wl}-G'
9102 else
9103 shared_flag='${wl}-bM:SRE'
9104 fi
9105 fi
9106 fi
9107
9108 export_dynamic_flag_spec='${wl}-bexpall'
9109 # It seems that -bexpall does not export symbols beginning with
9110 # underscore (_), so it is better to generate a list of symbols to export.
9111 always_export_symbols=yes
9112 if test "$aix_use_runtimelinking" = yes; then
9113 # Warning - without using the other runtime loading flags (-brtl),
9114 # -berok will link without error, but may produce a broken library.
9115 allow_undefined_flag='-berok'
9116 # Determine the default libpath from the value encoded in an
9117 # empty executable.
9118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9119 /* end confdefs.h. */
9120
9121 int
9122 main ()
9123 {
9124
9125 ;
9126 return 0;
9127 }
9128 _ACEOF
9129 if ac_fn_c_try_link "$LINENO"; then :
9130
9131 lt_aix_libpath_sed='
9132 /Import File Strings/,/^$/ {
9133 /^0/ {
9134 s/^0 *\(.*\)$/\1/
9135 p
9136 }
9137 }'
9138 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9139 # Check for a 64-bit object if we didn't find anything.
9140 if test -z "$aix_libpath"; then
9141 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9142 fi
9143 fi
9144 rm -f core conftest.err conftest.$ac_objext \
9145 conftest$ac_exeext conftest.$ac_ext
9146 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9147
9148 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9149 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"
9150 else
9151 if test "$host_cpu" = ia64; then
9152 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9153 allow_undefined_flag="-z nodefs"
9154 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"
9155 else
9156 # Determine the default libpath from the value encoded in an
9157 # empty executable.
9158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9159 /* end confdefs.h. */
9160
9161 int
9162 main ()
9163 {
9164
9165 ;
9166 return 0;
9167 }
9168 _ACEOF
9169 if ac_fn_c_try_link "$LINENO"; then :
9170
9171 lt_aix_libpath_sed='
9172 /Import File Strings/,/^$/ {
9173 /^0/ {
9174 s/^0 *\(.*\)$/\1/
9175 p
9176 }
9177 }'
9178 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9179 # Check for a 64-bit object if we didn't find anything.
9180 if test -z "$aix_libpath"; then
9181 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9182 fi
9183 fi
9184 rm -f core conftest.err conftest.$ac_objext \
9185 conftest$ac_exeext conftest.$ac_ext
9186 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9187
9188 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9189 # Warning - without using the other run time loading flags,
9190 # -berok will link without error, but may produce a broken library.
9191 no_undefined_flag=' ${wl}-bernotok'
9192 allow_undefined_flag=' ${wl}-berok'
9193 if test "$with_gnu_ld" = yes; then
9194 # We only use this code for GNU lds that support --whole-archive.
9195 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9196 else
9197 # Exported symbols can be pulled into shared objects from archives
9198 whole_archive_flag_spec='$convenience'
9199 fi
9200 archive_cmds_need_lc=yes
9201 # This is similar to how AIX traditionally builds its shared libraries.
9202 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'
9203 fi
9204 fi
9205 ;;
9206
9207 amigaos*)
9208 case $host_cpu in
9209 powerpc)
9210 # see comment about AmigaOS4 .so support
9211 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9212 archive_expsym_cmds=''
9213 ;;
9214 m68k)
9215 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)'
9216 hardcode_libdir_flag_spec='-L$libdir'
9217 hardcode_minus_L=yes
9218 ;;
9219 esac
9220 ;;
9221
9222 bsdi[45]*)
9223 export_dynamic_flag_spec=-rdynamic
9224 ;;
9225
9226 cygwin* | mingw* | pw32* | cegcc*)
9227 # When not using gcc, we currently assume that we are using
9228 # Microsoft Visual C++.
9229 # hardcode_libdir_flag_spec is actually meaningless, as there is
9230 # no search path for DLLs.
9231 hardcode_libdir_flag_spec=' '
9232 allow_undefined_flag=unsupported
9233 # Tell ltmain to make .lib files, not .a files.
9234 libext=lib
9235 # Tell ltmain to make .dll files, not .so files.
9236 shrext_cmds=".dll"
9237 # FIXME: Setting linknames here is a bad hack.
9238 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9239 # The linker will automatically build a .lib file if we build a DLL.
9240 old_archive_from_new_cmds='true'
9241 # FIXME: Should let the user specify the lib program.
9242 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9243 fix_srcfile_path='`cygpath -w "$srcfile"`'
9244 enable_shared_with_static_runtimes=yes
9245 ;;
9246
9247 darwin* | rhapsody*)
9248
9249
9250 archive_cmds_need_lc=no
9251 hardcode_direct=no
9252 hardcode_automatic=yes
9253 hardcode_shlibpath_var=unsupported
9254 if test "$lt_cv_ld_force_load" = "yes"; then
9255 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\"`'
9256 else
9257 whole_archive_flag_spec=''
9258 fi
9259 link_all_deplibs=yes
9260 allow_undefined_flag="$_lt_dar_allow_undefined"
9261 case $cc_basename in
9262 ifort*) _lt_dar_can_shared=yes ;;
9263 *) _lt_dar_can_shared=$GCC ;;
9264 esac
9265 if test "$_lt_dar_can_shared" = "yes"; then
9266 output_verbose_link_cmd=func_echo_all
9267 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9268 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9269 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}"
9270 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}"
9271
9272 else
9273 ld_shlibs=no
9274 fi
9275
9276 ;;
9277
9278 dgux*)
9279 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9280 hardcode_libdir_flag_spec='-L$libdir'
9281 hardcode_shlibpath_var=no
9282 ;;
9283
9284 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9285 # support. Future versions do this automatically, but an explicit c++rt0.o
9286 # does not break anything, and helps significantly (at the cost of a little
9287 # extra space).
9288 freebsd2.2*)
9289 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9290 hardcode_libdir_flag_spec='-R$libdir'
9291 hardcode_direct=yes
9292 hardcode_shlibpath_var=no
9293 ;;
9294
9295 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9296 freebsd2.*)
9297 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9298 hardcode_direct=yes
9299 hardcode_minus_L=yes
9300 hardcode_shlibpath_var=no
9301 ;;
9302
9303 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9304 freebsd* | dragonfly*)
9305 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9306 hardcode_libdir_flag_spec='-R$libdir'
9307 hardcode_direct=yes
9308 hardcode_shlibpath_var=no
9309 ;;
9310
9311 hpux9*)
9312 if test "$GCC" = yes; then
9313 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'
9314 else
9315 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'
9316 fi
9317 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9318 hardcode_libdir_separator=:
9319 hardcode_direct=yes
9320
9321 # hardcode_minus_L: Not really in the search PATH,
9322 # but as the default location of the library.
9323 hardcode_minus_L=yes
9324 export_dynamic_flag_spec='${wl}-E'
9325 ;;
9326
9327 hpux10*)
9328 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9329 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9330 else
9331 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9332 fi
9333 if test "$with_gnu_ld" = no; then
9334 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9335 hardcode_libdir_flag_spec_ld='+b $libdir'
9336 hardcode_libdir_separator=:
9337 hardcode_direct=yes
9338 hardcode_direct_absolute=yes
9339 export_dynamic_flag_spec='${wl}-E'
9340 # hardcode_minus_L: Not really in the search PATH,
9341 # but as the default location of the library.
9342 hardcode_minus_L=yes
9343 fi
9344 ;;
9345
9346 hpux11*)
9347 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9348 case $host_cpu in
9349 hppa*64*)
9350 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9351 ;;
9352 ia64*)
9353 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9354 ;;
9355 *)
9356 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9357 ;;
9358 esac
9359 else
9360 case $host_cpu in
9361 hppa*64*)
9362 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9363 ;;
9364 ia64*)
9365 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9366 ;;
9367 *)
9368
9369 # Older versions of the 11.00 compiler do not understand -b yet
9370 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9372 $as_echo_n "checking if $CC understands -b... " >&6; }
9373 if ${lt_cv_prog_compiler__b+:} false; then :
9374 $as_echo_n "(cached) " >&6
9375 else
9376 lt_cv_prog_compiler__b=no
9377 save_LDFLAGS="$LDFLAGS"
9378 LDFLAGS="$LDFLAGS -b"
9379 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9380 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9381 # The linker can only warn and ignore the option if not recognized
9382 # So say no if there are warnings
9383 if test -s conftest.err; then
9384 # Append any errors to the config.log.
9385 cat conftest.err 1>&5
9386 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9387 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9388 if diff conftest.exp conftest.er2 >/dev/null; then
9389 lt_cv_prog_compiler__b=yes
9390 fi
9391 else
9392 lt_cv_prog_compiler__b=yes
9393 fi
9394 fi
9395 $RM -r conftest*
9396 LDFLAGS="$save_LDFLAGS"
9397
9398 fi
9399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9400 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9401
9402 if test x"$lt_cv_prog_compiler__b" = xyes; then
9403 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9404 else
9405 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9406 fi
9407
9408 ;;
9409 esac
9410 fi
9411 if test "$with_gnu_ld" = no; then
9412 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9413 hardcode_libdir_separator=:
9414
9415 case $host_cpu in
9416 hppa*64*|ia64*)
9417 hardcode_direct=no
9418 hardcode_shlibpath_var=no
9419 ;;
9420 *)
9421 hardcode_direct=yes
9422 hardcode_direct_absolute=yes
9423 export_dynamic_flag_spec='${wl}-E'
9424
9425 # hardcode_minus_L: Not really in the search PATH,
9426 # but as the default location of the library.
9427 hardcode_minus_L=yes
9428 ;;
9429 esac
9430 fi
9431 ;;
9432
9433 irix5* | irix6* | nonstopux*)
9434 if test "$GCC" = yes; then
9435 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'
9436 # Try to use the -exported_symbol ld option, if it does not
9437 # work, assume that -exports_file does not work either and
9438 # implicitly export all symbols.
9439 save_LDFLAGS="$LDFLAGS"
9440 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9442 /* end confdefs.h. */
9443 int foo(void) {}
9444 _ACEOF
9445 if ac_fn_c_try_link "$LINENO"; then :
9446 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'
9447
9448 fi
9449 rm -f core conftest.err conftest.$ac_objext \
9450 conftest$ac_exeext conftest.$ac_ext
9451 LDFLAGS="$save_LDFLAGS"
9452 else
9453 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'
9454 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'
9455 fi
9456 archive_cmds_need_lc='no'
9457 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9458 hardcode_libdir_separator=:
9459 inherit_rpath=yes
9460 link_all_deplibs=yes
9461 ;;
9462
9463 netbsd*)
9464 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9465 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9466 else
9467 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9468 fi
9469 hardcode_libdir_flag_spec='-R$libdir'
9470 hardcode_direct=yes
9471 hardcode_shlibpath_var=no
9472 ;;
9473
9474 newsos6)
9475 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9476 hardcode_direct=yes
9477 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9478 hardcode_libdir_separator=:
9479 hardcode_shlibpath_var=no
9480 ;;
9481
9482 *nto* | *qnx*)
9483 ;;
9484
9485 openbsd*)
9486 if test -f /usr/libexec/ld.so; then
9487 hardcode_direct=yes
9488 hardcode_shlibpath_var=no
9489 hardcode_direct_absolute=yes
9490 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9491 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9492 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9493 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9494 export_dynamic_flag_spec='${wl}-E'
9495 else
9496 case $host_os in
9497 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9498 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9499 hardcode_libdir_flag_spec='-R$libdir'
9500 ;;
9501 *)
9502 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9503 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9504 ;;
9505 esac
9506 fi
9507 else
9508 ld_shlibs=no
9509 fi
9510 ;;
9511
9512 os2*)
9513 hardcode_libdir_flag_spec='-L$libdir'
9514 hardcode_minus_L=yes
9515 allow_undefined_flag=unsupported
9516 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'
9517 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9518 ;;
9519
9520 osf3*)
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}-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 else
9525 allow_undefined_flag=' -expect_unresolved \*'
9526 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'
9527 fi
9528 archive_cmds_need_lc='no'
9529 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9530 hardcode_libdir_separator=:
9531 ;;
9532
9533 osf4* | osf5*) # as osf3* with the addition of -msym flag
9534 if test "$GCC" = yes; then
9535 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9536 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'
9537 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9538 else
9539 allow_undefined_flag=' -expect_unresolved \*'
9540 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'
9541 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~
9542 $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'
9543
9544 # Both c and cxx compiler support -rpath directly
9545 hardcode_libdir_flag_spec='-rpath $libdir'
9546 fi
9547 archive_cmds_need_lc='no'
9548 hardcode_libdir_separator=:
9549 ;;
9550
9551 solaris*)
9552 no_undefined_flag=' -z defs'
9553 if test "$GCC" = yes; then
9554 wlarc='${wl}'
9555 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$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 -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9558 else
9559 case `$CC -V 2>&1` in
9560 *"Compilers 5.0"*)
9561 wlarc=''
9562 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9563 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9564 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9565 ;;
9566 *)
9567 wlarc='${wl}'
9568 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9569 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9570 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9571 ;;
9572 esac
9573 fi
9574 hardcode_libdir_flag_spec='-R$libdir'
9575 hardcode_shlibpath_var=no
9576 case $host_os in
9577 solaris2.[0-5] | solaris2.[0-5].*) ;;
9578 *)
9579 # The compiler driver will combine and reorder linker options,
9580 # but understands `-z linker_flag'. GCC discards it without `$wl',
9581 # but is careful enough not to reorder.
9582 # Supported since Solaris 2.6 (maybe 2.5.1?)
9583 if test "$GCC" = yes; then
9584 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9585 else
9586 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9587 fi
9588 ;;
9589 esac
9590 link_all_deplibs=yes
9591 ;;
9592
9593 sunos4*)
9594 if test "x$host_vendor" = xsequent; then
9595 # Use $CC to link under sequent, because it throws in some extra .o
9596 # files that make .init and .fini sections work.
9597 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9598 else
9599 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9600 fi
9601 hardcode_libdir_flag_spec='-L$libdir'
9602 hardcode_direct=yes
9603 hardcode_minus_L=yes
9604 hardcode_shlibpath_var=no
9605 ;;
9606
9607 sysv4)
9608 case $host_vendor in
9609 sni)
9610 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9611 hardcode_direct=yes # is this really true???
9612 ;;
9613 siemens)
9614 ## LD is ld it makes a PLAMLIB
9615 ## CC just makes a GrossModule.
9616 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9617 reload_cmds='$CC -r -o $output$reload_objs'
9618 hardcode_direct=no
9619 ;;
9620 motorola)
9621 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9622 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9623 ;;
9624 esac
9625 runpath_var='LD_RUN_PATH'
9626 hardcode_shlibpath_var=no
9627 ;;
9628
9629 sysv4.3*)
9630 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9631 hardcode_shlibpath_var=no
9632 export_dynamic_flag_spec='-Bexport'
9633 ;;
9634
9635 sysv4*MP*)
9636 if test -d /usr/nec; then
9637 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9638 hardcode_shlibpath_var=no
9639 runpath_var=LD_RUN_PATH
9640 hardcode_runpath_var=yes
9641 ld_shlibs=yes
9642 fi
9643 ;;
9644
9645 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9646 no_undefined_flag='${wl}-z,text'
9647 archive_cmds_need_lc=no
9648 hardcode_shlibpath_var=no
9649 runpath_var='LD_RUN_PATH'
9650
9651 if test "$GCC" = yes; then
9652 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9653 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9654 else
9655 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9656 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9657 fi
9658 ;;
9659
9660 sysv5* | sco3.2v5* | sco5v6*)
9661 # Note: We can NOT use -z defs as we might desire, because we do not
9662 # link with -lc, and that would cause any symbols used from libc to
9663 # always be unresolved, which means just about no library would
9664 # ever link correctly. If we're not using GNU ld we use -z text
9665 # though, which does catch some bad symbols but isn't as heavy-handed
9666 # as -z defs.
9667 no_undefined_flag='${wl}-z,text'
9668 allow_undefined_flag='${wl}-z,nodefs'
9669 archive_cmds_need_lc=no
9670 hardcode_shlibpath_var=no
9671 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9672 hardcode_libdir_separator=':'
9673 link_all_deplibs=yes
9674 export_dynamic_flag_spec='${wl}-Bexport'
9675 runpath_var='LD_RUN_PATH'
9676
9677 if test "$GCC" = yes; then
9678 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9679 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9680 else
9681 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9682 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9683 fi
9684 ;;
9685
9686 uts4*)
9687 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9688 hardcode_libdir_flag_spec='-L$libdir'
9689 hardcode_shlibpath_var=no
9690 ;;
9691
9692 *)
9693 ld_shlibs=no
9694 ;;
9695 esac
9696
9697 if test x$host_vendor = xsni; then
9698 case $host in
9699 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9700 export_dynamic_flag_spec='${wl}-Blargedynsym'
9701 ;;
9702 esac
9703 fi
9704 fi
9705
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9707 $as_echo "$ld_shlibs" >&6; }
9708 test "$ld_shlibs" = no && can_build_shared=no
9709
9710 with_gnu_ld=$with_gnu_ld
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726 #
9727 # Do we need to explicitly link libc?
9728 #
9729 case "x$archive_cmds_need_lc" in
9730 x|xyes)
9731 # Assume -lc should be added
9732 archive_cmds_need_lc=yes
9733
9734 if test "$enable_shared" = yes && test "$GCC" = yes; then
9735 case $archive_cmds in
9736 *'~'*)
9737 # FIXME: we may have to deal with multi-command sequences.
9738 ;;
9739 '$CC '*)
9740 # Test whether the compiler implicitly links with -lc since on some
9741 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9742 # to ld, don't add -lc before -lgcc.
9743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9744 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9745 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9746 $as_echo_n "(cached) " >&6
9747 else
9748 $RM conftest*
9749 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9750
9751 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9752 (eval $ac_compile) 2>&5
9753 ac_status=$?
9754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9755 test $ac_status = 0; } 2>conftest.err; then
9756 soname=conftest
9757 lib=conftest
9758 libobjs=conftest.$ac_objext
9759 deplibs=
9760 wl=$lt_prog_compiler_wl
9761 pic_flag=$lt_prog_compiler_pic
9762 compiler_flags=-v
9763 linker_flags=-v
9764 verstring=
9765 output_objdir=.
9766 libname=conftest
9767 lt_save_allow_undefined_flag=$allow_undefined_flag
9768 allow_undefined_flag=
9769 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9770 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9771 ac_status=$?
9772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9773 test $ac_status = 0; }
9774 then
9775 lt_cv_archive_cmds_need_lc=no
9776 else
9777 lt_cv_archive_cmds_need_lc=yes
9778 fi
9779 allow_undefined_flag=$lt_save_allow_undefined_flag
9780 else
9781 cat conftest.err 1>&5
9782 fi
9783 $RM conftest*
9784
9785 fi
9786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9787 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9788 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9789 ;;
9790 esac
9791 fi
9792 ;;
9793 esac
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
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9952 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9953
9954 if test "$GCC" = yes; then
9955 case $host_os in
9956 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9957 *) lt_awk_arg="/^libraries:/" ;;
9958 esac
9959 case $host_os in
9960 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9961 *) lt_sed_strip_eq="s,=/,/,g" ;;
9962 esac
9963 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9964 case $lt_search_path_spec in
9965 *\;*)
9966 # if the path contains ";" then we assume it to be the separator
9967 # otherwise default to the standard path separator (i.e. ":") - it is
9968 # assumed that no part of a normal pathname contains ";" but that should
9969 # okay in the real world where ";" in dirpaths is itself problematic.
9970 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9971 ;;
9972 *)
9973 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9974 ;;
9975 esac
9976 # Ok, now we have the path, separated by spaces, we can step through it
9977 # and add multilib dir if necessary.
9978 lt_tmp_lt_search_path_spec=
9979 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9980 for lt_sys_path in $lt_search_path_spec; do
9981 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9982 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9983 else
9984 test -d "$lt_sys_path" && \
9985 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9986 fi
9987 done
9988 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9989 BEGIN {RS=" "; FS="/|\n";} {
9990 lt_foo="";
9991 lt_count=0;
9992 for (lt_i = NF; lt_i > 0; lt_i--) {
9993 if ($lt_i != "" && $lt_i != ".") {
9994 if ($lt_i == "..") {
9995 lt_count++;
9996 } else {
9997 if (lt_count == 0) {
9998 lt_foo="/" $lt_i lt_foo;
9999 } else {
10000 lt_count--;
10001 }
10002 }
10003 }
10004 }
10005 if (lt_foo != "") { lt_freq[lt_foo]++; }
10006 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10007 }'`
10008 # AWK program above erroneously prepends '/' to C:/dos/paths
10009 # for these hosts.
10010 case $host_os in
10011 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10012 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10013 esac
10014 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10015 else
10016 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10017 fi
10018 library_names_spec=
10019 libname_spec='lib$name'
10020 soname_spec=
10021 shrext_cmds=".so"
10022 postinstall_cmds=
10023 postuninstall_cmds=
10024 finish_cmds=
10025 finish_eval=
10026 shlibpath_var=
10027 shlibpath_overrides_runpath=unknown
10028 version_type=none
10029 dynamic_linker="$host_os ld.so"
10030 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10031 need_lib_prefix=unknown
10032 hardcode_into_libs=no
10033
10034 # when you set need_version to no, make sure it does not cause -set_version
10035 # flags to be left without arguments
10036 need_version=unknown
10037
10038 case $host_os in
10039 aix3*)
10040 version_type=linux
10041 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10042 shlibpath_var=LIBPATH
10043
10044 # AIX 3 has no versioning support, so we append a major version to the name.
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 ;;
10047
10048 aix[4-9]*)
10049 version_type=linux
10050 need_lib_prefix=no
10051 need_version=no
10052 hardcode_into_libs=yes
10053 if test "$host_cpu" = ia64; then
10054 # AIX 5 supports IA64
10055 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10056 shlibpath_var=LD_LIBRARY_PATH
10057 else
10058 # With GCC up to 2.95.x, collect2 would create an import file
10059 # for dependence libraries. The import file would start with
10060 # the line `#! .'. This would cause the generated library to
10061 # depend on `.', always an invalid library. This was fixed in
10062 # development snapshots of GCC prior to 3.0.
10063 case $host_os in
10064 aix4 | aix4.[01] | aix4.[01].*)
10065 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10066 echo ' yes '
10067 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10068 :
10069 else
10070 can_build_shared=no
10071 fi
10072 ;;
10073 esac
10074 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10075 # soname into executable. Probably we can add versioning support to
10076 # collect2, so additional links can be useful in future.
10077 if test "$aix_use_runtimelinking" = yes; then
10078 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10079 # instead of lib<name>.a to let people know that these are not
10080 # typical AIX shared libraries.
10081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10082 else
10083 # We preserve .a as extension for shared libraries through AIX4.2
10084 # and later when we are not doing run time linking.
10085 library_names_spec='${libname}${release}.a $libname.a'
10086 soname_spec='${libname}${release}${shared_ext}$major'
10087 fi
10088 shlibpath_var=LIBPATH
10089 fi
10090 ;;
10091
10092 amigaos*)
10093 case $host_cpu in
10094 powerpc)
10095 # Since July 2007 AmigaOS4 officially supports .so libraries.
10096 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10097 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10098 ;;
10099 m68k)
10100 library_names_spec='$libname.ixlibrary $libname.a'
10101 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10102 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'
10103 ;;
10104 esac
10105 ;;
10106
10107 beos*)
10108 library_names_spec='${libname}${shared_ext}'
10109 dynamic_linker="$host_os ld.so"
10110 shlibpath_var=LIBRARY_PATH
10111 ;;
10112
10113 bsdi[45]*)
10114 version_type=linux
10115 need_version=no
10116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10117 soname_spec='${libname}${release}${shared_ext}$major'
10118 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10119 shlibpath_var=LD_LIBRARY_PATH
10120 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10121 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10122 # the default ld.so.conf also contains /usr/contrib/lib and
10123 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10124 # libtool to hard-code these into programs
10125 ;;
10126
10127 cygwin* | mingw* | pw32* | cegcc*)
10128 version_type=windows
10129 shrext_cmds=".dll"
10130 need_version=no
10131 need_lib_prefix=no
10132
10133 case $GCC,$host_os in
10134 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10135 library_names_spec='$libname.dll.a'
10136 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10137 postinstall_cmds='base_file=`basename \${file}`~
10138 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10139 dldir=$destdir/`dirname \$dlpath`~
10140 test -d \$dldir || mkdir -p \$dldir~
10141 $install_prog $dir/$dlname \$dldir/$dlname~
10142 chmod a+x \$dldir/$dlname~
10143 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10144 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10145 fi'
10146 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10147 dlpath=$dir/\$dldll~
10148 $RM \$dlpath'
10149 shlibpath_overrides_runpath=yes
10150
10151 case $host_os in
10152 cygwin*)
10153 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10154 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10155
10156 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10157 ;;
10158 mingw* | cegcc*)
10159 # MinGW DLLs use traditional 'lib' prefix
10160 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10161 ;;
10162 pw32*)
10163 # pw32 DLLs use 'pw' prefix rather than 'lib'
10164 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10165 ;;
10166 esac
10167 ;;
10168
10169 *)
10170 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10171 ;;
10172 esac
10173 dynamic_linker='Win32 ld.exe'
10174 # FIXME: first we should search . and the directory the executable is in
10175 shlibpath_var=PATH
10176 ;;
10177
10178 darwin* | rhapsody*)
10179 dynamic_linker="$host_os dyld"
10180 version_type=darwin
10181 need_lib_prefix=no
10182 need_version=no
10183 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10184 soname_spec='${libname}${release}${major}$shared_ext'
10185 shlibpath_overrides_runpath=yes
10186 shlibpath_var=DYLD_LIBRARY_PATH
10187 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10188
10189 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10190 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10191 ;;
10192
10193 dgux*)
10194 version_type=linux
10195 need_lib_prefix=no
10196 need_version=no
10197 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10198 soname_spec='${libname}${release}${shared_ext}$major'
10199 shlibpath_var=LD_LIBRARY_PATH
10200 ;;
10201
10202 freebsd* | dragonfly*)
10203 # DragonFly does not have aout. When/if they implement a new
10204 # versioning mechanism, adjust this.
10205 if test -x /usr/bin/objformat; then
10206 objformat=`/usr/bin/objformat`
10207 else
10208 case $host_os in
10209 freebsd[23].*) objformat=aout ;;
10210 *) objformat=elf ;;
10211 esac
10212 fi
10213 version_type=freebsd-$objformat
10214 case $version_type in
10215 freebsd-elf*)
10216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10217 need_version=no
10218 need_lib_prefix=no
10219 ;;
10220 freebsd-*)
10221 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10222 need_version=yes
10223 ;;
10224 esac
10225 shlibpath_var=LD_LIBRARY_PATH
10226 case $host_os in
10227 freebsd2.*)
10228 shlibpath_overrides_runpath=yes
10229 ;;
10230 freebsd3.[01]* | freebsdelf3.[01]*)
10231 shlibpath_overrides_runpath=yes
10232 hardcode_into_libs=yes
10233 ;;
10234 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10235 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10236 shlibpath_overrides_runpath=no
10237 hardcode_into_libs=yes
10238 ;;
10239 *) # from 4.6 on, and DragonFly
10240 shlibpath_overrides_runpath=yes
10241 hardcode_into_libs=yes
10242 ;;
10243 esac
10244 ;;
10245
10246 haiku*)
10247 version_type=linux
10248 need_lib_prefix=no
10249 need_version=no
10250 dynamic_linker="$host_os runtime_loader"
10251 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10252 soname_spec='${libname}${release}${shared_ext}$major'
10253 shlibpath_var=LIBRARY_PATH
10254 shlibpath_overrides_runpath=yes
10255 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10256 hardcode_into_libs=yes
10257 ;;
10258
10259 hpux9* | hpux10* | hpux11*)
10260 # Give a soname corresponding to the major version so that dld.sl refuses to
10261 # link against other versions.
10262 version_type=sunos
10263 need_lib_prefix=no
10264 need_version=no
10265 case $host_cpu in
10266 ia64*)
10267 shrext_cmds='.so'
10268 hardcode_into_libs=yes
10269 dynamic_linker="$host_os dld.so"
10270 shlibpath_var=LD_LIBRARY_PATH
10271 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10272 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10273 soname_spec='${libname}${release}${shared_ext}$major'
10274 if test "X$HPUX_IA64_MODE" = X32; then
10275 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10276 else
10277 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10278 fi
10279 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10280 ;;
10281 hppa*64*)
10282 shrext_cmds='.sl'
10283 hardcode_into_libs=yes
10284 dynamic_linker="$host_os dld.sl"
10285 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10286 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10287 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10288 soname_spec='${libname}${release}${shared_ext}$major'
10289 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10290 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10291 ;;
10292 *)
10293 shrext_cmds='.sl'
10294 dynamic_linker="$host_os dld.sl"
10295 shlibpath_var=SHLIB_PATH
10296 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10298 soname_spec='${libname}${release}${shared_ext}$major'
10299 ;;
10300 esac
10301 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10302 postinstall_cmds='chmod 555 $lib'
10303 # or fails outright, so override atomically:
10304 install_override_mode=555
10305 ;;
10306
10307 interix[3-9]*)
10308 version_type=linux
10309 need_lib_prefix=no
10310 need_version=no
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10312 soname_spec='${libname}${release}${shared_ext}$major'
10313 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10314 shlibpath_var=LD_LIBRARY_PATH
10315 shlibpath_overrides_runpath=no
10316 hardcode_into_libs=yes
10317 ;;
10318
10319 irix5* | irix6* | nonstopux*)
10320 case $host_os in
10321 nonstopux*) version_type=nonstopux ;;
10322 *)
10323 if test "$lt_cv_prog_gnu_ld" = yes; then
10324 version_type=linux
10325 else
10326 version_type=irix
10327 fi ;;
10328 esac
10329 need_lib_prefix=no
10330 need_version=no
10331 soname_spec='${libname}${release}${shared_ext}$major'
10332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10333 case $host_os in
10334 irix5* | nonstopux*)
10335 libsuff= shlibsuff=
10336 ;;
10337 *)
10338 case $LD in # libtool.m4 will add one of these switches to LD
10339 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10340 libsuff= shlibsuff= libmagic=32-bit;;
10341 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10342 libsuff=32 shlibsuff=N32 libmagic=N32;;
10343 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10344 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10345 *) libsuff= shlibsuff= libmagic=never-match;;
10346 esac
10347 ;;
10348 esac
10349 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10350 shlibpath_overrides_runpath=no
10351 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10352 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10353 hardcode_into_libs=yes
10354 ;;
10355
10356 # No shared lib support for Linux oldld, aout, or coff.
10357 linux*oldld* | linux*aout* | linux*coff*)
10358 dynamic_linker=no
10359 ;;
10360
10361 # This must be Linux ELF.
10362
10363 # uclinux* changes (here and below) have been submitted to the libtool
10364 # project, but have not yet been accepted: they are GCC-local changes
10365 # for the time being. (See
10366 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10367 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu* | uclinuxfdpiceabi)
10368 version_type=linux
10369 need_lib_prefix=no
10370 need_version=no
10371 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10372 soname_spec='${libname}${release}${shared_ext}$major'
10373 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10374 shlibpath_var=LD_LIBRARY_PATH
10375 shlibpath_overrides_runpath=no
10376
10377 # Some binutils ld are patched to set DT_RUNPATH
10378 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10379 $as_echo_n "(cached) " >&6
10380 else
10381 lt_cv_shlibpath_overrides_runpath=no
10382 save_LDFLAGS=$LDFLAGS
10383 save_libdir=$libdir
10384 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10385 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10387 /* end confdefs.h. */
10388
10389 int
10390 main ()
10391 {
10392
10393 ;
10394 return 0;
10395 }
10396 _ACEOF
10397 if ac_fn_c_try_link "$LINENO"; then :
10398 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10399 lt_cv_shlibpath_overrides_runpath=yes
10400 fi
10401 fi
10402 rm -f core conftest.err conftest.$ac_objext \
10403 conftest$ac_exeext conftest.$ac_ext
10404 LDFLAGS=$save_LDFLAGS
10405 libdir=$save_libdir
10406
10407 fi
10408
10409 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10410
10411 # This implies no fast_install, which is unacceptable.
10412 # Some rework will be needed to allow for fast_install
10413 # before this can be enabled.
10414 hardcode_into_libs=yes
10415
10416 # Append ld.so.conf contents to the search path
10417 if test -f /etc/ld.so.conf; then
10418 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' ' '`
10419 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10420 fi
10421
10422 # We used to test for /lib/ld.so.1 and disable shared libraries on
10423 # powerpc, because MkLinux only supported shared libraries with the
10424 # GNU dynamic linker. Since this was broken with cross compilers,
10425 # most powerpc-linux boxes support dynamic linking these days and
10426 # people can always --disable-shared, the test was removed, and we
10427 # assume the GNU/Linux dynamic linker is in use.
10428 dynamic_linker='GNU/Linux ld.so'
10429 ;;
10430
10431 netbsd*)
10432 version_type=sunos
10433 need_lib_prefix=no
10434 need_version=no
10435 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10436 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10437 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10438 dynamic_linker='NetBSD (a.out) ld.so'
10439 else
10440 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10441 soname_spec='${libname}${release}${shared_ext}$major'
10442 dynamic_linker='NetBSD ld.elf_so'
10443 fi
10444 shlibpath_var=LD_LIBRARY_PATH
10445 shlibpath_overrides_runpath=yes
10446 hardcode_into_libs=yes
10447 ;;
10448
10449 newsos6)
10450 version_type=linux
10451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10452 shlibpath_var=LD_LIBRARY_PATH
10453 shlibpath_overrides_runpath=yes
10454 ;;
10455
10456 *nto* | *qnx*)
10457 version_type=qnx
10458 need_lib_prefix=no
10459 need_version=no
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 shlibpath_var=LD_LIBRARY_PATH
10463 shlibpath_overrides_runpath=no
10464 hardcode_into_libs=yes
10465 dynamic_linker='ldqnx.so'
10466 ;;
10467
10468 openbsd*)
10469 version_type=sunos
10470 sys_lib_dlsearch_path_spec="/usr/lib"
10471 need_lib_prefix=no
10472 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10473 case $host_os in
10474 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10475 *) need_version=no ;;
10476 esac
10477 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10478 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10479 shlibpath_var=LD_LIBRARY_PATH
10480 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10481 case $host_os in
10482 openbsd2.[89] | openbsd2.[89].*)
10483 shlibpath_overrides_runpath=no
10484 ;;
10485 *)
10486 shlibpath_overrides_runpath=yes
10487 ;;
10488 esac
10489 else
10490 shlibpath_overrides_runpath=yes
10491 fi
10492 ;;
10493
10494 os2*)
10495 libname_spec='$name'
10496 shrext_cmds=".dll"
10497 need_lib_prefix=no
10498 library_names_spec='$libname${shared_ext} $libname.a'
10499 dynamic_linker='OS/2 ld.exe'
10500 shlibpath_var=LIBPATH
10501 ;;
10502
10503 osf3* | osf4* | osf5*)
10504 version_type=osf
10505 need_lib_prefix=no
10506 need_version=no
10507 soname_spec='${libname}${release}${shared_ext}$major'
10508 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10509 shlibpath_var=LD_LIBRARY_PATH
10510 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10511 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10512 ;;
10513
10514 rdos*)
10515 dynamic_linker=no
10516 ;;
10517
10518 solaris*)
10519 version_type=linux
10520 need_lib_prefix=no
10521 need_version=no
10522 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10523 soname_spec='${libname}${release}${shared_ext}$major'
10524 shlibpath_var=LD_LIBRARY_PATH
10525 shlibpath_overrides_runpath=yes
10526 hardcode_into_libs=yes
10527 # ldd complains unless libraries are executable
10528 postinstall_cmds='chmod +x $lib'
10529 ;;
10530
10531 sunos4*)
10532 version_type=sunos
10533 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10534 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10535 shlibpath_var=LD_LIBRARY_PATH
10536 shlibpath_overrides_runpath=yes
10537 if test "$with_gnu_ld" = yes; then
10538 need_lib_prefix=no
10539 fi
10540 need_version=yes
10541 ;;
10542
10543 sysv4 | sysv4.3*)
10544 version_type=linux
10545 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10546 soname_spec='${libname}${release}${shared_ext}$major'
10547 shlibpath_var=LD_LIBRARY_PATH
10548 case $host_vendor in
10549 sni)
10550 shlibpath_overrides_runpath=no
10551 need_lib_prefix=no
10552 runpath_var=LD_RUN_PATH
10553 ;;
10554 siemens)
10555 need_lib_prefix=no
10556 ;;
10557 motorola)
10558 need_lib_prefix=no
10559 need_version=no
10560 shlibpath_overrides_runpath=no
10561 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10562 ;;
10563 esac
10564 ;;
10565
10566 sysv4*MP*)
10567 if test -d /usr/nec ;then
10568 version_type=linux
10569 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10570 soname_spec='$libname${shared_ext}.$major'
10571 shlibpath_var=LD_LIBRARY_PATH
10572 fi
10573 ;;
10574
10575 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10576 version_type=freebsd-elf
10577 need_lib_prefix=no
10578 need_version=no
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10580 soname_spec='${libname}${release}${shared_ext}$major'
10581 shlibpath_var=LD_LIBRARY_PATH
10582 shlibpath_overrides_runpath=yes
10583 hardcode_into_libs=yes
10584 if test "$with_gnu_ld" = yes; then
10585 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10586 else
10587 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10588 case $host_os in
10589 sco3.2v5*)
10590 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10591 ;;
10592 esac
10593 fi
10594 sys_lib_dlsearch_path_spec='/usr/lib'
10595 ;;
10596
10597 tpf*)
10598 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10599 version_type=linux
10600 need_lib_prefix=no
10601 need_version=no
10602 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10603 shlibpath_var=LD_LIBRARY_PATH
10604 shlibpath_overrides_runpath=no
10605 hardcode_into_libs=yes
10606 ;;
10607
10608 uts4*)
10609 version_type=linux
10610 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10611 soname_spec='${libname}${release}${shared_ext}$major'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 ;;
10614
10615 # Shared libraries for VwWorks, >= 7 only at this stage
10616 # and (fpic) still incompatible with "large" code models
10617 # in a few configurations. Only for RTP mode in any case,
10618 # and upon explicit request at configure time.
10619 vxworks7*)
10620 dynamic_linker=no
10621 case ${with_multisubdir}-${enable_shared} in
10622 *large*)
10623 ;;
10624 *mrtp*-yes)
10625 version_type=linux
10626 need_lib_prefix=no
10627 need_version=no
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 dynamic_linker="$host_os module_loader"
10631 ;;
10632 esac
10633 ;;
10634 *)
10635 dynamic_linker=no
10636 ;;
10637 esac
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10639 $as_echo "$dynamic_linker" >&6; }
10640 test "$dynamic_linker" = no && can_build_shared=no
10641
10642 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10643 if test "$GCC" = yes; then
10644 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10645 fi
10646
10647 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10648 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10649 fi
10650 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10651 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10652 fi
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
10709
10710
10711
10712
10713
10714
10715
10716
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10746 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10747 hardcode_action=
10748 if test -n "$hardcode_libdir_flag_spec" ||
10749 test -n "$runpath_var" ||
10750 test "X$hardcode_automatic" = "Xyes" ; then
10751
10752 # We can hardcode non-existent directories.
10753 if test "$hardcode_direct" != no &&
10754 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10755 # have to relink, otherwise we might link with an installed library
10756 # when we should be linking with a yet-to-be-installed one
10757 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10758 test "$hardcode_minus_L" != no; then
10759 # Linking always hardcodes the temporary library directory.
10760 hardcode_action=relink
10761 else
10762 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10763 hardcode_action=immediate
10764 fi
10765 else
10766 # We cannot hardcode anything, or else we can only hardcode existing
10767 # directories.
10768 hardcode_action=unsupported
10769 fi
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10771 $as_echo "$hardcode_action" >&6; }
10772
10773 if test "$hardcode_action" = relink ||
10774 test "$inherit_rpath" = yes; then
10775 # Fast installation is not supported
10776 enable_fast_install=no
10777 elif test "$shlibpath_overrides_runpath" = yes ||
10778 test "$enable_shared" = no; then
10779 # Fast installation is not necessary
10780 enable_fast_install=needless
10781 fi
10782
10783
10784
10785
10786
10787
10788 if test "x$enable_dlopen" != xyes; then
10789 enable_dlopen=unknown
10790 enable_dlopen_self=unknown
10791 enable_dlopen_self_static=unknown
10792 else
10793 lt_cv_dlopen=no
10794 lt_cv_dlopen_libs=
10795
10796 case $host_os in
10797 beos*)
10798 lt_cv_dlopen="load_add_on"
10799 lt_cv_dlopen_libs=
10800 lt_cv_dlopen_self=yes
10801 ;;
10802
10803 mingw* | pw32* | cegcc*)
10804 lt_cv_dlopen="LoadLibrary"
10805 lt_cv_dlopen_libs=
10806 ;;
10807
10808 cygwin*)
10809 lt_cv_dlopen="dlopen"
10810 lt_cv_dlopen_libs=
10811 ;;
10812
10813 darwin*)
10814 # if libdl is installed we need to link against it
10815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10816 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10817 if ${ac_cv_lib_dl_dlopen+:} false; then :
10818 $as_echo_n "(cached) " >&6
10819 else
10820 ac_check_lib_save_LIBS=$LIBS
10821 LIBS="-ldl $LIBS"
10822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10823 /* end confdefs.h. */
10824
10825 /* Override any GCC internal prototype to avoid an error.
10826 Use char because int might match the return type of a GCC
10827 builtin and then its argument prototype would still apply. */
10828 #ifdef __cplusplus
10829 extern "C"
10830 #endif
10831 char dlopen ();
10832 int
10833 main ()
10834 {
10835 return dlopen ();
10836 ;
10837 return 0;
10838 }
10839 _ACEOF
10840 if ac_fn_c_try_link "$LINENO"; then :
10841 ac_cv_lib_dl_dlopen=yes
10842 else
10843 ac_cv_lib_dl_dlopen=no
10844 fi
10845 rm -f core conftest.err conftest.$ac_objext \
10846 conftest$ac_exeext conftest.$ac_ext
10847 LIBS=$ac_check_lib_save_LIBS
10848 fi
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10850 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10851 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10852 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10853 else
10854
10855 lt_cv_dlopen="dyld"
10856 lt_cv_dlopen_libs=
10857 lt_cv_dlopen_self=yes
10858
10859 fi
10860
10861 ;;
10862
10863 *)
10864 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10865 if test "x$ac_cv_func_shl_load" = xyes; then :
10866 lt_cv_dlopen="shl_load"
10867 else
10868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10869 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10870 if ${ac_cv_lib_dld_shl_load+:} false; then :
10871 $as_echo_n "(cached) " >&6
10872 else
10873 ac_check_lib_save_LIBS=$LIBS
10874 LIBS="-ldld $LIBS"
10875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10876 /* end confdefs.h. */
10877
10878 /* Override any GCC internal prototype to avoid an error.
10879 Use char because int might match the return type of a GCC
10880 builtin and then its argument prototype would still apply. */
10881 #ifdef __cplusplus
10882 extern "C"
10883 #endif
10884 char shl_load ();
10885 int
10886 main ()
10887 {
10888 return shl_load ();
10889 ;
10890 return 0;
10891 }
10892 _ACEOF
10893 if ac_fn_c_try_link "$LINENO"; then :
10894 ac_cv_lib_dld_shl_load=yes
10895 else
10896 ac_cv_lib_dld_shl_load=no
10897 fi
10898 rm -f core conftest.err conftest.$ac_objext \
10899 conftest$ac_exeext conftest.$ac_ext
10900 LIBS=$ac_check_lib_save_LIBS
10901 fi
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10903 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10904 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10905 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10906 else
10907 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10908 if test "x$ac_cv_func_dlopen" = xyes; then :
10909 lt_cv_dlopen="dlopen"
10910 else
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10912 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10913 if ${ac_cv_lib_dl_dlopen+:} false; then :
10914 $as_echo_n "(cached) " >&6
10915 else
10916 ac_check_lib_save_LIBS=$LIBS
10917 LIBS="-ldl $LIBS"
10918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10919 /* end confdefs.h. */
10920
10921 /* Override any GCC internal prototype to avoid an error.
10922 Use char because int might match the return type of a GCC
10923 builtin and then its argument prototype would still apply. */
10924 #ifdef __cplusplus
10925 extern "C"
10926 #endif
10927 char dlopen ();
10928 int
10929 main ()
10930 {
10931 return dlopen ();
10932 ;
10933 return 0;
10934 }
10935 _ACEOF
10936 if ac_fn_c_try_link "$LINENO"; then :
10937 ac_cv_lib_dl_dlopen=yes
10938 else
10939 ac_cv_lib_dl_dlopen=no
10940 fi
10941 rm -f core conftest.err conftest.$ac_objext \
10942 conftest$ac_exeext conftest.$ac_ext
10943 LIBS=$ac_check_lib_save_LIBS
10944 fi
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10946 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10947 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10948 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10949 else
10950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10951 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10952 if ${ac_cv_lib_svld_dlopen+:} false; then :
10953 $as_echo_n "(cached) " >&6
10954 else
10955 ac_check_lib_save_LIBS=$LIBS
10956 LIBS="-lsvld $LIBS"
10957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10958 /* end confdefs.h. */
10959
10960 /* Override any GCC internal prototype to avoid an error.
10961 Use char because int might match the return type of a GCC
10962 builtin and then its argument prototype would still apply. */
10963 #ifdef __cplusplus
10964 extern "C"
10965 #endif
10966 char dlopen ();
10967 int
10968 main ()
10969 {
10970 return dlopen ();
10971 ;
10972 return 0;
10973 }
10974 _ACEOF
10975 if ac_fn_c_try_link "$LINENO"; then :
10976 ac_cv_lib_svld_dlopen=yes
10977 else
10978 ac_cv_lib_svld_dlopen=no
10979 fi
10980 rm -f core conftest.err conftest.$ac_objext \
10981 conftest$ac_exeext conftest.$ac_ext
10982 LIBS=$ac_check_lib_save_LIBS
10983 fi
10984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10985 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10986 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10987 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10988 else
10989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10990 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10991 if ${ac_cv_lib_dld_dld_link+:} false; then :
10992 $as_echo_n "(cached) " >&6
10993 else
10994 ac_check_lib_save_LIBS=$LIBS
10995 LIBS="-ldld $LIBS"
10996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10997 /* end confdefs.h. */
10998
10999 /* Override any GCC internal prototype to avoid an error.
11000 Use char because int might match the return type of a GCC
11001 builtin and then its argument prototype would still apply. */
11002 #ifdef __cplusplus
11003 extern "C"
11004 #endif
11005 char dld_link ();
11006 int
11007 main ()
11008 {
11009 return dld_link ();
11010 ;
11011 return 0;
11012 }
11013 _ACEOF
11014 if ac_fn_c_try_link "$LINENO"; then :
11015 ac_cv_lib_dld_dld_link=yes
11016 else
11017 ac_cv_lib_dld_dld_link=no
11018 fi
11019 rm -f core conftest.err conftest.$ac_objext \
11020 conftest$ac_exeext conftest.$ac_ext
11021 LIBS=$ac_check_lib_save_LIBS
11022 fi
11023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11024 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11025 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11026 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11027 fi
11028
11029
11030 fi
11031
11032
11033 fi
11034
11035
11036 fi
11037
11038
11039 fi
11040
11041
11042 fi
11043
11044 ;;
11045 esac
11046
11047 if test "x$lt_cv_dlopen" != xno; then
11048 enable_dlopen=yes
11049 else
11050 enable_dlopen=no
11051 fi
11052
11053 case $lt_cv_dlopen in
11054 dlopen)
11055 save_CPPFLAGS="$CPPFLAGS"
11056 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11057
11058 save_LDFLAGS="$LDFLAGS"
11059 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11060
11061 save_LIBS="$LIBS"
11062 LIBS="$lt_cv_dlopen_libs $LIBS"
11063
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11065 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11066 if ${lt_cv_dlopen_self+:} false; then :
11067 $as_echo_n "(cached) " >&6
11068 else
11069 if test "$cross_compiling" = yes; then :
11070 lt_cv_dlopen_self=cross
11071 else
11072 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11073 lt_status=$lt_dlunknown
11074 cat > conftest.$ac_ext <<_LT_EOF
11075 #line 11075 "configure"
11076 #include "confdefs.h"
11077
11078 #if HAVE_DLFCN_H
11079 #include <dlfcn.h>
11080 #endif
11081
11082 #include <stdio.h>
11083
11084 #ifdef RTLD_GLOBAL
11085 # define LT_DLGLOBAL RTLD_GLOBAL
11086 #else
11087 # ifdef DL_GLOBAL
11088 # define LT_DLGLOBAL DL_GLOBAL
11089 # else
11090 # define LT_DLGLOBAL 0
11091 # endif
11092 #endif
11093
11094 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11095 find out it does not work in some platform. */
11096 #ifndef LT_DLLAZY_OR_NOW
11097 # ifdef RTLD_LAZY
11098 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11099 # else
11100 # ifdef DL_LAZY
11101 # define LT_DLLAZY_OR_NOW DL_LAZY
11102 # else
11103 # ifdef RTLD_NOW
11104 # define LT_DLLAZY_OR_NOW RTLD_NOW
11105 # else
11106 # ifdef DL_NOW
11107 # define LT_DLLAZY_OR_NOW DL_NOW
11108 # else
11109 # define LT_DLLAZY_OR_NOW 0
11110 # endif
11111 # endif
11112 # endif
11113 # endif
11114 #endif
11115
11116 /* When -fvisbility=hidden is used, assume the code has been annotated
11117 correspondingly for the symbols needed. */
11118 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11119 void fnord () __attribute__((visibility("default")));
11120 #endif
11121
11122 void fnord () { int i=42; }
11123 int main ()
11124 {
11125 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11126 int status = $lt_dlunknown;
11127
11128 if (self)
11129 {
11130 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11131 else
11132 {
11133 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11134 else puts (dlerror ());
11135 }
11136 /* dlclose (self); */
11137 }
11138 else
11139 puts (dlerror ());
11140
11141 return status;
11142 }
11143 _LT_EOF
11144 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11145 (eval $ac_link) 2>&5
11146 ac_status=$?
11147 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11148 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11149 (./conftest; exit; ) >&5 2>/dev/null
11150 lt_status=$?
11151 case x$lt_status in
11152 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11153 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11154 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11155 esac
11156 else :
11157 # compilation failed
11158 lt_cv_dlopen_self=no
11159 fi
11160 fi
11161 rm -fr conftest*
11162
11163
11164 fi
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11166 $as_echo "$lt_cv_dlopen_self" >&6; }
11167
11168 if test "x$lt_cv_dlopen_self" = xyes; then
11169 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11171 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11172 if ${lt_cv_dlopen_self_static+:} false; then :
11173 $as_echo_n "(cached) " >&6
11174 else
11175 if test "$cross_compiling" = yes; then :
11176 lt_cv_dlopen_self_static=cross
11177 else
11178 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11179 lt_status=$lt_dlunknown
11180 cat > conftest.$ac_ext <<_LT_EOF
11181 #line 11181 "configure"
11182 #include "confdefs.h"
11183
11184 #if HAVE_DLFCN_H
11185 #include <dlfcn.h>
11186 #endif
11187
11188 #include <stdio.h>
11189
11190 #ifdef RTLD_GLOBAL
11191 # define LT_DLGLOBAL RTLD_GLOBAL
11192 #else
11193 # ifdef DL_GLOBAL
11194 # define LT_DLGLOBAL DL_GLOBAL
11195 # else
11196 # define LT_DLGLOBAL 0
11197 # endif
11198 #endif
11199
11200 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11201 find out it does not work in some platform. */
11202 #ifndef LT_DLLAZY_OR_NOW
11203 # ifdef RTLD_LAZY
11204 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11205 # else
11206 # ifdef DL_LAZY
11207 # define LT_DLLAZY_OR_NOW DL_LAZY
11208 # else
11209 # ifdef RTLD_NOW
11210 # define LT_DLLAZY_OR_NOW RTLD_NOW
11211 # else
11212 # ifdef DL_NOW
11213 # define LT_DLLAZY_OR_NOW DL_NOW
11214 # else
11215 # define LT_DLLAZY_OR_NOW 0
11216 # endif
11217 # endif
11218 # endif
11219 # endif
11220 #endif
11221
11222 /* When -fvisbility=hidden is used, assume the code has been annotated
11223 correspondingly for the symbols needed. */
11224 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11225 void fnord () __attribute__((visibility("default")));
11226 #endif
11227
11228 void fnord () { int i=42; }
11229 int main ()
11230 {
11231 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11232 int status = $lt_dlunknown;
11233
11234 if (self)
11235 {
11236 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11237 else
11238 {
11239 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11240 else puts (dlerror ());
11241 }
11242 /* dlclose (self); */
11243 }
11244 else
11245 puts (dlerror ());
11246
11247 return status;
11248 }
11249 _LT_EOF
11250 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11251 (eval $ac_link) 2>&5
11252 ac_status=$?
11253 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11254 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11255 (./conftest; exit; ) >&5 2>/dev/null
11256 lt_status=$?
11257 case x$lt_status in
11258 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11259 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11260 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11261 esac
11262 else :
11263 # compilation failed
11264 lt_cv_dlopen_self_static=no
11265 fi
11266 fi
11267 rm -fr conftest*
11268
11269
11270 fi
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11272 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11273 fi
11274
11275 CPPFLAGS="$save_CPPFLAGS"
11276 LDFLAGS="$save_LDFLAGS"
11277 LIBS="$save_LIBS"
11278 ;;
11279 esac
11280
11281 case $lt_cv_dlopen_self in
11282 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11283 *) enable_dlopen_self=unknown ;;
11284 esac
11285
11286 case $lt_cv_dlopen_self_static in
11287 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11288 *) enable_dlopen_self_static=unknown ;;
11289 esac
11290 fi
11291
11292
11293
11294
11295
11296
11297
11298
11299
11300
11301
11302
11303
11304
11305
11306
11307
11308 striplib=
11309 old_striplib=
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11311 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11312 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11313 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11314 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11316 $as_echo "yes" >&6; }
11317 else
11318 # FIXME - insert some real tests, host_os isn't really good enough
11319 case $host_os in
11320 darwin*)
11321 if test -n "$STRIP" ; then
11322 striplib="$STRIP -x"
11323 old_striplib="$STRIP -S"
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11325 $as_echo "yes" >&6; }
11326 else
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11328 $as_echo "no" >&6; }
11329 fi
11330 ;;
11331 *)
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11333 $as_echo "no" >&6; }
11334 ;;
11335 esac
11336 fi
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349 # Report which library types will actually be built
11350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11351 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11353 $as_echo "$can_build_shared" >&6; }
11354
11355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11356 $as_echo_n "checking whether to build shared libraries... " >&6; }
11357 test "$can_build_shared" = "no" && enable_shared=no
11358
11359 # On AIX, shared libraries and static libraries use the same namespace, and
11360 # are all built from PIC.
11361 case $host_os in
11362 aix3*)
11363 test "$enable_shared" = yes && enable_static=no
11364 if test -n "$RANLIB"; then
11365 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11366 postinstall_cmds='$RANLIB $lib'
11367 fi
11368 ;;
11369
11370 aix[4-9]*)
11371 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11372 test "$enable_shared" = yes && enable_static=no
11373 fi
11374 ;;
11375 esac
11376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11377 $as_echo "$enable_shared" >&6; }
11378
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11380 $as_echo_n "checking whether to build static libraries... " >&6; }
11381 # Make sure either enable_shared or enable_static is yes.
11382 test "$enable_shared" = yes || enable_static=yes
11383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11384 $as_echo "$enable_static" >&6; }
11385
11386
11387
11388
11389 fi
11390 ac_ext=c
11391 ac_cpp='$CPP $CPPFLAGS'
11392 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11393 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11394 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11395
11396 CC="$lt_save_CC"
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410 ac_config_commands="$ac_config_commands libtool"
11411
11412
11413
11414
11415 # Only expand once:
11416
11417
11418
11419 ac_checking=
11420 . ${srcdir}/../bfd/development.sh
11421 test "$development" = true && ac_checking=yes
11422 # Check whether --enable-checking was given.
11423 if test "${enable_checking+set}" = set; then :
11424 enableval=$enable_checking; case "${enableval}" in
11425 no|none) ac_checking= ;;
11426 *) ac_checking=yes ;;
11427 esac
11428 fi
11429 if test x$ac_checking != x ; then
11430
11431 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11432
11433 fi
11434
11435 # Check whether --enable-targets was given.
11436 if test "${enable_targets+set}" = set; then :
11437 enableval=$enable_targets; case "${enableval}" in
11438 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11439 ;;
11440 no) enable_targets= ;;
11441 *) enable_targets=$enableval ;;
11442 esac
11443 fi
11444
11445
11446 # Set the 'development' global.
11447 . $srcdir/../bfd/development.sh
11448
11449 # Set acp_cpp_for_build variable
11450 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11451
11452 # Default set of GCC warnings to enable.
11453 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11454 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11455
11456 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11458 /* end confdefs.h. */
11459 __GNUC__
11460 _ACEOF
11461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11462 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11463
11464 else
11465 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11466 fi
11467 rm -f conftest*
11468
11469
11470 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11472 /* end confdefs.h. */
11473 __GNUC__
11474 _ACEOF
11475 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11476 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11477
11478 else
11479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11480 /* end confdefs.h. */
11481 __clang__
11482 _ACEOF
11483 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11484 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11485 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11486 fi
11487 rm -f conftest*
11488
11489 fi
11490 rm -f conftest*
11491
11492
11493 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11494 WARN_WRITE_STRINGS=""
11495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11496 /* end confdefs.h. */
11497 __GNUC__
11498 _ACEOF
11499 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11500 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11501
11502 else
11503 WARN_WRITE_STRINGS="-Wwrite-strings"
11504 fi
11505 rm -f conftest*
11506
11507
11508 # Verify CC_FOR_BUILD to be compatible with warning flags
11509
11510 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11512 /* end confdefs.h. */
11513 __GNUC__
11514 _ACEOF
11515 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11516 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11517
11518 else
11519 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11520 fi
11521 rm -f conftest*
11522
11523
11524 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11526 /* end confdefs.h. */
11527 __GNUC__
11528 _ACEOF
11529 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11530 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11531
11532 else
11533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11534 /* end confdefs.h. */
11535 __clang__
11536 _ACEOF
11537 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11538 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11539 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11540 fi
11541 rm -f conftest*
11542
11543 fi
11544 rm -f conftest*
11545
11546
11547 # Check whether --enable-werror was given.
11548 if test "${enable_werror+set}" = set; then :
11549 enableval=$enable_werror; case "${enableval}" in
11550 yes | y) ERROR_ON_WARNING="yes" ;;
11551 no | n) ERROR_ON_WARNING="no" ;;
11552 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11553 esac
11554 fi
11555
11556
11557 # Disable -Wformat by default when using gcc on mingw
11558 case "${host}" in
11559 *-*-mingw32*)
11560 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11561 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11562 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11563 fi
11564 ;;
11565 *) ;;
11566 esac
11567
11568 # Enable -Werror by default when using gcc. Turn it off for releases.
11569 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11570 ERROR_ON_WARNING=yes
11571 fi
11572
11573 NO_WERROR=
11574 if test "${ERROR_ON_WARNING}" = yes ; then
11575 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11576 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11577 NO_WERROR="-Wno-error"
11578 fi
11579
11580 if test "${GCC}" = yes ; then
11581 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11582 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11583 fi
11584
11585 # Check whether --enable-build-warnings was given.
11586 if test "${enable_build_warnings+set}" = set; then :
11587 enableval=$enable_build_warnings; case "${enableval}" in
11588 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11589 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11590 no) if test "${GCC}" = yes ; then
11591 WARN_CFLAGS="-w"
11592 WARN_CFLAGS_FOR_BUILD="-w"
11593 fi;;
11594 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11595 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11596 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11597 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11598 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11599 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11600 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11601 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11602 esac
11603 fi
11604
11605
11606 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11607 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11608 fi
11609
11610
11611
11612
11613
11614
11615
11616 ac_config_headers="$ac_config_headers config.h:config.in"
11617
11618
11619 # PR 14072
11620
11621
11622 if test -z "$target" ; then
11623 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
11624 fi
11625
11626
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11628 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11629 # Check whether --enable-maintainer-mode was given.
11630 if test "${enable_maintainer_mode+set}" = set; then :
11631 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11632 else
11633 USE_MAINTAINER_MODE=no
11634 fi
11635
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11637 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11638 if test $USE_MAINTAINER_MODE = yes; then
11639 MAINTAINER_MODE_TRUE=
11640 MAINTAINER_MODE_FALSE='#'
11641 else
11642 MAINTAINER_MODE_TRUE='#'
11643 MAINTAINER_MODE_FALSE=
11644 fi
11645
11646 MAINT=$MAINTAINER_MODE_TRUE
11647
11648
11649 case ${build_alias} in
11650 "") build_noncanonical=${build} ;;
11651 *) build_noncanonical=${build_alias} ;;
11652 esac
11653
11654 case ${host_alias} in
11655 "") host_noncanonical=${build_noncanonical} ;;
11656 *) host_noncanonical=${host_alias} ;;
11657 esac
11658
11659 case ${target_alias} in
11660 "") target_noncanonical=${host_noncanonical} ;;
11661 *) target_noncanonical=${target_alias} ;;
11662 esac
11663
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11665 $as_echo_n "checking whether to install libbfd... " >&6; }
11666 # Check whether --enable-install-libbfd was given.
11667 if test "${enable_install_libbfd+set}" = set; then :
11668 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
11669 else
11670 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11671 install_libbfd_p=yes
11672 else
11673 install_libbfd_p=no
11674 fi
11675 fi
11676
11677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11678 $as_echo "$install_libbfd_p" >&6; }
11679 if test $install_libbfd_p = yes; then
11680 INSTALL_LIBBFD_TRUE=
11681 INSTALL_LIBBFD_FALSE='#'
11682 else
11683 INSTALL_LIBBFD_TRUE='#'
11684 INSTALL_LIBBFD_FALSE=
11685 fi
11686
11687 # Need _noncanonical variables for this.
11688
11689
11690
11691
11692 # libbfd.a is a host library containing target dependent code
11693 bfdlibdir='$(libdir)'
11694 bfdincludedir='$(includedir)'
11695 if test "${host}" != "${target}"; then
11696 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11697 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11698 fi
11699
11700
11701
11702
11703
11704
11705
11706
11707 # host-specific stuff:
11708
11709 ALL_LINGUAS="da de es fi fr ga id it nl pt_BR ro sr sv tr uk vi zh_CN"
11710 # If we haven't got the data from the intl directory,
11711 # assume NLS is disabled.
11712 USE_NLS=no
11713 LIBINTL=
11714 LIBINTL_DEP=
11715 INCINTL=
11716 XGETTEXT=
11717 GMSGFMT=
11718 POSUB=
11719
11720 if test -f ../intl/config.intl; then
11721 . ../intl/config.intl
11722 fi
11723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11724 $as_echo_n "checking whether NLS is requested... " >&6; }
11725 if test x"$USE_NLS" != xyes; then
11726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11727 $as_echo "no" >&6; }
11728 else
11729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11730 $as_echo "yes" >&6; }
11731
11732 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11733
11734
11735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11736 $as_echo_n "checking for catalogs to be installed... " >&6; }
11737 # Look for .po and .gmo files in the source directory.
11738 CATALOGS=
11739 XLINGUAS=
11740 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11741 # If there aren't any .gmo files the shell will give us the
11742 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11743 # weeded out.
11744 case "$cat" in *\**)
11745 continue;;
11746 esac
11747 # The quadruple backslash is collapsed to a double backslash
11748 # by the backticks, then collapsed again by the double quotes,
11749 # leaving us with one backslash in the sed expression (right
11750 # before the dot that mustn't act as a wildcard).
11751 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11752 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11753 # The user is allowed to set LINGUAS to a list of languages to
11754 # install catalogs for. If it's empty that means "all of them."
11755 if test "x$LINGUAS" = x; then
11756 CATALOGS="$CATALOGS $cat"
11757 XLINGUAS="$XLINGUAS $lang"
11758 else
11759 case "$LINGUAS" in *$lang*)
11760 CATALOGS="$CATALOGS $cat"
11761 XLINGUAS="$XLINGUAS $lang"
11762 ;;
11763 esac
11764 fi
11765 done
11766 LINGUAS="$XLINGUAS"
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11768 $as_echo "$LINGUAS" >&6; }
11769
11770
11771 DATADIRNAME=share
11772
11773 INSTOBJEXT=.mo
11774
11775 GENCAT=gencat
11776
11777 CATOBJEXT=.gmo
11778
11779 fi
11780
11781 MKINSTALLDIRS=
11782 if test -n "$ac_aux_dir"; then
11783 case "$ac_aux_dir" in
11784 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11785 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11786 esac
11787 fi
11788 if test -z "$MKINSTALLDIRS"; then
11789 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11790 fi
11791
11792
11793
11794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11795 $as_echo_n "checking whether NLS is requested... " >&6; }
11796 # Check whether --enable-nls was given.
11797 if test "${enable_nls+set}" = set; then :
11798 enableval=$enable_nls; USE_NLS=$enableval
11799 else
11800 USE_NLS=yes
11801 fi
11802
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11804 $as_echo "$USE_NLS" >&6; }
11805
11806
11807
11808
11809
11810
11811 # Prepare PATH_SEPARATOR.
11812 # The user is always right.
11813 if test "${PATH_SEPARATOR+set}" != set; then
11814 echo "#! /bin/sh" >conf$$.sh
11815 echo "exit 0" >>conf$$.sh
11816 chmod +x conf$$.sh
11817 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11818 PATH_SEPARATOR=';'
11819 else
11820 PATH_SEPARATOR=:
11821 fi
11822 rm -f conf$$.sh
11823 fi
11824
11825 # Find out how to test for executable files. Don't use a zero-byte file,
11826 # as systems may use methods other than mode bits to determine executability.
11827 cat >conf$$.file <<_ASEOF
11828 #! /bin/sh
11829 exit 0
11830 _ASEOF
11831 chmod +x conf$$.file
11832 if test -x conf$$.file >/dev/null 2>&1; then
11833 ac_executable_p="test -x"
11834 else
11835 ac_executable_p="test -f"
11836 fi
11837 rm -f conf$$.file
11838
11839 # Extract the first word of "msgfmt", so it can be a program name with args.
11840 set dummy msgfmt; ac_word=$2
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11842 $as_echo_n "checking for $ac_word... " >&6; }
11843 if ${ac_cv_path_MSGFMT+:} false; then :
11844 $as_echo_n "(cached) " >&6
11845 else
11846 case "$MSGFMT" in
11847 [\\/]* | ?:[\\/]*)
11848 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11849 ;;
11850 *)
11851 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11852 for ac_dir in $PATH; do
11853 IFS="$ac_save_IFS"
11854 test -z "$ac_dir" && ac_dir=.
11855 for ac_exec_ext in '' $ac_executable_extensions; do
11856 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11857 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11858 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11859 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11860 break 2
11861 fi
11862 fi
11863 done
11864 done
11865 IFS="$ac_save_IFS"
11866 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11867 ;;
11868 esac
11869 fi
11870 MSGFMT="$ac_cv_path_MSGFMT"
11871 if test "$MSGFMT" != ":"; then
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11873 $as_echo "$MSGFMT" >&6; }
11874 else
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11876 $as_echo "no" >&6; }
11877 fi
11878
11879 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11880 set dummy gmsgfmt; ac_word=$2
11881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11882 $as_echo_n "checking for $ac_word... " >&6; }
11883 if ${ac_cv_path_GMSGFMT+:} false; then :
11884 $as_echo_n "(cached) " >&6
11885 else
11886 case $GMSGFMT in
11887 [\\/]* | ?:[\\/]*)
11888 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11889 ;;
11890 *)
11891 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11892 for as_dir in $PATH
11893 do
11894 IFS=$as_save_IFS
11895 test -z "$as_dir" && as_dir=.
11896 for ac_exec_ext in '' $ac_executable_extensions; do
11897 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11898 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
11899 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11900 break 2
11901 fi
11902 done
11903 done
11904 IFS=$as_save_IFS
11905
11906 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
11907 ;;
11908 esac
11909 fi
11910 GMSGFMT=$ac_cv_path_GMSGFMT
11911 if test -n "$GMSGFMT"; then
11912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
11913 $as_echo "$GMSGFMT" >&6; }
11914 else
11915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11916 $as_echo "no" >&6; }
11917 fi
11918
11919
11920
11921
11922 # Prepare PATH_SEPARATOR.
11923 # The user is always right.
11924 if test "${PATH_SEPARATOR+set}" != set; then
11925 echo "#! /bin/sh" >conf$$.sh
11926 echo "exit 0" >>conf$$.sh
11927 chmod +x conf$$.sh
11928 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11929 PATH_SEPARATOR=';'
11930 else
11931 PATH_SEPARATOR=:
11932 fi
11933 rm -f conf$$.sh
11934 fi
11935
11936 # Find out how to test for executable files. Don't use a zero-byte file,
11937 # as systems may use methods other than mode bits to determine executability.
11938 cat >conf$$.file <<_ASEOF
11939 #! /bin/sh
11940 exit 0
11941 _ASEOF
11942 chmod +x conf$$.file
11943 if test -x conf$$.file >/dev/null 2>&1; then
11944 ac_executable_p="test -x"
11945 else
11946 ac_executable_p="test -f"
11947 fi
11948 rm -f conf$$.file
11949
11950 # Extract the first word of "xgettext", so it can be a program name with args.
11951 set dummy xgettext; ac_word=$2
11952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11953 $as_echo_n "checking for $ac_word... " >&6; }
11954 if ${ac_cv_path_XGETTEXT+:} false; then :
11955 $as_echo_n "(cached) " >&6
11956 else
11957 case "$XGETTEXT" in
11958 [\\/]* | ?:[\\/]*)
11959 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
11960 ;;
11961 *)
11962 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11963 for ac_dir in $PATH; do
11964 IFS="$ac_save_IFS"
11965 test -z "$ac_dir" && ac_dir=.
11966 for ac_exec_ext in '' $ac_executable_extensions; do
11967 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11968 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
11969 (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
11970 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
11971 break 2
11972 fi
11973 fi
11974 done
11975 done
11976 IFS="$ac_save_IFS"
11977 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
11978 ;;
11979 esac
11980 fi
11981 XGETTEXT="$ac_cv_path_XGETTEXT"
11982 if test "$XGETTEXT" != ":"; then
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
11984 $as_echo "$XGETTEXT" >&6; }
11985 else
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11987 $as_echo "no" >&6; }
11988 fi
11989
11990 rm -f messages.po
11991
11992
11993 # Prepare PATH_SEPARATOR.
11994 # The user is always right.
11995 if test "${PATH_SEPARATOR+set}" != set; then
11996 echo "#! /bin/sh" >conf$$.sh
11997 echo "exit 0" >>conf$$.sh
11998 chmod +x conf$$.sh
11999 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12000 PATH_SEPARATOR=';'
12001 else
12002 PATH_SEPARATOR=:
12003 fi
12004 rm -f conf$$.sh
12005 fi
12006
12007 # Find out how to test for executable files. Don't use a zero-byte file,
12008 # as systems may use methods other than mode bits to determine executability.
12009 cat >conf$$.file <<_ASEOF
12010 #! /bin/sh
12011 exit 0
12012 _ASEOF
12013 chmod +x conf$$.file
12014 if test -x conf$$.file >/dev/null 2>&1; then
12015 ac_executable_p="test -x"
12016 else
12017 ac_executable_p="test -f"
12018 fi
12019 rm -f conf$$.file
12020
12021 # Extract the first word of "msgmerge", so it can be a program name with args.
12022 set dummy msgmerge; ac_word=$2
12023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12024 $as_echo_n "checking for $ac_word... " >&6; }
12025 if ${ac_cv_path_MSGMERGE+:} false; then :
12026 $as_echo_n "(cached) " >&6
12027 else
12028 case "$MSGMERGE" in
12029 [\\/]* | ?:[\\/]*)
12030 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12031 ;;
12032 *)
12033 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12034 for ac_dir in $PATH; do
12035 IFS="$ac_save_IFS"
12036 test -z "$ac_dir" && ac_dir=.
12037 for ac_exec_ext in '' $ac_executable_extensions; do
12038 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12039 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12040 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12041 break 2
12042 fi
12043 fi
12044 done
12045 done
12046 IFS="$ac_save_IFS"
12047 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12048 ;;
12049 esac
12050 fi
12051 MSGMERGE="$ac_cv_path_MSGMERGE"
12052 if test "$MSGMERGE" != ":"; then
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12054 $as_echo "$MSGMERGE" >&6; }
12055 else
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12057 $as_echo "no" >&6; }
12058 fi
12059
12060
12061 if test "$GMSGFMT" != ":"; then
12062 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12063 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12064 : ;
12065 else
12066 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12068 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12069 GMSGFMT=":"
12070 fi
12071 fi
12072
12073 if test "$XGETTEXT" != ":"; then
12074 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12075 (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
12076 : ;
12077 else
12078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12079 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12080 XGETTEXT=":"
12081 fi
12082 rm -f messages.po
12083 fi
12084
12085 ac_config_commands="$ac_config_commands default-1"
12086
12087
12088
12089 . ${srcdir}/../bfd/configure.host
12090
12091 # Put a plausible default for CC_FOR_BUILD in Makefile.
12092 if test -z "$CC_FOR_BUILD"; then
12093 if test "x$cross_compiling" = "xno"; then
12094 CC_FOR_BUILD='$(CC)'
12095 else
12096 CC_FOR_BUILD=gcc
12097 fi
12098 fi
12099
12100 # Also set EXEEXT_FOR_BUILD.
12101 if test "x$cross_compiling" = "xno"; then
12102 EXEEXT_FOR_BUILD='$(EXEEXT)'
12103 else
12104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12105 $as_echo_n "checking for build system executable suffix... " >&6; }
12106 if ${bfd_cv_build_exeext+:} false; then :
12107 $as_echo_n "(cached) " >&6
12108 else
12109 rm -f conftest*
12110 echo 'int main () { return 0; }' > conftest.c
12111 bfd_cv_build_exeext=
12112 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12113 for file in conftest.*; do
12114 case $file in
12115 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12116 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12117 esac
12118 done
12119 rm -f conftest*
12120 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12121 fi
12122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12123 $as_echo "$bfd_cv_build_exeext" >&6; }
12124 EXEEXT_FOR_BUILD=""
12125 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12126 fi
12127
12128 # Check whether --enable-64-bit-bfd was given.
12129 if test "${enable_64_bit_bfd+set}" = set; then :
12130 enableval=$enable_64_bit_bfd; case $enableval in #(
12131 yes|no) :
12132 ;; #(
12133 *) :
12134 as_fn_error $? "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;; #(
12135 *) :
12136 ;;
12137 esac
12138 else
12139 enable_64_bit_bfd=no
12140 fi
12141
12142
12143 if test "x$enable_64_bit_bfd" = "xno"; then :
12144 # The cast to long int works around a bug in the HP C Compiler
12145 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12146 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12147 # This bug is HP SR number 8606223364.
12148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12149 $as_echo_n "checking size of void *... " >&6; }
12150 if ${ac_cv_sizeof_void_p+:} false; then :
12151 $as_echo_n "(cached) " >&6
12152 else
12153 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12154
12155 else
12156 if test "$ac_cv_type_void_p" = yes; then
12157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12158 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12159 as_fn_error 77 "cannot compute sizeof (void *)
12160 See \`config.log' for more details" "$LINENO" 5; }
12161 else
12162 ac_cv_sizeof_void_p=0
12163 fi
12164 fi
12165
12166 fi
12167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12168 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12169
12170
12171
12172 cat >>confdefs.h <<_ACEOF
12173 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12174 _ACEOF
12175
12176
12177 if test "x$ac_cv_sizeof_void_p" = "x8"; then :
12178 enable_64_bit_bfd=yes
12179 fi
12180
12181 fi
12182
12183 if test "x$enable_64_bit_bfd" = "xyes"; then
12184 ENABLE_BFD_64_BIT_TRUE=
12185 ENABLE_BFD_64_BIT_FALSE='#'
12186 else
12187 ENABLE_BFD_64_BIT_TRUE='#'
12188 ENABLE_BFD_64_BIT_FALSE=
12189 fi
12190
12191
12192
12193
12194
12195
12196 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12197 if test "x$ac_cv_have_decl_basename" = xyes; then :
12198 ac_have_decl=1
12199 else
12200 ac_have_decl=0
12201 fi
12202
12203 cat >>confdefs.h <<_ACEOF
12204 #define HAVE_DECL_BASENAME $ac_have_decl
12205 _ACEOF
12206 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12207 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
12208 ac_have_decl=1
12209 else
12210 ac_have_decl=0
12211 fi
12212
12213 cat >>confdefs.h <<_ACEOF
12214 #define HAVE_DECL_STPCPY $ac_have_decl
12215 _ACEOF
12216
12217
12218 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12219 # since sigsetjmp might only be defined as a macro.
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12221 $as_echo_n "checking for sigsetjmp... " >&6; }
12222 if ${gdb_cv_func_sigsetjmp+:} false; then :
12223 $as_echo_n "(cached) " >&6
12224 else
12225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12226 /* end confdefs.h. */
12227
12228 #include <setjmp.h>
12229
12230 int
12231 main ()
12232 {
12233 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12234 ;
12235 return 0;
12236 }
12237 _ACEOF
12238 if ac_fn_c_try_compile "$LINENO"; then :
12239 bfd_cv_func_sigsetjmp=yes
12240 else
12241 bfd_cv_func_sigsetjmp=no
12242 fi
12243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12244 fi
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12246 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12247 if test $bfd_cv_func_sigsetjmp = yes; then
12248
12249 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12250
12251 fi
12252
12253 cgen_maint=no
12254 cgendir='$(srcdir)/../../cgen'
12255 if test -r ${srcdir}/../cgen/iformat.scm; then
12256 cgendir='$(srcdir)/../cgen'
12257 fi
12258
12259 # Check whether --enable-cgen-maint was given.
12260 if test "${enable_cgen_maint+set}" = set; then :
12261 enableval=$enable_cgen_maint; case "${enableval}" in
12262 yes) cgen_maint=yes ;;
12263 no) cgen_maint=no ;;
12264 *)
12265 # Argument is a directory where cgen can be found. In some
12266 # future world cgen could be installable, but right now this
12267 # is not the case. Instead we assume the directory is a path
12268 # to the cgen source tree.
12269 cgen_maint=yes
12270 if test -r ${enableval}/iformat.scm; then
12271 # This looks like a cgen source tree.
12272 cgendir=${enableval}
12273 else
12274 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
12275 fi
12276 ;;
12277 esac
12278 fi
12279 if test x${cgen_maint} = xyes; then
12280 CGEN_MAINT_TRUE=
12281 CGEN_MAINT_FALSE='#'
12282 else
12283 CGEN_MAINT_TRUE='#'
12284 CGEN_MAINT_FALSE=
12285 fi
12286
12287
12288
12289 using_cgen=no
12290
12291 # Check if linker supports --as-needed and --no-as-needed options
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12293 $as_echo_n "checking linker --as-needed support... " >&6; }
12294 if ${bfd_cv_ld_as_needed+:} false; then :
12295 $as_echo_n "(cached) " >&6
12296 else
12297 bfd_cv_ld_as_needed=no
12298 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12299 bfd_cv_ld_as_needed=yes
12300 fi
12301
12302 fi
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12304 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12305
12306 LIBM=
12307 case $host in
12308 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12309 # These system don't have libm, or don't need it
12310 ;;
12311 *-ncr-sysv4.3*)
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12313 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12314 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
12315 $as_echo_n "(cached) " >&6
12316 else
12317 ac_check_lib_save_LIBS=$LIBS
12318 LIBS="-lmw $LIBS"
12319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12320 /* end confdefs.h. */
12321
12322 /* Override any GCC internal prototype to avoid an error.
12323 Use char because int might match the return type of a GCC
12324 builtin and then its argument prototype would still apply. */
12325 #ifdef __cplusplus
12326 extern "C"
12327 #endif
12328 char _mwvalidcheckl ();
12329 int
12330 main ()
12331 {
12332 return _mwvalidcheckl ();
12333 ;
12334 return 0;
12335 }
12336 _ACEOF
12337 if ac_fn_c_try_link "$LINENO"; then :
12338 ac_cv_lib_mw__mwvalidcheckl=yes
12339 else
12340 ac_cv_lib_mw__mwvalidcheckl=no
12341 fi
12342 rm -f core conftest.err conftest.$ac_objext \
12343 conftest$ac_exeext conftest.$ac_ext
12344 LIBS=$ac_check_lib_save_LIBS
12345 fi
12346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12347 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12348 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
12349 LIBM="-lmw"
12350 fi
12351
12352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12353 $as_echo_n "checking for cos in -lm... " >&6; }
12354 if ${ac_cv_lib_m_cos+:} false; then :
12355 $as_echo_n "(cached) " >&6
12356 else
12357 ac_check_lib_save_LIBS=$LIBS
12358 LIBS="-lm $LIBS"
12359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12360 /* end confdefs.h. */
12361
12362 /* Override any GCC internal prototype to avoid an error.
12363 Use char because int might match the return type of a GCC
12364 builtin and then its argument prototype would still apply. */
12365 #ifdef __cplusplus
12366 extern "C"
12367 #endif
12368 char cos ();
12369 int
12370 main ()
12371 {
12372 return cos ();
12373 ;
12374 return 0;
12375 }
12376 _ACEOF
12377 if ac_fn_c_try_link "$LINENO"; then :
12378 ac_cv_lib_m_cos=yes
12379 else
12380 ac_cv_lib_m_cos=no
12381 fi
12382 rm -f core conftest.err conftest.$ac_objext \
12383 conftest$ac_exeext conftest.$ac_ext
12384 LIBS=$ac_check_lib_save_LIBS
12385 fi
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12387 $as_echo "$ac_cv_lib_m_cos" >&6; }
12388 if test "x$ac_cv_lib_m_cos" = xyes; then :
12389 LIBM="$LIBM -lm"
12390 fi
12391
12392 ;;
12393 *)
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12395 $as_echo_n "checking for cos in -lm... " >&6; }
12396 if ${ac_cv_lib_m_cos+:} false; then :
12397 $as_echo_n "(cached) " >&6
12398 else
12399 ac_check_lib_save_LIBS=$LIBS
12400 LIBS="-lm $LIBS"
12401 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12402 /* end confdefs.h. */
12403
12404 /* Override any GCC internal prototype to avoid an error.
12405 Use char because int might match the return type of a GCC
12406 builtin and then its argument prototype would still apply. */
12407 #ifdef __cplusplus
12408 extern "C"
12409 #endif
12410 char cos ();
12411 int
12412 main ()
12413 {
12414 return cos ();
12415 ;
12416 return 0;
12417 }
12418 _ACEOF
12419 if ac_fn_c_try_link "$LINENO"; then :
12420 ac_cv_lib_m_cos=yes
12421 else
12422 ac_cv_lib_m_cos=no
12423 fi
12424 rm -f core conftest.err conftest.$ac_objext \
12425 conftest$ac_exeext conftest.$ac_ext
12426 LIBS=$ac_check_lib_save_LIBS
12427 fi
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12429 $as_echo "$ac_cv_lib_m_cos" >&6; }
12430 if test "x$ac_cv_lib_m_cos" = xyes; then :
12431 LIBM="-lm"
12432 fi
12433
12434 ;;
12435 esac
12436
12437
12438
12439 #Libs for generator progs
12440 if test "x$cross_compiling" = "xno"; then
12441 BUILD_LIBS=../libiberty/libiberty.a
12442 BUILD_LIB_DEPS=$BUILD_LIBS
12443 else
12444 # if cross-compiling, assume that the system provides -liberty
12445 # and that the version is compatible with new headers.
12446 BUILD_LIBS=-liberty
12447 BUILD_LIB_DEPS=
12448 fi
12449 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12450 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12451
12452
12453
12454
12455 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12456 SHARED_LDFLAGS=
12457 SHARED_LIBADD=
12458 SHARED_DEPENDENCIES=
12459 if test "$enable_shared" = "yes"; then
12460 # When building a shared libopcodes, link against the pic version of libiberty
12461 # so that apps that use libopcodes won't need libiberty just to satisfy any
12462 # libopcodes references.
12463 # We can't do that if a pic libiberty is unavailable since including non-pic
12464 # code would insert text relocations into libopcodes.
12465 # Note that linking against libbfd as we do here, which is itself linked
12466 # against libiberty, may not satisfy all the libopcodes libiberty references
12467 # since libbfd may not pull in the entirety of libiberty.
12468 # Also, jam libintl into the right place in all of this: after libiberty,
12469 # which uses it, but before -lcygwin, which it uses.
12470 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12471 if test -n "$x"; then
12472 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12473 fi
12474 fi
12475
12476 SHARED_LIBADD="$SHARED_LIBADD $LIBINTL"
12477
12478 if test "$enable_shared" = "yes"; then
12479 case "${host}" in
12480 *-*-cygwin*)
12481 SHARED_LDFLAGS="-no-undefined"
12482 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty $SHARED_LIBADD"
12483 ;;
12484 *)
12485 SHARED_LIBADD="../bfd/libbfd.la ${SHARED_LIBADD}"
12486 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12487 ;;
12488 esac
12489
12490 if test -n "$SHARED_LIBADD"; then
12491 if test -n "$LIBM"; then
12492 if test x"$bfd_cv_ld_as_needed" = xyes; then
12493 # Link against libm only when needed. Put -lc, -lm inside -Wl
12494 # to stop libtool reordering these options.
12495 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12496 else
12497 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12498 fi
12499 fi
12500 fi
12501 fi
12502
12503
12504
12505
12506 # target-specific stuff:
12507
12508 # Canonicalize the secondary target names.
12509 if test -n "$enable_targets" ; then
12510 for targ in `echo $enable_targets | sed 's/,/ /g'`
12511 do
12512 result=`$ac_config_sub $targ 2>/dev/null`
12513 if test -n "$result" ; then
12514 canon_targets="$canon_targets $result"
12515 else
12516 # Allow targets that config.sub doesn't recognize, like "all".
12517 canon_targets="$canon_targets $targ"
12518 fi
12519 done
12520 fi
12521
12522 all_targets=false
12523 selarchs=
12524 for targ in $target $canon_targets
12525 do
12526 if test "x$targ" = "xall" ; then
12527 all_targets=true
12528 else
12529 . $srcdir/../bfd/config.bfd
12530 selarchs="$selarchs $targ_archs"
12531 fi
12532 done
12533
12534 # Utility var, documents generic cgen support files.
12535
12536 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12537
12538 # We don't do any links based on the target system, just makefile config.
12539
12540 if test x${all_targets} = xfalse ; then
12541
12542 # Target architecture .o files.
12543 ta=
12544
12545 for arch in $selarchs
12546 do
12547 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12548 archdefs="$archdefs -DARCH_$ad"
12549 case "$arch" in
12550 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" ;;
12551 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12552 bfd_amdgcn_arch) ;;
12553 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12554 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12555 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12556 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12557 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12558 bfd_cris_arch) ta="$ta cris-desc.lo cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12559 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12560 bfd_csky_arch) ta="$ta csky-dis.lo" ;;
12561 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12562 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12563 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12564 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12565 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12566 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12567 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12568 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12569 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12570 bfd_i386_arch|bfd_iamcu_arch)
12571 ta="$ta i386-dis.lo" ;;
12572 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12573 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12574 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12575 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12576 bfd_kvx_arch) ta="$ta kvx-opc.lo kvx-dis.lo" ;;
12577 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 ;;
12578 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12579 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 ;;
12580 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12581 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12582 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12583 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12584 bfd_s12z_arch) ta="$ta s12z-dis.lo s12z-opc.lo" ;;
12585 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12586 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12587 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12588 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12589 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12590 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12591 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12592 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12593 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12594 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12595 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12596 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12597 bfd_nfp_arch) ta="$ta nfp-dis.lo" ;;
12598 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12599 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12600 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12601 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12602 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12603 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12604 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12605 bfd_pru_arch) ta="$ta pru-dis.lo pru-opc.lo" ;;
12606 bfd_pyramid_arch) ;;
12607 bfd_romp_arch) ;;
12608 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12609 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12610 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12611 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12612 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12613 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12614 bfd_sh_arch) ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12615 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12616 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12617 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12618 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12619 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12620 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12621 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12622 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12623 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12624 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12625 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12626 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12627 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12628 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12629 bfd_wasm32_arch) ta="$ta wasm32-dis.lo" ;;
12630 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12631 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12632 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12633 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12634 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12635 bfd_bpf_arch) ta="$ta bpf-dis.lo bpf-opc.lo" ;;
12636 bfd_loongarch_arch) ta="$ta loongarch-dis.lo loongarch-opc.lo loongarch-coder.lo" ;;
12637
12638 "") ;;
12639 *) as_fn_error $? "*** unknown target architecture $arch" "$LINENO" 5 ;;
12640 esac
12641 done
12642
12643 if test $using_cgen = yes ; then
12644 ta="$ta $cgen_files"
12645 fi
12646
12647 # Weed out duplicate .o files.
12648 f=""
12649 for i in $ta ; do
12650 case " $f " in
12651 *" $i "*) ;;
12652 *) f="$f $i" ;;
12653 esac
12654 done
12655 ta="$f"
12656
12657 # And duplicate -D flags.
12658 f=""
12659 for i in $archdefs ; do
12660 case " $f " in
12661 *" $i "*) ;;
12662 *) f="$f $i" ;;
12663 esac
12664 done
12665 archdefs="$f"
12666
12667 BFD_MACHINES="$ta"
12668
12669 else # all_targets is true
12670 archdefs=-DARCH_all
12671 if test "$enable_64_bit_bfd" = "yes" ; then
12672 BFD_MACHINES='$(ALL32_MACHINES) $(ALL64_MACHINES)'
12673 else
12674 BFD_MACHINES='$(ALL32_MACHINES)'
12675 fi
12676 fi
12677
12678
12679
12680
12681 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12682
12683 cat >confcache <<\_ACEOF
12684 # This file is a shell script that caches the results of configure
12685 # tests run on this system so they can be shared between configure
12686 # scripts and configure runs, see configure's option --config-cache.
12687 # It is not useful on other systems. If it contains results you don't
12688 # want to keep, you may remove or edit it.
12689 #
12690 # config.status only pays attention to the cache file if you give it
12691 # the --recheck option to rerun configure.
12692 #
12693 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12694 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12695 # following values.
12696
12697 _ACEOF
12698
12699 # The following way of writing the cache mishandles newlines in values,
12700 # but we know of no workaround that is simple, portable, and efficient.
12701 # So, we kill variables containing newlines.
12702 # Ultrix sh set writes to stderr and can't be redirected directly,
12703 # and sets the high bit in the cache file unless we assign to the vars.
12704 (
12705 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12706 eval ac_val=\$$ac_var
12707 case $ac_val in #(
12708 *${as_nl}*)
12709 case $ac_var in #(
12710 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12711 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12712 esac
12713 case $ac_var in #(
12714 _ | IFS | as_nl) ;; #(
12715 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12716 *) { eval $ac_var=; unset $ac_var;} ;;
12717 esac ;;
12718 esac
12719 done
12720
12721 (set) 2>&1 |
12722 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12723 *${as_nl}ac_space=\ *)
12724 # `set' does not quote correctly, so add quotes: double-quote
12725 # substitution turns \\\\ into \\, and sed turns \\ into \.
12726 sed -n \
12727 "s/'/'\\\\''/g;
12728 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12729 ;; #(
12730 *)
12731 # `set' quotes correctly as required by POSIX, so do not add quotes.
12732 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12733 ;;
12734 esac |
12735 sort
12736 ) |
12737 sed '
12738 /^ac_cv_env_/b end
12739 t clear
12740 :clear
12741 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12742 t end
12743 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12744 :end' >>confcache
12745 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12746 if test -w "$cache_file"; then
12747 if test "x$cache_file" != "x/dev/null"; then
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12749 $as_echo "$as_me: updating cache $cache_file" >&6;}
12750 if test ! -f "$cache_file" || test -h "$cache_file"; then
12751 cat confcache >"$cache_file"
12752 else
12753 case $cache_file in #(
12754 */* | ?:*)
12755 mv -f confcache "$cache_file"$$ &&
12756 mv -f "$cache_file"$$ "$cache_file" ;; #(
12757 *)
12758 mv -f confcache "$cache_file" ;;
12759 esac
12760 fi
12761 fi
12762 else
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12764 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12765 fi
12766 fi
12767 rm -f confcache
12768
12769 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12770 # Let make expand exec_prefix.
12771 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12772
12773 DEFS=-DHAVE_CONFIG_H
12774
12775 ac_libobjs=
12776 ac_ltlibobjs=
12777 U=
12778 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12779 # 1. Remove the extension, and $U if already installed.
12780 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12781 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12782 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12783 # will be set to the directory where LIBOBJS objects are built.
12784 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12785 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12786 done
12787 LIBOBJS=$ac_libobjs
12788
12789 LTLIBOBJS=$ac_ltlibobjs
12790
12791
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
12793 $as_echo_n "checking that generated files are newer than configure... " >&6; }
12794 if test -n "$am_sleep_pid"; then
12795 # Hide warnings about reused PIDs.
12796 wait $am_sleep_pid 2>/dev/null
12797 fi
12798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
12799 $as_echo "done" >&6; }
12800 if test -n "$EXEEXT"; then
12801 am__EXEEXT_TRUE=
12802 am__EXEEXT_FALSE='#'
12803 else
12804 am__EXEEXT_TRUE='#'
12805 am__EXEEXT_FALSE=
12806 fi
12807
12808 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12809 as_fn_error $? "conditional \"AMDEP\" was never defined.
12810 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12811 fi
12812 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12813 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
12814 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12815 fi
12816 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12817 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
12818 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12819 fi
12820 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12821 as_fn_error $? "conditional \"INSTALL_LIBBFD\" was never defined.
12822 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12823 fi
12824 if test -z "${ENABLE_BFD_64_BIT_TRUE}" && test -z "${ENABLE_BFD_64_BIT_FALSE}"; then
12825 as_fn_error $? "conditional \"ENABLE_BFD_64_BIT\" was never defined.
12826 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12827 fi
12828 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12829 as_fn_error $? "conditional \"CGEN_MAINT\" was never defined.
12830 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12831 fi
12832
12833 : "${CONFIG_STATUS=./config.status}"
12834 ac_write_fail=0
12835 ac_clean_files_save=$ac_clean_files
12836 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
12838 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
12839 as_write_fail=0
12840 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
12841 #! $SHELL
12842 # Generated by $as_me.
12843 # Run this file to recreate the current configuration.
12844 # Compiler output produced by configure, useful for debugging
12845 # configure, is in config.log if it exists.
12846
12847 debug=false
12848 ac_cs_recheck=false
12849 ac_cs_silent=false
12850
12851 SHELL=\${CONFIG_SHELL-$SHELL}
12852 export SHELL
12853 _ASEOF
12854 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
12855 ## -------------------- ##
12856 ## M4sh Initialization. ##
12857 ## -------------------- ##
12858
12859 # Be more Bourne compatible
12860 DUALCASE=1; export DUALCASE # for MKS sh
12861 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
12862 emulate sh
12863 NULLCMD=:
12864 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
12865 # is contrary to our usage. Disable this feature.
12866 alias -g '${1+"$@"}'='"$@"'
12867 setopt NO_GLOB_SUBST
12868 else
12869 case `(set -o) 2>/dev/null` in #(
12870 *posix*) :
12871 set -o posix ;; #(
12872 *) :
12873 ;;
12874 esac
12875 fi
12876
12877
12878 as_nl='
12879 '
12880 export as_nl
12881 # Printing a long string crashes Solaris 7 /usr/bin/printf.
12882 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
12883 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
12884 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
12885 # Prefer a ksh shell builtin over an external printf program on Solaris,
12886 # but without wasting forks for bash or zsh.
12887 if test -z "$BASH_VERSION$ZSH_VERSION" \
12888 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
12889 as_echo='print -r --'
12890 as_echo_n='print -rn --'
12891 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
12892 as_echo='printf %s\n'
12893 as_echo_n='printf %s'
12894 else
12895 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
12896 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
12897 as_echo_n='/usr/ucb/echo -n'
12898 else
12899 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
12900 as_echo_n_body='eval
12901 arg=$1;
12902 case $arg in #(
12903 *"$as_nl"*)
12904 expr "X$arg" : "X\\(.*\\)$as_nl";
12905 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
12906 esac;
12907 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
12908 '
12909 export as_echo_n_body
12910 as_echo_n='sh -c $as_echo_n_body as_echo'
12911 fi
12912 export as_echo_body
12913 as_echo='sh -c $as_echo_body as_echo'
12914 fi
12915
12916 # The user is always right.
12917 if test "${PATH_SEPARATOR+set}" != set; then
12918 PATH_SEPARATOR=:
12919 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
12920 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
12921 PATH_SEPARATOR=';'
12922 }
12923 fi
12924
12925
12926 # IFS
12927 # We need space, tab and new line, in precisely that order. Quoting is
12928 # there to prevent editors from complaining about space-tab.
12929 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
12930 # splitting by setting IFS to empty value.)
12931 IFS=" "" $as_nl"
12932
12933 # Find who we are. Look in the path if we contain no directory separator.
12934 as_myself=
12935 case $0 in #((
12936 *[\\/]* ) as_myself=$0 ;;
12937 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12938 for as_dir in $PATH
12939 do
12940 IFS=$as_save_IFS
12941 test -z "$as_dir" && as_dir=.
12942 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
12943 done
12944 IFS=$as_save_IFS
12945
12946 ;;
12947 esac
12948 # We did not find ourselves, most probably we were run as `sh COMMAND'
12949 # in which case we are not to be found in the path.
12950 if test "x$as_myself" = x; then
12951 as_myself=$0
12952 fi
12953 if test ! -f "$as_myself"; then
12954 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
12955 exit 1
12956 fi
12957
12958 # Unset variables that we do not need and which cause bugs (e.g. in
12959 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
12960 # suppresses any "Segmentation fault" message there. '((' could
12961 # trigger a bug in pdksh 5.2.14.
12962 for as_var in BASH_ENV ENV MAIL MAILPATH
12963 do eval test x\${$as_var+set} = xset \
12964 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
12965 done
12966 PS1='$ '
12967 PS2='> '
12968 PS4='+ '
12969
12970 # NLS nuisances.
12971 LC_ALL=C
12972 export LC_ALL
12973 LANGUAGE=C
12974 export LANGUAGE
12975
12976 # CDPATH.
12977 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12978
12979
12980 # as_fn_error STATUS ERROR [LINENO LOG_FD]
12981 # ----------------------------------------
12982 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12983 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12984 # script with STATUS, using 1 if that was 0.
12985 as_fn_error ()
12986 {
12987 as_status=$1; test $as_status -eq 0 && as_status=1
12988 if test "$4"; then
12989 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12990 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12991 fi
12992 $as_echo "$as_me: error: $2" >&2
12993 as_fn_exit $as_status
12994 } # as_fn_error
12995
12996
12997 # as_fn_set_status STATUS
12998 # -----------------------
12999 # Set $? to STATUS, without forking.
13000 as_fn_set_status ()
13001 {
13002 return $1
13003 } # as_fn_set_status
13004
13005 # as_fn_exit STATUS
13006 # -----------------
13007 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13008 as_fn_exit ()
13009 {
13010 set +e
13011 as_fn_set_status $1
13012 exit $1
13013 } # as_fn_exit
13014
13015 # as_fn_unset VAR
13016 # ---------------
13017 # Portably unset VAR.
13018 as_fn_unset ()
13019 {
13020 { eval $1=; unset $1;}
13021 }
13022 as_unset=as_fn_unset
13023 # as_fn_append VAR VALUE
13024 # ----------------------
13025 # Append the text in VALUE to the end of the definition contained in VAR. Take
13026 # advantage of any shell optimizations that allow amortized linear growth over
13027 # repeated appends, instead of the typical quadratic growth present in naive
13028 # implementations.
13029 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13030 eval 'as_fn_append ()
13031 {
13032 eval $1+=\$2
13033 }'
13034 else
13035 as_fn_append ()
13036 {
13037 eval $1=\$$1\$2
13038 }
13039 fi # as_fn_append
13040
13041 # as_fn_arith ARG...
13042 # ------------------
13043 # Perform arithmetic evaluation on the ARGs, and store the result in the
13044 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13045 # must be portable across $(()) and expr.
13046 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13047 eval 'as_fn_arith ()
13048 {
13049 as_val=$(( $* ))
13050 }'
13051 else
13052 as_fn_arith ()
13053 {
13054 as_val=`expr "$@" || test $? -eq 1`
13055 }
13056 fi # as_fn_arith
13057
13058
13059 if expr a : '\(a\)' >/dev/null 2>&1 &&
13060 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13061 as_expr=expr
13062 else
13063 as_expr=false
13064 fi
13065
13066 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13067 as_basename=basename
13068 else
13069 as_basename=false
13070 fi
13071
13072 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13073 as_dirname=dirname
13074 else
13075 as_dirname=false
13076 fi
13077
13078 as_me=`$as_basename -- "$0" ||
13079 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13080 X"$0" : 'X\(//\)$' \| \
13081 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13082 $as_echo X/"$0" |
13083 sed '/^.*\/\([^/][^/]*\)\/*$/{
13084 s//\1/
13085 q
13086 }
13087 /^X\/\(\/\/\)$/{
13088 s//\1/
13089 q
13090 }
13091 /^X\/\(\/\).*/{
13092 s//\1/
13093 q
13094 }
13095 s/.*/./; q'`
13096
13097 # Avoid depending upon Character Ranges.
13098 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13099 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13100 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13101 as_cr_digits='0123456789'
13102 as_cr_alnum=$as_cr_Letters$as_cr_digits
13103
13104 ECHO_C= ECHO_N= ECHO_T=
13105 case `echo -n x` in #(((((
13106 -n*)
13107 case `echo 'xy\c'` in
13108 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13109 xy) ECHO_C='\c';;
13110 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13111 ECHO_T=' ';;
13112 esac;;
13113 *)
13114 ECHO_N='-n';;
13115 esac
13116
13117 rm -f conf$$ conf$$.exe conf$$.file
13118 if test -d conf$$.dir; then
13119 rm -f conf$$.dir/conf$$.file
13120 else
13121 rm -f conf$$.dir
13122 mkdir conf$$.dir 2>/dev/null
13123 fi
13124 if (echo >conf$$.file) 2>/dev/null; then
13125 if ln -s conf$$.file conf$$ 2>/dev/null; then
13126 as_ln_s='ln -s'
13127 # ... but there are two gotchas:
13128 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13129 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13130 # In both cases, we have to default to `cp -pR'.
13131 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13132 as_ln_s='cp -pR'
13133 elif ln conf$$.file conf$$ 2>/dev/null; then
13134 as_ln_s=ln
13135 else
13136 as_ln_s='cp -pR'
13137 fi
13138 else
13139 as_ln_s='cp -pR'
13140 fi
13141 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13142 rmdir conf$$.dir 2>/dev/null
13143
13144
13145 # as_fn_mkdir_p
13146 # -------------
13147 # Create "$as_dir" as a directory, including parents if necessary.
13148 as_fn_mkdir_p ()
13149 {
13150
13151 case $as_dir in #(
13152 -*) as_dir=./$as_dir;;
13153 esac
13154 test -d "$as_dir" || eval $as_mkdir_p || {
13155 as_dirs=
13156 while :; do
13157 case $as_dir in #(
13158 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13159 *) as_qdir=$as_dir;;
13160 esac
13161 as_dirs="'$as_qdir' $as_dirs"
13162 as_dir=`$as_dirname -- "$as_dir" ||
13163 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13164 X"$as_dir" : 'X\(//\)[^/]' \| \
13165 X"$as_dir" : 'X\(//\)$' \| \
13166 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13167 $as_echo X"$as_dir" |
13168 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13169 s//\1/
13170 q
13171 }
13172 /^X\(\/\/\)[^/].*/{
13173 s//\1/
13174 q
13175 }
13176 /^X\(\/\/\)$/{
13177 s//\1/
13178 q
13179 }
13180 /^X\(\/\).*/{
13181 s//\1/
13182 q
13183 }
13184 s/.*/./; q'`
13185 test -d "$as_dir" && break
13186 done
13187 test -z "$as_dirs" || eval "mkdir $as_dirs"
13188 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
13189
13190
13191 } # as_fn_mkdir_p
13192 if mkdir -p . 2>/dev/null; then
13193 as_mkdir_p='mkdir -p "$as_dir"'
13194 else
13195 test -d ./-p && rmdir ./-p
13196 as_mkdir_p=false
13197 fi
13198
13199
13200 # as_fn_executable_p FILE
13201 # -----------------------
13202 # Test if FILE is an executable regular file.
13203 as_fn_executable_p ()
13204 {
13205 test -f "$1" && test -x "$1"
13206 } # as_fn_executable_p
13207 as_test_x='test -x'
13208 as_executable_p=as_fn_executable_p
13209
13210 # Sed expression to map a string onto a valid CPP name.
13211 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13212
13213 # Sed expression to map a string onto a valid variable name.
13214 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13215
13216
13217 exec 6>&1
13218 ## ----------------------------------- ##
13219 ## Main body of $CONFIG_STATUS script. ##
13220 ## ----------------------------------- ##
13221 _ASEOF
13222 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13223
13224 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13225 # Save the log message, to keep $0 and so on meaningful, and to
13226 # report actual input values of CONFIG_FILES etc. instead of their
13227 # values after options handling.
13228 ac_log="
13229 This file was extended by opcodes $as_me 2.41.50, which was
13230 generated by GNU Autoconf 2.69. Invocation command line was
13231
13232 CONFIG_FILES = $CONFIG_FILES
13233 CONFIG_HEADERS = $CONFIG_HEADERS
13234 CONFIG_LINKS = $CONFIG_LINKS
13235 CONFIG_COMMANDS = $CONFIG_COMMANDS
13236 $ $0 $@
13237
13238 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13239 "
13240
13241 _ACEOF
13242
13243 case $ac_config_files in *"
13244 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13245 esac
13246
13247 case $ac_config_headers in *"
13248 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13249 esac
13250
13251
13252 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13253 # Files that config.status was made for.
13254 config_files="$ac_config_files"
13255 config_headers="$ac_config_headers"
13256 config_commands="$ac_config_commands"
13257
13258 _ACEOF
13259
13260 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13261 ac_cs_usage="\
13262 \`$as_me' instantiates files and other configuration actions
13263 from templates according to the current configuration. Unless the files
13264 and actions are specified as TAGs, all are instantiated by default.
13265
13266 Usage: $0 [OPTION]... [TAG]...
13267
13268 -h, --help print this help, then exit
13269 -V, --version print version number and configuration settings, then exit
13270 --config print configuration, then exit
13271 -q, --quiet, --silent
13272 do not print progress messages
13273 -d, --debug don't remove temporary files
13274 --recheck update $as_me by reconfiguring in the same conditions
13275 --file=FILE[:TEMPLATE]
13276 instantiate the configuration file FILE
13277 --header=FILE[:TEMPLATE]
13278 instantiate the configuration header FILE
13279
13280 Configuration files:
13281 $config_files
13282
13283 Configuration headers:
13284 $config_headers
13285
13286 Configuration commands:
13287 $config_commands
13288
13289 Report bugs to the package provider."
13290
13291 _ACEOF
13292 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13293 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13294 ac_cs_version="\\
13295 opcodes config.status 2.41.50
13296 configured by $0, generated by GNU Autoconf 2.69,
13297 with options \\"\$ac_cs_config\\"
13298
13299 Copyright (C) 2012 Free Software Foundation, Inc.
13300 This config.status script is free software; the Free Software Foundation
13301 gives unlimited permission to copy, distribute and modify it."
13302
13303 ac_pwd='$ac_pwd'
13304 srcdir='$srcdir'
13305 INSTALL='$INSTALL'
13306 MKDIR_P='$MKDIR_P'
13307 AWK='$AWK'
13308 test -n "\$AWK" || AWK=awk
13309 _ACEOF
13310
13311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13312 # The default lists apply if the user does not specify any file.
13313 ac_need_defaults=:
13314 while test $# != 0
13315 do
13316 case $1 in
13317 --*=?*)
13318 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13319 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13320 ac_shift=:
13321 ;;
13322 --*=)
13323 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13324 ac_optarg=
13325 ac_shift=:
13326 ;;
13327 *)
13328 ac_option=$1
13329 ac_optarg=$2
13330 ac_shift=shift
13331 ;;
13332 esac
13333
13334 case $ac_option in
13335 # Handling of the options.
13336 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13337 ac_cs_recheck=: ;;
13338 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13339 $as_echo "$ac_cs_version"; exit ;;
13340 --config | --confi | --conf | --con | --co | --c )
13341 $as_echo "$ac_cs_config"; exit ;;
13342 --debug | --debu | --deb | --de | --d | -d )
13343 debug=: ;;
13344 --file | --fil | --fi | --f )
13345 $ac_shift
13346 case $ac_optarg in
13347 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13348 '') as_fn_error $? "missing file argument" ;;
13349 esac
13350 as_fn_append CONFIG_FILES " '$ac_optarg'"
13351 ac_need_defaults=false;;
13352 --header | --heade | --head | --hea )
13353 $ac_shift
13354 case $ac_optarg in
13355 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13356 esac
13357 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13358 ac_need_defaults=false;;
13359 --he | --h)
13360 # Conflict between --help and --header
13361 as_fn_error $? "ambiguous option: \`$1'
13362 Try \`$0 --help' for more information.";;
13363 --help | --hel | -h )
13364 $as_echo "$ac_cs_usage"; exit ;;
13365 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13366 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13367 ac_cs_silent=: ;;
13368
13369 # This is an error.
13370 -*) as_fn_error $? "unrecognized option: \`$1'
13371 Try \`$0 --help' for more information." ;;
13372
13373 *) as_fn_append ac_config_targets " $1"
13374 ac_need_defaults=false ;;
13375
13376 esac
13377 shift
13378 done
13379
13380 ac_configure_extra_args=
13381
13382 if $ac_cs_silent; then
13383 exec 6>/dev/null
13384 ac_configure_extra_args="$ac_configure_extra_args --silent"
13385 fi
13386
13387 _ACEOF
13388 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13389 if \$ac_cs_recheck; then
13390 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13391 shift
13392 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13393 CONFIG_SHELL='$SHELL'
13394 export CONFIG_SHELL
13395 exec "\$@"
13396 fi
13397
13398 _ACEOF
13399 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13400 exec 5>>config.log
13401 {
13402 echo
13403 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13404 ## Running $as_me. ##
13405 _ASBOX
13406 $as_echo "$ac_log"
13407 } >&5
13408
13409 _ACEOF
13410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13411 #
13412 # INIT-COMMANDS
13413 #
13414 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13415
13416
13417 # The HP-UX ksh and POSIX shell print the target directory to stdout
13418 # if CDPATH is set.
13419 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13420
13421 sed_quote_subst='$sed_quote_subst'
13422 double_quote_subst='$double_quote_subst'
13423 delay_variable_subst='$delay_variable_subst'
13424 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13425 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13426 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13427 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13428 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13429 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13430 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13431 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13432 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13433 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13434 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13435 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13436 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13437 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13438 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13439 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13440 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13441 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13442 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13443 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13444 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13445 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13446 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13447 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13448 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13449 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13450 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13451 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13452 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13453 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13454 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13455 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13456 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13457 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13458 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13459 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13460 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13461 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13462 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13463 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13464 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13465 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13466 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13467 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13468 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13469 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13470 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13471 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13472 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"`'
13473 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13474 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13475 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13476 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13477 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13478 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13479 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13480 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13481 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13482 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13483 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13484 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13485 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13486 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13487 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13488 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13489 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13490 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13491 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13492 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13493 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13494 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13495 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13496 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13497 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13498 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13499 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13500 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13501 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13502 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13503 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13504 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13505 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13506 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13507 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13508 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13509 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13510 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13511 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13512 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13513 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13514 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13515 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13516 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13517 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13518 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13519 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13520 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13521 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13522 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13523 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13524 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13525 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13526 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13527 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13528 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13529 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13530 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13531 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13532 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13533 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13534 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13535 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13536 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13537 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13538 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13539 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13540 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13541 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13542 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13543 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13544
13545 LTCC='$LTCC'
13546 LTCFLAGS='$LTCFLAGS'
13547 compiler='$compiler_DEFAULT'
13548
13549 # A function that is used when there is no print builtin or printf.
13550 func_fallback_echo ()
13551 {
13552 eval 'cat <<_LTECHO_EOF
13553 \$1
13554 _LTECHO_EOF'
13555 }
13556
13557 # Quote evaled strings.
13558 for var in SHELL \
13559 ECHO \
13560 SED \
13561 GREP \
13562 EGREP \
13563 FGREP \
13564 LD \
13565 NM \
13566 LN_S \
13567 lt_SP2NL \
13568 lt_NL2SP \
13569 reload_flag \
13570 OBJDUMP \
13571 deplibs_check_method \
13572 file_magic_cmd \
13573 AR \
13574 AR_FLAGS \
13575 STRIP \
13576 RANLIB \
13577 CC \
13578 CFLAGS \
13579 compiler \
13580 lt_cv_sys_global_symbol_pipe \
13581 lt_cv_sys_global_symbol_to_cdecl \
13582 lt_cv_sys_global_symbol_to_c_name_address \
13583 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13584 lt_prog_compiler_no_builtin_flag \
13585 lt_prog_compiler_wl \
13586 lt_prog_compiler_pic \
13587 lt_prog_compiler_static \
13588 lt_cv_prog_compiler_c_o \
13589 need_locks \
13590 DSYMUTIL \
13591 NMEDIT \
13592 LIPO \
13593 OTOOL \
13594 OTOOL64 \
13595 shrext_cmds \
13596 export_dynamic_flag_spec \
13597 whole_archive_flag_spec \
13598 compiler_needs_object \
13599 with_gnu_ld \
13600 allow_undefined_flag \
13601 no_undefined_flag \
13602 hardcode_libdir_flag_spec \
13603 hardcode_libdir_flag_spec_ld \
13604 hardcode_libdir_separator \
13605 fix_srcfile_path \
13606 exclude_expsyms \
13607 include_expsyms \
13608 file_list_spec \
13609 variables_saved_for_relink \
13610 libname_spec \
13611 library_names_spec \
13612 soname_spec \
13613 install_override_mode \
13614 finish_eval \
13615 old_striplib \
13616 striplib; do
13617 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13618 *[\\\\\\\`\\"\\\$]*)
13619 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13620 ;;
13621 *)
13622 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13623 ;;
13624 esac
13625 done
13626
13627 # Double-quote double-evaled strings.
13628 for var in reload_cmds \
13629 old_postinstall_cmds \
13630 old_postuninstall_cmds \
13631 old_archive_cmds \
13632 extract_expsyms_cmds \
13633 old_archive_from_new_cmds \
13634 old_archive_from_expsyms_cmds \
13635 archive_cmds \
13636 archive_expsym_cmds \
13637 module_cmds \
13638 module_expsym_cmds \
13639 export_symbols_cmds \
13640 prelink_cmds \
13641 postinstall_cmds \
13642 postuninstall_cmds \
13643 finish_cmds \
13644 sys_lib_search_path_spec \
13645 sys_lib_dlsearch_path_spec; do
13646 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13647 *[\\\\\\\`\\"\\\$]*)
13648 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13649 ;;
13650 *)
13651 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13652 ;;
13653 esac
13654 done
13655
13656 ac_aux_dir='$ac_aux_dir'
13657 xsi_shell='$xsi_shell'
13658 lt_shell_append='$lt_shell_append'
13659
13660 # See if we are running on zsh, and set the options which allow our
13661 # commands through without removal of \ escapes INIT.
13662 if test -n "\${ZSH_VERSION+set}" ; then
13663 setopt NO_GLOB_SUBST
13664 fi
13665
13666
13667 PACKAGE='$PACKAGE'
13668 VERSION='$VERSION'
13669 TIMESTAMP='$TIMESTAMP'
13670 RM='$RM'
13671 ofile='$ofile'
13672
13673
13674
13675 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13676 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13677 # from automake.
13678 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13679 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13680 LINGUAS="${LINGUAS-%UNSET%}"
13681
13682
13683 _ACEOF
13684
13685 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13686
13687 # Handling of arguments.
13688 for ac_config_target in $ac_config_targets
13689 do
13690 case $ac_config_target in
13691 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13692 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13693 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13694 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13695 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13696 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13697
13698 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13699 esac
13700 done
13701
13702
13703 # If the user did not use the arguments to specify the items to instantiate,
13704 # then the envvar interface is used. Set only those that are not.
13705 # We use the long form for the default assignment because of an extremely
13706 # bizarre bug on SunOS 4.1.3.
13707 if $ac_need_defaults; then
13708 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13709 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13710 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13711 fi
13712
13713 # Have a temporary directory for convenience. Make it in the build tree
13714 # simply because there is no reason against having it here, and in addition,
13715 # creating and moving files from /tmp can sometimes cause problems.
13716 # Hook for its removal unless debugging.
13717 # Note that there is a small window in which the directory will not be cleaned:
13718 # after its creation but before its name has been assigned to `$tmp'.
13719 $debug ||
13720 {
13721 tmp= ac_tmp=
13722 trap 'exit_status=$?
13723 : "${ac_tmp:=$tmp}"
13724 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
13725 ' 0
13726 trap 'as_fn_exit 1' 1 2 13 15
13727 }
13728 # Create a (secure) tmp directory for tmp files.
13729
13730 {
13731 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13732 test -d "$tmp"
13733 } ||
13734 {
13735 tmp=./conf$$-$RANDOM
13736 (umask 077 && mkdir "$tmp")
13737 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
13738 ac_tmp=$tmp
13739
13740 # Set up the scripts for CONFIG_FILES section.
13741 # No need to generate them if there are no CONFIG_FILES.
13742 # This happens for instance with `./config.status config.h'.
13743 if test -n "$CONFIG_FILES"; then
13744
13745
13746 ac_cr=`echo X | tr X '\015'`
13747 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13748 # But we know of no other shell where ac_cr would be empty at this
13749 # point, so we can use a bashism as a fallback.
13750 if test "x$ac_cr" = x; then
13751 eval ac_cr=\$\'\\r\'
13752 fi
13753 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13754 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13755 ac_cs_awk_cr='\\r'
13756 else
13757 ac_cs_awk_cr=$ac_cr
13758 fi
13759
13760 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
13761 _ACEOF
13762
13763
13764 {
13765 echo "cat >conf$$subs.awk <<_ACEOF" &&
13766 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13767 echo "_ACEOF"
13768 } >conf$$subs.sh ||
13769 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13770 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
13771 ac_delim='%!_!# '
13772 for ac_last_try in false false false false false :; do
13773 . ./conf$$subs.sh ||
13774 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13775
13776 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13777 if test $ac_delim_n = $ac_delim_num; then
13778 break
13779 elif $ac_last_try; then
13780 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
13781 else
13782 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13783 fi
13784 done
13785 rm -f conf$$subs.sh
13786
13787 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13788 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
13789 _ACEOF
13790 sed -n '
13791 h
13792 s/^/S["/; s/!.*/"]=/
13793 p
13794 g
13795 s/^[^!]*!//
13796 :repl
13797 t repl
13798 s/'"$ac_delim"'$//
13799 t delim
13800 :nl
13801 h
13802 s/\(.\{148\}\)..*/\1/
13803 t more1
13804 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13805 p
13806 n
13807 b repl
13808 :more1
13809 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13810 p
13811 g
13812 s/.\{148\}//
13813 t nl
13814 :delim
13815 h
13816 s/\(.\{148\}\)..*/\1/
13817 t more2
13818 s/["\\]/\\&/g; s/^/"/; s/$/"/
13819 p
13820 b
13821 :more2
13822 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13823 p
13824 g
13825 s/.\{148\}//
13826 t delim
13827 ' <conf$$subs.awk | sed '
13828 /^[^""]/{
13829 N
13830 s/\n//
13831 }
13832 ' >>$CONFIG_STATUS || ac_write_fail=1
13833 rm -f conf$$subs.awk
13834 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13835 _ACAWK
13836 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
13837 for (key in S) S_is_set[key] = 1
13838 FS = "\a"
13839
13840 }
13841 {
13842 line = $ 0
13843 nfields = split(line, field, "@")
13844 substed = 0
13845 len = length(field[1])
13846 for (i = 2; i < nfields; i++) {
13847 key = field[i]
13848 keylen = length(key)
13849 if (S_is_set[key]) {
13850 value = S[key]
13851 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
13852 len += length(value) + length(field[++i])
13853 substed = 1
13854 } else
13855 len += 1 + keylen
13856 }
13857
13858 print line
13859 }
13860
13861 _ACAWK
13862 _ACEOF
13863 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13864 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
13865 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
13866 else
13867 cat
13868 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
13869 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
13870 _ACEOF
13871
13872 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
13873 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
13874 # trailing colons and then remove the whole line if VPATH becomes empty
13875 # (actually we leave an empty line to preserve line numbers).
13876 if test "x$srcdir" = x.; then
13877 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
13878 h
13879 s///
13880 s/^/:/
13881 s/[ ]*$/:/
13882 s/:\$(srcdir):/:/g
13883 s/:\${srcdir}:/:/g
13884 s/:@srcdir@:/:/g
13885 s/^:*//
13886 s/:*$//
13887 x
13888 s/\(=[ ]*\).*/\1/
13889 G
13890 s/\n//
13891 s/^[^=]*=[ ]*$//
13892 }'
13893 fi
13894
13895 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13896 fi # test -n "$CONFIG_FILES"
13897
13898 # Set up the scripts for CONFIG_HEADERS section.
13899 # No need to generate them if there are no CONFIG_HEADERS.
13900 # This happens for instance with `./config.status Makefile'.
13901 if test -n "$CONFIG_HEADERS"; then
13902 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
13903 BEGIN {
13904 _ACEOF
13905
13906 # Transform confdefs.h into an awk script `defines.awk', embedded as
13907 # here-document in config.status, that substitutes the proper values into
13908 # config.h.in to produce config.h.
13909
13910 # Create a delimiter string that does not exist in confdefs.h, to ease
13911 # handling of long lines.
13912 ac_delim='%!_!# '
13913 for ac_last_try in false false :; do
13914 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
13915 if test -z "$ac_tt"; then
13916 break
13917 elif $ac_last_try; then
13918 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
13919 else
13920 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13921 fi
13922 done
13923
13924 # For the awk script, D is an array of macro values keyed by name,
13925 # likewise P contains macro parameters if any. Preserve backslash
13926 # newline sequences.
13927
13928 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
13929 sed -n '
13930 s/.\{148\}/&'"$ac_delim"'/g
13931 t rset
13932 :rset
13933 s/^[ ]*#[ ]*define[ ][ ]*/ /
13934 t def
13935 d
13936 :def
13937 s/\\$//
13938 t bsnl
13939 s/["\\]/\\&/g
13940 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13941 D["\1"]=" \3"/p
13942 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
13943 d
13944 :bsnl
13945 s/["\\]/\\&/g
13946 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
13947 D["\1"]=" \3\\\\\\n"\\/p
13948 t cont
13949 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
13950 t cont
13951 d
13952 :cont
13953 n
13954 s/.\{148\}/&'"$ac_delim"'/g
13955 t clear
13956 :clear
13957 s/\\$//
13958 t bsnlc
13959 s/["\\]/\\&/g; s/^/"/; s/$/"/p
13960 d
13961 :bsnlc
13962 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
13963 b cont
13964 ' <confdefs.h | sed '
13965 s/'"$ac_delim"'/"\\\
13966 "/g' >>$CONFIG_STATUS || ac_write_fail=1
13967
13968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13969 for (key in D) D_is_set[key] = 1
13970 FS = "\a"
13971 }
13972 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13973 line = \$ 0
13974 split(line, arg, " ")
13975 if (arg[1] == "#") {
13976 defundef = arg[2]
13977 mac1 = arg[3]
13978 } else {
13979 defundef = substr(arg[1], 2)
13980 mac1 = arg[2]
13981 }
13982 split(mac1, mac2, "(") #)
13983 macro = mac2[1]
13984 prefix = substr(line, 1, index(line, defundef) - 1)
13985 if (D_is_set[macro]) {
13986 # Preserve the white space surrounding the "#".
13987 print prefix "define", macro P[macro] D[macro]
13988 next
13989 } else {
13990 # Replace #undef with comments. This is necessary, for example,
13991 # in the case of _POSIX_SOURCE, which is predefined and required
13992 # on some systems where configure will not decide to define it.
13993 if (defundef == "undef") {
13994 print "/*", prefix defundef, macro, "*/"
13995 next
13996 }
13997 }
13998 }
13999 { print }
14000 _ACAWK
14001 _ACEOF
14002 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14003 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14004 fi # test -n "$CONFIG_HEADERS"
14005
14006
14007 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14008 shift
14009 for ac_tag
14010 do
14011 case $ac_tag in
14012 :[FHLC]) ac_mode=$ac_tag; continue;;
14013 esac
14014 case $ac_mode$ac_tag in
14015 :[FHL]*:*);;
14016 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14017 :[FH]-) ac_tag=-:-;;
14018 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14019 esac
14020 ac_save_IFS=$IFS
14021 IFS=:
14022 set x $ac_tag
14023 IFS=$ac_save_IFS
14024 shift
14025 ac_file=$1
14026 shift
14027
14028 case $ac_mode in
14029 :L) ac_source=$1;;
14030 :[FH])
14031 ac_file_inputs=
14032 for ac_f
14033 do
14034 case $ac_f in
14035 -) ac_f="$ac_tmp/stdin";;
14036 *) # Look for the file first in the build tree, then in the source tree
14037 # (if the path is not absolute). The absolute path cannot be DOS-style,
14038 # because $ac_f cannot contain `:'.
14039 test -f "$ac_f" ||
14040 case $ac_f in
14041 [\\/$]*) false;;
14042 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14043 esac ||
14044 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14045 esac
14046 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14047 as_fn_append ac_file_inputs " '$ac_f'"
14048 done
14049
14050 # Let's still pretend it is `configure' which instantiates (i.e., don't
14051 # use $as_me), people would be surprised to read:
14052 # /* config.h. Generated by config.status. */
14053 configure_input='Generated from '`
14054 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14055 `' by configure.'
14056 if test x"$ac_file" != x-; then
14057 configure_input="$ac_file. $configure_input"
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14059 $as_echo "$as_me: creating $ac_file" >&6;}
14060 fi
14061 # Neutralize special characters interpreted by sed in replacement strings.
14062 case $configure_input in #(
14063 *\&* | *\|* | *\\* )
14064 ac_sed_conf_input=`$as_echo "$configure_input" |
14065 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14066 *) ac_sed_conf_input=$configure_input;;
14067 esac
14068
14069 case $ac_tag in
14070 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14071 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14072 esac
14073 ;;
14074 esac
14075
14076 ac_dir=`$as_dirname -- "$ac_file" ||
14077 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14078 X"$ac_file" : 'X\(//\)[^/]' \| \
14079 X"$ac_file" : 'X\(//\)$' \| \
14080 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14081 $as_echo X"$ac_file" |
14082 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14083 s//\1/
14084 q
14085 }
14086 /^X\(\/\/\)[^/].*/{
14087 s//\1/
14088 q
14089 }
14090 /^X\(\/\/\)$/{
14091 s//\1/
14092 q
14093 }
14094 /^X\(\/\).*/{
14095 s//\1/
14096 q
14097 }
14098 s/.*/./; q'`
14099 as_dir="$ac_dir"; as_fn_mkdir_p
14100 ac_builddir=.
14101
14102 case "$ac_dir" in
14103 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14104 *)
14105 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14106 # A ".." for each directory in $ac_dir_suffix.
14107 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14108 case $ac_top_builddir_sub in
14109 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14110 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14111 esac ;;
14112 esac
14113 ac_abs_top_builddir=$ac_pwd
14114 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14115 # for backward compatibility:
14116 ac_top_builddir=$ac_top_build_prefix
14117
14118 case $srcdir in
14119 .) # We are building in place.
14120 ac_srcdir=.
14121 ac_top_srcdir=$ac_top_builddir_sub
14122 ac_abs_top_srcdir=$ac_pwd ;;
14123 [\\/]* | ?:[\\/]* ) # Absolute name.
14124 ac_srcdir=$srcdir$ac_dir_suffix;
14125 ac_top_srcdir=$srcdir
14126 ac_abs_top_srcdir=$srcdir ;;
14127 *) # Relative name.
14128 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14129 ac_top_srcdir=$ac_top_build_prefix$srcdir
14130 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14131 esac
14132 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14133
14134
14135 case $ac_mode in
14136 :F)
14137 #
14138 # CONFIG_FILE
14139 #
14140
14141 case $INSTALL in
14142 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14143 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14144 esac
14145 ac_MKDIR_P=$MKDIR_P
14146 case $MKDIR_P in
14147 [\\/$]* | ?:[\\/]* ) ;;
14148 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14149 esac
14150 _ACEOF
14151
14152 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14153 # If the template does not know about datarootdir, expand it.
14154 # FIXME: This hack should be removed a few years after 2.60.
14155 ac_datarootdir_hack=; ac_datarootdir_seen=
14156 ac_sed_dataroot='
14157 /datarootdir/ {
14158 p
14159 q
14160 }
14161 /@datadir@/p
14162 /@docdir@/p
14163 /@infodir@/p
14164 /@localedir@/p
14165 /@mandir@/p'
14166 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14167 *datarootdir*) ac_datarootdir_seen=yes;;
14168 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14169 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14170 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14171 _ACEOF
14172 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14173 ac_datarootdir_hack='
14174 s&@datadir@&$datadir&g
14175 s&@docdir@&$docdir&g
14176 s&@infodir@&$infodir&g
14177 s&@localedir@&$localedir&g
14178 s&@mandir@&$mandir&g
14179 s&\\\${datarootdir}&$datarootdir&g' ;;
14180 esac
14181 _ACEOF
14182
14183 # Neutralize VPATH when `$srcdir' = `.'.
14184 # Shell code in configure.ac might set extrasub.
14185 # FIXME: do we really want to maintain this feature?
14186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14187 ac_sed_extra="$ac_vpsub
14188 $extrasub
14189 _ACEOF
14190 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14191 :t
14192 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14193 s|@configure_input@|$ac_sed_conf_input|;t t
14194 s&@top_builddir@&$ac_top_builddir_sub&;t t
14195 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14196 s&@srcdir@&$ac_srcdir&;t t
14197 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14198 s&@top_srcdir@&$ac_top_srcdir&;t t
14199 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14200 s&@builddir@&$ac_builddir&;t t
14201 s&@abs_builddir@&$ac_abs_builddir&;t t
14202 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14203 s&@INSTALL@&$ac_INSTALL&;t t
14204 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14205 $ac_datarootdir_hack
14206 "
14207 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
14208 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14209
14210 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14211 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
14212 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
14213 "$ac_tmp/out"`; test -z "$ac_out"; } &&
14214 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14215 which seems to be undefined. Please make sure it is defined" >&5
14216 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14217 which seems to be undefined. Please make sure it is defined" >&2;}
14218
14219 rm -f "$ac_tmp/stdin"
14220 case $ac_file in
14221 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
14222 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
14223 esac \
14224 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14225 ;;
14226 :H)
14227 #
14228 # CONFIG_HEADER
14229 #
14230 if test x"$ac_file" != x-; then
14231 {
14232 $as_echo "/* $configure_input */" \
14233 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
14234 } >"$ac_tmp/config.h" \
14235 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14236 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14238 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14239 else
14240 rm -f "$ac_file"
14241 mv "$ac_tmp/config.h" "$ac_file" \
14242 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
14243 fi
14244 else
14245 $as_echo "/* $configure_input */" \
14246 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
14247 || as_fn_error $? "could not create -" "$LINENO" 5
14248 fi
14249 # Compute "$ac_file"'s index in $config_headers.
14250 _am_arg="$ac_file"
14251 _am_stamp_count=1
14252 for _am_header in $config_headers :; do
14253 case $_am_header in
14254 $_am_arg | $_am_arg:* )
14255 break ;;
14256 * )
14257 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14258 esac
14259 done
14260 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14261 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14262 X"$_am_arg" : 'X\(//\)[^/]' \| \
14263 X"$_am_arg" : 'X\(//\)$' \| \
14264 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14265 $as_echo X"$_am_arg" |
14266 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14267 s//\1/
14268 q
14269 }
14270 /^X\(\/\/\)[^/].*/{
14271 s//\1/
14272 q
14273 }
14274 /^X\(\/\/\)$/{
14275 s//\1/
14276 q
14277 }
14278 /^X\(\/\).*/{
14279 s//\1/
14280 q
14281 }
14282 s/.*/./; q'`/stamp-h$_am_stamp_count
14283 ;;
14284
14285 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14286 $as_echo "$as_me: executing $ac_file commands" >&6;}
14287 ;;
14288 esac
14289
14290
14291 case $ac_file$ac_mode in
14292 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14293 # Older Autoconf quotes --file arguments for eval, but not when files
14294 # are listed without --file. Let's play safe and only enable the eval
14295 # if we detect the quoting.
14296 case $CONFIG_FILES in
14297 *\'*) eval set x "$CONFIG_FILES" ;;
14298 *) set x $CONFIG_FILES ;;
14299 esac
14300 shift
14301 for mf
14302 do
14303 # Strip MF so we end up with the name of the file.
14304 mf=`echo "$mf" | sed -e 's/:.*$//'`
14305 # Check whether this is an Automake generated Makefile or not.
14306 # We used to match only the files named 'Makefile.in', but
14307 # some people rename them; so instead we look at the file content.
14308 # Grep'ing the first line is not enough: some people post-process
14309 # each Makefile.in and add a new line on top of each file to say so.
14310 # Grep'ing the whole file is not good either: AIX grep has a line
14311 # limit of 2048, but all sed's we know have understand at least 4000.
14312 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14313 dirpart=`$as_dirname -- "$mf" ||
14314 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14315 X"$mf" : 'X\(//\)[^/]' \| \
14316 X"$mf" : 'X\(//\)$' \| \
14317 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14318 $as_echo X"$mf" |
14319 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14320 s//\1/
14321 q
14322 }
14323 /^X\(\/\/\)[^/].*/{
14324 s//\1/
14325 q
14326 }
14327 /^X\(\/\/\)$/{
14328 s//\1/
14329 q
14330 }
14331 /^X\(\/\).*/{
14332 s//\1/
14333 q
14334 }
14335 s/.*/./; q'`
14336 else
14337 continue
14338 fi
14339 # Extract the definition of DEPDIR, am__include, and am__quote
14340 # from the Makefile without running 'make'.
14341 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14342 test -z "$DEPDIR" && continue
14343 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14344 test -z "$am__include" && continue
14345 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14346 # Find all dependency output files, they are included files with
14347 # $(DEPDIR) in their names. We invoke sed twice because it is the
14348 # simplest approach to changing $(DEPDIR) to its actual value in the
14349 # expansion.
14350 for file in `sed -n "
14351 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14352 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
14353 # Make sure the directory exists.
14354 test -f "$dirpart/$file" && continue
14355 fdir=`$as_dirname -- "$file" ||
14356 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14357 X"$file" : 'X\(//\)[^/]' \| \
14358 X"$file" : 'X\(//\)$' \| \
14359 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14360 $as_echo X"$file" |
14361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14362 s//\1/
14363 q
14364 }
14365 /^X\(\/\/\)[^/].*/{
14366 s//\1/
14367 q
14368 }
14369 /^X\(\/\/\)$/{
14370 s//\1/
14371 q
14372 }
14373 /^X\(\/\).*/{
14374 s//\1/
14375 q
14376 }
14377 s/.*/./; q'`
14378 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14379 # echo "creating $dirpart/$file"
14380 echo '# dummy' > "$dirpart/$file"
14381 done
14382 done
14383 }
14384 ;;
14385 "libtool":C)
14386
14387 # See if we are running on zsh, and set the options which allow our
14388 # commands through without removal of \ escapes.
14389 if test -n "${ZSH_VERSION+set}" ; then
14390 setopt NO_GLOB_SUBST
14391 fi
14392
14393 cfgfile="${ofile}T"
14394 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14395 $RM "$cfgfile"
14396
14397 cat <<_LT_EOF >> "$cfgfile"
14398 #! $SHELL
14399
14400 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14401 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14402 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14403 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14404 #
14405 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14406 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14407 # Written by Gordon Matzigkeit, 1996
14408 #
14409 # This file is part of GNU Libtool.
14410 #
14411 # GNU Libtool is free software; you can redistribute it and/or
14412 # modify it under the terms of the GNU General Public License as
14413 # published by the Free Software Foundation; either version 2 of
14414 # the License, or (at your option) any later version.
14415 #
14416 # As a special exception to the GNU General Public License,
14417 # if you distribute this file as part of a program or library that
14418 # is built using GNU Libtool, you may include this file under the
14419 # same distribution terms that you use for the rest of that program.
14420 #
14421 # GNU Libtool is distributed in the hope that it will be useful,
14422 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14423 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14424 # GNU General Public License for more details.
14425 #
14426 # You should have received a copy of the GNU General Public License
14427 # along with GNU Libtool; see the file COPYING. If not, a copy
14428 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14429 # obtained by writing to the Free Software Foundation, Inc.,
14430 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14431
14432
14433 # The names of the tagged configurations supported by this script.
14434 available_tags=""
14435
14436 # ### BEGIN LIBTOOL CONFIG
14437
14438 # Whether or not to build shared libraries.
14439 build_libtool_libs=$enable_shared
14440
14441 # Which release of libtool.m4 was used?
14442 macro_version=$macro_version
14443 macro_revision=$macro_revision
14444
14445 # Whether or not to build static libraries.
14446 build_old_libs=$enable_static
14447
14448 # What type of objects to build.
14449 pic_mode=$pic_mode
14450
14451 # Whether or not to optimize for fast installation.
14452 fast_install=$enable_fast_install
14453
14454 # Shell to use when invoking shell scripts.
14455 SHELL=$lt_SHELL
14456
14457 # An echo program that protects backslashes.
14458 ECHO=$lt_ECHO
14459
14460 # The host system.
14461 host_alias=$host_alias
14462 host=$host
14463 host_os=$host_os
14464
14465 # The build system.
14466 build_alias=$build_alias
14467 build=$build
14468 build_os=$build_os
14469
14470 # A sed program that does not truncate output.
14471 SED=$lt_SED
14472
14473 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14474 Xsed="\$SED -e 1s/^X//"
14475
14476 # A grep program that handles long lines.
14477 GREP=$lt_GREP
14478
14479 # An ERE matcher.
14480 EGREP=$lt_EGREP
14481
14482 # A literal string matcher.
14483 FGREP=$lt_FGREP
14484
14485 # A BSD- or MS-compatible name lister.
14486 NM=$lt_NM
14487
14488 # Whether we need soft or hard links.
14489 LN_S=$lt_LN_S
14490
14491 # What is the maximum length of a command?
14492 max_cmd_len=$max_cmd_len
14493
14494 # Object file suffix (normally "o").
14495 objext=$ac_objext
14496
14497 # Executable file suffix (normally "").
14498 exeext=$exeext
14499
14500 # whether the shell understands "unset".
14501 lt_unset=$lt_unset
14502
14503 # turn spaces into newlines.
14504 SP2NL=$lt_lt_SP2NL
14505
14506 # turn newlines into spaces.
14507 NL2SP=$lt_lt_NL2SP
14508
14509 # An object symbol dumper.
14510 OBJDUMP=$lt_OBJDUMP
14511
14512 # Method to check whether dependent libraries are shared objects.
14513 deplibs_check_method=$lt_deplibs_check_method
14514
14515 # Command to use when deplibs_check_method == "file_magic".
14516 file_magic_cmd=$lt_file_magic_cmd
14517
14518 # The archiver.
14519 AR=$lt_AR
14520 AR_FLAGS=$lt_AR_FLAGS
14521
14522 # A symbol stripping program.
14523 STRIP=$lt_STRIP
14524
14525 # Commands used to install an old-style archive.
14526 RANLIB=$lt_RANLIB
14527 old_postinstall_cmds=$lt_old_postinstall_cmds
14528 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14529
14530 # Whether to use a lock for old archive extraction.
14531 lock_old_archive_extraction=$lock_old_archive_extraction
14532
14533 # A C compiler.
14534 LTCC=$lt_CC
14535
14536 # LTCC compiler flags.
14537 LTCFLAGS=$lt_CFLAGS
14538
14539 # Take the output of nm and produce a listing of raw symbols and C names.
14540 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14541
14542 # Transform the output of nm in a proper C declaration.
14543 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14544
14545 # Transform the output of nm in a C name address pair.
14546 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14547
14548 # Transform the output of nm in a C name address pair when lib prefix is needed.
14549 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14550
14551 # The name of the directory that contains temporary libtool files.
14552 objdir=$objdir
14553
14554 # Used to examine libraries when file_magic_cmd begins with "file".
14555 MAGIC_CMD=$MAGIC_CMD
14556
14557 # Must we lock files when doing compilation?
14558 need_locks=$lt_need_locks
14559
14560 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14561 DSYMUTIL=$lt_DSYMUTIL
14562
14563 # Tool to change global to local symbols on Mac OS X.
14564 NMEDIT=$lt_NMEDIT
14565
14566 # Tool to manipulate fat objects and archives on Mac OS X.
14567 LIPO=$lt_LIPO
14568
14569 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14570 OTOOL=$lt_OTOOL
14571
14572 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14573 OTOOL64=$lt_OTOOL64
14574
14575 # Old archive suffix (normally "a").
14576 libext=$libext
14577
14578 # Shared library suffix (normally ".so").
14579 shrext_cmds=$lt_shrext_cmds
14580
14581 # The commands to extract the exported symbol list from a shared archive.
14582 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14583
14584 # Variables whose values should be saved in libtool wrapper scripts and
14585 # restored at link time.
14586 variables_saved_for_relink=$lt_variables_saved_for_relink
14587
14588 # Do we need the "lib" prefix for modules?
14589 need_lib_prefix=$need_lib_prefix
14590
14591 # Do we need a version for libraries?
14592 need_version=$need_version
14593
14594 # Library versioning type.
14595 version_type=$version_type
14596
14597 # Shared library runtime path variable.
14598 runpath_var=$runpath_var
14599
14600 # Shared library path variable.
14601 shlibpath_var=$shlibpath_var
14602
14603 # Is shlibpath searched before the hard-coded library search path?
14604 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14605
14606 # Format of library name prefix.
14607 libname_spec=$lt_libname_spec
14608
14609 # List of archive names. First name is the real one, the rest are links.
14610 # The last name is the one that the linker finds with -lNAME
14611 library_names_spec=$lt_library_names_spec
14612
14613 # The coded name of the library, if different from the real name.
14614 soname_spec=$lt_soname_spec
14615
14616 # Permission mode override for installation of shared libraries.
14617 install_override_mode=$lt_install_override_mode
14618
14619 # Command to use after installation of a shared archive.
14620 postinstall_cmds=$lt_postinstall_cmds
14621
14622 # Command to use after uninstallation of a shared archive.
14623 postuninstall_cmds=$lt_postuninstall_cmds
14624
14625 # Commands used to finish a libtool library installation in a directory.
14626 finish_cmds=$lt_finish_cmds
14627
14628 # As "finish_cmds", except a single script fragment to be evaled but
14629 # not shown.
14630 finish_eval=$lt_finish_eval
14631
14632 # Whether we should hardcode library paths into libraries.
14633 hardcode_into_libs=$hardcode_into_libs
14634
14635 # Compile-time system search path for libraries.
14636 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14637
14638 # Run-time system search path for libraries.
14639 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14640
14641 # Whether dlopen is supported.
14642 dlopen_support=$enable_dlopen
14643
14644 # Whether dlopen of programs is supported.
14645 dlopen_self=$enable_dlopen_self
14646
14647 # Whether dlopen of statically linked programs is supported.
14648 dlopen_self_static=$enable_dlopen_self_static
14649
14650 # Commands to strip libraries.
14651 old_striplib=$lt_old_striplib
14652 striplib=$lt_striplib
14653
14654
14655 # The linker used to build libraries.
14656 LD=$lt_LD
14657
14658 # How to create reloadable object files.
14659 reload_flag=$lt_reload_flag
14660 reload_cmds=$lt_reload_cmds
14661
14662 # Commands used to build an old-style archive.
14663 old_archive_cmds=$lt_old_archive_cmds
14664
14665 # A language specific compiler.
14666 CC=$lt_compiler
14667
14668 # Is the compiler the GNU compiler?
14669 with_gcc=$GCC
14670
14671 # Compiler flag to turn off builtin functions.
14672 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14673
14674 # How to pass a linker flag through the compiler.
14675 wl=$lt_lt_prog_compiler_wl
14676
14677 # Additional compiler flags for building library objects.
14678 pic_flag=$lt_lt_prog_compiler_pic
14679
14680 # Compiler flag to prevent dynamic linking.
14681 link_static_flag=$lt_lt_prog_compiler_static
14682
14683 # Does compiler simultaneously support -c and -o options?
14684 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14685
14686 # Whether or not to add -lc for building shared libraries.
14687 build_libtool_need_lc=$archive_cmds_need_lc
14688
14689 # Whether or not to disallow shared libs when runtime libs are static.
14690 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14691
14692 # Compiler flag to allow reflexive dlopens.
14693 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14694
14695 # Compiler flag to generate shared objects directly from archives.
14696 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14697
14698 # Whether the compiler copes with passing no objects directly.
14699 compiler_needs_object=$lt_compiler_needs_object
14700
14701 # Create an old-style archive from a shared archive.
14702 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14703
14704 # Create a temporary old-style archive to link instead of a shared archive.
14705 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14706
14707 # Commands used to build a shared archive.
14708 archive_cmds=$lt_archive_cmds
14709 archive_expsym_cmds=$lt_archive_expsym_cmds
14710
14711 # Commands used to build a loadable module if different from building
14712 # a shared archive.
14713 module_cmds=$lt_module_cmds
14714 module_expsym_cmds=$lt_module_expsym_cmds
14715
14716 # Whether we are building with GNU ld or not.
14717 with_gnu_ld=$lt_with_gnu_ld
14718
14719 # Flag that allows shared libraries with undefined symbols to be built.
14720 allow_undefined_flag=$lt_allow_undefined_flag
14721
14722 # Flag that enforces no undefined symbols.
14723 no_undefined_flag=$lt_no_undefined_flag
14724
14725 # Flag to hardcode \$libdir into a binary during linking.
14726 # This must work even if \$libdir does not exist
14727 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14728
14729 # If ld is used when linking, flag to hardcode \$libdir into a binary
14730 # during linking. This must work even if \$libdir does not exist.
14731 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14732
14733 # Whether we need a single "-rpath" flag with a separated argument.
14734 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14735
14736 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14737 # DIR into the resulting binary.
14738 hardcode_direct=$hardcode_direct
14739
14740 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14741 # DIR into the resulting binary and the resulting library dependency is
14742 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14743 # library is relocated.
14744 hardcode_direct_absolute=$hardcode_direct_absolute
14745
14746 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14747 # into the resulting binary.
14748 hardcode_minus_L=$hardcode_minus_L
14749
14750 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14751 # into the resulting binary.
14752 hardcode_shlibpath_var=$hardcode_shlibpath_var
14753
14754 # Set to "yes" if building a shared library automatically hardcodes DIR
14755 # into the library and all subsequent libraries and executables linked
14756 # against it.
14757 hardcode_automatic=$hardcode_automatic
14758
14759 # Set to yes if linker adds runtime paths of dependent libraries
14760 # to runtime path list.
14761 inherit_rpath=$inherit_rpath
14762
14763 # Whether libtool must link a program against all its dependency libraries.
14764 link_all_deplibs=$link_all_deplibs
14765
14766 # Fix the shell variable \$srcfile for the compiler.
14767 fix_srcfile_path=$lt_fix_srcfile_path
14768
14769 # Set to "yes" if exported symbols are required.
14770 always_export_symbols=$always_export_symbols
14771
14772 # The commands to list exported symbols.
14773 export_symbols_cmds=$lt_export_symbols_cmds
14774
14775 # Symbols that should not be listed in the preloaded symbols.
14776 exclude_expsyms=$lt_exclude_expsyms
14777
14778 # Symbols that must always be exported.
14779 include_expsyms=$lt_include_expsyms
14780
14781 # Commands necessary for linking programs (against libraries) with templates.
14782 prelink_cmds=$lt_prelink_cmds
14783
14784 # Specify filename containing input files.
14785 file_list_spec=$lt_file_list_spec
14786
14787 # How to hardcode a shared library path into an executable.
14788 hardcode_action=$hardcode_action
14789
14790 # ### END LIBTOOL CONFIG
14791
14792 _LT_EOF
14793
14794 case $host_os in
14795 aix3*)
14796 cat <<\_LT_EOF >> "$cfgfile"
14797 # AIX sometimes has problems with the GCC collect2 program. For some
14798 # reason, if we set the COLLECT_NAMES environment variable, the problems
14799 # vanish in a puff of smoke.
14800 if test "X${COLLECT_NAMES+set}" != Xset; then
14801 COLLECT_NAMES=
14802 export COLLECT_NAMES
14803 fi
14804 _LT_EOF
14805 ;;
14806 esac
14807
14808
14809 ltmain="$ac_aux_dir/ltmain.sh"
14810
14811
14812 # We use sed instead of cat because bash on DJGPP gets confused if
14813 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14814 # text mode, it properly converts lines to CR/LF. This bash problem
14815 # is reportedly fixed, but why not run on old versions too?
14816 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14817 || (rm -f "$cfgfile"; exit 1)
14818
14819 case $xsi_shell in
14820 yes)
14821 cat << \_LT_EOF >> "$cfgfile"
14822
14823 # func_dirname file append nondir_replacement
14824 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14825 # otherwise set result to NONDIR_REPLACEMENT.
14826 func_dirname ()
14827 {
14828 case ${1} in
14829 */*) func_dirname_result="${1%/*}${2}" ;;
14830 * ) func_dirname_result="${3}" ;;
14831 esac
14832 }
14833
14834 # func_basename file
14835 func_basename ()
14836 {
14837 func_basename_result="${1##*/}"
14838 }
14839
14840 # func_dirname_and_basename file append nondir_replacement
14841 # perform func_basename and func_dirname in a single function
14842 # call:
14843 # dirname: Compute the dirname of FILE. If nonempty,
14844 # add APPEND to the result, otherwise set result
14845 # to NONDIR_REPLACEMENT.
14846 # value returned in "$func_dirname_result"
14847 # basename: Compute filename of FILE.
14848 # value retuned in "$func_basename_result"
14849 # Implementation must be kept synchronized with func_dirname
14850 # and func_basename. For efficiency, we do not delegate to
14851 # those functions but instead duplicate the functionality here.
14852 func_dirname_and_basename ()
14853 {
14854 case ${1} in
14855 */*) func_dirname_result="${1%/*}${2}" ;;
14856 * ) func_dirname_result="${3}" ;;
14857 esac
14858 func_basename_result="${1##*/}"
14859 }
14860
14861 # func_stripname prefix suffix name
14862 # strip PREFIX and SUFFIX off of NAME.
14863 # PREFIX and SUFFIX must not contain globbing or regex special
14864 # characters, hashes, percent signs, but SUFFIX may contain a leading
14865 # dot (in which case that matches only a dot).
14866 func_stripname ()
14867 {
14868 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
14869 # positional parameters, so assign one to ordinary parameter first.
14870 func_stripname_result=${3}
14871 func_stripname_result=${func_stripname_result#"${1}"}
14872 func_stripname_result=${func_stripname_result%"${2}"}
14873 }
14874
14875 # func_opt_split
14876 func_opt_split ()
14877 {
14878 func_opt_split_opt=${1%%=*}
14879 func_opt_split_arg=${1#*=}
14880 }
14881
14882 # func_lo2o object
14883 func_lo2o ()
14884 {
14885 case ${1} in
14886 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
14887 *) func_lo2o_result=${1} ;;
14888 esac
14889 }
14890
14891 # func_xform libobj-or-source
14892 func_xform ()
14893 {
14894 func_xform_result=${1%.*}.lo
14895 }
14896
14897 # func_arith arithmetic-term...
14898 func_arith ()
14899 {
14900 func_arith_result=$(( $* ))
14901 }
14902
14903 # func_len string
14904 # STRING may not start with a hyphen.
14905 func_len ()
14906 {
14907 func_len_result=${#1}
14908 }
14909
14910 _LT_EOF
14911 ;;
14912 *) # Bourne compatible functions.
14913 cat << \_LT_EOF >> "$cfgfile"
14914
14915 # func_dirname file append nondir_replacement
14916 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14917 # otherwise set result to NONDIR_REPLACEMENT.
14918 func_dirname ()
14919 {
14920 # Extract subdirectory from the argument.
14921 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
14922 if test "X$func_dirname_result" = "X${1}"; then
14923 func_dirname_result="${3}"
14924 else
14925 func_dirname_result="$func_dirname_result${2}"
14926 fi
14927 }
14928
14929 # func_basename file
14930 func_basename ()
14931 {
14932 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
14933 }
14934
14935
14936 # func_stripname prefix suffix name
14937 # strip PREFIX and SUFFIX off of NAME.
14938 # PREFIX and SUFFIX must not contain globbing or regex special
14939 # characters, hashes, percent signs, but SUFFIX may contain a leading
14940 # dot (in which case that matches only a dot).
14941 # func_strip_suffix prefix name
14942 func_stripname ()
14943 {
14944 case ${2} in
14945 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
14946 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
14947 esac
14948 }
14949
14950 # sed scripts:
14951 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
14952 my_sed_long_arg='1s/^-[^=]*=//'
14953
14954 # func_opt_split
14955 func_opt_split ()
14956 {
14957 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
14958 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
14959 }
14960
14961 # func_lo2o object
14962 func_lo2o ()
14963 {
14964 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
14965 }
14966
14967 # func_xform libobj-or-source
14968 func_xform ()
14969 {
14970 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
14971 }
14972
14973 # func_arith arithmetic-term...
14974 func_arith ()
14975 {
14976 func_arith_result=`expr "$@"`
14977 }
14978
14979 # func_len string
14980 # STRING may not start with a hyphen.
14981 func_len ()
14982 {
14983 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
14984 }
14985
14986 _LT_EOF
14987 esac
14988
14989 case $lt_shell_append in
14990 yes)
14991 cat << \_LT_EOF >> "$cfgfile"
14992
14993 # func_append var value
14994 # Append VALUE to the end of shell variable VAR.
14995 func_append ()
14996 {
14997 eval "$1+=\$2"
14998 }
14999 _LT_EOF
15000 ;;
15001 *)
15002 cat << \_LT_EOF >> "$cfgfile"
15003
15004 # func_append var value
15005 # Append VALUE to the end of shell variable VAR.
15006 func_append ()
15007 {
15008 eval "$1=\$$1\$2"
15009 }
15010
15011 _LT_EOF
15012 ;;
15013 esac
15014
15015
15016 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15017 || (rm -f "$cfgfile"; exit 1)
15018
15019 mv -f "$cfgfile" "$ofile" ||
15020 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15021 chmod +x "$ofile"
15022
15023 ;;
15024 "default-1":C)
15025 for ac_file in $CONFIG_FILES; do
15026 # Support "outfile[:infile[:infile...]]"
15027 case "$ac_file" in
15028 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15029 esac
15030 # PO directories have a Makefile.in generated from Makefile.in.in.
15031 case "$ac_file" in */Makefile.in)
15032 # Adjust a relative srcdir.
15033 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15034 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15035 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15036 # In autoconf-2.13 it is called $ac_given_srcdir.
15037 # In autoconf-2.50 it is called $srcdir.
15038 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15039 case "$ac_given_srcdir" in
15040 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15041 /*) top_srcdir="$ac_given_srcdir" ;;
15042 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15043 esac
15044 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15045 rm -f "$ac_dir/POTFILES"
15046 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15047 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15048 POMAKEFILEDEPS="POTFILES.in"
15049 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15050 # on $ac_dir but don't depend on user-specified configuration
15051 # parameters.
15052 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15053 # The LINGUAS file contains the set of available languages.
15054 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15055 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
15056 fi
15057 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15058 # Hide the ALL_LINGUAS assigment from automake.
15059 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15060 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15061 else
15062 # The set of available languages was given in configure.ac.
15063 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15064 fi
15065 case "$ac_given_srcdir" in
15066 .) srcdirpre= ;;
15067 *) srcdirpre='$(srcdir)/' ;;
15068 esac
15069 POFILES=
15070 GMOFILES=
15071 UPDATEPOFILES=
15072 DUMMYPOFILES=
15073 for lang in $ALL_LINGUAS; do
15074 POFILES="$POFILES $srcdirpre$lang.po"
15075 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15076 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15077 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15078 done
15079 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15080 # environment variable.
15081 INST_LINGUAS=
15082 if test -n "$ALL_LINGUAS"; then
15083 for presentlang in $ALL_LINGUAS; do
15084 useit=no
15085 if test "%UNSET%" != "$LINGUAS"; then
15086 desiredlanguages="$LINGUAS"
15087 else
15088 desiredlanguages="$ALL_LINGUAS"
15089 fi
15090 for desiredlang in $desiredlanguages; do
15091 # Use the presentlang catalog if desiredlang is
15092 # a. equal to presentlang, or
15093 # b. a variant of presentlang (because in this case,
15094 # presentlang can be used as a fallback for messages
15095 # which are not translated in the desiredlang catalog).
15096 case "$desiredlang" in
15097 "$presentlang"*) useit=yes;;
15098 esac
15099 done
15100 if test $useit = yes; then
15101 INST_LINGUAS="$INST_LINGUAS $presentlang"
15102 fi
15103 done
15104 fi
15105 CATALOGS=
15106 if test -n "$INST_LINGUAS"; then
15107 for lang in $INST_LINGUAS; do
15108 CATALOGS="$CATALOGS $lang.gmo"
15109 done
15110 fi
15111 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15112 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"
15113 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15114 if test -f "$f"; then
15115 case "$f" in
15116 *.orig | *.bak | *~) ;;
15117 *) cat "$f" >> "$ac_dir/Makefile" ;;
15118 esac
15119 fi
15120 done
15121 fi
15122 ;;
15123 esac
15124 done ;;
15125
15126 esac
15127 done # for ac_tag
15128
15129
15130 as_fn_exit 0
15131 _ACEOF
15132 ac_clean_files=$ac_clean_files_save
15133
15134 test $ac_write_fail = 0 ||
15135 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15136
15137
15138 # configure is writing to config.log, and then calls config.status.
15139 # config.status does its own redirection, appending to config.log.
15140 # Unfortunately, on DOS this fails, as config.log is still kept open
15141 # by configure, so config.status won't be able to write to it; its
15142 # output is simply discarded. So we exec the FD to /dev/null,
15143 # effectively closing config.log, so it can be properly (re)opened and
15144 # appended to by config.status. When coming back to configure, we
15145 # need to make the FD available again.
15146 if test "$no_create" != yes; then
15147 ac_cs_success=:
15148 ac_config_status_args=
15149 test "$silent" = yes &&
15150 ac_config_status_args="$ac_config_status_args --quiet"
15151 exec 5>/dev/null
15152 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15153 exec 5>>config.log
15154 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15155 # would make configure fail if this is the last instruction.
15156 $ac_cs_success || as_fn_exit 1
15157 fi
15158 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15159 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15160 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15161 fi
15162
15163
15164
15165 touch config.status.tmp
15166 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
15167 sed '/as_fn_exit 0/i \
15168 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
15169 touch --reference=Makefile Makefile.tmp \
15170 mv Makefile.tmp Makefile \
15171 ' config.status > config.status.tmp
15172 touch --reference=config.status config.status.tmp
15173 mv config.status.tmp config.status
15174 chmod +x config.status
15175 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
15176 touch --reference=Makefile Makefile.tmp
15177 mv Makefile.tmp Makefile
15178 else
15179 rm -f config.status.tmp
15180 fi