]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/rl78/configure
sim: drop unused SIM_AC_OPTION_PACKAGES
[thirdparty/binutils-gdb.git] / sim / rl78 / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
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 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="Makefile.in"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='LTLIBOBJS
602 LIBOBJS
603 cgen_breaks
604 REPORT_BUGS_TEXI
605 REPORT_BUGS_TO
606 PKGVERSION
607 sim_profile
608 sim_trace
609 sim_stdio
610 sim_debug
611 MAINT
612 MAINTAINER_MODE_FALSE
613 MAINTAINER_MODE_TRUE
614 lt_cv_dlopen_libs
615 OTOOL64
616 OTOOL
617 LIPO
618 NMEDIT
619 DSYMUTIL
620 AWK
621 STRIP
622 OBJDUMP
623 LN_S
624 NM
625 ac_ct_DUMPBIN
626 DUMPBIN
627 LD
628 FGREP
629 SED
630 LIBTOOL
631 PLUGINS_FALSE
632 PLUGINS_TRUE
633 zlibinc
634 zlibdir
635 CATOBJEXT
636 GENCAT
637 INSTOBJEXT
638 DATADIRNAME
639 CATALOGS
640 POSUB
641 GMSGFMT
642 XGETTEXT
643 INCINTL
644 LIBINTL_DEP
645 LIBINTL
646 USE_NLS
647 GMAKE_FALSE
648 GMAKE_TRUE
649 MAKE
650 CCDEPMODE
651 DEPDIR
652 am__leading_dot
653 PACKAGE
654 RANLIB
655 AR
656 HDEFINES
657 CC_FOR_BUILD
658 INSTALL_DATA
659 INSTALL_SCRIPT
660 INSTALL_PROGRAM
661 EGREP
662 GREP
663 CPP
664 target_os
665 target_vendor
666 target_cpu
667 target
668 host_os
669 host_vendor
670 host_cpu
671 host
672 build_os
673 build_vendor
674 build_cpu
675 build
676 OBJEXT
677 EXEEXT
678 ac_ct_CC
679 CPPFLAGS
680 LDFLAGS
681 CFLAGS
682 CC
683 WERROR_CFLAGS
684 WARN_CFLAGS
685 sim_xor_endian
686 sim_smp
687 sim_reserved_bits
688 sim_inline
689 sim_hw
690 sim_hw_objs
691 sim_hw_cflags
692 sim_default_model
693 sim_scache
694 sim_float
695 sim_endian
696 sim_bitsize
697 sim_assert
698 sim_alignment
699 sim_environment
700 target_alias
701 host_alias
702 build_alias
703 LIBS
704 ECHO_T
705 ECHO_N
706 ECHO_C
707 DEFS
708 mandir
709 localedir
710 libdir
711 psdir
712 pdfdir
713 dvidir
714 htmldir
715 infodir
716 docdir
717 oldincludedir
718 includedir
719 localstatedir
720 sharedstatedir
721 sysconfdir
722 datadir
723 datarootdir
724 libexecdir
725 sbindir
726 bindir
727 program_transform_name
728 prefix
729 exec_prefix
730 PACKAGE_URL
731 PACKAGE_BUGREPORT
732 PACKAGE_STRING
733 PACKAGE_VERSION
734 PACKAGE_TARNAME
735 PACKAGE_NAME
736 PATH_SEPARATOR
737 SHELL'
738 ac_subst_files=''
739 ac_user_opts='
740 enable_option_checking
741 with_system_zlib
742 enable_plugins
743 enable_shared
744 enable_static
745 with_pic
746 enable_fast_install
747 with_gnu_ld
748 enable_libtool_lock
749 enable_maintainer_mode
750 enable_sim_debug
751 enable_sim_stdio
752 enable_sim_trace
753 enable_sim_profile
754 enable_sim_assert
755 enable_sim_environment
756 enable_sim_inline
757 with_pkgversion
758 with_bugurl
759 '
760 ac_precious_vars='build_alias
761 host_alias
762 target_alias
763 CC
764 CFLAGS
765 LDFLAGS
766 LIBS
767 CPPFLAGS
768 CPP'
769
770
771 # Initialize some variables set by options.
772 ac_init_help=
773 ac_init_version=false
774 ac_unrecognized_opts=
775 ac_unrecognized_sep=
776 # The variables have the same names as the options, with
777 # dashes changed to underlines.
778 cache_file=/dev/null
779 exec_prefix=NONE
780 no_create=
781 no_recursion=
782 prefix=NONE
783 program_prefix=NONE
784 program_suffix=NONE
785 program_transform_name=s,x,x,
786 silent=
787 site=
788 srcdir=
789 verbose=
790 x_includes=NONE
791 x_libraries=NONE
792
793 # Installation directory options.
794 # These are left unexpanded so users can "make install exec_prefix=/foo"
795 # and all the variables that are supposed to be based on exec_prefix
796 # by default will actually change.
797 # Use braces instead of parens because sh, perl, etc. also accept them.
798 # (The list follows the same order as the GNU Coding Standards.)
799 bindir='${exec_prefix}/bin'
800 sbindir='${exec_prefix}/sbin'
801 libexecdir='${exec_prefix}/libexec'
802 datarootdir='${prefix}/share'
803 datadir='${datarootdir}'
804 sysconfdir='${prefix}/etc'
805 sharedstatedir='${prefix}/com'
806 localstatedir='${prefix}/var'
807 includedir='${prefix}/include'
808 oldincludedir='/usr/include'
809 docdir='${datarootdir}/doc/${PACKAGE}'
810 infodir='${datarootdir}/info'
811 htmldir='${docdir}'
812 dvidir='${docdir}'
813 pdfdir='${docdir}'
814 psdir='${docdir}'
815 libdir='${exec_prefix}/lib'
816 localedir='${datarootdir}/locale'
817 mandir='${datarootdir}/man'
818
819 ac_prev=
820 ac_dashdash=
821 for ac_option
822 do
823 # If the previous option needs an argument, assign it.
824 if test -n "$ac_prev"; then
825 eval $ac_prev=\$ac_option
826 ac_prev=
827 continue
828 fi
829
830 case $ac_option in
831 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
832 *) ac_optarg=yes ;;
833 esac
834
835 # Accept the important Cygnus configure options, so we can diagnose typos.
836
837 case $ac_dashdash$ac_option in
838 --)
839 ac_dashdash=yes ;;
840
841 -bindir | --bindir | --bindi | --bind | --bin | --bi)
842 ac_prev=bindir ;;
843 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
844 bindir=$ac_optarg ;;
845
846 -build | --build | --buil | --bui | --bu)
847 ac_prev=build_alias ;;
848 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
849 build_alias=$ac_optarg ;;
850
851 -cache-file | --cache-file | --cache-fil | --cache-fi \
852 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
853 ac_prev=cache_file ;;
854 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
855 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
856 cache_file=$ac_optarg ;;
857
858 --config-cache | -C)
859 cache_file=config.cache ;;
860
861 -datadir | --datadir | --datadi | --datad)
862 ac_prev=datadir ;;
863 -datadir=* | --datadir=* | --datadi=* | --datad=*)
864 datadir=$ac_optarg ;;
865
866 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
867 | --dataroo | --dataro | --datar)
868 ac_prev=datarootdir ;;
869 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
870 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
871 datarootdir=$ac_optarg ;;
872
873 -disable-* | --disable-*)
874 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
875 # Reject names that are not valid shell variable names.
876 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
877 as_fn_error "invalid feature name: $ac_useropt"
878 ac_useropt_orig=$ac_useropt
879 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
880 case $ac_user_opts in
881 *"
882 "enable_$ac_useropt"
883 "*) ;;
884 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
885 ac_unrecognized_sep=', ';;
886 esac
887 eval enable_$ac_useropt=no ;;
888
889 -docdir | --docdir | --docdi | --doc | --do)
890 ac_prev=docdir ;;
891 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
892 docdir=$ac_optarg ;;
893
894 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
895 ac_prev=dvidir ;;
896 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
897 dvidir=$ac_optarg ;;
898
899 -enable-* | --enable-*)
900 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
901 # Reject names that are not valid shell variable names.
902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
903 as_fn_error "invalid feature name: $ac_useropt"
904 ac_useropt_orig=$ac_useropt
905 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
906 case $ac_user_opts in
907 *"
908 "enable_$ac_useropt"
909 "*) ;;
910 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
911 ac_unrecognized_sep=', ';;
912 esac
913 eval enable_$ac_useropt=\$ac_optarg ;;
914
915 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
916 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
917 | --exec | --exe | --ex)
918 ac_prev=exec_prefix ;;
919 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
920 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
921 | --exec=* | --exe=* | --ex=*)
922 exec_prefix=$ac_optarg ;;
923
924 -gas | --gas | --ga | --g)
925 # Obsolete; use --with-gas.
926 with_gas=yes ;;
927
928 -help | --help | --hel | --he | -h)
929 ac_init_help=long ;;
930 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
931 ac_init_help=recursive ;;
932 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
933 ac_init_help=short ;;
934
935 -host | --host | --hos | --ho)
936 ac_prev=host_alias ;;
937 -host=* | --host=* | --hos=* | --ho=*)
938 host_alias=$ac_optarg ;;
939
940 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
941 ac_prev=htmldir ;;
942 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
943 | --ht=*)
944 htmldir=$ac_optarg ;;
945
946 -includedir | --includedir | --includedi | --included | --include \
947 | --includ | --inclu | --incl | --inc)
948 ac_prev=includedir ;;
949 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
950 | --includ=* | --inclu=* | --incl=* | --inc=*)
951 includedir=$ac_optarg ;;
952
953 -infodir | --infodir | --infodi | --infod | --info | --inf)
954 ac_prev=infodir ;;
955 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
956 infodir=$ac_optarg ;;
957
958 -libdir | --libdir | --libdi | --libd)
959 ac_prev=libdir ;;
960 -libdir=* | --libdir=* | --libdi=* | --libd=*)
961 libdir=$ac_optarg ;;
962
963 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
964 | --libexe | --libex | --libe)
965 ac_prev=libexecdir ;;
966 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
967 | --libexe=* | --libex=* | --libe=*)
968 libexecdir=$ac_optarg ;;
969
970 -localedir | --localedir | --localedi | --localed | --locale)
971 ac_prev=localedir ;;
972 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
973 localedir=$ac_optarg ;;
974
975 -localstatedir | --localstatedir | --localstatedi | --localstated \
976 | --localstate | --localstat | --localsta | --localst | --locals)
977 ac_prev=localstatedir ;;
978 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
979 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
980 localstatedir=$ac_optarg ;;
981
982 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
983 ac_prev=mandir ;;
984 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
985 mandir=$ac_optarg ;;
986
987 -nfp | --nfp | --nf)
988 # Obsolete; use --without-fp.
989 with_fp=no ;;
990
991 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
992 | --no-cr | --no-c | -n)
993 no_create=yes ;;
994
995 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
996 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
997 no_recursion=yes ;;
998
999 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1000 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1001 | --oldin | --oldi | --old | --ol | --o)
1002 ac_prev=oldincludedir ;;
1003 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1004 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1005 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1006 oldincludedir=$ac_optarg ;;
1007
1008 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1009 ac_prev=prefix ;;
1010 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1011 prefix=$ac_optarg ;;
1012
1013 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1014 | --program-pre | --program-pr | --program-p)
1015 ac_prev=program_prefix ;;
1016 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1017 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1018 program_prefix=$ac_optarg ;;
1019
1020 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1021 | --program-suf | --program-su | --program-s)
1022 ac_prev=program_suffix ;;
1023 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1024 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1025 program_suffix=$ac_optarg ;;
1026
1027 -program-transform-name | --program-transform-name \
1028 | --program-transform-nam | --program-transform-na \
1029 | --program-transform-n | --program-transform- \
1030 | --program-transform | --program-transfor \
1031 | --program-transfo | --program-transf \
1032 | --program-trans | --program-tran \
1033 | --progr-tra | --program-tr | --program-t)
1034 ac_prev=program_transform_name ;;
1035 -program-transform-name=* | --program-transform-name=* \
1036 | --program-transform-nam=* | --program-transform-na=* \
1037 | --program-transform-n=* | --program-transform-=* \
1038 | --program-transform=* | --program-transfor=* \
1039 | --program-transfo=* | --program-transf=* \
1040 | --program-trans=* | --program-tran=* \
1041 | --progr-tra=* | --program-tr=* | --program-t=*)
1042 program_transform_name=$ac_optarg ;;
1043
1044 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1045 ac_prev=pdfdir ;;
1046 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1047 pdfdir=$ac_optarg ;;
1048
1049 -psdir | --psdir | --psdi | --psd | --ps)
1050 ac_prev=psdir ;;
1051 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1052 psdir=$ac_optarg ;;
1053
1054 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1055 | -silent | --silent | --silen | --sile | --sil)
1056 silent=yes ;;
1057
1058 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1059 ac_prev=sbindir ;;
1060 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1061 | --sbi=* | --sb=*)
1062 sbindir=$ac_optarg ;;
1063
1064 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1065 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1066 | --sharedst | --shareds | --shared | --share | --shar \
1067 | --sha | --sh)
1068 ac_prev=sharedstatedir ;;
1069 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1070 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1071 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1072 | --sha=* | --sh=*)
1073 sharedstatedir=$ac_optarg ;;
1074
1075 -site | --site | --sit)
1076 ac_prev=site ;;
1077 -site=* | --site=* | --sit=*)
1078 site=$ac_optarg ;;
1079
1080 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1081 ac_prev=srcdir ;;
1082 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1083 srcdir=$ac_optarg ;;
1084
1085 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1086 | --syscon | --sysco | --sysc | --sys | --sy)
1087 ac_prev=sysconfdir ;;
1088 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1089 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1090 sysconfdir=$ac_optarg ;;
1091
1092 -target | --target | --targe | --targ | --tar | --ta | --t)
1093 ac_prev=target_alias ;;
1094 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1095 target_alias=$ac_optarg ;;
1096
1097 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1098 verbose=yes ;;
1099
1100 -version | --version | --versio | --versi | --vers | -V)
1101 ac_init_version=: ;;
1102
1103 -with-* | --with-*)
1104 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1105 # Reject names that are not valid shell variable names.
1106 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1107 as_fn_error "invalid package name: $ac_useropt"
1108 ac_useropt_orig=$ac_useropt
1109 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1110 case $ac_user_opts in
1111 *"
1112 "with_$ac_useropt"
1113 "*) ;;
1114 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1115 ac_unrecognized_sep=', ';;
1116 esac
1117 eval with_$ac_useropt=\$ac_optarg ;;
1118
1119 -without-* | --without-*)
1120 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123 as_fn_error "invalid package name: $ac_useropt"
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1127 *"
1128 "with_$ac_useropt"
1129 "*) ;;
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
1132 esac
1133 eval with_$ac_useropt=no ;;
1134
1135 --x)
1136 # Obsolete; use --with-x.
1137 with_x=yes ;;
1138
1139 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1140 | --x-incl | --x-inc | --x-in | --x-i)
1141 ac_prev=x_includes ;;
1142 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1143 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1144 x_includes=$ac_optarg ;;
1145
1146 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1147 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1148 ac_prev=x_libraries ;;
1149 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1150 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1151 x_libraries=$ac_optarg ;;
1152
1153 -*) as_fn_error "unrecognized option: \`$ac_option'
1154 Try \`$0 --help' for more information."
1155 ;;
1156
1157 *=*)
1158 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1159 # Reject names that are not valid shell variable names.
1160 case $ac_envvar in #(
1161 '' | [0-9]* | *[!_$as_cr_alnum]* )
1162 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1163 esac
1164 eval $ac_envvar=\$ac_optarg
1165 export $ac_envvar ;;
1166
1167 *)
1168 # FIXME: should be removed in autoconf 3.0.
1169 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1170 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1171 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1172 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1173 ;;
1174
1175 esac
1176 done
1177
1178 if test -n "$ac_prev"; then
1179 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1180 as_fn_error "missing argument to $ac_option"
1181 fi
1182
1183 if test -n "$ac_unrecognized_opts"; then
1184 case $enable_option_checking in
1185 no) ;;
1186 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1187 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1188 esac
1189 fi
1190
1191 # Check all directory arguments for consistency.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1196 do
1197 eval ac_val=\$$ac_var
1198 # Remove trailing slashes.
1199 case $ac_val in
1200 */ )
1201 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1202 eval $ac_var=\$ac_val;;
1203 esac
1204 # Be sure to have absolute directory names.
1205 case $ac_val in
1206 [\\/$]* | ?:[\\/]* ) continue;;
1207 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1208 esac
1209 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1210 done
1211
1212 # There might be people who depend on the old broken behavior: `$host'
1213 # used to hold the argument of --host etc.
1214 # FIXME: To remove some day.
1215 build=$build_alias
1216 host=$host_alias
1217 target=$target_alias
1218
1219 # FIXME: To remove some day.
1220 if test "x$host_alias" != x; then
1221 if test "x$build_alias" = x; then
1222 cross_compiling=maybe
1223 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1224 If a cross compiler is detected then cross compile mode will be used." >&2
1225 elif test "x$build_alias" != "x$host_alias"; then
1226 cross_compiling=yes
1227 fi
1228 fi
1229
1230 ac_tool_prefix=
1231 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1232
1233 test "$silent" = yes && exec 6>/dev/null
1234
1235
1236 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1237 ac_ls_di=`ls -di .` &&
1238 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1239 as_fn_error "working directory cannot be determined"
1240 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1241 as_fn_error "pwd does not report name of working directory"
1242
1243
1244 # Find the source files, if location was not specified.
1245 if test -z "$srcdir"; then
1246 ac_srcdir_defaulted=yes
1247 # Try the directory containing this script, then the parent directory.
1248 ac_confdir=`$as_dirname -- "$as_myself" ||
1249 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1250 X"$as_myself" : 'X\(//\)[^/]' \| \
1251 X"$as_myself" : 'X\(//\)$' \| \
1252 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1253 $as_echo X"$as_myself" |
1254 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1255 s//\1/
1256 q
1257 }
1258 /^X\(\/\/\)[^/].*/{
1259 s//\1/
1260 q
1261 }
1262 /^X\(\/\/\)$/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\).*/{
1267 s//\1/
1268 q
1269 }
1270 s/.*/./; q'`
1271 srcdir=$ac_confdir
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 srcdir=..
1274 fi
1275 else
1276 ac_srcdir_defaulted=no
1277 fi
1278 if test ! -r "$srcdir/$ac_unique_file"; then
1279 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1280 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1281 fi
1282 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1283 ac_abs_confdir=`(
1284 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1289 fi
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1302
1303 #
1304 # Report the --help message.
1305 #
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures this package to adapt to many kinds of systems.
1311
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1313
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1316
1317 Defaults for the options are specified in brackets.
1318
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1335
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1340
1341 For better control, use the options below.
1342
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1364
1365 cat <<\_ACEOF
1366
1367 Program names:
1368 --program-prefix=PREFIX prepend PREFIX to installed program names
1369 --program-suffix=SUFFIX append SUFFIX to installed program names
1370 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1371
1372 System types:
1373 --build=BUILD configure for building on BUILD [guessed]
1374 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1375 --target=TARGET configure for building compilers for TARGET [HOST]
1376 _ACEOF
1377 fi
1378
1379 if test -n "$ac_init_help"; then
1380
1381 cat <<\_ACEOF
1382
1383 Optional Features:
1384 --disable-option-checking ignore unrecognized --enable/--with options
1385 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1386 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1387 --enable-plugins Enable support for plugins
1388 --enable-shared[=PKGS] build shared libraries [default=yes]
1389 --enable-static[=PKGS] build static libraries [default=yes]
1390 --enable-fast-install[=PKGS]
1391 optimize for fast installation [default=yes]
1392 --disable-libtool-lock avoid locking (might break parallel builds)
1393 --enable-maintainer-mode enable make rules and dependencies not useful
1394 (and sometimes confusing) to the casual installer
1395 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1396 itself)
1397 --enable-sim-stdio Specify whether to use stdio for console
1398 input/output
1399 --enable-sim-trace=opts Enable tracing of simulated programs
1400 --enable-sim-profile=opts
1401 Enable profiling flags
1402 --enable-sim-assert Specify whether to perform random assertions
1403 --enable-sim-environment=environment
1404 Specify mixed, user, virtual or operating
1405 environment
1406 --enable-sim-inline=inlines
1407 Specify which functions should be inlined
1408
1409 Optional Packages:
1410 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1411 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1412 --with-system-zlib use installed libz
1413 --with-pic try to use only PIC/non-PIC objects [default=use
1414 both]
1415 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1416 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1417 --with-bugurl=URL Direct users to URL to report a bug
1418
1419 Some influential environment variables:
1420 CC C compiler command
1421 CFLAGS C compiler flags
1422 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1423 nonstandard directory <lib dir>
1424 LIBS libraries to pass to the linker, e.g. -l<library>
1425 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1426 you have headers in a nonstandard directory <include dir>
1427 CPP C preprocessor
1428
1429 Use these variables to override the choices made by `configure' or to help
1430 it to find libraries and programs with nonstandard names/locations.
1431
1432 Report bugs to the package provider.
1433 _ACEOF
1434 ac_status=$?
1435 fi
1436
1437 if test "$ac_init_help" = "recursive"; then
1438 # If there are subdirs, report their specific --help.
1439 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1440 test -d "$ac_dir" ||
1441 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1442 continue
1443 ac_builddir=.
1444
1445 case "$ac_dir" in
1446 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1447 *)
1448 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1449 # A ".." for each directory in $ac_dir_suffix.
1450 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1451 case $ac_top_builddir_sub in
1452 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1453 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1454 esac ;;
1455 esac
1456 ac_abs_top_builddir=$ac_pwd
1457 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1458 # for backward compatibility:
1459 ac_top_builddir=$ac_top_build_prefix
1460
1461 case $srcdir in
1462 .) # We are building in place.
1463 ac_srcdir=.
1464 ac_top_srcdir=$ac_top_builddir_sub
1465 ac_abs_top_srcdir=$ac_pwd ;;
1466 [\\/]* | ?:[\\/]* ) # Absolute name.
1467 ac_srcdir=$srcdir$ac_dir_suffix;
1468 ac_top_srcdir=$srcdir
1469 ac_abs_top_srcdir=$srcdir ;;
1470 *) # Relative name.
1471 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1472 ac_top_srcdir=$ac_top_build_prefix$srcdir
1473 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1474 esac
1475 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1476
1477 cd "$ac_dir" || { ac_status=$?; continue; }
1478 # Check for guested configure.
1479 if test -f "$ac_srcdir/configure.gnu"; then
1480 echo &&
1481 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1482 elif test -f "$ac_srcdir/configure"; then
1483 echo &&
1484 $SHELL "$ac_srcdir/configure" --help=recursive
1485 else
1486 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1487 fi || ac_status=$?
1488 cd "$ac_pwd" || { ac_status=$?; break; }
1489 done
1490 fi
1491
1492 test -n "$ac_init_help" && exit $ac_status
1493 if $ac_init_version; then
1494 cat <<\_ACEOF
1495 configure
1496 generated by GNU Autoconf 2.64
1497
1498 Copyright (C) 2009 Free Software Foundation, Inc.
1499 This configure script is free software; the Free Software Foundation
1500 gives unlimited permission to copy, distribute and modify it.
1501 _ACEOF
1502 exit
1503 fi
1504
1505 ## ------------------------ ##
1506 ## Autoconf initialization. ##
1507 ## ------------------------ ##
1508
1509 # ac_fn_c_try_compile LINENO
1510 # --------------------------
1511 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1512 ac_fn_c_try_compile ()
1513 {
1514 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1515 rm -f conftest.$ac_objext
1516 if { { ac_try="$ac_compile"
1517 case "(($ac_try" in
1518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1519 *) ac_try_echo=$ac_try;;
1520 esac
1521 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1522 $as_echo "$ac_try_echo"; } >&5
1523 (eval "$ac_compile") 2>conftest.err
1524 ac_status=$?
1525 if test -s conftest.err; then
1526 grep -v '^ *+' conftest.err >conftest.er1
1527 cat conftest.er1 >&5
1528 mv -f conftest.er1 conftest.err
1529 fi
1530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1531 test $ac_status = 0; } && {
1532 test -z "$ac_c_werror_flag" ||
1533 test ! -s conftest.err
1534 } && test -s conftest.$ac_objext; then :
1535 ac_retval=0
1536 else
1537 $as_echo "$as_me: failed program was:" >&5
1538 sed 's/^/| /' conftest.$ac_ext >&5
1539
1540 ac_retval=1
1541 fi
1542 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1543 return $ac_retval
1544
1545 } # ac_fn_c_try_compile
1546
1547 # ac_fn_c_try_cpp LINENO
1548 # ----------------------
1549 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1550 ac_fn_c_try_cpp ()
1551 {
1552 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1553 if { { ac_try="$ac_cpp conftest.$ac_ext"
1554 case "(($ac_try" in
1555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1556 *) ac_try_echo=$ac_try;;
1557 esac
1558 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1559 $as_echo "$ac_try_echo"; } >&5
1560 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1561 ac_status=$?
1562 if test -s conftest.err; then
1563 grep -v '^ *+' conftest.err >conftest.er1
1564 cat conftest.er1 >&5
1565 mv -f conftest.er1 conftest.err
1566 fi
1567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1568 test $ac_status = 0; } >/dev/null && {
1569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1570 test ! -s conftest.err
1571 }; then :
1572 ac_retval=0
1573 else
1574 $as_echo "$as_me: failed program was:" >&5
1575 sed 's/^/| /' conftest.$ac_ext >&5
1576
1577 ac_retval=1
1578 fi
1579 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1580 return $ac_retval
1581
1582 } # ac_fn_c_try_cpp
1583
1584 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1585 # -------------------------------------------------------
1586 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1587 # the include files in INCLUDES and setting the cache variable VAR
1588 # accordingly.
1589 ac_fn_c_check_header_mongrel ()
1590 {
1591 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1592 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1594 $as_echo_n "checking for $2... " >&6; }
1595 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1596 $as_echo_n "(cached) " >&6
1597 fi
1598 eval ac_res=\$$3
1599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1600 $as_echo "$ac_res" >&6; }
1601 else
1602 # Is the header compilable?
1603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1604 $as_echo_n "checking $2 usability... " >&6; }
1605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1606 /* end confdefs.h. */
1607 $4
1608 #include <$2>
1609 _ACEOF
1610 if ac_fn_c_try_compile "$LINENO"; then :
1611 ac_header_compiler=yes
1612 else
1613 ac_header_compiler=no
1614 fi
1615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1617 $as_echo "$ac_header_compiler" >&6; }
1618
1619 # Is the header present?
1620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1621 $as_echo_n "checking $2 presence... " >&6; }
1622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1623 /* end confdefs.h. */
1624 #include <$2>
1625 _ACEOF
1626 if ac_fn_c_try_cpp "$LINENO"; then :
1627 ac_header_preproc=yes
1628 else
1629 ac_header_preproc=no
1630 fi
1631 rm -f conftest.err conftest.$ac_ext
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1633 $as_echo "$ac_header_preproc" >&6; }
1634
1635 # So? What about this header?
1636 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1637 yes:no: )
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1639 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1641 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1642 ;;
1643 no:yes:* )
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1645 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1647 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1649 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1651 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1653 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1654 ;;
1655 esac
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1657 $as_echo_n "checking for $2... " >&6; }
1658 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1659 $as_echo_n "(cached) " >&6
1660 else
1661 eval "$3=\$ac_header_compiler"
1662 fi
1663 eval ac_res=\$$3
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1665 $as_echo "$ac_res" >&6; }
1666 fi
1667 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1668
1669 } # ac_fn_c_check_header_mongrel
1670
1671 # ac_fn_c_try_run LINENO
1672 # ----------------------
1673 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1674 # that executables *can* be run.
1675 ac_fn_c_try_run ()
1676 {
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 if { { ac_try="$ac_link"
1679 case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682 esac
1683 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684 $as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_link") 2>&5
1686 ac_status=$?
1687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1689 { { case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692 esac
1693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694 $as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_try") 2>&5
1696 ac_status=$?
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; }; }; then :
1699 ac_retval=0
1700 else
1701 $as_echo "$as_me: program exited with status $ac_status" >&5
1702 $as_echo "$as_me: failed program was:" >&5
1703 sed 's/^/| /' conftest.$ac_ext >&5
1704
1705 ac_retval=$ac_status
1706 fi
1707 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1708 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709 return $ac_retval
1710
1711 } # ac_fn_c_try_run
1712
1713 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1714 # -------------------------------------------------------
1715 # Tests whether HEADER exists and can be compiled using the include files in
1716 # INCLUDES, setting the cache variable VAR accordingly.
1717 ac_fn_c_check_header_compile ()
1718 {
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1721 $as_echo_n "checking for $2... " >&6; }
1722 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1723 $as_echo_n "(cached) " >&6
1724 else
1725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1726 /* end confdefs.h. */
1727 $4
1728 #include <$2>
1729 _ACEOF
1730 if ac_fn_c_try_compile "$LINENO"; then :
1731 eval "$3=yes"
1732 else
1733 eval "$3=no"
1734 fi
1735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1736 fi
1737 eval ac_res=\$$3
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1739 $as_echo "$ac_res" >&6; }
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1741
1742 } # ac_fn_c_check_header_compile
1743
1744 # ac_fn_c_try_link LINENO
1745 # -----------------------
1746 # Try to link conftest.$ac_ext, and return whether this succeeded.
1747 ac_fn_c_try_link ()
1748 {
1749 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1750 rm -f conftest.$ac_objext conftest$ac_exeext
1751 if { { ac_try="$ac_link"
1752 case "(($ac_try" in
1753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1754 *) ac_try_echo=$ac_try;;
1755 esac
1756 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1757 $as_echo "$ac_try_echo"; } >&5
1758 (eval "$ac_link") 2>conftest.err
1759 ac_status=$?
1760 if test -s conftest.err; then
1761 grep -v '^ *+' conftest.err >conftest.er1
1762 cat conftest.er1 >&5
1763 mv -f conftest.er1 conftest.err
1764 fi
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; } && {
1767 test -z "$ac_c_werror_flag" ||
1768 test ! -s conftest.err
1769 } && test -s conftest$ac_exeext && {
1770 test "$cross_compiling" = yes ||
1771 $as_test_x conftest$ac_exeext
1772 }; then :
1773 ac_retval=0
1774 else
1775 $as_echo "$as_me: failed program was:" >&5
1776 sed 's/^/| /' conftest.$ac_ext >&5
1777
1778 ac_retval=1
1779 fi
1780 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1781 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1782 # interfere with the next link command; also delete a directory that is
1783 # left behind by Apple's compiler. We do this before executing the actions.
1784 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1785 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1786 return $ac_retval
1787
1788 } # ac_fn_c_try_link
1789
1790 # ac_fn_c_check_func LINENO FUNC VAR
1791 # ----------------------------------
1792 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1793 ac_fn_c_check_func ()
1794 {
1795 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797 $as_echo_n "checking for $2... " >&6; }
1798 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799 $as_echo_n "(cached) " >&6
1800 else
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802 /* end confdefs.h. */
1803 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1804 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1805 #define $2 innocuous_$2
1806
1807 /* System header to define __stub macros and hopefully few prototypes,
1808 which can conflict with char $2 (); below.
1809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1810 <limits.h> exists even on freestanding compilers. */
1811
1812 #ifdef __STDC__
1813 # include <limits.h>
1814 #else
1815 # include <assert.h>
1816 #endif
1817
1818 #undef $2
1819
1820 /* Override any GCC internal prototype to avoid an error.
1821 Use char because int might match the return type of a GCC
1822 builtin and then its argument prototype would still apply. */
1823 #ifdef __cplusplus
1824 extern "C"
1825 #endif
1826 char $2 ();
1827 /* The GNU C library defines this for functions which it implements
1828 to always fail with ENOSYS. Some functions are actually named
1829 something starting with __ and the normal name is an alias. */
1830 #if defined __stub_$2 || defined __stub___$2
1831 choke me
1832 #endif
1833
1834 int
1835 main ()
1836 {
1837 return $2 ();
1838 ;
1839 return 0;
1840 }
1841 _ACEOF
1842 if ac_fn_c_try_link "$LINENO"; then :
1843 eval "$3=yes"
1844 else
1845 eval "$3=no"
1846 fi
1847 rm -f core conftest.err conftest.$ac_objext \
1848 conftest$ac_exeext conftest.$ac_ext
1849 fi
1850 eval ac_res=\$$3
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1852 $as_echo "$ac_res" >&6; }
1853 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1854
1855 } # ac_fn_c_check_func
1856
1857 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1858 # ----------------------------------------------------
1859 # Tries to find if the field MEMBER exists in type AGGR, after including
1860 # INCLUDES, setting cache variable VAR accordingly.
1861 ac_fn_c_check_member ()
1862 {
1863 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1865 $as_echo_n "checking for $2.$3... " >&6; }
1866 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1867 $as_echo_n "(cached) " >&6
1868 else
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870 /* end confdefs.h. */
1871 $5
1872 int
1873 main ()
1874 {
1875 static $2 ac_aggr;
1876 if (ac_aggr.$3)
1877 return 0;
1878 ;
1879 return 0;
1880 }
1881 _ACEOF
1882 if ac_fn_c_try_compile "$LINENO"; then :
1883 eval "$4=yes"
1884 else
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h. */
1887 $5
1888 int
1889 main ()
1890 {
1891 static $2 ac_aggr;
1892 if (sizeof ac_aggr.$3)
1893 return 0;
1894 ;
1895 return 0;
1896 }
1897 _ACEOF
1898 if ac_fn_c_try_compile "$LINENO"; then :
1899 eval "$4=yes"
1900 else
1901 eval "$4=no"
1902 fi
1903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904 fi
1905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1906 fi
1907 eval ac_res=\$$4
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1909 $as_echo "$ac_res" >&6; }
1910 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1911
1912 } # ac_fn_c_check_member
1913
1914 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1915 # -------------------------------------------
1916 # Tests whether TYPE exists after having included INCLUDES, setting cache
1917 # variable VAR accordingly.
1918 ac_fn_c_check_type ()
1919 {
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1922 $as_echo_n "checking for $2... " >&6; }
1923 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924 $as_echo_n "(cached) " >&6
1925 else
1926 eval "$3=no"
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928 /* end confdefs.h. */
1929 $4
1930 int
1931 main ()
1932 {
1933 if (sizeof ($2))
1934 return 0;
1935 ;
1936 return 0;
1937 }
1938 _ACEOF
1939 if ac_fn_c_try_compile "$LINENO"; then :
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941 /* end confdefs.h. */
1942 $4
1943 int
1944 main ()
1945 {
1946 if (sizeof (($2)))
1947 return 0;
1948 ;
1949 return 0;
1950 }
1951 _ACEOF
1952 if ac_fn_c_try_compile "$LINENO"; then :
1953
1954 else
1955 eval "$3=yes"
1956 fi
1957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958 fi
1959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1960 fi
1961 eval ac_res=\$$3
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963 $as_echo "$ac_res" >&6; }
1964 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1965
1966 } # ac_fn_c_check_type
1967 cat >config.log <<_ACEOF
1968 This file contains any messages produced by compilers while
1969 running configure, to aid debugging if configure makes a mistake.
1970
1971 It was created by $as_me, which was
1972 generated by GNU Autoconf 2.64. Invocation command line was
1973
1974 $ $0 $@
1975
1976 _ACEOF
1977 exec 5>>config.log
1978 {
1979 cat <<_ASUNAME
1980 ## --------- ##
1981 ## Platform. ##
1982 ## --------- ##
1983
1984 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1985 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1986 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1987 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1988 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1989
1990 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1991 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1992
1993 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1994 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1995 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1996 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1997 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1998 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1999 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2000
2001 _ASUNAME
2002
2003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2004 for as_dir in $PATH
2005 do
2006 IFS=$as_save_IFS
2007 test -z "$as_dir" && as_dir=.
2008 $as_echo "PATH: $as_dir"
2009 done
2010 IFS=$as_save_IFS
2011
2012 } >&5
2013
2014 cat >&5 <<_ACEOF
2015
2016
2017 ## ----------- ##
2018 ## Core tests. ##
2019 ## ----------- ##
2020
2021 _ACEOF
2022
2023
2024 # Keep a trace of the command line.
2025 # Strip out --no-create and --no-recursion so they do not pile up.
2026 # Strip out --silent because we don't want to record it for future runs.
2027 # Also quote any args containing shell meta-characters.
2028 # Make two passes to allow for proper duplicate-argument suppression.
2029 ac_configure_args=
2030 ac_configure_args0=
2031 ac_configure_args1=
2032 ac_must_keep_next=false
2033 for ac_pass in 1 2
2034 do
2035 for ac_arg
2036 do
2037 case $ac_arg in
2038 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2039 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2040 | -silent | --silent | --silen | --sile | --sil)
2041 continue ;;
2042 *\'*)
2043 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2044 esac
2045 case $ac_pass in
2046 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2047 2)
2048 as_fn_append ac_configure_args1 " '$ac_arg'"
2049 if test $ac_must_keep_next = true; then
2050 ac_must_keep_next=false # Got value, back to normal.
2051 else
2052 case $ac_arg in
2053 *=* | --config-cache | -C | -disable-* | --disable-* \
2054 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2055 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2056 | -with-* | --with-* | -without-* | --without-* | --x)
2057 case "$ac_configure_args0 " in
2058 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2059 esac
2060 ;;
2061 -* ) ac_must_keep_next=true ;;
2062 esac
2063 fi
2064 as_fn_append ac_configure_args " '$ac_arg'"
2065 ;;
2066 esac
2067 done
2068 done
2069 { ac_configure_args0=; unset ac_configure_args0;}
2070 { ac_configure_args1=; unset ac_configure_args1;}
2071
2072 # When interrupted or exit'd, cleanup temporary files, and complete
2073 # config.log. We remove comments because anyway the quotes in there
2074 # would cause problems or look ugly.
2075 # WARNING: Use '\'' to represent an apostrophe within the trap.
2076 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2077 trap 'exit_status=$?
2078 # Save into config.log some information that might help in debugging.
2079 {
2080 echo
2081
2082 cat <<\_ASBOX
2083 ## ---------------- ##
2084 ## Cache variables. ##
2085 ## ---------------- ##
2086 _ASBOX
2087 echo
2088 # The following way of writing the cache mishandles newlines in values,
2089 (
2090 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2091 eval ac_val=\$$ac_var
2092 case $ac_val in #(
2093 *${as_nl}*)
2094 case $ac_var in #(
2095 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2096 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2097 esac
2098 case $ac_var in #(
2099 _ | IFS | as_nl) ;; #(
2100 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2101 *) { eval $ac_var=; unset $ac_var;} ;;
2102 esac ;;
2103 esac
2104 done
2105 (set) 2>&1 |
2106 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2107 *${as_nl}ac_space=\ *)
2108 sed -n \
2109 "s/'\''/'\''\\\\'\'''\''/g;
2110 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2111 ;; #(
2112 *)
2113 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2114 ;;
2115 esac |
2116 sort
2117 )
2118 echo
2119
2120 cat <<\_ASBOX
2121 ## ----------------- ##
2122 ## Output variables. ##
2123 ## ----------------- ##
2124 _ASBOX
2125 echo
2126 for ac_var in $ac_subst_vars
2127 do
2128 eval ac_val=\$$ac_var
2129 case $ac_val in
2130 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2131 esac
2132 $as_echo "$ac_var='\''$ac_val'\''"
2133 done | sort
2134 echo
2135
2136 if test -n "$ac_subst_files"; then
2137 cat <<\_ASBOX
2138 ## ------------------- ##
2139 ## File substitutions. ##
2140 ## ------------------- ##
2141 _ASBOX
2142 echo
2143 for ac_var in $ac_subst_files
2144 do
2145 eval ac_val=\$$ac_var
2146 case $ac_val in
2147 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2148 esac
2149 $as_echo "$ac_var='\''$ac_val'\''"
2150 done | sort
2151 echo
2152 fi
2153
2154 if test -s confdefs.h; then
2155 cat <<\_ASBOX
2156 ## ----------- ##
2157 ## confdefs.h. ##
2158 ## ----------- ##
2159 _ASBOX
2160 echo
2161 cat confdefs.h
2162 echo
2163 fi
2164 test "$ac_signal" != 0 &&
2165 $as_echo "$as_me: caught signal $ac_signal"
2166 $as_echo "$as_me: exit $exit_status"
2167 } >&5
2168 rm -f core *.core core.conftest.* &&
2169 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2170 exit $exit_status
2171 ' 0
2172 for ac_signal in 1 2 13 15; do
2173 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2174 done
2175 ac_signal=0
2176
2177 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2178 rm -f -r conftest* confdefs.h
2179
2180 $as_echo "/* confdefs.h */" > confdefs.h
2181
2182 # Predefined preprocessor variables.
2183
2184 cat >>confdefs.h <<_ACEOF
2185 #define PACKAGE_NAME "$PACKAGE_NAME"
2186 _ACEOF
2187
2188 cat >>confdefs.h <<_ACEOF
2189 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2190 _ACEOF
2191
2192 cat >>confdefs.h <<_ACEOF
2193 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2194 _ACEOF
2195
2196 cat >>confdefs.h <<_ACEOF
2197 #define PACKAGE_STRING "$PACKAGE_STRING"
2198 _ACEOF
2199
2200 cat >>confdefs.h <<_ACEOF
2201 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2202 _ACEOF
2203
2204 cat >>confdefs.h <<_ACEOF
2205 #define PACKAGE_URL "$PACKAGE_URL"
2206 _ACEOF
2207
2208
2209 # Let the site file select an alternate cache file if it wants to.
2210 # Prefer an explicitly selected file to automatically selected ones.
2211 ac_site_file1=NONE
2212 ac_site_file2=NONE
2213 if test -n "$CONFIG_SITE"; then
2214 ac_site_file1=$CONFIG_SITE
2215 elif test "x$prefix" != xNONE; then
2216 ac_site_file1=$prefix/share/config.site
2217 ac_site_file2=$prefix/etc/config.site
2218 else
2219 ac_site_file1=$ac_default_prefix/share/config.site
2220 ac_site_file2=$ac_default_prefix/etc/config.site
2221 fi
2222 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2223 do
2224 test "x$ac_site_file" = xNONE && continue
2225 if test -r "$ac_site_file"; then
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2227 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2228 sed 's/^/| /' "$ac_site_file" >&5
2229 . "$ac_site_file"
2230 fi
2231 done
2232
2233 if test -r "$cache_file"; then
2234 # Some versions of bash will fail to source /dev/null (special
2235 # files actually), so we avoid doing that.
2236 if test -f "$cache_file"; then
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2238 $as_echo "$as_me: loading cache $cache_file" >&6;}
2239 case $cache_file in
2240 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2241 *) . "./$cache_file";;
2242 esac
2243 fi
2244 else
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2246 $as_echo "$as_me: creating cache $cache_file" >&6;}
2247 >$cache_file
2248 fi
2249
2250 # Check that the precious variables saved in the cache have kept the same
2251 # value.
2252 ac_cache_corrupted=false
2253 for ac_var in $ac_precious_vars; do
2254 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2255 eval ac_new_set=\$ac_env_${ac_var}_set
2256 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2257 eval ac_new_val=\$ac_env_${ac_var}_value
2258 case $ac_old_set,$ac_new_set in
2259 set,)
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2261 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2262 ac_cache_corrupted=: ;;
2263 ,set)
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2265 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2266 ac_cache_corrupted=: ;;
2267 ,);;
2268 *)
2269 if test "x$ac_old_val" != "x$ac_new_val"; then
2270 # differences in whitespace do not lead to failure.
2271 ac_old_val_w=`echo x $ac_old_val`
2272 ac_new_val_w=`echo x $ac_new_val`
2273 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2275 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2276 ac_cache_corrupted=:
2277 else
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2279 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2280 eval $ac_var=\$ac_old_val
2281 fi
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2283 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2285 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2286 fi;;
2287 esac
2288 # Pass precious variables to config.status.
2289 if test "$ac_new_set" = set; then
2290 case $ac_new_val in
2291 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2292 *) ac_arg=$ac_var=$ac_new_val ;;
2293 esac
2294 case " $ac_configure_args " in
2295 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2296 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2297 esac
2298 fi
2299 done
2300 if $ac_cache_corrupted; then
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2304 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2305 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2306 fi
2307 ## -------------------- ##
2308 ## Main body of script. ##
2309 ## -------------------- ##
2310
2311 ac_ext=c
2312 ac_cpp='$CPP $CPPFLAGS'
2313 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2314 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2315 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2316
2317
2318 # This file contains common code used by all simulators.
2319 #
2320 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2321 # directory. It is intended to be invoked before any target specific stuff.
2322 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2323 # It is intended to be invoked last.
2324 #
2325 # The simulator's configure.ac should look like:
2326 #
2327 # dnl Process this file with autoconf to produce a configure script.
2328 # AC_PREREQ(2.64)dnl
2329 # AC_INIT(Makefile.in)
2330 # sinclude(../common/aclocal.m4)
2331 #
2332 # SIM_AC_COMMON
2333 #
2334 # ... target specific stuff ...
2335 #
2336 # SIM_AC_OUTPUT
2337
2338 # Include global overrides and fixes for Autoconf.
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365 # _AC_CHECK_DECL_BODY
2366 # -------------------
2367 # Shell function body for AC_CHECK_DECL.
2368 # _AC_CHECK_DECL_BODY
2369
2370 # _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2371 # INCLUDES)
2372 # -------------------------------------------------------------
2373 # Helper to AC_CHECK_DECLS, which generates the check for a single
2374 # SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2375 # ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2388 #
2389 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2390 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2391 # Written by Gordon Matzigkeit, 1996
2392 #
2393 # This file is free software; the Free Software Foundation gives
2394 # unlimited permission to copy and/or distribute it, with or without
2395 # modifications, as long as this notice is preserved.
2396
2397
2398
2399 # serial 56 LT_INIT
2400
2401
2402 # LT_PREREQ(VERSION)
2403 # ------------------
2404 # Complain and exit if this libtool version is less that VERSION.
2405
2406
2407
2408 # _LT_CHECK_BUILDDIR
2409 # ------------------
2410 # Complain if the absolute build directory name contains unusual characters
2411
2412
2413
2414 # LT_INIT([OPTIONS])
2415 # ------------------
2416 # LT_INIT
2417
2418 # Old names:
2419 # This is what autoupdate's m4 run will expand. It fires
2420 # the warning (with _au_warn_XXX), outputs it into the
2421 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2422 # the replacement expansion.
2423
2424
2425 # This is an auxiliary macro that is also run when
2426 # autoupdate runs m4. It simply calls m4_warning, but
2427 # we need a wrapper so that each warning is emitted only
2428 # once. We break the quoting in m4_warning's argument in
2429 # order to expand this macro's arguments, not AU_DEFUN's.
2430
2431
2432 # Finally, this is the expansion that is picked up by
2433 # autoconf. It tells the user to run autoupdate, and
2434 # then outputs the replacement expansion. We do not care
2435 # about autoupdate's warning because that contains
2436 # information on what to do *after* running autoupdate.
2437
2438 # This is what autoupdate's m4 run will expand. It fires
2439 # the warning (with _au_warn_XXX), outputs it into the
2440 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2441 # the replacement expansion.
2442
2443
2444 # This is an auxiliary macro that is also run when
2445 # autoupdate runs m4. It simply calls m4_warning, but
2446 # we need a wrapper so that each warning is emitted only
2447 # once. We break the quoting in m4_warning's argument in
2448 # order to expand this macro's arguments, not AU_DEFUN's.
2449
2450
2451 # Finally, this is the expansion that is picked up by
2452 # autoconf. It tells the user to run autoupdate, and
2453 # then outputs the replacement expansion. We do not care
2454 # about autoupdate's warning because that contains
2455 # information on what to do *after* running autoupdate.
2456
2457
2458
2459 # _LT_CC_BASENAME(CC)
2460 # -------------------
2461 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2462
2463
2464
2465 # _LT_FILEUTILS_DEFAULTS
2466 # ----------------------
2467 # It is okay to use these file commands and assume they have been set
2468 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2469 # _LT_FILEUTILS_DEFAULTS
2470
2471
2472 # _LT_SETUP
2473 # ---------
2474 # _LT_SETUP
2475
2476
2477 # _LT_PREPARE_SED_QUOTE_VARS
2478 # --------------------------
2479 # Define a few sed substitution that help us do robust quoting.
2480
2481
2482 # _LT_PROG_LTMAIN
2483 # ---------------
2484 # Note that this code is called both from `configure', and `config.status'
2485 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2486 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2487 # so we pass a copy along to make sure it has a sensible value anyway.
2488 # _LT_PROG_LTMAIN
2489
2490
2491 ## ------------------------------------- ##
2492 ## Accumulate code for creating libtool. ##
2493 ## ------------------------------------- ##
2494
2495 # So that we can recreate a full libtool script including additional
2496 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2497 # in macros and then make a single call at the end using the `libtool'
2498 # label.
2499
2500
2501 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2502 # ----------------------------------------
2503 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2504
2505
2506 # Initialize.
2507
2508
2509
2510 # _LT_CONFIG_LIBTOOL([COMMANDS])
2511 # ------------------------------
2512 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2513
2514
2515 # Initialize.
2516
2517
2518
2519 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2520 # -----------------------------------------------------
2521
2522
2523
2524 # _LT_FORMAT_COMMENT([COMMENT])
2525 # -----------------------------
2526 # Add leading comment marks to the start of each line, and a trailing
2527 # full-stop to the whole comment if one is not present already.
2528
2529
2530
2531
2532 ## ------------------------ ##
2533 ## FIXME: Eliminate VARNAME ##
2534 ## ------------------------ ##
2535
2536
2537 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2538 # -------------------------------------------------------------------
2539 # CONFIGNAME is the name given to the value in the libtool script.
2540 # VARNAME is the (base) name used in the configure script.
2541 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2542 # VARNAME. Any other value will be used directly.
2543
2544
2545
2546 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2547 # --------------------------------------------------------
2548
2549
2550
2551 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2552 # ------------------------------------------------
2553
2554
2555
2556 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2557 # ---------------------------------------------------------
2558
2559
2560
2561 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2562 # --------------------------------------------------
2563
2564
2565
2566 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2567 # ---------------------------------------------------
2568
2569
2570
2571 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2572 # ---------------------------------------------------
2573
2574
2575
2576
2577 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2578 # ------------------------------------------------
2579
2580
2581
2582
2583 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2584 # ------------------------------------
2585 # Quote a variable value, and forward it to `config.status' so that its
2586 # declaration there will have the same value as in `configure'. VARNAME
2587 # must have a single quote delimited value for this to work.
2588
2589
2590
2591 # _LT_CONFIG_STATUS_DECLARATIONS
2592 # ------------------------------
2593 # We delimit libtool config variables with single quotes, so when
2594 # we write them to config.status, we have to be sure to quote all
2595 # embedded single quotes properly. In configure, this macro expands
2596 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2597 #
2598 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2599
2600
2601
2602 # _LT_LIBTOOL_TAGS
2603 # ----------------
2604 # Output comment and list of tags supported by the script
2605
2606
2607
2608 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2609 # -----------------------------------
2610 # Extract the dictionary values for VARNAME (optionally with TAG) and
2611 # expand to a commented shell variable setting:
2612 #
2613 # # Some comment about what VAR is for.
2614 # visible_name=$lt_internal_name
2615
2616
2617
2618 # _LT_LIBTOOL_CONFIG_VARS
2619 # -----------------------
2620 # Produce commented declarations of non-tagged libtool config variables
2621 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2622 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2623 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2624
2625
2626
2627 # _LT_LIBTOOL_TAG_VARS(TAG)
2628 # -------------------------
2629
2630
2631
2632 # _LT_TAGVAR(VARNAME, [TAGNAME])
2633 # ------------------------------
2634
2635
2636
2637 # _LT_CONFIG_COMMANDS
2638 # -------------------
2639 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2640 # variables for single and double quote escaping we saved from calls
2641 # to _LT_DECL, we can put quote escaped variables declarations
2642 # into `config.status', and then the shell code to quote escape them in
2643 # for loops in `config.status'. Finally, any additional code accumulated
2644 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2645 #_LT_CONFIG_COMMANDS
2646
2647
2648 # Initialize.
2649
2650
2651 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2652 # ------------------------------------
2653 # Generate a child script FILE with all initialization necessary to
2654 # reuse the environment learned by the parent script, and make the
2655 # file executable. If COMMENT is supplied, it is inserted after the
2656 # `#!' sequence but before initialization text begins. After this
2657 # macro, additional text can be appended to FILE to form the body of
2658 # the child script. The macro ends with non-zero status if the
2659 # file could not be fully written (such as if the disk is full).
2660 # _LT_GENERATED_FILE_INIT
2661
2662 # LT_OUTPUT
2663 # ---------
2664 # This macro allows early generation of the libtool script (before
2665 # AC_OUTPUT is called), incase it is used in configure for compilation
2666 # tests.
2667 # LT_OUTPUT
2668
2669
2670 # _LT_CONFIG(TAG)
2671 # ---------------
2672 # If TAG is the built-in tag, create an initial libtool script with a
2673 # default configuration from the untagged config vars. Otherwise add code
2674 # to config.status for appending the configuration named by TAG from the
2675 # matching tagged config vars.
2676 # _LT_CONFIG
2677
2678
2679 # LT_SUPPORTED_TAG(TAG)
2680 # ---------------------
2681 # Trace this macro to discover what tags are supported by the libtool
2682 # --tag option, using:
2683 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2684
2685
2686
2687 # C support is built-in for now
2688
2689
2690
2691
2692 # LT_LANG(LANG)
2693 # -------------
2694 # Enable libtool support for the given language if not already enabled.
2695 # LT_LANG
2696
2697
2698 # _LT_LANG(LANGNAME)
2699 # ------------------
2700 # _LT_LANG
2701
2702
2703 # _LT_LANG_DEFAULT_CONFIG
2704 # -----------------------
2705 # _LT_LANG_DEFAULT_CONFIG
2706
2707 # Obsolete macros:
2708 # This is what autoupdate's m4 run will expand. It fires
2709 # the warning (with _au_warn_XXX), outputs it into the
2710 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2711 # the replacement expansion.
2712
2713
2714 # This is an auxiliary macro that is also run when
2715 # autoupdate runs m4. It simply calls m4_warning, but
2716 # we need a wrapper so that each warning is emitted only
2717 # once. We break the quoting in m4_warning's argument in
2718 # order to expand this macro's arguments, not AU_DEFUN's.
2719
2720
2721 # Finally, this is the expansion that is picked up by
2722 # autoconf. It tells the user to run autoupdate, and
2723 # then outputs the replacement expansion. We do not care
2724 # about autoupdate's warning because that contains
2725 # information on what to do *after* running autoupdate.
2726
2727 # This is what autoupdate's m4 run will expand. It fires
2728 # the warning (with _au_warn_XXX), outputs it into the
2729 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2730 # the replacement expansion.
2731
2732
2733 # This is an auxiliary macro that is also run when
2734 # autoupdate runs m4. It simply calls m4_warning, but
2735 # we need a wrapper so that each warning is emitted only
2736 # once. We break the quoting in m4_warning's argument in
2737 # order to expand this macro's arguments, not AU_DEFUN's.
2738
2739
2740 # Finally, this is the expansion that is picked up by
2741 # autoconf. It tells the user to run autoupdate, and
2742 # then outputs the replacement expansion. We do not care
2743 # about autoupdate's warning because that contains
2744 # information on what to do *after* running autoupdate.
2745
2746 # This is what autoupdate's m4 run will expand. It fires
2747 # the warning (with _au_warn_XXX), outputs it into the
2748 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2749 # the replacement expansion.
2750
2751
2752 # This is an auxiliary macro that is also run when
2753 # autoupdate runs m4. It simply calls m4_warning, but
2754 # we need a wrapper so that each warning is emitted only
2755 # once. We break the quoting in m4_warning's argument in
2756 # order to expand this macro's arguments, not AU_DEFUN's.
2757
2758
2759 # Finally, this is the expansion that is picked up by
2760 # autoconf. It tells the user to run autoupdate, and
2761 # then outputs the replacement expansion. We do not care
2762 # about autoupdate's warning because that contains
2763 # information on what to do *after* running autoupdate.
2764
2765 # This is what autoupdate's m4 run will expand. It fires
2766 # the warning (with _au_warn_XXX), outputs it into the
2767 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2768 # the replacement expansion.
2769
2770
2771 # This is an auxiliary macro that is also run when
2772 # autoupdate runs m4. It simply calls m4_warning, but
2773 # we need a wrapper so that each warning is emitted only
2774 # once. We break the quoting in m4_warning's argument in
2775 # order to expand this macro's arguments, not AU_DEFUN's.
2776
2777
2778 # Finally, this is the expansion that is picked up by
2779 # autoconf. It tells the user to run autoupdate, and
2780 # then outputs the replacement expansion. We do not care
2781 # about autoupdate's warning because that contains
2782 # information on what to do *after* running autoupdate.
2783
2784 # This is what autoupdate's m4 run will expand. It fires
2785 # the warning (with _au_warn_XXX), outputs it into the
2786 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2787 # the replacement expansion.
2788
2789
2790 # This is an auxiliary macro that is also run when
2791 # autoupdate runs m4. It simply calls m4_warning, but
2792 # we need a wrapper so that each warning is emitted only
2793 # once. We break the quoting in m4_warning's argument in
2794 # order to expand this macro's arguments, not AU_DEFUN's.
2795
2796
2797 # Finally, this is the expansion that is picked up by
2798 # autoconf. It tells the user to run autoupdate, and
2799 # then outputs the replacement expansion. We do not care
2800 # about autoupdate's warning because that contains
2801 # information on what to do *after* running autoupdate.
2802
2803
2804
2805 # _LT_TAG_COMPILER
2806 # ----------------
2807 # _LT_TAG_COMPILER
2808
2809
2810 # _LT_COMPILER_BOILERPLATE
2811 # ------------------------
2812 # Check for compiler boilerplate output or warnings with
2813 # the simple compiler test code.
2814 # _LT_COMPILER_BOILERPLATE
2815
2816
2817 # _LT_LINKER_BOILERPLATE
2818 # ----------------------
2819 # Check for linker boilerplate output or warnings with
2820 # the simple link test code.
2821 # _LT_LINKER_BOILERPLATE
2822
2823 # _LT_REQUIRED_DARWIN_CHECKS
2824 # -------------------------
2825
2826
2827
2828 # _LT_DARWIN_LINKER_FEATURES
2829 # --------------------------
2830 # Checks for linker and compiler features on darwin
2831
2832
2833 # _LT_SYS_MODULE_PATH_AIX
2834 # -----------------------
2835 # Links a minimal program and checks the executable
2836 # for the system default hardcoded library path. In most cases,
2837 # this is /usr/lib:/lib, but when the MPI compilers are used
2838 # the location of the communication and MPI libs are included too.
2839 # If we don't find anything, use the default library path according
2840 # to the aix ld manual.
2841 # _LT_SYS_MODULE_PATH_AIX
2842
2843
2844 # _LT_SHELL_INIT(ARG)
2845 # -------------------
2846 # _LT_SHELL_INIT
2847
2848
2849
2850 # _LT_PROG_ECHO_BACKSLASH
2851 # -----------------------
2852 # Find how we can fake an echo command that does not interpret backslash.
2853 # In particular, with Autoconf 2.60 or later we add some code to the start
2854 # of the generated configure script which will find a shell with a builtin
2855 # printf (which we can use as an echo command).
2856 # _LT_PROG_ECHO_BACKSLASH
2857
2858
2859 # _LT_ENABLE_LOCK
2860 # ---------------
2861 # _LT_ENABLE_LOCK
2862
2863
2864 # _LT_CMD_OLD_ARCHIVE
2865 # -------------------
2866 # _LT_CMD_OLD_ARCHIVE
2867
2868
2869 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2870 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2871 # ----------------------------------------------------------------
2872 # Check whether the given compiler option works
2873 # _LT_COMPILER_OPTION
2874
2875 # Old name:
2876 # This is what autoupdate's m4 run will expand. It fires
2877 # the warning (with _au_warn_XXX), outputs it into the
2878 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2879 # the replacement expansion.
2880
2881
2882 # This is an auxiliary macro that is also run when
2883 # autoupdate runs m4. It simply calls m4_warning, but
2884 # we need a wrapper so that each warning is emitted only
2885 # once. We break the quoting in m4_warning's argument in
2886 # order to expand this macro's arguments, not AU_DEFUN's.
2887
2888
2889 # Finally, this is the expansion that is picked up by
2890 # autoconf. It tells the user to run autoupdate, and
2891 # then outputs the replacement expansion. We do not care
2892 # about autoupdate's warning because that contains
2893 # information on what to do *after* running autoupdate.
2894
2895
2896
2897 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2898 # [ACTION-SUCCESS], [ACTION-FAILURE])
2899 # ----------------------------------------------------
2900 # Check whether the given linker option works
2901 # _LT_LINKER_OPTION
2902
2903 # Old name:
2904 # This is what autoupdate's m4 run will expand. It fires
2905 # the warning (with _au_warn_XXX), outputs it into the
2906 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2907 # the replacement expansion.
2908
2909
2910 # This is an auxiliary macro that is also run when
2911 # autoupdate runs m4. It simply calls m4_warning, but
2912 # we need a wrapper so that each warning is emitted only
2913 # once. We break the quoting in m4_warning's argument in
2914 # order to expand this macro's arguments, not AU_DEFUN's.
2915
2916
2917 # Finally, this is the expansion that is picked up by
2918 # autoconf. It tells the user to run autoupdate, and
2919 # then outputs the replacement expansion. We do not care
2920 # about autoupdate's warning because that contains
2921 # information on what to do *after* running autoupdate.
2922
2923
2924
2925 # LT_CMD_MAX_LEN
2926 #---------------
2927 # LT_CMD_MAX_LEN
2928
2929 # Old name:
2930 # This is what autoupdate's m4 run will expand. It fires
2931 # the warning (with _au_warn_XXX), outputs it into the
2932 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2933 # the replacement expansion.
2934
2935
2936 # This is an auxiliary macro that is also run when
2937 # autoupdate runs m4. It simply calls m4_warning, but
2938 # we need a wrapper so that each warning is emitted only
2939 # once. We break the quoting in m4_warning's argument in
2940 # order to expand this macro's arguments, not AU_DEFUN's.
2941
2942
2943 # Finally, this is the expansion that is picked up by
2944 # autoconf. It tells the user to run autoupdate, and
2945 # then outputs the replacement expansion. We do not care
2946 # about autoupdate's warning because that contains
2947 # information on what to do *after* running autoupdate.
2948
2949
2950
2951 # _LT_HEADER_DLFCN
2952 # ----------------
2953 # _LT_HEADER_DLFCN
2954
2955
2956 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2957 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2958 # ----------------------------------------------------------------
2959 # _LT_TRY_DLOPEN_SELF
2960
2961
2962 # LT_SYS_DLOPEN_SELF
2963 # ------------------
2964 # LT_SYS_DLOPEN_SELF
2965
2966 # Old name:
2967 # This is what autoupdate's m4 run will expand. It fires
2968 # the warning (with _au_warn_XXX), outputs it into the
2969 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2970 # the replacement expansion.
2971
2972
2973 # This is an auxiliary macro that is also run when
2974 # autoupdate runs m4. It simply calls m4_warning, but
2975 # we need a wrapper so that each warning is emitted only
2976 # once. We break the quoting in m4_warning's argument in
2977 # order to expand this macro's arguments, not AU_DEFUN's.
2978
2979
2980 # Finally, this is the expansion that is picked up by
2981 # autoconf. It tells the user to run autoupdate, and
2982 # then outputs the replacement expansion. We do not care
2983 # about autoupdate's warning because that contains
2984 # information on what to do *after* running autoupdate.
2985
2986
2987
2988 # _LT_COMPILER_C_O([TAGNAME])
2989 # ---------------------------
2990 # Check to see if options -c and -o are simultaneously supported by compiler.
2991 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2992 # _LT_COMPILER_C_O
2993
2994
2995 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2996 # ----------------------------------
2997 # Check to see if we can do hard links to lock some files if needed
2998 # _LT_COMPILER_FILE_LOCKS
2999
3000
3001 # _LT_CHECK_OBJDIR
3002 # ----------------
3003 # _LT_CHECK_OBJDIR
3004
3005
3006 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3007 # --------------------------------------
3008 # Check hardcoding attributes.
3009 # _LT_LINKER_HARDCODE_LIBPATH
3010
3011
3012 # _LT_CMD_STRIPLIB
3013 # ----------------
3014 # _LT_CMD_STRIPLIB
3015
3016
3017 # _LT_SYS_DYNAMIC_LINKER([TAG])
3018 # -----------------------------
3019 # PORTME Fill in your ld.so characteristics
3020 # _LT_SYS_DYNAMIC_LINKER
3021
3022
3023 # _LT_PATH_TOOL_PREFIX(TOOL)
3024 # --------------------------
3025 # find a file program which can recognize shared library
3026 # _LT_PATH_TOOL_PREFIX
3027
3028 # Old name:
3029 # This is what autoupdate's m4 run will expand. It fires
3030 # the warning (with _au_warn_XXX), outputs it into the
3031 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3032 # the replacement expansion.
3033
3034
3035 # This is an auxiliary macro that is also run when
3036 # autoupdate runs m4. It simply calls m4_warning, but
3037 # we need a wrapper so that each warning is emitted only
3038 # once. We break the quoting in m4_warning's argument in
3039 # order to expand this macro's arguments, not AU_DEFUN's.
3040
3041
3042 # Finally, this is the expansion that is picked up by
3043 # autoconf. It tells the user to run autoupdate, and
3044 # then outputs the replacement expansion. We do not care
3045 # about autoupdate's warning because that contains
3046 # information on what to do *after* running autoupdate.
3047
3048
3049
3050 # _LT_PATH_MAGIC
3051 # --------------
3052 # find a file program which can recognize a shared library
3053 # _LT_PATH_MAGIC
3054
3055
3056 # LT_PATH_LD
3057 # ----------
3058 # find the pathname to the GNU or non-GNU linker
3059 # LT_PATH_LD
3060
3061 # Old names:
3062 # This is what autoupdate's m4 run will expand. It fires
3063 # the warning (with _au_warn_XXX), outputs it into the
3064 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3065 # the replacement expansion.
3066
3067
3068 # This is an auxiliary macro that is also run when
3069 # autoupdate runs m4. It simply calls m4_warning, but
3070 # we need a wrapper so that each warning is emitted only
3071 # once. We break the quoting in m4_warning's argument in
3072 # order to expand this macro's arguments, not AU_DEFUN's.
3073
3074
3075 # Finally, this is the expansion that is picked up by
3076 # autoconf. It tells the user to run autoupdate, and
3077 # then outputs the replacement expansion. We do not care
3078 # about autoupdate's warning because that contains
3079 # information on what to do *after* running autoupdate.
3080
3081 # This is what autoupdate's m4 run will expand. It fires
3082 # the warning (with _au_warn_XXX), outputs it into the
3083 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3084 # the replacement expansion.
3085
3086
3087 # This is an auxiliary macro that is also run when
3088 # autoupdate runs m4. It simply calls m4_warning, but
3089 # we need a wrapper so that each warning is emitted only
3090 # once. We break the quoting in m4_warning's argument in
3091 # order to expand this macro's arguments, not AU_DEFUN's.
3092
3093
3094 # Finally, this is the expansion that is picked up by
3095 # autoconf. It tells the user to run autoupdate, and
3096 # then outputs the replacement expansion. We do not care
3097 # about autoupdate's warning because that contains
3098 # information on what to do *after* running autoupdate.
3099
3100
3101
3102 # _LT_PATH_LD_GNU
3103 #- --------------
3104 # _LT_PATH_LD_GNU
3105
3106
3107 # _LT_CMD_RELOAD
3108 # --------------
3109 # find reload flag for linker
3110 # -- PORTME Some linkers may need a different reload flag.
3111 # _LT_CMD_RELOAD
3112
3113
3114 # _LT_CHECK_MAGIC_METHOD
3115 # ----------------------
3116 # how to check for library dependencies
3117 # -- PORTME fill in with the dynamic library characteristics
3118 # _LT_CHECK_MAGIC_METHOD
3119
3120
3121 # LT_PATH_NM
3122 # ----------
3123 # find the pathname to a BSD- or MS-compatible name lister
3124 # LT_PATH_NM
3125
3126 # Old names:
3127 # This is what autoupdate's m4 run will expand. It fires
3128 # the warning (with _au_warn_XXX), outputs it into the
3129 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3130 # the replacement expansion.
3131
3132
3133 # This is an auxiliary macro that is also run when
3134 # autoupdate runs m4. It simply calls m4_warning, but
3135 # we need a wrapper so that each warning is emitted only
3136 # once. We break the quoting in m4_warning's argument in
3137 # order to expand this macro's arguments, not AU_DEFUN's.
3138
3139
3140 # Finally, this is the expansion that is picked up by
3141 # autoconf. It tells the user to run autoupdate, and
3142 # then outputs the replacement expansion. We do not care
3143 # about autoupdate's warning because that contains
3144 # information on what to do *after* running autoupdate.
3145
3146 # This is what autoupdate's m4 run will expand. It fires
3147 # the warning (with _au_warn_XXX), outputs it into the
3148 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3149 # the replacement expansion.
3150
3151
3152 # This is an auxiliary macro that is also run when
3153 # autoupdate runs m4. It simply calls m4_warning, but
3154 # we need a wrapper so that each warning is emitted only
3155 # once. We break the quoting in m4_warning's argument in
3156 # order to expand this macro's arguments, not AU_DEFUN's.
3157
3158
3159 # Finally, this is the expansion that is picked up by
3160 # autoconf. It tells the user to run autoupdate, and
3161 # then outputs the replacement expansion. We do not care
3162 # about autoupdate's warning because that contains
3163 # information on what to do *after* running autoupdate.
3164
3165
3166
3167 # LT_LIB_M
3168 # --------
3169 # check for math library
3170 # LT_LIB_M
3171
3172 # Old name:
3173 # This is what autoupdate's m4 run will expand. It fires
3174 # the warning (with _au_warn_XXX), outputs it into the
3175 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3176 # the replacement expansion.
3177
3178
3179 # This is an auxiliary macro that is also run when
3180 # autoupdate runs m4. It simply calls m4_warning, but
3181 # we need a wrapper so that each warning is emitted only
3182 # once. We break the quoting in m4_warning's argument in
3183 # order to expand this macro's arguments, not AU_DEFUN's.
3184
3185
3186 # Finally, this is the expansion that is picked up by
3187 # autoconf. It tells the user to run autoupdate, and
3188 # then outputs the replacement expansion. We do not care
3189 # about autoupdate's warning because that contains
3190 # information on what to do *after* running autoupdate.
3191
3192
3193
3194 # _LT_COMPILER_NO_RTTI([TAGNAME])
3195 # -------------------------------
3196 # _LT_COMPILER_NO_RTTI
3197
3198
3199 # _LT_CMD_GLOBAL_SYMBOLS
3200 # ----------------------
3201 # _LT_CMD_GLOBAL_SYMBOLS
3202
3203
3204 # _LT_COMPILER_PIC([TAGNAME])
3205 # ---------------------------
3206 # _LT_COMPILER_PIC
3207
3208
3209 # _LT_LINKER_SHLIBS([TAGNAME])
3210 # ----------------------------
3211 # See if the linker supports building shared libraries.
3212 # _LT_LINKER_SHLIBS
3213
3214
3215 # _LT_LANG_C_CONFIG([TAG])
3216 # ------------------------
3217 # Ensure that the configuration variables for a C compiler are suitably
3218 # defined. These variables are subsequently used by _LT_CONFIG to write
3219 # the compiler configuration to `libtool'.
3220 # _LT_LANG_C_CONFIG
3221
3222
3223 # _LT_LANG_CXX_CONFIG([TAG])
3224 # --------------------------
3225 # Ensure that the configuration variables for a C++ compiler are suitably
3226 # defined. These variables are subsequently used by _LT_CONFIG to write
3227 # the compiler configuration to `libtool'.
3228 # _LT_LANG_CXX_CONFIG
3229
3230
3231 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3232 # ---------------------------------
3233 # Figure out "hidden" library dependencies from verbose
3234 # compiler output when linking a shared library.
3235 # Parse the compiler output and extract the necessary
3236 # objects, libraries and library flags.
3237 # _LT_SYS_HIDDEN_LIBDEPS
3238
3239
3240 # _LT_LANG_F77_CONFIG([TAG])
3241 # --------------------------
3242 # Ensure that the configuration variables for a Fortran 77 compiler are
3243 # suitably defined. These variables are subsequently used by _LT_CONFIG
3244 # to write the compiler configuration to `libtool'.
3245 # _LT_LANG_F77_CONFIG
3246
3247
3248 # _LT_LANG_FC_CONFIG([TAG])
3249 # -------------------------
3250 # Ensure that the configuration variables for a Fortran compiler are
3251 # suitably defined. These variables are subsequently used by _LT_CONFIG
3252 # to write the compiler configuration to `libtool'.
3253 # _LT_LANG_FC_CONFIG
3254
3255
3256 # _LT_LANG_GCJ_CONFIG([TAG])
3257 # --------------------------
3258 # Ensure that the configuration variables for the GNU Java Compiler compiler
3259 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3260 # to write the compiler configuration to `libtool'.
3261 # _LT_LANG_GCJ_CONFIG
3262
3263
3264 # _LT_LANG_RC_CONFIG([TAG])
3265 # -------------------------
3266 # Ensure that the configuration variables for the Windows resource compiler
3267 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3268 # to write the compiler configuration to `libtool'.
3269 # _LT_LANG_RC_CONFIG
3270
3271
3272 # LT_PROG_GCJ
3273 # -----------
3274
3275
3276 # Old name:
3277 # This is what autoupdate's m4 run will expand. It fires
3278 # the warning (with _au_warn_XXX), outputs it into the
3279 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3280 # the replacement expansion.
3281
3282
3283 # This is an auxiliary macro that is also run when
3284 # autoupdate runs m4. It simply calls m4_warning, but
3285 # we need a wrapper so that each warning is emitted only
3286 # once. We break the quoting in m4_warning's argument in
3287 # order to expand this macro's arguments, not AU_DEFUN's.
3288
3289
3290 # Finally, this is the expansion that is picked up by
3291 # autoconf. It tells the user to run autoupdate, and
3292 # then outputs the replacement expansion. We do not care
3293 # about autoupdate's warning because that contains
3294 # information on what to do *after* running autoupdate.
3295
3296
3297
3298 # LT_PROG_RC
3299 # ----------
3300
3301
3302 # Old name:
3303 # This is what autoupdate's m4 run will expand. It fires
3304 # the warning (with _au_warn_XXX), outputs it into the
3305 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3306 # the replacement expansion.
3307
3308
3309 # This is an auxiliary macro that is also run when
3310 # autoupdate runs m4. It simply calls m4_warning, but
3311 # we need a wrapper so that each warning is emitted only
3312 # once. We break the quoting in m4_warning's argument in
3313 # order to expand this macro's arguments, not AU_DEFUN's.
3314
3315
3316 # Finally, this is the expansion that is picked up by
3317 # autoconf. It tells the user to run autoupdate, and
3318 # then outputs the replacement expansion. We do not care
3319 # about autoupdate's warning because that contains
3320 # information on what to do *after* running autoupdate.
3321
3322
3323
3324 # _LT_DECL_EGREP
3325 # --------------
3326 # If we don't have a new enough Autoconf to choose the best grep
3327 # available, choose the one first in the user's PATH.
3328
3329
3330
3331 # _LT_DECL_OBJDUMP
3332 # --------------
3333 # If we don't have a new enough Autoconf to choose the best objdump
3334 # available, choose the one first in the user's PATH.
3335
3336
3337
3338 # _LT_DECL_SED
3339 # ------------
3340 # Check for a fully-functional sed program, that truncates
3341 # as few characters as possible. Prefer GNU sed if found.
3342 # _LT_DECL_SED
3343
3344 #m4_ifndef
3345
3346 # Old name:
3347 # This is what autoupdate's m4 run will expand. It fires
3348 # the warning (with _au_warn_XXX), outputs it into the
3349 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3350 # the replacement expansion.
3351
3352
3353 # This is an auxiliary macro that is also run when
3354 # autoupdate runs m4. It simply calls m4_warning, but
3355 # we need a wrapper so that each warning is emitted only
3356 # once. We break the quoting in m4_warning's argument in
3357 # order to expand this macro's arguments, not AU_DEFUN's.
3358
3359
3360 # Finally, this is the expansion that is picked up by
3361 # autoconf. It tells the user to run autoupdate, and
3362 # then outputs the replacement expansion. We do not care
3363 # about autoupdate's warning because that contains
3364 # information on what to do *after* running autoupdate.
3365
3366
3367
3368 # _LT_CHECK_SHELL_FEATURES
3369 # ------------------------
3370 # Find out whether the shell is Bourne or XSI compatible,
3371 # or has some other useful features.
3372 # _LT_CHECK_SHELL_FEATURES
3373
3374
3375 # _LT_PROG_XSI_SHELLFNS
3376 # ---------------------
3377 # Bourne and XSI compatible variants of some useful shell functions.
3378
3379
3380 # Helper functions for option handling. -*- Autoconf -*-
3381 #
3382 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3383 # Inc.
3384 # Written by Gary V. Vaughan, 2004
3385 #
3386 # This file is free software; the Free Software Foundation gives
3387 # unlimited permission to copy and/or distribute it, with or without
3388 # modifications, as long as this notice is preserved.
3389
3390 # serial 6 ltoptions.m4
3391
3392 # This is to help aclocal find these macros, as it can't see m4_define.
3393
3394
3395
3396 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3397 # ------------------------------------------
3398
3399
3400
3401 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3402 # ---------------------------------------
3403 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3404 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3405 # saved as a flag.
3406
3407
3408
3409 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3410 # ------------------------------------------------------------
3411 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3412
3413
3414
3415 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3416 # -------------------------------------------------------
3417 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3418 # are set.
3419
3420
3421
3422 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3423 # ----------------------------------------
3424 # OPTION-LIST is a space-separated list of Libtool options associated
3425 # with MACRO-NAME. If any OPTION has a matching handler declared with
3426 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3427 # the unknown option and exit.
3428 # _LT_SET_OPTIONS
3429
3430
3431 ## --------------------------------- ##
3432 ## Macros to handle LT_INIT options. ##
3433 ## --------------------------------- ##
3434
3435 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3436 # -----------------------------------------
3437
3438
3439
3440 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3441 # -----------------------------------------------
3442 # LT_OPTION_DEFINE
3443
3444
3445 # dlopen
3446 # ------
3447
3448
3449 # This is what autoupdate's m4 run will expand. It fires
3450 # the warning (with _au_warn_XXX), outputs it into the
3451 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3452 # the replacement expansion.
3453
3454
3455 # This is an auxiliary macro that is also run when
3456 # autoupdate runs m4. It simply calls m4_warning, but
3457 # we need a wrapper so that each warning is emitted only
3458 # once. We break the quoting in m4_warning's argument in
3459 # order to expand this macro's arguments, not AU_DEFUN's.
3460
3461
3462 # Finally, this is the expansion that is picked up by
3463 # autoconf. It tells the user to run autoupdate, and
3464 # then outputs the replacement expansion. We do not care
3465 # about autoupdate's warning because that contains
3466 # information on what to do *after* running autoupdate.
3467
3468
3469
3470
3471 # win32-dll
3472 # ---------
3473 # Declare package support for building win32 dll's.
3474 # win32-dll
3475
3476 # This is what autoupdate's m4 run will expand. It fires
3477 # the warning (with _au_warn_XXX), outputs it into the
3478 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3479 # the replacement expansion.
3480
3481
3482 # This is an auxiliary macro that is also run when
3483 # autoupdate runs m4. It simply calls m4_warning, but
3484 # we need a wrapper so that each warning is emitted only
3485 # once. We break the quoting in m4_warning's argument in
3486 # order to expand this macro's arguments, not AU_DEFUN's.
3487
3488
3489 # Finally, this is the expansion that is picked up by
3490 # autoconf. It tells the user to run autoupdate, and
3491 # then outputs the replacement expansion. We do not care
3492 # about autoupdate's warning because that contains
3493 # information on what to do *after* running autoupdate.
3494
3495
3496
3497
3498 # _LT_ENABLE_SHARED([DEFAULT])
3499 # ----------------------------
3500 # implement the --enable-shared flag, and supports the `shared' and
3501 # `disable-shared' LT_INIT options.
3502 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3503 # _LT_ENABLE_SHARED
3504
3505
3506
3507
3508 # Old names:
3509
3510
3511
3512
3513 # This is what autoupdate's m4 run will expand. It fires
3514 # the warning (with _au_warn_XXX), outputs it into the
3515 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3516 # the replacement expansion.
3517
3518
3519 # This is an auxiliary macro that is also run when
3520 # autoupdate runs m4. It simply calls m4_warning, but
3521 # we need a wrapper so that each warning is emitted only
3522 # once. We break the quoting in m4_warning's argument in
3523 # order to expand this macro's arguments, not AU_DEFUN's.
3524
3525
3526 # Finally, this is the expansion that is picked up by
3527 # autoconf. It tells the user to run autoupdate, and
3528 # then outputs the replacement expansion. We do not care
3529 # about autoupdate's warning because that contains
3530 # information on what to do *after* running autoupdate.
3531
3532 # This is what autoupdate's m4 run will expand. It fires
3533 # the warning (with _au_warn_XXX), outputs it into the
3534 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3535 # the replacement expansion.
3536
3537
3538 # This is an auxiliary macro that is also run when
3539 # autoupdate runs m4. It simply calls m4_warning, but
3540 # we need a wrapper so that each warning is emitted only
3541 # once. We break the quoting in m4_warning's argument in
3542 # order to expand this macro's arguments, not AU_DEFUN's.
3543
3544
3545 # Finally, this is the expansion that is picked up by
3546 # autoconf. It tells the user to run autoupdate, and
3547 # then outputs the replacement expansion. We do not care
3548 # about autoupdate's warning because that contains
3549 # information on what to do *after* running autoupdate.
3550
3551
3552
3553
3554
3555 # _LT_ENABLE_STATIC([DEFAULT])
3556 # ----------------------------
3557 # implement the --enable-static flag, and support the `static' and
3558 # `disable-static' LT_INIT options.
3559 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3560 # _LT_ENABLE_STATIC
3561
3562
3563
3564
3565 # Old names:
3566
3567
3568
3569
3570 # This is what autoupdate's m4 run will expand. It fires
3571 # the warning (with _au_warn_XXX), outputs it into the
3572 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3573 # the replacement expansion.
3574
3575
3576 # This is an auxiliary macro that is also run when
3577 # autoupdate runs m4. It simply calls m4_warning, but
3578 # we need a wrapper so that each warning is emitted only
3579 # once. We break the quoting in m4_warning's argument in
3580 # order to expand this macro's arguments, not AU_DEFUN's.
3581
3582
3583 # Finally, this is the expansion that is picked up by
3584 # autoconf. It tells the user to run autoupdate, and
3585 # then outputs the replacement expansion. We do not care
3586 # about autoupdate's warning because that contains
3587 # information on what to do *after* running autoupdate.
3588
3589 # This is what autoupdate's m4 run will expand. It fires
3590 # the warning (with _au_warn_XXX), outputs it into the
3591 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3592 # the replacement expansion.
3593
3594
3595 # This is an auxiliary macro that is also run when
3596 # autoupdate runs m4. It simply calls m4_warning, but
3597 # we need a wrapper so that each warning is emitted only
3598 # once. We break the quoting in m4_warning's argument in
3599 # order to expand this macro's arguments, not AU_DEFUN's.
3600
3601
3602 # Finally, this is the expansion that is picked up by
3603 # autoconf. It tells the user to run autoupdate, and
3604 # then outputs the replacement expansion. We do not care
3605 # about autoupdate's warning because that contains
3606 # information on what to do *after* running autoupdate.
3607
3608
3609
3610
3611
3612 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3613 # ----------------------------------
3614 # implement the --enable-fast-install flag, and support the `fast-install'
3615 # and `disable-fast-install' LT_INIT options.
3616 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3617 # _LT_ENABLE_FAST_INSTALL
3618
3619
3620
3621
3622 # Old names:
3623 # This is what autoupdate's m4 run will expand. It fires
3624 # the warning (with _au_warn_XXX), outputs it into the
3625 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3626 # the replacement expansion.
3627
3628
3629 # This is an auxiliary macro that is also run when
3630 # autoupdate runs m4. It simply calls m4_warning, but
3631 # we need a wrapper so that each warning is emitted only
3632 # once. We break the quoting in m4_warning's argument in
3633 # order to expand this macro's arguments, not AU_DEFUN's.
3634
3635
3636 # Finally, this is the expansion that is picked up by
3637 # autoconf. It tells the user to run autoupdate, and
3638 # then outputs the replacement expansion. We do not care
3639 # about autoupdate's warning because that contains
3640 # information on what to do *after* running autoupdate.
3641
3642
3643 # This is what autoupdate's m4 run will expand. It fires
3644 # the warning (with _au_warn_XXX), outputs it into the
3645 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3646 # the replacement expansion.
3647
3648
3649 # This is an auxiliary macro that is also run when
3650 # autoupdate runs m4. It simply calls m4_warning, but
3651 # we need a wrapper so that each warning is emitted only
3652 # once. We break the quoting in m4_warning's argument in
3653 # order to expand this macro's arguments, not AU_DEFUN's.
3654
3655
3656 # Finally, this is the expansion that is picked up by
3657 # autoconf. It tells the user to run autoupdate, and
3658 # then outputs the replacement expansion. We do not care
3659 # about autoupdate's warning because that contains
3660 # information on what to do *after* running autoupdate.
3661
3662
3663
3664
3665 # _LT_WITH_PIC([MODE])
3666 # --------------------
3667 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3668 # LT_INIT options.
3669 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3670 # _LT_WITH_PIC
3671
3672
3673
3674
3675 # Old name:
3676 # This is what autoupdate's m4 run will expand. It fires
3677 # the warning (with _au_warn_XXX), outputs it into the
3678 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3679 # the replacement expansion.
3680
3681
3682 # This is an auxiliary macro that is also run when
3683 # autoupdate runs m4. It simply calls m4_warning, but
3684 # we need a wrapper so that each warning is emitted only
3685 # once. We break the quoting in m4_warning's argument in
3686 # order to expand this macro's arguments, not AU_DEFUN's.
3687
3688
3689 # Finally, this is the expansion that is picked up by
3690 # autoconf. It tells the user to run autoupdate, and
3691 # then outputs the replacement expansion. We do not care
3692 # about autoupdate's warning because that contains
3693 # information on what to do *after* running autoupdate.
3694
3695
3696
3697 ## ----------------- ##
3698 ## LTDL_INIT Options ##
3699 ## ----------------- ##
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3711 #
3712 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3713 # Written by Gary V. Vaughan, 2004
3714 #
3715 # This file is free software; the Free Software Foundation gives
3716 # unlimited permission to copy and/or distribute it, with or without
3717 # modifications, as long as this notice is preserved.
3718
3719 # serial 6 ltsugar.m4
3720
3721 # This is to help aclocal find these macros, as it can't see m4_define.
3722
3723
3724
3725 # lt_join(SEP, ARG1, [ARG2...])
3726 # -----------------------------
3727 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3728 # associated separator.
3729 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3730 # versions in m4sugar had bugs.
3731
3732
3733
3734
3735 # lt_car(LIST)
3736 # lt_cdr(LIST)
3737 # ------------
3738 # Manipulate m4 lists.
3739 # These macros are necessary as long as will still need to support
3740 # Autoconf-2.59 which quotes differently.
3741
3742
3743
3744
3745
3746 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3747 # ------------------------------------------
3748 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3749 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3750 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3751 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3752 # than defined and empty).
3753 #
3754 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3755 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3756
3757
3758
3759
3760 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3761 # ----------------------------------------------------------
3762 # Produce a SEP delimited list of all paired combinations of elements of
3763 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3764 # has the form PREFIXmINFIXSUFFIXn.
3765 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3766
3767
3768
3769 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3770 # -----------------------------------------------------------------------
3771 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3772 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3773
3774
3775
3776 # lt_dict_add(DICT, KEY, VALUE)
3777 # -----------------------------
3778
3779
3780
3781 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3782 # --------------------------------------------
3783
3784
3785
3786 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3787 # ----------------------------------
3788
3789
3790
3791 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3792 # -----------------------------------------------------------------
3793
3794
3795
3796 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3797 # --------------------------------------------------------------
3798
3799
3800 # ltversion.m4 -- version numbers -*- Autoconf -*-
3801 #
3802 # Copyright (C) 2004 Free Software Foundation, Inc.
3803 # Written by Scott James Remnant, 2004
3804 #
3805 # This file is free software; the Free Software Foundation gives
3806 # unlimited permission to copy and/or distribute it, with or without
3807 # modifications, as long as this notice is preserved.
3808
3809 # Generated from ltversion.in.
3810
3811 # serial 3134 ltversion.m4
3812 # This file is part of GNU Libtool
3813
3814
3815
3816
3817
3818
3819 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3820 #
3821 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3822 # Written by Scott James Remnant, 2004.
3823 #
3824 # This file is free software; the Free Software Foundation gives
3825 # unlimited permission to copy and/or distribute it, with or without
3826 # modifications, as long as this notice is preserved.
3827
3828 # serial 4 lt~obsolete.m4
3829
3830 # These exist entirely to fool aclocal when bootstrapping libtool.
3831 #
3832 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3833 # which have later been changed to m4_define as they aren't part of the
3834 # exported API, or moved to Autoconf or Automake where they belong.
3835 #
3836 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3837 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3838 # using a macro with the same name in our local m4/libtool.m4 it'll
3839 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3840 # and doesn't know about Autoconf macros at all.)
3841 #
3842 # So we provide this file, which has a silly filename so it's always
3843 # included after everything else. This provides aclocal with the
3844 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3845 # because those macros already exist, or will be overwritten later.
3846 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3847 #
3848 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3849 # Yes, that means every name once taken will need to remain here until
3850 # we give up compatibility with versions before 1.7, at which point
3851 # we need to keep only those names which we still refer to.
3852
3853 # This is to help aclocal find these macros, as it can't see m4_define.
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918 ## -*- Autoconf -*-
3919
3920 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3921 # Free Software Foundation, Inc.
3922 #
3923 # This file is free software; the Free Software Foundation
3924 # gives unlimited permission to copy and/or distribute it,
3925 # with or without modifications, as long as this notice is preserved.
3926
3927 # serial 8
3928
3929 # Based on depend.m4 from automake 1.9, modified for standalone use in
3930 # an environment where GNU make is required.
3931
3932 # ZW_PROG_COMPILER_DEPENDENCIES
3933 # -----------------------------
3934 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3935 # sets fooDEPMODE accordingly. Cache-variable compatible with
3936 # original; not side-effect compatible. As the users of this macro
3937 # may require accurate dependencies for correct builds, it does *not*
3938 # honor --disable-dependency-checking, and failure to detect a usable
3939 # method is an error. depcomp is assumed to be located in
3940 # $ac_aux_dir.
3941 #
3942 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3943
3944
3945
3946 # AM_SET_DEPDIR
3947 # -------------
3948 # Choose a directory name for dependency files.
3949
3950
3951 # ZW_CREATE_DEPDIR
3952 # ----------------
3953 # As AM_SET_DEPDIR, but also create the directory at config.status time.
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024 # intl sister-directory configuration rules.
4025 #
4026
4027 # The idea behind this macro is that there's no need to repeat all the
4028 # autoconf probes done by the intl directory - it's already done them
4029 # for us. In fact, there's no need even to look at the cache for the
4030 # answers. All we need to do is nab a few pieces of information.
4031 # The intl directory is set up to make this easy, by generating a
4032 # small file which can be sourced as a shell script; then we produce
4033 # the necessary substitutions and definitions for this directory.
4034
4035
4036
4037 # Autoconf M4 include file defining utility macros for complex Canadian
4038 # cross builds.
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048 ####
4049 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4050 # or AC_INIT.
4051 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4052
4053 ####
4054 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4055 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4056
4057
4058 ####
4059 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4060 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4061
4062
4063
4064 # Backported from Autoconf 2.5x; can go away when and if
4065 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4066
4067
4068
4069
4070 # ACX_HAVE_GCC_FOR_TARGET
4071 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4072
4073
4074 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4075 # Searching for installed target binutils. We need to take extra care,
4076 # else we may find the wrong assembler, linker, etc., and lose.
4077 #
4078 # First try --with-build-time-tools, if specified.
4079 #
4080 # For build != host, we ask the installed GCC for the name of the tool it
4081 # uses, and accept it if it is an absolute path. This is because the
4082 # only good choice for a compiler is the same GCC version that is being
4083 # installed (or we couldn't make target libraries), and we assume that
4084 # on the host system we'll have not only the same GCC version, but also
4085 # the same binutils version.
4086 #
4087 # For build == host, search the same directories that the installed
4088 # compiler will search. We used to do this for the assembler, linker,
4089 # and nm only; for simplicity of configuration, however, we extend this
4090 # criterion to tools (such as ar and ranlib) that are never invoked by
4091 # the compiler, to avoid mismatches.
4092 #
4093 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4094 # if build == target. This makes the most sense only when bootstrapping,
4095 # but we also do so when build != host. In this case, we hope that the
4096 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4097 #
4098 # If we do not find a suitable binary, then try the user's path.
4099
4100
4101 ###
4102 # AC_PROG_CPP_WERROR
4103 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4104 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4105 # For now, using this also overrides header checks to use only the
4106 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4107 # bit harder from here).
4108 # Eventually autoconf will default to checking headers with the compiler
4109 # instead, and we'll have to do this differently.
4110
4111 # AC_PROG_CPP_WERROR
4112
4113 # Test for GNAT.
4114 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4115 # that understands Ada. We use the user's CC setting, already found, and
4116 # possibly add $1 to the command-line parameters.
4117 #
4118 # Sets the shell variable have_gnat to yes or no as appropriate, and
4119 # substitutes GNATBIND and GNATMAKE.
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145 ac_ext=c
4146 ac_cpp='$CPP $CPPFLAGS'
4147 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4148 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4149 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4150 if test -n "$ac_tool_prefix"; then
4151 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4152 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4154 $as_echo_n "checking for $ac_word... " >&6; }
4155 if test "${ac_cv_prog_CC+set}" = set; then :
4156 $as_echo_n "(cached) " >&6
4157 else
4158 if test -n "$CC"; then
4159 ac_cv_prog_CC="$CC" # Let the user override the test.
4160 else
4161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4162 for as_dir in $PATH
4163 do
4164 IFS=$as_save_IFS
4165 test -z "$as_dir" && as_dir=.
4166 for ac_exec_ext in '' $ac_executable_extensions; do
4167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4168 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4170 break 2
4171 fi
4172 done
4173 done
4174 IFS=$as_save_IFS
4175
4176 fi
4177 fi
4178 CC=$ac_cv_prog_CC
4179 if test -n "$CC"; then
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4181 $as_echo "$CC" >&6; }
4182 else
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4184 $as_echo "no" >&6; }
4185 fi
4186
4187
4188 fi
4189 if test -z "$ac_cv_prog_CC"; then
4190 ac_ct_CC=$CC
4191 # Extract the first word of "gcc", so it can be a program name with args.
4192 set dummy gcc; ac_word=$2
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4194 $as_echo_n "checking for $ac_word... " >&6; }
4195 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4196 $as_echo_n "(cached) " >&6
4197 else
4198 if test -n "$ac_ct_CC"; then
4199 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4200 else
4201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4202 for as_dir in $PATH
4203 do
4204 IFS=$as_save_IFS
4205 test -z "$as_dir" && as_dir=.
4206 for ac_exec_ext in '' $ac_executable_extensions; do
4207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4208 ac_cv_prog_ac_ct_CC="gcc"
4209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4210 break 2
4211 fi
4212 done
4213 done
4214 IFS=$as_save_IFS
4215
4216 fi
4217 fi
4218 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4219 if test -n "$ac_ct_CC"; then
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4221 $as_echo "$ac_ct_CC" >&6; }
4222 else
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4224 $as_echo "no" >&6; }
4225 fi
4226
4227 if test "x$ac_ct_CC" = x; then
4228 CC=""
4229 else
4230 case $cross_compiling:$ac_tool_warned in
4231 yes:)
4232 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4233 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4234 ac_tool_warned=yes ;;
4235 esac
4236 CC=$ac_ct_CC
4237 fi
4238 else
4239 CC="$ac_cv_prog_CC"
4240 fi
4241
4242 if test -z "$CC"; then
4243 if test -n "$ac_tool_prefix"; then
4244 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4245 set dummy ${ac_tool_prefix}cc; ac_word=$2
4246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4247 $as_echo_n "checking for $ac_word... " >&6; }
4248 if test "${ac_cv_prog_CC+set}" = set; then :
4249 $as_echo_n "(cached) " >&6
4250 else
4251 if test -n "$CC"; then
4252 ac_cv_prog_CC="$CC" # Let the user override the test.
4253 else
4254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4255 for as_dir in $PATH
4256 do
4257 IFS=$as_save_IFS
4258 test -z "$as_dir" && as_dir=.
4259 for ac_exec_ext in '' $ac_executable_extensions; do
4260 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4261 ac_cv_prog_CC="${ac_tool_prefix}cc"
4262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4263 break 2
4264 fi
4265 done
4266 done
4267 IFS=$as_save_IFS
4268
4269 fi
4270 fi
4271 CC=$ac_cv_prog_CC
4272 if test -n "$CC"; then
4273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4274 $as_echo "$CC" >&6; }
4275 else
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4277 $as_echo "no" >&6; }
4278 fi
4279
4280
4281 fi
4282 fi
4283 if test -z "$CC"; then
4284 # Extract the first word of "cc", so it can be a program name with args.
4285 set dummy cc; ac_word=$2
4286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4287 $as_echo_n "checking for $ac_word... " >&6; }
4288 if test "${ac_cv_prog_CC+set}" = set; then :
4289 $as_echo_n "(cached) " >&6
4290 else
4291 if test -n "$CC"; then
4292 ac_cv_prog_CC="$CC" # Let the user override the test.
4293 else
4294 ac_prog_rejected=no
4295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4296 for as_dir in $PATH
4297 do
4298 IFS=$as_save_IFS
4299 test -z "$as_dir" && as_dir=.
4300 for ac_exec_ext in '' $ac_executable_extensions; do
4301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4302 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4303 ac_prog_rejected=yes
4304 continue
4305 fi
4306 ac_cv_prog_CC="cc"
4307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4308 break 2
4309 fi
4310 done
4311 done
4312 IFS=$as_save_IFS
4313
4314 if test $ac_prog_rejected = yes; then
4315 # We found a bogon in the path, so make sure we never use it.
4316 set dummy $ac_cv_prog_CC
4317 shift
4318 if test $# != 0; then
4319 # We chose a different compiler from the bogus one.
4320 # However, it has the same basename, so the bogon will be chosen
4321 # first if we set CC to just the basename; use the full file name.
4322 shift
4323 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4324 fi
4325 fi
4326 fi
4327 fi
4328 CC=$ac_cv_prog_CC
4329 if test -n "$CC"; then
4330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4331 $as_echo "$CC" >&6; }
4332 else
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4334 $as_echo "no" >&6; }
4335 fi
4336
4337
4338 fi
4339 if test -z "$CC"; then
4340 if test -n "$ac_tool_prefix"; then
4341 for ac_prog in cl.exe
4342 do
4343 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4344 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4346 $as_echo_n "checking for $ac_word... " >&6; }
4347 if test "${ac_cv_prog_CC+set}" = set; then :
4348 $as_echo_n "(cached) " >&6
4349 else
4350 if test -n "$CC"; then
4351 ac_cv_prog_CC="$CC" # Let the user override the test.
4352 else
4353 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4354 for as_dir in $PATH
4355 do
4356 IFS=$as_save_IFS
4357 test -z "$as_dir" && as_dir=.
4358 for ac_exec_ext in '' $ac_executable_extensions; do
4359 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4360 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4361 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4362 break 2
4363 fi
4364 done
4365 done
4366 IFS=$as_save_IFS
4367
4368 fi
4369 fi
4370 CC=$ac_cv_prog_CC
4371 if test -n "$CC"; then
4372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4373 $as_echo "$CC" >&6; }
4374 else
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4376 $as_echo "no" >&6; }
4377 fi
4378
4379
4380 test -n "$CC" && break
4381 done
4382 fi
4383 if test -z "$CC"; then
4384 ac_ct_CC=$CC
4385 for ac_prog in cl.exe
4386 do
4387 # Extract the first word of "$ac_prog", so it can be a program name with args.
4388 set dummy $ac_prog; ac_word=$2
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4390 $as_echo_n "checking for $ac_word... " >&6; }
4391 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4392 $as_echo_n "(cached) " >&6
4393 else
4394 if test -n "$ac_ct_CC"; then
4395 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4396 else
4397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4398 for as_dir in $PATH
4399 do
4400 IFS=$as_save_IFS
4401 test -z "$as_dir" && as_dir=.
4402 for ac_exec_ext in '' $ac_executable_extensions; do
4403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4404 ac_cv_prog_ac_ct_CC="$ac_prog"
4405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4406 break 2
4407 fi
4408 done
4409 done
4410 IFS=$as_save_IFS
4411
4412 fi
4413 fi
4414 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4415 if test -n "$ac_ct_CC"; then
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4417 $as_echo "$ac_ct_CC" >&6; }
4418 else
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4420 $as_echo "no" >&6; }
4421 fi
4422
4423
4424 test -n "$ac_ct_CC" && break
4425 done
4426
4427 if test "x$ac_ct_CC" = x; then
4428 CC=""
4429 else
4430 case $cross_compiling:$ac_tool_warned in
4431 yes:)
4432 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4433 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4434 ac_tool_warned=yes ;;
4435 esac
4436 CC=$ac_ct_CC
4437 fi
4438 fi
4439
4440 fi
4441
4442
4443 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4444 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4445 as_fn_error "no acceptable C compiler found in \$PATH
4446 See \`config.log' for more details." "$LINENO" 5; }
4447
4448 # Provide some information about the compiler.
4449 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4450 set X $ac_compile
4451 ac_compiler=$2
4452 for ac_option in --version -v -V -qversion; do
4453 { { ac_try="$ac_compiler $ac_option >&5"
4454 case "(($ac_try" in
4455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4456 *) ac_try_echo=$ac_try;;
4457 esac
4458 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4459 $as_echo "$ac_try_echo"; } >&5
4460 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4461 ac_status=$?
4462 if test -s conftest.err; then
4463 sed '10a\
4464 ... rest of stderr output deleted ...
4465 10q' conftest.err >conftest.er1
4466 cat conftest.er1 >&5
4467 rm -f conftest.er1 conftest.err
4468 fi
4469 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4470 test $ac_status = 0; }
4471 done
4472
4473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4474 /* end confdefs.h. */
4475
4476 int
4477 main ()
4478 {
4479
4480 ;
4481 return 0;
4482 }
4483 _ACEOF
4484 ac_clean_files_save=$ac_clean_files
4485 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4486 # Try to create an executable without -o first, disregard a.out.
4487 # It will help us diagnose broken compilers, and finding out an intuition
4488 # of exeext.
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4490 $as_echo_n "checking for C compiler default output file name... " >&6; }
4491 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4492
4493 # The possible output files:
4494 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4495
4496 ac_rmfiles=
4497 for ac_file in $ac_files
4498 do
4499 case $ac_file in
4500 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4501 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4502 esac
4503 done
4504 rm -f $ac_rmfiles
4505
4506 if { { ac_try="$ac_link_default"
4507 case "(($ac_try" in
4508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4509 *) ac_try_echo=$ac_try;;
4510 esac
4511 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4512 $as_echo "$ac_try_echo"; } >&5
4513 (eval "$ac_link_default") 2>&5
4514 ac_status=$?
4515 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4516 test $ac_status = 0; }; then :
4517 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4518 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4519 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4520 # so that the user can short-circuit this test for compilers unknown to
4521 # Autoconf.
4522 for ac_file in $ac_files ''
4523 do
4524 test -f "$ac_file" || continue
4525 case $ac_file in
4526 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4527 ;;
4528 [ab].out )
4529 # We found the default executable, but exeext='' is most
4530 # certainly right.
4531 break;;
4532 *.* )
4533 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4534 then :; else
4535 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4536 fi
4537 # We set ac_cv_exeext here because the later test for it is not
4538 # safe: cross compilers may not add the suffix if given an `-o'
4539 # argument, so we may need to know it at that point already.
4540 # Even if this section looks crufty: it has the advantage of
4541 # actually working.
4542 break;;
4543 * )
4544 break;;
4545 esac
4546 done
4547 test "$ac_cv_exeext" = no && ac_cv_exeext=
4548
4549 else
4550 ac_file=''
4551 fi
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4553 $as_echo "$ac_file" >&6; }
4554 if test -z "$ac_file"; then :
4555 $as_echo "$as_me: failed program was:" >&5
4556 sed 's/^/| /' conftest.$ac_ext >&5
4557
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560 { as_fn_set_status 77
4561 as_fn_error "C compiler cannot create executables
4562 See \`config.log' for more details." "$LINENO" 5; }; }
4563 fi
4564 ac_exeext=$ac_cv_exeext
4565
4566 # Check that the compiler produces executables we can run. If not, either
4567 # the compiler is broken, or we cross compile.
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4569 $as_echo_n "checking whether the C compiler works... " >&6; }
4570 # If not cross compiling, check that we can run a simple program.
4571 if test "$cross_compiling" != yes; then
4572 if { ac_try='./$ac_file'
4573 { { case "(($ac_try" in
4574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4575 *) ac_try_echo=$ac_try;;
4576 esac
4577 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4578 $as_echo "$ac_try_echo"; } >&5
4579 (eval "$ac_try") 2>&5
4580 ac_status=$?
4581 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4582 test $ac_status = 0; }; }; then
4583 cross_compiling=no
4584 else
4585 if test "$cross_compiling" = maybe; then
4586 cross_compiling=yes
4587 else
4588 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4589 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4590 as_fn_error "cannot run C compiled programs.
4591 If you meant to cross compile, use \`--host'.
4592 See \`config.log' for more details." "$LINENO" 5; }
4593 fi
4594 fi
4595 fi
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4597 $as_echo "yes" >&6; }
4598
4599 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4600 ac_clean_files=$ac_clean_files_save
4601 # Check that the compiler produces executables we can run. If not, either
4602 # the compiler is broken, or we cross compile.
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4604 $as_echo_n "checking whether we are cross compiling... " >&6; }
4605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4606 $as_echo "$cross_compiling" >&6; }
4607
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4609 $as_echo_n "checking for suffix of executables... " >&6; }
4610 if { { ac_try="$ac_link"
4611 case "(($ac_try" in
4612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4613 *) ac_try_echo=$ac_try;;
4614 esac
4615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4616 $as_echo "$ac_try_echo"; } >&5
4617 (eval "$ac_link") 2>&5
4618 ac_status=$?
4619 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4620 test $ac_status = 0; }; then :
4621 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4622 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4623 # work properly (i.e., refer to `conftest.exe'), while it won't with
4624 # `rm'.
4625 for ac_file in conftest.exe conftest conftest.*; do
4626 test -f "$ac_file" || continue
4627 case $ac_file in
4628 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4629 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4630 break;;
4631 * ) break;;
4632 esac
4633 done
4634 else
4635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4636 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4637 as_fn_error "cannot compute suffix of executables: cannot compile and link
4638 See \`config.log' for more details." "$LINENO" 5; }
4639 fi
4640 rm -f conftest$ac_cv_exeext
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4642 $as_echo "$ac_cv_exeext" >&6; }
4643
4644 rm -f conftest.$ac_ext
4645 EXEEXT=$ac_cv_exeext
4646 ac_exeext=$EXEEXT
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4648 $as_echo_n "checking for suffix of object files... " >&6; }
4649 if test "${ac_cv_objext+set}" = set; then :
4650 $as_echo_n "(cached) " >&6
4651 else
4652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4653 /* end confdefs.h. */
4654
4655 int
4656 main ()
4657 {
4658
4659 ;
4660 return 0;
4661 }
4662 _ACEOF
4663 rm -f conftest.o conftest.obj
4664 if { { ac_try="$ac_compile"
4665 case "(($ac_try" in
4666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4667 *) ac_try_echo=$ac_try;;
4668 esac
4669 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4670 $as_echo "$ac_try_echo"; } >&5
4671 (eval "$ac_compile") 2>&5
4672 ac_status=$?
4673 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4674 test $ac_status = 0; }; then :
4675 for ac_file in conftest.o conftest.obj conftest.*; do
4676 test -f "$ac_file" || continue;
4677 case $ac_file in
4678 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4679 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4680 break;;
4681 esac
4682 done
4683 else
4684 $as_echo "$as_me: failed program was:" >&5
4685 sed 's/^/| /' conftest.$ac_ext >&5
4686
4687 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4688 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4689 as_fn_error "cannot compute suffix of object files: cannot compile
4690 See \`config.log' for more details." "$LINENO" 5; }
4691 fi
4692 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4693 fi
4694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4695 $as_echo "$ac_cv_objext" >&6; }
4696 OBJEXT=$ac_cv_objext
4697 ac_objext=$OBJEXT
4698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4699 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4700 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4701 $as_echo_n "(cached) " >&6
4702 else
4703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4704 /* end confdefs.h. */
4705
4706 int
4707 main ()
4708 {
4709 #ifndef __GNUC__
4710 choke me
4711 #endif
4712
4713 ;
4714 return 0;
4715 }
4716 _ACEOF
4717 if ac_fn_c_try_compile "$LINENO"; then :
4718 ac_compiler_gnu=yes
4719 else
4720 ac_compiler_gnu=no
4721 fi
4722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4723 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4724
4725 fi
4726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4727 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4728 if test $ac_compiler_gnu = yes; then
4729 GCC=yes
4730 else
4731 GCC=
4732 fi
4733 ac_test_CFLAGS=${CFLAGS+set}
4734 ac_save_CFLAGS=$CFLAGS
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4736 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4737 if test "${ac_cv_prog_cc_g+set}" = set; then :
4738 $as_echo_n "(cached) " >&6
4739 else
4740 ac_save_c_werror_flag=$ac_c_werror_flag
4741 ac_c_werror_flag=yes
4742 ac_cv_prog_cc_g=no
4743 CFLAGS="-g"
4744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4745 /* end confdefs.h. */
4746
4747 int
4748 main ()
4749 {
4750
4751 ;
4752 return 0;
4753 }
4754 _ACEOF
4755 if ac_fn_c_try_compile "$LINENO"; then :
4756 ac_cv_prog_cc_g=yes
4757 else
4758 CFLAGS=""
4759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h. */
4761
4762 int
4763 main ()
4764 {
4765
4766 ;
4767 return 0;
4768 }
4769 _ACEOF
4770 if ac_fn_c_try_compile "$LINENO"; then :
4771
4772 else
4773 ac_c_werror_flag=$ac_save_c_werror_flag
4774 CFLAGS="-g"
4775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4776 /* end confdefs.h. */
4777
4778 int
4779 main ()
4780 {
4781
4782 ;
4783 return 0;
4784 }
4785 _ACEOF
4786 if ac_fn_c_try_compile "$LINENO"; then :
4787 ac_cv_prog_cc_g=yes
4788 fi
4789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4790 fi
4791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4792 fi
4793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4794 ac_c_werror_flag=$ac_save_c_werror_flag
4795 fi
4796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4797 $as_echo "$ac_cv_prog_cc_g" >&6; }
4798 if test "$ac_test_CFLAGS" = set; then
4799 CFLAGS=$ac_save_CFLAGS
4800 elif test $ac_cv_prog_cc_g = yes; then
4801 if test "$GCC" = yes; then
4802 CFLAGS="-g -O2"
4803 else
4804 CFLAGS="-g"
4805 fi
4806 else
4807 if test "$GCC" = yes; then
4808 CFLAGS="-O2"
4809 else
4810 CFLAGS=
4811 fi
4812 fi
4813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4814 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4815 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4816 $as_echo_n "(cached) " >&6
4817 else
4818 ac_cv_prog_cc_c89=no
4819 ac_save_CC=$CC
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4821 /* end confdefs.h. */
4822 #include <stdarg.h>
4823 #include <stdio.h>
4824 #include <sys/types.h>
4825 #include <sys/stat.h>
4826 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4827 struct buf { int x; };
4828 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4829 static char *e (p, i)
4830 char **p;
4831 int i;
4832 {
4833 return p[i];
4834 }
4835 static char *f (char * (*g) (char **, int), char **p, ...)
4836 {
4837 char *s;
4838 va_list v;
4839 va_start (v,p);
4840 s = g (p, va_arg (v,int));
4841 va_end (v);
4842 return s;
4843 }
4844
4845 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4846 function prototypes and stuff, but not '\xHH' hex character constants.
4847 These don't provoke an error unfortunately, instead are silently treated
4848 as 'x'. The following induces an error, until -std is added to get
4849 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4850 array size at least. It's necessary to write '\x00'==0 to get something
4851 that's true only with -std. */
4852 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4853
4854 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4855 inside strings and character constants. */
4856 #define FOO(x) 'x'
4857 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4858
4859 int test (int i, double x);
4860 struct s1 {int (*f) (int a);};
4861 struct s2 {int (*f) (double a);};
4862 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4863 int argc;
4864 char **argv;
4865 int
4866 main ()
4867 {
4868 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4869 ;
4870 return 0;
4871 }
4872 _ACEOF
4873 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4874 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4875 do
4876 CC="$ac_save_CC $ac_arg"
4877 if ac_fn_c_try_compile "$LINENO"; then :
4878 ac_cv_prog_cc_c89=$ac_arg
4879 fi
4880 rm -f core conftest.err conftest.$ac_objext
4881 test "x$ac_cv_prog_cc_c89" != "xno" && break
4882 done
4883 rm -f conftest.$ac_ext
4884 CC=$ac_save_CC
4885
4886 fi
4887 # AC_CACHE_VAL
4888 case "x$ac_cv_prog_cc_c89" in
4889 x)
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4891 $as_echo "none needed" >&6; } ;;
4892 xno)
4893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4894 $as_echo "unsupported" >&6; } ;;
4895 *)
4896 CC="$CC $ac_cv_prog_cc_c89"
4897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4898 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4899 esac
4900 if test "x$ac_cv_prog_cc_c89" != xno; then :
4901
4902 fi
4903
4904 ac_ext=c
4905 ac_cpp='$CPP $CPPFLAGS'
4906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4909
4910 ac_aux_dir=
4911 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4912 for ac_t in install-sh install.sh shtool; do
4913 if test -f "$ac_dir/$ac_t"; then
4914 ac_aux_dir=$ac_dir
4915 ac_install_sh="$ac_aux_dir/$ac_t -c"
4916 break 2
4917 fi
4918 done
4919 done
4920 if test -z "$ac_aux_dir"; then
4921 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4922 fi
4923
4924 # These three variables are undocumented and unsupported,
4925 # and are intended to be withdrawn in a future Autoconf release.
4926 # They can cause serious problems if a builder's source tree is in a directory
4927 # whose full name contains unusual characters.
4928 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4929 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4930 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4931
4932
4933 # Make sure we can run config.sub.
4934 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4935 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4936
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4938 $as_echo_n "checking build system type... " >&6; }
4939 if test "${ac_cv_build+set}" = set; then :
4940 $as_echo_n "(cached) " >&6
4941 else
4942 ac_build_alias=$build_alias
4943 test "x$ac_build_alias" = x &&
4944 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4945 test "x$ac_build_alias" = x &&
4946 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4947 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4948 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4949
4950 fi
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4952 $as_echo "$ac_cv_build" >&6; }
4953 case $ac_cv_build in
4954 *-*-*) ;;
4955 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4956 esac
4957 build=$ac_cv_build
4958 ac_save_IFS=$IFS; IFS='-'
4959 set x $ac_cv_build
4960 shift
4961 build_cpu=$1
4962 build_vendor=$2
4963 shift; shift
4964 # Remember, the first character of IFS is used to create $*,
4965 # except with old shells:
4966 build_os=$*
4967 IFS=$ac_save_IFS
4968 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4969
4970
4971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4972 $as_echo_n "checking host system type... " >&6; }
4973 if test "${ac_cv_host+set}" = set; then :
4974 $as_echo_n "(cached) " >&6
4975 else
4976 if test "x$host_alias" = x; then
4977 ac_cv_host=$ac_cv_build
4978 else
4979 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4980 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4981 fi
4982
4983 fi
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4985 $as_echo "$ac_cv_host" >&6; }
4986 case $ac_cv_host in
4987 *-*-*) ;;
4988 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4989 esac
4990 host=$ac_cv_host
4991 ac_save_IFS=$IFS; IFS='-'
4992 set x $ac_cv_host
4993 shift
4994 host_cpu=$1
4995 host_vendor=$2
4996 shift; shift
4997 # Remember, the first character of IFS is used to create $*,
4998 # except with old shells:
4999 host_os=$*
5000 IFS=$ac_save_IFS
5001 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5002
5003
5004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5005 $as_echo_n "checking target system type... " >&6; }
5006 if test "${ac_cv_target+set}" = set; then :
5007 $as_echo_n "(cached) " >&6
5008 else
5009 if test "x$target_alias" = x; then
5010 ac_cv_target=$ac_cv_host
5011 else
5012 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5013 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5014 fi
5015
5016 fi
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5018 $as_echo "$ac_cv_target" >&6; }
5019 case $ac_cv_target in
5020 *-*-*) ;;
5021 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5022 esac
5023 target=$ac_cv_target
5024 ac_save_IFS=$IFS; IFS='-'
5025 set x $ac_cv_target
5026 shift
5027 target_cpu=$1
5028 target_vendor=$2
5029 shift; shift
5030 # Remember, the first character of IFS is used to create $*,
5031 # except with old shells:
5032 target_os=$*
5033 IFS=$ac_save_IFS
5034 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5035
5036
5037 # The aliases save the names the user supplied, while $host etc.
5038 # will get canonicalized.
5039 test -n "$target_alias" &&
5040 test "$program_prefix$program_suffix$program_transform_name" = \
5041 NONENONEs,x,x, &&
5042 program_prefix=${target_alias}-
5043
5044 ac_ext=c
5045 ac_cpp='$CPP $CPPFLAGS'
5046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5047 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5050 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5051 # On Suns, sometimes $CPP names a directory.
5052 if test -n "$CPP" && test -d "$CPP"; then
5053 CPP=
5054 fi
5055 if test -z "$CPP"; then
5056 if test "${ac_cv_prog_CPP+set}" = set; then :
5057 $as_echo_n "(cached) " >&6
5058 else
5059 # Double quotes because CPP needs to be expanded
5060 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5061 do
5062 ac_preproc_ok=false
5063 for ac_c_preproc_warn_flag in '' yes
5064 do
5065 # Use a header file that comes with gcc, so configuring glibc
5066 # with a fresh cross-compiler works.
5067 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5068 # <limits.h> exists even on freestanding compilers.
5069 # On the NeXT, cc -E runs the code through the compiler's parser,
5070 # not just through cpp. "Syntax error" is here to catch this case.
5071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5072 /* end confdefs.h. */
5073 #ifdef __STDC__
5074 # include <limits.h>
5075 #else
5076 # include <assert.h>
5077 #endif
5078 Syntax error
5079 _ACEOF
5080 if ac_fn_c_try_cpp "$LINENO"; then :
5081
5082 else
5083 # Broken: fails on valid input.
5084 continue
5085 fi
5086 rm -f conftest.err conftest.$ac_ext
5087
5088 # OK, works on sane cases. Now check whether nonexistent headers
5089 # can be detected and how.
5090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5091 /* end confdefs.h. */
5092 #include <ac_nonexistent.h>
5093 _ACEOF
5094 if ac_fn_c_try_cpp "$LINENO"; then :
5095 # Broken: success on invalid input.
5096 continue
5097 else
5098 # Passes both tests.
5099 ac_preproc_ok=:
5100 break
5101 fi
5102 rm -f conftest.err conftest.$ac_ext
5103
5104 done
5105 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5106 rm -f conftest.err conftest.$ac_ext
5107 if $ac_preproc_ok; then :
5108 break
5109 fi
5110
5111 done
5112 ac_cv_prog_CPP=$CPP
5113
5114 fi
5115 CPP=$ac_cv_prog_CPP
5116 else
5117 ac_cv_prog_CPP=$CPP
5118 fi
5119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5120 $as_echo "$CPP" >&6; }
5121 ac_preproc_ok=false
5122 for ac_c_preproc_warn_flag in '' yes
5123 do
5124 # Use a header file that comes with gcc, so configuring glibc
5125 # with a fresh cross-compiler works.
5126 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5127 # <limits.h> exists even on freestanding compilers.
5128 # On the NeXT, cc -E runs the code through the compiler's parser,
5129 # not just through cpp. "Syntax error" is here to catch this case.
5130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5131 /* end confdefs.h. */
5132 #ifdef __STDC__
5133 # include <limits.h>
5134 #else
5135 # include <assert.h>
5136 #endif
5137 Syntax error
5138 _ACEOF
5139 if ac_fn_c_try_cpp "$LINENO"; then :
5140
5141 else
5142 # Broken: fails on valid input.
5143 continue
5144 fi
5145 rm -f conftest.err conftest.$ac_ext
5146
5147 # OK, works on sane cases. Now check whether nonexistent headers
5148 # can be detected and how.
5149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5150 /* end confdefs.h. */
5151 #include <ac_nonexistent.h>
5152 _ACEOF
5153 if ac_fn_c_try_cpp "$LINENO"; then :
5154 # Broken: success on invalid input.
5155 continue
5156 else
5157 # Passes both tests.
5158 ac_preproc_ok=:
5159 break
5160 fi
5161 rm -f conftest.err conftest.$ac_ext
5162
5163 done
5164 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5165 rm -f conftest.err conftest.$ac_ext
5166 if $ac_preproc_ok; then :
5167
5168 else
5169 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5171 as_fn_error "C preprocessor \"$CPP\" fails sanity check
5172 See \`config.log' for more details." "$LINENO" 5; }
5173 fi
5174
5175 ac_ext=c
5176 ac_cpp='$CPP $CPPFLAGS'
5177 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5178 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5179 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5180
5181
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5183 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5184 if test "${ac_cv_path_GREP+set}" = set; then :
5185 $as_echo_n "(cached) " >&6
5186 else
5187 if test -z "$GREP"; then
5188 ac_path_GREP_found=false
5189 # Loop through the user's path and test for each of PROGNAME-LIST
5190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5191 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5192 do
5193 IFS=$as_save_IFS
5194 test -z "$as_dir" && as_dir=.
5195 for ac_prog in grep ggrep; do
5196 for ac_exec_ext in '' $ac_executable_extensions; do
5197 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5198 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5199 # Check for GNU ac_path_GREP and select it if it is found.
5200 # Check for GNU $ac_path_GREP
5201 case `"$ac_path_GREP" --version 2>&1` in
5202 *GNU*)
5203 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5204 *)
5205 ac_count=0
5206 $as_echo_n 0123456789 >"conftest.in"
5207 while :
5208 do
5209 cat "conftest.in" "conftest.in" >"conftest.tmp"
5210 mv "conftest.tmp" "conftest.in"
5211 cp "conftest.in" "conftest.nl"
5212 $as_echo 'GREP' >> "conftest.nl"
5213 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5214 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5215 as_fn_arith $ac_count + 1 && ac_count=$as_val
5216 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5217 # Best one so far, save it but keep looking for a better one
5218 ac_cv_path_GREP="$ac_path_GREP"
5219 ac_path_GREP_max=$ac_count
5220 fi
5221 # 10*(2^10) chars as input seems more than enough
5222 test $ac_count -gt 10 && break
5223 done
5224 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5225 esac
5226
5227 $ac_path_GREP_found && break 3
5228 done
5229 done
5230 done
5231 IFS=$as_save_IFS
5232 if test -z "$ac_cv_path_GREP"; then
5233 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5234 fi
5235 else
5236 ac_cv_path_GREP=$GREP
5237 fi
5238
5239 fi
5240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5241 $as_echo "$ac_cv_path_GREP" >&6; }
5242 GREP="$ac_cv_path_GREP"
5243
5244
5245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5246 $as_echo_n "checking for egrep... " >&6; }
5247 if test "${ac_cv_path_EGREP+set}" = set; then :
5248 $as_echo_n "(cached) " >&6
5249 else
5250 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5251 then ac_cv_path_EGREP="$GREP -E"
5252 else
5253 if test -z "$EGREP"; then
5254 ac_path_EGREP_found=false
5255 # Loop through the user's path and test for each of PROGNAME-LIST
5256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5257 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5258 do
5259 IFS=$as_save_IFS
5260 test -z "$as_dir" && as_dir=.
5261 for ac_prog in egrep; do
5262 for ac_exec_ext in '' $ac_executable_extensions; do
5263 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5264 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5265 # Check for GNU ac_path_EGREP and select it if it is found.
5266 # Check for GNU $ac_path_EGREP
5267 case `"$ac_path_EGREP" --version 2>&1` in
5268 *GNU*)
5269 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5270 *)
5271 ac_count=0
5272 $as_echo_n 0123456789 >"conftest.in"
5273 while :
5274 do
5275 cat "conftest.in" "conftest.in" >"conftest.tmp"
5276 mv "conftest.tmp" "conftest.in"
5277 cp "conftest.in" "conftest.nl"
5278 $as_echo 'EGREP' >> "conftest.nl"
5279 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5280 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5281 as_fn_arith $ac_count + 1 && ac_count=$as_val
5282 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5283 # Best one so far, save it but keep looking for a better one
5284 ac_cv_path_EGREP="$ac_path_EGREP"
5285 ac_path_EGREP_max=$ac_count
5286 fi
5287 # 10*(2^10) chars as input seems more than enough
5288 test $ac_count -gt 10 && break
5289 done
5290 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5291 esac
5292
5293 $ac_path_EGREP_found && break 3
5294 done
5295 done
5296 done
5297 IFS=$as_save_IFS
5298 if test -z "$ac_cv_path_EGREP"; then
5299 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5300 fi
5301 else
5302 ac_cv_path_EGREP=$EGREP
5303 fi
5304
5305 fi
5306 fi
5307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5308 $as_echo "$ac_cv_path_EGREP" >&6; }
5309 EGREP="$ac_cv_path_EGREP"
5310
5311
5312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5313 $as_echo_n "checking for ANSI C header files... " >&6; }
5314 if test "${ac_cv_header_stdc+set}" = set; then :
5315 $as_echo_n "(cached) " >&6
5316 else
5317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5318 /* end confdefs.h. */
5319 #include <stdlib.h>
5320 #include <stdarg.h>
5321 #include <string.h>
5322 #include <float.h>
5323
5324 int
5325 main ()
5326 {
5327
5328 ;
5329 return 0;
5330 }
5331 _ACEOF
5332 if ac_fn_c_try_compile "$LINENO"; then :
5333 ac_cv_header_stdc=yes
5334 else
5335 ac_cv_header_stdc=no
5336 fi
5337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5338
5339 if test $ac_cv_header_stdc = yes; then
5340 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5342 /* end confdefs.h. */
5343 #include <string.h>
5344
5345 _ACEOF
5346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5347 $EGREP "memchr" >/dev/null 2>&1; then :
5348
5349 else
5350 ac_cv_header_stdc=no
5351 fi
5352 rm -f conftest*
5353
5354 fi
5355
5356 if test $ac_cv_header_stdc = yes; then
5357 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5359 /* end confdefs.h. */
5360 #include <stdlib.h>
5361
5362 _ACEOF
5363 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5364 $EGREP "free" >/dev/null 2>&1; then :
5365
5366 else
5367 ac_cv_header_stdc=no
5368 fi
5369 rm -f conftest*
5370
5371 fi
5372
5373 if test $ac_cv_header_stdc = yes; then
5374 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5375 if test "$cross_compiling" = yes; then :
5376 :
5377 else
5378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5379 /* end confdefs.h. */
5380 #include <ctype.h>
5381 #include <stdlib.h>
5382 #if ((' ' & 0x0FF) == 0x020)
5383 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5384 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5385 #else
5386 # define ISLOWER(c) \
5387 (('a' <= (c) && (c) <= 'i') \
5388 || ('j' <= (c) && (c) <= 'r') \
5389 || ('s' <= (c) && (c) <= 'z'))
5390 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5391 #endif
5392
5393 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5394 int
5395 main ()
5396 {
5397 int i;
5398 for (i = 0; i < 256; i++)
5399 if (XOR (islower (i), ISLOWER (i))
5400 || toupper (i) != TOUPPER (i))
5401 return 2;
5402 return 0;
5403 }
5404 _ACEOF
5405 if ac_fn_c_try_run "$LINENO"; then :
5406
5407 else
5408 ac_cv_header_stdc=no
5409 fi
5410 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5411 conftest.$ac_objext conftest.beam conftest.$ac_ext
5412 fi
5413
5414 fi
5415 fi
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5417 $as_echo "$ac_cv_header_stdc" >&6; }
5418 if test $ac_cv_header_stdc = yes; then
5419
5420 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5421
5422 fi
5423
5424 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5425 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5426 inttypes.h stdint.h unistd.h
5427 do :
5428 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5429 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5430 "
5431 eval as_val=\$$as_ac_Header
5432 if test "x$as_val" = x""yes; then :
5433 cat >>confdefs.h <<_ACEOF
5434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5435 _ACEOF
5436
5437 fi
5438
5439 done
5440
5441
5442
5443 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5444 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5445 MINIX=yes
5446 else
5447 MINIX=
5448 fi
5449
5450
5451 if test "$MINIX" = yes; then
5452
5453 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5454
5455
5456 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5457
5458
5459 $as_echo "#define _MINIX 1" >>confdefs.h
5460
5461 fi
5462
5463
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5465 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5466 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5467 $as_echo_n "(cached) " >&6
5468 else
5469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5470 /* end confdefs.h. */
5471
5472 # define __EXTENSIONS__ 1
5473 $ac_includes_default
5474 int
5475 main ()
5476 {
5477
5478 ;
5479 return 0;
5480 }
5481 _ACEOF
5482 if ac_fn_c_try_compile "$LINENO"; then :
5483 ac_cv_safe_to_define___extensions__=yes
5484 else
5485 ac_cv_safe_to_define___extensions__=no
5486 fi
5487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5488 fi
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5490 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5491 test $ac_cv_safe_to_define___extensions__ = yes &&
5492 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5493
5494 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5495
5496 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5497
5498 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5499
5500 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5501
5502
5503 test "$program_prefix" != NONE &&
5504 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5505 # Use a double $ so make ignores it.
5506 test "$program_suffix" != NONE &&
5507 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5508 # Double any \ or $.
5509 # By default was `s,x,x', remove it if useless.
5510 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5511 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5512
5513 # Find a good install program. We prefer a C program (faster),
5514 # so one script is as good as another. But avoid the broken or
5515 # incompatible versions:
5516 # SysV /etc/install, /usr/sbin/install
5517 # SunOS /usr/etc/install
5518 # IRIX /sbin/install
5519 # AIX /bin/install
5520 # AmigaOS /C/install, which installs bootblocks on floppy discs
5521 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5522 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5523 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5524 # OS/2's system install, which has a completely different semantic
5525 # ./install, which can be erroneously created by make from ./install.sh.
5526 # Reject install programs that cannot install multiple files.
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5528 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5529 if test -z "$INSTALL"; then
5530 if test "${ac_cv_path_install+set}" = set; then :
5531 $as_echo_n "(cached) " >&6
5532 else
5533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5534 for as_dir in $PATH
5535 do
5536 IFS=$as_save_IFS
5537 test -z "$as_dir" && as_dir=.
5538 # Account for people who put trailing slashes in PATH elements.
5539 case $as_dir/ in #((
5540 ./ | .// | /[cC]/* | \
5541 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5542 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5543 /usr/ucb/* ) ;;
5544 *)
5545 # OSF1 and SCO ODT 3.0 have their own names for install.
5546 # Don't use installbsd from OSF since it installs stuff as root
5547 # by default.
5548 for ac_prog in ginstall scoinst install; do
5549 for ac_exec_ext in '' $ac_executable_extensions; do
5550 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5551 if test $ac_prog = install &&
5552 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5553 # AIX install. It has an incompatible calling convention.
5554 :
5555 elif test $ac_prog = install &&
5556 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5557 # program-specific install script used by HP pwplus--don't use.
5558 :
5559 else
5560 rm -rf conftest.one conftest.two conftest.dir
5561 echo one > conftest.one
5562 echo two > conftest.two
5563 mkdir conftest.dir
5564 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5565 test -s conftest.one && test -s conftest.two &&
5566 test -s conftest.dir/conftest.one &&
5567 test -s conftest.dir/conftest.two
5568 then
5569 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5570 break 3
5571 fi
5572 fi
5573 fi
5574 done
5575 done
5576 ;;
5577 esac
5578
5579 done
5580 IFS=$as_save_IFS
5581
5582 rm -rf conftest.one conftest.two conftest.dir
5583
5584 fi
5585 if test "${ac_cv_path_install+set}" = set; then
5586 INSTALL=$ac_cv_path_install
5587 else
5588 # As a last resort, use the slow shell script. Don't cache a
5589 # value for INSTALL within a source directory, because that will
5590 # break other packages using the cache if that directory is
5591 # removed, or if the value is a relative name.
5592 INSTALL=$ac_install_sh
5593 fi
5594 fi
5595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5596 $as_echo "$INSTALL" >&6; }
5597
5598 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5599 # It thinks the first close brace ends the variable substitution.
5600 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5601
5602 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5603
5604 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5605
5606 rm -rf .tst 2>/dev/null
5607 mkdir .tst 2>/dev/null
5608 if test -d .tst; then
5609 am__leading_dot=.
5610 else
5611 am__leading_dot=_
5612 fi
5613 rmdir .tst 2>/dev/null
5614
5615 DEPDIR="${am__leading_dot}deps"
5616
5617 case `pwd` in
5618 *\ * | *\ *)
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5620 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5621 esac
5622
5623
5624
5625 macro_version='2.2.7a'
5626 macro_revision='1.3134'
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640 ltmain="$ac_aux_dir/ltmain.sh"
5641
5642 # Backslashify metacharacters that are still active within
5643 # double-quoted strings.
5644 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5645
5646 # Same as above, but do not quote variable references.
5647 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5648
5649 # Sed substitution to delay expansion of an escaped shell variable in a
5650 # double_quote_subst'ed string.
5651 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5652
5653 # Sed substitution to delay expansion of an escaped single quote.
5654 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5655
5656 # Sed substitution to avoid accidental globbing in evaled expressions
5657 no_glob_subst='s/\*/\\\*/g'
5658
5659 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5660 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5661 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5662
5663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5664 $as_echo_n "checking how to print strings... " >&6; }
5665 # Test print first, because it will be a builtin if present.
5666 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5667 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5668 ECHO='print -r --'
5669 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5670 ECHO='printf %s\n'
5671 else
5672 # Use this function as a fallback that always works.
5673 func_fallback_echo ()
5674 {
5675 eval 'cat <<_LTECHO_EOF
5676 $1
5677 _LTECHO_EOF'
5678 }
5679 ECHO='func_fallback_echo'
5680 fi
5681
5682 # func_echo_all arg...
5683 # Invoke $ECHO with all args, space-separated.
5684 func_echo_all ()
5685 {
5686 $ECHO ""
5687 }
5688
5689 case "$ECHO" in
5690 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5691 $as_echo "printf" >&6; } ;;
5692 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5693 $as_echo "print -r" >&6; } ;;
5694 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5695 $as_echo "cat" >&6; } ;;
5696 esac
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5712 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5713 if test "${ac_cv_path_SED+set}" = set; then :
5714 $as_echo_n "(cached) " >&6
5715 else
5716 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5717 for ac_i in 1 2 3 4 5 6 7; do
5718 ac_script="$ac_script$as_nl$ac_script"
5719 done
5720 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5721 { ac_script=; unset ac_script;}
5722 if test -z "$SED"; then
5723 ac_path_SED_found=false
5724 # Loop through the user's path and test for each of PROGNAME-LIST
5725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5726 for as_dir in $PATH
5727 do
5728 IFS=$as_save_IFS
5729 test -z "$as_dir" && as_dir=.
5730 for ac_prog in sed gsed; do
5731 for ac_exec_ext in '' $ac_executable_extensions; do
5732 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5733 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5734 # Check for GNU ac_path_SED and select it if it is found.
5735 # Check for GNU $ac_path_SED
5736 case `"$ac_path_SED" --version 2>&1` in
5737 *GNU*)
5738 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5739 *)
5740 ac_count=0
5741 $as_echo_n 0123456789 >"conftest.in"
5742 while :
5743 do
5744 cat "conftest.in" "conftest.in" >"conftest.tmp"
5745 mv "conftest.tmp" "conftest.in"
5746 cp "conftest.in" "conftest.nl"
5747 $as_echo '' >> "conftest.nl"
5748 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5749 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5750 as_fn_arith $ac_count + 1 && ac_count=$as_val
5751 if test $ac_count -gt ${ac_path_SED_max-0}; then
5752 # Best one so far, save it but keep looking for a better one
5753 ac_cv_path_SED="$ac_path_SED"
5754 ac_path_SED_max=$ac_count
5755 fi
5756 # 10*(2^10) chars as input seems more than enough
5757 test $ac_count -gt 10 && break
5758 done
5759 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5760 esac
5761
5762 $ac_path_SED_found && break 3
5763 done
5764 done
5765 done
5766 IFS=$as_save_IFS
5767 if test -z "$ac_cv_path_SED"; then
5768 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5769 fi
5770 else
5771 ac_cv_path_SED=$SED
5772 fi
5773
5774 fi
5775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5776 $as_echo "$ac_cv_path_SED" >&6; }
5777 SED="$ac_cv_path_SED"
5778 rm -f conftest.sed
5779
5780 test -z "$SED" && SED=sed
5781 Xsed="$SED -e 1s/^X//"
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5794 $as_echo_n "checking for fgrep... " >&6; }
5795 if test "${ac_cv_path_FGREP+set}" = set; then :
5796 $as_echo_n "(cached) " >&6
5797 else
5798 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5799 then ac_cv_path_FGREP="$GREP -F"
5800 else
5801 if test -z "$FGREP"; then
5802 ac_path_FGREP_found=false
5803 # Loop through the user's path and test for each of PROGNAME-LIST
5804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5805 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5806 do
5807 IFS=$as_save_IFS
5808 test -z "$as_dir" && as_dir=.
5809 for ac_prog in fgrep; do
5810 for ac_exec_ext in '' $ac_executable_extensions; do
5811 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5812 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5813 # Check for GNU ac_path_FGREP and select it if it is found.
5814 # Check for GNU $ac_path_FGREP
5815 case `"$ac_path_FGREP" --version 2>&1` in
5816 *GNU*)
5817 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5818 *)
5819 ac_count=0
5820 $as_echo_n 0123456789 >"conftest.in"
5821 while :
5822 do
5823 cat "conftest.in" "conftest.in" >"conftest.tmp"
5824 mv "conftest.tmp" "conftest.in"
5825 cp "conftest.in" "conftest.nl"
5826 $as_echo 'FGREP' >> "conftest.nl"
5827 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5828 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5829 as_fn_arith $ac_count + 1 && ac_count=$as_val
5830 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5831 # Best one so far, save it but keep looking for a better one
5832 ac_cv_path_FGREP="$ac_path_FGREP"
5833 ac_path_FGREP_max=$ac_count
5834 fi
5835 # 10*(2^10) chars as input seems more than enough
5836 test $ac_count -gt 10 && break
5837 done
5838 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5839 esac
5840
5841 $ac_path_FGREP_found && break 3
5842 done
5843 done
5844 done
5845 IFS=$as_save_IFS
5846 if test -z "$ac_cv_path_FGREP"; then
5847 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5848 fi
5849 else
5850 ac_cv_path_FGREP=$FGREP
5851 fi
5852
5853 fi
5854 fi
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5856 $as_echo "$ac_cv_path_FGREP" >&6; }
5857 FGREP="$ac_cv_path_FGREP"
5858
5859
5860 test -z "$GREP" && GREP=grep
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880 # Check whether --with-gnu-ld was given.
5881 if test "${with_gnu_ld+set}" = set; then :
5882 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5883 else
5884 with_gnu_ld=no
5885 fi
5886
5887 ac_prog=ld
5888 if test "$GCC" = yes; then
5889 # Check if gcc -print-prog-name=ld gives a path.
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5891 $as_echo_n "checking for ld used by $CC... " >&6; }
5892 case $host in
5893 *-*-mingw*)
5894 # gcc leaves a trailing carriage return which upsets mingw
5895 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5896 *)
5897 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5898 esac
5899 case $ac_prog in
5900 # Accept absolute paths.
5901 [\\/]* | ?:[\\/]*)
5902 re_direlt='/[^/][^/]*/\.\./'
5903 # Canonicalize the pathname of ld
5904 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5905 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5906 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5907 done
5908 test -z "$LD" && LD="$ac_prog"
5909 ;;
5910 "")
5911 # If it fails, then pretend we aren't using GCC.
5912 ac_prog=ld
5913 ;;
5914 *)
5915 # If it is relative, then search for the first ld in PATH.
5916 with_gnu_ld=unknown
5917 ;;
5918 esac
5919 elif test "$with_gnu_ld" = yes; then
5920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5921 $as_echo_n "checking for GNU ld... " >&6; }
5922 else
5923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5924 $as_echo_n "checking for non-GNU ld... " >&6; }
5925 fi
5926 if test "${lt_cv_path_LD+set}" = set; then :
5927 $as_echo_n "(cached) " >&6
5928 else
5929 if test -z "$LD"; then
5930 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5931 for ac_dir in $PATH; do
5932 IFS="$lt_save_ifs"
5933 test -z "$ac_dir" && ac_dir=.
5934 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5935 lt_cv_path_LD="$ac_dir/$ac_prog"
5936 # Check to see if the program is GNU ld. I'd rather use --version,
5937 # but apparently some variants of GNU ld only accept -v.
5938 # Break only if it was the GNU/non-GNU ld that we prefer.
5939 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5940 *GNU* | *'with BFD'*)
5941 test "$with_gnu_ld" != no && break
5942 ;;
5943 *)
5944 test "$with_gnu_ld" != yes && break
5945 ;;
5946 esac
5947 fi
5948 done
5949 IFS="$lt_save_ifs"
5950 else
5951 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5952 fi
5953 fi
5954
5955 LD="$lt_cv_path_LD"
5956 if test -n "$LD"; then
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5958 $as_echo "$LD" >&6; }
5959 else
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5961 $as_echo "no" >&6; }
5962 fi
5963 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5965 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5966 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5967 $as_echo_n "(cached) " >&6
5968 else
5969 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5970 case `$LD -v 2>&1 </dev/null` in
5971 *GNU* | *'with BFD'*)
5972 lt_cv_prog_gnu_ld=yes
5973 ;;
5974 *)
5975 lt_cv_prog_gnu_ld=no
5976 ;;
5977 esac
5978 fi
5979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5980 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5981 with_gnu_ld=$lt_cv_prog_gnu_ld
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5992 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5993 if test "${lt_cv_path_NM+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
5995 else
5996 if test -n "$NM"; then
5997 # Let the user override the test.
5998 lt_cv_path_NM="$NM"
5999 else
6000 lt_nm_to_check="${ac_tool_prefix}nm"
6001 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6002 lt_nm_to_check="$lt_nm_to_check nm"
6003 fi
6004 for lt_tmp_nm in $lt_nm_to_check; do
6005 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6006 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6007 IFS="$lt_save_ifs"
6008 test -z "$ac_dir" && ac_dir=.
6009 tmp_nm="$ac_dir/$lt_tmp_nm"
6010 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6011 # Check to see if the nm accepts a BSD-compat flag.
6012 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6013 # nm: unknown option "B" ignored
6014 # Tru64's nm complains that /dev/null is an invalid object file
6015 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6016 */dev/null* | *'Invalid file or object type'*)
6017 lt_cv_path_NM="$tmp_nm -B"
6018 break
6019 ;;
6020 *)
6021 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6022 */dev/null*)
6023 lt_cv_path_NM="$tmp_nm -p"
6024 break
6025 ;;
6026 *)
6027 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6028 continue # so that we can try to find one that supports BSD flags
6029 ;;
6030 esac
6031 ;;
6032 esac
6033 fi
6034 done
6035 IFS="$lt_save_ifs"
6036 done
6037 : ${lt_cv_path_NM=no}
6038 fi
6039 fi
6040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6041 $as_echo "$lt_cv_path_NM" >&6; }
6042 if test "$lt_cv_path_NM" != "no"; then
6043 NM="$lt_cv_path_NM"
6044 else
6045 # Didn't find any BSD compatible name lister, look for dumpbin.
6046 if test -n "$DUMPBIN"; then :
6047 # Let the user override the test.
6048 else
6049 if test -n "$ac_tool_prefix"; then
6050 for ac_prog in dumpbin "link -dump"
6051 do
6052 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6053 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6055 $as_echo_n "checking for $ac_word... " >&6; }
6056 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6057 $as_echo_n "(cached) " >&6
6058 else
6059 if test -n "$DUMPBIN"; then
6060 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6061 else
6062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6063 for as_dir in $PATH
6064 do
6065 IFS=$as_save_IFS
6066 test -z "$as_dir" && as_dir=.
6067 for ac_exec_ext in '' $ac_executable_extensions; do
6068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6069 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6071 break 2
6072 fi
6073 done
6074 done
6075 IFS=$as_save_IFS
6076
6077 fi
6078 fi
6079 DUMPBIN=$ac_cv_prog_DUMPBIN
6080 if test -n "$DUMPBIN"; then
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6082 $as_echo "$DUMPBIN" >&6; }
6083 else
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6085 $as_echo "no" >&6; }
6086 fi
6087
6088
6089 test -n "$DUMPBIN" && break
6090 done
6091 fi
6092 if test -z "$DUMPBIN"; then
6093 ac_ct_DUMPBIN=$DUMPBIN
6094 for ac_prog in dumpbin "link -dump"
6095 do
6096 # Extract the first word of "$ac_prog", so it can be a program name with args.
6097 set dummy $ac_prog; ac_word=$2
6098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6101 $as_echo_n "(cached) " >&6
6102 else
6103 if test -n "$ac_ct_DUMPBIN"; then
6104 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6105 else
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107 for as_dir in $PATH
6108 do
6109 IFS=$as_save_IFS
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
6112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6113 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6115 break 2
6116 fi
6117 done
6118 done
6119 IFS=$as_save_IFS
6120
6121 fi
6122 fi
6123 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6124 if test -n "$ac_ct_DUMPBIN"; then
6125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6126 $as_echo "$ac_ct_DUMPBIN" >&6; }
6127 else
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6129 $as_echo "no" >&6; }
6130 fi
6131
6132
6133 test -n "$ac_ct_DUMPBIN" && break
6134 done
6135
6136 if test "x$ac_ct_DUMPBIN" = x; then
6137 DUMPBIN=":"
6138 else
6139 case $cross_compiling:$ac_tool_warned in
6140 yes:)
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6142 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6143 ac_tool_warned=yes ;;
6144 esac
6145 DUMPBIN=$ac_ct_DUMPBIN
6146 fi
6147 fi
6148
6149 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6150 *COFF*)
6151 DUMPBIN="$DUMPBIN -symbols"
6152 ;;
6153 *)
6154 DUMPBIN=:
6155 ;;
6156 esac
6157 fi
6158
6159 if test "$DUMPBIN" != ":"; then
6160 NM="$DUMPBIN"
6161 fi
6162 fi
6163 test -z "$NM" && NM=nm
6164
6165
6166
6167
6168
6169
6170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6171 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6172 if test "${lt_cv_nm_interface+set}" = set; then :
6173 $as_echo_n "(cached) " >&6
6174 else
6175 lt_cv_nm_interface="BSD nm"
6176 echo "int some_variable = 0;" > conftest.$ac_ext
6177 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6178 (eval "$ac_compile" 2>conftest.err)
6179 cat conftest.err >&5
6180 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6181 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6182 cat conftest.err >&5
6183 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6184 cat conftest.out >&5
6185 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6186 lt_cv_nm_interface="MS dumpbin"
6187 fi
6188 rm -f conftest*
6189 fi
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6191 $as_echo "$lt_cv_nm_interface" >&6; }
6192
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6194 $as_echo_n "checking whether ln -s works... " >&6; }
6195 LN_S=$as_ln_s
6196 if test "$LN_S" = "ln -s"; then
6197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6198 $as_echo "yes" >&6; }
6199 else
6200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6201 $as_echo "no, using $LN_S" >&6; }
6202 fi
6203
6204 # find the maximum length of command line arguments
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6206 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6207 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6208 $as_echo_n "(cached) " >&6
6209 else
6210 i=0
6211 teststring="ABCD"
6212
6213 case $build_os in
6214 msdosdjgpp*)
6215 # On DJGPP, this test can blow up pretty badly due to problems in libc
6216 # (any single argument exceeding 2000 bytes causes a buffer overrun
6217 # during glob expansion). Even if it were fixed, the result of this
6218 # check would be larger than it should be.
6219 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6220 ;;
6221
6222 gnu*)
6223 # Under GNU Hurd, this test is not required because there is
6224 # no limit to the length of command line arguments.
6225 # Libtool will interpret -1 as no limit whatsoever
6226 lt_cv_sys_max_cmd_len=-1;
6227 ;;
6228
6229 cygwin* | mingw* | cegcc*)
6230 # On Win9x/ME, this test blows up -- it succeeds, but takes
6231 # about 5 minutes as the teststring grows exponentially.
6232 # Worse, since 9x/ME are not pre-emptively multitasking,
6233 # you end up with a "frozen" computer, even though with patience
6234 # the test eventually succeeds (with a max line length of 256k).
6235 # Instead, let's just punt: use the minimum linelength reported by
6236 # all of the supported platforms: 8192 (on NT/2K/XP).
6237 lt_cv_sys_max_cmd_len=8192;
6238 ;;
6239
6240 mint*)
6241 # On MiNT this can take a long time and run out of memory.
6242 lt_cv_sys_max_cmd_len=8192;
6243 ;;
6244
6245 amigaos*)
6246 # On AmigaOS with pdksh, this test takes hours, literally.
6247 # So we just punt and use a minimum line length of 8192.
6248 lt_cv_sys_max_cmd_len=8192;
6249 ;;
6250
6251 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6252 # This has been around since 386BSD, at least. Likely further.
6253 if test -x /sbin/sysctl; then
6254 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6255 elif test -x /usr/sbin/sysctl; then
6256 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6257 else
6258 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6259 fi
6260 # And add a safety zone
6261 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6262 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6263 ;;
6264
6265 interix*)
6266 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6267 lt_cv_sys_max_cmd_len=196608
6268 ;;
6269
6270 osf*)
6271 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6272 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6273 # nice to cause kernel panics so lets avoid the loop below.
6274 # First set a reasonable default.
6275 lt_cv_sys_max_cmd_len=16384
6276 #
6277 if test -x /sbin/sysconfig; then
6278 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6279 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6280 esac
6281 fi
6282 ;;
6283 sco3.2v5*)
6284 lt_cv_sys_max_cmd_len=102400
6285 ;;
6286 sysv5* | sco5v6* | sysv4.2uw2*)
6287 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6288 if test -n "$kargmax"; then
6289 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6290 else
6291 lt_cv_sys_max_cmd_len=32768
6292 fi
6293 ;;
6294 *)
6295 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6296 if test -n "$lt_cv_sys_max_cmd_len"; then
6297 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6298 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6299 else
6300 # Make teststring a little bigger before we do anything with it.
6301 # a 1K string should be a reasonable start.
6302 for i in 1 2 3 4 5 6 7 8 ; do
6303 teststring=$teststring$teststring
6304 done
6305 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6306 # If test is not a shell built-in, we'll probably end up computing a
6307 # maximum length that is only half of the actual maximum length, but
6308 # we can't tell.
6309 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6310 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6311 test $i != 17 # 1/2 MB should be enough
6312 do
6313 i=`expr $i + 1`
6314 teststring=$teststring$teststring
6315 done
6316 # Only check the string length outside the loop.
6317 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6318 teststring=
6319 # Add a significant safety factor because C++ compilers can tack on
6320 # massive amounts of additional arguments before passing them to the
6321 # linker. It appears as though 1/2 is a usable value.
6322 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6323 fi
6324 ;;
6325 esac
6326
6327 fi
6328
6329 if test -n $lt_cv_sys_max_cmd_len ; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6331 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6332 else
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6334 $as_echo "none" >&6; }
6335 fi
6336 max_cmd_len=$lt_cv_sys_max_cmd_len
6337
6338
6339
6340
6341
6342
6343 : ${CP="cp -f"}
6344 : ${MV="mv -f"}
6345 : ${RM="rm -f"}
6346
6347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6348 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6349 # Try some XSI features
6350 xsi_shell=no
6351 ( _lt_dummy="a/b/c"
6352 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6353 = c,a/b,, \
6354 && eval 'test $(( 1 + 1 )) -eq 2 \
6355 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6356 && xsi_shell=yes
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6358 $as_echo "$xsi_shell" >&6; }
6359
6360
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6362 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6363 lt_shell_append=no
6364 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6365 >/dev/null 2>&1 \
6366 && lt_shell_append=yes
6367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6368 $as_echo "$lt_shell_append" >&6; }
6369
6370
6371 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6372 lt_unset=unset
6373 else
6374 lt_unset=false
6375 fi
6376
6377
6378
6379
6380
6381 # test EBCDIC or ASCII
6382 case `echo X|tr X '\101'` in
6383 A) # ASCII based system
6384 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6385 lt_SP2NL='tr \040 \012'
6386 lt_NL2SP='tr \015\012 \040\040'
6387 ;;
6388 *) # EBCDIC based system
6389 lt_SP2NL='tr \100 \n'
6390 lt_NL2SP='tr \r\n \100\100'
6391 ;;
6392 esac
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6403 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6404 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6405 $as_echo_n "(cached) " >&6
6406 else
6407 lt_cv_ld_reload_flag='-r'
6408 fi
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6410 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6411 reload_flag=$lt_cv_ld_reload_flag
6412 case $reload_flag in
6413 "" | " "*) ;;
6414 *) reload_flag=" $reload_flag" ;;
6415 esac
6416 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6417 case $host_os in
6418 darwin*)
6419 if test "$GCC" = yes; then
6420 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6421 else
6422 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6423 fi
6424 ;;
6425 esac
6426
6427
6428
6429
6430
6431
6432
6433
6434
6435 if test -n "$ac_tool_prefix"; then
6436 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6437 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6439 $as_echo_n "checking for $ac_word... " >&6; }
6440 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6441 $as_echo_n "(cached) " >&6
6442 else
6443 if test -n "$OBJDUMP"; then
6444 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6445 else
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in $PATH
6448 do
6449 IFS=$as_save_IFS
6450 test -z "$as_dir" && as_dir=.
6451 for ac_exec_ext in '' $ac_executable_extensions; do
6452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6455 break 2
6456 fi
6457 done
6458 done
6459 IFS=$as_save_IFS
6460
6461 fi
6462 fi
6463 OBJDUMP=$ac_cv_prog_OBJDUMP
6464 if test -n "$OBJDUMP"; then
6465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6466 $as_echo "$OBJDUMP" >&6; }
6467 else
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6469 $as_echo "no" >&6; }
6470 fi
6471
6472
6473 fi
6474 if test -z "$ac_cv_prog_OBJDUMP"; then
6475 ac_ct_OBJDUMP=$OBJDUMP
6476 # Extract the first word of "objdump", so it can be a program name with args.
6477 set dummy objdump; ac_word=$2
6478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6479 $as_echo_n "checking for $ac_word... " >&6; }
6480 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6481 $as_echo_n "(cached) " >&6
6482 else
6483 if test -n "$ac_ct_OBJDUMP"; then
6484 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6485 else
6486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6487 for as_dir in $PATH
6488 do
6489 IFS=$as_save_IFS
6490 test -z "$as_dir" && as_dir=.
6491 for ac_exec_ext in '' $ac_executable_extensions; do
6492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6493 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6495 break 2
6496 fi
6497 done
6498 done
6499 IFS=$as_save_IFS
6500
6501 fi
6502 fi
6503 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6504 if test -n "$ac_ct_OBJDUMP"; then
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6506 $as_echo "$ac_ct_OBJDUMP" >&6; }
6507 else
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6509 $as_echo "no" >&6; }
6510 fi
6511
6512 if test "x$ac_ct_OBJDUMP" = x; then
6513 OBJDUMP="false"
6514 else
6515 case $cross_compiling:$ac_tool_warned in
6516 yes:)
6517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6519 ac_tool_warned=yes ;;
6520 esac
6521 OBJDUMP=$ac_ct_OBJDUMP
6522 fi
6523 else
6524 OBJDUMP="$ac_cv_prog_OBJDUMP"
6525 fi
6526
6527 test -z "$OBJDUMP" && OBJDUMP=objdump
6528
6529
6530
6531
6532
6533
6534
6535
6536
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6538 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6539 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6540 $as_echo_n "(cached) " >&6
6541 else
6542 lt_cv_file_magic_cmd='$MAGIC_CMD'
6543 lt_cv_file_magic_test_file=
6544 lt_cv_deplibs_check_method='unknown'
6545 # Need to set the preceding variable on all platforms that support
6546 # interlibrary dependencies.
6547 # 'none' -- dependencies not supported.
6548 # `unknown' -- same as none, but documents that we really don't know.
6549 # 'pass_all' -- all dependencies passed with no checks.
6550 # 'test_compile' -- check by making test program.
6551 # 'file_magic [[regex]]' -- check by looking for files in library path
6552 # which responds to the $file_magic_cmd with a given extended regex.
6553 # If you have `file' or equivalent on your system and you're not sure
6554 # whether `pass_all' will *always* work, you probably want this one.
6555
6556 case $host_os in
6557 aix[4-9]*)
6558 lt_cv_deplibs_check_method=pass_all
6559 ;;
6560
6561 beos*)
6562 lt_cv_deplibs_check_method=pass_all
6563 ;;
6564
6565 bsdi[45]*)
6566 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6567 lt_cv_file_magic_cmd='/usr/bin/file -L'
6568 lt_cv_file_magic_test_file=/shlib/libc.so
6569 ;;
6570
6571 cygwin*)
6572 # func_win32_libid is a shell function defined in ltmain.sh
6573 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6574 lt_cv_file_magic_cmd='func_win32_libid'
6575 ;;
6576
6577 mingw* | pw32*)
6578 # Base MSYS/MinGW do not provide the 'file' command needed by
6579 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6580 # unless we find 'file', for example because we are cross-compiling.
6581 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6582 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6583 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6584 lt_cv_file_magic_cmd='func_win32_libid'
6585 else
6586 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6587 lt_cv_file_magic_cmd='$OBJDUMP -f'
6588 fi
6589 ;;
6590
6591 cegcc*)
6592 # use the weaker test based on 'objdump'. See mingw*.
6593 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6594 lt_cv_file_magic_cmd='$OBJDUMP -f'
6595 ;;
6596
6597 darwin* | rhapsody*)
6598 lt_cv_deplibs_check_method=pass_all
6599 ;;
6600
6601 freebsd* | dragonfly*)
6602 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6603 case $host_cpu in
6604 i*86 )
6605 # Not sure whether the presence of OpenBSD here was a mistake.
6606 # Let's accept both of them until this is cleared up.
6607 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6608 lt_cv_file_magic_cmd=/usr/bin/file
6609 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6610 ;;
6611 esac
6612 else
6613 lt_cv_deplibs_check_method=pass_all
6614 fi
6615 ;;
6616
6617 gnu*)
6618 lt_cv_deplibs_check_method=pass_all
6619 ;;
6620
6621 haiku*)
6622 lt_cv_deplibs_check_method=pass_all
6623 ;;
6624
6625 hpux10.20* | hpux11*)
6626 lt_cv_file_magic_cmd=/usr/bin/file
6627 case $host_cpu in
6628 ia64*)
6629 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6630 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6631 ;;
6632 hppa*64*)
6633 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]'
6634 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6635 ;;
6636 *)
6637 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6638 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6639 ;;
6640 esac
6641 ;;
6642
6643 interix[3-9]*)
6644 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6645 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6646 ;;
6647
6648 irix5* | irix6* | nonstopux*)
6649 case $LD in
6650 *-32|*"-32 ") libmagic=32-bit;;
6651 *-n32|*"-n32 ") libmagic=N32;;
6652 *-64|*"-64 ") libmagic=64-bit;;
6653 *) libmagic=never-match;;
6654 esac
6655 lt_cv_deplibs_check_method=pass_all
6656 ;;
6657
6658 # This must be Linux ELF.
6659 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6660 lt_cv_deplibs_check_method=pass_all
6661 ;;
6662
6663 netbsd*)
6664 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6665 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6666 else
6667 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6668 fi
6669 ;;
6670
6671 newos6*)
6672 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6673 lt_cv_file_magic_cmd=/usr/bin/file
6674 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6675 ;;
6676
6677 *nto* | *qnx*)
6678 lt_cv_deplibs_check_method=pass_all
6679 ;;
6680
6681 openbsd*)
6682 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6683 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6684 else
6685 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6686 fi
6687 ;;
6688
6689 osf3* | osf4* | osf5*)
6690 lt_cv_deplibs_check_method=pass_all
6691 ;;
6692
6693 rdos*)
6694 lt_cv_deplibs_check_method=pass_all
6695 ;;
6696
6697 solaris*)
6698 lt_cv_deplibs_check_method=pass_all
6699 ;;
6700
6701 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6702 lt_cv_deplibs_check_method=pass_all
6703 ;;
6704
6705 sysv4 | sysv4.3*)
6706 case $host_vendor in
6707 motorola)
6708 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]'
6709 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6710 ;;
6711 ncr)
6712 lt_cv_deplibs_check_method=pass_all
6713 ;;
6714 sequent)
6715 lt_cv_file_magic_cmd='/bin/file'
6716 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6717 ;;
6718 sni)
6719 lt_cv_file_magic_cmd='/bin/file'
6720 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6721 lt_cv_file_magic_test_file=/lib/libc.so
6722 ;;
6723 siemens)
6724 lt_cv_deplibs_check_method=pass_all
6725 ;;
6726 pc)
6727 lt_cv_deplibs_check_method=pass_all
6728 ;;
6729 esac
6730 ;;
6731
6732 tpf*)
6733 lt_cv_deplibs_check_method=pass_all
6734 ;;
6735 esac
6736
6737 fi
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6739 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6740 file_magic_cmd=$lt_cv_file_magic_cmd
6741 deplibs_check_method=$lt_cv_deplibs_check_method
6742 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755 if test -n "$ac_tool_prefix"; then
6756 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6757 set dummy ${ac_tool_prefix}ar; ac_word=$2
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6759 $as_echo_n "checking for $ac_word... " >&6; }
6760 if test "${ac_cv_prog_AR+set}" = set; then :
6761 $as_echo_n "(cached) " >&6
6762 else
6763 if test -n "$AR"; then
6764 ac_cv_prog_AR="$AR" # Let the user override the test.
6765 else
6766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6767 for as_dir in $PATH
6768 do
6769 IFS=$as_save_IFS
6770 test -z "$as_dir" && as_dir=.
6771 for ac_exec_ext in '' $ac_executable_extensions; do
6772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6773 ac_cv_prog_AR="${ac_tool_prefix}ar"
6774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6775 break 2
6776 fi
6777 done
6778 done
6779 IFS=$as_save_IFS
6780
6781 fi
6782 fi
6783 AR=$ac_cv_prog_AR
6784 if test -n "$AR"; then
6785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6786 $as_echo "$AR" >&6; }
6787 else
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6789 $as_echo "no" >&6; }
6790 fi
6791
6792
6793 fi
6794 if test -z "$ac_cv_prog_AR"; then
6795 ac_ct_AR=$AR
6796 # Extract the first word of "ar", so it can be a program name with args.
6797 set dummy ar; ac_word=$2
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6799 $as_echo_n "checking for $ac_word... " >&6; }
6800 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6801 $as_echo_n "(cached) " >&6
6802 else
6803 if test -n "$ac_ct_AR"; then
6804 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6805 else
6806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6807 for as_dir in $PATH
6808 do
6809 IFS=$as_save_IFS
6810 test -z "$as_dir" && as_dir=.
6811 for ac_exec_ext in '' $ac_executable_extensions; do
6812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6813 ac_cv_prog_ac_ct_AR="ar"
6814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6815 break 2
6816 fi
6817 done
6818 done
6819 IFS=$as_save_IFS
6820
6821 fi
6822 fi
6823 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6824 if test -n "$ac_ct_AR"; then
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6826 $as_echo "$ac_ct_AR" >&6; }
6827 else
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6829 $as_echo "no" >&6; }
6830 fi
6831
6832 if test "x$ac_ct_AR" = x; then
6833 AR="false"
6834 else
6835 case $cross_compiling:$ac_tool_warned in
6836 yes:)
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6839 ac_tool_warned=yes ;;
6840 esac
6841 AR=$ac_ct_AR
6842 fi
6843 else
6844 AR="$ac_cv_prog_AR"
6845 fi
6846
6847 test -z "$AR" && AR=ar
6848 test -z "$AR_FLAGS" && AR_FLAGS=cru
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860 if test -n "$ac_tool_prefix"; then
6861 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6862 set dummy ${ac_tool_prefix}strip; ac_word=$2
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6864 $as_echo_n "checking for $ac_word... " >&6; }
6865 if test "${ac_cv_prog_STRIP+set}" = set; then :
6866 $as_echo_n "(cached) " >&6
6867 else
6868 if test -n "$STRIP"; then
6869 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6870 else
6871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6872 for as_dir in $PATH
6873 do
6874 IFS=$as_save_IFS
6875 test -z "$as_dir" && as_dir=.
6876 for ac_exec_ext in '' $ac_executable_extensions; do
6877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6878 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6880 break 2
6881 fi
6882 done
6883 done
6884 IFS=$as_save_IFS
6885
6886 fi
6887 fi
6888 STRIP=$ac_cv_prog_STRIP
6889 if test -n "$STRIP"; then
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6891 $as_echo "$STRIP" >&6; }
6892 else
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6894 $as_echo "no" >&6; }
6895 fi
6896
6897
6898 fi
6899 if test -z "$ac_cv_prog_STRIP"; then
6900 ac_ct_STRIP=$STRIP
6901 # Extract the first word of "strip", so it can be a program name with args.
6902 set dummy strip; ac_word=$2
6903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6904 $as_echo_n "checking for $ac_word... " >&6; }
6905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6906 $as_echo_n "(cached) " >&6
6907 else
6908 if test -n "$ac_ct_STRIP"; then
6909 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6910 else
6911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6912 for as_dir in $PATH
6913 do
6914 IFS=$as_save_IFS
6915 test -z "$as_dir" && as_dir=.
6916 for ac_exec_ext in '' $ac_executable_extensions; do
6917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6918 ac_cv_prog_ac_ct_STRIP="strip"
6919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6920 break 2
6921 fi
6922 done
6923 done
6924 IFS=$as_save_IFS
6925
6926 fi
6927 fi
6928 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6929 if test -n "$ac_ct_STRIP"; then
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6931 $as_echo "$ac_ct_STRIP" >&6; }
6932 else
6933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6934 $as_echo "no" >&6; }
6935 fi
6936
6937 if test "x$ac_ct_STRIP" = x; then
6938 STRIP=":"
6939 else
6940 case $cross_compiling:$ac_tool_warned in
6941 yes:)
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6943 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6944 ac_tool_warned=yes ;;
6945 esac
6946 STRIP=$ac_ct_STRIP
6947 fi
6948 else
6949 STRIP="$ac_cv_prog_STRIP"
6950 fi
6951
6952 test -z "$STRIP" && STRIP=:
6953
6954
6955
6956
6957
6958
6959 if test -n "$ac_tool_prefix"; then
6960 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6961 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6963 $as_echo_n "checking for $ac_word... " >&6; }
6964 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6965 $as_echo_n "(cached) " >&6
6966 else
6967 if test -n "$RANLIB"; then
6968 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6969 else
6970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6971 for as_dir in $PATH
6972 do
6973 IFS=$as_save_IFS
6974 test -z "$as_dir" && as_dir=.
6975 for ac_exec_ext in '' $ac_executable_extensions; do
6976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6977 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6979 break 2
6980 fi
6981 done
6982 done
6983 IFS=$as_save_IFS
6984
6985 fi
6986 fi
6987 RANLIB=$ac_cv_prog_RANLIB
6988 if test -n "$RANLIB"; then
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6990 $as_echo "$RANLIB" >&6; }
6991 else
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6993 $as_echo "no" >&6; }
6994 fi
6995
6996
6997 fi
6998 if test -z "$ac_cv_prog_RANLIB"; then
6999 ac_ct_RANLIB=$RANLIB
7000 # Extract the first word of "ranlib", so it can be a program name with args.
7001 set dummy ranlib; ac_word=$2
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7003 $as_echo_n "checking for $ac_word... " >&6; }
7004 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7005 $as_echo_n "(cached) " >&6
7006 else
7007 if test -n "$ac_ct_RANLIB"; then
7008 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7009 else
7010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7011 for as_dir in $PATH
7012 do
7013 IFS=$as_save_IFS
7014 test -z "$as_dir" && as_dir=.
7015 for ac_exec_ext in '' $ac_executable_extensions; do
7016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7017 ac_cv_prog_ac_ct_RANLIB="ranlib"
7018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7019 break 2
7020 fi
7021 done
7022 done
7023 IFS=$as_save_IFS
7024
7025 fi
7026 fi
7027 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7028 if test -n "$ac_ct_RANLIB"; then
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7030 $as_echo "$ac_ct_RANLIB" >&6; }
7031 else
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7033 $as_echo "no" >&6; }
7034 fi
7035
7036 if test "x$ac_ct_RANLIB" = x; then
7037 RANLIB=":"
7038 else
7039 case $cross_compiling:$ac_tool_warned in
7040 yes:)
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7043 ac_tool_warned=yes ;;
7044 esac
7045 RANLIB=$ac_ct_RANLIB
7046 fi
7047 else
7048 RANLIB="$ac_cv_prog_RANLIB"
7049 fi
7050
7051 test -z "$RANLIB" && RANLIB=:
7052
7053
7054
7055
7056
7057
7058 # Determine commands to create old-style static archives.
7059 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7060 old_postinstall_cmds='chmod 644 $oldlib'
7061 old_postuninstall_cmds=
7062
7063 if test -n "$RANLIB"; then
7064 case $host_os in
7065 openbsd*)
7066 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7067 ;;
7068 *)
7069 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7070 ;;
7071 esac
7072 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7073 fi
7074
7075 case $host_os in
7076 darwin*)
7077 lock_old_archive_extraction=yes ;;
7078 *)
7079 lock_old_archive_extraction=no ;;
7080 esac
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102 for ac_prog in gawk mawk nawk awk
7103 do
7104 # Extract the first word of "$ac_prog", so it can be a program name with args.
7105 set dummy $ac_prog; ac_word=$2
7106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7107 $as_echo_n "checking for $ac_word... " >&6; }
7108 if test "${ac_cv_prog_AWK+set}" = set; then :
7109 $as_echo_n "(cached) " >&6
7110 else
7111 if test -n "$AWK"; then
7112 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7113 else
7114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7115 for as_dir in $PATH
7116 do
7117 IFS=$as_save_IFS
7118 test -z "$as_dir" && as_dir=.
7119 for ac_exec_ext in '' $ac_executable_extensions; do
7120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7121 ac_cv_prog_AWK="$ac_prog"
7122 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7123 break 2
7124 fi
7125 done
7126 done
7127 IFS=$as_save_IFS
7128
7129 fi
7130 fi
7131 AWK=$ac_cv_prog_AWK
7132 if test -n "$AWK"; then
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7134 $as_echo "$AWK" >&6; }
7135 else
7136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7137 $as_echo "no" >&6; }
7138 fi
7139
7140
7141 test -n "$AWK" && break
7142 done
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162 # If no C compiler was specified, use CC.
7163 LTCC=${LTCC-"$CC"}
7164
7165 # If no C compiler flags were specified, use CFLAGS.
7166 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7167
7168 # Allow CC to be a program name with arguments.
7169 compiler=$CC
7170
7171
7172 # Check for command to grab the raw symbol name followed by C symbol from nm.
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7174 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7175 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7176 $as_echo_n "(cached) " >&6
7177 else
7178
7179 # These are sane defaults that work on at least a few old systems.
7180 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7181
7182 # Character class describing NM global symbol codes.
7183 symcode='[BCDEGRST]'
7184
7185 # Regexp to match symbols that can be accessed directly from C.
7186 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7187
7188 # Define system-specific variables.
7189 case $host_os in
7190 aix*)
7191 symcode='[BCDT]'
7192 ;;
7193 cygwin* | mingw* | pw32* | cegcc*)
7194 symcode='[ABCDGISTW]'
7195 ;;
7196 hpux*)
7197 if test "$host_cpu" = ia64; then
7198 symcode='[ABCDEGRST]'
7199 fi
7200 ;;
7201 irix* | nonstopux*)
7202 symcode='[BCDEGRST]'
7203 ;;
7204 osf*)
7205 symcode='[BCDEGQRST]'
7206 ;;
7207 solaris*)
7208 symcode='[BDRT]'
7209 ;;
7210 sco3.2v5*)
7211 symcode='[DT]'
7212 ;;
7213 sysv4.2uw2*)
7214 symcode='[DT]'
7215 ;;
7216 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7217 symcode='[ABDT]'
7218 ;;
7219 sysv4)
7220 symcode='[DFNSTU]'
7221 ;;
7222 esac
7223
7224 # If we're using GNU nm, then use its standard symbol codes.
7225 case `$NM -V 2>&1` in
7226 *GNU* | *'with BFD'*)
7227 symcode='[ABCDGIRSTW]' ;;
7228 esac
7229
7230 # Transform an extracted symbol line into a proper C declaration.
7231 # Some systems (esp. on ia64) link data and code symbols differently,
7232 # so use this general approach.
7233 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7234
7235 # Transform an extracted symbol line into symbol name and symbol address
7236 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7237 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'"
7238
7239 # Handle CRLF in mingw tool chain
7240 opt_cr=
7241 case $build_os in
7242 mingw*)
7243 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7244 ;;
7245 esac
7246
7247 # Try without a prefix underscore, then with it.
7248 for ac_symprfx in "" "_"; do
7249
7250 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7251 symxfrm="\\1 $ac_symprfx\\2 \\2"
7252
7253 # Write the raw and C identifiers.
7254 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7255 # Fake it for dumpbin and say T for any non-static function
7256 # and D for any global variable.
7257 # Also find C++ and __fastcall symbols from MSVC++,
7258 # which start with @ or ?.
7259 lt_cv_sys_global_symbol_pipe="$AWK '"\
7260 " {last_section=section; section=\$ 3};"\
7261 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7262 " \$ 0!~/External *\|/{next};"\
7263 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7264 " {if(hide[section]) next};"\
7265 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7266 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7267 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7268 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7269 " ' prfx=^$ac_symprfx"
7270 else
7271 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7272 fi
7273
7274 # Check to see that the pipe works correctly.
7275 pipe_works=no
7276
7277 rm -f conftest*
7278 cat > conftest.$ac_ext <<_LT_EOF
7279 #ifdef __cplusplus
7280 extern "C" {
7281 #endif
7282 char nm_test_var;
7283 void nm_test_func(void);
7284 void nm_test_func(void){}
7285 #ifdef __cplusplus
7286 }
7287 #endif
7288 int main(){nm_test_var='a';nm_test_func();return(0);}
7289 _LT_EOF
7290
7291 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7292 (eval $ac_compile) 2>&5
7293 ac_status=$?
7294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7295 test $ac_status = 0; }; then
7296 # Now try to grab the symbols.
7297 nlist=conftest.nm
7298 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7299 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7300 ac_status=$?
7301 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7302 test $ac_status = 0; } && test -s "$nlist"; then
7303 # Try sorting and uniquifying the output.
7304 if sort "$nlist" | uniq > "$nlist"T; then
7305 mv -f "$nlist"T "$nlist"
7306 else
7307 rm -f "$nlist"T
7308 fi
7309
7310 # Make sure that we snagged all the symbols we need.
7311 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7312 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7313 cat <<_LT_EOF > conftest.$ac_ext
7314 #ifdef __cplusplus
7315 extern "C" {
7316 #endif
7317
7318 _LT_EOF
7319 # Now generate the symbol file.
7320 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7321
7322 cat <<_LT_EOF >> conftest.$ac_ext
7323
7324 /* The mapping between symbol names and symbols. */
7325 const struct {
7326 const char *name;
7327 void *address;
7328 }
7329 lt__PROGRAM__LTX_preloaded_symbols[] =
7330 {
7331 { "@PROGRAM@", (void *) 0 },
7332 _LT_EOF
7333 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7334 cat <<\_LT_EOF >> conftest.$ac_ext
7335 {0, (void *) 0}
7336 };
7337
7338 /* This works around a problem in FreeBSD linker */
7339 #ifdef FREEBSD_WORKAROUND
7340 static const void *lt_preloaded_setup() {
7341 return lt__PROGRAM__LTX_preloaded_symbols;
7342 }
7343 #endif
7344
7345 #ifdef __cplusplus
7346 }
7347 #endif
7348 _LT_EOF
7349 # Now try linking the two files.
7350 mv conftest.$ac_objext conftstm.$ac_objext
7351 lt_save_LIBS="$LIBS"
7352 lt_save_CFLAGS="$CFLAGS"
7353 LIBS="conftstm.$ac_objext"
7354 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7355 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7356 (eval $ac_link) 2>&5
7357 ac_status=$?
7358 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7359 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7360 pipe_works=yes
7361 fi
7362 LIBS="$lt_save_LIBS"
7363 CFLAGS="$lt_save_CFLAGS"
7364 else
7365 echo "cannot find nm_test_func in $nlist" >&5
7366 fi
7367 else
7368 echo "cannot find nm_test_var in $nlist" >&5
7369 fi
7370 else
7371 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7372 fi
7373 else
7374 echo "$progname: failed program was:" >&5
7375 cat conftest.$ac_ext >&5
7376 fi
7377 rm -rf conftest* conftst*
7378
7379 # Do not use the global_symbol_pipe unless it works.
7380 if test "$pipe_works" = yes; then
7381 break
7382 else
7383 lt_cv_sys_global_symbol_pipe=
7384 fi
7385 done
7386
7387 fi
7388
7389 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7390 lt_cv_sys_global_symbol_to_cdecl=
7391 fi
7392 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7394 $as_echo "failed" >&6; }
7395 else
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7397 $as_echo "ok" >&6; }
7398 fi
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421 # Check whether --enable-libtool-lock was given.
7422 if test "${enable_libtool_lock+set}" = set; then :
7423 enableval=$enable_libtool_lock;
7424 fi
7425
7426 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7427
7428 # Some flags need to be propagated to the compiler or linker for good
7429 # libtool support.
7430 case $host in
7431 ia64-*-hpux*)
7432 # Find out which ABI we are using.
7433 echo 'int i;' > conftest.$ac_ext
7434 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7435 (eval $ac_compile) 2>&5
7436 ac_status=$?
7437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7438 test $ac_status = 0; }; then
7439 case `/usr/bin/file conftest.$ac_objext` in
7440 *ELF-32*)
7441 HPUX_IA64_MODE="32"
7442 ;;
7443 *ELF-64*)
7444 HPUX_IA64_MODE="64"
7445 ;;
7446 esac
7447 fi
7448 rm -rf conftest*
7449 ;;
7450 *-*-irix6*)
7451 # Find out which ABI we are using.
7452 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7453 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7454 (eval $ac_compile) 2>&5
7455 ac_status=$?
7456 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7457 test $ac_status = 0; }; then
7458 if test "$lt_cv_prog_gnu_ld" = yes; then
7459 case `/usr/bin/file conftest.$ac_objext` in
7460 *32-bit*)
7461 LD="${LD-ld} -melf32bsmip"
7462 ;;
7463 *N32*)
7464 LD="${LD-ld} -melf32bmipn32"
7465 ;;
7466 *64-bit*)
7467 LD="${LD-ld} -melf64bmip"
7468 ;;
7469 esac
7470 else
7471 case `/usr/bin/file conftest.$ac_objext` in
7472 *32-bit*)
7473 LD="${LD-ld} -32"
7474 ;;
7475 *N32*)
7476 LD="${LD-ld} -n32"
7477 ;;
7478 *64-bit*)
7479 LD="${LD-ld} -64"
7480 ;;
7481 esac
7482 fi
7483 fi
7484 rm -rf conftest*
7485 ;;
7486
7487 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7488 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7489 # Find out which ABI we are using.
7490 echo 'int i;' > conftest.$ac_ext
7491 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7492 (eval $ac_compile) 2>&5
7493 ac_status=$?
7494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7495 test $ac_status = 0; }; then
7496 case `/usr/bin/file conftest.o` in
7497 *32-bit*)
7498 case $host in
7499 x86_64-*kfreebsd*-gnu)
7500 LD="${LD-ld} -m elf_i386_fbsd"
7501 ;;
7502 x86_64-*linux*)
7503 case `/usr/bin/file conftest.o` in
7504 *x86-64*)
7505 LD="${LD-ld} -m elf32_x86_64"
7506 ;;
7507 *)
7508 LD="${LD-ld} -m elf_i386"
7509 ;;
7510 esac
7511 ;;
7512 powerpc64le-*linux*)
7513 LD="${LD-ld} -m elf32lppclinux"
7514 ;;
7515 powerpc64-*linux*)
7516 LD="${LD-ld} -m elf32ppclinux"
7517 ;;
7518 s390x-*linux*)
7519 LD="${LD-ld} -m elf_s390"
7520 ;;
7521 sparc64-*linux*)
7522 LD="${LD-ld} -m elf32_sparc"
7523 ;;
7524 esac
7525 ;;
7526 *64-bit*)
7527 case $host in
7528 x86_64-*kfreebsd*-gnu)
7529 LD="${LD-ld} -m elf_x86_64_fbsd"
7530 ;;
7531 x86_64-*linux*)
7532 LD="${LD-ld} -m elf_x86_64"
7533 ;;
7534 powerpcle-*linux*)
7535 LD="${LD-ld} -m elf64lppc"
7536 ;;
7537 powerpc-*linux*)
7538 LD="${LD-ld} -m elf64ppc"
7539 ;;
7540 s390*-*linux*|s390*-*tpf*)
7541 LD="${LD-ld} -m elf64_s390"
7542 ;;
7543 sparc*-*linux*)
7544 LD="${LD-ld} -m elf64_sparc"
7545 ;;
7546 esac
7547 ;;
7548 esac
7549 fi
7550 rm -rf conftest*
7551 ;;
7552
7553 *-*-sco3.2v5*)
7554 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7555 SAVE_CFLAGS="$CFLAGS"
7556 CFLAGS="$CFLAGS -belf"
7557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7558 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7559 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7560 $as_echo_n "(cached) " >&6
7561 else
7562 ac_ext=c
7563 ac_cpp='$CPP $CPPFLAGS'
7564 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7565 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7566 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7567
7568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7569 /* end confdefs.h. */
7570
7571 int
7572 main ()
7573 {
7574
7575 ;
7576 return 0;
7577 }
7578 _ACEOF
7579 if ac_fn_c_try_link "$LINENO"; then :
7580 lt_cv_cc_needs_belf=yes
7581 else
7582 lt_cv_cc_needs_belf=no
7583 fi
7584 rm -f core conftest.err conftest.$ac_objext \
7585 conftest$ac_exeext conftest.$ac_ext
7586 ac_ext=c
7587 ac_cpp='$CPP $CPPFLAGS'
7588 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7589 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7590 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7591
7592 fi
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7594 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7595 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7596 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7597 CFLAGS="$SAVE_CFLAGS"
7598 fi
7599 ;;
7600 sparc*-*solaris*)
7601 # Find out which ABI we are using.
7602 echo 'int i;' > conftest.$ac_ext
7603 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7604 (eval $ac_compile) 2>&5
7605 ac_status=$?
7606 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7607 test $ac_status = 0; }; then
7608 case `/usr/bin/file conftest.o` in
7609 *64-bit*)
7610 case $lt_cv_prog_gnu_ld in
7611 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7612 *)
7613 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7614 LD="${LD-ld} -64"
7615 fi
7616 ;;
7617 esac
7618 ;;
7619 esac
7620 fi
7621 rm -rf conftest*
7622 ;;
7623 esac
7624
7625 need_locks="$enable_libtool_lock"
7626
7627
7628 case $host_os in
7629 rhapsody* | darwin*)
7630 if test -n "$ac_tool_prefix"; then
7631 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7632 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7634 $as_echo_n "checking for $ac_word... " >&6; }
7635 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7636 $as_echo_n "(cached) " >&6
7637 else
7638 if test -n "$DSYMUTIL"; then
7639 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7640 else
7641 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7642 for as_dir in $PATH
7643 do
7644 IFS=$as_save_IFS
7645 test -z "$as_dir" && as_dir=.
7646 for ac_exec_ext in '' $ac_executable_extensions; do
7647 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7648 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7650 break 2
7651 fi
7652 done
7653 done
7654 IFS=$as_save_IFS
7655
7656 fi
7657 fi
7658 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7659 if test -n "$DSYMUTIL"; then
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7661 $as_echo "$DSYMUTIL" >&6; }
7662 else
7663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7664 $as_echo "no" >&6; }
7665 fi
7666
7667
7668 fi
7669 if test -z "$ac_cv_prog_DSYMUTIL"; then
7670 ac_ct_DSYMUTIL=$DSYMUTIL
7671 # Extract the first word of "dsymutil", so it can be a program name with args.
7672 set dummy dsymutil; ac_word=$2
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7674 $as_echo_n "checking for $ac_word... " >&6; }
7675 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7676 $as_echo_n "(cached) " >&6
7677 else
7678 if test -n "$ac_ct_DSYMUTIL"; then
7679 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7680 else
7681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7682 for as_dir in $PATH
7683 do
7684 IFS=$as_save_IFS
7685 test -z "$as_dir" && as_dir=.
7686 for ac_exec_ext in '' $ac_executable_extensions; do
7687 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7688 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7689 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7690 break 2
7691 fi
7692 done
7693 done
7694 IFS=$as_save_IFS
7695
7696 fi
7697 fi
7698 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7699 if test -n "$ac_ct_DSYMUTIL"; then
7700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7701 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7702 else
7703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7704 $as_echo "no" >&6; }
7705 fi
7706
7707 if test "x$ac_ct_DSYMUTIL" = x; then
7708 DSYMUTIL=":"
7709 else
7710 case $cross_compiling:$ac_tool_warned in
7711 yes:)
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7713 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7714 ac_tool_warned=yes ;;
7715 esac
7716 DSYMUTIL=$ac_ct_DSYMUTIL
7717 fi
7718 else
7719 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7720 fi
7721
7722 if test -n "$ac_tool_prefix"; then
7723 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7724 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7726 $as_echo_n "checking for $ac_word... " >&6; }
7727 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7728 $as_echo_n "(cached) " >&6
7729 else
7730 if test -n "$NMEDIT"; then
7731 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7732 else
7733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7734 for as_dir in $PATH
7735 do
7736 IFS=$as_save_IFS
7737 test -z "$as_dir" && as_dir=.
7738 for ac_exec_ext in '' $ac_executable_extensions; do
7739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7740 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7741 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7742 break 2
7743 fi
7744 done
7745 done
7746 IFS=$as_save_IFS
7747
7748 fi
7749 fi
7750 NMEDIT=$ac_cv_prog_NMEDIT
7751 if test -n "$NMEDIT"; then
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7753 $as_echo "$NMEDIT" >&6; }
7754 else
7755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7756 $as_echo "no" >&6; }
7757 fi
7758
7759
7760 fi
7761 if test -z "$ac_cv_prog_NMEDIT"; then
7762 ac_ct_NMEDIT=$NMEDIT
7763 # Extract the first word of "nmedit", so it can be a program name with args.
7764 set dummy nmedit; ac_word=$2
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7766 $as_echo_n "checking for $ac_word... " >&6; }
7767 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7768 $as_echo_n "(cached) " >&6
7769 else
7770 if test -n "$ac_ct_NMEDIT"; then
7771 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7772 else
7773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7774 for as_dir in $PATH
7775 do
7776 IFS=$as_save_IFS
7777 test -z "$as_dir" && as_dir=.
7778 for ac_exec_ext in '' $ac_executable_extensions; do
7779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7780 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7782 break 2
7783 fi
7784 done
7785 done
7786 IFS=$as_save_IFS
7787
7788 fi
7789 fi
7790 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7791 if test -n "$ac_ct_NMEDIT"; then
7792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7793 $as_echo "$ac_ct_NMEDIT" >&6; }
7794 else
7795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7796 $as_echo "no" >&6; }
7797 fi
7798
7799 if test "x$ac_ct_NMEDIT" = x; then
7800 NMEDIT=":"
7801 else
7802 case $cross_compiling:$ac_tool_warned in
7803 yes:)
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7805 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7806 ac_tool_warned=yes ;;
7807 esac
7808 NMEDIT=$ac_ct_NMEDIT
7809 fi
7810 else
7811 NMEDIT="$ac_cv_prog_NMEDIT"
7812 fi
7813
7814 if test -n "$ac_tool_prefix"; then
7815 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7816 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7818 $as_echo_n "checking for $ac_word... " >&6; }
7819 if test "${ac_cv_prog_LIPO+set}" = set; then :
7820 $as_echo_n "(cached) " >&6
7821 else
7822 if test -n "$LIPO"; then
7823 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7824 else
7825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7826 for as_dir in $PATH
7827 do
7828 IFS=$as_save_IFS
7829 test -z "$as_dir" && as_dir=.
7830 for ac_exec_ext in '' $ac_executable_extensions; do
7831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7832 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7833 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7834 break 2
7835 fi
7836 done
7837 done
7838 IFS=$as_save_IFS
7839
7840 fi
7841 fi
7842 LIPO=$ac_cv_prog_LIPO
7843 if test -n "$LIPO"; then
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7845 $as_echo "$LIPO" >&6; }
7846 else
7847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7848 $as_echo "no" >&6; }
7849 fi
7850
7851
7852 fi
7853 if test -z "$ac_cv_prog_LIPO"; then
7854 ac_ct_LIPO=$LIPO
7855 # Extract the first word of "lipo", so it can be a program name with args.
7856 set dummy lipo; ac_word=$2
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7858 $as_echo_n "checking for $ac_word... " >&6; }
7859 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7860 $as_echo_n "(cached) " >&6
7861 else
7862 if test -n "$ac_ct_LIPO"; then
7863 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7864 else
7865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7866 for as_dir in $PATH
7867 do
7868 IFS=$as_save_IFS
7869 test -z "$as_dir" && as_dir=.
7870 for ac_exec_ext in '' $ac_executable_extensions; do
7871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7872 ac_cv_prog_ac_ct_LIPO="lipo"
7873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7874 break 2
7875 fi
7876 done
7877 done
7878 IFS=$as_save_IFS
7879
7880 fi
7881 fi
7882 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7883 if test -n "$ac_ct_LIPO"; then
7884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7885 $as_echo "$ac_ct_LIPO" >&6; }
7886 else
7887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7888 $as_echo "no" >&6; }
7889 fi
7890
7891 if test "x$ac_ct_LIPO" = x; then
7892 LIPO=":"
7893 else
7894 case $cross_compiling:$ac_tool_warned in
7895 yes:)
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7897 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7898 ac_tool_warned=yes ;;
7899 esac
7900 LIPO=$ac_ct_LIPO
7901 fi
7902 else
7903 LIPO="$ac_cv_prog_LIPO"
7904 fi
7905
7906 if test -n "$ac_tool_prefix"; then
7907 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7908 set dummy ${ac_tool_prefix}otool; ac_word=$2
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7910 $as_echo_n "checking for $ac_word... " >&6; }
7911 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7912 $as_echo_n "(cached) " >&6
7913 else
7914 if test -n "$OTOOL"; then
7915 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7916 else
7917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7918 for as_dir in $PATH
7919 do
7920 IFS=$as_save_IFS
7921 test -z "$as_dir" && as_dir=.
7922 for ac_exec_ext in '' $ac_executable_extensions; do
7923 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7924 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7926 break 2
7927 fi
7928 done
7929 done
7930 IFS=$as_save_IFS
7931
7932 fi
7933 fi
7934 OTOOL=$ac_cv_prog_OTOOL
7935 if test -n "$OTOOL"; then
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7937 $as_echo "$OTOOL" >&6; }
7938 else
7939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7940 $as_echo "no" >&6; }
7941 fi
7942
7943
7944 fi
7945 if test -z "$ac_cv_prog_OTOOL"; then
7946 ac_ct_OTOOL=$OTOOL
7947 # Extract the first word of "otool", so it can be a program name with args.
7948 set dummy otool; ac_word=$2
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7950 $as_echo_n "checking for $ac_word... " >&6; }
7951 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7952 $as_echo_n "(cached) " >&6
7953 else
7954 if test -n "$ac_ct_OTOOL"; then
7955 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7956 else
7957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7958 for as_dir in $PATH
7959 do
7960 IFS=$as_save_IFS
7961 test -z "$as_dir" && as_dir=.
7962 for ac_exec_ext in '' $ac_executable_extensions; do
7963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7964 ac_cv_prog_ac_ct_OTOOL="otool"
7965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7966 break 2
7967 fi
7968 done
7969 done
7970 IFS=$as_save_IFS
7971
7972 fi
7973 fi
7974 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7975 if test -n "$ac_ct_OTOOL"; then
7976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7977 $as_echo "$ac_ct_OTOOL" >&6; }
7978 else
7979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7980 $as_echo "no" >&6; }
7981 fi
7982
7983 if test "x$ac_ct_OTOOL" = x; then
7984 OTOOL=":"
7985 else
7986 case $cross_compiling:$ac_tool_warned in
7987 yes:)
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7990 ac_tool_warned=yes ;;
7991 esac
7992 OTOOL=$ac_ct_OTOOL
7993 fi
7994 else
7995 OTOOL="$ac_cv_prog_OTOOL"
7996 fi
7997
7998 if test -n "$ac_tool_prefix"; then
7999 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8000 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8002 $as_echo_n "checking for $ac_word... " >&6; }
8003 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8004 $as_echo_n "(cached) " >&6
8005 else
8006 if test -n "$OTOOL64"; then
8007 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8008 else
8009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8010 for as_dir in $PATH
8011 do
8012 IFS=$as_save_IFS
8013 test -z "$as_dir" && as_dir=.
8014 for ac_exec_ext in '' $ac_executable_extensions; do
8015 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8016 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8018 break 2
8019 fi
8020 done
8021 done
8022 IFS=$as_save_IFS
8023
8024 fi
8025 fi
8026 OTOOL64=$ac_cv_prog_OTOOL64
8027 if test -n "$OTOOL64"; then
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8029 $as_echo "$OTOOL64" >&6; }
8030 else
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8032 $as_echo "no" >&6; }
8033 fi
8034
8035
8036 fi
8037 if test -z "$ac_cv_prog_OTOOL64"; then
8038 ac_ct_OTOOL64=$OTOOL64
8039 # Extract the first word of "otool64", so it can be a program name with args.
8040 set dummy otool64; ac_word=$2
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8042 $as_echo_n "checking for $ac_word... " >&6; }
8043 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8044 $as_echo_n "(cached) " >&6
8045 else
8046 if test -n "$ac_ct_OTOOL64"; then
8047 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8048 else
8049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8050 for as_dir in $PATH
8051 do
8052 IFS=$as_save_IFS
8053 test -z "$as_dir" && as_dir=.
8054 for ac_exec_ext in '' $ac_executable_extensions; do
8055 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8056 ac_cv_prog_ac_ct_OTOOL64="otool64"
8057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8058 break 2
8059 fi
8060 done
8061 done
8062 IFS=$as_save_IFS
8063
8064 fi
8065 fi
8066 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8067 if test -n "$ac_ct_OTOOL64"; then
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8069 $as_echo "$ac_ct_OTOOL64" >&6; }
8070 else
8071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8072 $as_echo "no" >&6; }
8073 fi
8074
8075 if test "x$ac_ct_OTOOL64" = x; then
8076 OTOOL64=":"
8077 else
8078 case $cross_compiling:$ac_tool_warned in
8079 yes:)
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8081 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8082 ac_tool_warned=yes ;;
8083 esac
8084 OTOOL64=$ac_ct_OTOOL64
8085 fi
8086 else
8087 OTOOL64="$ac_cv_prog_OTOOL64"
8088 fi
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114
8115
8116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8117 $as_echo_n "checking for -single_module linker flag... " >&6; }
8118 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8119 $as_echo_n "(cached) " >&6
8120 else
8121 lt_cv_apple_cc_single_mod=no
8122 if test -z "${LT_MULTI_MODULE}"; then
8123 # By default we will add the -single_module flag. You can override
8124 # by either setting the environment variable LT_MULTI_MODULE
8125 # non-empty at configure time, or by adding -multi_module to the
8126 # link flags.
8127 rm -rf libconftest.dylib*
8128 echo "int foo(void){return 1;}" > conftest.c
8129 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8130 -dynamiclib -Wl,-single_module conftest.c" >&5
8131 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8132 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8133 _lt_result=$?
8134 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8135 lt_cv_apple_cc_single_mod=yes
8136 else
8137 cat conftest.err >&5
8138 fi
8139 rm -rf libconftest.dylib*
8140 rm -f conftest.*
8141 fi
8142 fi
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8144 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8146 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8147 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8148 $as_echo_n "(cached) " >&6
8149 else
8150 lt_cv_ld_exported_symbols_list=no
8151 save_LDFLAGS=$LDFLAGS
8152 echo "_main" > conftest.sym
8153 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8155 /* end confdefs.h. */
8156
8157 int
8158 main ()
8159 {
8160
8161 ;
8162 return 0;
8163 }
8164 _ACEOF
8165 if ac_fn_c_try_link "$LINENO"; then :
8166 lt_cv_ld_exported_symbols_list=yes
8167 else
8168 lt_cv_ld_exported_symbols_list=no
8169 fi
8170 rm -f core conftest.err conftest.$ac_objext \
8171 conftest$ac_exeext conftest.$ac_ext
8172 LDFLAGS="$save_LDFLAGS"
8173
8174 fi
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8176 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8178 $as_echo_n "checking for -force_load linker flag... " >&6; }
8179 if test "${lt_cv_ld_force_load+set}" = set; then :
8180 $as_echo_n "(cached) " >&6
8181 else
8182 lt_cv_ld_force_load=no
8183 cat > conftest.c << _LT_EOF
8184 int forced_loaded() { return 2;}
8185 _LT_EOF
8186 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8187 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8188 echo "$AR cru libconftest.a conftest.o" >&5
8189 $AR cru libconftest.a conftest.o 2>&5
8190 cat > conftest.c << _LT_EOF
8191 int main() { return 0;}
8192 _LT_EOF
8193 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8194 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8195 _lt_result=$?
8196 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8197 lt_cv_ld_force_load=yes
8198 else
8199 cat conftest.err >&5
8200 fi
8201 rm -f conftest.err libconftest.a conftest conftest.c
8202 rm -rf conftest.dSYM
8203
8204 fi
8205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8206 $as_echo "$lt_cv_ld_force_load" >&6; }
8207 case $host_os in
8208 rhapsody* | darwin1.[012])
8209 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8210 darwin1.*)
8211 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8212 darwin*) # darwin 5.x on
8213 # if running on 10.5 or later, the deployment target defaults
8214 # to the OS version, if on x86, and 10.4, the deployment
8215 # target defaults to 10.4. Don't you love it?
8216 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8217 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8218 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8219 10.[012][,.]*)
8220 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8221 10.*)
8222 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8223 esac
8224 ;;
8225 esac
8226 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8227 _lt_dar_single_mod='$single_module'
8228 fi
8229 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8230 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8231 else
8232 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8233 fi
8234 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8235 _lt_dsymutil='~$DSYMUTIL $lib || :'
8236 else
8237 _lt_dsymutil=
8238 fi
8239 ;;
8240 esac
8241
8242 for ac_header in dlfcn.h
8243 do :
8244 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8245 "
8246 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8247 cat >>confdefs.h <<_ACEOF
8248 #define HAVE_DLFCN_H 1
8249 _ACEOF
8250
8251 fi
8252
8253 done
8254
8255
8256
8257 # autoconf.info says this should be called right after AC_INIT.
8258 ac_config_headers="$ac_config_headers config.h:config.in"
8259
8260
8261
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8263 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8264 if test "${ac_cv_c_bigendian+set}" = set; then :
8265 $as_echo_n "(cached) " >&6
8266 else
8267 ac_cv_c_bigendian=unknown
8268 # See if we're dealing with a universal compiler.
8269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8270 /* end confdefs.h. */
8271 #ifndef __APPLE_CC__
8272 not a universal capable compiler
8273 #endif
8274 typedef int dummy;
8275
8276 _ACEOF
8277 if ac_fn_c_try_compile "$LINENO"; then :
8278
8279 # Check for potential -arch flags. It is not universal unless
8280 # there are at least two -arch flags with different values.
8281 ac_arch=
8282 ac_prev=
8283 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8284 if test -n "$ac_prev"; then
8285 case $ac_word in
8286 i?86 | x86_64 | ppc | ppc64)
8287 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8288 ac_arch=$ac_word
8289 else
8290 ac_cv_c_bigendian=universal
8291 break
8292 fi
8293 ;;
8294 esac
8295 ac_prev=
8296 elif test "x$ac_word" = "x-arch"; then
8297 ac_prev=arch
8298 fi
8299 done
8300 fi
8301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8302 if test $ac_cv_c_bigendian = unknown; then
8303 # See if sys/param.h defines the BYTE_ORDER macro.
8304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8305 /* end confdefs.h. */
8306 #include <sys/types.h>
8307 #include <sys/param.h>
8308
8309 int
8310 main ()
8311 {
8312 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8313 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8314 && LITTLE_ENDIAN)
8315 bogus endian macros
8316 #endif
8317
8318 ;
8319 return 0;
8320 }
8321 _ACEOF
8322 if ac_fn_c_try_compile "$LINENO"; then :
8323 # It does; now see whether it defined to BIG_ENDIAN or not.
8324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8325 /* end confdefs.h. */
8326 #include <sys/types.h>
8327 #include <sys/param.h>
8328
8329 int
8330 main ()
8331 {
8332 #if BYTE_ORDER != BIG_ENDIAN
8333 not big endian
8334 #endif
8335
8336 ;
8337 return 0;
8338 }
8339 _ACEOF
8340 if ac_fn_c_try_compile "$LINENO"; then :
8341 ac_cv_c_bigendian=yes
8342 else
8343 ac_cv_c_bigendian=no
8344 fi
8345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8346 fi
8347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348 fi
8349 if test $ac_cv_c_bigendian = unknown; then
8350 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8352 /* end confdefs.h. */
8353 #include <limits.h>
8354
8355 int
8356 main ()
8357 {
8358 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8359 bogus endian macros
8360 #endif
8361
8362 ;
8363 return 0;
8364 }
8365 _ACEOF
8366 if ac_fn_c_try_compile "$LINENO"; then :
8367 # It does; now see whether it defined to _BIG_ENDIAN or not.
8368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8369 /* end confdefs.h. */
8370 #include <limits.h>
8371
8372 int
8373 main ()
8374 {
8375 #ifndef _BIG_ENDIAN
8376 not big endian
8377 #endif
8378
8379 ;
8380 return 0;
8381 }
8382 _ACEOF
8383 if ac_fn_c_try_compile "$LINENO"; then :
8384 ac_cv_c_bigendian=yes
8385 else
8386 ac_cv_c_bigendian=no
8387 fi
8388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8389 fi
8390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8391 fi
8392 if test $ac_cv_c_bigendian = unknown; then
8393 # Compile a test program.
8394 if test "$cross_compiling" = yes; then :
8395 # Try to guess by grepping values from an object file.
8396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8397 /* end confdefs.h. */
8398 short int ascii_mm[] =
8399 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8400 short int ascii_ii[] =
8401 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8402 int use_ascii (int i) {
8403 return ascii_mm[i] + ascii_ii[i];
8404 }
8405 short int ebcdic_ii[] =
8406 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8407 short int ebcdic_mm[] =
8408 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8409 int use_ebcdic (int i) {
8410 return ebcdic_mm[i] + ebcdic_ii[i];
8411 }
8412 extern int foo;
8413
8414 int
8415 main ()
8416 {
8417 return use_ascii (foo) == use_ebcdic (foo);
8418 ;
8419 return 0;
8420 }
8421 _ACEOF
8422 if ac_fn_c_try_compile "$LINENO"; then :
8423 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8424 ac_cv_c_bigendian=yes
8425 fi
8426 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8427 if test "$ac_cv_c_bigendian" = unknown; then
8428 ac_cv_c_bigendian=no
8429 else
8430 # finding both strings is unlikely to happen, but who knows?
8431 ac_cv_c_bigendian=unknown
8432 fi
8433 fi
8434 fi
8435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8436 else
8437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8438 /* end confdefs.h. */
8439 $ac_includes_default
8440 int
8441 main ()
8442 {
8443
8444 /* Are we little or big endian? From Harbison&Steele. */
8445 union
8446 {
8447 long int l;
8448 char c[sizeof (long int)];
8449 } u;
8450 u.l = 1;
8451 return u.c[sizeof (long int) - 1] == 1;
8452
8453 ;
8454 return 0;
8455 }
8456 _ACEOF
8457 if ac_fn_c_try_run "$LINENO"; then :
8458 ac_cv_c_bigendian=no
8459 else
8460 ac_cv_c_bigendian=yes
8461 fi
8462 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8463 conftest.$ac_objext conftest.beam conftest.$ac_ext
8464 fi
8465
8466 fi
8467 fi
8468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8469 $as_echo "$ac_cv_c_bigendian" >&6; }
8470 case $ac_cv_c_bigendian in #(
8471 yes)
8472 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8473 ;; #(
8474 no)
8475 ;; #(
8476 universal)
8477
8478 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8479
8480 ;; #(
8481 *)
8482 as_fn_error "unknown endianness
8483 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8484 esac
8485
8486
8487
8488
8489 # Put a plausible default for CC_FOR_BUILD in Makefile.
8490 if test "x$cross_compiling" = "xno"; then
8491 CC_FOR_BUILD='$(CC)'
8492 else
8493 CC_FOR_BUILD=gcc
8494 fi
8495
8496
8497
8498
8499 AR=${AR-ar}
8500
8501 if test -n "$ac_tool_prefix"; then
8502 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8503 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8505 $as_echo_n "checking for $ac_word... " >&6; }
8506 if test "${ac_cv_prog_RANLIB+set}" = set; then :
8507 $as_echo_n "(cached) " >&6
8508 else
8509 if test -n "$RANLIB"; then
8510 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8511 else
8512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8513 for as_dir in $PATH
8514 do
8515 IFS=$as_save_IFS
8516 test -z "$as_dir" && as_dir=.
8517 for ac_exec_ext in '' $ac_executable_extensions; do
8518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8519 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8521 break 2
8522 fi
8523 done
8524 done
8525 IFS=$as_save_IFS
8526
8527 fi
8528 fi
8529 RANLIB=$ac_cv_prog_RANLIB
8530 if test -n "$RANLIB"; then
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8532 $as_echo "$RANLIB" >&6; }
8533 else
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8535 $as_echo "no" >&6; }
8536 fi
8537
8538
8539 fi
8540 if test -z "$ac_cv_prog_RANLIB"; then
8541 ac_ct_RANLIB=$RANLIB
8542 # Extract the first word of "ranlib", so it can be a program name with args.
8543 set dummy ranlib; ac_word=$2
8544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8545 $as_echo_n "checking for $ac_word... " >&6; }
8546 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8547 $as_echo_n "(cached) " >&6
8548 else
8549 if test -n "$ac_ct_RANLIB"; then
8550 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8551 else
8552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8553 for as_dir in $PATH
8554 do
8555 IFS=$as_save_IFS
8556 test -z "$as_dir" && as_dir=.
8557 for ac_exec_ext in '' $ac_executable_extensions; do
8558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8559 ac_cv_prog_ac_ct_RANLIB="ranlib"
8560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8561 break 2
8562 fi
8563 done
8564 done
8565 IFS=$as_save_IFS
8566
8567 fi
8568 fi
8569 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8570 if test -n "$ac_ct_RANLIB"; then
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8572 $as_echo "$ac_ct_RANLIB" >&6; }
8573 else
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8575 $as_echo "no" >&6; }
8576 fi
8577
8578 if test "x$ac_ct_RANLIB" = x; then
8579 RANLIB=":"
8580 else
8581 case $cross_compiling:$ac_tool_warned in
8582 yes:)
8583 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8584 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8585 ac_tool_warned=yes ;;
8586 esac
8587 RANLIB=$ac_ct_RANLIB
8588 fi
8589 else
8590 RANLIB="$ac_cv_prog_RANLIB"
8591 fi
8592
8593
8594 # Some of the common include files depend on bfd.h, and bfd.h checks
8595 # that config.h is included first by testing that the PACKAGE macro
8596 # is defined.
8597 PACKAGE=sim
8598
8599 cat >>confdefs.h <<_ACEOF
8600 #define PACKAGE "$PACKAGE"
8601 _ACEOF
8602
8603
8604
8605 # Dependency checking.
8606 ac_config_commands="$ac_config_commands depdir"
8607
8608
8609 depcc="$CC" am_compiler_list=
8610
8611 am_depcomp=$ac_aux_dir/depcomp
8612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8613 $as_echo_n "checking dependency style of $depcc... " >&6; }
8614 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8615 $as_echo_n "(cached) " >&6
8616 else
8617 if test -f "$am_depcomp"; then
8618 # We make a subdir and do the tests there. Otherwise we can end up
8619 # making bogus files that we don't know about and never remove. For
8620 # instance it was reported that on HP-UX the gcc test will end up
8621 # making a dummy file named `D' -- because `-MD' means `put the output
8622 # in D'.
8623 mkdir conftest.dir
8624 # Copy depcomp to subdir because otherwise we won't find it if we're
8625 # using a relative directory.
8626 cp "$am_depcomp" conftest.dir
8627 cd conftest.dir
8628 # We will build objects and dependencies in a subdirectory because
8629 # it helps to detect inapplicable dependency modes. For instance
8630 # both Tru64's cc and ICC support -MD to output dependencies as a
8631 # side effect of compilation, but ICC will put the dependencies in
8632 # the current directory while Tru64 will put them in the object
8633 # directory.
8634 mkdir sub
8635
8636 am_cv_CC_dependencies_compiler_type=none
8637 if test "$am_compiler_list" = ""; then
8638 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8639 fi
8640 for depmode in $am_compiler_list; do
8641 if test $depmode = none; then break; fi
8642
8643 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8644 # Setup a source with many dependencies, because some compilers
8645 # like to wrap large dependency lists on column 80 (with \), and
8646 # we should not choose a depcomp mode which is confused by this.
8647 #
8648 # We need to recreate these files for each test, as the compiler may
8649 # overwrite some of them when testing with obscure command lines.
8650 # This happens at least with the AIX C compiler.
8651 : > sub/conftest.c
8652 for i in 1 2 3 4 5 6; do
8653 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8654 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8655 # Solaris 8's {/usr,}/bin/sh.
8656 touch sub/conftst$i.h
8657 done
8658 echo "include sub/conftest.Po" > confmf
8659
8660 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8661 # mode. It turns out that the SunPro C++ compiler does not properly
8662 # handle `-M -o', and we need to detect this.
8663 depcmd="depmode=$depmode \
8664 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8665 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8666 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8667 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8668 if env $depcmd > conftest.err 2>&1 &&
8669 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8670 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8671 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8672 # icc doesn't choke on unknown options, it will just issue warnings
8673 # or remarks (even with -Werror). So we grep stderr for any message
8674 # that says an option was ignored or not supported.
8675 # When given -MP, icc 7.0 and 7.1 complain thusly:
8676 # icc: Command line warning: ignoring option '-M'; no argument required
8677 # The diagnosis changed in icc 8.0:
8678 # icc: Command line remark: option '-MP' not supported
8679 if (grep 'ignoring option' conftest.err ||
8680 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8681 am_cv_CC_dependencies_compiler_type=$depmode
8682 $as_echo "$as_me:$LINENO: success" >&5
8683 break
8684 fi
8685 fi
8686 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8687 sed -e 's/^/| /' < conftest.err >&5
8688 done
8689
8690 cd ..
8691 rm -rf conftest.dir
8692 else
8693 am_cv_CC_dependencies_compiler_type=none
8694 fi
8695
8696 fi
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8698 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8699 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8700 then as_fn_error "no usable dependency style found" "$LINENO" 5
8701 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8702
8703 fi
8704
8705
8706 # Check for the 'make' the user wants to use.
8707 for ac_prog in make
8708 do
8709 # Extract the first word of "$ac_prog", so it can be a program name with args.
8710 set dummy $ac_prog; ac_word=$2
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8712 $as_echo_n "checking for $ac_word... " >&6; }
8713 if test "${ac_cv_prog_MAKE+set}" = set; then :
8714 $as_echo_n "(cached) " >&6
8715 else
8716 if test -n "$MAKE"; then
8717 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8718 else
8719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8720 for as_dir in $PATH
8721 do
8722 IFS=$as_save_IFS
8723 test -z "$as_dir" && as_dir=.
8724 for ac_exec_ext in '' $ac_executable_extensions; do
8725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8726 ac_cv_prog_MAKE="$ac_prog"
8727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8728 break 2
8729 fi
8730 done
8731 done
8732 IFS=$as_save_IFS
8733
8734 fi
8735 fi
8736 MAKE=$ac_cv_prog_MAKE
8737 if test -n "$MAKE"; then
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8739 $as_echo "$MAKE" >&6; }
8740 else
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8742 $as_echo "no" >&6; }
8743 fi
8744
8745
8746 test -n "$MAKE" && break
8747 done
8748
8749 MAKE_IS_GNU=
8750 case "`$MAKE --version 2>&1 | sed 1q`" in
8751 *GNU*)
8752 MAKE_IS_GNU=yes
8753 ;;
8754 esac
8755 if test "$MAKE_IS_GNU" = yes; then
8756 GMAKE_TRUE=
8757 GMAKE_FALSE='#'
8758 else
8759 GMAKE_TRUE='#'
8760 GMAKE_FALSE=
8761 fi
8762
8763
8764 ALL_LINGUAS=
8765 # If we haven't got the data from the intl directory,
8766 # assume NLS is disabled.
8767 USE_NLS=no
8768 LIBINTL=
8769 LIBINTL_DEP=
8770 INCINTL=
8771 XGETTEXT=
8772 GMSGFMT=
8773 POSUB=
8774
8775 if test -f ../../intl/config.intl; then
8776 . ../../intl/config.intl
8777 fi
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8779 $as_echo_n "checking whether NLS is requested... " >&6; }
8780 if test x"$USE_NLS" != xyes; then
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8782 $as_echo "no" >&6; }
8783 else
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8785 $as_echo "yes" >&6; }
8786
8787 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8788
8789
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8791 $as_echo_n "checking for catalogs to be installed... " >&6; }
8792 # Look for .po and .gmo files in the source directory.
8793 CATALOGS=
8794 XLINGUAS=
8795 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8796 # If there aren't any .gmo files the shell will give us the
8797 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8798 # weeded out.
8799 case "$cat" in *\**)
8800 continue;;
8801 esac
8802 # The quadruple backslash is collapsed to a double backslash
8803 # by the backticks, then collapsed again by the double quotes,
8804 # leaving us with one backslash in the sed expression (right
8805 # before the dot that mustn't act as a wildcard).
8806 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8807 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8808 # The user is allowed to set LINGUAS to a list of languages to
8809 # install catalogs for. If it's empty that means "all of them."
8810 if test "x$LINGUAS" = x; then
8811 CATALOGS="$CATALOGS $cat"
8812 XLINGUAS="$XLINGUAS $lang"
8813 else
8814 case "$LINGUAS" in *$lang*)
8815 CATALOGS="$CATALOGS $cat"
8816 XLINGUAS="$XLINGUAS $lang"
8817 ;;
8818 esac
8819 fi
8820 done
8821 LINGUAS="$XLINGUAS"
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8823 $as_echo "$LINGUAS" >&6; }
8824
8825
8826 DATADIRNAME=share
8827
8828 INSTOBJEXT=.mo
8829
8830 GENCAT=gencat
8831
8832 CATOBJEXT=.gmo
8833
8834 fi
8835
8836 # Check for common headers.
8837 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8838 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8839 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8840 do :
8841 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8842 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8843 eval as_val=\$$as_ac_Header
8844 if test "x$as_val" = x""yes; then :
8845 cat >>confdefs.h <<_ACEOF
8846 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8847 _ACEOF
8848
8849 fi
8850
8851 done
8852
8853 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8854 do :
8855 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8856 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8857 eval as_val=\$$as_ac_Header
8858 if test "x$as_val" = x""yes; then :
8859 cat >>confdefs.h <<_ACEOF
8860 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8861 _ACEOF
8862
8863 fi
8864
8865 done
8866
8867 for ac_header in fcntl.h fpu_control.h
8868 do :
8869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8870 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8871 eval as_val=\$$as_ac_Header
8872 if test "x$as_val" = x""yes; then :
8873 cat >>confdefs.h <<_ACEOF
8874 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8875 _ACEOF
8876
8877 fi
8878
8879 done
8880
8881 for ac_header in dlfcn.h errno.h sys/stat.h
8882 do :
8883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8884 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8885 eval as_val=\$$as_ac_Header
8886 if test "x$as_val" = x""yes; then :
8887 cat >>confdefs.h <<_ACEOF
8888 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8889 _ACEOF
8890
8891 fi
8892
8893 done
8894
8895 for ac_func in getrusage time sigaction __setfpucw
8896 do :
8897 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8898 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8899 eval as_val=\$$as_ac_var
8900 if test "x$as_val" = x""yes; then :
8901 cat >>confdefs.h <<_ACEOF
8902 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8903 _ACEOF
8904
8905 fi
8906 done
8907
8908 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8909 do :
8910 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8911 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8912 eval as_val=\$$as_ac_var
8913 if test "x$as_val" = x""yes; then :
8914 cat >>confdefs.h <<_ACEOF
8915 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8916 _ACEOF
8917
8918 fi
8919 done
8920
8921 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8922 #include <sys/types.h>
8923 #endif
8924 #ifdef HAVE_SYS_STAT_H
8925 #include <sys/stat.h>
8926 #endif
8927 "
8928 if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8929
8930 cat >>confdefs.h <<_ACEOF
8931 #define HAVE_STRUCT_STAT_ST_DEV 1
8932 _ACEOF
8933
8934
8935 fi
8936 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8937 #include <sys/types.h>
8938 #endif
8939 #ifdef HAVE_SYS_STAT_H
8940 #include <sys/stat.h>
8941 #endif
8942 "
8943 if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8944
8945 cat >>confdefs.h <<_ACEOF
8946 #define HAVE_STRUCT_STAT_ST_INO 1
8947 _ACEOF
8948
8949
8950 fi
8951 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8952 #include <sys/types.h>
8953 #endif
8954 #ifdef HAVE_SYS_STAT_H
8955 #include <sys/stat.h>
8956 #endif
8957 "
8958 if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8959
8960 cat >>confdefs.h <<_ACEOF
8961 #define HAVE_STRUCT_STAT_ST_MODE 1
8962 _ACEOF
8963
8964
8965 fi
8966 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8967 #include <sys/types.h>
8968 #endif
8969 #ifdef HAVE_SYS_STAT_H
8970 #include <sys/stat.h>
8971 #endif
8972 "
8973 if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8974
8975 cat >>confdefs.h <<_ACEOF
8976 #define HAVE_STRUCT_STAT_ST_NLINK 1
8977 _ACEOF
8978
8979
8980 fi
8981 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8982 #include <sys/types.h>
8983 #endif
8984 #ifdef HAVE_SYS_STAT_H
8985 #include <sys/stat.h>
8986 #endif
8987 "
8988 if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8989
8990 cat >>confdefs.h <<_ACEOF
8991 #define HAVE_STRUCT_STAT_ST_UID 1
8992 _ACEOF
8993
8994
8995 fi
8996 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8997 #include <sys/types.h>
8998 #endif
8999 #ifdef HAVE_SYS_STAT_H
9000 #include <sys/stat.h>
9001 #endif
9002 "
9003 if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9004
9005 cat >>confdefs.h <<_ACEOF
9006 #define HAVE_STRUCT_STAT_ST_GID 1
9007 _ACEOF
9008
9009
9010 fi
9011 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9012 #include <sys/types.h>
9013 #endif
9014 #ifdef HAVE_SYS_STAT_H
9015 #include <sys/stat.h>
9016 #endif
9017 "
9018 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9019
9020 cat >>confdefs.h <<_ACEOF
9021 #define HAVE_STRUCT_STAT_ST_RDEV 1
9022 _ACEOF
9023
9024
9025 fi
9026 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9027 #include <sys/types.h>
9028 #endif
9029 #ifdef HAVE_SYS_STAT_H
9030 #include <sys/stat.h>
9031 #endif
9032 "
9033 if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9034
9035 cat >>confdefs.h <<_ACEOF
9036 #define HAVE_STRUCT_STAT_ST_SIZE 1
9037 _ACEOF
9038
9039
9040 fi
9041 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9042 #include <sys/types.h>
9043 #endif
9044 #ifdef HAVE_SYS_STAT_H
9045 #include <sys/stat.h>
9046 #endif
9047 "
9048 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9049
9050 cat >>confdefs.h <<_ACEOF
9051 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9052 _ACEOF
9053
9054
9055 fi
9056 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9057 #include <sys/types.h>
9058 #endif
9059 #ifdef HAVE_SYS_STAT_H
9060 #include <sys/stat.h>
9061 #endif
9062 "
9063 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9064
9065 cat >>confdefs.h <<_ACEOF
9066 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9067 _ACEOF
9068
9069
9070 fi
9071 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9072 #include <sys/types.h>
9073 #endif
9074 #ifdef HAVE_SYS_STAT_H
9075 #include <sys/stat.h>
9076 #endif
9077 "
9078 if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9079
9080 cat >>confdefs.h <<_ACEOF
9081 #define HAVE_STRUCT_STAT_ST_ATIME 1
9082 _ACEOF
9083
9084
9085 fi
9086 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9087 #include <sys/types.h>
9088 #endif
9089 #ifdef HAVE_SYS_STAT_H
9090 #include <sys/stat.h>
9091 #endif
9092 "
9093 if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9094
9095 cat >>confdefs.h <<_ACEOF
9096 #define HAVE_STRUCT_STAT_ST_MTIME 1
9097 _ACEOF
9098
9099
9100 fi
9101 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9102 #include <sys/types.h>
9103 #endif
9104 #ifdef HAVE_SYS_STAT_H
9105 #include <sys/stat.h>
9106 #endif
9107 "
9108 if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9109
9110 cat >>confdefs.h <<_ACEOF
9111 #define HAVE_STRUCT_STAT_ST_CTIME 1
9112 _ACEOF
9113
9114
9115 fi
9116
9117 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9118 #include <sys/socket.h>
9119
9120 "
9121 if test "x$ac_cv_type_socklen_t" = x""yes; then :
9122
9123 cat >>confdefs.h <<_ACEOF
9124 #define HAVE_SOCKLEN_T 1
9125 _ACEOF
9126
9127
9128 fi
9129
9130
9131 # Check for socket libraries
9132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9133 $as_echo_n "checking for bind in -lsocket... " >&6; }
9134 if test "${ac_cv_lib_socket_bind+set}" = set; then :
9135 $as_echo_n "(cached) " >&6
9136 else
9137 ac_check_lib_save_LIBS=$LIBS
9138 LIBS="-lsocket $LIBS"
9139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9140 /* end confdefs.h. */
9141
9142 /* Override any GCC internal prototype to avoid an error.
9143 Use char because int might match the return type of a GCC
9144 builtin and then its argument prototype would still apply. */
9145 #ifdef __cplusplus
9146 extern "C"
9147 #endif
9148 char bind ();
9149 int
9150 main ()
9151 {
9152 return bind ();
9153 ;
9154 return 0;
9155 }
9156 _ACEOF
9157 if ac_fn_c_try_link "$LINENO"; then :
9158 ac_cv_lib_socket_bind=yes
9159 else
9160 ac_cv_lib_socket_bind=no
9161 fi
9162 rm -f core conftest.err conftest.$ac_objext \
9163 conftest$ac_exeext conftest.$ac_ext
9164 LIBS=$ac_check_lib_save_LIBS
9165 fi
9166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9167 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9168 if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9169 cat >>confdefs.h <<_ACEOF
9170 #define HAVE_LIBSOCKET 1
9171 _ACEOF
9172
9173 LIBS="-lsocket $LIBS"
9174
9175 fi
9176
9177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9178 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9179 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9180 $as_echo_n "(cached) " >&6
9181 else
9182 ac_check_lib_save_LIBS=$LIBS
9183 LIBS="-lnsl $LIBS"
9184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185 /* end confdefs.h. */
9186
9187 /* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190 #ifdef __cplusplus
9191 extern "C"
9192 #endif
9193 char gethostbyname ();
9194 int
9195 main ()
9196 {
9197 return gethostbyname ();
9198 ;
9199 return 0;
9200 }
9201 _ACEOF
9202 if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_nsl_gethostbyname=yes
9204 else
9205 ac_cv_lib_nsl_gethostbyname=no
9206 fi
9207 rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS=$ac_check_lib_save_LIBS
9210 fi
9211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9212 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9213 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9214 cat >>confdefs.h <<_ACEOF
9215 #define HAVE_LIBNSL 1
9216 _ACEOF
9217
9218 LIBS="-lnsl $LIBS"
9219
9220 fi
9221
9222
9223 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9224 # using the same condition.
9225
9226 # Use the system's zlib library.
9227 zlibdir="-L\$(top_builddir)/../zlib"
9228 zlibinc="-I\$(top_srcdir)/../zlib"
9229
9230 # Check whether --with-system-zlib was given.
9231 if test "${with_system_zlib+set}" = set; then :
9232 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9233 zlibdir=
9234 zlibinc=
9235 fi
9236
9237 fi
9238
9239
9240
9241
9242
9243 # BFD uses libdl when when plugins enabled.
9244
9245 maybe_plugins=no
9246 for ac_header in dlfcn.h
9247 do :
9248 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9249 "
9250 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9251 cat >>confdefs.h <<_ACEOF
9252 #define HAVE_DLFCN_H 1
9253 _ACEOF
9254 maybe_plugins=yes
9255 fi
9256
9257 done
9258
9259 for ac_header in windows.h
9260 do :
9261 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9262 "
9263 if test "x$ac_cv_header_windows_h" = x""yes; then :
9264 cat >>confdefs.h <<_ACEOF
9265 #define HAVE_WINDOWS_H 1
9266 _ACEOF
9267 maybe_plugins=yes
9268 fi
9269
9270 done
9271
9272
9273 # Check whether --enable-plugins was given.
9274 if test "${enable_plugins+set}" = set; then :
9275 enableval=$enable_plugins; case "${enableval}" in
9276 no) plugins=no ;;
9277 *) plugins=yes
9278 if test "$maybe_plugins" != "yes" ; then
9279 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9280 fi ;;
9281 esac
9282 else
9283 plugins=$maybe_plugins
9284
9285 fi
9286
9287 if test "$plugins" = "yes"; then
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9289 $as_echo_n "checking for library containing dlopen... " >&6; }
9290 if test "${ac_cv_search_dlopen+set}" = set; then :
9291 $as_echo_n "(cached) " >&6
9292 else
9293 ac_func_search_save_LIBS=$LIBS
9294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9295 /* end confdefs.h. */
9296
9297 /* Override any GCC internal prototype to avoid an error.
9298 Use char because int might match the return type of a GCC
9299 builtin and then its argument prototype would still apply. */
9300 #ifdef __cplusplus
9301 extern "C"
9302 #endif
9303 char dlopen ();
9304 int
9305 main ()
9306 {
9307 return dlopen ();
9308 ;
9309 return 0;
9310 }
9311 _ACEOF
9312 for ac_lib in '' dl; do
9313 if test -z "$ac_lib"; then
9314 ac_res="none required"
9315 else
9316 ac_res=-l$ac_lib
9317 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9318 fi
9319 if ac_fn_c_try_link "$LINENO"; then :
9320 ac_cv_search_dlopen=$ac_res
9321 fi
9322 rm -f core conftest.err conftest.$ac_objext \
9323 conftest$ac_exeext
9324 if test "${ac_cv_search_dlopen+set}" = set; then :
9325 break
9326 fi
9327 done
9328 if test "${ac_cv_search_dlopen+set}" = set; then :
9329
9330 else
9331 ac_cv_search_dlopen=no
9332 fi
9333 rm conftest.$ac_ext
9334 LIBS=$ac_func_search_save_LIBS
9335 fi
9336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9337 $as_echo "$ac_cv_search_dlopen" >&6; }
9338 ac_res=$ac_cv_search_dlopen
9339 if test "$ac_res" != no; then :
9340 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9341
9342 fi
9343
9344 fi
9345
9346 if test "$plugins" = yes; then
9347 PLUGINS_TRUE=
9348 PLUGINS_FALSE='#'
9349 else
9350 PLUGINS_TRUE='#'
9351 PLUGINS_FALSE=
9352 fi
9353
9354
9355
9356
9357
9358 # Set options
9359 enable_dlopen=yes
9360
9361
9362
9363
9364 enable_win32_dll=no
9365
9366
9367 # Check whether --enable-shared was given.
9368 if test "${enable_shared+set}" = set; then :
9369 enableval=$enable_shared; p=${PACKAGE-default}
9370 case $enableval in
9371 yes) enable_shared=yes ;;
9372 no) enable_shared=no ;;
9373 *)
9374 enable_shared=no
9375 # Look at the argument we got. We use all the common list separators.
9376 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9377 for pkg in $enableval; do
9378 IFS="$lt_save_ifs"
9379 if test "X$pkg" = "X$p"; then
9380 enable_shared=yes
9381 fi
9382 done
9383 IFS="$lt_save_ifs"
9384 ;;
9385 esac
9386 else
9387 enable_shared=yes
9388 fi
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398 # Check whether --enable-static was given.
9399 if test "${enable_static+set}" = set; then :
9400 enableval=$enable_static; p=${PACKAGE-default}
9401 case $enableval in
9402 yes) enable_static=yes ;;
9403 no) enable_static=no ;;
9404 *)
9405 enable_static=no
9406 # Look at the argument we got. We use all the common list separators.
9407 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9408 for pkg in $enableval; do
9409 IFS="$lt_save_ifs"
9410 if test "X$pkg" = "X$p"; then
9411 enable_static=yes
9412 fi
9413 done
9414 IFS="$lt_save_ifs"
9415 ;;
9416 esac
9417 else
9418 enable_static=yes
9419 fi
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430 # Check whether --with-pic was given.
9431 if test "${with_pic+set}" = set; then :
9432 withval=$with_pic; pic_mode="$withval"
9433 else
9434 pic_mode=default
9435 fi
9436
9437
9438 test -z "$pic_mode" && pic_mode=default
9439
9440
9441
9442
9443
9444
9445
9446 # Check whether --enable-fast-install was given.
9447 if test "${enable_fast_install+set}" = set; then :
9448 enableval=$enable_fast_install; p=${PACKAGE-default}
9449 case $enableval in
9450 yes) enable_fast_install=yes ;;
9451 no) enable_fast_install=no ;;
9452 *)
9453 enable_fast_install=no
9454 # Look at the argument we got. We use all the common list separators.
9455 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9456 for pkg in $enableval; do
9457 IFS="$lt_save_ifs"
9458 if test "X$pkg" = "X$p"; then
9459 enable_fast_install=yes
9460 fi
9461 done
9462 IFS="$lt_save_ifs"
9463 ;;
9464 esac
9465 else
9466 enable_fast_install=yes
9467 fi
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479 # This can be used to rebuild libtool when needed
9480 LIBTOOL_DEPS="$ltmain"
9481
9482 # Always use our own libtool.
9483 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510 test -z "$LN_S" && LN_S="ln -s"
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525 if test -n "${ZSH_VERSION+set}" ; then
9526 setopt NO_GLOB_SUBST
9527 fi
9528
9529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9530 $as_echo_n "checking for objdir... " >&6; }
9531 if test "${lt_cv_objdir+set}" = set; then :
9532 $as_echo_n "(cached) " >&6
9533 else
9534 rm -f .libs 2>/dev/null
9535 mkdir .libs 2>/dev/null
9536 if test -d .libs; then
9537 lt_cv_objdir=.libs
9538 else
9539 # MS-DOS does not allow filenames that begin with a dot.
9540 lt_cv_objdir=_libs
9541 fi
9542 rmdir .libs 2>/dev/null
9543 fi
9544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9545 $as_echo "$lt_cv_objdir" >&6; }
9546 objdir=$lt_cv_objdir
9547
9548
9549
9550
9551
9552 cat >>confdefs.h <<_ACEOF
9553 #define LT_OBJDIR "$lt_cv_objdir/"
9554 _ACEOF
9555
9556
9557
9558
9559 case $host_os in
9560 aix3*)
9561 # AIX sometimes has problems with the GCC collect2 program. For some
9562 # reason, if we set the COLLECT_NAMES environment variable, the problems
9563 # vanish in a puff of smoke.
9564 if test "X${COLLECT_NAMES+set}" != Xset; then
9565 COLLECT_NAMES=
9566 export COLLECT_NAMES
9567 fi
9568 ;;
9569 esac
9570
9571 # Global variables:
9572 ofile=libtool
9573 can_build_shared=yes
9574
9575 # All known linkers require a `.a' archive for static linking (except MSVC,
9576 # which needs '.lib').
9577 libext=a
9578
9579 with_gnu_ld="$lt_cv_prog_gnu_ld"
9580
9581 old_CC="$CC"
9582 old_CFLAGS="$CFLAGS"
9583
9584 # Set sane defaults for various variables
9585 test -z "$CC" && CC=cc
9586 test -z "$LTCC" && LTCC=$CC
9587 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9588 test -z "$LD" && LD=ld
9589 test -z "$ac_objext" && ac_objext=o
9590
9591 for cc_temp in $compiler""; do
9592 case $cc_temp in
9593 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9594 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9595 \-*) ;;
9596 *) break;;
9597 esac
9598 done
9599 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9600
9601
9602 # Only perform the check for file, if the check method requires it
9603 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9604 case $deplibs_check_method in
9605 file_magic*)
9606 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9608 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9609 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9611 else
9612 case $MAGIC_CMD in
9613 [\\/*] | ?:[\\/]*)
9614 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9615 ;;
9616 *)
9617 lt_save_MAGIC_CMD="$MAGIC_CMD"
9618 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9619 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9620 for ac_dir in $ac_dummy; do
9621 IFS="$lt_save_ifs"
9622 test -z "$ac_dir" && ac_dir=.
9623 if test -f $ac_dir/${ac_tool_prefix}file; then
9624 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9625 if test -n "$file_magic_test_file"; then
9626 case $deplibs_check_method in
9627 "file_magic "*)
9628 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9629 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9630 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9631 $EGREP "$file_magic_regex" > /dev/null; then
9632 :
9633 else
9634 cat <<_LT_EOF 1>&2
9635
9636 *** Warning: the command libtool uses to detect shared libraries,
9637 *** $file_magic_cmd, produces output that libtool cannot recognize.
9638 *** The result is that libtool may fail to recognize shared libraries
9639 *** as such. This will affect the creation of libtool libraries that
9640 *** depend on shared libraries, but programs linked with such libtool
9641 *** libraries will work regardless of this problem. Nevertheless, you
9642 *** may want to report the problem to your system manager and/or to
9643 *** bug-libtool@gnu.org
9644
9645 _LT_EOF
9646 fi ;;
9647 esac
9648 fi
9649 break
9650 fi
9651 done
9652 IFS="$lt_save_ifs"
9653 MAGIC_CMD="$lt_save_MAGIC_CMD"
9654 ;;
9655 esac
9656 fi
9657
9658 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9659 if test -n "$MAGIC_CMD"; then
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9661 $as_echo "$MAGIC_CMD" >&6; }
9662 else
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9664 $as_echo "no" >&6; }
9665 fi
9666
9667
9668
9669
9670
9671 if test -z "$lt_cv_path_MAGIC_CMD"; then
9672 if test -n "$ac_tool_prefix"; then
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9674 $as_echo_n "checking for file... " >&6; }
9675 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9676 $as_echo_n "(cached) " >&6
9677 else
9678 case $MAGIC_CMD in
9679 [\\/*] | ?:[\\/]*)
9680 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9681 ;;
9682 *)
9683 lt_save_MAGIC_CMD="$MAGIC_CMD"
9684 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9685 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9686 for ac_dir in $ac_dummy; do
9687 IFS="$lt_save_ifs"
9688 test -z "$ac_dir" && ac_dir=.
9689 if test -f $ac_dir/file; then
9690 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9691 if test -n "$file_magic_test_file"; then
9692 case $deplibs_check_method in
9693 "file_magic "*)
9694 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9695 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9696 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9697 $EGREP "$file_magic_regex" > /dev/null; then
9698 :
9699 else
9700 cat <<_LT_EOF 1>&2
9701
9702 *** Warning: the command libtool uses to detect shared libraries,
9703 *** $file_magic_cmd, produces output that libtool cannot recognize.
9704 *** The result is that libtool may fail to recognize shared libraries
9705 *** as such. This will affect the creation of libtool libraries that
9706 *** depend on shared libraries, but programs linked with such libtool
9707 *** libraries will work regardless of this problem. Nevertheless, you
9708 *** may want to report the problem to your system manager and/or to
9709 *** bug-libtool@gnu.org
9710
9711 _LT_EOF
9712 fi ;;
9713 esac
9714 fi
9715 break
9716 fi
9717 done
9718 IFS="$lt_save_ifs"
9719 MAGIC_CMD="$lt_save_MAGIC_CMD"
9720 ;;
9721 esac
9722 fi
9723
9724 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9725 if test -n "$MAGIC_CMD"; then
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9727 $as_echo "$MAGIC_CMD" >&6; }
9728 else
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9730 $as_echo "no" >&6; }
9731 fi
9732
9733
9734 else
9735 MAGIC_CMD=:
9736 fi
9737 fi
9738
9739 fi
9740 ;;
9741 esac
9742
9743 # Use C for the default configuration in the libtool script
9744
9745 lt_save_CC="$CC"
9746 ac_ext=c
9747 ac_cpp='$CPP $CPPFLAGS'
9748 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9749 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9750 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9751
9752
9753 # Source file extension for C test sources.
9754 ac_ext=c
9755
9756 # Object file extension for compiled C test sources.
9757 objext=o
9758 objext=$objext
9759
9760 # Code to be used in simple compile tests
9761 lt_simple_compile_test_code="int some_variable = 0;"
9762
9763 # Code to be used in simple link tests
9764 lt_simple_link_test_code='int main(){return(0);}'
9765
9766
9767
9768
9769
9770
9771
9772 # If no C compiler was specified, use CC.
9773 LTCC=${LTCC-"$CC"}
9774
9775 # If no C compiler flags were specified, use CFLAGS.
9776 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9777
9778 # Allow CC to be a program name with arguments.
9779 compiler=$CC
9780
9781 # Save the default compiler, since it gets overwritten when the other
9782 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9783 compiler_DEFAULT=$CC
9784
9785 # save warnings/boilerplate of simple test code
9786 ac_outfile=conftest.$ac_objext
9787 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9788 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9789 _lt_compiler_boilerplate=`cat conftest.err`
9790 $RM conftest*
9791
9792 ac_outfile=conftest.$ac_objext
9793 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9794 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9795 _lt_linker_boilerplate=`cat conftest.err`
9796 $RM -r conftest*
9797
9798
9799 ## CAVEAT EMPTOR:
9800 ## There is no encapsulation within the following macros, do not change
9801 ## the running order or otherwise move them around unless you know exactly
9802 ## what you are doing...
9803 if test -n "$compiler"; then
9804
9805 lt_prog_compiler_no_builtin_flag=
9806
9807 if test "$GCC" = yes; then
9808 case $cc_basename in
9809 nvcc*)
9810 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9811 *)
9812 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9813 esac
9814
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9816 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9817 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9818 $as_echo_n "(cached) " >&6
9819 else
9820 lt_cv_prog_compiler_rtti_exceptions=no
9821 ac_outfile=conftest.$ac_objext
9822 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9823 lt_compiler_flag="-fno-rtti -fno-exceptions"
9824 # Insert the option either (1) after the last *FLAGS variable, or
9825 # (2) before a word containing "conftest.", or (3) at the end.
9826 # Note that $ac_compile itself does not contain backslashes and begins
9827 # with a dollar sign (not a hyphen), so the echo should work correctly.
9828 # The option is referenced via a variable to avoid confusing sed.
9829 lt_compile=`echo "$ac_compile" | $SED \
9830 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9831 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9832 -e 's:$: $lt_compiler_flag:'`
9833 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9834 (eval "$lt_compile" 2>conftest.err)
9835 ac_status=$?
9836 cat conftest.err >&5
9837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9838 if (exit $ac_status) && test -s "$ac_outfile"; then
9839 # The compiler can only warn and ignore the option if not recognized
9840 # So say no if there are warnings other than the usual output.
9841 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9842 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9843 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9844 lt_cv_prog_compiler_rtti_exceptions=yes
9845 fi
9846 fi
9847 $RM conftest*
9848
9849 fi
9850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9851 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9852
9853 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9854 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9855 else
9856 :
9857 fi
9858
9859 fi
9860
9861
9862
9863
9864
9865
9866 lt_prog_compiler_wl=
9867 lt_prog_compiler_pic=
9868 lt_prog_compiler_static=
9869
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9871 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9872
9873 if test "$GCC" = yes; then
9874 lt_prog_compiler_wl='-Wl,'
9875 lt_prog_compiler_static='-static'
9876
9877 case $host_os in
9878 aix*)
9879 # All AIX code is PIC.
9880 if test "$host_cpu" = ia64; then
9881 # AIX 5 now supports IA64 processor
9882 lt_prog_compiler_static='-Bstatic'
9883 fi
9884 lt_prog_compiler_pic='-fPIC'
9885 ;;
9886
9887 amigaos*)
9888 case $host_cpu in
9889 powerpc)
9890 # see comment about AmigaOS4 .so support
9891 lt_prog_compiler_pic='-fPIC'
9892 ;;
9893 m68k)
9894 # FIXME: we need at least 68020 code to build shared libraries, but
9895 # adding the `-m68020' flag to GCC prevents building anything better,
9896 # like `-m68040'.
9897 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9898 ;;
9899 esac
9900 ;;
9901
9902 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9903 # PIC is the default for these OSes.
9904 ;;
9905
9906 mingw* | cygwin* | pw32* | os2* | cegcc*)
9907 # This hack is so that the source file can tell whether it is being
9908 # built for inclusion in a dll (and should export symbols for example).
9909 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9910 # (--disable-auto-import) libraries
9911 lt_prog_compiler_pic='-DDLL_EXPORT'
9912 ;;
9913
9914 darwin* | rhapsody*)
9915 # PIC is the default on this platform
9916 # Common symbols not allowed in MH_DYLIB files
9917 lt_prog_compiler_pic='-fno-common'
9918 ;;
9919
9920 haiku*)
9921 # PIC is the default for Haiku.
9922 # The "-static" flag exists, but is broken.
9923 lt_prog_compiler_static=
9924 ;;
9925
9926 hpux*)
9927 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9928 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9929 # sets the default TLS model and affects inlining.
9930 case $host_cpu in
9931 hppa*64*)
9932 # +Z the default
9933 ;;
9934 *)
9935 lt_prog_compiler_pic='-fPIC'
9936 ;;
9937 esac
9938 ;;
9939
9940 interix[3-9]*)
9941 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9942 # Instead, we relocate shared libraries at runtime.
9943 ;;
9944
9945 msdosdjgpp*)
9946 # Just because we use GCC doesn't mean we suddenly get shared libraries
9947 # on systems that don't support them.
9948 lt_prog_compiler_can_build_shared=no
9949 enable_shared=no
9950 ;;
9951
9952 *nto* | *qnx*)
9953 # QNX uses GNU C++, but need to define -shared option too, otherwise
9954 # it will coredump.
9955 lt_prog_compiler_pic='-fPIC -shared'
9956 ;;
9957
9958 sysv4*MP*)
9959 if test -d /usr/nec; then
9960 lt_prog_compiler_pic=-Kconform_pic
9961 fi
9962 ;;
9963
9964 *)
9965 lt_prog_compiler_pic='-fPIC'
9966 ;;
9967 esac
9968
9969 case $cc_basename in
9970 nvcc*) # Cuda Compiler Driver 2.2
9971 lt_prog_compiler_wl='-Xlinker '
9972 lt_prog_compiler_pic='-Xcompiler -fPIC'
9973 ;;
9974 esac
9975 else
9976 # PORTME Check for flag to pass linker flags through the system compiler.
9977 case $host_os in
9978 aix*)
9979 lt_prog_compiler_wl='-Wl,'
9980 if test "$host_cpu" = ia64; then
9981 # AIX 5 now supports IA64 processor
9982 lt_prog_compiler_static='-Bstatic'
9983 else
9984 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9985 fi
9986 ;;
9987
9988 mingw* | cygwin* | pw32* | os2* | cegcc*)
9989 # This hack is so that the source file can tell whether it is being
9990 # built for inclusion in a dll (and should export symbols for example).
9991 lt_prog_compiler_pic='-DDLL_EXPORT'
9992 ;;
9993
9994 hpux9* | hpux10* | hpux11*)
9995 lt_prog_compiler_wl='-Wl,'
9996 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9997 # not for PA HP-UX.
9998 case $host_cpu in
9999 hppa*64*|ia64*)
10000 # +Z the default
10001 ;;
10002 *)
10003 lt_prog_compiler_pic='+Z'
10004 ;;
10005 esac
10006 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10007 lt_prog_compiler_static='${wl}-a ${wl}archive'
10008 ;;
10009
10010 irix5* | irix6* | nonstopux*)
10011 lt_prog_compiler_wl='-Wl,'
10012 # PIC (with -KPIC) is the default.
10013 lt_prog_compiler_static='-non_shared'
10014 ;;
10015
10016 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10017 case $cc_basename in
10018 # old Intel for x86_64 which still supported -KPIC.
10019 ecc*)
10020 lt_prog_compiler_wl='-Wl,'
10021 lt_prog_compiler_pic='-KPIC'
10022 lt_prog_compiler_static='-static'
10023 ;;
10024 # icc used to be incompatible with GCC.
10025 # ICC 10 doesn't accept -KPIC any more.
10026 icc* | ifort*)
10027 lt_prog_compiler_wl='-Wl,'
10028 lt_prog_compiler_pic='-fPIC'
10029 lt_prog_compiler_static='-static'
10030 ;;
10031 # Lahey Fortran 8.1.
10032 lf95*)
10033 lt_prog_compiler_wl='-Wl,'
10034 lt_prog_compiler_pic='--shared'
10035 lt_prog_compiler_static='--static'
10036 ;;
10037 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10038 # Portland Group compilers (*not* the Pentium gcc compiler,
10039 # which looks to be a dead project)
10040 lt_prog_compiler_wl='-Wl,'
10041 lt_prog_compiler_pic='-fpic'
10042 lt_prog_compiler_static='-Bstatic'
10043 ;;
10044 ccc*)
10045 lt_prog_compiler_wl='-Wl,'
10046 # All Alpha code is PIC.
10047 lt_prog_compiler_static='-non_shared'
10048 ;;
10049 xl* | bgxl* | bgf* | mpixl*)
10050 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10051 lt_prog_compiler_wl='-Wl,'
10052 lt_prog_compiler_pic='-qpic'
10053 lt_prog_compiler_static='-qstaticlink'
10054 ;;
10055 *)
10056 case `$CC -V 2>&1 | sed 5q` in
10057 *Sun\ F* | *Sun*Fortran*)
10058 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10059 lt_prog_compiler_pic='-KPIC'
10060 lt_prog_compiler_static='-Bstatic'
10061 lt_prog_compiler_wl=''
10062 ;;
10063 *Sun\ C*)
10064 # Sun C 5.9
10065 lt_prog_compiler_pic='-KPIC'
10066 lt_prog_compiler_static='-Bstatic'
10067 lt_prog_compiler_wl='-Wl,'
10068 ;;
10069 esac
10070 ;;
10071 esac
10072 ;;
10073
10074 newsos6)
10075 lt_prog_compiler_pic='-KPIC'
10076 lt_prog_compiler_static='-Bstatic'
10077 ;;
10078
10079 *nto* | *qnx*)
10080 # QNX uses GNU C++, but need to define -shared option too, otherwise
10081 # it will coredump.
10082 lt_prog_compiler_pic='-fPIC -shared'
10083 ;;
10084
10085 osf3* | osf4* | osf5*)
10086 lt_prog_compiler_wl='-Wl,'
10087 # All OSF/1 code is PIC.
10088 lt_prog_compiler_static='-non_shared'
10089 ;;
10090
10091 rdos*)
10092 lt_prog_compiler_static='-non_shared'
10093 ;;
10094
10095 solaris*)
10096 lt_prog_compiler_pic='-KPIC'
10097 lt_prog_compiler_static='-Bstatic'
10098 case $cc_basename in
10099 f77* | f90* | f95*)
10100 lt_prog_compiler_wl='-Qoption ld ';;
10101 *)
10102 lt_prog_compiler_wl='-Wl,';;
10103 esac
10104 ;;
10105
10106 sunos4*)
10107 lt_prog_compiler_wl='-Qoption ld '
10108 lt_prog_compiler_pic='-PIC'
10109 lt_prog_compiler_static='-Bstatic'
10110 ;;
10111
10112 sysv4 | sysv4.2uw2* | sysv4.3*)
10113 lt_prog_compiler_wl='-Wl,'
10114 lt_prog_compiler_pic='-KPIC'
10115 lt_prog_compiler_static='-Bstatic'
10116 ;;
10117
10118 sysv4*MP*)
10119 if test -d /usr/nec ;then
10120 lt_prog_compiler_pic='-Kconform_pic'
10121 lt_prog_compiler_static='-Bstatic'
10122 fi
10123 ;;
10124
10125 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10126 lt_prog_compiler_wl='-Wl,'
10127 lt_prog_compiler_pic='-KPIC'
10128 lt_prog_compiler_static='-Bstatic'
10129 ;;
10130
10131 unicos*)
10132 lt_prog_compiler_wl='-Wl,'
10133 lt_prog_compiler_can_build_shared=no
10134 ;;
10135
10136 uts4*)
10137 lt_prog_compiler_pic='-pic'
10138 lt_prog_compiler_static='-Bstatic'
10139 ;;
10140
10141 *)
10142 lt_prog_compiler_can_build_shared=no
10143 ;;
10144 esac
10145 fi
10146
10147 case $host_os in
10148 # For platforms which do not support PIC, -DPIC is meaningless:
10149 *djgpp*)
10150 lt_prog_compiler_pic=
10151 ;;
10152 *)
10153 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10154 ;;
10155 esac
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10157 $as_echo "$lt_prog_compiler_pic" >&6; }
10158
10159
10160
10161
10162
10163
10164 #
10165 # Check to make sure the PIC flag actually works.
10166 #
10167 if test -n "$lt_prog_compiler_pic"; then
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10169 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10170 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10171 $as_echo_n "(cached) " >&6
10172 else
10173 lt_cv_prog_compiler_pic_works=no
10174 ac_outfile=conftest.$ac_objext
10175 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10176 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10177 # Insert the option either (1) after the last *FLAGS variable, or
10178 # (2) before a word containing "conftest.", or (3) at the end.
10179 # Note that $ac_compile itself does not contain backslashes and begins
10180 # with a dollar sign (not a hyphen), so the echo should work correctly.
10181 # The option is referenced via a variable to avoid confusing sed.
10182 lt_compile=`echo "$ac_compile" | $SED \
10183 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10184 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10185 -e 's:$: $lt_compiler_flag:'`
10186 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10187 (eval "$lt_compile" 2>conftest.err)
10188 ac_status=$?
10189 cat conftest.err >&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 if (exit $ac_status) && test -s "$ac_outfile"; then
10192 # The compiler can only warn and ignore the option if not recognized
10193 # So say no if there are warnings other than the usual output.
10194 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10195 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10196 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10197 lt_cv_prog_compiler_pic_works=yes
10198 fi
10199 fi
10200 $RM conftest*
10201
10202 fi
10203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10204 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10205
10206 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10207 case $lt_prog_compiler_pic in
10208 "" | " "*) ;;
10209 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10210 esac
10211 else
10212 lt_prog_compiler_pic=
10213 lt_prog_compiler_can_build_shared=no
10214 fi
10215
10216 fi
10217
10218
10219
10220
10221
10222
10223 #
10224 # Check to make sure the static flag actually works.
10225 #
10226 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10228 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10229 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
10230 $as_echo_n "(cached) " >&6
10231 else
10232 lt_cv_prog_compiler_static_works=no
10233 save_LDFLAGS="$LDFLAGS"
10234 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10235 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10236 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10237 # The linker can only warn and ignore the option if not recognized
10238 # So say no if there are warnings
10239 if test -s conftest.err; then
10240 # Append any errors to the config.log.
10241 cat conftest.err 1>&5
10242 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10243 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10244 if diff conftest.exp conftest.er2 >/dev/null; then
10245 lt_cv_prog_compiler_static_works=yes
10246 fi
10247 else
10248 lt_cv_prog_compiler_static_works=yes
10249 fi
10250 fi
10251 $RM -r conftest*
10252 LDFLAGS="$save_LDFLAGS"
10253
10254 fi
10255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10256 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10257
10258 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10259 :
10260 else
10261 lt_prog_compiler_static=
10262 fi
10263
10264
10265
10266
10267
10268
10269
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10271 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10272 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10273 $as_echo_n "(cached) " >&6
10274 else
10275 lt_cv_prog_compiler_c_o=no
10276 $RM -r conftest 2>/dev/null
10277 mkdir conftest
10278 cd conftest
10279 mkdir out
10280 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10281
10282 lt_compiler_flag="-o out/conftest2.$ac_objext"
10283 # Insert the option either (1) after the last *FLAGS variable, or
10284 # (2) before a word containing "conftest.", or (3) at the end.
10285 # Note that $ac_compile itself does not contain backslashes and begins
10286 # with a dollar sign (not a hyphen), so the echo should work correctly.
10287 lt_compile=`echo "$ac_compile" | $SED \
10288 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10289 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10290 -e 's:$: $lt_compiler_flag:'`
10291 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10292 (eval "$lt_compile" 2>out/conftest.err)
10293 ac_status=$?
10294 cat out/conftest.err >&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10297 then
10298 # The compiler can only warn and ignore the option if not recognized
10299 # So say no if there are warnings
10300 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10301 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10302 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10303 lt_cv_prog_compiler_c_o=yes
10304 fi
10305 fi
10306 chmod u+w . 2>&5
10307 $RM conftest*
10308 # SGI C++ compiler will create directory out/ii_files/ for
10309 # template instantiation
10310 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10311 $RM out/* && rmdir out
10312 cd ..
10313 $RM -r conftest
10314 $RM conftest*
10315
10316 fi
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10318 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10319
10320
10321
10322
10323
10324
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10326 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10327 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10328 $as_echo_n "(cached) " >&6
10329 else
10330 lt_cv_prog_compiler_c_o=no
10331 $RM -r conftest 2>/dev/null
10332 mkdir conftest
10333 cd conftest
10334 mkdir out
10335 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10336
10337 lt_compiler_flag="-o out/conftest2.$ac_objext"
10338 # Insert the option either (1) after the last *FLAGS variable, or
10339 # (2) before a word containing "conftest.", or (3) at the end.
10340 # Note that $ac_compile itself does not contain backslashes and begins
10341 # with a dollar sign (not a hyphen), so the echo should work correctly.
10342 lt_compile=`echo "$ac_compile" | $SED \
10343 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10344 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10345 -e 's:$: $lt_compiler_flag:'`
10346 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10347 (eval "$lt_compile" 2>out/conftest.err)
10348 ac_status=$?
10349 cat out/conftest.err >&5
10350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10351 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10352 then
10353 # The compiler can only warn and ignore the option if not recognized
10354 # So say no if there are warnings
10355 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10356 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10357 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10358 lt_cv_prog_compiler_c_o=yes
10359 fi
10360 fi
10361 chmod u+w . 2>&5
10362 $RM conftest*
10363 # SGI C++ compiler will create directory out/ii_files/ for
10364 # template instantiation
10365 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10366 $RM out/* && rmdir out
10367 cd ..
10368 $RM -r conftest
10369 $RM conftest*
10370
10371 fi
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10373 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10374
10375
10376
10377
10378 hard_links="nottested"
10379 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10380 # do not overwrite the value of need_locks provided by the user
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10382 $as_echo_n "checking if we can lock with hard links... " >&6; }
10383 hard_links=yes
10384 $RM conftest*
10385 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10386 touch conftest.a
10387 ln conftest.a conftest.b 2>&5 || hard_links=no
10388 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10390 $as_echo "$hard_links" >&6; }
10391 if test "$hard_links" = no; then
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10393 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10394 need_locks=warn
10395 fi
10396 else
10397 need_locks=no
10398 fi
10399
10400
10401
10402
10403
10404
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10406 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10407
10408 runpath_var=
10409 allow_undefined_flag=
10410 always_export_symbols=no
10411 archive_cmds=
10412 archive_expsym_cmds=
10413 compiler_needs_object=no
10414 enable_shared_with_static_runtimes=no
10415 export_dynamic_flag_spec=
10416 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10417 hardcode_automatic=no
10418 hardcode_direct=no
10419 hardcode_direct_absolute=no
10420 hardcode_libdir_flag_spec=
10421 hardcode_libdir_flag_spec_ld=
10422 hardcode_libdir_separator=
10423 hardcode_minus_L=no
10424 hardcode_shlibpath_var=unsupported
10425 inherit_rpath=no
10426 link_all_deplibs=unknown
10427 module_cmds=
10428 module_expsym_cmds=
10429 old_archive_from_new_cmds=
10430 old_archive_from_expsyms_cmds=
10431 thread_safe_flag_spec=
10432 whole_archive_flag_spec=
10433 # include_expsyms should be a list of space-separated symbols to be *always*
10434 # included in the symbol list
10435 include_expsyms=
10436 # exclude_expsyms can be an extended regexp of symbols to exclude
10437 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10438 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10439 # as well as any symbol that contains `d'.
10440 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10441 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10442 # platforms (ab)use it in PIC code, but their linkers get confused if
10443 # the symbol is explicitly referenced. Since portable code cannot
10444 # rely on this symbol name, it's probably fine to never include it in
10445 # preloaded symbol tables.
10446 # Exclude shared library initialization/finalization symbols.
10447 extract_expsyms_cmds=
10448
10449 case $host_os in
10450 cygwin* | mingw* | pw32* | cegcc*)
10451 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10452 # When not using gcc, we currently assume that we are using
10453 # Microsoft Visual C++.
10454 if test "$GCC" != yes; then
10455 with_gnu_ld=no
10456 fi
10457 ;;
10458 interix*)
10459 # we just hope/assume this is gcc and not c89 (= MSVC++)
10460 with_gnu_ld=yes
10461 ;;
10462 openbsd*)
10463 with_gnu_ld=no
10464 ;;
10465 esac
10466
10467 ld_shlibs=yes
10468
10469 # On some targets, GNU ld is compatible enough with the native linker
10470 # that we're better off using the native interface for both.
10471 lt_use_gnu_ld_interface=no
10472 if test "$with_gnu_ld" = yes; then
10473 case $host_os in
10474 aix*)
10475 # The AIX port of GNU ld has always aspired to compatibility
10476 # with the native linker. However, as the warning in the GNU ld
10477 # block says, versions before 2.19.5* couldn't really create working
10478 # shared libraries, regardless of the interface used.
10479 case `$LD -v 2>&1` in
10480 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10481 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10482 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10483 *)
10484 lt_use_gnu_ld_interface=yes
10485 ;;
10486 esac
10487 ;;
10488 *)
10489 lt_use_gnu_ld_interface=yes
10490 ;;
10491 esac
10492 fi
10493
10494 if test "$lt_use_gnu_ld_interface" = yes; then
10495 # If archive_cmds runs LD, not CC, wlarc should be empty
10496 wlarc='${wl}'
10497
10498 # Set some defaults for GNU ld with shared library support. These
10499 # are reset later if shared libraries are not supported. Putting them
10500 # here allows them to be overridden if necessary.
10501 runpath_var=LD_RUN_PATH
10502 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10503 export_dynamic_flag_spec='${wl}--export-dynamic'
10504 # ancient GNU ld didn't support --whole-archive et. al.
10505 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10506 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10507 else
10508 whole_archive_flag_spec=
10509 fi
10510 supports_anon_versioning=no
10511 case `$LD -v 2>&1` in
10512 *GNU\ gold*) supports_anon_versioning=yes ;;
10513 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10514 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10515 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10516 *\ 2.11.*) ;; # other 2.11 versions
10517 *) supports_anon_versioning=yes ;;
10518 esac
10519
10520 # See if GNU ld supports shared libraries.
10521 case $host_os in
10522 aix[3-9]*)
10523 # On AIX/PPC, the GNU linker is very broken
10524 if test "$host_cpu" != ia64; then
10525 ld_shlibs=no
10526 cat <<_LT_EOF 1>&2
10527
10528 *** Warning: the GNU linker, at least up to release 2.19, is reported
10529 *** to be unable to reliably create shared libraries on AIX.
10530 *** Therefore, libtool is disabling shared libraries support. If you
10531 *** really care for shared libraries, you may want to install binutils
10532 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10533 *** You will then need to restart the configuration process.
10534
10535 _LT_EOF
10536 fi
10537 ;;
10538
10539 amigaos*)
10540 case $host_cpu in
10541 powerpc)
10542 # see comment about AmigaOS4 .so support
10543 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10544 archive_expsym_cmds=''
10545 ;;
10546 m68k)
10547 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)'
10548 hardcode_libdir_flag_spec='-L$libdir'
10549 hardcode_minus_L=yes
10550 ;;
10551 esac
10552 ;;
10553
10554 beos*)
10555 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10556 allow_undefined_flag=unsupported
10557 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10558 # support --undefined. This deserves some investigation. FIXME
10559 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10560 else
10561 ld_shlibs=no
10562 fi
10563 ;;
10564
10565 cygwin* | mingw* | pw32* | cegcc*)
10566 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10567 # as there is no search path for DLLs.
10568 hardcode_libdir_flag_spec='-L$libdir'
10569 export_dynamic_flag_spec='${wl}--export-all-symbols'
10570 allow_undefined_flag=unsupported
10571 always_export_symbols=no
10572 enable_shared_with_static_runtimes=yes
10573 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10574
10575 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10576 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10577 # If the export-symbols file already is a .def file (1st line
10578 # is EXPORTS), use it as is; otherwise, prepend...
10579 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10580 cp $export_symbols $output_objdir/$soname.def;
10581 else
10582 echo EXPORTS > $output_objdir/$soname.def;
10583 cat $export_symbols >> $output_objdir/$soname.def;
10584 fi~
10585 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10586 else
10587 ld_shlibs=no
10588 fi
10589 ;;
10590
10591 haiku*)
10592 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10593 link_all_deplibs=yes
10594 ;;
10595
10596 interix[3-9]*)
10597 hardcode_direct=no
10598 hardcode_shlibpath_var=no
10599 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10600 export_dynamic_flag_spec='${wl}-E'
10601 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10602 # Instead, shared libraries are loaded at an image base (0x10000000 by
10603 # default) and relocated if they conflict, which is a slow very memory
10604 # consuming and fragmenting process. To avoid this, we pick a random,
10605 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10606 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10607 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10608 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'
10609 ;;
10610
10611 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10612 tmp_diet=no
10613 if test "$host_os" = linux-dietlibc; then
10614 case $cc_basename in
10615 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10616 esac
10617 fi
10618 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10619 && test "$tmp_diet" = no
10620 then
10621 tmp_addflag=' $pic_flag'
10622 tmp_sharedflag='-shared'
10623 case $cc_basename,$host_cpu in
10624 pgcc*) # Portland Group C compiler
10625 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'
10626 tmp_addflag=' $pic_flag'
10627 ;;
10628 pgf77* | pgf90* | pgf95* | pgfortran*)
10629 # Portland Group f77 and f90 compilers
10630 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'
10631 tmp_addflag=' $pic_flag -Mnomain' ;;
10632 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10633 tmp_addflag=' -i_dynamic' ;;
10634 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10635 tmp_addflag=' -i_dynamic -nofor_main' ;;
10636 ifc* | ifort*) # Intel Fortran compiler
10637 tmp_addflag=' -nofor_main' ;;
10638 lf95*) # Lahey Fortran 8.1
10639 whole_archive_flag_spec=
10640 tmp_sharedflag='--shared' ;;
10641 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10642 tmp_sharedflag='-qmkshrobj'
10643 tmp_addflag= ;;
10644 nvcc*) # Cuda Compiler Driver 2.2
10645 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'
10646 compiler_needs_object=yes
10647 ;;
10648 esac
10649 case `$CC -V 2>&1 | sed 5q` in
10650 *Sun\ C*) # Sun C 5.9
10651 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'
10652 compiler_needs_object=yes
10653 tmp_sharedflag='-G' ;;
10654 *Sun\ F*) # Sun Fortran 8.3
10655 tmp_sharedflag='-G' ;;
10656 esac
10657 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10658
10659 if test "x$supports_anon_versioning" = xyes; then
10660 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10661 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10662 echo "local: *; };" >> $output_objdir/$libname.ver~
10663 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10664 fi
10665
10666 case $cc_basename in
10667 xlf* | bgf* | bgxlf* | mpixlf*)
10668 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10669 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10670 hardcode_libdir_flag_spec=
10671 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10672 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10673 if test "x$supports_anon_versioning" = xyes; then
10674 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10675 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10676 echo "local: *; };" >> $output_objdir/$libname.ver~
10677 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10678 fi
10679 ;;
10680 esac
10681 else
10682 ld_shlibs=no
10683 fi
10684 ;;
10685
10686 netbsd*)
10687 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10688 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10689 wlarc=
10690 else
10691 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10692 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10693 fi
10694 ;;
10695
10696 solaris*)
10697 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10698 ld_shlibs=no
10699 cat <<_LT_EOF 1>&2
10700
10701 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10702 *** create shared libraries on Solaris systems. Therefore, libtool
10703 *** is disabling shared libraries support. We urge you to upgrade GNU
10704 *** binutils to release 2.9.1 or newer. Another option is to modify
10705 *** your PATH or compiler configuration so that the native linker is
10706 *** used, and then restart.
10707
10708 _LT_EOF
10709 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10710 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10711 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10712 else
10713 ld_shlibs=no
10714 fi
10715 ;;
10716
10717 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10718 case `$LD -v 2>&1` in
10719 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10720 ld_shlibs=no
10721 cat <<_LT_EOF 1>&2
10722
10723 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10724 *** reliably create shared libraries on SCO systems. Therefore, libtool
10725 *** is disabling shared libraries support. We urge you to upgrade GNU
10726 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10727 *** your PATH or compiler configuration so that the native linker is
10728 *** used, and then restart.
10729
10730 _LT_EOF
10731 ;;
10732 *)
10733 # For security reasons, it is highly recommended that you always
10734 # use absolute paths for naming shared libraries, and exclude the
10735 # DT_RUNPATH tag from executables and libraries. But doing so
10736 # requires that you compile everything twice, which is a pain.
10737 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10738 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10739 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10740 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10741 else
10742 ld_shlibs=no
10743 fi
10744 ;;
10745 esac
10746 ;;
10747
10748 sunos4*)
10749 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10750 wlarc=
10751 hardcode_direct=yes
10752 hardcode_shlibpath_var=no
10753 ;;
10754
10755 *)
10756 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10757 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10758 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10759 else
10760 ld_shlibs=no
10761 fi
10762 ;;
10763 esac
10764
10765 if test "$ld_shlibs" = no; then
10766 runpath_var=
10767 hardcode_libdir_flag_spec=
10768 export_dynamic_flag_spec=
10769 whole_archive_flag_spec=
10770 fi
10771 else
10772 # PORTME fill in a description of your system's linker (not GNU ld)
10773 case $host_os in
10774 aix3*)
10775 allow_undefined_flag=unsupported
10776 always_export_symbols=yes
10777 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'
10778 # Note: this linker hardcodes the directories in LIBPATH if there
10779 # are no directories specified by -L.
10780 hardcode_minus_L=yes
10781 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10782 # Neither direct hardcoding nor static linking is supported with a
10783 # broken collect2.
10784 hardcode_direct=unsupported
10785 fi
10786 ;;
10787
10788 aix[4-9]*)
10789 if test "$host_cpu" = ia64; then
10790 # On IA64, the linker does run time linking by default, so we don't
10791 # have to do anything special.
10792 aix_use_runtimelinking=no
10793 exp_sym_flag='-Bexport'
10794 no_entry_flag=""
10795 else
10796 # If we're using GNU nm, then we don't want the "-C" option.
10797 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10798 # Also, AIX nm treats weak defined symbols like other global
10799 # defined symbols, whereas GNU nm marks them as "W".
10800 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10801 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'
10802 else
10803 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10804 fi
10805 aix_use_runtimelinking=no
10806
10807 # Test if we are trying to use run time linking or normal
10808 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10809 # need to do runtime linking.
10810 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10811 for ld_flag in $LDFLAGS; do
10812 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10813 aix_use_runtimelinking=yes
10814 break
10815 fi
10816 done
10817 ;;
10818 esac
10819
10820 exp_sym_flag='-bexport'
10821 no_entry_flag='-bnoentry'
10822 fi
10823
10824 # When large executables or shared objects are built, AIX ld can
10825 # have problems creating the table of contents. If linking a library
10826 # or program results in "error TOC overflow" add -mminimal-toc to
10827 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10828 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10829
10830 archive_cmds=''
10831 hardcode_direct=yes
10832 hardcode_direct_absolute=yes
10833 hardcode_libdir_separator=':'
10834 link_all_deplibs=yes
10835 file_list_spec='${wl}-f,'
10836
10837 if test "$GCC" = yes; then
10838 case $host_os in aix4.[012]|aix4.[012].*)
10839 # We only want to do this on AIX 4.2 and lower, the check
10840 # below for broken collect2 doesn't work under 4.3+
10841 collect2name=`${CC} -print-prog-name=collect2`
10842 if test -f "$collect2name" &&
10843 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10844 then
10845 # We have reworked collect2
10846 :
10847 else
10848 # We have old collect2
10849 hardcode_direct=unsupported
10850 # It fails to find uninstalled libraries when the uninstalled
10851 # path is not listed in the libpath. Setting hardcode_minus_L
10852 # to unsupported forces relinking
10853 hardcode_minus_L=yes
10854 hardcode_libdir_flag_spec='-L$libdir'
10855 hardcode_libdir_separator=
10856 fi
10857 ;;
10858 esac
10859 shared_flag='-shared'
10860 if test "$aix_use_runtimelinking" = yes; then
10861 shared_flag="$shared_flag "'${wl}-G'
10862 fi
10863 else
10864 # not using gcc
10865 if test "$host_cpu" = ia64; then
10866 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10867 # chokes on -Wl,-G. The following line is correct:
10868 shared_flag='-G'
10869 else
10870 if test "$aix_use_runtimelinking" = yes; then
10871 shared_flag='${wl}-G'
10872 else
10873 shared_flag='${wl}-bM:SRE'
10874 fi
10875 fi
10876 fi
10877
10878 export_dynamic_flag_spec='${wl}-bexpall'
10879 # It seems that -bexpall does not export symbols beginning with
10880 # underscore (_), so it is better to generate a list of symbols to export.
10881 always_export_symbols=yes
10882 if test "$aix_use_runtimelinking" = yes; then
10883 # Warning - without using the other runtime loading flags (-brtl),
10884 # -berok will link without error, but may produce a broken library.
10885 allow_undefined_flag='-berok'
10886 # Determine the default libpath from the value encoded in an
10887 # empty executable.
10888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10889 /* end confdefs.h. */
10890
10891 int
10892 main ()
10893 {
10894
10895 ;
10896 return 0;
10897 }
10898 _ACEOF
10899 if ac_fn_c_try_link "$LINENO"; then :
10900
10901 lt_aix_libpath_sed='
10902 /Import File Strings/,/^$/ {
10903 /^0/ {
10904 s/^0 *\(.*\)$/\1/
10905 p
10906 }
10907 }'
10908 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10909 # Check for a 64-bit object if we didn't find anything.
10910 if test -z "$aix_libpath"; then
10911 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10912 fi
10913 fi
10914 rm -f core conftest.err conftest.$ac_objext \
10915 conftest$ac_exeext conftest.$ac_ext
10916 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10917
10918 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10919 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"
10920 else
10921 if test "$host_cpu" = ia64; then
10922 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10923 allow_undefined_flag="-z nodefs"
10924 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"
10925 else
10926 # Determine the default libpath from the value encoded in an
10927 # empty executable.
10928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10929 /* end confdefs.h. */
10930
10931 int
10932 main ()
10933 {
10934
10935 ;
10936 return 0;
10937 }
10938 _ACEOF
10939 if ac_fn_c_try_link "$LINENO"; then :
10940
10941 lt_aix_libpath_sed='
10942 /Import File Strings/,/^$/ {
10943 /^0/ {
10944 s/^0 *\(.*\)$/\1/
10945 p
10946 }
10947 }'
10948 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10949 # Check for a 64-bit object if we didn't find anything.
10950 if test -z "$aix_libpath"; then
10951 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10952 fi
10953 fi
10954 rm -f core conftest.err conftest.$ac_objext \
10955 conftest$ac_exeext conftest.$ac_ext
10956 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10957
10958 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10959 # Warning - without using the other run time loading flags,
10960 # -berok will link without error, but may produce a broken library.
10961 no_undefined_flag=' ${wl}-bernotok'
10962 allow_undefined_flag=' ${wl}-berok'
10963 if test "$with_gnu_ld" = yes; then
10964 # We only use this code for GNU lds that support --whole-archive.
10965 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10966 else
10967 # Exported symbols can be pulled into shared objects from archives
10968 whole_archive_flag_spec='$convenience'
10969 fi
10970 archive_cmds_need_lc=yes
10971 # This is similar to how AIX traditionally builds its shared libraries.
10972 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'
10973 fi
10974 fi
10975 ;;
10976
10977 amigaos*)
10978 case $host_cpu in
10979 powerpc)
10980 # see comment about AmigaOS4 .so support
10981 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10982 archive_expsym_cmds=''
10983 ;;
10984 m68k)
10985 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)'
10986 hardcode_libdir_flag_spec='-L$libdir'
10987 hardcode_minus_L=yes
10988 ;;
10989 esac
10990 ;;
10991
10992 bsdi[45]*)
10993 export_dynamic_flag_spec=-rdynamic
10994 ;;
10995
10996 cygwin* | mingw* | pw32* | cegcc*)
10997 # When not using gcc, we currently assume that we are using
10998 # Microsoft Visual C++.
10999 # hardcode_libdir_flag_spec is actually meaningless, as there is
11000 # no search path for DLLs.
11001 hardcode_libdir_flag_spec=' '
11002 allow_undefined_flag=unsupported
11003 # Tell ltmain to make .lib files, not .a files.
11004 libext=lib
11005 # Tell ltmain to make .dll files, not .so files.
11006 shrext_cmds=".dll"
11007 # FIXME: Setting linknames here is a bad hack.
11008 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11009 # The linker will automatically build a .lib file if we build a DLL.
11010 old_archive_from_new_cmds='true'
11011 # FIXME: Should let the user specify the lib program.
11012 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11013 fix_srcfile_path='`cygpath -w "$srcfile"`'
11014 enable_shared_with_static_runtimes=yes
11015 ;;
11016
11017 darwin* | rhapsody*)
11018
11019
11020 archive_cmds_need_lc=no
11021 hardcode_direct=no
11022 hardcode_automatic=yes
11023 hardcode_shlibpath_var=unsupported
11024 if test "$lt_cv_ld_force_load" = "yes"; then
11025 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\"`'
11026 else
11027 whole_archive_flag_spec=''
11028 fi
11029 link_all_deplibs=yes
11030 allow_undefined_flag="$_lt_dar_allow_undefined"
11031 case $cc_basename in
11032 ifort*) _lt_dar_can_shared=yes ;;
11033 *) _lt_dar_can_shared=$GCC ;;
11034 esac
11035 if test "$_lt_dar_can_shared" = "yes"; then
11036 output_verbose_link_cmd=func_echo_all
11037 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11038 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11039 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}"
11040 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}"
11041
11042 else
11043 ld_shlibs=no
11044 fi
11045
11046 ;;
11047
11048 dgux*)
11049 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11050 hardcode_libdir_flag_spec='-L$libdir'
11051 hardcode_shlibpath_var=no
11052 ;;
11053
11054 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11055 # support. Future versions do this automatically, but an explicit c++rt0.o
11056 # does not break anything, and helps significantly (at the cost of a little
11057 # extra space).
11058 freebsd2.2*)
11059 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11060 hardcode_libdir_flag_spec='-R$libdir'
11061 hardcode_direct=yes
11062 hardcode_shlibpath_var=no
11063 ;;
11064
11065 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11066 freebsd2.*)
11067 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11068 hardcode_direct=yes
11069 hardcode_minus_L=yes
11070 hardcode_shlibpath_var=no
11071 ;;
11072
11073 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11074 freebsd* | dragonfly*)
11075 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11076 hardcode_libdir_flag_spec='-R$libdir'
11077 hardcode_direct=yes
11078 hardcode_shlibpath_var=no
11079 ;;
11080
11081 hpux9*)
11082 if test "$GCC" = yes; then
11083 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'
11084 else
11085 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'
11086 fi
11087 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11088 hardcode_libdir_separator=:
11089 hardcode_direct=yes
11090
11091 # hardcode_minus_L: Not really in the search PATH,
11092 # but as the default location of the library.
11093 hardcode_minus_L=yes
11094 export_dynamic_flag_spec='${wl}-E'
11095 ;;
11096
11097 hpux10*)
11098 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11099 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11100 else
11101 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11102 fi
11103 if test "$with_gnu_ld" = no; then
11104 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11105 hardcode_libdir_flag_spec_ld='+b $libdir'
11106 hardcode_libdir_separator=:
11107 hardcode_direct=yes
11108 hardcode_direct_absolute=yes
11109 export_dynamic_flag_spec='${wl}-E'
11110 # hardcode_minus_L: Not really in the search PATH,
11111 # but as the default location of the library.
11112 hardcode_minus_L=yes
11113 fi
11114 ;;
11115
11116 hpux11*)
11117 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11118 case $host_cpu in
11119 hppa*64*)
11120 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11121 ;;
11122 ia64*)
11123 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11124 ;;
11125 *)
11126 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11127 ;;
11128 esac
11129 else
11130 case $host_cpu in
11131 hppa*64*)
11132 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11133 ;;
11134 ia64*)
11135 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11136 ;;
11137 *)
11138
11139 # Older versions of the 11.00 compiler do not understand -b yet
11140 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11142 $as_echo_n "checking if $CC understands -b... " >&6; }
11143 if test "${lt_cv_prog_compiler__b+set}" = set; then :
11144 $as_echo_n "(cached) " >&6
11145 else
11146 lt_cv_prog_compiler__b=no
11147 save_LDFLAGS="$LDFLAGS"
11148 LDFLAGS="$LDFLAGS -b"
11149 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11150 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11151 # The linker can only warn and ignore the option if not recognized
11152 # So say no if there are warnings
11153 if test -s conftest.err; then
11154 # Append any errors to the config.log.
11155 cat conftest.err 1>&5
11156 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11157 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11158 if diff conftest.exp conftest.er2 >/dev/null; then
11159 lt_cv_prog_compiler__b=yes
11160 fi
11161 else
11162 lt_cv_prog_compiler__b=yes
11163 fi
11164 fi
11165 $RM -r conftest*
11166 LDFLAGS="$save_LDFLAGS"
11167
11168 fi
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11170 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11171
11172 if test x"$lt_cv_prog_compiler__b" = xyes; then
11173 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11174 else
11175 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11176 fi
11177
11178 ;;
11179 esac
11180 fi
11181 if test "$with_gnu_ld" = no; then
11182 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11183 hardcode_libdir_separator=:
11184
11185 case $host_cpu in
11186 hppa*64*|ia64*)
11187 hardcode_direct=no
11188 hardcode_shlibpath_var=no
11189 ;;
11190 *)
11191 hardcode_direct=yes
11192 hardcode_direct_absolute=yes
11193 export_dynamic_flag_spec='${wl}-E'
11194
11195 # hardcode_minus_L: Not really in the search PATH,
11196 # but as the default location of the library.
11197 hardcode_minus_L=yes
11198 ;;
11199 esac
11200 fi
11201 ;;
11202
11203 irix5* | irix6* | nonstopux*)
11204 if test "$GCC" = yes; then
11205 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'
11206 # Try to use the -exported_symbol ld option, if it does not
11207 # work, assume that -exports_file does not work either and
11208 # implicitly export all symbols.
11209 save_LDFLAGS="$LDFLAGS"
11210 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11212 /* end confdefs.h. */
11213 int foo(void) {}
11214 _ACEOF
11215 if ac_fn_c_try_link "$LINENO"; then :
11216 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'
11217
11218 fi
11219 rm -f core conftest.err conftest.$ac_objext \
11220 conftest$ac_exeext conftest.$ac_ext
11221 LDFLAGS="$save_LDFLAGS"
11222 else
11223 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'
11224 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'
11225 fi
11226 archive_cmds_need_lc='no'
11227 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11228 hardcode_libdir_separator=:
11229 inherit_rpath=yes
11230 link_all_deplibs=yes
11231 ;;
11232
11233 netbsd*)
11234 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11235 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11236 else
11237 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11238 fi
11239 hardcode_libdir_flag_spec='-R$libdir'
11240 hardcode_direct=yes
11241 hardcode_shlibpath_var=no
11242 ;;
11243
11244 newsos6)
11245 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11246 hardcode_direct=yes
11247 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11248 hardcode_libdir_separator=:
11249 hardcode_shlibpath_var=no
11250 ;;
11251
11252 *nto* | *qnx*)
11253 ;;
11254
11255 openbsd*)
11256 if test -f /usr/libexec/ld.so; then
11257 hardcode_direct=yes
11258 hardcode_shlibpath_var=no
11259 hardcode_direct_absolute=yes
11260 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11261 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11262 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11263 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11264 export_dynamic_flag_spec='${wl}-E'
11265 else
11266 case $host_os in
11267 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11268 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11269 hardcode_libdir_flag_spec='-R$libdir'
11270 ;;
11271 *)
11272 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11273 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11274 ;;
11275 esac
11276 fi
11277 else
11278 ld_shlibs=no
11279 fi
11280 ;;
11281
11282 os2*)
11283 hardcode_libdir_flag_spec='-L$libdir'
11284 hardcode_minus_L=yes
11285 allow_undefined_flag=unsupported
11286 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'
11287 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11288 ;;
11289
11290 osf3*)
11291 if test "$GCC" = yes; then
11292 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11293 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'
11294 else
11295 allow_undefined_flag=' -expect_unresolved \*'
11296 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'
11297 fi
11298 archive_cmds_need_lc='no'
11299 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11300 hardcode_libdir_separator=:
11301 ;;
11302
11303 osf4* | osf5*) # as osf3* with the addition of -msym flag
11304 if test "$GCC" = yes; then
11305 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11306 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'
11307 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11308 else
11309 allow_undefined_flag=' -expect_unresolved \*'
11310 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'
11311 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~
11312 $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'
11313
11314 # Both c and cxx compiler support -rpath directly
11315 hardcode_libdir_flag_spec='-rpath $libdir'
11316 fi
11317 archive_cmds_need_lc='no'
11318 hardcode_libdir_separator=:
11319 ;;
11320
11321 solaris*)
11322 no_undefined_flag=' -z defs'
11323 if test "$GCC" = yes; then
11324 wlarc='${wl}'
11325 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11326 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11327 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11328 else
11329 case `$CC -V 2>&1` in
11330 *"Compilers 5.0"*)
11331 wlarc=''
11332 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11333 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11334 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11335 ;;
11336 *)
11337 wlarc='${wl}'
11338 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11339 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11340 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11341 ;;
11342 esac
11343 fi
11344 hardcode_libdir_flag_spec='-R$libdir'
11345 hardcode_shlibpath_var=no
11346 case $host_os in
11347 solaris2.[0-5] | solaris2.[0-5].*) ;;
11348 *)
11349 # The compiler driver will combine and reorder linker options,
11350 # but understands `-z linker_flag'. GCC discards it without `$wl',
11351 # but is careful enough not to reorder.
11352 # Supported since Solaris 2.6 (maybe 2.5.1?)
11353 if test "$GCC" = yes; then
11354 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11355 else
11356 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11357 fi
11358 ;;
11359 esac
11360 link_all_deplibs=yes
11361 ;;
11362
11363 sunos4*)
11364 if test "x$host_vendor" = xsequent; then
11365 # Use $CC to link under sequent, because it throws in some extra .o
11366 # files that make .init and .fini sections work.
11367 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11368 else
11369 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11370 fi
11371 hardcode_libdir_flag_spec='-L$libdir'
11372 hardcode_direct=yes
11373 hardcode_minus_L=yes
11374 hardcode_shlibpath_var=no
11375 ;;
11376
11377 sysv4)
11378 case $host_vendor in
11379 sni)
11380 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11381 hardcode_direct=yes # is this really true???
11382 ;;
11383 siemens)
11384 ## LD is ld it makes a PLAMLIB
11385 ## CC just makes a GrossModule.
11386 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11387 reload_cmds='$CC -r -o $output$reload_objs'
11388 hardcode_direct=no
11389 ;;
11390 motorola)
11391 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11392 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11393 ;;
11394 esac
11395 runpath_var='LD_RUN_PATH'
11396 hardcode_shlibpath_var=no
11397 ;;
11398
11399 sysv4.3*)
11400 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11401 hardcode_shlibpath_var=no
11402 export_dynamic_flag_spec='-Bexport'
11403 ;;
11404
11405 sysv4*MP*)
11406 if test -d /usr/nec; then
11407 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11408 hardcode_shlibpath_var=no
11409 runpath_var=LD_RUN_PATH
11410 hardcode_runpath_var=yes
11411 ld_shlibs=yes
11412 fi
11413 ;;
11414
11415 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11416 no_undefined_flag='${wl}-z,text'
11417 archive_cmds_need_lc=no
11418 hardcode_shlibpath_var=no
11419 runpath_var='LD_RUN_PATH'
11420
11421 if test "$GCC" = yes; then
11422 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11423 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11424 else
11425 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11426 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11427 fi
11428 ;;
11429
11430 sysv5* | sco3.2v5* | sco5v6*)
11431 # Note: We can NOT use -z defs as we might desire, because we do not
11432 # link with -lc, and that would cause any symbols used from libc to
11433 # always be unresolved, which means just about no library would
11434 # ever link correctly. If we're not using GNU ld we use -z text
11435 # though, which does catch some bad symbols but isn't as heavy-handed
11436 # as -z defs.
11437 no_undefined_flag='${wl}-z,text'
11438 allow_undefined_flag='${wl}-z,nodefs'
11439 archive_cmds_need_lc=no
11440 hardcode_shlibpath_var=no
11441 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11442 hardcode_libdir_separator=':'
11443 link_all_deplibs=yes
11444 export_dynamic_flag_spec='${wl}-Bexport'
11445 runpath_var='LD_RUN_PATH'
11446
11447 if test "$GCC" = yes; then
11448 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11449 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11450 else
11451 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11452 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 fi
11454 ;;
11455
11456 uts4*)
11457 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11458 hardcode_libdir_flag_spec='-L$libdir'
11459 hardcode_shlibpath_var=no
11460 ;;
11461
11462 *)
11463 ld_shlibs=no
11464 ;;
11465 esac
11466
11467 if test x$host_vendor = xsni; then
11468 case $host in
11469 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11470 export_dynamic_flag_spec='${wl}-Blargedynsym'
11471 ;;
11472 esac
11473 fi
11474 fi
11475
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11477 $as_echo "$ld_shlibs" >&6; }
11478 test "$ld_shlibs" = no && can_build_shared=no
11479
11480 with_gnu_ld=$with_gnu_ld
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496 #
11497 # Do we need to explicitly link libc?
11498 #
11499 case "x$archive_cmds_need_lc" in
11500 x|xyes)
11501 # Assume -lc should be added
11502 archive_cmds_need_lc=yes
11503
11504 if test "$enable_shared" = yes && test "$GCC" = yes; then
11505 case $archive_cmds in
11506 *'~'*)
11507 # FIXME: we may have to deal with multi-command sequences.
11508 ;;
11509 '$CC '*)
11510 # Test whether the compiler implicitly links with -lc since on some
11511 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11512 # to ld, don't add -lc before -lgcc.
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11514 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11515 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
11516 $as_echo_n "(cached) " >&6
11517 else
11518 $RM conftest*
11519 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11520
11521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11522 (eval $ac_compile) 2>&5
11523 ac_status=$?
11524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11525 test $ac_status = 0; } 2>conftest.err; then
11526 soname=conftest
11527 lib=conftest
11528 libobjs=conftest.$ac_objext
11529 deplibs=
11530 wl=$lt_prog_compiler_wl
11531 pic_flag=$lt_prog_compiler_pic
11532 compiler_flags=-v
11533 linker_flags=-v
11534 verstring=
11535 output_objdir=.
11536 libname=conftest
11537 lt_save_allow_undefined_flag=$allow_undefined_flag
11538 allow_undefined_flag=
11539 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11540 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11541 ac_status=$?
11542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11543 test $ac_status = 0; }
11544 then
11545 lt_cv_archive_cmds_need_lc=no
11546 else
11547 lt_cv_archive_cmds_need_lc=yes
11548 fi
11549 allow_undefined_flag=$lt_save_allow_undefined_flag
11550 else
11551 cat conftest.err 1>&5
11552 fi
11553 $RM conftest*
11554
11555 fi
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11557 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11558 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11559 ;;
11560 esac
11561 fi
11562 ;;
11563 esac
11564
11565
11566
11567
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593
11594
11595
11596
11597
11598
11599
11600
11601
11602
11603
11604
11605
11606
11607
11608
11609
11610
11611
11612
11613
11614
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11722 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11723
11724 if test "$GCC" = yes; then
11725 case $host_os in
11726 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11727 *) lt_awk_arg="/^libraries:/" ;;
11728 esac
11729 case $host_os in
11730 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11731 *) lt_sed_strip_eq="s,=/,/,g" ;;
11732 esac
11733 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11734 case $lt_search_path_spec in
11735 *\;*)
11736 # if the path contains ";" then we assume it to be the separator
11737 # otherwise default to the standard path separator (i.e. ":") - it is
11738 # assumed that no part of a normal pathname contains ";" but that should
11739 # okay in the real world where ";" in dirpaths is itself problematic.
11740 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11741 ;;
11742 *)
11743 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11744 ;;
11745 esac
11746 # Ok, now we have the path, separated by spaces, we can step through it
11747 # and add multilib dir if necessary.
11748 lt_tmp_lt_search_path_spec=
11749 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11750 for lt_sys_path in $lt_search_path_spec; do
11751 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11752 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11753 else
11754 test -d "$lt_sys_path" && \
11755 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11756 fi
11757 done
11758 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11759 BEGIN {RS=" "; FS="/|\n";} {
11760 lt_foo="";
11761 lt_count=0;
11762 for (lt_i = NF; lt_i > 0; lt_i--) {
11763 if ($lt_i != "" && $lt_i != ".") {
11764 if ($lt_i == "..") {
11765 lt_count++;
11766 } else {
11767 if (lt_count == 0) {
11768 lt_foo="/" $lt_i lt_foo;
11769 } else {
11770 lt_count--;
11771 }
11772 }
11773 }
11774 }
11775 if (lt_foo != "") { lt_freq[lt_foo]++; }
11776 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11777 }'`
11778 # AWK program above erroneously prepends '/' to C:/dos/paths
11779 # for these hosts.
11780 case $host_os in
11781 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11782 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11783 esac
11784 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11785 else
11786 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11787 fi
11788 library_names_spec=
11789 libname_spec='lib$name'
11790 soname_spec=
11791 shrext_cmds=".so"
11792 postinstall_cmds=
11793 postuninstall_cmds=
11794 finish_cmds=
11795 finish_eval=
11796 shlibpath_var=
11797 shlibpath_overrides_runpath=unknown
11798 version_type=none
11799 dynamic_linker="$host_os ld.so"
11800 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11801 need_lib_prefix=unknown
11802 hardcode_into_libs=no
11803
11804 # when you set need_version to no, make sure it does not cause -set_version
11805 # flags to be left without arguments
11806 need_version=unknown
11807
11808 case $host_os in
11809 aix3*)
11810 version_type=linux
11811 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11812 shlibpath_var=LIBPATH
11813
11814 # AIX 3 has no versioning support, so we append a major version to the name.
11815 soname_spec='${libname}${release}${shared_ext}$major'
11816 ;;
11817
11818 aix[4-9]*)
11819 version_type=linux
11820 need_lib_prefix=no
11821 need_version=no
11822 hardcode_into_libs=yes
11823 if test "$host_cpu" = ia64; then
11824 # AIX 5 supports IA64
11825 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11826 shlibpath_var=LD_LIBRARY_PATH
11827 else
11828 # With GCC up to 2.95.x, collect2 would create an import file
11829 # for dependence libraries. The import file would start with
11830 # the line `#! .'. This would cause the generated library to
11831 # depend on `.', always an invalid library. This was fixed in
11832 # development snapshots of GCC prior to 3.0.
11833 case $host_os in
11834 aix4 | aix4.[01] | aix4.[01].*)
11835 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11836 echo ' yes '
11837 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11838 :
11839 else
11840 can_build_shared=no
11841 fi
11842 ;;
11843 esac
11844 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11845 # soname into executable. Probably we can add versioning support to
11846 # collect2, so additional links can be useful in future.
11847 if test "$aix_use_runtimelinking" = yes; then
11848 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11849 # instead of lib<name>.a to let people know that these are not
11850 # typical AIX shared libraries.
11851 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11852 else
11853 # We preserve .a as extension for shared libraries through AIX4.2
11854 # and later when we are not doing run time linking.
11855 library_names_spec='${libname}${release}.a $libname.a'
11856 soname_spec='${libname}${release}${shared_ext}$major'
11857 fi
11858 shlibpath_var=LIBPATH
11859 fi
11860 ;;
11861
11862 amigaos*)
11863 case $host_cpu in
11864 powerpc)
11865 # Since July 2007 AmigaOS4 officially supports .so libraries.
11866 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11868 ;;
11869 m68k)
11870 library_names_spec='$libname.ixlibrary $libname.a'
11871 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11872 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'
11873 ;;
11874 esac
11875 ;;
11876
11877 beos*)
11878 library_names_spec='${libname}${shared_ext}'
11879 dynamic_linker="$host_os ld.so"
11880 shlibpath_var=LIBRARY_PATH
11881 ;;
11882
11883 bsdi[45]*)
11884 version_type=linux
11885 need_version=no
11886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11887 soname_spec='${libname}${release}${shared_ext}$major'
11888 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11889 shlibpath_var=LD_LIBRARY_PATH
11890 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11891 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11892 # the default ld.so.conf also contains /usr/contrib/lib and
11893 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11894 # libtool to hard-code these into programs
11895 ;;
11896
11897 cygwin* | mingw* | pw32* | cegcc*)
11898 version_type=windows
11899 shrext_cmds=".dll"
11900 need_version=no
11901 need_lib_prefix=no
11902
11903 case $GCC,$host_os in
11904 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11905 library_names_spec='$libname.dll.a'
11906 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11907 postinstall_cmds='base_file=`basename \${file}`~
11908 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11909 dldir=$destdir/`dirname \$dlpath`~
11910 test -d \$dldir || mkdir -p \$dldir~
11911 $install_prog $dir/$dlname \$dldir/$dlname~
11912 chmod a+x \$dldir/$dlname~
11913 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11914 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11915 fi'
11916 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11917 dlpath=$dir/\$dldll~
11918 $RM \$dlpath'
11919 shlibpath_overrides_runpath=yes
11920
11921 case $host_os in
11922 cygwin*)
11923 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11924 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11925
11926 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11927 ;;
11928 mingw* | cegcc*)
11929 # MinGW DLLs use traditional 'lib' prefix
11930 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11931 ;;
11932 pw32*)
11933 # pw32 DLLs use 'pw' prefix rather than 'lib'
11934 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11935 ;;
11936 esac
11937 ;;
11938
11939 *)
11940 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11941 ;;
11942 esac
11943 dynamic_linker='Win32 ld.exe'
11944 # FIXME: first we should search . and the directory the executable is in
11945 shlibpath_var=PATH
11946 ;;
11947
11948 darwin* | rhapsody*)
11949 dynamic_linker="$host_os dyld"
11950 version_type=darwin
11951 need_lib_prefix=no
11952 need_version=no
11953 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11954 soname_spec='${libname}${release}${major}$shared_ext'
11955 shlibpath_overrides_runpath=yes
11956 shlibpath_var=DYLD_LIBRARY_PATH
11957 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11958
11959 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11960 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11961 ;;
11962
11963 dgux*)
11964 version_type=linux
11965 need_lib_prefix=no
11966 need_version=no
11967 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11968 soname_spec='${libname}${release}${shared_ext}$major'
11969 shlibpath_var=LD_LIBRARY_PATH
11970 ;;
11971
11972 freebsd* | dragonfly*)
11973 # DragonFly does not have aout. When/if they implement a new
11974 # versioning mechanism, adjust this.
11975 if test -x /usr/bin/objformat; then
11976 objformat=`/usr/bin/objformat`
11977 else
11978 case $host_os in
11979 freebsd[23].*) objformat=aout ;;
11980 *) objformat=elf ;;
11981 esac
11982 fi
11983 version_type=freebsd-$objformat
11984 case $version_type in
11985 freebsd-elf*)
11986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11987 need_version=no
11988 need_lib_prefix=no
11989 ;;
11990 freebsd-*)
11991 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11992 need_version=yes
11993 ;;
11994 esac
11995 shlibpath_var=LD_LIBRARY_PATH
11996 case $host_os in
11997 freebsd2.*)
11998 shlibpath_overrides_runpath=yes
11999 ;;
12000 freebsd3.[01]* | freebsdelf3.[01]*)
12001 shlibpath_overrides_runpath=yes
12002 hardcode_into_libs=yes
12003 ;;
12004 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12005 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12006 shlibpath_overrides_runpath=no
12007 hardcode_into_libs=yes
12008 ;;
12009 *) # from 4.6 on, and DragonFly
12010 shlibpath_overrides_runpath=yes
12011 hardcode_into_libs=yes
12012 ;;
12013 esac
12014 ;;
12015
12016 gnu*)
12017 version_type=linux
12018 need_lib_prefix=no
12019 need_version=no
12020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12021 soname_spec='${libname}${release}${shared_ext}$major'
12022 shlibpath_var=LD_LIBRARY_PATH
12023 hardcode_into_libs=yes
12024 ;;
12025
12026 haiku*)
12027 version_type=linux
12028 need_lib_prefix=no
12029 need_version=no
12030 dynamic_linker="$host_os runtime_loader"
12031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12032 soname_spec='${libname}${release}${shared_ext}$major'
12033 shlibpath_var=LIBRARY_PATH
12034 shlibpath_overrides_runpath=yes
12035 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12036 hardcode_into_libs=yes
12037 ;;
12038
12039 hpux9* | hpux10* | hpux11*)
12040 # Give a soname corresponding to the major version so that dld.sl refuses to
12041 # link against other versions.
12042 version_type=sunos
12043 need_lib_prefix=no
12044 need_version=no
12045 case $host_cpu in
12046 ia64*)
12047 shrext_cmds='.so'
12048 hardcode_into_libs=yes
12049 dynamic_linker="$host_os dld.so"
12050 shlibpath_var=LD_LIBRARY_PATH
12051 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12052 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12053 soname_spec='${libname}${release}${shared_ext}$major'
12054 if test "X$HPUX_IA64_MODE" = X32; then
12055 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12056 else
12057 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12058 fi
12059 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12060 ;;
12061 hppa*64*)
12062 shrext_cmds='.sl'
12063 hardcode_into_libs=yes
12064 dynamic_linker="$host_os dld.sl"
12065 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12066 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12068 soname_spec='${libname}${release}${shared_ext}$major'
12069 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12070 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12071 ;;
12072 *)
12073 shrext_cmds='.sl'
12074 dynamic_linker="$host_os dld.sl"
12075 shlibpath_var=SHLIB_PATH
12076 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12078 soname_spec='${libname}${release}${shared_ext}$major'
12079 ;;
12080 esac
12081 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12082 postinstall_cmds='chmod 555 $lib'
12083 # or fails outright, so override atomically:
12084 install_override_mode=555
12085 ;;
12086
12087 interix[3-9]*)
12088 version_type=linux
12089 need_lib_prefix=no
12090 need_version=no
12091 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12092 soname_spec='${libname}${release}${shared_ext}$major'
12093 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12094 shlibpath_var=LD_LIBRARY_PATH
12095 shlibpath_overrides_runpath=no
12096 hardcode_into_libs=yes
12097 ;;
12098
12099 irix5* | irix6* | nonstopux*)
12100 case $host_os in
12101 nonstopux*) version_type=nonstopux ;;
12102 *)
12103 if test "$lt_cv_prog_gnu_ld" = yes; then
12104 version_type=linux
12105 else
12106 version_type=irix
12107 fi ;;
12108 esac
12109 need_lib_prefix=no
12110 need_version=no
12111 soname_spec='${libname}${release}${shared_ext}$major'
12112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12113 case $host_os in
12114 irix5* | nonstopux*)
12115 libsuff= shlibsuff=
12116 ;;
12117 *)
12118 case $LD in # libtool.m4 will add one of these switches to LD
12119 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12120 libsuff= shlibsuff= libmagic=32-bit;;
12121 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12122 libsuff=32 shlibsuff=N32 libmagic=N32;;
12123 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12124 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12125 *) libsuff= shlibsuff= libmagic=never-match;;
12126 esac
12127 ;;
12128 esac
12129 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12130 shlibpath_overrides_runpath=no
12131 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12132 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12133 hardcode_into_libs=yes
12134 ;;
12135
12136 # No shared lib support for Linux oldld, aout, or coff.
12137 linux*oldld* | linux*aout* | linux*coff*)
12138 dynamic_linker=no
12139 ;;
12140
12141 # This must be Linux ELF.
12142 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12143 version_type=linux
12144 need_lib_prefix=no
12145 need_version=no
12146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12147 soname_spec='${libname}${release}${shared_ext}$major'
12148 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12149 shlibpath_var=LD_LIBRARY_PATH
12150 shlibpath_overrides_runpath=no
12151
12152 # Some binutils ld are patched to set DT_RUNPATH
12153 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
12154 $as_echo_n "(cached) " >&6
12155 else
12156 lt_cv_shlibpath_overrides_runpath=no
12157 save_LDFLAGS=$LDFLAGS
12158 save_libdir=$libdir
12159 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12160 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12162 /* end confdefs.h. */
12163
12164 int
12165 main ()
12166 {
12167
12168 ;
12169 return 0;
12170 }
12171 _ACEOF
12172 if ac_fn_c_try_link "$LINENO"; then :
12173 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12174 lt_cv_shlibpath_overrides_runpath=yes
12175 fi
12176 fi
12177 rm -f core conftest.err conftest.$ac_objext \
12178 conftest$ac_exeext conftest.$ac_ext
12179 LDFLAGS=$save_LDFLAGS
12180 libdir=$save_libdir
12181
12182 fi
12183
12184 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12185
12186 # This implies no fast_install, which is unacceptable.
12187 # Some rework will be needed to allow for fast_install
12188 # before this can be enabled.
12189 hardcode_into_libs=yes
12190
12191 # Append ld.so.conf contents to the search path
12192 if test -f /etc/ld.so.conf; then
12193 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' ' '`
12194 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12195 fi
12196
12197 # We used to test for /lib/ld.so.1 and disable shared libraries on
12198 # powerpc, because MkLinux only supported shared libraries with the
12199 # GNU dynamic linker. Since this was broken with cross compilers,
12200 # most powerpc-linux boxes support dynamic linking these days and
12201 # people can always --disable-shared, the test was removed, and we
12202 # assume the GNU/Linux dynamic linker is in use.
12203 dynamic_linker='GNU/Linux ld.so'
12204 ;;
12205
12206 netbsd*)
12207 version_type=sunos
12208 need_lib_prefix=no
12209 need_version=no
12210 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12212 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12213 dynamic_linker='NetBSD (a.out) ld.so'
12214 else
12215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12216 soname_spec='${libname}${release}${shared_ext}$major'
12217 dynamic_linker='NetBSD ld.elf_so'
12218 fi
12219 shlibpath_var=LD_LIBRARY_PATH
12220 shlibpath_overrides_runpath=yes
12221 hardcode_into_libs=yes
12222 ;;
12223
12224 newsos6)
12225 version_type=linux
12226 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12227 shlibpath_var=LD_LIBRARY_PATH
12228 shlibpath_overrides_runpath=yes
12229 ;;
12230
12231 *nto* | *qnx*)
12232 version_type=qnx
12233 need_lib_prefix=no
12234 need_version=no
12235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12236 soname_spec='${libname}${release}${shared_ext}$major'
12237 shlibpath_var=LD_LIBRARY_PATH
12238 shlibpath_overrides_runpath=no
12239 hardcode_into_libs=yes
12240 dynamic_linker='ldqnx.so'
12241 ;;
12242
12243 openbsd*)
12244 version_type=sunos
12245 sys_lib_dlsearch_path_spec="/usr/lib"
12246 need_lib_prefix=no
12247 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12248 case $host_os in
12249 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12250 *) need_version=no ;;
12251 esac
12252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12253 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12254 shlibpath_var=LD_LIBRARY_PATH
12255 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12256 case $host_os in
12257 openbsd2.[89] | openbsd2.[89].*)
12258 shlibpath_overrides_runpath=no
12259 ;;
12260 *)
12261 shlibpath_overrides_runpath=yes
12262 ;;
12263 esac
12264 else
12265 shlibpath_overrides_runpath=yes
12266 fi
12267 ;;
12268
12269 os2*)
12270 libname_spec='$name'
12271 shrext_cmds=".dll"
12272 need_lib_prefix=no
12273 library_names_spec='$libname${shared_ext} $libname.a'
12274 dynamic_linker='OS/2 ld.exe'
12275 shlibpath_var=LIBPATH
12276 ;;
12277
12278 osf3* | osf4* | osf5*)
12279 version_type=osf
12280 need_lib_prefix=no
12281 need_version=no
12282 soname_spec='${libname}${release}${shared_ext}$major'
12283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12284 shlibpath_var=LD_LIBRARY_PATH
12285 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12286 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12287 ;;
12288
12289 rdos*)
12290 dynamic_linker=no
12291 ;;
12292
12293 solaris*)
12294 version_type=linux
12295 need_lib_prefix=no
12296 need_version=no
12297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12298 soname_spec='${libname}${release}${shared_ext}$major'
12299 shlibpath_var=LD_LIBRARY_PATH
12300 shlibpath_overrides_runpath=yes
12301 hardcode_into_libs=yes
12302 # ldd complains unless libraries are executable
12303 postinstall_cmds='chmod +x $lib'
12304 ;;
12305
12306 sunos4*)
12307 version_type=sunos
12308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12309 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12310 shlibpath_var=LD_LIBRARY_PATH
12311 shlibpath_overrides_runpath=yes
12312 if test "$with_gnu_ld" = yes; then
12313 need_lib_prefix=no
12314 fi
12315 need_version=yes
12316 ;;
12317
12318 sysv4 | sysv4.3*)
12319 version_type=linux
12320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12321 soname_spec='${libname}${release}${shared_ext}$major'
12322 shlibpath_var=LD_LIBRARY_PATH
12323 case $host_vendor in
12324 sni)
12325 shlibpath_overrides_runpath=no
12326 need_lib_prefix=no
12327 runpath_var=LD_RUN_PATH
12328 ;;
12329 siemens)
12330 need_lib_prefix=no
12331 ;;
12332 motorola)
12333 need_lib_prefix=no
12334 need_version=no
12335 shlibpath_overrides_runpath=no
12336 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12337 ;;
12338 esac
12339 ;;
12340
12341 sysv4*MP*)
12342 if test -d /usr/nec ;then
12343 version_type=linux
12344 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12345 soname_spec='$libname${shared_ext}.$major'
12346 shlibpath_var=LD_LIBRARY_PATH
12347 fi
12348 ;;
12349
12350 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12351 version_type=freebsd-elf
12352 need_lib_prefix=no
12353 need_version=no
12354 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12355 soname_spec='${libname}${release}${shared_ext}$major'
12356 shlibpath_var=LD_LIBRARY_PATH
12357 shlibpath_overrides_runpath=yes
12358 hardcode_into_libs=yes
12359 if test "$with_gnu_ld" = yes; then
12360 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12361 else
12362 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12363 case $host_os in
12364 sco3.2v5*)
12365 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12366 ;;
12367 esac
12368 fi
12369 sys_lib_dlsearch_path_spec='/usr/lib'
12370 ;;
12371
12372 tpf*)
12373 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12374 version_type=linux
12375 need_lib_prefix=no
12376 need_version=no
12377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12378 shlibpath_var=LD_LIBRARY_PATH
12379 shlibpath_overrides_runpath=no
12380 hardcode_into_libs=yes
12381 ;;
12382
12383 uts4*)
12384 version_type=linux
12385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12386 soname_spec='${libname}${release}${shared_ext}$major'
12387 shlibpath_var=LD_LIBRARY_PATH
12388 ;;
12389
12390 *)
12391 dynamic_linker=no
12392 ;;
12393 esac
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12395 $as_echo "$dynamic_linker" >&6; }
12396 test "$dynamic_linker" = no && can_build_shared=no
12397
12398 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12399 if test "$GCC" = yes; then
12400 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12401 fi
12402
12403 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12404 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12405 fi
12406 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12407 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12408 fi
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
12450
12451
12452
12453
12454
12455
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
12479
12480
12481
12482
12483
12484
12485
12486
12487
12488
12489
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12502 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12503 hardcode_action=
12504 if test -n "$hardcode_libdir_flag_spec" ||
12505 test -n "$runpath_var" ||
12506 test "X$hardcode_automatic" = "Xyes" ; then
12507
12508 # We can hardcode non-existent directories.
12509 if test "$hardcode_direct" != no &&
12510 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12511 # have to relink, otherwise we might link with an installed library
12512 # when we should be linking with a yet-to-be-installed one
12513 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12514 test "$hardcode_minus_L" != no; then
12515 # Linking always hardcodes the temporary library directory.
12516 hardcode_action=relink
12517 else
12518 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12519 hardcode_action=immediate
12520 fi
12521 else
12522 # We cannot hardcode anything, or else we can only hardcode existing
12523 # directories.
12524 hardcode_action=unsupported
12525 fi
12526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12527 $as_echo "$hardcode_action" >&6; }
12528
12529 if test "$hardcode_action" = relink ||
12530 test "$inherit_rpath" = yes; then
12531 # Fast installation is not supported
12532 enable_fast_install=no
12533 elif test "$shlibpath_overrides_runpath" = yes ||
12534 test "$enable_shared" = no; then
12535 # Fast installation is not necessary
12536 enable_fast_install=needless
12537 fi
12538
12539
12540
12541
12542
12543
12544 if test "x$enable_dlopen" != xyes; then
12545 enable_dlopen=unknown
12546 enable_dlopen_self=unknown
12547 enable_dlopen_self_static=unknown
12548 else
12549 lt_cv_dlopen=no
12550 lt_cv_dlopen_libs=
12551
12552 case $host_os in
12553 beos*)
12554 lt_cv_dlopen="load_add_on"
12555 lt_cv_dlopen_libs=
12556 lt_cv_dlopen_self=yes
12557 ;;
12558
12559 mingw* | pw32* | cegcc*)
12560 lt_cv_dlopen="LoadLibrary"
12561 lt_cv_dlopen_libs=
12562 ;;
12563
12564 cygwin*)
12565 lt_cv_dlopen="dlopen"
12566 lt_cv_dlopen_libs=
12567 ;;
12568
12569 darwin*)
12570 # if libdl is installed we need to link against it
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12572 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12573 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12574 $as_echo_n "(cached) " >&6
12575 else
12576 ac_check_lib_save_LIBS=$LIBS
12577 LIBS="-ldl $LIBS"
12578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12579 /* end confdefs.h. */
12580
12581 /* Override any GCC internal prototype to avoid an error.
12582 Use char because int might match the return type of a GCC
12583 builtin and then its argument prototype would still apply. */
12584 #ifdef __cplusplus
12585 extern "C"
12586 #endif
12587 char dlopen ();
12588 int
12589 main ()
12590 {
12591 return dlopen ();
12592 ;
12593 return 0;
12594 }
12595 _ACEOF
12596 if ac_fn_c_try_link "$LINENO"; then :
12597 ac_cv_lib_dl_dlopen=yes
12598 else
12599 ac_cv_lib_dl_dlopen=no
12600 fi
12601 rm -f core conftest.err conftest.$ac_objext \
12602 conftest$ac_exeext conftest.$ac_ext
12603 LIBS=$ac_check_lib_save_LIBS
12604 fi
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12606 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12607 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12608 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12609 else
12610
12611 lt_cv_dlopen="dyld"
12612 lt_cv_dlopen_libs=
12613 lt_cv_dlopen_self=yes
12614
12615 fi
12616
12617 ;;
12618
12619 *)
12620 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12621 if test "x$ac_cv_func_shl_load" = x""yes; then :
12622 lt_cv_dlopen="shl_load"
12623 else
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12625 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12626 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12627 $as_echo_n "(cached) " >&6
12628 else
12629 ac_check_lib_save_LIBS=$LIBS
12630 LIBS="-ldld $LIBS"
12631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632 /* end confdefs.h. */
12633
12634 /* Override any GCC internal prototype to avoid an error.
12635 Use char because int might match the return type of a GCC
12636 builtin and then its argument prototype would still apply. */
12637 #ifdef __cplusplus
12638 extern "C"
12639 #endif
12640 char shl_load ();
12641 int
12642 main ()
12643 {
12644 return shl_load ();
12645 ;
12646 return 0;
12647 }
12648 _ACEOF
12649 if ac_fn_c_try_link "$LINENO"; then :
12650 ac_cv_lib_dld_shl_load=yes
12651 else
12652 ac_cv_lib_dld_shl_load=no
12653 fi
12654 rm -f core conftest.err conftest.$ac_objext \
12655 conftest$ac_exeext conftest.$ac_ext
12656 LIBS=$ac_check_lib_save_LIBS
12657 fi
12658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12659 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12660 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12661 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12662 else
12663 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12664 if test "x$ac_cv_func_dlopen" = x""yes; then :
12665 lt_cv_dlopen="dlopen"
12666 else
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12668 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12669 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12670 $as_echo_n "(cached) " >&6
12671 else
12672 ac_check_lib_save_LIBS=$LIBS
12673 LIBS="-ldl $LIBS"
12674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12675 /* end confdefs.h. */
12676
12677 /* Override any GCC internal prototype to avoid an error.
12678 Use char because int might match the return type of a GCC
12679 builtin and then its argument prototype would still apply. */
12680 #ifdef __cplusplus
12681 extern "C"
12682 #endif
12683 char dlopen ();
12684 int
12685 main ()
12686 {
12687 return dlopen ();
12688 ;
12689 return 0;
12690 }
12691 _ACEOF
12692 if ac_fn_c_try_link "$LINENO"; then :
12693 ac_cv_lib_dl_dlopen=yes
12694 else
12695 ac_cv_lib_dl_dlopen=no
12696 fi
12697 rm -f core conftest.err conftest.$ac_objext \
12698 conftest$ac_exeext conftest.$ac_ext
12699 LIBS=$ac_check_lib_save_LIBS
12700 fi
12701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12702 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12703 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12704 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12705 else
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12707 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12708 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
12709 $as_echo_n "(cached) " >&6
12710 else
12711 ac_check_lib_save_LIBS=$LIBS
12712 LIBS="-lsvld $LIBS"
12713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12714 /* end confdefs.h. */
12715
12716 /* Override any GCC internal prototype to avoid an error.
12717 Use char because int might match the return type of a GCC
12718 builtin and then its argument prototype would still apply. */
12719 #ifdef __cplusplus
12720 extern "C"
12721 #endif
12722 char dlopen ();
12723 int
12724 main ()
12725 {
12726 return dlopen ();
12727 ;
12728 return 0;
12729 }
12730 _ACEOF
12731 if ac_fn_c_try_link "$LINENO"; then :
12732 ac_cv_lib_svld_dlopen=yes
12733 else
12734 ac_cv_lib_svld_dlopen=no
12735 fi
12736 rm -f core conftest.err conftest.$ac_objext \
12737 conftest$ac_exeext conftest.$ac_ext
12738 LIBS=$ac_check_lib_save_LIBS
12739 fi
12740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12741 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12742 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12743 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12744 else
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12746 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12747 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
12748 $as_echo_n "(cached) " >&6
12749 else
12750 ac_check_lib_save_LIBS=$LIBS
12751 LIBS="-ldld $LIBS"
12752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12753 /* end confdefs.h. */
12754
12755 /* Override any GCC internal prototype to avoid an error.
12756 Use char because int might match the return type of a GCC
12757 builtin and then its argument prototype would still apply. */
12758 #ifdef __cplusplus
12759 extern "C"
12760 #endif
12761 char dld_link ();
12762 int
12763 main ()
12764 {
12765 return dld_link ();
12766 ;
12767 return 0;
12768 }
12769 _ACEOF
12770 if ac_fn_c_try_link "$LINENO"; then :
12771 ac_cv_lib_dld_dld_link=yes
12772 else
12773 ac_cv_lib_dld_dld_link=no
12774 fi
12775 rm -f core conftest.err conftest.$ac_objext \
12776 conftest$ac_exeext conftest.$ac_ext
12777 LIBS=$ac_check_lib_save_LIBS
12778 fi
12779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12780 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12781 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12782 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12783 fi
12784
12785
12786 fi
12787
12788
12789 fi
12790
12791
12792 fi
12793
12794
12795 fi
12796
12797
12798 fi
12799
12800 ;;
12801 esac
12802
12803 if test "x$lt_cv_dlopen" != xno; then
12804 enable_dlopen=yes
12805 else
12806 enable_dlopen=no
12807 fi
12808
12809 case $lt_cv_dlopen in
12810 dlopen)
12811 save_CPPFLAGS="$CPPFLAGS"
12812 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12813
12814 save_LDFLAGS="$LDFLAGS"
12815 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12816
12817 save_LIBS="$LIBS"
12818 LIBS="$lt_cv_dlopen_libs $LIBS"
12819
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12821 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12822 if test "${lt_cv_dlopen_self+set}" = set; then :
12823 $as_echo_n "(cached) " >&6
12824 else
12825 if test "$cross_compiling" = yes; then :
12826 lt_cv_dlopen_self=cross
12827 else
12828 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12829 lt_status=$lt_dlunknown
12830 cat > conftest.$ac_ext <<_LT_EOF
12831 #line 12831 "configure"
12832 #include "confdefs.h"
12833
12834 #if HAVE_DLFCN_H
12835 #include <dlfcn.h>
12836 #endif
12837
12838 #include <stdio.h>
12839
12840 #ifdef RTLD_GLOBAL
12841 # define LT_DLGLOBAL RTLD_GLOBAL
12842 #else
12843 # ifdef DL_GLOBAL
12844 # define LT_DLGLOBAL DL_GLOBAL
12845 # else
12846 # define LT_DLGLOBAL 0
12847 # endif
12848 #endif
12849
12850 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12851 find out it does not work in some platform. */
12852 #ifndef LT_DLLAZY_OR_NOW
12853 # ifdef RTLD_LAZY
12854 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12855 # else
12856 # ifdef DL_LAZY
12857 # define LT_DLLAZY_OR_NOW DL_LAZY
12858 # else
12859 # ifdef RTLD_NOW
12860 # define LT_DLLAZY_OR_NOW RTLD_NOW
12861 # else
12862 # ifdef DL_NOW
12863 # define LT_DLLAZY_OR_NOW DL_NOW
12864 # else
12865 # define LT_DLLAZY_OR_NOW 0
12866 # endif
12867 # endif
12868 # endif
12869 # endif
12870 #endif
12871
12872 /* When -fvisbility=hidden is used, assume the code has been annotated
12873 correspondingly for the symbols needed. */
12874 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12875 void fnord () __attribute__((visibility("default")));
12876 #endif
12877
12878 void fnord () { int i=42; }
12879 int main ()
12880 {
12881 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12882 int status = $lt_dlunknown;
12883
12884 if (self)
12885 {
12886 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12887 else
12888 {
12889 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12890 else puts (dlerror ());
12891 }
12892 /* dlclose (self); */
12893 }
12894 else
12895 puts (dlerror ());
12896
12897 return status;
12898 }
12899 _LT_EOF
12900 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12901 (eval $ac_link) 2>&5
12902 ac_status=$?
12903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12904 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12905 (./conftest; exit; ) >&5 2>/dev/null
12906 lt_status=$?
12907 case x$lt_status in
12908 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12909 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12910 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12911 esac
12912 else :
12913 # compilation failed
12914 lt_cv_dlopen_self=no
12915 fi
12916 fi
12917 rm -fr conftest*
12918
12919
12920 fi
12921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12922 $as_echo "$lt_cv_dlopen_self" >&6; }
12923
12924 if test "x$lt_cv_dlopen_self" = xyes; then
12925 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12927 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12928 if test "${lt_cv_dlopen_self_static+set}" = set; then :
12929 $as_echo_n "(cached) " >&6
12930 else
12931 if test "$cross_compiling" = yes; then :
12932 lt_cv_dlopen_self_static=cross
12933 else
12934 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12935 lt_status=$lt_dlunknown
12936 cat > conftest.$ac_ext <<_LT_EOF
12937 #line 12937 "configure"
12938 #include "confdefs.h"
12939
12940 #if HAVE_DLFCN_H
12941 #include <dlfcn.h>
12942 #endif
12943
12944 #include <stdio.h>
12945
12946 #ifdef RTLD_GLOBAL
12947 # define LT_DLGLOBAL RTLD_GLOBAL
12948 #else
12949 # ifdef DL_GLOBAL
12950 # define LT_DLGLOBAL DL_GLOBAL
12951 # else
12952 # define LT_DLGLOBAL 0
12953 # endif
12954 #endif
12955
12956 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12957 find out it does not work in some platform. */
12958 #ifndef LT_DLLAZY_OR_NOW
12959 # ifdef RTLD_LAZY
12960 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12961 # else
12962 # ifdef DL_LAZY
12963 # define LT_DLLAZY_OR_NOW DL_LAZY
12964 # else
12965 # ifdef RTLD_NOW
12966 # define LT_DLLAZY_OR_NOW RTLD_NOW
12967 # else
12968 # ifdef DL_NOW
12969 # define LT_DLLAZY_OR_NOW DL_NOW
12970 # else
12971 # define LT_DLLAZY_OR_NOW 0
12972 # endif
12973 # endif
12974 # endif
12975 # endif
12976 #endif
12977
12978 /* When -fvisbility=hidden is used, assume the code has been annotated
12979 correspondingly for the symbols needed. */
12980 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12981 void fnord () __attribute__((visibility("default")));
12982 #endif
12983
12984 void fnord () { int i=42; }
12985 int main ()
12986 {
12987 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12988 int status = $lt_dlunknown;
12989
12990 if (self)
12991 {
12992 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12993 else
12994 {
12995 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12996 else puts (dlerror ());
12997 }
12998 /* dlclose (self); */
12999 }
13000 else
13001 puts (dlerror ());
13002
13003 return status;
13004 }
13005 _LT_EOF
13006 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13007 (eval $ac_link) 2>&5
13008 ac_status=$?
13009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13010 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13011 (./conftest; exit; ) >&5 2>/dev/null
13012 lt_status=$?
13013 case x$lt_status in
13014 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13015 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13016 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13017 esac
13018 else :
13019 # compilation failed
13020 lt_cv_dlopen_self_static=no
13021 fi
13022 fi
13023 rm -fr conftest*
13024
13025
13026 fi
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13028 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13029 fi
13030
13031 CPPFLAGS="$save_CPPFLAGS"
13032 LDFLAGS="$save_LDFLAGS"
13033 LIBS="$save_LIBS"
13034 ;;
13035 esac
13036
13037 case $lt_cv_dlopen_self in
13038 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13039 *) enable_dlopen_self=unknown ;;
13040 esac
13041
13042 case $lt_cv_dlopen_self_static in
13043 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13044 *) enable_dlopen_self_static=unknown ;;
13045 esac
13046 fi
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064 striplib=
13065 old_striplib=
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13067 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13068 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13069 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13070 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13072 $as_echo "yes" >&6; }
13073 else
13074 # FIXME - insert some real tests, host_os isn't really good enough
13075 case $host_os in
13076 darwin*)
13077 if test -n "$STRIP" ; then
13078 striplib="$STRIP -x"
13079 old_striplib="$STRIP -S"
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13081 $as_echo "yes" >&6; }
13082 else
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13084 $as_echo "no" >&6; }
13085 fi
13086 ;;
13087 *)
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13089 $as_echo "no" >&6; }
13090 ;;
13091 esac
13092 fi
13093
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105 # Report which library types will actually be built
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13107 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13109 $as_echo "$can_build_shared" >&6; }
13110
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13112 $as_echo_n "checking whether to build shared libraries... " >&6; }
13113 test "$can_build_shared" = "no" && enable_shared=no
13114
13115 # On AIX, shared libraries and static libraries use the same namespace, and
13116 # are all built from PIC.
13117 case $host_os in
13118 aix3*)
13119 test "$enable_shared" = yes && enable_static=no
13120 if test -n "$RANLIB"; then
13121 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13122 postinstall_cmds='$RANLIB $lib'
13123 fi
13124 ;;
13125
13126 aix[4-9]*)
13127 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13128 test "$enable_shared" = yes && enable_static=no
13129 fi
13130 ;;
13131 esac
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13133 $as_echo "$enable_shared" >&6; }
13134
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13136 $as_echo_n "checking whether to build static libraries... " >&6; }
13137 # Make sure either enable_shared or enable_static is yes.
13138 test "$enable_shared" = yes || enable_static=yes
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13140 $as_echo "$enable_static" >&6; }
13141
13142
13143
13144
13145 fi
13146 ac_ext=c
13147 ac_cpp='$CPP $CPPFLAGS'
13148 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13149 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13150 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13151
13152 CC="$lt_save_CC"
13153
13154
13155
13156
13157
13158
13159
13160
13161
13162
13163
13164
13165
13166 ac_config_commands="$ac_config_commands libtool"
13167
13168
13169
13170
13171 # Only expand once:
13172
13173
13174
13175
13176 . ${srcdir}/../../bfd/configure.host
13177
13178
13179
13180
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13182 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13183 # Check whether --enable-maintainer-mode was given.
13184 if test "${enable_maintainer_mode+set}" = set; then :
13185 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13186 else
13187 USE_MAINTAINER_MODE=no
13188 fi
13189
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13191 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13192 if test $USE_MAINTAINER_MODE = yes; then
13193 MAINTAINER_MODE_TRUE=
13194 MAINTAINER_MODE_FALSE='#'
13195 else
13196 MAINTAINER_MODE_TRUE='#'
13197 MAINTAINER_MODE_FALSE=
13198 fi
13199
13200 MAINT=$MAINTAINER_MODE_TRUE
13201
13202
13203
13204
13205 # Check whether --enable-sim-debug was given.
13206 if test "${enable_sim_debug+set}" = set; then :
13207 enableval=$enable_sim_debug; case "${enableval}" in
13208 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13209 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13210 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13211 esac
13212 if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13213 echo "Setting sim debug = $sim_debug" 6>&1
13214 fi
13215 else
13216 sim_debug=""
13217 fi
13218
13219
13220
13221 # Check whether --enable-sim-stdio was given.
13222 if test "${enable_sim_stdio+set}" = set; then :
13223 enableval=$enable_sim_stdio; case "${enableval}" in
13224 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13225 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
13226 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
13227 esac
13228 if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13229 echo "Setting stdio flags = $sim_stdio" 6>&1
13230 fi
13231 else
13232 sim_stdio=""
13233 fi
13234
13235
13236
13237 # Check whether --enable-sim-trace was given.
13238 if test "${enable_sim_trace+set}" = set; then :
13239 enableval=$enable_sim_trace; case "${enableval}" in
13240 yes) sim_trace="-DWITH_TRACE=-1";;
13241 no) sim_trace="-DWITH_TRACE=0";;
13242 [-0-9]*)
13243 sim_trace="-DWITH_TRACE='(${enableval})'";;
13244 [[:lower:]]*)
13245 sim_trace=""
13246 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13247 if test x"$sim_trace" = x; then
13248 sim_trace="-DWITH_TRACE='(TRACE_$x"
13249 else
13250 sim_trace="${sim_trace}|TRACE_$x"
13251 fi
13252 done
13253 sim_trace="$sim_trace)'" ;;
13254 esac
13255 if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13256 echo "Setting sim trace = $sim_trace" 6>&1
13257 fi
13258 else
13259 sim_trace=""
13260 fi
13261
13262
13263
13264 # Check whether --enable-sim-profile was given.
13265 if test "${enable_sim_profile+set}" = set; then :
13266 enableval=$enable_sim_profile; case "${enableval}" in
13267 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13268 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13269 [-0-9]*)
13270 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13271 [a-z]*)
13272 sim_profile=""
13273 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13274 if test x"$sim_profile" = x; then
13275 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13276 else
13277 sim_profile="${sim_profile}|PROFILE_$x"
13278 fi
13279 done
13280 sim_profile="$sim_profile)'" ;;
13281 esac
13282 if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13283 echo "Setting sim profile = $sim_profile" 6>&1
13284 fi
13285 else
13286 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
13287 fi
13288
13289
13290
13291 # Check whether --enable-sim-assert was given.
13292 if test "${enable_sim_assert+set}" = set; then :
13293 enableval=$enable_sim_assert; case "${enableval}" in
13294 yes) sim_assert="-DWITH_ASSERT=1";;
13295 no) sim_assert="-DWITH_ASSERT=0";;
13296 *) as_fn_error "\"--enable-sim-assert does not take a value\"" "$LINENO" 5; sim_assert="";;
13297 esac
13298 if test x"$silent" != x"yes" && test x"$sim_assert" != x""; then
13299 echo "Setting assert flags = $sim_assert" 6>&1
13300 fi
13301 else
13302 sim_assert=""
13303 fi
13304
13305
13306 # Check whether --enable-sim-environment was given.
13307 if test "${enable_sim_environment+set}" = set; then :
13308 enableval=$enable_sim_environment; case "${enableval}" in
13309 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13310 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13311 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13312 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
13313 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
13314 sim_environment="";;
13315 esac
13316 if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13317 echo "Setting sim environment = $sim_environment" 6>&1
13318 fi
13319 else
13320 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
13321 fi
13322
13323
13324 sim_inline="-DDEFAULT_INLINE=0"
13325 # Check whether --enable-sim-inline was given.
13326 if test "${enable_sim_inline+set}" = set; then :
13327 enableval=$enable_sim_inline; sim_inline=""
13328 case "$enableval" in
13329 no) sim_inline="-DDEFAULT_INLINE=0";;
13330 0) sim_inline="-DDEFAULT_INLINE=0";;
13331 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13332 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13333 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13334 new_flag=""
13335 case "$x" in
13336 *_INLINE=*) new_flag="-D$x";;
13337 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13338 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13339 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13340 esac
13341 if test x"$sim_inline" = x""; then
13342 sim_inline="$new_flag"
13343 else
13344 sim_inline="$sim_inline $new_flag"
13345 fi
13346 done;;
13347 esac
13348 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13349 echo "Setting inline flags = $sim_inline" 6>&1
13350 fi
13351 fi
13352
13353
13354
13355
13356 # Check whether --with-pkgversion was given.
13357 if test "${with_pkgversion+set}" = set; then :
13358 withval=$with_pkgversion; case "$withval" in
13359 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13360 no) PKGVERSION= ;;
13361 *) PKGVERSION="($withval) " ;;
13362 esac
13363 else
13364 PKGVERSION="(SIM) "
13365
13366 fi
13367
13368
13369
13370
13371
13372 # Check whether --with-bugurl was given.
13373 if test "${with_bugurl+set}" = set; then :
13374 withval=$with_bugurl; case "$withval" in
13375 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13376 no) BUGURL=
13377 ;;
13378 *) BUGURL="$withval"
13379 ;;
13380 esac
13381 else
13382 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13383
13384 fi
13385
13386 case ${BUGURL} in
13387 "")
13388 REPORT_BUGS_TO=
13389 REPORT_BUGS_TEXI=
13390 ;;
13391 *)
13392 REPORT_BUGS_TO="<$BUGURL>"
13393 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13394 ;;
13395 esac;
13396
13397
13398
13399
13400 cat >>confdefs.h <<_ACEOF
13401 #define PKGVERSION "$PKGVERSION"
13402 _ACEOF
13403
13404
13405 cat >>confdefs.h <<_ACEOF
13406 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13407 _ACEOF
13408
13409
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13411 $as_echo_n "checking return type of signal handlers... " >&6; }
13412 if test "${ac_cv_type_signal+set}" = set; then :
13413 $as_echo_n "(cached) " >&6
13414 else
13415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13416 /* end confdefs.h. */
13417 #include <sys/types.h>
13418 #include <signal.h>
13419
13420 int
13421 main ()
13422 {
13423 return *(signal (0, 0)) (0) == 1;
13424 ;
13425 return 0;
13426 }
13427 _ACEOF
13428 if ac_fn_c_try_compile "$LINENO"; then :
13429 ac_cv_type_signal=int
13430 else
13431 ac_cv_type_signal=void
13432 fi
13433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13434 fi
13435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13436 $as_echo "$ac_cv_type_signal" >&6; }
13437
13438 cat >>confdefs.h <<_ACEOF
13439 #define RETSIGTYPE $ac_cv_type_signal
13440 _ACEOF
13441
13442
13443
13444
13445
13446
13447
13448 for ac_header in getopt.h
13449 do :
13450 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13451 if test "x$ac_cv_header_getopt_h" = x""yes; then :
13452 cat >>confdefs.h <<_ACEOF
13453 #define HAVE_GETOPT_H 1
13454 _ACEOF
13455
13456 fi
13457
13458 done
13459
13460
13461
13462 cgen_breaks=""
13463 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13464 cgen_breaks="break cgen_rtx_error";
13465 fi
13466
13467 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13468
13469 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13470
13471 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13472
13473 ac_config_commands="$ac_config_commands Makefile"
13474
13475 ac_config_commands="$ac_config_commands stamp-h"
13476
13477 cat >confcache <<\_ACEOF
13478 # This file is a shell script that caches the results of configure
13479 # tests run on this system so they can be shared between configure
13480 # scripts and configure runs, see configure's option --config-cache.
13481 # It is not useful on other systems. If it contains results you don't
13482 # want to keep, you may remove or edit it.
13483 #
13484 # config.status only pays attention to the cache file if you give it
13485 # the --recheck option to rerun configure.
13486 #
13487 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13488 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13489 # following values.
13490
13491 _ACEOF
13492
13493 # The following way of writing the cache mishandles newlines in values,
13494 # but we know of no workaround that is simple, portable, and efficient.
13495 # So, we kill variables containing newlines.
13496 # Ultrix sh set writes to stderr and can't be redirected directly,
13497 # and sets the high bit in the cache file unless we assign to the vars.
13498 (
13499 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13500 eval ac_val=\$$ac_var
13501 case $ac_val in #(
13502 *${as_nl}*)
13503 case $ac_var in #(
13504 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13505 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13506 esac
13507 case $ac_var in #(
13508 _ | IFS | as_nl) ;; #(
13509 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13510 *) { eval $ac_var=; unset $ac_var;} ;;
13511 esac ;;
13512 esac
13513 done
13514
13515 (set) 2>&1 |
13516 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13517 *${as_nl}ac_space=\ *)
13518 # `set' does not quote correctly, so add quotes: double-quote
13519 # substitution turns \\\\ into \\, and sed turns \\ into \.
13520 sed -n \
13521 "s/'/'\\\\''/g;
13522 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13523 ;; #(
13524 *)
13525 # `set' quotes correctly as required by POSIX, so do not add quotes.
13526 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13527 ;;
13528 esac |
13529 sort
13530 ) |
13531 sed '
13532 /^ac_cv_env_/b end
13533 t clear
13534 :clear
13535 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13536 t end
13537 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13538 :end' >>confcache
13539 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13540 if test -w "$cache_file"; then
13541 test "x$cache_file" != "x/dev/null" &&
13542 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13543 $as_echo "$as_me: updating cache $cache_file" >&6;}
13544 cat confcache >$cache_file
13545 else
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13547 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13548 fi
13549 fi
13550 rm -f confcache
13551
13552 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13553 # Let make expand exec_prefix.
13554 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13555
13556 DEFS=-DHAVE_CONFIG_H
13557
13558 ac_libobjs=
13559 ac_ltlibobjs=
13560 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13561 # 1. Remove the extension, and $U if already installed.
13562 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13563 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13564 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13565 # will be set to the directory where LIBOBJS objects are built.
13566 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13567 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13568 done
13569 LIBOBJS=$ac_libobjs
13570
13571 LTLIBOBJS=$ac_ltlibobjs
13572
13573
13574
13575 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13576 as_fn_error "conditional \"GMAKE\" was never defined.
13577 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13578 fi
13579 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13580 as_fn_error "conditional \"PLUGINS\" was never defined.
13581 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13582 fi
13583 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13584 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13585 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13586 fi
13587
13588 : ${CONFIG_STATUS=./config.status}
13589 ac_write_fail=0
13590 ac_clean_files_save=$ac_clean_files
13591 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13592 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13593 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13594 as_write_fail=0
13595 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13596 #! $SHELL
13597 # Generated by $as_me.
13598 # Run this file to recreate the current configuration.
13599 # Compiler output produced by configure, useful for debugging
13600 # configure, is in config.log if it exists.
13601
13602 debug=false
13603 ac_cs_recheck=false
13604 ac_cs_silent=false
13605
13606 SHELL=\${CONFIG_SHELL-$SHELL}
13607 export SHELL
13608 _ASEOF
13609 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13610 ## -------------------- ##
13611 ## M4sh Initialization. ##
13612 ## -------------------- ##
13613
13614 # Be more Bourne compatible
13615 DUALCASE=1; export DUALCASE # for MKS sh
13616 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13617 emulate sh
13618 NULLCMD=:
13619 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13620 # is contrary to our usage. Disable this feature.
13621 alias -g '${1+"$@"}'='"$@"'
13622 setopt NO_GLOB_SUBST
13623 else
13624 case `(set -o) 2>/dev/null` in #(
13625 *posix*) :
13626 set -o posix ;; #(
13627 *) :
13628 ;;
13629 esac
13630 fi
13631
13632
13633 as_nl='
13634 '
13635 export as_nl
13636 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13637 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13638 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13639 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13640 # Prefer a ksh shell builtin over an external printf program on Solaris,
13641 # but without wasting forks for bash or zsh.
13642 if test -z "$BASH_VERSION$ZSH_VERSION" \
13643 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13644 as_echo='print -r --'
13645 as_echo_n='print -rn --'
13646 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13647 as_echo='printf %s\n'
13648 as_echo_n='printf %s'
13649 else
13650 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13651 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13652 as_echo_n='/usr/ucb/echo -n'
13653 else
13654 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13655 as_echo_n_body='eval
13656 arg=$1;
13657 case $arg in #(
13658 *"$as_nl"*)
13659 expr "X$arg" : "X\\(.*\\)$as_nl";
13660 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13661 esac;
13662 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13663 '
13664 export as_echo_n_body
13665 as_echo_n='sh -c $as_echo_n_body as_echo'
13666 fi
13667 export as_echo_body
13668 as_echo='sh -c $as_echo_body as_echo'
13669 fi
13670
13671 # The user is always right.
13672 if test "${PATH_SEPARATOR+set}" != set; then
13673 PATH_SEPARATOR=:
13674 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13675 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13676 PATH_SEPARATOR=';'
13677 }
13678 fi
13679
13680
13681 # IFS
13682 # We need space, tab and new line, in precisely that order. Quoting is
13683 # there to prevent editors from complaining about space-tab.
13684 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13685 # splitting by setting IFS to empty value.)
13686 IFS=" "" $as_nl"
13687
13688 # Find who we are. Look in the path if we contain no directory separator.
13689 case $0 in #((
13690 *[\\/]* ) as_myself=$0 ;;
13691 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13692 for as_dir in $PATH
13693 do
13694 IFS=$as_save_IFS
13695 test -z "$as_dir" && as_dir=.
13696 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13697 done
13698 IFS=$as_save_IFS
13699
13700 ;;
13701 esac
13702 # We did not find ourselves, most probably we were run as `sh COMMAND'
13703 # in which case we are not to be found in the path.
13704 if test "x$as_myself" = x; then
13705 as_myself=$0
13706 fi
13707 if test ! -f "$as_myself"; then
13708 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13709 exit 1
13710 fi
13711
13712 # Unset variables that we do not need and which cause bugs (e.g. in
13713 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13714 # suppresses any "Segmentation fault" message there. '((' could
13715 # trigger a bug in pdksh 5.2.14.
13716 for as_var in BASH_ENV ENV MAIL MAILPATH
13717 do eval test x\${$as_var+set} = xset \
13718 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13719 done
13720 PS1='$ '
13721 PS2='> '
13722 PS4='+ '
13723
13724 # NLS nuisances.
13725 LC_ALL=C
13726 export LC_ALL
13727 LANGUAGE=C
13728 export LANGUAGE
13729
13730 # CDPATH.
13731 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13732
13733
13734 # as_fn_error ERROR [LINENO LOG_FD]
13735 # ---------------------------------
13736 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13737 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13738 # script with status $?, using 1 if that was 0.
13739 as_fn_error ()
13740 {
13741 as_status=$?; test $as_status -eq 0 && as_status=1
13742 if test "$3"; then
13743 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13744 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13745 fi
13746 $as_echo "$as_me: error: $1" >&2
13747 as_fn_exit $as_status
13748 } # as_fn_error
13749
13750
13751 # as_fn_set_status STATUS
13752 # -----------------------
13753 # Set $? to STATUS, without forking.
13754 as_fn_set_status ()
13755 {
13756 return $1
13757 } # as_fn_set_status
13758
13759 # as_fn_exit STATUS
13760 # -----------------
13761 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13762 as_fn_exit ()
13763 {
13764 set +e
13765 as_fn_set_status $1
13766 exit $1
13767 } # as_fn_exit
13768
13769 # as_fn_unset VAR
13770 # ---------------
13771 # Portably unset VAR.
13772 as_fn_unset ()
13773 {
13774 { eval $1=; unset $1;}
13775 }
13776 as_unset=as_fn_unset
13777 # as_fn_append VAR VALUE
13778 # ----------------------
13779 # Append the text in VALUE to the end of the definition contained in VAR. Take
13780 # advantage of any shell optimizations that allow amortized linear growth over
13781 # repeated appends, instead of the typical quadratic growth present in naive
13782 # implementations.
13783 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13784 eval 'as_fn_append ()
13785 {
13786 eval $1+=\$2
13787 }'
13788 else
13789 as_fn_append ()
13790 {
13791 eval $1=\$$1\$2
13792 }
13793 fi # as_fn_append
13794
13795 # as_fn_arith ARG...
13796 # ------------------
13797 # Perform arithmetic evaluation on the ARGs, and store the result in the
13798 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13799 # must be portable across $(()) and expr.
13800 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13801 eval 'as_fn_arith ()
13802 {
13803 as_val=$(( $* ))
13804 }'
13805 else
13806 as_fn_arith ()
13807 {
13808 as_val=`expr "$@" || test $? -eq 1`
13809 }
13810 fi # as_fn_arith
13811
13812
13813 if expr a : '\(a\)' >/dev/null 2>&1 &&
13814 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13815 as_expr=expr
13816 else
13817 as_expr=false
13818 fi
13819
13820 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13821 as_basename=basename
13822 else
13823 as_basename=false
13824 fi
13825
13826 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13827 as_dirname=dirname
13828 else
13829 as_dirname=false
13830 fi
13831
13832 as_me=`$as_basename -- "$0" ||
13833 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13834 X"$0" : 'X\(//\)$' \| \
13835 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13836 $as_echo X/"$0" |
13837 sed '/^.*\/\([^/][^/]*\)\/*$/{
13838 s//\1/
13839 q
13840 }
13841 /^X\/\(\/\/\)$/{
13842 s//\1/
13843 q
13844 }
13845 /^X\/\(\/\).*/{
13846 s//\1/
13847 q
13848 }
13849 s/.*/./; q'`
13850
13851 # Avoid depending upon Character Ranges.
13852 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13853 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13854 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13855 as_cr_digits='0123456789'
13856 as_cr_alnum=$as_cr_Letters$as_cr_digits
13857
13858 ECHO_C= ECHO_N= ECHO_T=
13859 case `echo -n x` in #(((((
13860 -n*)
13861 case `echo 'xy\c'` in
13862 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13863 xy) ECHO_C='\c';;
13864 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13865 ECHO_T=' ';;
13866 esac;;
13867 *)
13868 ECHO_N='-n';;
13869 esac
13870
13871 rm -f conf$$ conf$$.exe conf$$.file
13872 if test -d conf$$.dir; then
13873 rm -f conf$$.dir/conf$$.file
13874 else
13875 rm -f conf$$.dir
13876 mkdir conf$$.dir 2>/dev/null
13877 fi
13878 if (echo >conf$$.file) 2>/dev/null; then
13879 if ln -s conf$$.file conf$$ 2>/dev/null; then
13880 as_ln_s='ln -s'
13881 # ... but there are two gotchas:
13882 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13883 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13884 # In both cases, we have to default to `cp -p'.
13885 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13886 as_ln_s='cp -p'
13887 elif ln conf$$.file conf$$ 2>/dev/null; then
13888 as_ln_s=ln
13889 else
13890 as_ln_s='cp -p'
13891 fi
13892 else
13893 as_ln_s='cp -p'
13894 fi
13895 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13896 rmdir conf$$.dir 2>/dev/null
13897
13898
13899 # as_fn_mkdir_p
13900 # -------------
13901 # Create "$as_dir" as a directory, including parents if necessary.
13902 as_fn_mkdir_p ()
13903 {
13904
13905 case $as_dir in #(
13906 -*) as_dir=./$as_dir;;
13907 esac
13908 test -d "$as_dir" || eval $as_mkdir_p || {
13909 as_dirs=
13910 while :; do
13911 case $as_dir in #(
13912 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13913 *) as_qdir=$as_dir;;
13914 esac
13915 as_dirs="'$as_qdir' $as_dirs"
13916 as_dir=`$as_dirname -- "$as_dir" ||
13917 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13918 X"$as_dir" : 'X\(//\)[^/]' \| \
13919 X"$as_dir" : 'X\(//\)$' \| \
13920 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13921 $as_echo X"$as_dir" |
13922 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13923 s//\1/
13924 q
13925 }
13926 /^X\(\/\/\)[^/].*/{
13927 s//\1/
13928 q
13929 }
13930 /^X\(\/\/\)$/{
13931 s//\1/
13932 q
13933 }
13934 /^X\(\/\).*/{
13935 s//\1/
13936 q
13937 }
13938 s/.*/./; q'`
13939 test -d "$as_dir" && break
13940 done
13941 test -z "$as_dirs" || eval "mkdir $as_dirs"
13942 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13943
13944
13945 } # as_fn_mkdir_p
13946 if mkdir -p . 2>/dev/null; then
13947 as_mkdir_p='mkdir -p "$as_dir"'
13948 else
13949 test -d ./-p && rmdir ./-p
13950 as_mkdir_p=false
13951 fi
13952
13953 if test -x / >/dev/null 2>&1; then
13954 as_test_x='test -x'
13955 else
13956 if ls -dL / >/dev/null 2>&1; then
13957 as_ls_L_option=L
13958 else
13959 as_ls_L_option=
13960 fi
13961 as_test_x='
13962 eval sh -c '\''
13963 if test -d "$1"; then
13964 test -d "$1/.";
13965 else
13966 case $1 in #(
13967 -*)set "./$1";;
13968 esac;
13969 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13970 ???[sx]*):;;*)false;;esac;fi
13971 '\'' sh
13972 '
13973 fi
13974 as_executable_p=$as_test_x
13975
13976 # Sed expression to map a string onto a valid CPP name.
13977 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13978
13979 # Sed expression to map a string onto a valid variable name.
13980 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13981
13982
13983 exec 6>&1
13984 ## ----------------------------------- ##
13985 ## Main body of $CONFIG_STATUS script. ##
13986 ## ----------------------------------- ##
13987 _ASEOF
13988 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13989
13990 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13991 # Save the log message, to keep $0 and so on meaningful, and to
13992 # report actual input values of CONFIG_FILES etc. instead of their
13993 # values after options handling.
13994 ac_log="
13995 This file was extended by $as_me, which was
13996 generated by GNU Autoconf 2.64. Invocation command line was
13997
13998 CONFIG_FILES = $CONFIG_FILES
13999 CONFIG_HEADERS = $CONFIG_HEADERS
14000 CONFIG_LINKS = $CONFIG_LINKS
14001 CONFIG_COMMANDS = $CONFIG_COMMANDS
14002 $ $0 $@
14003
14004 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14005 "
14006
14007 _ACEOF
14008
14009 case $ac_config_files in *"
14010 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14011 esac
14012
14013 case $ac_config_headers in *"
14014 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14015 esac
14016
14017
14018 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14019 # Files that config.status was made for.
14020 config_files="$ac_config_files"
14021 config_headers="$ac_config_headers"
14022 config_commands="$ac_config_commands"
14023
14024 _ACEOF
14025
14026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14027 ac_cs_usage="\
14028 \`$as_me' instantiates files and other configuration actions
14029 from templates according to the current configuration. Unless the files
14030 and actions are specified as TAGs, all are instantiated by default.
14031
14032 Usage: $0 [OPTION]... [TAG]...
14033
14034 -h, --help print this help, then exit
14035 -V, --version print version number and configuration settings, then exit
14036 -q, --quiet, --silent
14037 do not print progress messages
14038 -d, --debug don't remove temporary files
14039 --recheck update $as_me by reconfiguring in the same conditions
14040 --file=FILE[:TEMPLATE]
14041 instantiate the configuration file FILE
14042 --header=FILE[:TEMPLATE]
14043 instantiate the configuration header FILE
14044
14045 Configuration files:
14046 $config_files
14047
14048 Configuration headers:
14049 $config_headers
14050
14051 Configuration commands:
14052 $config_commands
14053
14054 Report bugs to the package provider."
14055
14056 _ACEOF
14057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14058 ac_cs_version="\\
14059 config.status
14060 configured by $0, generated by GNU Autoconf 2.64,
14061 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14062
14063 Copyright (C) 2009 Free Software Foundation, Inc.
14064 This config.status script is free software; the Free Software Foundation
14065 gives unlimited permission to copy, distribute and modify it."
14066
14067 ac_pwd='$ac_pwd'
14068 srcdir='$srcdir'
14069 INSTALL='$INSTALL'
14070 AWK='$AWK'
14071 test -n "\$AWK" || AWK=awk
14072 _ACEOF
14073
14074 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14075 # The default lists apply if the user does not specify any file.
14076 ac_need_defaults=:
14077 while test $# != 0
14078 do
14079 case $1 in
14080 --*=*)
14081 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14082 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14083 ac_shift=:
14084 ;;
14085 *)
14086 ac_option=$1
14087 ac_optarg=$2
14088 ac_shift=shift
14089 ;;
14090 esac
14091
14092 case $ac_option in
14093 # Handling of the options.
14094 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14095 ac_cs_recheck=: ;;
14096 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14097 $as_echo "$ac_cs_version"; exit ;;
14098 --debug | --debu | --deb | --de | --d | -d )
14099 debug=: ;;
14100 --file | --fil | --fi | --f )
14101 $ac_shift
14102 case $ac_optarg in
14103 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14104 esac
14105 as_fn_append CONFIG_FILES " '$ac_optarg'"
14106 ac_need_defaults=false;;
14107 --header | --heade | --head | --hea )
14108 $ac_shift
14109 case $ac_optarg in
14110 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14111 esac
14112 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14113 ac_need_defaults=false;;
14114 --he | --h)
14115 # Conflict between --help and --header
14116 as_fn_error "ambiguous option: \`$1'
14117 Try \`$0 --help' for more information.";;
14118 --help | --hel | -h )
14119 $as_echo "$ac_cs_usage"; exit ;;
14120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14121 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14122 ac_cs_silent=: ;;
14123
14124 # This is an error.
14125 -*) as_fn_error "unrecognized option: \`$1'
14126 Try \`$0 --help' for more information." ;;
14127
14128 *) as_fn_append ac_config_targets " $1"
14129 ac_need_defaults=false ;;
14130
14131 esac
14132 shift
14133 done
14134
14135 ac_configure_extra_args=
14136
14137 if $ac_cs_silent; then
14138 exec 6>/dev/null
14139 ac_configure_extra_args="$ac_configure_extra_args --silent"
14140 fi
14141
14142 _ACEOF
14143 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14144 if \$ac_cs_recheck; then
14145 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14146 shift
14147 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14148 CONFIG_SHELL='$SHELL'
14149 export CONFIG_SHELL
14150 exec "\$@"
14151 fi
14152
14153 _ACEOF
14154 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14155 exec 5>>config.log
14156 {
14157 echo
14158 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14159 ## Running $as_me. ##
14160 _ASBOX
14161 $as_echo "$ac_log"
14162 } >&5
14163
14164 _ACEOF
14165 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14166 #
14167 # INIT-COMMANDS
14168 #
14169 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14170
14171
14172 # The HP-UX ksh and POSIX shell print the target directory to stdout
14173 # if CDPATH is set.
14174 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14175
14176 sed_quote_subst='$sed_quote_subst'
14177 double_quote_subst='$double_quote_subst'
14178 delay_variable_subst='$delay_variable_subst'
14179 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14180 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14181 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14182 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14183 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14184 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14185 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14186 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14187 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14188 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14189 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14190 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14191 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14192 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14193 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14194 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14195 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14196 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14197 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14198 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14199 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14200 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14201 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14202 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14203 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14204 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14205 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14206 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14207 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14208 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14209 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14210 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14211 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14212 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14213 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14214 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14215 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14216 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14217 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14218 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14219 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14220 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14221 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14222 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14223 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14224 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14225 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14226 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14227 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"`'
14228 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14229 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14230 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14231 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14232 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14233 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14234 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14235 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14236 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14237 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14238 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14239 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14240 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14241 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14242 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14243 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14244 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14245 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14246 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14247 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14248 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14249 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14250 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14251 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14252 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14253 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14254 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14255 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14256 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14257 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14258 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14259 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14260 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14261 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14262 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14263 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14264 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14265 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14266 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14267 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14268 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14269 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14270 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14271 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14272 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14273 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14274 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14275 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14276 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14277 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14278 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14279 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14280 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14281 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14282 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14283 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14284 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14285 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14286 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14287 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14288 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14289 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14290 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14291 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14292 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14293 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14294 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14295 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14296 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14297 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14298 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14299
14300 LTCC='$LTCC'
14301 LTCFLAGS='$LTCFLAGS'
14302 compiler='$compiler_DEFAULT'
14303
14304 # A function that is used when there is no print builtin or printf.
14305 func_fallback_echo ()
14306 {
14307 eval 'cat <<_LTECHO_EOF
14308 \$1
14309 _LTECHO_EOF'
14310 }
14311
14312 # Quote evaled strings.
14313 for var in SHELL \
14314 ECHO \
14315 SED \
14316 GREP \
14317 EGREP \
14318 FGREP \
14319 LD \
14320 NM \
14321 LN_S \
14322 lt_SP2NL \
14323 lt_NL2SP \
14324 reload_flag \
14325 OBJDUMP \
14326 deplibs_check_method \
14327 file_magic_cmd \
14328 AR \
14329 AR_FLAGS \
14330 STRIP \
14331 RANLIB \
14332 CC \
14333 CFLAGS \
14334 compiler \
14335 lt_cv_sys_global_symbol_pipe \
14336 lt_cv_sys_global_symbol_to_cdecl \
14337 lt_cv_sys_global_symbol_to_c_name_address \
14338 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14339 lt_prog_compiler_no_builtin_flag \
14340 lt_prog_compiler_wl \
14341 lt_prog_compiler_pic \
14342 lt_prog_compiler_static \
14343 lt_cv_prog_compiler_c_o \
14344 need_locks \
14345 DSYMUTIL \
14346 NMEDIT \
14347 LIPO \
14348 OTOOL \
14349 OTOOL64 \
14350 shrext_cmds \
14351 export_dynamic_flag_spec \
14352 whole_archive_flag_spec \
14353 compiler_needs_object \
14354 with_gnu_ld \
14355 allow_undefined_flag \
14356 no_undefined_flag \
14357 hardcode_libdir_flag_spec \
14358 hardcode_libdir_flag_spec_ld \
14359 hardcode_libdir_separator \
14360 fix_srcfile_path \
14361 exclude_expsyms \
14362 include_expsyms \
14363 file_list_spec \
14364 variables_saved_for_relink \
14365 libname_spec \
14366 library_names_spec \
14367 soname_spec \
14368 install_override_mode \
14369 finish_eval \
14370 old_striplib \
14371 striplib; do
14372 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14373 *[\\\\\\\`\\"\\\$]*)
14374 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14375 ;;
14376 *)
14377 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14378 ;;
14379 esac
14380 done
14381
14382 # Double-quote double-evaled strings.
14383 for var in reload_cmds \
14384 old_postinstall_cmds \
14385 old_postuninstall_cmds \
14386 old_archive_cmds \
14387 extract_expsyms_cmds \
14388 old_archive_from_new_cmds \
14389 old_archive_from_expsyms_cmds \
14390 archive_cmds \
14391 archive_expsym_cmds \
14392 module_cmds \
14393 module_expsym_cmds \
14394 export_symbols_cmds \
14395 prelink_cmds \
14396 postinstall_cmds \
14397 postuninstall_cmds \
14398 finish_cmds \
14399 sys_lib_search_path_spec \
14400 sys_lib_dlsearch_path_spec; do
14401 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14402 *[\\\\\\\`\\"\\\$]*)
14403 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14404 ;;
14405 *)
14406 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14407 ;;
14408 esac
14409 done
14410
14411 ac_aux_dir='$ac_aux_dir'
14412 xsi_shell='$xsi_shell'
14413 lt_shell_append='$lt_shell_append'
14414
14415 # See if we are running on zsh, and set the options which allow our
14416 # commands through without removal of \ escapes INIT.
14417 if test -n "\${ZSH_VERSION+set}" ; then
14418 setopt NO_GLOB_SUBST
14419 fi
14420
14421
14422 PACKAGE='$PACKAGE'
14423 VERSION='$VERSION'
14424 TIMESTAMP='$TIMESTAMP'
14425 RM='$RM'
14426 ofile='$ofile'
14427
14428
14429
14430
14431 _ACEOF
14432
14433 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14434
14435 # Handling of arguments.
14436 for ac_config_target in $ac_config_targets
14437 do
14438 case $ac_config_target in
14439 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14440 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14441 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14442 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14443 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14444 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14445 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14446 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14447
14448 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14449 esac
14450 done
14451
14452
14453 # If the user did not use the arguments to specify the items to instantiate,
14454 # then the envvar interface is used. Set only those that are not.
14455 # We use the long form for the default assignment because of an extremely
14456 # bizarre bug on SunOS 4.1.3.
14457 if $ac_need_defaults; then
14458 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14459 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14460 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14461 fi
14462
14463 # Have a temporary directory for convenience. Make it in the build tree
14464 # simply because there is no reason against having it here, and in addition,
14465 # creating and moving files from /tmp can sometimes cause problems.
14466 # Hook for its removal unless debugging.
14467 # Note that there is a small window in which the directory will not be cleaned:
14468 # after its creation but before its name has been assigned to `$tmp'.
14469 $debug ||
14470 {
14471 tmp=
14472 trap 'exit_status=$?
14473 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14474 ' 0
14475 trap 'as_fn_exit 1' 1 2 13 15
14476 }
14477 # Create a (secure) tmp directory for tmp files.
14478
14479 {
14480 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14481 test -n "$tmp" && test -d "$tmp"
14482 } ||
14483 {
14484 tmp=./conf$$-$RANDOM
14485 (umask 077 && mkdir "$tmp")
14486 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14487
14488 # Set up the scripts for CONFIG_FILES section.
14489 # No need to generate them if there are no CONFIG_FILES.
14490 # This happens for instance with `./config.status config.h'.
14491 if test -n "$CONFIG_FILES"; then
14492
14493
14494 ac_cr=`echo X | tr X '\015'`
14495 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14496 # But we know of no other shell where ac_cr would be empty at this
14497 # point, so we can use a bashism as a fallback.
14498 if test "x$ac_cr" = x; then
14499 eval ac_cr=\$\'\\r\'
14500 fi
14501 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14502 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14503 ac_cs_awk_cr='\r'
14504 else
14505 ac_cs_awk_cr=$ac_cr
14506 fi
14507
14508 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14509 _ACEOF
14510
14511
14512 {
14513 echo "cat >conf$$subs.awk <<_ACEOF" &&
14514 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14515 echo "_ACEOF"
14516 } >conf$$subs.sh ||
14517 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14518 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14519 ac_delim='%!_!# '
14520 for ac_last_try in false false false false false :; do
14521 . ./conf$$subs.sh ||
14522 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14523
14524 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14525 if test $ac_delim_n = $ac_delim_num; then
14526 break
14527 elif $ac_last_try; then
14528 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14529 else
14530 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14531 fi
14532 done
14533 rm -f conf$$subs.sh
14534
14535 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14536 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14537 _ACEOF
14538 sed -n '
14539 h
14540 s/^/S["/; s/!.*/"]=/
14541 p
14542 g
14543 s/^[^!]*!//
14544 :repl
14545 t repl
14546 s/'"$ac_delim"'$//
14547 t delim
14548 :nl
14549 h
14550 s/\(.\{148\}\).*/\1/
14551 t more1
14552 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14553 p
14554 n
14555 b repl
14556 :more1
14557 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14558 p
14559 g
14560 s/.\{148\}//
14561 t nl
14562 :delim
14563 h
14564 s/\(.\{148\}\).*/\1/
14565 t more2
14566 s/["\\]/\\&/g; s/^/"/; s/$/"/
14567 p
14568 b
14569 :more2
14570 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14571 p
14572 g
14573 s/.\{148\}//
14574 t delim
14575 ' <conf$$subs.awk | sed '
14576 /^[^""]/{
14577 N
14578 s/\n//
14579 }
14580 ' >>$CONFIG_STATUS || ac_write_fail=1
14581 rm -f conf$$subs.awk
14582 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14583 _ACAWK
14584 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14585 for (key in S) S_is_set[key] = 1
14586 FS = "\a"
14587
14588 }
14589 {
14590 line = $ 0
14591 nfields = split(line, field, "@")
14592 substed = 0
14593 len = length(field[1])
14594 for (i = 2; i < nfields; i++) {
14595 key = field[i]
14596 keylen = length(key)
14597 if (S_is_set[key]) {
14598 value = S[key]
14599 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14600 len += length(value) + length(field[++i])
14601 substed = 1
14602 } else
14603 len += 1 + keylen
14604 }
14605
14606 print line
14607 }
14608
14609 _ACAWK
14610 _ACEOF
14611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14612 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14613 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14614 else
14615 cat
14616 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14617 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14618 _ACEOF
14619
14620 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14621 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14622 # trailing colons and then remove the whole line if VPATH becomes empty
14623 # (actually we leave an empty line to preserve line numbers).
14624 if test "x$srcdir" = x.; then
14625 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14626 s/:*\$(srcdir):*/:/
14627 s/:*\${srcdir}:*/:/
14628 s/:*@srcdir@:*/:/
14629 s/^\([^=]*=[ ]*\):*/\1/
14630 s/:*$//
14631 s/^[^=]*=[ ]*$//
14632 }'
14633 fi
14634
14635 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14636 fi # test -n "$CONFIG_FILES"
14637
14638 # Set up the scripts for CONFIG_HEADERS section.
14639 # No need to generate them if there are no CONFIG_HEADERS.
14640 # This happens for instance with `./config.status Makefile'.
14641 if test -n "$CONFIG_HEADERS"; then
14642 cat >"$tmp/defines.awk" <<\_ACAWK ||
14643 BEGIN {
14644 _ACEOF
14645
14646 # Transform confdefs.h into an awk script `defines.awk', embedded as
14647 # here-document in config.status, that substitutes the proper values into
14648 # config.h.in to produce config.h.
14649
14650 # Create a delimiter string that does not exist in confdefs.h, to ease
14651 # handling of long lines.
14652 ac_delim='%!_!# '
14653 for ac_last_try in false false :; do
14654 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14655 if test -z "$ac_t"; then
14656 break
14657 elif $ac_last_try; then
14658 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14659 else
14660 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14661 fi
14662 done
14663
14664 # For the awk script, D is an array of macro values keyed by name,
14665 # likewise P contains macro parameters if any. Preserve backslash
14666 # newline sequences.
14667
14668 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14669 sed -n '
14670 s/.\{148\}/&'"$ac_delim"'/g
14671 t rset
14672 :rset
14673 s/^[ ]*#[ ]*define[ ][ ]*/ /
14674 t def
14675 d
14676 :def
14677 s/\\$//
14678 t bsnl
14679 s/["\\]/\\&/g
14680 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14681 D["\1"]=" \3"/p
14682 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14683 d
14684 :bsnl
14685 s/["\\]/\\&/g
14686 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14687 D["\1"]=" \3\\\\\\n"\\/p
14688 t cont
14689 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14690 t cont
14691 d
14692 :cont
14693 n
14694 s/.\{148\}/&'"$ac_delim"'/g
14695 t clear
14696 :clear
14697 s/\\$//
14698 t bsnlc
14699 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14700 d
14701 :bsnlc
14702 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14703 b cont
14704 ' <confdefs.h | sed '
14705 s/'"$ac_delim"'/"\\\
14706 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14707
14708 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14709 for (key in D) D_is_set[key] = 1
14710 FS = "\a"
14711 }
14712 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14713 line = \$ 0
14714 split(line, arg, " ")
14715 if (arg[1] == "#") {
14716 defundef = arg[2]
14717 mac1 = arg[3]
14718 } else {
14719 defundef = substr(arg[1], 2)
14720 mac1 = arg[2]
14721 }
14722 split(mac1, mac2, "(") #)
14723 macro = mac2[1]
14724 prefix = substr(line, 1, index(line, defundef) - 1)
14725 if (D_is_set[macro]) {
14726 # Preserve the white space surrounding the "#".
14727 print prefix "define", macro P[macro] D[macro]
14728 next
14729 } else {
14730 # Replace #undef with comments. This is necessary, for example,
14731 # in the case of _POSIX_SOURCE, which is predefined and required
14732 # on some systems where configure will not decide to define it.
14733 if (defundef == "undef") {
14734 print "/*", prefix defundef, macro, "*/"
14735 next
14736 }
14737 }
14738 }
14739 { print }
14740 _ACAWK
14741 _ACEOF
14742 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14743 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14744 fi # test -n "$CONFIG_HEADERS"
14745
14746
14747 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14748 shift
14749 for ac_tag
14750 do
14751 case $ac_tag in
14752 :[FHLC]) ac_mode=$ac_tag; continue;;
14753 esac
14754 case $ac_mode$ac_tag in
14755 :[FHL]*:*);;
14756 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14757 :[FH]-) ac_tag=-:-;;
14758 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14759 esac
14760 ac_save_IFS=$IFS
14761 IFS=:
14762 set x $ac_tag
14763 IFS=$ac_save_IFS
14764 shift
14765 ac_file=$1
14766 shift
14767
14768 case $ac_mode in
14769 :L) ac_source=$1;;
14770 :[FH])
14771 ac_file_inputs=
14772 for ac_f
14773 do
14774 case $ac_f in
14775 -) ac_f="$tmp/stdin";;
14776 *) # Look for the file first in the build tree, then in the source tree
14777 # (if the path is not absolute). The absolute path cannot be DOS-style,
14778 # because $ac_f cannot contain `:'.
14779 test -f "$ac_f" ||
14780 case $ac_f in
14781 [\\/$]*) false;;
14782 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14783 esac ||
14784 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14785 esac
14786 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14787 as_fn_append ac_file_inputs " '$ac_f'"
14788 done
14789
14790 # Let's still pretend it is `configure' which instantiates (i.e., don't
14791 # use $as_me), people would be surprised to read:
14792 # /* config.h. Generated by config.status. */
14793 configure_input='Generated from '`
14794 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14795 `' by configure.'
14796 if test x"$ac_file" != x-; then
14797 configure_input="$ac_file. $configure_input"
14798 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14799 $as_echo "$as_me: creating $ac_file" >&6;}
14800 fi
14801 # Neutralize special characters interpreted by sed in replacement strings.
14802 case $configure_input in #(
14803 *\&* | *\|* | *\\* )
14804 ac_sed_conf_input=`$as_echo "$configure_input" |
14805 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14806 *) ac_sed_conf_input=$configure_input;;
14807 esac
14808
14809 case $ac_tag in
14810 *:-:* | *:-) cat >"$tmp/stdin" \
14811 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14812 esac
14813 ;;
14814 esac
14815
14816 ac_dir=`$as_dirname -- "$ac_file" ||
14817 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14818 X"$ac_file" : 'X\(//\)[^/]' \| \
14819 X"$ac_file" : 'X\(//\)$' \| \
14820 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14821 $as_echo X"$ac_file" |
14822 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14823 s//\1/
14824 q
14825 }
14826 /^X\(\/\/\)[^/].*/{
14827 s//\1/
14828 q
14829 }
14830 /^X\(\/\/\)$/{
14831 s//\1/
14832 q
14833 }
14834 /^X\(\/\).*/{
14835 s//\1/
14836 q
14837 }
14838 s/.*/./; q'`
14839 as_dir="$ac_dir"; as_fn_mkdir_p
14840 ac_builddir=.
14841
14842 case "$ac_dir" in
14843 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14844 *)
14845 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14846 # A ".." for each directory in $ac_dir_suffix.
14847 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14848 case $ac_top_builddir_sub in
14849 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14850 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14851 esac ;;
14852 esac
14853 ac_abs_top_builddir=$ac_pwd
14854 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14855 # for backward compatibility:
14856 ac_top_builddir=$ac_top_build_prefix
14857
14858 case $srcdir in
14859 .) # We are building in place.
14860 ac_srcdir=.
14861 ac_top_srcdir=$ac_top_builddir_sub
14862 ac_abs_top_srcdir=$ac_pwd ;;
14863 [\\/]* | ?:[\\/]* ) # Absolute name.
14864 ac_srcdir=$srcdir$ac_dir_suffix;
14865 ac_top_srcdir=$srcdir
14866 ac_abs_top_srcdir=$srcdir ;;
14867 *) # Relative name.
14868 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14869 ac_top_srcdir=$ac_top_build_prefix$srcdir
14870 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14871 esac
14872 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14873
14874
14875 case $ac_mode in
14876 :F)
14877 #
14878 # CONFIG_FILE
14879 #
14880
14881 case $INSTALL in
14882 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14883 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14884 esac
14885 _ACEOF
14886
14887 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14888 # If the template does not know about datarootdir, expand it.
14889 # FIXME: This hack should be removed a few years after 2.60.
14890 ac_datarootdir_hack=; ac_datarootdir_seen=
14891 ac_sed_dataroot='
14892 /datarootdir/ {
14893 p
14894 q
14895 }
14896 /@datadir@/p
14897 /@docdir@/p
14898 /@infodir@/p
14899 /@localedir@/p
14900 /@mandir@/p'
14901 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14902 *datarootdir*) ac_datarootdir_seen=yes;;
14903 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14905 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14906 _ACEOF
14907 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14908 ac_datarootdir_hack='
14909 s&@datadir@&$datadir&g
14910 s&@docdir@&$docdir&g
14911 s&@infodir@&$infodir&g
14912 s&@localedir@&$localedir&g
14913 s&@mandir@&$mandir&g
14914 s&\\\${datarootdir}&$datarootdir&g' ;;
14915 esac
14916 _ACEOF
14917
14918 # Neutralize VPATH when `$srcdir' = `.'.
14919 # Shell code in configure.ac might set extrasub.
14920 # FIXME: do we really want to maintain this feature?
14921 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14922 ac_sed_extra="$ac_vpsub
14923 $extrasub
14924 _ACEOF
14925 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14926 :t
14927 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14928 s|@configure_input@|$ac_sed_conf_input|;t t
14929 s&@top_builddir@&$ac_top_builddir_sub&;t t
14930 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14931 s&@srcdir@&$ac_srcdir&;t t
14932 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14933 s&@top_srcdir@&$ac_top_srcdir&;t t
14934 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14935 s&@builddir@&$ac_builddir&;t t
14936 s&@abs_builddir@&$ac_abs_builddir&;t t
14937 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14938 s&@INSTALL@&$ac_INSTALL&;t t
14939 $ac_datarootdir_hack
14940 "
14941 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14942 || as_fn_error "could not create $ac_file" "$LINENO" 5
14943
14944 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14945 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14946 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14948 which seems to be undefined. Please make sure it is defined." >&5
14949 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14950 which seems to be undefined. Please make sure it is defined." >&2;}
14951
14952 rm -f "$tmp/stdin"
14953 case $ac_file in
14954 -) cat "$tmp/out" && rm -f "$tmp/out";;
14955 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14956 esac \
14957 || as_fn_error "could not create $ac_file" "$LINENO" 5
14958 ;;
14959 :H)
14960 #
14961 # CONFIG_HEADER
14962 #
14963 if test x"$ac_file" != x-; then
14964 {
14965 $as_echo "/* $configure_input */" \
14966 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14967 } >"$tmp/config.h" \
14968 || as_fn_error "could not create $ac_file" "$LINENO" 5
14969 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14970 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14971 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14972 else
14973 rm -f "$ac_file"
14974 mv "$tmp/config.h" "$ac_file" \
14975 || as_fn_error "could not create $ac_file" "$LINENO" 5
14976 fi
14977 else
14978 $as_echo "/* $configure_input */" \
14979 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14980 || as_fn_error "could not create -" "$LINENO" 5
14981 fi
14982 ;;
14983
14984 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14985 $as_echo "$as_me: executing $ac_file commands" >&6;}
14986 ;;
14987 esac
14988
14989
14990 case $ac_file$ac_mode in
14991 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
14992 "libtool":C)
14993
14994 # See if we are running on zsh, and set the options which allow our
14995 # commands through without removal of \ escapes.
14996 if test -n "${ZSH_VERSION+set}" ; then
14997 setopt NO_GLOB_SUBST
14998 fi
14999
15000 cfgfile="${ofile}T"
15001 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15002 $RM "$cfgfile"
15003
15004 cat <<_LT_EOF >> "$cfgfile"
15005 #! $SHELL
15006
15007 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15008 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15009 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15010 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15011 #
15012 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15013 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15014 # Written by Gordon Matzigkeit, 1996
15015 #
15016 # This file is part of GNU Libtool.
15017 #
15018 # GNU Libtool is free software; you can redistribute it and/or
15019 # modify it under the terms of the GNU General Public License as
15020 # published by the Free Software Foundation; either version 2 of
15021 # the License, or (at your option) any later version.
15022 #
15023 # As a special exception to the GNU General Public License,
15024 # if you distribute this file as part of a program or library that
15025 # is built using GNU Libtool, you may include this file under the
15026 # same distribution terms that you use for the rest of that program.
15027 #
15028 # GNU Libtool is distributed in the hope that it will be useful,
15029 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15030 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15031 # GNU General Public License for more details.
15032 #
15033 # You should have received a copy of the GNU General Public License
15034 # along with GNU Libtool; see the file COPYING. If not, a copy
15035 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15036 # obtained by writing to the Free Software Foundation, Inc.,
15037 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15038
15039
15040 # The names of the tagged configurations supported by this script.
15041 available_tags=""
15042
15043 # ### BEGIN LIBTOOL CONFIG
15044
15045 # Which release of libtool.m4 was used?
15046 macro_version=$macro_version
15047 macro_revision=$macro_revision
15048
15049 # Whether or not to build shared libraries.
15050 build_libtool_libs=$enable_shared
15051
15052 # Whether or not to build static libraries.
15053 build_old_libs=$enable_static
15054
15055 # What type of objects to build.
15056 pic_mode=$pic_mode
15057
15058 # Whether or not to optimize for fast installation.
15059 fast_install=$enable_fast_install
15060
15061 # Shell to use when invoking shell scripts.
15062 SHELL=$lt_SHELL
15063
15064 # An echo program that protects backslashes.
15065 ECHO=$lt_ECHO
15066
15067 # The host system.
15068 host_alias=$host_alias
15069 host=$host
15070 host_os=$host_os
15071
15072 # The build system.
15073 build_alias=$build_alias
15074 build=$build
15075 build_os=$build_os
15076
15077 # A sed program that does not truncate output.
15078 SED=$lt_SED
15079
15080 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15081 Xsed="\$SED -e 1s/^X//"
15082
15083 # A grep program that handles long lines.
15084 GREP=$lt_GREP
15085
15086 # An ERE matcher.
15087 EGREP=$lt_EGREP
15088
15089 # A literal string matcher.
15090 FGREP=$lt_FGREP
15091
15092 # A BSD- or MS-compatible name lister.
15093 NM=$lt_NM
15094
15095 # Whether we need soft or hard links.
15096 LN_S=$lt_LN_S
15097
15098 # What is the maximum length of a command?
15099 max_cmd_len=$max_cmd_len
15100
15101 # Object file suffix (normally "o").
15102 objext=$ac_objext
15103
15104 # Executable file suffix (normally "").
15105 exeext=$exeext
15106
15107 # whether the shell understands "unset".
15108 lt_unset=$lt_unset
15109
15110 # turn spaces into newlines.
15111 SP2NL=$lt_lt_SP2NL
15112
15113 # turn newlines into spaces.
15114 NL2SP=$lt_lt_NL2SP
15115
15116 # An object symbol dumper.
15117 OBJDUMP=$lt_OBJDUMP
15118
15119 # Method to check whether dependent libraries are shared objects.
15120 deplibs_check_method=$lt_deplibs_check_method
15121
15122 # Command to use when deplibs_check_method == "file_magic".
15123 file_magic_cmd=$lt_file_magic_cmd
15124
15125 # The archiver.
15126 AR=$lt_AR
15127 AR_FLAGS=$lt_AR_FLAGS
15128
15129 # A symbol stripping program.
15130 STRIP=$lt_STRIP
15131
15132 # Commands used to install an old-style archive.
15133 RANLIB=$lt_RANLIB
15134 old_postinstall_cmds=$lt_old_postinstall_cmds
15135 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15136
15137 # Whether to use a lock for old archive extraction.
15138 lock_old_archive_extraction=$lock_old_archive_extraction
15139
15140 # A C compiler.
15141 LTCC=$lt_CC
15142
15143 # LTCC compiler flags.
15144 LTCFLAGS=$lt_CFLAGS
15145
15146 # Take the output of nm and produce a listing of raw symbols and C names.
15147 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15148
15149 # Transform the output of nm in a proper C declaration.
15150 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15151
15152 # Transform the output of nm in a C name address pair.
15153 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15154
15155 # Transform the output of nm in a C name address pair when lib prefix is needed.
15156 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15157
15158 # The name of the directory that contains temporary libtool files.
15159 objdir=$objdir
15160
15161 # Used to examine libraries when file_magic_cmd begins with "file".
15162 MAGIC_CMD=$MAGIC_CMD
15163
15164 # Must we lock files when doing compilation?
15165 need_locks=$lt_need_locks
15166
15167 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15168 DSYMUTIL=$lt_DSYMUTIL
15169
15170 # Tool to change global to local symbols on Mac OS X.
15171 NMEDIT=$lt_NMEDIT
15172
15173 # Tool to manipulate fat objects and archives on Mac OS X.
15174 LIPO=$lt_LIPO
15175
15176 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15177 OTOOL=$lt_OTOOL
15178
15179 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15180 OTOOL64=$lt_OTOOL64
15181
15182 # Old archive suffix (normally "a").
15183 libext=$libext
15184
15185 # Shared library suffix (normally ".so").
15186 shrext_cmds=$lt_shrext_cmds
15187
15188 # The commands to extract the exported symbol list from a shared archive.
15189 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15190
15191 # Variables whose values should be saved in libtool wrapper scripts and
15192 # restored at link time.
15193 variables_saved_for_relink=$lt_variables_saved_for_relink
15194
15195 # Do we need the "lib" prefix for modules?
15196 need_lib_prefix=$need_lib_prefix
15197
15198 # Do we need a version for libraries?
15199 need_version=$need_version
15200
15201 # Library versioning type.
15202 version_type=$version_type
15203
15204 # Shared library runtime path variable.
15205 runpath_var=$runpath_var
15206
15207 # Shared library path variable.
15208 shlibpath_var=$shlibpath_var
15209
15210 # Is shlibpath searched before the hard-coded library search path?
15211 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15212
15213 # Format of library name prefix.
15214 libname_spec=$lt_libname_spec
15215
15216 # List of archive names. First name is the real one, the rest are links.
15217 # The last name is the one that the linker finds with -lNAME
15218 library_names_spec=$lt_library_names_spec
15219
15220 # The coded name of the library, if different from the real name.
15221 soname_spec=$lt_soname_spec
15222
15223 # Permission mode override for installation of shared libraries.
15224 install_override_mode=$lt_install_override_mode
15225
15226 # Command to use after installation of a shared archive.
15227 postinstall_cmds=$lt_postinstall_cmds
15228
15229 # Command to use after uninstallation of a shared archive.
15230 postuninstall_cmds=$lt_postuninstall_cmds
15231
15232 # Commands used to finish a libtool library installation in a directory.
15233 finish_cmds=$lt_finish_cmds
15234
15235 # As "finish_cmds", except a single script fragment to be evaled but
15236 # not shown.
15237 finish_eval=$lt_finish_eval
15238
15239 # Whether we should hardcode library paths into libraries.
15240 hardcode_into_libs=$hardcode_into_libs
15241
15242 # Compile-time system search path for libraries.
15243 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15244
15245 # Run-time system search path for libraries.
15246 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15247
15248 # Whether dlopen is supported.
15249 dlopen_support=$enable_dlopen
15250
15251 # Whether dlopen of programs is supported.
15252 dlopen_self=$enable_dlopen_self
15253
15254 # Whether dlopen of statically linked programs is supported.
15255 dlopen_self_static=$enable_dlopen_self_static
15256
15257 # Commands to strip libraries.
15258 old_striplib=$lt_old_striplib
15259 striplib=$lt_striplib
15260
15261
15262 # The linker used to build libraries.
15263 LD=$lt_LD
15264
15265 # How to create reloadable object files.
15266 reload_flag=$lt_reload_flag
15267 reload_cmds=$lt_reload_cmds
15268
15269 # Commands used to build an old-style archive.
15270 old_archive_cmds=$lt_old_archive_cmds
15271
15272 # A language specific compiler.
15273 CC=$lt_compiler
15274
15275 # Is the compiler the GNU compiler?
15276 with_gcc=$GCC
15277
15278 # Compiler flag to turn off builtin functions.
15279 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15280
15281 # How to pass a linker flag through the compiler.
15282 wl=$lt_lt_prog_compiler_wl
15283
15284 # Additional compiler flags for building library objects.
15285 pic_flag=$lt_lt_prog_compiler_pic
15286
15287 # Compiler flag to prevent dynamic linking.
15288 link_static_flag=$lt_lt_prog_compiler_static
15289
15290 # Does compiler simultaneously support -c and -o options?
15291 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15292
15293 # Whether or not to add -lc for building shared libraries.
15294 build_libtool_need_lc=$archive_cmds_need_lc
15295
15296 # Whether or not to disallow shared libs when runtime libs are static.
15297 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15298
15299 # Compiler flag to allow reflexive dlopens.
15300 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15301
15302 # Compiler flag to generate shared objects directly from archives.
15303 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15304
15305 # Whether the compiler copes with passing no objects directly.
15306 compiler_needs_object=$lt_compiler_needs_object
15307
15308 # Create an old-style archive from a shared archive.
15309 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15310
15311 # Create a temporary old-style archive to link instead of a shared archive.
15312 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15313
15314 # Commands used to build a shared archive.
15315 archive_cmds=$lt_archive_cmds
15316 archive_expsym_cmds=$lt_archive_expsym_cmds
15317
15318 # Commands used to build a loadable module if different from building
15319 # a shared archive.
15320 module_cmds=$lt_module_cmds
15321 module_expsym_cmds=$lt_module_expsym_cmds
15322
15323 # Whether we are building with GNU ld or not.
15324 with_gnu_ld=$lt_with_gnu_ld
15325
15326 # Flag that allows shared libraries with undefined symbols to be built.
15327 allow_undefined_flag=$lt_allow_undefined_flag
15328
15329 # Flag that enforces no undefined symbols.
15330 no_undefined_flag=$lt_no_undefined_flag
15331
15332 # Flag to hardcode \$libdir into a binary during linking.
15333 # This must work even if \$libdir does not exist
15334 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15335
15336 # If ld is used when linking, flag to hardcode \$libdir into a binary
15337 # during linking. This must work even if \$libdir does not exist.
15338 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15339
15340 # Whether we need a single "-rpath" flag with a separated argument.
15341 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15342
15343 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15344 # DIR into the resulting binary.
15345 hardcode_direct=$hardcode_direct
15346
15347 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15348 # DIR into the resulting binary and the resulting library dependency is
15349 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15350 # library is relocated.
15351 hardcode_direct_absolute=$hardcode_direct_absolute
15352
15353 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15354 # into the resulting binary.
15355 hardcode_minus_L=$hardcode_minus_L
15356
15357 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15358 # into the resulting binary.
15359 hardcode_shlibpath_var=$hardcode_shlibpath_var
15360
15361 # Set to "yes" if building a shared library automatically hardcodes DIR
15362 # into the library and all subsequent libraries and executables linked
15363 # against it.
15364 hardcode_automatic=$hardcode_automatic
15365
15366 # Set to yes if linker adds runtime paths of dependent libraries
15367 # to runtime path list.
15368 inherit_rpath=$inherit_rpath
15369
15370 # Whether libtool must link a program against all its dependency libraries.
15371 link_all_deplibs=$link_all_deplibs
15372
15373 # Fix the shell variable \$srcfile for the compiler.
15374 fix_srcfile_path=$lt_fix_srcfile_path
15375
15376 # Set to "yes" if exported symbols are required.
15377 always_export_symbols=$always_export_symbols
15378
15379 # The commands to list exported symbols.
15380 export_symbols_cmds=$lt_export_symbols_cmds
15381
15382 # Symbols that should not be listed in the preloaded symbols.
15383 exclude_expsyms=$lt_exclude_expsyms
15384
15385 # Symbols that must always be exported.
15386 include_expsyms=$lt_include_expsyms
15387
15388 # Commands necessary for linking programs (against libraries) with templates.
15389 prelink_cmds=$lt_prelink_cmds
15390
15391 # Specify filename containing input files.
15392 file_list_spec=$lt_file_list_spec
15393
15394 # How to hardcode a shared library path into an executable.
15395 hardcode_action=$hardcode_action
15396
15397 # ### END LIBTOOL CONFIG
15398
15399 _LT_EOF
15400
15401 case $host_os in
15402 aix3*)
15403 cat <<\_LT_EOF >> "$cfgfile"
15404 # AIX sometimes has problems with the GCC collect2 program. For some
15405 # reason, if we set the COLLECT_NAMES environment variable, the problems
15406 # vanish in a puff of smoke.
15407 if test "X${COLLECT_NAMES+set}" != Xset; then
15408 COLLECT_NAMES=
15409 export COLLECT_NAMES
15410 fi
15411 _LT_EOF
15412 ;;
15413 esac
15414
15415
15416 ltmain="$ac_aux_dir/ltmain.sh"
15417
15418
15419 # We use sed instead of cat because bash on DJGPP gets confused if
15420 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15421 # text mode, it properly converts lines to CR/LF. This bash problem
15422 # is reportedly fixed, but why not run on old versions too?
15423 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15424 || (rm -f "$cfgfile"; exit 1)
15425
15426 case $xsi_shell in
15427 yes)
15428 cat << \_LT_EOF >> "$cfgfile"
15429
15430 # func_dirname file append nondir_replacement
15431 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15432 # otherwise set result to NONDIR_REPLACEMENT.
15433 func_dirname ()
15434 {
15435 case ${1} in
15436 */*) func_dirname_result="${1%/*}${2}" ;;
15437 * ) func_dirname_result="${3}" ;;
15438 esac
15439 }
15440
15441 # func_basename file
15442 func_basename ()
15443 {
15444 func_basename_result="${1##*/}"
15445 }
15446
15447 # func_dirname_and_basename file append nondir_replacement
15448 # perform func_basename and func_dirname in a single function
15449 # call:
15450 # dirname: Compute the dirname of FILE. If nonempty,
15451 # add APPEND to the result, otherwise set result
15452 # to NONDIR_REPLACEMENT.
15453 # value returned in "$func_dirname_result"
15454 # basename: Compute filename of FILE.
15455 # value retuned in "$func_basename_result"
15456 # Implementation must be kept synchronized with func_dirname
15457 # and func_basename. For efficiency, we do not delegate to
15458 # those functions but instead duplicate the functionality here.
15459 func_dirname_and_basename ()
15460 {
15461 case ${1} in
15462 */*) func_dirname_result="${1%/*}${2}" ;;
15463 * ) func_dirname_result="${3}" ;;
15464 esac
15465 func_basename_result="${1##*/}"
15466 }
15467
15468 # func_stripname prefix suffix name
15469 # strip PREFIX and SUFFIX off of NAME.
15470 # PREFIX and SUFFIX must not contain globbing or regex special
15471 # characters, hashes, percent signs, but SUFFIX may contain a leading
15472 # dot (in which case that matches only a dot).
15473 func_stripname ()
15474 {
15475 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15476 # positional parameters, so assign one to ordinary parameter first.
15477 func_stripname_result=${3}
15478 func_stripname_result=${func_stripname_result#"${1}"}
15479 func_stripname_result=${func_stripname_result%"${2}"}
15480 }
15481
15482 # func_opt_split
15483 func_opt_split ()
15484 {
15485 func_opt_split_opt=${1%%=*}
15486 func_opt_split_arg=${1#*=}
15487 }
15488
15489 # func_lo2o object
15490 func_lo2o ()
15491 {
15492 case ${1} in
15493 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15494 *) func_lo2o_result=${1} ;;
15495 esac
15496 }
15497
15498 # func_xform libobj-or-source
15499 func_xform ()
15500 {
15501 func_xform_result=${1%.*}.lo
15502 }
15503
15504 # func_arith arithmetic-term...
15505 func_arith ()
15506 {
15507 func_arith_result=$(( $* ))
15508 }
15509
15510 # func_len string
15511 # STRING may not start with a hyphen.
15512 func_len ()
15513 {
15514 func_len_result=${#1}
15515 }
15516
15517 _LT_EOF
15518 ;;
15519 *) # Bourne compatible functions.
15520 cat << \_LT_EOF >> "$cfgfile"
15521
15522 # func_dirname file append nondir_replacement
15523 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15524 # otherwise set result to NONDIR_REPLACEMENT.
15525 func_dirname ()
15526 {
15527 # Extract subdirectory from the argument.
15528 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15529 if test "X$func_dirname_result" = "X${1}"; then
15530 func_dirname_result="${3}"
15531 else
15532 func_dirname_result="$func_dirname_result${2}"
15533 fi
15534 }
15535
15536 # func_basename file
15537 func_basename ()
15538 {
15539 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15540 }
15541
15542
15543 # func_stripname prefix suffix name
15544 # strip PREFIX and SUFFIX off of NAME.
15545 # PREFIX and SUFFIX must not contain globbing or regex special
15546 # characters, hashes, percent signs, but SUFFIX may contain a leading
15547 # dot (in which case that matches only a dot).
15548 # func_strip_suffix prefix name
15549 func_stripname ()
15550 {
15551 case ${2} in
15552 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15553 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15554 esac
15555 }
15556
15557 # sed scripts:
15558 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15559 my_sed_long_arg='1s/^-[^=]*=//'
15560
15561 # func_opt_split
15562 func_opt_split ()
15563 {
15564 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15565 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15566 }
15567
15568 # func_lo2o object
15569 func_lo2o ()
15570 {
15571 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15572 }
15573
15574 # func_xform libobj-or-source
15575 func_xform ()
15576 {
15577 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15578 }
15579
15580 # func_arith arithmetic-term...
15581 func_arith ()
15582 {
15583 func_arith_result=`expr "$@"`
15584 }
15585
15586 # func_len string
15587 # STRING may not start with a hyphen.
15588 func_len ()
15589 {
15590 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15591 }
15592
15593 _LT_EOF
15594 esac
15595
15596 case $lt_shell_append in
15597 yes)
15598 cat << \_LT_EOF >> "$cfgfile"
15599
15600 # func_append var value
15601 # Append VALUE to the end of shell variable VAR.
15602 func_append ()
15603 {
15604 eval "$1+=\$2"
15605 }
15606 _LT_EOF
15607 ;;
15608 *)
15609 cat << \_LT_EOF >> "$cfgfile"
15610
15611 # func_append var value
15612 # Append VALUE to the end of shell variable VAR.
15613 func_append ()
15614 {
15615 eval "$1=\$$1\$2"
15616 }
15617
15618 _LT_EOF
15619 ;;
15620 esac
15621
15622
15623 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15624 || (rm -f "$cfgfile"; exit 1)
15625
15626 mv -f "$cfgfile" "$ofile" ||
15627 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15628 chmod +x "$ofile"
15629
15630 ;;
15631 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15632 rm -f Makesim1.tmp Makesim2.tmp Makefile
15633 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15634 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15635 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15636 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15637 <Makefile.sim >Makefile
15638 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15639 ;;
15640 "stamp-h":C) echo > stamp-h ;;
15641
15642 esac
15643 done # for ac_tag
15644
15645
15646 as_fn_exit 0
15647 _ACEOF
15648 ac_clean_files=$ac_clean_files_save
15649
15650 test $ac_write_fail = 0 ||
15651 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15652
15653
15654 # configure is writing to config.log, and then calls config.status.
15655 # config.status does its own redirection, appending to config.log.
15656 # Unfortunately, on DOS this fails, as config.log is still kept open
15657 # by configure, so config.status won't be able to write to it; its
15658 # output is simply discarded. So we exec the FD to /dev/null,
15659 # effectively closing config.log, so it can be properly (re)opened and
15660 # appended to by config.status. When coming back to configure, we
15661 # need to make the FD available again.
15662 if test "$no_create" != yes; then
15663 ac_cs_success=:
15664 ac_config_status_args=
15665 test "$silent" = yes &&
15666 ac_config_status_args="$ac_config_status_args --quiet"
15667 exec 5>/dev/null
15668 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15669 exec 5>>config.log
15670 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15671 # would make configure fail if this is the last instruction.
15672 $ac_cs_success || as_fn_exit $?
15673 fi
15674 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15676 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15677 fi
15678
15679