]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/rx/configure
sim: require a C11 compiler
[thirdparty/binutils-gdb.git] / sim / rx / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME=
589 PACKAGE_TARNAME=
590 PACKAGE_VERSION=
591 PACKAGE_STRING=
592 PACKAGE_BUGREPORT=
593 PACKAGE_URL=
594
595 ac_unique_file="Makefile.in"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='LTLIBOBJS
633 LIBOBJS
634 cgen_breaks
635 REPORT_BUGS_TEXI
636 REPORT_BUGS_TO
637 PKGVERSION
638 MAINT
639 MAINTAINER_MODE_FALSE
640 MAINTAINER_MODE_TRUE
641 lt_cv_dlopen_libs
642 OTOOL64
643 OTOOL
644 LIPO
645 NMEDIT
646 DSYMUTIL
647 AWK
648 STRIP
649 OBJDUMP
650 LN_S
651 NM
652 ac_ct_DUMPBIN
653 DUMPBIN
654 LD
655 FGREP
656 SED
657 LIBTOOL
658 PLUGINS_FALSE
659 PLUGINS_TRUE
660 zlibinc
661 zlibdir
662 CATOBJEXT
663 GENCAT
664 INSTOBJEXT
665 DATADIRNAME
666 CATALOGS
667 POSUB
668 GMSGFMT
669 XGETTEXT
670 INCINTL
671 LIBINTL_DEP
672 LIBINTL
673 USE_NLS
674 GMAKE_FALSE
675 GMAKE_TRUE
676 MAKE
677 CCDEPMODE
678 DEPDIR
679 am__leading_dot
680 PACKAGE
681 C_DIALECT
682 RANLIB
683 AR
684 HDEFINES
685 CC_FOR_BUILD
686 INSTALL_DATA
687 INSTALL_SCRIPT
688 INSTALL_PROGRAM
689 EGREP
690 GREP
691 CPP
692 target_os
693 target_vendor
694 target_cpu
695 target
696 host_os
697 host_vendor
698 host_cpu
699 host
700 build_os
701 build_vendor
702 build_cpu
703 build
704 OBJEXT
705 EXEEXT
706 ac_ct_CC
707 CPPFLAGS
708 LDFLAGS
709 CFLAGS
710 CC
711 WERROR_CFLAGS
712 WARN_CFLAGS
713 sim_reserved_bits
714 sim_inline
715 sim_hw
716 sim_hw_objs
717 sim_hw_cflags
718 sim_default_model
719 sim_scache
720 sim_float
721 sim_endian
722 sim_bitsize
723 sim_alignment
724 target_alias
725 host_alias
726 build_alias
727 LIBS
728 ECHO_T
729 ECHO_N
730 ECHO_C
731 DEFS
732 mandir
733 localedir
734 libdir
735 psdir
736 pdfdir
737 dvidir
738 htmldir
739 infodir
740 docdir
741 oldincludedir
742 includedir
743 localstatedir
744 sharedstatedir
745 sysconfdir
746 datadir
747 datarootdir
748 libexecdir
749 sbindir
750 bindir
751 program_transform_name
752 prefix
753 exec_prefix
754 PACKAGE_URL
755 PACKAGE_BUGREPORT
756 PACKAGE_STRING
757 PACKAGE_VERSION
758 PACKAGE_TARNAME
759 PACKAGE_NAME
760 PATH_SEPARATOR
761 SHELL'
762 ac_subst_files=''
763 ac_user_opts='
764 enable_option_checking
765 with_system_zlib
766 enable_plugins
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_maintainer_mode
774 enable_sim_debug
775 enable_sim_stdio
776 enable_sim_trace
777 enable_sim_profile
778 enable_sim_assert
779 enable_sim_environment
780 enable_sim_inline
781 with_pkgversion
782 with_bugurl
783 enable_cycle_accurate
784 enable_cycle_stats
785 '
786 ac_precious_vars='build_alias
787 host_alias
788 target_alias
789 CC
790 CFLAGS
791 LDFLAGS
792 LIBS
793 CPPFLAGS
794 CPP'
795
796
797 # Initialize some variables set by options.
798 ac_init_help=
799 ac_init_version=false
800 ac_unrecognized_opts=
801 ac_unrecognized_sep=
802 # The variables have the same names as the options, with
803 # dashes changed to underlines.
804 cache_file=/dev/null
805 exec_prefix=NONE
806 no_create=
807 no_recursion=
808 prefix=NONE
809 program_prefix=NONE
810 program_suffix=NONE
811 program_transform_name=s,x,x,
812 silent=
813 site=
814 srcdir=
815 verbose=
816 x_includes=NONE
817 x_libraries=NONE
818
819 # Installation directory options.
820 # These are left unexpanded so users can "make install exec_prefix=/foo"
821 # and all the variables that are supposed to be based on exec_prefix
822 # by default will actually change.
823 # Use braces instead of parens because sh, perl, etc. also accept them.
824 # (The list follows the same order as the GNU Coding Standards.)
825 bindir='${exec_prefix}/bin'
826 sbindir='${exec_prefix}/sbin'
827 libexecdir='${exec_prefix}/libexec'
828 datarootdir='${prefix}/share'
829 datadir='${datarootdir}'
830 sysconfdir='${prefix}/etc'
831 sharedstatedir='${prefix}/com'
832 localstatedir='${prefix}/var'
833 includedir='${prefix}/include'
834 oldincludedir='/usr/include'
835 docdir='${datarootdir}/doc/${PACKAGE}'
836 infodir='${datarootdir}/info'
837 htmldir='${docdir}'
838 dvidir='${docdir}'
839 pdfdir='${docdir}'
840 psdir='${docdir}'
841 libdir='${exec_prefix}/lib'
842 localedir='${datarootdir}/locale'
843 mandir='${datarootdir}/man'
844
845 ac_prev=
846 ac_dashdash=
847 for ac_option
848 do
849 # If the previous option needs an argument, assign it.
850 if test -n "$ac_prev"; then
851 eval $ac_prev=\$ac_option
852 ac_prev=
853 continue
854 fi
855
856 case $ac_option in
857 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
858 *=) ac_optarg= ;;
859 *) ac_optarg=yes ;;
860 esac
861
862 # Accept the important Cygnus configure options, so we can diagnose typos.
863
864 case $ac_dashdash$ac_option in
865 --)
866 ac_dashdash=yes ;;
867
868 -bindir | --bindir | --bindi | --bind | --bin | --bi)
869 ac_prev=bindir ;;
870 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
871 bindir=$ac_optarg ;;
872
873 -build | --build | --buil | --bui | --bu)
874 ac_prev=build_alias ;;
875 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
876 build_alias=$ac_optarg ;;
877
878 -cache-file | --cache-file | --cache-fil | --cache-fi \
879 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
880 ac_prev=cache_file ;;
881 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
882 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
883 cache_file=$ac_optarg ;;
884
885 --config-cache | -C)
886 cache_file=config.cache ;;
887
888 -datadir | --datadir | --datadi | --datad)
889 ac_prev=datadir ;;
890 -datadir=* | --datadir=* | --datadi=* | --datad=*)
891 datadir=$ac_optarg ;;
892
893 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
894 | --dataroo | --dataro | --datar)
895 ac_prev=datarootdir ;;
896 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
897 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
898 datarootdir=$ac_optarg ;;
899
900 -disable-* | --disable-*)
901 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
902 # Reject names that are not valid shell variable names.
903 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
904 as_fn_error $? "invalid feature name: $ac_useropt"
905 ac_useropt_orig=$ac_useropt
906 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
907 case $ac_user_opts in
908 *"
909 "enable_$ac_useropt"
910 "*) ;;
911 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
912 ac_unrecognized_sep=', ';;
913 esac
914 eval enable_$ac_useropt=no ;;
915
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
920
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
925
926 -enable-* | --enable-*)
927 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
930 as_fn_error $? "invalid feature name: $ac_useropt"
931 ac_useropt_orig=$ac_useropt
932 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
933 case $ac_user_opts in
934 *"
935 "enable_$ac_useropt"
936 "*) ;;
937 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
938 ac_unrecognized_sep=', ';;
939 esac
940 eval enable_$ac_useropt=\$ac_optarg ;;
941
942 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
943 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
944 | --exec | --exe | --ex)
945 ac_prev=exec_prefix ;;
946 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
947 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
948 | --exec=* | --exe=* | --ex=*)
949 exec_prefix=$ac_optarg ;;
950
951 -gas | --gas | --ga | --g)
952 # Obsolete; use --with-gas.
953 with_gas=yes ;;
954
955 -help | --help | --hel | --he | -h)
956 ac_init_help=long ;;
957 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
958 ac_init_help=recursive ;;
959 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
960 ac_init_help=short ;;
961
962 -host | --host | --hos | --ho)
963 ac_prev=host_alias ;;
964 -host=* | --host=* | --hos=* | --ho=*)
965 host_alias=$ac_optarg ;;
966
967 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
968 ac_prev=htmldir ;;
969 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
970 | --ht=*)
971 htmldir=$ac_optarg ;;
972
973 -includedir | --includedir | --includedi | --included | --include \
974 | --includ | --inclu | --incl | --inc)
975 ac_prev=includedir ;;
976 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
977 | --includ=* | --inclu=* | --incl=* | --inc=*)
978 includedir=$ac_optarg ;;
979
980 -infodir | --infodir | --infodi | --infod | --info | --inf)
981 ac_prev=infodir ;;
982 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
983 infodir=$ac_optarg ;;
984
985 -libdir | --libdir | --libdi | --libd)
986 ac_prev=libdir ;;
987 -libdir=* | --libdir=* | --libdi=* | --libd=*)
988 libdir=$ac_optarg ;;
989
990 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
991 | --libexe | --libex | --libe)
992 ac_prev=libexecdir ;;
993 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
994 | --libexe=* | --libex=* | --libe=*)
995 libexecdir=$ac_optarg ;;
996
997 -localedir | --localedir | --localedi | --localed | --locale)
998 ac_prev=localedir ;;
999 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1000 localedir=$ac_optarg ;;
1001
1002 -localstatedir | --localstatedir | --localstatedi | --localstated \
1003 | --localstate | --localstat | --localsta | --localst | --locals)
1004 ac_prev=localstatedir ;;
1005 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1006 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1007 localstatedir=$ac_optarg ;;
1008
1009 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1010 ac_prev=mandir ;;
1011 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1012 mandir=$ac_optarg ;;
1013
1014 -nfp | --nfp | --nf)
1015 # Obsolete; use --without-fp.
1016 with_fp=no ;;
1017
1018 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1019 | --no-cr | --no-c | -n)
1020 no_create=yes ;;
1021
1022 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1023 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1024 no_recursion=yes ;;
1025
1026 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1027 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1028 | --oldin | --oldi | --old | --ol | --o)
1029 ac_prev=oldincludedir ;;
1030 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1031 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1032 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1033 oldincludedir=$ac_optarg ;;
1034
1035 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1036 ac_prev=prefix ;;
1037 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1038 prefix=$ac_optarg ;;
1039
1040 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1041 | --program-pre | --program-pr | --program-p)
1042 ac_prev=program_prefix ;;
1043 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1044 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1045 program_prefix=$ac_optarg ;;
1046
1047 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1048 | --program-suf | --program-su | --program-s)
1049 ac_prev=program_suffix ;;
1050 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1051 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1052 program_suffix=$ac_optarg ;;
1053
1054 -program-transform-name | --program-transform-name \
1055 | --program-transform-nam | --program-transform-na \
1056 | --program-transform-n | --program-transform- \
1057 | --program-transform | --program-transfor \
1058 | --program-transfo | --program-transf \
1059 | --program-trans | --program-tran \
1060 | --progr-tra | --program-tr | --program-t)
1061 ac_prev=program_transform_name ;;
1062 -program-transform-name=* | --program-transform-name=* \
1063 | --program-transform-nam=* | --program-transform-na=* \
1064 | --program-transform-n=* | --program-transform-=* \
1065 | --program-transform=* | --program-transfor=* \
1066 | --program-transfo=* | --program-transf=* \
1067 | --program-trans=* | --program-tran=* \
1068 | --progr-tra=* | --program-tr=* | --program-t=*)
1069 program_transform_name=$ac_optarg ;;
1070
1071 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1072 ac_prev=pdfdir ;;
1073 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1074 pdfdir=$ac_optarg ;;
1075
1076 -psdir | --psdir | --psdi | --psd | --ps)
1077 ac_prev=psdir ;;
1078 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1079 psdir=$ac_optarg ;;
1080
1081 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1082 | -silent | --silent | --silen | --sile | --sil)
1083 silent=yes ;;
1084
1085 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1086 ac_prev=sbindir ;;
1087 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1088 | --sbi=* | --sb=*)
1089 sbindir=$ac_optarg ;;
1090
1091 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1092 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1093 | --sharedst | --shareds | --shared | --share | --shar \
1094 | --sha | --sh)
1095 ac_prev=sharedstatedir ;;
1096 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1097 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1098 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1099 | --sha=* | --sh=*)
1100 sharedstatedir=$ac_optarg ;;
1101
1102 -site | --site | --sit)
1103 ac_prev=site ;;
1104 -site=* | --site=* | --sit=*)
1105 site=$ac_optarg ;;
1106
1107 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1108 ac_prev=srcdir ;;
1109 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1110 srcdir=$ac_optarg ;;
1111
1112 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1113 | --syscon | --sysco | --sysc | --sys | --sy)
1114 ac_prev=sysconfdir ;;
1115 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1116 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1117 sysconfdir=$ac_optarg ;;
1118
1119 -target | --target | --targe | --targ | --tar | --ta | --t)
1120 ac_prev=target_alias ;;
1121 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1122 target_alias=$ac_optarg ;;
1123
1124 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1125 verbose=yes ;;
1126
1127 -version | --version | --versio | --versi | --vers | -V)
1128 ac_init_version=: ;;
1129
1130 -with-* | --with-*)
1131 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1132 # Reject names that are not valid shell variable names.
1133 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1134 as_fn_error $? "invalid package name: $ac_useropt"
1135 ac_useropt_orig=$ac_useropt
1136 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1137 case $ac_user_opts in
1138 *"
1139 "with_$ac_useropt"
1140 "*) ;;
1141 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1142 ac_unrecognized_sep=', ';;
1143 esac
1144 eval with_$ac_useropt=\$ac_optarg ;;
1145
1146 -without-* | --without-*)
1147 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1148 # Reject names that are not valid shell variable names.
1149 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1150 as_fn_error $? "invalid package name: $ac_useropt"
1151 ac_useropt_orig=$ac_useropt
1152 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1153 case $ac_user_opts in
1154 *"
1155 "with_$ac_useropt"
1156 "*) ;;
1157 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1158 ac_unrecognized_sep=', ';;
1159 esac
1160 eval with_$ac_useropt=no ;;
1161
1162 --x)
1163 # Obsolete; use --with-x.
1164 with_x=yes ;;
1165
1166 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1167 | --x-incl | --x-inc | --x-in | --x-i)
1168 ac_prev=x_includes ;;
1169 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1170 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1171 x_includes=$ac_optarg ;;
1172
1173 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1174 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1175 ac_prev=x_libraries ;;
1176 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1177 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1178 x_libraries=$ac_optarg ;;
1179
1180 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1181 Try \`$0 --help' for more information"
1182 ;;
1183
1184 *=*)
1185 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1186 # Reject names that are not valid shell variable names.
1187 case $ac_envvar in #(
1188 '' | [0-9]* | *[!_$as_cr_alnum]* )
1189 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1190 esac
1191 eval $ac_envvar=\$ac_optarg
1192 export $ac_envvar ;;
1193
1194 *)
1195 # FIXME: should be removed in autoconf 3.0.
1196 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1197 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1198 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1199 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1200 ;;
1201
1202 esac
1203 done
1204
1205 if test -n "$ac_prev"; then
1206 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1207 as_fn_error $? "missing argument to $ac_option"
1208 fi
1209
1210 if test -n "$ac_unrecognized_opts"; then
1211 case $enable_option_checking in
1212 no) ;;
1213 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1214 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1215 esac
1216 fi
1217
1218 # Check all directory arguments for consistency.
1219 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1220 datadir sysconfdir sharedstatedir localstatedir includedir \
1221 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1222 libdir localedir mandir
1223 do
1224 eval ac_val=\$$ac_var
1225 # Remove trailing slashes.
1226 case $ac_val in
1227 */ )
1228 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1229 eval $ac_var=\$ac_val;;
1230 esac
1231 # Be sure to have absolute directory names.
1232 case $ac_val in
1233 [\\/$]* | ?:[\\/]* ) continue;;
1234 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1235 esac
1236 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1237 done
1238
1239 # There might be people who depend on the old broken behavior: `$host'
1240 # used to hold the argument of --host etc.
1241 # FIXME: To remove some day.
1242 build=$build_alias
1243 host=$host_alias
1244 target=$target_alias
1245
1246 # FIXME: To remove some day.
1247 if test "x$host_alias" != x; then
1248 if test "x$build_alias" = x; then
1249 cross_compiling=maybe
1250 elif test "x$build_alias" != "x$host_alias"; then
1251 cross_compiling=yes
1252 fi
1253 fi
1254
1255 ac_tool_prefix=
1256 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257
1258 test "$silent" = yes && exec 6>/dev/null
1259
1260
1261 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1262 ac_ls_di=`ls -di .` &&
1263 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1264 as_fn_error $? "working directory cannot be determined"
1265 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1266 as_fn_error $? "pwd does not report name of working directory"
1267
1268
1269 # Find the source files, if location was not specified.
1270 if test -z "$srcdir"; then
1271 ac_srcdir_defaulted=yes
1272 # Try the directory containing this script, then the parent directory.
1273 ac_confdir=`$as_dirname -- "$as_myself" ||
1274 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1275 X"$as_myself" : 'X\(//\)[^/]' \| \
1276 X"$as_myself" : 'X\(//\)$' \| \
1277 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1278 $as_echo X"$as_myself" |
1279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\/\)[^/].*/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)$/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\).*/{
1292 s//\1/
1293 q
1294 }
1295 s/.*/./; q'`
1296 srcdir=$ac_confdir
1297 if test ! -r "$srcdir/$ac_unique_file"; then
1298 srcdir=..
1299 fi
1300 else
1301 ac_srcdir_defaulted=no
1302 fi
1303 if test ! -r "$srcdir/$ac_unique_file"; then
1304 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1305 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1306 fi
1307 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1308 ac_abs_confdir=`(
1309 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1310 pwd)`
1311 # When building in place, set srcdir=.
1312 if test "$ac_abs_confdir" = "$ac_pwd"; then
1313 srcdir=.
1314 fi
1315 # Remove unnecessary trailing slashes from srcdir.
1316 # Double slashes in file names in object file debugging info
1317 # mess up M-x gdb in Emacs.
1318 case $srcdir in
1319 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1320 esac
1321 for ac_var in $ac_precious_vars; do
1322 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_env_${ac_var}_value=\$${ac_var}
1324 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1325 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1326 done
1327
1328 #
1329 # Report the --help message.
1330 #
1331 if test "$ac_init_help" = "long"; then
1332 # Omit some internal or obsolete options to make the list less imposing.
1333 # This message is too long to be a string in the A/UX 3.1 sh.
1334 cat <<_ACEOF
1335 \`configure' configures this package to adapt to many kinds of systems.
1336
1337 Usage: $0 [OPTION]... [VAR=VALUE]...
1338
1339 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1340 VAR=VALUE. See below for descriptions of some of the useful variables.
1341
1342 Defaults for the options are specified in brackets.
1343
1344 Configuration:
1345 -h, --help display this help and exit
1346 --help=short display options specific to this package
1347 --help=recursive display the short help of all the included packages
1348 -V, --version display version information and exit
1349 -q, --quiet, --silent do not print \`checking ...' messages
1350 --cache-file=FILE cache test results in FILE [disabled]
1351 -C, --config-cache alias for \`--cache-file=config.cache'
1352 -n, --no-create do not create output files
1353 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354
1355 Installation directories:
1356 --prefix=PREFIX install architecture-independent files in PREFIX
1357 [$ac_default_prefix]
1358 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1359 [PREFIX]
1360
1361 By default, \`make install' will install all the files in
1362 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1363 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1364 for instance \`--prefix=\$HOME'.
1365
1366 For better control, use the options below.
1367
1368 Fine tuning of the installation directories:
1369 --bindir=DIR user executables [EPREFIX/bin]
1370 --sbindir=DIR system admin executables [EPREFIX/sbin]
1371 --libexecdir=DIR program executables [EPREFIX/libexec]
1372 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1373 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1374 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1375 --libdir=DIR object code libraries [EPREFIX/lib]
1376 --includedir=DIR C header files [PREFIX/include]
1377 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1378 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1379 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1380 --infodir=DIR info documentation [DATAROOTDIR/info]
1381 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1382 --mandir=DIR man documentation [DATAROOTDIR/man]
1383 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1384 --htmldir=DIR html documentation [DOCDIR]
1385 --dvidir=DIR dvi documentation [DOCDIR]
1386 --pdfdir=DIR pdf documentation [DOCDIR]
1387 --psdir=DIR ps documentation [DOCDIR]
1388 _ACEOF
1389
1390 cat <<\_ACEOF
1391
1392 Program names:
1393 --program-prefix=PREFIX prepend PREFIX to installed program names
1394 --program-suffix=SUFFIX append SUFFIX to installed program names
1395 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1396
1397 System types:
1398 --build=BUILD configure for building on BUILD [guessed]
1399 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1400 --target=TARGET configure for building compilers for TARGET [HOST]
1401 _ACEOF
1402 fi
1403
1404 if test -n "$ac_init_help"; then
1405
1406 cat <<\_ACEOF
1407
1408 Optional Features:
1409 --disable-option-checking ignore unrecognized --enable/--with options
1410 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1411 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1412 --enable-plugins Enable support for plugins
1413 --enable-shared[=PKGS] build shared libraries [default=yes]
1414 --enable-static[=PKGS] build static libraries [default=yes]
1415 --enable-fast-install[=PKGS]
1416 optimize for fast installation [default=yes]
1417 --disable-libtool-lock avoid locking (might break parallel builds)
1418 --enable-maintainer-mode
1419 enable make rules and dependencies not useful (and
1420 sometimes confusing) to the casual installer
1421 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1422 itself)
1423 --enable-sim-stdio Specify whether to use stdio for console
1424 input/output
1425 --enable-sim-trace=opts Enable tracing of simulated programs
1426 --enable-sim-profile=opts
1427 Enable profiling flags
1428 --enable-sim-assert Specify whether to perform random assertions
1429 --enable-sim-environment=environment
1430 Specify mixed, user, virtual or operating
1431 environment
1432 --enable-sim-inline=inlines
1433 Specify which functions should be inlined
1434 --disable-cycle-accurate
1435 Disable cycle accurate simulation (faster runtime)
1436 --disable-cycle-stats Disable cycle statistics (faster runtime)
1437
1438 Optional Packages:
1439 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1440 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1441 --with-system-zlib use installed libz
1442 --with-pic try to use only PIC/non-PIC objects [default=use
1443 both]
1444 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1445 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
1446 --with-bugurl=URL Direct users to URL to report a bug
1447
1448 Some influential environment variables:
1449 CC C compiler command
1450 CFLAGS C compiler flags
1451 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1452 nonstandard directory <lib dir>
1453 LIBS libraries to pass to the linker, e.g. -l<library>
1454 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1455 you have headers in a nonstandard directory <include dir>
1456 CPP C preprocessor
1457
1458 Use these variables to override the choices made by `configure' or to help
1459 it to find libraries and programs with nonstandard names/locations.
1460
1461 Report bugs to the package provider.
1462 _ACEOF
1463 ac_status=$?
1464 fi
1465
1466 if test "$ac_init_help" = "recursive"; then
1467 # If there are subdirs, report their specific --help.
1468 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1469 test -d "$ac_dir" ||
1470 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1471 continue
1472 ac_builddir=.
1473
1474 case "$ac_dir" in
1475 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1476 *)
1477 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1478 # A ".." for each directory in $ac_dir_suffix.
1479 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1480 case $ac_top_builddir_sub in
1481 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1483 esac ;;
1484 esac
1485 ac_abs_top_builddir=$ac_pwd
1486 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1487 # for backward compatibility:
1488 ac_top_builddir=$ac_top_build_prefix
1489
1490 case $srcdir in
1491 .) # We are building in place.
1492 ac_srcdir=.
1493 ac_top_srcdir=$ac_top_builddir_sub
1494 ac_abs_top_srcdir=$ac_pwd ;;
1495 [\\/]* | ?:[\\/]* ) # Absolute name.
1496 ac_srcdir=$srcdir$ac_dir_suffix;
1497 ac_top_srcdir=$srcdir
1498 ac_abs_top_srcdir=$srcdir ;;
1499 *) # Relative name.
1500 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1501 ac_top_srcdir=$ac_top_build_prefix$srcdir
1502 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1503 esac
1504 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1505
1506 cd "$ac_dir" || { ac_status=$?; continue; }
1507 # Check for guested configure.
1508 if test -f "$ac_srcdir/configure.gnu"; then
1509 echo &&
1510 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1511 elif test -f "$ac_srcdir/configure"; then
1512 echo &&
1513 $SHELL "$ac_srcdir/configure" --help=recursive
1514 else
1515 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1516 fi || ac_status=$?
1517 cd "$ac_pwd" || { ac_status=$?; break; }
1518 done
1519 fi
1520
1521 test -n "$ac_init_help" && exit $ac_status
1522 if $ac_init_version; then
1523 cat <<\_ACEOF
1524 configure
1525 generated by GNU Autoconf 2.69
1526
1527 Copyright (C) 2012 Free Software Foundation, Inc.
1528 This configure script is free software; the Free Software Foundation
1529 gives unlimited permission to copy, distribute and modify it.
1530 _ACEOF
1531 exit
1532 fi
1533
1534 ## ------------------------ ##
1535 ## Autoconf initialization. ##
1536 ## ------------------------ ##
1537
1538 # ac_fn_c_try_compile LINENO
1539 # --------------------------
1540 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1541 ac_fn_c_try_compile ()
1542 {
1543 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1544 rm -f conftest.$ac_objext
1545 if { { ac_try="$ac_compile"
1546 case "(($ac_try" in
1547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1548 *) ac_try_echo=$ac_try;;
1549 esac
1550 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1551 $as_echo "$ac_try_echo"; } >&5
1552 (eval "$ac_compile") 2>conftest.err
1553 ac_status=$?
1554 if test -s conftest.err; then
1555 grep -v '^ *+' conftest.err >conftest.er1
1556 cat conftest.er1 >&5
1557 mv -f conftest.er1 conftest.err
1558 fi
1559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1560 test $ac_status = 0; } && {
1561 test -z "$ac_c_werror_flag" ||
1562 test ! -s conftest.err
1563 } && test -s conftest.$ac_objext; then :
1564 ac_retval=0
1565 else
1566 $as_echo "$as_me: failed program was:" >&5
1567 sed 's/^/| /' conftest.$ac_ext >&5
1568
1569 ac_retval=1
1570 fi
1571 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1572 as_fn_set_status $ac_retval
1573
1574 } # ac_fn_c_try_compile
1575
1576 # ac_fn_c_try_cpp LINENO
1577 # ----------------------
1578 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1579 ac_fn_c_try_cpp ()
1580 {
1581 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1582 if { { ac_try="$ac_cpp conftest.$ac_ext"
1583 case "(($ac_try" in
1584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1585 *) ac_try_echo=$ac_try;;
1586 esac
1587 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1588 $as_echo "$ac_try_echo"; } >&5
1589 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1590 ac_status=$?
1591 if test -s conftest.err; then
1592 grep -v '^ *+' conftest.err >conftest.er1
1593 cat conftest.er1 >&5
1594 mv -f conftest.er1 conftest.err
1595 fi
1596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1597 test $ac_status = 0; } > conftest.i && {
1598 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1599 test ! -s conftest.err
1600 }; then :
1601 ac_retval=0
1602 else
1603 $as_echo "$as_me: failed program was:" >&5
1604 sed 's/^/| /' conftest.$ac_ext >&5
1605
1606 ac_retval=1
1607 fi
1608 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1609 as_fn_set_status $ac_retval
1610
1611 } # ac_fn_c_try_cpp
1612
1613 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1614 # -------------------------------------------------------
1615 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1616 # the include files in INCLUDES and setting the cache variable VAR
1617 # accordingly.
1618 ac_fn_c_check_header_mongrel ()
1619 {
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 if eval \${$3+:} false; then :
1622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1623 $as_echo_n "checking for $2... " >&6; }
1624 if eval \${$3+:} false; then :
1625 $as_echo_n "(cached) " >&6
1626 fi
1627 eval ac_res=\$$3
1628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1629 $as_echo "$ac_res" >&6; }
1630 else
1631 # Is the header compilable?
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1633 $as_echo_n "checking $2 usability... " >&6; }
1634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1635 /* end confdefs.h. */
1636 $4
1637 #include <$2>
1638 _ACEOF
1639 if ac_fn_c_try_compile "$LINENO"; then :
1640 ac_header_compiler=yes
1641 else
1642 ac_header_compiler=no
1643 fi
1644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1646 $as_echo "$ac_header_compiler" >&6; }
1647
1648 # Is the header present?
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1650 $as_echo_n "checking $2 presence... " >&6; }
1651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1652 /* end confdefs.h. */
1653 #include <$2>
1654 _ACEOF
1655 if ac_fn_c_try_cpp "$LINENO"; then :
1656 ac_header_preproc=yes
1657 else
1658 ac_header_preproc=no
1659 fi
1660 rm -f conftest.err conftest.i conftest.$ac_ext
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1662 $as_echo "$ac_header_preproc" >&6; }
1663
1664 # So? What about this header?
1665 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1666 yes:no: )
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1668 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1669 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1670 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1671 ;;
1672 no:yes:* )
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1674 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1676 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1678 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1679 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1680 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1682 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1683 ;;
1684 esac
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1686 $as_echo_n "checking for $2... " >&6; }
1687 if eval \${$3+:} false; then :
1688 $as_echo_n "(cached) " >&6
1689 else
1690 eval "$3=\$ac_header_compiler"
1691 fi
1692 eval ac_res=\$$3
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1694 $as_echo "$ac_res" >&6; }
1695 fi
1696 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1697
1698 } # ac_fn_c_check_header_mongrel
1699
1700 # ac_fn_c_try_run LINENO
1701 # ----------------------
1702 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1703 # that executables *can* be run.
1704 ac_fn_c_try_run ()
1705 {
1706 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1707 if { { ac_try="$ac_link"
1708 case "(($ac_try" in
1709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1710 *) ac_try_echo=$ac_try;;
1711 esac
1712 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1713 $as_echo "$ac_try_echo"; } >&5
1714 (eval "$ac_link") 2>&5
1715 ac_status=$?
1716 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1717 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1718 { { case "(($ac_try" in
1719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1720 *) ac_try_echo=$ac_try;;
1721 esac
1722 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1723 $as_echo "$ac_try_echo"; } >&5
1724 (eval "$ac_try") 2>&5
1725 ac_status=$?
1726 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1727 test $ac_status = 0; }; }; then :
1728 ac_retval=0
1729 else
1730 $as_echo "$as_me: program exited with status $ac_status" >&5
1731 $as_echo "$as_me: failed program was:" >&5
1732 sed 's/^/| /' conftest.$ac_ext >&5
1733
1734 ac_retval=$ac_status
1735 fi
1736 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1737 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1738 as_fn_set_status $ac_retval
1739
1740 } # ac_fn_c_try_run
1741
1742 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1743 # -------------------------------------------------------
1744 # Tests whether HEADER exists and can be compiled using the include files in
1745 # INCLUDES, setting the cache variable VAR accordingly.
1746 ac_fn_c_check_header_compile ()
1747 {
1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1750 $as_echo_n "checking for $2... " >&6; }
1751 if eval \${$3+:} false; then :
1752 $as_echo_n "(cached) " >&6
1753 else
1754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1755 /* end confdefs.h. */
1756 $4
1757 #include <$2>
1758 _ACEOF
1759 if ac_fn_c_try_compile "$LINENO"; then :
1760 eval "$3=yes"
1761 else
1762 eval "$3=no"
1763 fi
1764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1765 fi
1766 eval ac_res=\$$3
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1768 $as_echo "$ac_res" >&6; }
1769 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1770
1771 } # ac_fn_c_check_header_compile
1772
1773 # ac_fn_c_try_link LINENO
1774 # -----------------------
1775 # Try to link conftest.$ac_ext, and return whether this succeeded.
1776 ac_fn_c_try_link ()
1777 {
1778 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1779 rm -f conftest.$ac_objext conftest$ac_exeext
1780 if { { ac_try="$ac_link"
1781 case "(($ac_try" in
1782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783 *) ac_try_echo=$ac_try;;
1784 esac
1785 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786 $as_echo "$ac_try_echo"; } >&5
1787 (eval "$ac_link") 2>conftest.err
1788 ac_status=$?
1789 if test -s conftest.err; then
1790 grep -v '^ *+' conftest.err >conftest.er1
1791 cat conftest.er1 >&5
1792 mv -f conftest.er1 conftest.err
1793 fi
1794 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1795 test $ac_status = 0; } && {
1796 test -z "$ac_c_werror_flag" ||
1797 test ! -s conftest.err
1798 } && test -s conftest$ac_exeext && {
1799 test "$cross_compiling" = yes ||
1800 test -x conftest$ac_exeext
1801 }; then :
1802 ac_retval=0
1803 else
1804 $as_echo "$as_me: failed program was:" >&5
1805 sed 's/^/| /' conftest.$ac_ext >&5
1806
1807 ac_retval=1
1808 fi
1809 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1810 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1811 # interfere with the next link command; also delete a directory that is
1812 # left behind by Apple's compiler. We do this before executing the actions.
1813 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1814 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1815 as_fn_set_status $ac_retval
1816
1817 } # ac_fn_c_try_link
1818
1819 # ac_fn_c_check_func LINENO FUNC VAR
1820 # ----------------------------------
1821 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1822 ac_fn_c_check_func ()
1823 {
1824 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1826 $as_echo_n "checking for $2... " >&6; }
1827 if eval \${$3+:} false; then :
1828 $as_echo_n "(cached) " >&6
1829 else
1830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1831 /* end confdefs.h. */
1832 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1833 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1834 #define $2 innocuous_$2
1835
1836 /* System header to define __stub macros and hopefully few prototypes,
1837 which can conflict with char $2 (); below.
1838 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1839 <limits.h> exists even on freestanding compilers. */
1840
1841 #ifdef __STDC__
1842 # include <limits.h>
1843 #else
1844 # include <assert.h>
1845 #endif
1846
1847 #undef $2
1848
1849 /* Override any GCC internal prototype to avoid an error.
1850 Use char because int might match the return type of a GCC
1851 builtin and then its argument prototype would still apply. */
1852 #ifdef __cplusplus
1853 extern "C"
1854 #endif
1855 char $2 ();
1856 /* The GNU C library defines this for functions which it implements
1857 to always fail with ENOSYS. Some functions are actually named
1858 something starting with __ and the normal name is an alias. */
1859 #if defined __stub_$2 || defined __stub___$2
1860 choke me
1861 #endif
1862
1863 int
1864 main ()
1865 {
1866 return $2 ();
1867 ;
1868 return 0;
1869 }
1870 _ACEOF
1871 if ac_fn_c_try_link "$LINENO"; then :
1872 eval "$3=yes"
1873 else
1874 eval "$3=no"
1875 fi
1876 rm -f core conftest.err conftest.$ac_objext \
1877 conftest$ac_exeext conftest.$ac_ext
1878 fi
1879 eval ac_res=\$$3
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1881 $as_echo "$ac_res" >&6; }
1882 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1883
1884 } # ac_fn_c_check_func
1885
1886 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1887 # ----------------------------------------------------
1888 # Tries to find if the field MEMBER exists in type AGGR, after including
1889 # INCLUDES, setting cache variable VAR accordingly.
1890 ac_fn_c_check_member ()
1891 {
1892 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1894 $as_echo_n "checking for $2.$3... " >&6; }
1895 if eval \${$4+:} false; then :
1896 $as_echo_n "(cached) " >&6
1897 else
1898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1899 /* end confdefs.h. */
1900 $5
1901 int
1902 main ()
1903 {
1904 static $2 ac_aggr;
1905 if (ac_aggr.$3)
1906 return 0;
1907 ;
1908 return 0;
1909 }
1910 _ACEOF
1911 if ac_fn_c_try_compile "$LINENO"; then :
1912 eval "$4=yes"
1913 else
1914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1915 /* end confdefs.h. */
1916 $5
1917 int
1918 main ()
1919 {
1920 static $2 ac_aggr;
1921 if (sizeof ac_aggr.$3)
1922 return 0;
1923 ;
1924 return 0;
1925 }
1926 _ACEOF
1927 if ac_fn_c_try_compile "$LINENO"; then :
1928 eval "$4=yes"
1929 else
1930 eval "$4=no"
1931 fi
1932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1933 fi
1934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1935 fi
1936 eval ac_res=\$$4
1937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1938 $as_echo "$ac_res" >&6; }
1939 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1940
1941 } # ac_fn_c_check_member
1942
1943 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1944 # -------------------------------------------
1945 # Tests whether TYPE exists after having included INCLUDES, setting cache
1946 # variable VAR accordingly.
1947 ac_fn_c_check_type ()
1948 {
1949 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1951 $as_echo_n "checking for $2... " >&6; }
1952 if eval \${$3+:} false; then :
1953 $as_echo_n "(cached) " >&6
1954 else
1955 eval "$3=no"
1956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1957 /* end confdefs.h. */
1958 $4
1959 int
1960 main ()
1961 {
1962 if (sizeof ($2))
1963 return 0;
1964 ;
1965 return 0;
1966 }
1967 _ACEOF
1968 if ac_fn_c_try_compile "$LINENO"; then :
1969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1970 /* end confdefs.h. */
1971 $4
1972 int
1973 main ()
1974 {
1975 if (sizeof (($2)))
1976 return 0;
1977 ;
1978 return 0;
1979 }
1980 _ACEOF
1981 if ac_fn_c_try_compile "$LINENO"; then :
1982
1983 else
1984 eval "$3=yes"
1985 fi
1986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1987 fi
1988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 fi
1990 eval ac_res=\$$3
1991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1992 $as_echo "$ac_res" >&6; }
1993 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1994
1995 } # ac_fn_c_check_type
1996 cat >config.log <<_ACEOF
1997 This file contains any messages produced by compilers while
1998 running configure, to aid debugging if configure makes a mistake.
1999
2000 It was created by $as_me, which was
2001 generated by GNU Autoconf 2.69. Invocation command line was
2002
2003 $ $0 $@
2004
2005 _ACEOF
2006 exec 5>>config.log
2007 {
2008 cat <<_ASUNAME
2009 ## --------- ##
2010 ## Platform. ##
2011 ## --------- ##
2012
2013 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2014 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2015 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2016 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2017 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2018
2019 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2020 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2021
2022 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2023 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2024 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2025 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2026 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2027 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2028 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2029
2030 _ASUNAME
2031
2032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2033 for as_dir in $PATH
2034 do
2035 IFS=$as_save_IFS
2036 test -z "$as_dir" && as_dir=.
2037 $as_echo "PATH: $as_dir"
2038 done
2039 IFS=$as_save_IFS
2040
2041 } >&5
2042
2043 cat >&5 <<_ACEOF
2044
2045
2046 ## ----------- ##
2047 ## Core tests. ##
2048 ## ----------- ##
2049
2050 _ACEOF
2051
2052
2053 # Keep a trace of the command line.
2054 # Strip out --no-create and --no-recursion so they do not pile up.
2055 # Strip out --silent because we don't want to record it for future runs.
2056 # Also quote any args containing shell meta-characters.
2057 # Make two passes to allow for proper duplicate-argument suppression.
2058 ac_configure_args=
2059 ac_configure_args0=
2060 ac_configure_args1=
2061 ac_must_keep_next=false
2062 for ac_pass in 1 2
2063 do
2064 for ac_arg
2065 do
2066 case $ac_arg in
2067 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2068 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2069 | -silent | --silent | --silen | --sile | --sil)
2070 continue ;;
2071 *\'*)
2072 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2073 esac
2074 case $ac_pass in
2075 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2076 2)
2077 as_fn_append ac_configure_args1 " '$ac_arg'"
2078 if test $ac_must_keep_next = true; then
2079 ac_must_keep_next=false # Got value, back to normal.
2080 else
2081 case $ac_arg in
2082 *=* | --config-cache | -C | -disable-* | --disable-* \
2083 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2084 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2085 | -with-* | --with-* | -without-* | --without-* | --x)
2086 case "$ac_configure_args0 " in
2087 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2088 esac
2089 ;;
2090 -* ) ac_must_keep_next=true ;;
2091 esac
2092 fi
2093 as_fn_append ac_configure_args " '$ac_arg'"
2094 ;;
2095 esac
2096 done
2097 done
2098 { ac_configure_args0=; unset ac_configure_args0;}
2099 { ac_configure_args1=; unset ac_configure_args1;}
2100
2101 # When interrupted or exit'd, cleanup temporary files, and complete
2102 # config.log. We remove comments because anyway the quotes in there
2103 # would cause problems or look ugly.
2104 # WARNING: Use '\'' to represent an apostrophe within the trap.
2105 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2106 trap 'exit_status=$?
2107 # Save into config.log some information that might help in debugging.
2108 {
2109 echo
2110
2111 $as_echo "## ---------------- ##
2112 ## Cache variables. ##
2113 ## ---------------- ##"
2114 echo
2115 # The following way of writing the cache mishandles newlines in values,
2116 (
2117 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2118 eval ac_val=\$$ac_var
2119 case $ac_val in #(
2120 *${as_nl}*)
2121 case $ac_var in #(
2122 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2123 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2124 esac
2125 case $ac_var in #(
2126 _ | IFS | as_nl) ;; #(
2127 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2128 *) { eval $ac_var=; unset $ac_var;} ;;
2129 esac ;;
2130 esac
2131 done
2132 (set) 2>&1 |
2133 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2134 *${as_nl}ac_space=\ *)
2135 sed -n \
2136 "s/'\''/'\''\\\\'\'''\''/g;
2137 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2138 ;; #(
2139 *)
2140 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2141 ;;
2142 esac |
2143 sort
2144 )
2145 echo
2146
2147 $as_echo "## ----------------- ##
2148 ## Output variables. ##
2149 ## ----------------- ##"
2150 echo
2151 for ac_var in $ac_subst_vars
2152 do
2153 eval ac_val=\$$ac_var
2154 case $ac_val in
2155 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2156 esac
2157 $as_echo "$ac_var='\''$ac_val'\''"
2158 done | sort
2159 echo
2160
2161 if test -n "$ac_subst_files"; then
2162 $as_echo "## ------------------- ##
2163 ## File substitutions. ##
2164 ## ------------------- ##"
2165 echo
2166 for ac_var in $ac_subst_files
2167 do
2168 eval ac_val=\$$ac_var
2169 case $ac_val in
2170 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2171 esac
2172 $as_echo "$ac_var='\''$ac_val'\''"
2173 done | sort
2174 echo
2175 fi
2176
2177 if test -s confdefs.h; then
2178 $as_echo "## ----------- ##
2179 ## confdefs.h. ##
2180 ## ----------- ##"
2181 echo
2182 cat confdefs.h
2183 echo
2184 fi
2185 test "$ac_signal" != 0 &&
2186 $as_echo "$as_me: caught signal $ac_signal"
2187 $as_echo "$as_me: exit $exit_status"
2188 } >&5
2189 rm -f core *.core core.conftest.* &&
2190 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2191 exit $exit_status
2192 ' 0
2193 for ac_signal in 1 2 13 15; do
2194 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2195 done
2196 ac_signal=0
2197
2198 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2199 rm -f -r conftest* confdefs.h
2200
2201 $as_echo "/* confdefs.h */" > confdefs.h
2202
2203 # Predefined preprocessor variables.
2204
2205 cat >>confdefs.h <<_ACEOF
2206 #define PACKAGE_NAME "$PACKAGE_NAME"
2207 _ACEOF
2208
2209 cat >>confdefs.h <<_ACEOF
2210 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2211 _ACEOF
2212
2213 cat >>confdefs.h <<_ACEOF
2214 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2215 _ACEOF
2216
2217 cat >>confdefs.h <<_ACEOF
2218 #define PACKAGE_STRING "$PACKAGE_STRING"
2219 _ACEOF
2220
2221 cat >>confdefs.h <<_ACEOF
2222 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2223 _ACEOF
2224
2225 cat >>confdefs.h <<_ACEOF
2226 #define PACKAGE_URL "$PACKAGE_URL"
2227 _ACEOF
2228
2229
2230 # Let the site file select an alternate cache file if it wants to.
2231 # Prefer an explicitly selected file to automatically selected ones.
2232 ac_site_file1=NONE
2233 ac_site_file2=NONE
2234 if test -n "$CONFIG_SITE"; then
2235 # We do not want a PATH search for config.site.
2236 case $CONFIG_SITE in #((
2237 -*) ac_site_file1=./$CONFIG_SITE;;
2238 */*) ac_site_file1=$CONFIG_SITE;;
2239 *) ac_site_file1=./$CONFIG_SITE;;
2240 esac
2241 elif test "x$prefix" != xNONE; then
2242 ac_site_file1=$prefix/share/config.site
2243 ac_site_file2=$prefix/etc/config.site
2244 else
2245 ac_site_file1=$ac_default_prefix/share/config.site
2246 ac_site_file2=$ac_default_prefix/etc/config.site
2247 fi
2248 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2249 do
2250 test "x$ac_site_file" = xNONE && continue
2251 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2253 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2254 sed 's/^/| /' "$ac_site_file" >&5
2255 . "$ac_site_file" \
2256 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2257 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2258 as_fn_error $? "failed to load site script $ac_site_file
2259 See \`config.log' for more details" "$LINENO" 5; }
2260 fi
2261 done
2262
2263 if test -r "$cache_file"; then
2264 # Some versions of bash will fail to source /dev/null (special files
2265 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2266 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2267 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2268 $as_echo "$as_me: loading cache $cache_file" >&6;}
2269 case $cache_file in
2270 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2271 *) . "./$cache_file";;
2272 esac
2273 fi
2274 else
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2276 $as_echo "$as_me: creating cache $cache_file" >&6;}
2277 >$cache_file
2278 fi
2279
2280 # Check that the precious variables saved in the cache have kept the same
2281 # value.
2282 ac_cache_corrupted=false
2283 for ac_var in $ac_precious_vars; do
2284 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2285 eval ac_new_set=\$ac_env_${ac_var}_set
2286 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2287 eval ac_new_val=\$ac_env_${ac_var}_value
2288 case $ac_old_set,$ac_new_set in
2289 set,)
2290 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2291 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2292 ac_cache_corrupted=: ;;
2293 ,set)
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2295 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2296 ac_cache_corrupted=: ;;
2297 ,);;
2298 *)
2299 if test "x$ac_old_val" != "x$ac_new_val"; then
2300 # differences in whitespace do not lead to failure.
2301 ac_old_val_w=`echo x $ac_old_val`
2302 ac_new_val_w=`echo x $ac_new_val`
2303 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2305 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2306 ac_cache_corrupted=:
2307 else
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2309 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2310 eval $ac_var=\$ac_old_val
2311 fi
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2313 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2315 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2316 fi;;
2317 esac
2318 # Pass precious variables to config.status.
2319 if test "$ac_new_set" = set; then
2320 case $ac_new_val in
2321 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2322 *) ac_arg=$ac_var=$ac_new_val ;;
2323 esac
2324 case " $ac_configure_args " in
2325 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2326 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2327 esac
2328 fi
2329 done
2330 if $ac_cache_corrupted; then
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2332 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2334 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2335 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2336 fi
2337 ## -------------------- ##
2338 ## Main body of script. ##
2339 ## -------------------- ##
2340
2341 ac_ext=c
2342 ac_cpp='$CPP $CPPFLAGS'
2343 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2344 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2345 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2346
2347
2348 # This file contains common code used by all simulators.
2349 #
2350 # SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2351 # directory. It is intended to be invoked before any target specific stuff.
2352 # SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2353 # It is intended to be invoked last.
2354 #
2355 # The simulator's configure.ac should look like:
2356 #
2357 # dnl Process this file with autoconf to produce a configure script.
2358 # AC_PREREQ(2.64)dnl
2359 # AC_INIT(Makefile.in)
2360 # sinclude(../common/aclocal.m4)
2361 #
2362 # SIM_AC_COMMON
2363 #
2364 # ... target specific stuff ...
2365 #
2366 # SIM_AC_OUTPUT
2367
2368 # Include global overrides and fixes for Autoconf.
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
2405 #
2406 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2407 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2408 # Written by Gordon Matzigkeit, 1996
2409 #
2410 # This file is free software; the Free Software Foundation gives
2411 # unlimited permission to copy and/or distribute it, with or without
2412 # modifications, as long as this notice is preserved.
2413
2414
2415
2416 # serial 56 LT_INIT
2417
2418
2419 # LT_PREREQ(VERSION)
2420 # ------------------
2421 # Complain and exit if this libtool version is less that VERSION.
2422
2423
2424
2425 # _LT_CHECK_BUILDDIR
2426 # ------------------
2427 # Complain if the absolute build directory name contains unusual characters
2428
2429
2430
2431 # LT_INIT([OPTIONS])
2432 # ------------------
2433 # LT_INIT
2434
2435 # Old names:
2436 # This is what autoupdate's m4 run will expand. It fires
2437 # the warning (with _au_warn_XXX), outputs it into the
2438 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2439 # the replacement expansion.
2440
2441
2442 # This is an auxiliary macro that is also run when
2443 # autoupdate runs m4. It simply calls m4_warning, but
2444 # we need a wrapper so that each warning is emitted only
2445 # once. We break the quoting in m4_warning's argument in
2446 # order to expand this macro's arguments, not AU_DEFUN's.
2447
2448
2449 # Finally, this is the expansion that is picked up by
2450 # autoconf. It tells the user to run autoupdate, and
2451 # then outputs the replacement expansion. We do not care
2452 # about autoupdate's warning because that contains
2453 # information on what to do *after* running autoupdate.
2454
2455 # This is what autoupdate's m4 run will expand. It fires
2456 # the warning (with _au_warn_XXX), outputs it into the
2457 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2458 # the replacement expansion.
2459
2460
2461 # This is an auxiliary macro that is also run when
2462 # autoupdate runs m4. It simply calls m4_warning, but
2463 # we need a wrapper so that each warning is emitted only
2464 # once. We break the quoting in m4_warning's argument in
2465 # order to expand this macro's arguments, not AU_DEFUN's.
2466
2467
2468 # Finally, this is the expansion that is picked up by
2469 # autoconf. It tells the user to run autoupdate, and
2470 # then outputs the replacement expansion. We do not care
2471 # about autoupdate's warning because that contains
2472 # information on what to do *after* running autoupdate.
2473
2474
2475
2476 # _LT_CC_BASENAME(CC)
2477 # -------------------
2478 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
2479
2480
2481
2482 # _LT_FILEUTILS_DEFAULTS
2483 # ----------------------
2484 # It is okay to use these file commands and assume they have been set
2485 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2486 # _LT_FILEUTILS_DEFAULTS
2487
2488
2489 # _LT_SETUP
2490 # ---------
2491 # _LT_SETUP
2492
2493
2494 # _LT_PREPARE_SED_QUOTE_VARS
2495 # --------------------------
2496 # Define a few sed substitution that help us do robust quoting.
2497
2498
2499 # _LT_PROG_LTMAIN
2500 # ---------------
2501 # Note that this code is called both from `configure', and `config.status'
2502 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2503 # `config.status' has no value for ac_aux_dir unless we are using Automake,
2504 # so we pass a copy along to make sure it has a sensible value anyway.
2505 # _LT_PROG_LTMAIN
2506
2507
2508 ## ------------------------------------- ##
2509 ## Accumulate code for creating libtool. ##
2510 ## ------------------------------------- ##
2511
2512 # So that we can recreate a full libtool script including additional
2513 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2514 # in macros and then make a single call at the end using the `libtool'
2515 # label.
2516
2517
2518 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2519 # ----------------------------------------
2520 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2521
2522
2523 # Initialize.
2524
2525
2526
2527 # _LT_CONFIG_LIBTOOL([COMMANDS])
2528 # ------------------------------
2529 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
2530
2531
2532 # Initialize.
2533
2534
2535
2536 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2537 # -----------------------------------------------------
2538
2539
2540
2541 # _LT_FORMAT_COMMENT([COMMENT])
2542 # -----------------------------
2543 # Add leading comment marks to the start of each line, and a trailing
2544 # full-stop to the whole comment if one is not present already.
2545
2546
2547
2548
2549 ## ------------------------ ##
2550 ## FIXME: Eliminate VARNAME ##
2551 ## ------------------------ ##
2552
2553
2554 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2555 # -------------------------------------------------------------------
2556 # CONFIGNAME is the name given to the value in the libtool script.
2557 # VARNAME is the (base) name used in the configure script.
2558 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2559 # VARNAME. Any other value will be used directly.
2560
2561
2562
2563 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2564 # --------------------------------------------------------
2565
2566
2567
2568 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2569 # ------------------------------------------------
2570
2571
2572
2573 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2574 # ---------------------------------------------------------
2575
2576
2577
2578 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2579 # --------------------------------------------------
2580
2581
2582
2583 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2584 # ---------------------------------------------------
2585
2586
2587
2588 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2589 # ---------------------------------------------------
2590
2591
2592
2593
2594 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2595 # ------------------------------------------------
2596
2597
2598
2599
2600 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
2601 # ------------------------------------
2602 # Quote a variable value, and forward it to `config.status' so that its
2603 # declaration there will have the same value as in `configure'. VARNAME
2604 # must have a single quote delimited value for this to work.
2605
2606
2607
2608 # _LT_CONFIG_STATUS_DECLARATIONS
2609 # ------------------------------
2610 # We delimit libtool config variables with single quotes, so when
2611 # we write them to config.status, we have to be sure to quote all
2612 # embedded single quotes properly. In configure, this macro expands
2613 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2614 #
2615 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
2616
2617
2618
2619 # _LT_LIBTOOL_TAGS
2620 # ----------------
2621 # Output comment and list of tags supported by the script
2622
2623
2624
2625 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2626 # -----------------------------------
2627 # Extract the dictionary values for VARNAME (optionally with TAG) and
2628 # expand to a commented shell variable setting:
2629 #
2630 # # Some comment about what VAR is for.
2631 # visible_name=$lt_internal_name
2632
2633
2634
2635 # _LT_LIBTOOL_CONFIG_VARS
2636 # -----------------------
2637 # Produce commented declarations of non-tagged libtool config variables
2638 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2639 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2640 # section) are produced by _LT_LIBTOOL_TAG_VARS.
2641
2642
2643
2644 # _LT_LIBTOOL_TAG_VARS(TAG)
2645 # -------------------------
2646
2647
2648
2649 # _LT_TAGVAR(VARNAME, [TAGNAME])
2650 # ------------------------------
2651
2652
2653
2654 # _LT_CONFIG_COMMANDS
2655 # -------------------
2656 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2657 # variables for single and double quote escaping we saved from calls
2658 # to _LT_DECL, we can put quote escaped variables declarations
2659 # into `config.status', and then the shell code to quote escape them in
2660 # for loops in `config.status'. Finally, any additional code accumulated
2661 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2662 #_LT_CONFIG_COMMANDS
2663
2664
2665 # Initialize.
2666
2667
2668 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2669 # ------------------------------------
2670 # Generate a child script FILE with all initialization necessary to
2671 # reuse the environment learned by the parent script, and make the
2672 # file executable. If COMMENT is supplied, it is inserted after the
2673 # `#!' sequence but before initialization text begins. After this
2674 # macro, additional text can be appended to FILE to form the body of
2675 # the child script. The macro ends with non-zero status if the
2676 # file could not be fully written (such as if the disk is full).
2677 # _LT_GENERATED_FILE_INIT
2678
2679 # LT_OUTPUT
2680 # ---------
2681 # This macro allows early generation of the libtool script (before
2682 # AC_OUTPUT is called), incase it is used in configure for compilation
2683 # tests.
2684 # LT_OUTPUT
2685
2686
2687 # _LT_CONFIG(TAG)
2688 # ---------------
2689 # If TAG is the built-in tag, create an initial libtool script with a
2690 # default configuration from the untagged config vars. Otherwise add code
2691 # to config.status for appending the configuration named by TAG from the
2692 # matching tagged config vars.
2693 # _LT_CONFIG
2694
2695
2696 # LT_SUPPORTED_TAG(TAG)
2697 # ---------------------
2698 # Trace this macro to discover what tags are supported by the libtool
2699 # --tag option, using:
2700 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
2701
2702
2703
2704 # C support is built-in for now
2705
2706
2707
2708
2709 # LT_LANG(LANG)
2710 # -------------
2711 # Enable libtool support for the given language if not already enabled.
2712 # LT_LANG
2713
2714
2715 # _LT_LANG(LANGNAME)
2716 # ------------------
2717 # _LT_LANG
2718
2719
2720 # _LT_LANG_DEFAULT_CONFIG
2721 # -----------------------
2722 # _LT_LANG_DEFAULT_CONFIG
2723
2724 # Obsolete macros:
2725 # This is what autoupdate's m4 run will expand. It fires
2726 # the warning (with _au_warn_XXX), outputs it into the
2727 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2728 # the replacement expansion.
2729
2730
2731 # This is an auxiliary macro that is also run when
2732 # autoupdate runs m4. It simply calls m4_warning, but
2733 # we need a wrapper so that each warning is emitted only
2734 # once. We break the quoting in m4_warning's argument in
2735 # order to expand this macro's arguments, not AU_DEFUN's.
2736
2737
2738 # Finally, this is the expansion that is picked up by
2739 # autoconf. It tells the user to run autoupdate, and
2740 # then outputs the replacement expansion. We do not care
2741 # about autoupdate's warning because that contains
2742 # information on what to do *after* running autoupdate.
2743
2744 # This is what autoupdate's m4 run will expand. It fires
2745 # the warning (with _au_warn_XXX), outputs it into the
2746 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2747 # the replacement expansion.
2748
2749
2750 # This is an auxiliary macro that is also run when
2751 # autoupdate runs m4. It simply calls m4_warning, but
2752 # we need a wrapper so that each warning is emitted only
2753 # once. We break the quoting in m4_warning's argument in
2754 # order to expand this macro's arguments, not AU_DEFUN's.
2755
2756
2757 # Finally, this is the expansion that is picked up by
2758 # autoconf. It tells the user to run autoupdate, and
2759 # then outputs the replacement expansion. We do not care
2760 # about autoupdate's warning because that contains
2761 # information on what to do *after* running autoupdate.
2762
2763 # This is what autoupdate's m4 run will expand. It fires
2764 # the warning (with _au_warn_XXX), outputs it into the
2765 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2766 # the replacement expansion.
2767
2768
2769 # This is an auxiliary macro that is also run when
2770 # autoupdate runs m4. It simply calls m4_warning, but
2771 # we need a wrapper so that each warning is emitted only
2772 # once. We break the quoting in m4_warning's argument in
2773 # order to expand this macro's arguments, not AU_DEFUN's.
2774
2775
2776 # Finally, this is the expansion that is picked up by
2777 # autoconf. It tells the user to run autoupdate, and
2778 # then outputs the replacement expansion. We do not care
2779 # about autoupdate's warning because that contains
2780 # information on what to do *after* running autoupdate.
2781
2782 # This is what autoupdate's m4 run will expand. It fires
2783 # the warning (with _au_warn_XXX), outputs it into the
2784 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2785 # the replacement expansion.
2786
2787
2788 # This is an auxiliary macro that is also run when
2789 # autoupdate runs m4. It simply calls m4_warning, but
2790 # we need a wrapper so that each warning is emitted only
2791 # once. We break the quoting in m4_warning's argument in
2792 # order to expand this macro's arguments, not AU_DEFUN's.
2793
2794
2795 # Finally, this is the expansion that is picked up by
2796 # autoconf. It tells the user to run autoupdate, and
2797 # then outputs the replacement expansion. We do not care
2798 # about autoupdate's warning because that contains
2799 # information on what to do *after* running autoupdate.
2800
2801 # This is what autoupdate's m4 run will expand. It fires
2802 # the warning (with _au_warn_XXX), outputs it into the
2803 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2804 # the replacement expansion.
2805
2806
2807 # This is an auxiliary macro that is also run when
2808 # autoupdate runs m4. It simply calls m4_warning, but
2809 # we need a wrapper so that each warning is emitted only
2810 # once. We break the quoting in m4_warning's argument in
2811 # order to expand this macro's arguments, not AU_DEFUN's.
2812
2813
2814 # Finally, this is the expansion that is picked up by
2815 # autoconf. It tells the user to run autoupdate, and
2816 # then outputs the replacement expansion. We do not care
2817 # about autoupdate's warning because that contains
2818 # information on what to do *after* running autoupdate.
2819
2820
2821
2822 # _LT_TAG_COMPILER
2823 # ----------------
2824 # _LT_TAG_COMPILER
2825
2826
2827 # _LT_COMPILER_BOILERPLATE
2828 # ------------------------
2829 # Check for compiler boilerplate output or warnings with
2830 # the simple compiler test code.
2831 # _LT_COMPILER_BOILERPLATE
2832
2833
2834 # _LT_LINKER_BOILERPLATE
2835 # ----------------------
2836 # Check for linker boilerplate output or warnings with
2837 # the simple link test code.
2838 # _LT_LINKER_BOILERPLATE
2839
2840 # _LT_REQUIRED_DARWIN_CHECKS
2841 # -------------------------
2842
2843
2844
2845 # _LT_DARWIN_LINKER_FEATURES
2846 # --------------------------
2847 # Checks for linker and compiler features on darwin
2848
2849
2850 # _LT_SYS_MODULE_PATH_AIX
2851 # -----------------------
2852 # Links a minimal program and checks the executable
2853 # for the system default hardcoded library path. In most cases,
2854 # this is /usr/lib:/lib, but when the MPI compilers are used
2855 # the location of the communication and MPI libs are included too.
2856 # If we don't find anything, use the default library path according
2857 # to the aix ld manual.
2858 # _LT_SYS_MODULE_PATH_AIX
2859
2860
2861 # _LT_SHELL_INIT(ARG)
2862 # -------------------
2863 # _LT_SHELL_INIT
2864
2865
2866
2867 # _LT_PROG_ECHO_BACKSLASH
2868 # -----------------------
2869 # Find how we can fake an echo command that does not interpret backslash.
2870 # In particular, with Autoconf 2.60 or later we add some code to the start
2871 # of the generated configure script which will find a shell with a builtin
2872 # printf (which we can use as an echo command).
2873 # _LT_PROG_ECHO_BACKSLASH
2874
2875
2876 # _LT_ENABLE_LOCK
2877 # ---------------
2878 # _LT_ENABLE_LOCK
2879
2880
2881 # _LT_CMD_OLD_ARCHIVE
2882 # -------------------
2883 # _LT_CMD_OLD_ARCHIVE
2884
2885
2886 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2887 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2888 # ----------------------------------------------------------------
2889 # Check whether the given compiler option works
2890 # _LT_COMPILER_OPTION
2891
2892 # Old name:
2893 # This is what autoupdate's m4 run will expand. It fires
2894 # the warning (with _au_warn_XXX), outputs it into the
2895 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2896 # the replacement expansion.
2897
2898
2899 # This is an auxiliary macro that is also run when
2900 # autoupdate runs m4. It simply calls m4_warning, but
2901 # we need a wrapper so that each warning is emitted only
2902 # once. We break the quoting in m4_warning's argument in
2903 # order to expand this macro's arguments, not AU_DEFUN's.
2904
2905
2906 # Finally, this is the expansion that is picked up by
2907 # autoconf. It tells the user to run autoupdate, and
2908 # then outputs the replacement expansion. We do not care
2909 # about autoupdate's warning because that contains
2910 # information on what to do *after* running autoupdate.
2911
2912
2913
2914 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2915 # [ACTION-SUCCESS], [ACTION-FAILURE])
2916 # ----------------------------------------------------
2917 # Check whether the given linker option works
2918 # _LT_LINKER_OPTION
2919
2920 # Old name:
2921 # This is what autoupdate's m4 run will expand. It fires
2922 # the warning (with _au_warn_XXX), outputs it into the
2923 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2924 # the replacement expansion.
2925
2926
2927 # This is an auxiliary macro that is also run when
2928 # autoupdate runs m4. It simply calls m4_warning, but
2929 # we need a wrapper so that each warning is emitted only
2930 # once. We break the quoting in m4_warning's argument in
2931 # order to expand this macro's arguments, not AU_DEFUN's.
2932
2933
2934 # Finally, this is the expansion that is picked up by
2935 # autoconf. It tells the user to run autoupdate, and
2936 # then outputs the replacement expansion. We do not care
2937 # about autoupdate's warning because that contains
2938 # information on what to do *after* running autoupdate.
2939
2940
2941
2942 # LT_CMD_MAX_LEN
2943 #---------------
2944 # LT_CMD_MAX_LEN
2945
2946 # Old name:
2947 # This is what autoupdate's m4 run will expand. It fires
2948 # the warning (with _au_warn_XXX), outputs it into the
2949 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2950 # the replacement expansion.
2951
2952
2953 # This is an auxiliary macro that is also run when
2954 # autoupdate runs m4. It simply calls m4_warning, but
2955 # we need a wrapper so that each warning is emitted only
2956 # once. We break the quoting in m4_warning's argument in
2957 # order to expand this macro's arguments, not AU_DEFUN's.
2958
2959
2960 # Finally, this is the expansion that is picked up by
2961 # autoconf. It tells the user to run autoupdate, and
2962 # then outputs the replacement expansion. We do not care
2963 # about autoupdate's warning because that contains
2964 # information on what to do *after* running autoupdate.
2965
2966
2967
2968 # _LT_HEADER_DLFCN
2969 # ----------------
2970 # _LT_HEADER_DLFCN
2971
2972
2973 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2974 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2975 # ----------------------------------------------------------------
2976 # _LT_TRY_DLOPEN_SELF
2977
2978
2979 # LT_SYS_DLOPEN_SELF
2980 # ------------------
2981 # LT_SYS_DLOPEN_SELF
2982
2983 # Old name:
2984 # This is what autoupdate's m4 run will expand. It fires
2985 # the warning (with _au_warn_XXX), outputs it into the
2986 # updated configure.ac (with AC_DIAGNOSE), and then outputs
2987 # the replacement expansion.
2988
2989
2990 # This is an auxiliary macro that is also run when
2991 # autoupdate runs m4. It simply calls m4_warning, but
2992 # we need a wrapper so that each warning is emitted only
2993 # once. We break the quoting in m4_warning's argument in
2994 # order to expand this macro's arguments, not AU_DEFUN's.
2995
2996
2997 # Finally, this is the expansion that is picked up by
2998 # autoconf. It tells the user to run autoupdate, and
2999 # then outputs the replacement expansion. We do not care
3000 # about autoupdate's warning because that contains
3001 # information on what to do *after* running autoupdate.
3002
3003
3004
3005 # _LT_COMPILER_C_O([TAGNAME])
3006 # ---------------------------
3007 # Check to see if options -c and -o are simultaneously supported by compiler.
3008 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
3009 # _LT_COMPILER_C_O
3010
3011
3012 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
3013 # ----------------------------------
3014 # Check to see if we can do hard links to lock some files if needed
3015 # _LT_COMPILER_FILE_LOCKS
3016
3017
3018 # _LT_CHECK_OBJDIR
3019 # ----------------
3020 # _LT_CHECK_OBJDIR
3021
3022
3023 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3024 # --------------------------------------
3025 # Check hardcoding attributes.
3026 # _LT_LINKER_HARDCODE_LIBPATH
3027
3028
3029 # _LT_CMD_STRIPLIB
3030 # ----------------
3031 # _LT_CMD_STRIPLIB
3032
3033
3034 # _LT_SYS_DYNAMIC_LINKER([TAG])
3035 # -----------------------------
3036 # PORTME Fill in your ld.so characteristics
3037 # _LT_SYS_DYNAMIC_LINKER
3038
3039
3040 # _LT_PATH_TOOL_PREFIX(TOOL)
3041 # --------------------------
3042 # find a file program which can recognize shared library
3043 # _LT_PATH_TOOL_PREFIX
3044
3045 # Old name:
3046 # This is what autoupdate's m4 run will expand. It fires
3047 # the warning (with _au_warn_XXX), outputs it into the
3048 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3049 # the replacement expansion.
3050
3051
3052 # This is an auxiliary macro that is also run when
3053 # autoupdate runs m4. It simply calls m4_warning, but
3054 # we need a wrapper so that each warning is emitted only
3055 # once. We break the quoting in m4_warning's argument in
3056 # order to expand this macro's arguments, not AU_DEFUN's.
3057
3058
3059 # Finally, this is the expansion that is picked up by
3060 # autoconf. It tells the user to run autoupdate, and
3061 # then outputs the replacement expansion. We do not care
3062 # about autoupdate's warning because that contains
3063 # information on what to do *after* running autoupdate.
3064
3065
3066
3067 # _LT_PATH_MAGIC
3068 # --------------
3069 # find a file program which can recognize a shared library
3070 # _LT_PATH_MAGIC
3071
3072
3073 # LT_PATH_LD
3074 # ----------
3075 # find the pathname to the GNU or non-GNU linker
3076 # LT_PATH_LD
3077
3078 # Old names:
3079 # This is what autoupdate's m4 run will expand. It fires
3080 # the warning (with _au_warn_XXX), outputs it into the
3081 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3082 # the replacement expansion.
3083
3084
3085 # This is an auxiliary macro that is also run when
3086 # autoupdate runs m4. It simply calls m4_warning, but
3087 # we need a wrapper so that each warning is emitted only
3088 # once. We break the quoting in m4_warning's argument in
3089 # order to expand this macro's arguments, not AU_DEFUN's.
3090
3091
3092 # Finally, this is the expansion that is picked up by
3093 # autoconf. It tells the user to run autoupdate, and
3094 # then outputs the replacement expansion. We do not care
3095 # about autoupdate's warning because that contains
3096 # information on what to do *after* running autoupdate.
3097
3098 # This is what autoupdate's m4 run will expand. It fires
3099 # the warning (with _au_warn_XXX), outputs it into the
3100 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3101 # the replacement expansion.
3102
3103
3104 # This is an auxiliary macro that is also run when
3105 # autoupdate runs m4. It simply calls m4_warning, but
3106 # we need a wrapper so that each warning is emitted only
3107 # once. We break the quoting in m4_warning's argument in
3108 # order to expand this macro's arguments, not AU_DEFUN's.
3109
3110
3111 # Finally, this is the expansion that is picked up by
3112 # autoconf. It tells the user to run autoupdate, and
3113 # then outputs the replacement expansion. We do not care
3114 # about autoupdate's warning because that contains
3115 # information on what to do *after* running autoupdate.
3116
3117
3118
3119 # _LT_PATH_LD_GNU
3120 #- --------------
3121 # _LT_PATH_LD_GNU
3122
3123
3124 # _LT_CMD_RELOAD
3125 # --------------
3126 # find reload flag for linker
3127 # -- PORTME Some linkers may need a different reload flag.
3128 # _LT_CMD_RELOAD
3129
3130
3131 # _LT_CHECK_MAGIC_METHOD
3132 # ----------------------
3133 # how to check for library dependencies
3134 # -- PORTME fill in with the dynamic library characteristics
3135 # _LT_CHECK_MAGIC_METHOD
3136
3137
3138 # LT_PATH_NM
3139 # ----------
3140 # find the pathname to a BSD- or MS-compatible name lister
3141 # LT_PATH_NM
3142
3143 # Old names:
3144 # This is what autoupdate's m4 run will expand. It fires
3145 # the warning (with _au_warn_XXX), outputs it into the
3146 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3147 # the replacement expansion.
3148
3149
3150 # This is an auxiliary macro that is also run when
3151 # autoupdate runs m4. It simply calls m4_warning, but
3152 # we need a wrapper so that each warning is emitted only
3153 # once. We break the quoting in m4_warning's argument in
3154 # order to expand this macro's arguments, not AU_DEFUN's.
3155
3156
3157 # Finally, this is the expansion that is picked up by
3158 # autoconf. It tells the user to run autoupdate, and
3159 # then outputs the replacement expansion. We do not care
3160 # about autoupdate's warning because that contains
3161 # information on what to do *after* running autoupdate.
3162
3163 # This is what autoupdate's m4 run will expand. It fires
3164 # the warning (with _au_warn_XXX), outputs it into the
3165 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3166 # the replacement expansion.
3167
3168
3169 # This is an auxiliary macro that is also run when
3170 # autoupdate runs m4. It simply calls m4_warning, but
3171 # we need a wrapper so that each warning is emitted only
3172 # once. We break the quoting in m4_warning's argument in
3173 # order to expand this macro's arguments, not AU_DEFUN's.
3174
3175
3176 # Finally, this is the expansion that is picked up by
3177 # autoconf. It tells the user to run autoupdate, and
3178 # then outputs the replacement expansion. We do not care
3179 # about autoupdate's warning because that contains
3180 # information on what to do *after* running autoupdate.
3181
3182
3183
3184 # LT_LIB_M
3185 # --------
3186 # check for math library
3187 # LT_LIB_M
3188
3189 # Old name:
3190 # This is what autoupdate's m4 run will expand. It fires
3191 # the warning (with _au_warn_XXX), outputs it into the
3192 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3193 # the replacement expansion.
3194
3195
3196 # This is an auxiliary macro that is also run when
3197 # autoupdate runs m4. It simply calls m4_warning, but
3198 # we need a wrapper so that each warning is emitted only
3199 # once. We break the quoting in m4_warning's argument in
3200 # order to expand this macro's arguments, not AU_DEFUN's.
3201
3202
3203 # Finally, this is the expansion that is picked up by
3204 # autoconf. It tells the user to run autoupdate, and
3205 # then outputs the replacement expansion. We do not care
3206 # about autoupdate's warning because that contains
3207 # information on what to do *after* running autoupdate.
3208
3209
3210
3211 # _LT_COMPILER_NO_RTTI([TAGNAME])
3212 # -------------------------------
3213 # _LT_COMPILER_NO_RTTI
3214
3215
3216 # _LT_CMD_GLOBAL_SYMBOLS
3217 # ----------------------
3218 # _LT_CMD_GLOBAL_SYMBOLS
3219
3220
3221 # _LT_COMPILER_PIC([TAGNAME])
3222 # ---------------------------
3223 # _LT_COMPILER_PIC
3224
3225
3226 # _LT_LINKER_SHLIBS([TAGNAME])
3227 # ----------------------------
3228 # See if the linker supports building shared libraries.
3229 # _LT_LINKER_SHLIBS
3230
3231
3232 # _LT_LANG_C_CONFIG([TAG])
3233 # ------------------------
3234 # Ensure that the configuration variables for a C compiler are suitably
3235 # defined. These variables are subsequently used by _LT_CONFIG to write
3236 # the compiler configuration to `libtool'.
3237 # _LT_LANG_C_CONFIG
3238
3239
3240 # _LT_LANG_CXX_CONFIG([TAG])
3241 # --------------------------
3242 # Ensure that the configuration variables for a C++ compiler are suitably
3243 # defined. These variables are subsequently used by _LT_CONFIG to write
3244 # the compiler configuration to `libtool'.
3245 # _LT_LANG_CXX_CONFIG
3246
3247
3248 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3249 # ---------------------------------
3250 # Figure out "hidden" library dependencies from verbose
3251 # compiler output when linking a shared library.
3252 # Parse the compiler output and extract the necessary
3253 # objects, libraries and library flags.
3254 # _LT_SYS_HIDDEN_LIBDEPS
3255
3256
3257 # _LT_LANG_F77_CONFIG([TAG])
3258 # --------------------------
3259 # Ensure that the configuration variables for a Fortran 77 compiler are
3260 # suitably defined. These variables are subsequently used by _LT_CONFIG
3261 # to write the compiler configuration to `libtool'.
3262 # _LT_LANG_F77_CONFIG
3263
3264
3265 # _LT_LANG_FC_CONFIG([TAG])
3266 # -------------------------
3267 # Ensure that the configuration variables for a Fortran compiler are
3268 # suitably defined. These variables are subsequently used by _LT_CONFIG
3269 # to write the compiler configuration to `libtool'.
3270 # _LT_LANG_FC_CONFIG
3271
3272
3273 # _LT_LANG_GCJ_CONFIG([TAG])
3274 # --------------------------
3275 # Ensure that the configuration variables for the GNU Java Compiler compiler
3276 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3277 # to write the compiler configuration to `libtool'.
3278 # _LT_LANG_GCJ_CONFIG
3279
3280
3281 # _LT_LANG_RC_CONFIG([TAG])
3282 # -------------------------
3283 # Ensure that the configuration variables for the Windows resource compiler
3284 # are suitably defined. These variables are subsequently used by _LT_CONFIG
3285 # to write the compiler configuration to `libtool'.
3286 # _LT_LANG_RC_CONFIG
3287
3288
3289 # LT_PROG_GCJ
3290 # -----------
3291
3292
3293 # Old name:
3294 # This is what autoupdate's m4 run will expand. It fires
3295 # the warning (with _au_warn_XXX), outputs it into the
3296 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3297 # the replacement expansion.
3298
3299
3300 # This is an auxiliary macro that is also run when
3301 # autoupdate runs m4. It simply calls m4_warning, but
3302 # we need a wrapper so that each warning is emitted only
3303 # once. We break the quoting in m4_warning's argument in
3304 # order to expand this macro's arguments, not AU_DEFUN's.
3305
3306
3307 # Finally, this is the expansion that is picked up by
3308 # autoconf. It tells the user to run autoupdate, and
3309 # then outputs the replacement expansion. We do not care
3310 # about autoupdate's warning because that contains
3311 # information on what to do *after* running autoupdate.
3312
3313
3314
3315 # LT_PROG_RC
3316 # ----------
3317
3318
3319 # Old name:
3320 # This is what autoupdate's m4 run will expand. It fires
3321 # the warning (with _au_warn_XXX), outputs it into the
3322 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3323 # the replacement expansion.
3324
3325
3326 # This is an auxiliary macro that is also run when
3327 # autoupdate runs m4. It simply calls m4_warning, but
3328 # we need a wrapper so that each warning is emitted only
3329 # once. We break the quoting in m4_warning's argument in
3330 # order to expand this macro's arguments, not AU_DEFUN's.
3331
3332
3333 # Finally, this is the expansion that is picked up by
3334 # autoconf. It tells the user to run autoupdate, and
3335 # then outputs the replacement expansion. We do not care
3336 # about autoupdate's warning because that contains
3337 # information on what to do *after* running autoupdate.
3338
3339
3340
3341 # _LT_DECL_EGREP
3342 # --------------
3343 # If we don't have a new enough Autoconf to choose the best grep
3344 # available, choose the one first in the user's PATH.
3345
3346
3347
3348 # _LT_DECL_OBJDUMP
3349 # --------------
3350 # If we don't have a new enough Autoconf to choose the best objdump
3351 # available, choose the one first in the user's PATH.
3352
3353
3354
3355 # _LT_DECL_SED
3356 # ------------
3357 # Check for a fully-functional sed program, that truncates
3358 # as few characters as possible. Prefer GNU sed if found.
3359 # _LT_DECL_SED
3360
3361 #m4_ifndef
3362
3363 # Old name:
3364 # This is what autoupdate's m4 run will expand. It fires
3365 # the warning (with _au_warn_XXX), outputs it into the
3366 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3367 # the replacement expansion.
3368
3369
3370 # This is an auxiliary macro that is also run when
3371 # autoupdate runs m4. It simply calls m4_warning, but
3372 # we need a wrapper so that each warning is emitted only
3373 # once. We break the quoting in m4_warning's argument in
3374 # order to expand this macro's arguments, not AU_DEFUN's.
3375
3376
3377 # Finally, this is the expansion that is picked up by
3378 # autoconf. It tells the user to run autoupdate, and
3379 # then outputs the replacement expansion. We do not care
3380 # about autoupdate's warning because that contains
3381 # information on what to do *after* running autoupdate.
3382
3383
3384
3385 # _LT_CHECK_SHELL_FEATURES
3386 # ------------------------
3387 # Find out whether the shell is Bourne or XSI compatible,
3388 # or has some other useful features.
3389 # _LT_CHECK_SHELL_FEATURES
3390
3391
3392 # _LT_PROG_XSI_SHELLFNS
3393 # ---------------------
3394 # Bourne and XSI compatible variants of some useful shell functions.
3395
3396
3397 # Helper functions for option handling. -*- Autoconf -*-
3398 #
3399 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3400 # Inc.
3401 # Written by Gary V. Vaughan, 2004
3402 #
3403 # This file is free software; the Free Software Foundation gives
3404 # unlimited permission to copy and/or distribute it, with or without
3405 # modifications, as long as this notice is preserved.
3406
3407 # serial 6 ltoptions.m4
3408
3409 # This is to help aclocal find these macros, as it can't see m4_define.
3410
3411
3412
3413 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3414 # ------------------------------------------
3415
3416
3417
3418 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3419 # ---------------------------------------
3420 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3421 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
3422 # saved as a flag.
3423
3424
3425
3426 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3427 # ------------------------------------------------------------
3428 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3429
3430
3431
3432 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3433 # -------------------------------------------------------
3434 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3435 # are set.
3436
3437
3438
3439 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3440 # ----------------------------------------
3441 # OPTION-LIST is a space-separated list of Libtool options associated
3442 # with MACRO-NAME. If any OPTION has a matching handler declared with
3443 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3444 # the unknown option and exit.
3445 # _LT_SET_OPTIONS
3446
3447
3448 ## --------------------------------- ##
3449 ## Macros to handle LT_INIT options. ##
3450 ## --------------------------------- ##
3451
3452 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3453 # -----------------------------------------
3454
3455
3456
3457 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3458 # -----------------------------------------------
3459 # LT_OPTION_DEFINE
3460
3461
3462 # dlopen
3463 # ------
3464
3465
3466 # This is what autoupdate's m4 run will expand. It fires
3467 # the warning (with _au_warn_XXX), outputs it into the
3468 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3469 # the replacement expansion.
3470
3471
3472 # This is an auxiliary macro that is also run when
3473 # autoupdate runs m4. It simply calls m4_warning, but
3474 # we need a wrapper so that each warning is emitted only
3475 # once. We break the quoting in m4_warning's argument in
3476 # order to expand this macro's arguments, not AU_DEFUN's.
3477
3478
3479 # Finally, this is the expansion that is picked up by
3480 # autoconf. It tells the user to run autoupdate, and
3481 # then outputs the replacement expansion. We do not care
3482 # about autoupdate's warning because that contains
3483 # information on what to do *after* running autoupdate.
3484
3485
3486
3487
3488 # win32-dll
3489 # ---------
3490 # Declare package support for building win32 dll's.
3491 # win32-dll
3492
3493 # This is what autoupdate's m4 run will expand. It fires
3494 # the warning (with _au_warn_XXX), outputs it into the
3495 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3496 # the replacement expansion.
3497
3498
3499 # This is an auxiliary macro that is also run when
3500 # autoupdate runs m4. It simply calls m4_warning, but
3501 # we need a wrapper so that each warning is emitted only
3502 # once. We break the quoting in m4_warning's argument in
3503 # order to expand this macro's arguments, not AU_DEFUN's.
3504
3505
3506 # Finally, this is the expansion that is picked up by
3507 # autoconf. It tells the user to run autoupdate, and
3508 # then outputs the replacement expansion. We do not care
3509 # about autoupdate's warning because that contains
3510 # information on what to do *after* running autoupdate.
3511
3512
3513
3514
3515 # _LT_ENABLE_SHARED([DEFAULT])
3516 # ----------------------------
3517 # implement the --enable-shared flag, and supports the `shared' and
3518 # `disable-shared' LT_INIT options.
3519 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3520 # _LT_ENABLE_SHARED
3521
3522
3523
3524
3525 # Old names:
3526
3527
3528
3529
3530 # This is what autoupdate's m4 run will expand. It fires
3531 # the warning (with _au_warn_XXX), outputs it into the
3532 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3533 # the replacement expansion.
3534
3535
3536 # This is an auxiliary macro that is also run when
3537 # autoupdate runs m4. It simply calls m4_warning, but
3538 # we need a wrapper so that each warning is emitted only
3539 # once. We break the quoting in m4_warning's argument in
3540 # order to expand this macro's arguments, not AU_DEFUN's.
3541
3542
3543 # Finally, this is the expansion that is picked up by
3544 # autoconf. It tells the user to run autoupdate, and
3545 # then outputs the replacement expansion. We do not care
3546 # about autoupdate's warning because that contains
3547 # information on what to do *after* running autoupdate.
3548
3549 # This is what autoupdate's m4 run will expand. It fires
3550 # the warning (with _au_warn_XXX), outputs it into the
3551 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3552 # the replacement expansion.
3553
3554
3555 # This is an auxiliary macro that is also run when
3556 # autoupdate runs m4. It simply calls m4_warning, but
3557 # we need a wrapper so that each warning is emitted only
3558 # once. We break the quoting in m4_warning's argument in
3559 # order to expand this macro's arguments, not AU_DEFUN's.
3560
3561
3562 # Finally, this is the expansion that is picked up by
3563 # autoconf. It tells the user to run autoupdate, and
3564 # then outputs the replacement expansion. We do not care
3565 # about autoupdate's warning because that contains
3566 # information on what to do *after* running autoupdate.
3567
3568
3569
3570
3571
3572 # _LT_ENABLE_STATIC([DEFAULT])
3573 # ----------------------------
3574 # implement the --enable-static flag, and support the `static' and
3575 # `disable-static' LT_INIT options.
3576 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3577 # _LT_ENABLE_STATIC
3578
3579
3580
3581
3582 # Old names:
3583
3584
3585
3586
3587 # This is what autoupdate's m4 run will expand. It fires
3588 # the warning (with _au_warn_XXX), outputs it into the
3589 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3590 # the replacement expansion.
3591
3592
3593 # This is an auxiliary macro that is also run when
3594 # autoupdate runs m4. It simply calls m4_warning, but
3595 # we need a wrapper so that each warning is emitted only
3596 # once. We break the quoting in m4_warning's argument in
3597 # order to expand this macro's arguments, not AU_DEFUN's.
3598
3599
3600 # Finally, this is the expansion that is picked up by
3601 # autoconf. It tells the user to run autoupdate, and
3602 # then outputs the replacement expansion. We do not care
3603 # about autoupdate's warning because that contains
3604 # information on what to do *after* running autoupdate.
3605
3606 # This is what autoupdate's m4 run will expand. It fires
3607 # the warning (with _au_warn_XXX), outputs it into the
3608 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3609 # the replacement expansion.
3610
3611
3612 # This is an auxiliary macro that is also run when
3613 # autoupdate runs m4. It simply calls m4_warning, but
3614 # we need a wrapper so that each warning is emitted only
3615 # once. We break the quoting in m4_warning's argument in
3616 # order to expand this macro's arguments, not AU_DEFUN's.
3617
3618
3619 # Finally, this is the expansion that is picked up by
3620 # autoconf. It tells the user to run autoupdate, and
3621 # then outputs the replacement expansion. We do not care
3622 # about autoupdate's warning because that contains
3623 # information on what to do *after* running autoupdate.
3624
3625
3626
3627
3628
3629 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
3630 # ----------------------------------
3631 # implement the --enable-fast-install flag, and support the `fast-install'
3632 # and `disable-fast-install' LT_INIT options.
3633 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3634 # _LT_ENABLE_FAST_INSTALL
3635
3636
3637
3638
3639 # Old names:
3640 # This is what autoupdate's m4 run will expand. It fires
3641 # the warning (with _au_warn_XXX), outputs it into the
3642 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3643 # the replacement expansion.
3644
3645
3646 # This is an auxiliary macro that is also run when
3647 # autoupdate runs m4. It simply calls m4_warning, but
3648 # we need a wrapper so that each warning is emitted only
3649 # once. We break the quoting in m4_warning's argument in
3650 # order to expand this macro's arguments, not AU_DEFUN's.
3651
3652
3653 # Finally, this is the expansion that is picked up by
3654 # autoconf. It tells the user to run autoupdate, and
3655 # then outputs the replacement expansion. We do not care
3656 # about autoupdate's warning because that contains
3657 # information on what to do *after* running autoupdate.
3658
3659
3660 # This is what autoupdate's m4 run will expand. It fires
3661 # the warning (with _au_warn_XXX), outputs it into the
3662 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3663 # the replacement expansion.
3664
3665
3666 # This is an auxiliary macro that is also run when
3667 # autoupdate runs m4. It simply calls m4_warning, but
3668 # we need a wrapper so that each warning is emitted only
3669 # once. We break the quoting in m4_warning's argument in
3670 # order to expand this macro's arguments, not AU_DEFUN's.
3671
3672
3673 # Finally, this is the expansion that is picked up by
3674 # autoconf. It tells the user to run autoupdate, and
3675 # then outputs the replacement expansion. We do not care
3676 # about autoupdate's warning because that contains
3677 # information on what to do *after* running autoupdate.
3678
3679
3680
3681
3682 # _LT_WITH_PIC([MODE])
3683 # --------------------
3684 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
3685 # LT_INIT options.
3686 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3687 # _LT_WITH_PIC
3688
3689
3690
3691
3692 # Old name:
3693 # This is what autoupdate's m4 run will expand. It fires
3694 # the warning (with _au_warn_XXX), outputs it into the
3695 # updated configure.ac (with AC_DIAGNOSE), and then outputs
3696 # the replacement expansion.
3697
3698
3699 # This is an auxiliary macro that is also run when
3700 # autoupdate runs m4. It simply calls m4_warning, but
3701 # we need a wrapper so that each warning is emitted only
3702 # once. We break the quoting in m4_warning's argument in
3703 # order to expand this macro's arguments, not AU_DEFUN's.
3704
3705
3706 # Finally, this is the expansion that is picked up by
3707 # autoconf. It tells the user to run autoupdate, and
3708 # then outputs the replacement expansion. We do not care
3709 # about autoupdate's warning because that contains
3710 # information on what to do *after* running autoupdate.
3711
3712
3713
3714 ## ----------------- ##
3715 ## LTDL_INIT Options ##
3716 ## ----------------- ##
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3728 #
3729 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3730 # Written by Gary V. Vaughan, 2004
3731 #
3732 # This file is free software; the Free Software Foundation gives
3733 # unlimited permission to copy and/or distribute it, with or without
3734 # modifications, as long as this notice is preserved.
3735
3736 # serial 6 ltsugar.m4
3737
3738 # This is to help aclocal find these macros, as it can't see m4_define.
3739
3740
3741
3742 # lt_join(SEP, ARG1, [ARG2...])
3743 # -----------------------------
3744 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3745 # associated separator.
3746 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3747 # versions in m4sugar had bugs.
3748
3749
3750
3751
3752 # lt_car(LIST)
3753 # lt_cdr(LIST)
3754 # ------------
3755 # Manipulate m4 lists.
3756 # These macros are necessary as long as will still need to support
3757 # Autoconf-2.59 which quotes differently.
3758
3759
3760
3761
3762
3763 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
3764 # ------------------------------------------
3765 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3766 # Note that neither SEPARATOR nor STRING are expanded; they are appended
3767 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3768 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
3769 # than defined and empty).
3770 #
3771 # This macro is needed until we can rely on Autoconf 2.62, since earlier
3772 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3773
3774
3775
3776
3777 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3778 # ----------------------------------------------------------
3779 # Produce a SEP delimited list of all paired combinations of elements of
3780 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3781 # has the form PREFIXmINFIXSUFFIXn.
3782 # Needed until we can rely on m4_combine added in Autoconf 2.62.
3783
3784
3785
3786 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3787 # -----------------------------------------------------------------------
3788 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3789 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3790
3791
3792
3793 # lt_dict_add(DICT, KEY, VALUE)
3794 # -----------------------------
3795
3796
3797
3798 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3799 # --------------------------------------------
3800
3801
3802
3803 # lt_dict_fetch(DICT, KEY, [SUBKEY])
3804 # ----------------------------------
3805
3806
3807
3808 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3809 # -----------------------------------------------------------------
3810
3811
3812
3813 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3814 # --------------------------------------------------------------
3815
3816
3817 # ltversion.m4 -- version numbers -*- Autoconf -*-
3818 #
3819 # Copyright (C) 2004 Free Software Foundation, Inc.
3820 # Written by Scott James Remnant, 2004
3821 #
3822 # This file is free software; the Free Software Foundation gives
3823 # unlimited permission to copy and/or distribute it, with or without
3824 # modifications, as long as this notice is preserved.
3825
3826 # Generated from ltversion.in.
3827
3828 # serial 3134 ltversion.m4
3829 # This file is part of GNU Libtool
3830
3831
3832
3833
3834
3835
3836 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3837 #
3838 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3839 # Written by Scott James Remnant, 2004.
3840 #
3841 # This file is free software; the Free Software Foundation gives
3842 # unlimited permission to copy and/or distribute it, with or without
3843 # modifications, as long as this notice is preserved.
3844
3845 # serial 4 lt~obsolete.m4
3846
3847 # These exist entirely to fool aclocal when bootstrapping libtool.
3848 #
3849 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3850 # which have later been changed to m4_define as they aren't part of the
3851 # exported API, or moved to Autoconf or Automake where they belong.
3852 #
3853 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3854 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3855 # using a macro with the same name in our local m4/libtool.m4 it'll
3856 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3857 # and doesn't know about Autoconf macros at all.)
3858 #
3859 # So we provide this file, which has a silly filename so it's always
3860 # included after everything else. This provides aclocal with the
3861 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3862 # because those macros already exist, or will be overwritten later.
3863 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3864 #
3865 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3866 # Yes, that means every name once taken will need to remain here until
3867 # we give up compatibility with versions before 1.7, at which point
3868 # we need to keep only those names which we still refer to.
3869
3870 # This is to help aclocal find these macros, as it can't see m4_define.
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
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935 ## -*- Autoconf -*-
3936
3937 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3938 # Free Software Foundation, Inc.
3939 #
3940 # This file is free software; the Free Software Foundation
3941 # gives unlimited permission to copy and/or distribute it,
3942 # with or without modifications, as long as this notice is preserved.
3943
3944 # serial 8
3945
3946 # Based on depend.m4 from automake 1.9, modified for standalone use in
3947 # an environment where GNU make is required.
3948
3949 # ZW_PROG_COMPILER_DEPENDENCIES
3950 # -----------------------------
3951 # Variant of _AM_DEPENDENCIES which just does the dependency probe and
3952 # sets fooDEPMODE accordingly. Cache-variable compatible with
3953 # original; not side-effect compatible. As the users of this macro
3954 # may require accurate dependencies for correct builds, it does *not*
3955 # honor --disable-dependency-checking, and failure to detect a usable
3956 # method is an error. depcomp is assumed to be located in
3957 # $ac_aux_dir.
3958 #
3959 # FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3960
3961
3962
3963 # AM_SET_DEPDIR
3964 # -------------
3965 # Choose a directory name for dependency files.
3966
3967
3968 # ZW_CREATE_DEPDIR
3969 # ----------------
3970 # As AM_SET_DEPDIR, but also create the directory at config.status time.
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
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037 # intl sister-directory configuration rules.
4038 #
4039
4040 # The idea behind this macro is that there's no need to repeat all the
4041 # autoconf probes done by the intl directory - it's already done them
4042 # for us. In fact, there's no need even to look at the cache for the
4043 # answers. All we need to do is nab a few pieces of information.
4044 # The intl directory is set up to make this easy, by generating a
4045 # small file which can be sourced as a shell script; then we produce
4046 # the necessary substitutions and definitions for this directory.
4047
4048
4049
4050 # Autoconf M4 include file defining utility macros for complex Canadian
4051 # cross builds.
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061 ####
4062 # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4063 # or AC_INIT.
4064 # These demand that AC_CANONICAL_SYSTEM be called beforehand.
4065
4066 ####
4067 # NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4068 # Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4069
4070
4071 ####
4072 # NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4073 # Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4074
4075
4076
4077 # Backported from Autoconf 2.5x; can go away when and if
4078 # we switch. Put the OS path separator in $PATH_SEPARATOR.
4079
4080
4081
4082
4083
4084
4085
4086
4087 # ACX_HAVE_GCC_FOR_TARGET
4088 # Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4089
4090
4091 # ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4092 # Searching for installed target binutils. We need to take extra care,
4093 # else we may find the wrong assembler, linker, etc., and lose.
4094 #
4095 # First try --with-build-time-tools, if specified.
4096 #
4097 # For build != host, we ask the installed GCC for the name of the tool it
4098 # uses, and accept it if it is an absolute path. This is because the
4099 # only good choice for a compiler is the same GCC version that is being
4100 # installed (or we couldn't make target libraries), and we assume that
4101 # on the host system we'll have not only the same GCC version, but also
4102 # the same binutils version.
4103 #
4104 # For build == host, search the same directories that the installed
4105 # compiler will search. We used to do this for the assembler, linker,
4106 # and nm only; for simplicity of configuration, however, we extend this
4107 # criterion to tools (such as ar and ranlib) that are never invoked by
4108 # the compiler, to avoid mismatches.
4109 #
4110 # Also note we have to check MD_EXEC_PREFIX before checking the user's path
4111 # if build == target. This makes the most sense only when bootstrapping,
4112 # but we also do so when build != host. In this case, we hope that the
4113 # build and host systems will have similar contents of MD_EXEC_PREFIX.
4114 #
4115 # If we do not find a suitable binary, then try the user's path.
4116
4117
4118 ###
4119 # AC_PROG_CPP_WERROR
4120 # Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4121 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
4122 # For now, using this also overrides header checks to use only the
4123 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4124 # bit harder from here).
4125 # Eventually autoconf will default to checking headers with the compiler
4126 # instead, and we'll have to do this differently.
4127
4128 # AC_PROG_CPP_WERROR
4129
4130 # Test for GNAT.
4131 # We require the gnatbind & gnatmake programs, as well as a compiler driver
4132 # that understands Ada. We use the user's CC setting, already found, and
4133 # possibly add $1 to the command-line parameters.
4134 #
4135 # Sets the shell variable have_gnat to yes or no as appropriate, and
4136 # substitutes GNATBIND and GNATMAKE.
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162 ac_ext=c
4163 ac_cpp='$CPP $CPPFLAGS'
4164 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4165 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4166 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4167 if test -n "$ac_tool_prefix"; then
4168 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4169 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4171 $as_echo_n "checking for $ac_word... " >&6; }
4172 if ${ac_cv_prog_CC+:} false; then :
4173 $as_echo_n "(cached) " >&6
4174 else
4175 if test -n "$CC"; then
4176 ac_cv_prog_CC="$CC" # Let the user override the test.
4177 else
4178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4179 for as_dir in $PATH
4180 do
4181 IFS=$as_save_IFS
4182 test -z "$as_dir" && as_dir=.
4183 for ac_exec_ext in '' $ac_executable_extensions; do
4184 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4185 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4186 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187 break 2
4188 fi
4189 done
4190 done
4191 IFS=$as_save_IFS
4192
4193 fi
4194 fi
4195 CC=$ac_cv_prog_CC
4196 if test -n "$CC"; then
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4198 $as_echo "$CC" >&6; }
4199 else
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4201 $as_echo "no" >&6; }
4202 fi
4203
4204
4205 fi
4206 if test -z "$ac_cv_prog_CC"; then
4207 ac_ct_CC=$CC
4208 # Extract the first word of "gcc", so it can be a program name with args.
4209 set dummy gcc; ac_word=$2
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4211 $as_echo_n "checking for $ac_word... " >&6; }
4212 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4213 $as_echo_n "(cached) " >&6
4214 else
4215 if test -n "$ac_ct_CC"; then
4216 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4217 else
4218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4219 for as_dir in $PATH
4220 do
4221 IFS=$as_save_IFS
4222 test -z "$as_dir" && as_dir=.
4223 for ac_exec_ext in '' $ac_executable_extensions; do
4224 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4225 ac_cv_prog_ac_ct_CC="gcc"
4226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4227 break 2
4228 fi
4229 done
4230 done
4231 IFS=$as_save_IFS
4232
4233 fi
4234 fi
4235 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4236 if test -n "$ac_ct_CC"; then
4237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4238 $as_echo "$ac_ct_CC" >&6; }
4239 else
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4241 $as_echo "no" >&6; }
4242 fi
4243
4244 if test "x$ac_ct_CC" = x; then
4245 CC=""
4246 else
4247 case $cross_compiling:$ac_tool_warned in
4248 yes:)
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4250 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4251 ac_tool_warned=yes ;;
4252 esac
4253 CC=$ac_ct_CC
4254 fi
4255 else
4256 CC="$ac_cv_prog_CC"
4257 fi
4258
4259 if test -z "$CC"; then
4260 if test -n "$ac_tool_prefix"; then
4261 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4262 set dummy ${ac_tool_prefix}cc; ac_word=$2
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4264 $as_echo_n "checking for $ac_word... " >&6; }
4265 if ${ac_cv_prog_CC+:} false; then :
4266 $as_echo_n "(cached) " >&6
4267 else
4268 if test -n "$CC"; then
4269 ac_cv_prog_CC="$CC" # Let the user override the test.
4270 else
4271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272 for as_dir in $PATH
4273 do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
4276 for ac_exec_ext in '' $ac_executable_extensions; do
4277 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4278 ac_cv_prog_CC="${ac_tool_prefix}cc"
4279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 break 2
4281 fi
4282 done
4283 done
4284 IFS=$as_save_IFS
4285
4286 fi
4287 fi
4288 CC=$ac_cv_prog_CC
4289 if test -n "$CC"; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4291 $as_echo "$CC" >&6; }
4292 else
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4294 $as_echo "no" >&6; }
4295 fi
4296
4297
4298 fi
4299 fi
4300 if test -z "$CC"; then
4301 # Extract the first word of "cc", so it can be a program name with args.
4302 set dummy cc; ac_word=$2
4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4304 $as_echo_n "checking for $ac_word... " >&6; }
4305 if ${ac_cv_prog_CC+:} false; then :
4306 $as_echo_n "(cached) " >&6
4307 else
4308 if test -n "$CC"; then
4309 ac_cv_prog_CC="$CC" # Let the user override the test.
4310 else
4311 ac_prog_rejected=no
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313 for as_dir in $PATH
4314 do
4315 IFS=$as_save_IFS
4316 test -z "$as_dir" && as_dir=.
4317 for ac_exec_ext in '' $ac_executable_extensions; do
4318 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4319 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4320 ac_prog_rejected=yes
4321 continue
4322 fi
4323 ac_cv_prog_CC="cc"
4324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4325 break 2
4326 fi
4327 done
4328 done
4329 IFS=$as_save_IFS
4330
4331 if test $ac_prog_rejected = yes; then
4332 # We found a bogon in the path, so make sure we never use it.
4333 set dummy $ac_cv_prog_CC
4334 shift
4335 if test $# != 0; then
4336 # We chose a different compiler from the bogus one.
4337 # However, it has the same basename, so the bogon will be chosen
4338 # first if we set CC to just the basename; use the full file name.
4339 shift
4340 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4341 fi
4342 fi
4343 fi
4344 fi
4345 CC=$ac_cv_prog_CC
4346 if test -n "$CC"; then
4347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4348 $as_echo "$CC" >&6; }
4349 else
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4351 $as_echo "no" >&6; }
4352 fi
4353
4354
4355 fi
4356 if test -z "$CC"; then
4357 if test -n "$ac_tool_prefix"; then
4358 for ac_prog in cl.exe
4359 do
4360 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4363 $as_echo_n "checking for $ac_word... " >&6; }
4364 if ${ac_cv_prog_CC+:} false; then :
4365 $as_echo_n "(cached) " >&6
4366 else
4367 if test -n "$CC"; then
4368 ac_cv_prog_CC="$CC" # Let the user override the test.
4369 else
4370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4371 for as_dir in $PATH
4372 do
4373 IFS=$as_save_IFS
4374 test -z "$as_dir" && as_dir=.
4375 for ac_exec_ext in '' $ac_executable_extensions; do
4376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4377 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4379 break 2
4380 fi
4381 done
4382 done
4383 IFS=$as_save_IFS
4384
4385 fi
4386 fi
4387 CC=$ac_cv_prog_CC
4388 if test -n "$CC"; then
4389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4390 $as_echo "$CC" >&6; }
4391 else
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4393 $as_echo "no" >&6; }
4394 fi
4395
4396
4397 test -n "$CC" && break
4398 done
4399 fi
4400 if test -z "$CC"; then
4401 ac_ct_CC=$CC
4402 for ac_prog in cl.exe
4403 do
4404 # Extract the first word of "$ac_prog", so it can be a program name with args.
4405 set dummy $ac_prog; ac_word=$2
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4407 $as_echo_n "checking for $ac_word... " >&6; }
4408 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4409 $as_echo_n "(cached) " >&6
4410 else
4411 if test -n "$ac_ct_CC"; then
4412 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4413 else
4414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4415 for as_dir in $PATH
4416 do
4417 IFS=$as_save_IFS
4418 test -z "$as_dir" && as_dir=.
4419 for ac_exec_ext in '' $ac_executable_extensions; do
4420 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4421 ac_cv_prog_ac_ct_CC="$ac_prog"
4422 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4423 break 2
4424 fi
4425 done
4426 done
4427 IFS=$as_save_IFS
4428
4429 fi
4430 fi
4431 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4432 if test -n "$ac_ct_CC"; then
4433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4434 $as_echo "$ac_ct_CC" >&6; }
4435 else
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4437 $as_echo "no" >&6; }
4438 fi
4439
4440
4441 test -n "$ac_ct_CC" && break
4442 done
4443
4444 if test "x$ac_ct_CC" = x; then
4445 CC=""
4446 else
4447 case $cross_compiling:$ac_tool_warned in
4448 yes:)
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4451 ac_tool_warned=yes ;;
4452 esac
4453 CC=$ac_ct_CC
4454 fi
4455 fi
4456
4457 fi
4458
4459
4460 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4461 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4462 as_fn_error $? "no acceptable C compiler found in \$PATH
4463 See \`config.log' for more details" "$LINENO" 5; }
4464
4465 # Provide some information about the compiler.
4466 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4467 set X $ac_compile
4468 ac_compiler=$2
4469 for ac_option in --version -v -V -qversion; do
4470 { { ac_try="$ac_compiler $ac_option >&5"
4471 case "(($ac_try" in
4472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4473 *) ac_try_echo=$ac_try;;
4474 esac
4475 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4476 $as_echo "$ac_try_echo"; } >&5
4477 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4478 ac_status=$?
4479 if test -s conftest.err; then
4480 sed '10a\
4481 ... rest of stderr output deleted ...
4482 10q' conftest.err >conftest.er1
4483 cat conftest.er1 >&5
4484 fi
4485 rm -f conftest.er1 conftest.err
4486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4487 test $ac_status = 0; }
4488 done
4489
4490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4491 /* end confdefs.h. */
4492
4493 int
4494 main ()
4495 {
4496
4497 ;
4498 return 0;
4499 }
4500 _ACEOF
4501 ac_clean_files_save=$ac_clean_files
4502 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
4503 # Try to create an executable without -o first, disregard a.out.
4504 # It will help us diagnose broken compilers, and finding out an intuition
4505 # of exeext.
4506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4507 $as_echo_n "checking whether the C compiler works... " >&6; }
4508 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4509
4510 # The possible output files:
4511 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4512
4513 ac_rmfiles=
4514 for ac_file in $ac_files
4515 do
4516 case $ac_file in
4517 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4518 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4519 esac
4520 done
4521 rm -f $ac_rmfiles
4522
4523 if { { ac_try="$ac_link_default"
4524 case "(($ac_try" in
4525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4526 *) ac_try_echo=$ac_try;;
4527 esac
4528 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4529 $as_echo "$ac_try_echo"; } >&5
4530 (eval "$ac_link_default") 2>&5
4531 ac_status=$?
4532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4533 test $ac_status = 0; }; then :
4534 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4535 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4536 # in a Makefile. We should not override ac_cv_exeext if it was cached,
4537 # so that the user can short-circuit this test for compilers unknown to
4538 # Autoconf.
4539 for ac_file in $ac_files ''
4540 do
4541 test -f "$ac_file" || continue
4542 case $ac_file in
4543 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4544 ;;
4545 [ab].out )
4546 # We found the default executable, but exeext='' is most
4547 # certainly right.
4548 break;;
4549 *.* )
4550 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4551 then :; else
4552 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4553 fi
4554 # We set ac_cv_exeext here because the later test for it is not
4555 # safe: cross compilers may not add the suffix if given an `-o'
4556 # argument, so we may need to know it at that point already.
4557 # Even if this section looks crufty: it has the advantage of
4558 # actually working.
4559 break;;
4560 * )
4561 break;;
4562 esac
4563 done
4564 test "$ac_cv_exeext" = no && ac_cv_exeext=
4565
4566 else
4567 ac_file=''
4568 fi
4569 if test -z "$ac_file"; then :
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4571 $as_echo "no" >&6; }
4572 $as_echo "$as_me: failed program was:" >&5
4573 sed 's/^/| /' conftest.$ac_ext >&5
4574
4575 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4576 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4577 as_fn_error 77 "C compiler cannot create executables
4578 See \`config.log' for more details" "$LINENO" 5; }
4579 else
4580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4581 $as_echo "yes" >&6; }
4582 fi
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4584 $as_echo_n "checking for C compiler default output file name... " >&6; }
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4586 $as_echo "$ac_file" >&6; }
4587 ac_exeext=$ac_cv_exeext
4588
4589 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
4590 ac_clean_files=$ac_clean_files_save
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4592 $as_echo_n "checking for suffix of executables... " >&6; }
4593 if { { ac_try="$ac_link"
4594 case "(($ac_try" in
4595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4596 *) ac_try_echo=$ac_try;;
4597 esac
4598 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4599 $as_echo "$ac_try_echo"; } >&5
4600 (eval "$ac_link") 2>&5
4601 ac_status=$?
4602 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4603 test $ac_status = 0; }; then :
4604 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4605 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4606 # work properly (i.e., refer to `conftest.exe'), while it won't with
4607 # `rm'.
4608 for ac_file in conftest.exe conftest conftest.*; do
4609 test -f "$ac_file" || continue
4610 case $ac_file in
4611 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4612 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4613 break;;
4614 * ) break;;
4615 esac
4616 done
4617 else
4618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4620 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4621 See \`config.log' for more details" "$LINENO" 5; }
4622 fi
4623 rm -f conftest conftest$ac_cv_exeext
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4625 $as_echo "$ac_cv_exeext" >&6; }
4626
4627 rm -f conftest.$ac_ext
4628 EXEEXT=$ac_cv_exeext
4629 ac_exeext=$EXEEXT
4630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4631 /* end confdefs.h. */
4632 #include <stdio.h>
4633 int
4634 main ()
4635 {
4636 FILE *f = fopen ("conftest.out", "w");
4637 return ferror (f) || fclose (f) != 0;
4638
4639 ;
4640 return 0;
4641 }
4642 _ACEOF
4643 ac_clean_files="$ac_clean_files conftest.out"
4644 # Check that the compiler produces executables we can run. If not, either
4645 # the compiler is broken, or we cross compile.
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4647 $as_echo_n "checking whether we are cross compiling... " >&6; }
4648 if test "$cross_compiling" != yes; then
4649 { { ac_try="$ac_link"
4650 case "(($ac_try" in
4651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4652 *) ac_try_echo=$ac_try;;
4653 esac
4654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4655 $as_echo "$ac_try_echo"; } >&5
4656 (eval "$ac_link") 2>&5
4657 ac_status=$?
4658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4659 test $ac_status = 0; }
4660 if { ac_try='./conftest$ac_cv_exeext'
4661 { { case "(($ac_try" in
4662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4663 *) ac_try_echo=$ac_try;;
4664 esac
4665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4666 $as_echo "$ac_try_echo"; } >&5
4667 (eval "$ac_try") 2>&5
4668 ac_status=$?
4669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4670 test $ac_status = 0; }; }; then
4671 cross_compiling=no
4672 else
4673 if test "$cross_compiling" = maybe; then
4674 cross_compiling=yes
4675 else
4676 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4677 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4678 as_fn_error $? "cannot run C compiled programs.
4679 If you meant to cross compile, use \`--host'.
4680 See \`config.log' for more details" "$LINENO" 5; }
4681 fi
4682 fi
4683 fi
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4685 $as_echo "$cross_compiling" >&6; }
4686
4687 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4688 ac_clean_files=$ac_clean_files_save
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4690 $as_echo_n "checking for suffix of object files... " >&6; }
4691 if ${ac_cv_objext+:} false; then :
4692 $as_echo_n "(cached) " >&6
4693 else
4694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4695 /* end confdefs.h. */
4696
4697 int
4698 main ()
4699 {
4700
4701 ;
4702 return 0;
4703 }
4704 _ACEOF
4705 rm -f conftest.o conftest.obj
4706 if { { ac_try="$ac_compile"
4707 case "(($ac_try" in
4708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4709 *) ac_try_echo=$ac_try;;
4710 esac
4711 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4712 $as_echo "$ac_try_echo"; } >&5
4713 (eval "$ac_compile") 2>&5
4714 ac_status=$?
4715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4716 test $ac_status = 0; }; then :
4717 for ac_file in conftest.o conftest.obj conftest.*; do
4718 test -f "$ac_file" || continue;
4719 case $ac_file in
4720 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4721 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4722 break;;
4723 esac
4724 done
4725 else
4726 $as_echo "$as_me: failed program was:" >&5
4727 sed 's/^/| /' conftest.$ac_ext >&5
4728
4729 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4730 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4731 as_fn_error $? "cannot compute suffix of object files: cannot compile
4732 See \`config.log' for more details" "$LINENO" 5; }
4733 fi
4734 rm -f conftest.$ac_cv_objext conftest.$ac_ext
4735 fi
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4737 $as_echo "$ac_cv_objext" >&6; }
4738 OBJEXT=$ac_cv_objext
4739 ac_objext=$OBJEXT
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4741 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4742 if ${ac_cv_c_compiler_gnu+:} false; then :
4743 $as_echo_n "(cached) " >&6
4744 else
4745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4746 /* end confdefs.h. */
4747
4748 int
4749 main ()
4750 {
4751 #ifndef __GNUC__
4752 choke me
4753 #endif
4754
4755 ;
4756 return 0;
4757 }
4758 _ACEOF
4759 if ac_fn_c_try_compile "$LINENO"; then :
4760 ac_compiler_gnu=yes
4761 else
4762 ac_compiler_gnu=no
4763 fi
4764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4765 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4766
4767 fi
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4769 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4770 if test $ac_compiler_gnu = yes; then
4771 GCC=yes
4772 else
4773 GCC=
4774 fi
4775 ac_test_CFLAGS=${CFLAGS+set}
4776 ac_save_CFLAGS=$CFLAGS
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4778 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4779 if ${ac_cv_prog_cc_g+:} false; then :
4780 $as_echo_n "(cached) " >&6
4781 else
4782 ac_save_c_werror_flag=$ac_c_werror_flag
4783 ac_c_werror_flag=yes
4784 ac_cv_prog_cc_g=no
4785 CFLAGS="-g"
4786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4787 /* end confdefs.h. */
4788
4789 int
4790 main ()
4791 {
4792
4793 ;
4794 return 0;
4795 }
4796 _ACEOF
4797 if ac_fn_c_try_compile "$LINENO"; then :
4798 ac_cv_prog_cc_g=yes
4799 else
4800 CFLAGS=""
4801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4802 /* end confdefs.h. */
4803
4804 int
4805 main ()
4806 {
4807
4808 ;
4809 return 0;
4810 }
4811 _ACEOF
4812 if ac_fn_c_try_compile "$LINENO"; then :
4813
4814 else
4815 ac_c_werror_flag=$ac_save_c_werror_flag
4816 CFLAGS="-g"
4817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4818 /* end confdefs.h. */
4819
4820 int
4821 main ()
4822 {
4823
4824 ;
4825 return 0;
4826 }
4827 _ACEOF
4828 if ac_fn_c_try_compile "$LINENO"; then :
4829 ac_cv_prog_cc_g=yes
4830 fi
4831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4832 fi
4833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4834 fi
4835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4836 ac_c_werror_flag=$ac_save_c_werror_flag
4837 fi
4838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4839 $as_echo "$ac_cv_prog_cc_g" >&6; }
4840 if test "$ac_test_CFLAGS" = set; then
4841 CFLAGS=$ac_save_CFLAGS
4842 elif test $ac_cv_prog_cc_g = yes; then
4843 if test "$GCC" = yes; then
4844 CFLAGS="-g -O2"
4845 else
4846 CFLAGS="-g"
4847 fi
4848 else
4849 if test "$GCC" = yes; then
4850 CFLAGS="-O2"
4851 else
4852 CFLAGS=
4853 fi
4854 fi
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4856 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4857 if ${ac_cv_prog_cc_c89+:} false; then :
4858 $as_echo_n "(cached) " >&6
4859 else
4860 ac_cv_prog_cc_c89=no
4861 ac_save_CC=$CC
4862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4863 /* end confdefs.h. */
4864 #include <stdarg.h>
4865 #include <stdio.h>
4866 struct stat;
4867 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4868 struct buf { int x; };
4869 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4870 static char *e (p, i)
4871 char **p;
4872 int i;
4873 {
4874 return p[i];
4875 }
4876 static char *f (char * (*g) (char **, int), char **p, ...)
4877 {
4878 char *s;
4879 va_list v;
4880 va_start (v,p);
4881 s = g (p, va_arg (v,int));
4882 va_end (v);
4883 return s;
4884 }
4885
4886 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4887 function prototypes and stuff, but not '\xHH' hex character constants.
4888 These don't provoke an error unfortunately, instead are silently treated
4889 as 'x'. The following induces an error, until -std is added to get
4890 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4891 array size at least. It's necessary to write '\x00'==0 to get something
4892 that's true only with -std. */
4893 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4894
4895 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4896 inside strings and character constants. */
4897 #define FOO(x) 'x'
4898 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4899
4900 int test (int i, double x);
4901 struct s1 {int (*f) (int a);};
4902 struct s2 {int (*f) (double a);};
4903 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4904 int argc;
4905 char **argv;
4906 int
4907 main ()
4908 {
4909 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4910 ;
4911 return 0;
4912 }
4913 _ACEOF
4914 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4915 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4916 do
4917 CC="$ac_save_CC $ac_arg"
4918 if ac_fn_c_try_compile "$LINENO"; then :
4919 ac_cv_prog_cc_c89=$ac_arg
4920 fi
4921 rm -f core conftest.err conftest.$ac_objext
4922 test "x$ac_cv_prog_cc_c89" != "xno" && break
4923 done
4924 rm -f conftest.$ac_ext
4925 CC=$ac_save_CC
4926
4927 fi
4928 # AC_CACHE_VAL
4929 case "x$ac_cv_prog_cc_c89" in
4930 x)
4931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4932 $as_echo "none needed" >&6; } ;;
4933 xno)
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4935 $as_echo "unsupported" >&6; } ;;
4936 *)
4937 CC="$CC $ac_cv_prog_cc_c89"
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4939 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4940 esac
4941 if test "x$ac_cv_prog_cc_c89" != xno; then :
4942
4943 fi
4944
4945 ac_ext=c
4946 ac_cpp='$CPP $CPPFLAGS'
4947 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4948 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4949 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4950
4951 ac_aux_dir=
4952 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4953 if test -f "$ac_dir/install-sh"; then
4954 ac_aux_dir=$ac_dir
4955 ac_install_sh="$ac_aux_dir/install-sh -c"
4956 break
4957 elif test -f "$ac_dir/install.sh"; then
4958 ac_aux_dir=$ac_dir
4959 ac_install_sh="$ac_aux_dir/install.sh -c"
4960 break
4961 elif test -f "$ac_dir/shtool"; then
4962 ac_aux_dir=$ac_dir
4963 ac_install_sh="$ac_aux_dir/shtool install -c"
4964 break
4965 fi
4966 done
4967 if test -z "$ac_aux_dir"; then
4968 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4969 fi
4970
4971 # These three variables are undocumented and unsupported,
4972 # and are intended to be withdrawn in a future Autoconf release.
4973 # They can cause serious problems if a builder's source tree is in a directory
4974 # whose full name contains unusual characters.
4975 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4976 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4977 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4978
4979
4980 # Make sure we can run config.sub.
4981 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4982 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4983
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4985 $as_echo_n "checking build system type... " >&6; }
4986 if ${ac_cv_build+:} false; then :
4987 $as_echo_n "(cached) " >&6
4988 else
4989 ac_build_alias=$build_alias
4990 test "x$ac_build_alias" = x &&
4991 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4992 test "x$ac_build_alias" = x &&
4993 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
4994 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4995 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4996
4997 fi
4998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4999 $as_echo "$ac_cv_build" >&6; }
5000 case $ac_cv_build in
5001 *-*-*) ;;
5002 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
5003 esac
5004 build=$ac_cv_build
5005 ac_save_IFS=$IFS; IFS='-'
5006 set x $ac_cv_build
5007 shift
5008 build_cpu=$1
5009 build_vendor=$2
5010 shift; shift
5011 # Remember, the first character of IFS is used to create $*,
5012 # except with old shells:
5013 build_os=$*
5014 IFS=$ac_save_IFS
5015 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5016
5017
5018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5019 $as_echo_n "checking host system type... " >&6; }
5020 if ${ac_cv_host+:} false; then :
5021 $as_echo_n "(cached) " >&6
5022 else
5023 if test "x$host_alias" = x; then
5024 ac_cv_host=$ac_cv_build
5025 else
5026 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5027 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5028 fi
5029
5030 fi
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5032 $as_echo "$ac_cv_host" >&6; }
5033 case $ac_cv_host in
5034 *-*-*) ;;
5035 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
5036 esac
5037 host=$ac_cv_host
5038 ac_save_IFS=$IFS; IFS='-'
5039 set x $ac_cv_host
5040 shift
5041 host_cpu=$1
5042 host_vendor=$2
5043 shift; shift
5044 # Remember, the first character of IFS is used to create $*,
5045 # except with old shells:
5046 host_os=$*
5047 IFS=$ac_save_IFS
5048 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5049
5050
5051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5052 $as_echo_n "checking target system type... " >&6; }
5053 if ${ac_cv_target+:} false; then :
5054 $as_echo_n "(cached) " >&6
5055 else
5056 if test "x$target_alias" = x; then
5057 ac_cv_target=$ac_cv_host
5058 else
5059 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5060 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5061 fi
5062
5063 fi
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5065 $as_echo "$ac_cv_target" >&6; }
5066 case $ac_cv_target in
5067 *-*-*) ;;
5068 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
5069 esac
5070 target=$ac_cv_target
5071 ac_save_IFS=$IFS; IFS='-'
5072 set x $ac_cv_target
5073 shift
5074 target_cpu=$1
5075 target_vendor=$2
5076 shift; shift
5077 # Remember, the first character of IFS is used to create $*,
5078 # except with old shells:
5079 target_os=$*
5080 IFS=$ac_save_IFS
5081 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5082
5083
5084 # The aliases save the names the user supplied, while $host etc.
5085 # will get canonicalized.
5086 test -n "$target_alias" &&
5087 test "$program_prefix$program_suffix$program_transform_name" = \
5088 NONENONEs,x,x, &&
5089 program_prefix=${target_alias}-
5090
5091 ac_ext=c
5092 ac_cpp='$CPP $CPPFLAGS'
5093 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5094 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5095 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5097 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5098 # On Suns, sometimes $CPP names a directory.
5099 if test -n "$CPP" && test -d "$CPP"; then
5100 CPP=
5101 fi
5102 if test -z "$CPP"; then
5103 if ${ac_cv_prog_CPP+:} false; then :
5104 $as_echo_n "(cached) " >&6
5105 else
5106 # Double quotes because CPP needs to be expanded
5107 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5108 do
5109 ac_preproc_ok=false
5110 for ac_c_preproc_warn_flag in '' yes
5111 do
5112 # Use a header file that comes with gcc, so configuring glibc
5113 # with a fresh cross-compiler works.
5114 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5115 # <limits.h> exists even on freestanding compilers.
5116 # On the NeXT, cc -E runs the code through the compiler's parser,
5117 # not just through cpp. "Syntax error" is here to catch this case.
5118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119 /* end confdefs.h. */
5120 #ifdef __STDC__
5121 # include <limits.h>
5122 #else
5123 # include <assert.h>
5124 #endif
5125 Syntax error
5126 _ACEOF
5127 if ac_fn_c_try_cpp "$LINENO"; then :
5128
5129 else
5130 # Broken: fails on valid input.
5131 continue
5132 fi
5133 rm -f conftest.err conftest.i conftest.$ac_ext
5134
5135 # OK, works on sane cases. Now check whether nonexistent headers
5136 # can be detected and how.
5137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5138 /* end confdefs.h. */
5139 #include <ac_nonexistent.h>
5140 _ACEOF
5141 if ac_fn_c_try_cpp "$LINENO"; then :
5142 # Broken: success on invalid input.
5143 continue
5144 else
5145 # Passes both tests.
5146 ac_preproc_ok=:
5147 break
5148 fi
5149 rm -f conftest.err conftest.i conftest.$ac_ext
5150
5151 done
5152 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5153 rm -f conftest.i conftest.err conftest.$ac_ext
5154 if $ac_preproc_ok; then :
5155 break
5156 fi
5157
5158 done
5159 ac_cv_prog_CPP=$CPP
5160
5161 fi
5162 CPP=$ac_cv_prog_CPP
5163 else
5164 ac_cv_prog_CPP=$CPP
5165 fi
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5167 $as_echo "$CPP" >&6; }
5168 ac_preproc_ok=false
5169 for ac_c_preproc_warn_flag in '' yes
5170 do
5171 # Use a header file that comes with gcc, so configuring glibc
5172 # with a fresh cross-compiler works.
5173 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5174 # <limits.h> exists even on freestanding compilers.
5175 # On the NeXT, cc -E runs the code through the compiler's parser,
5176 # not just through cpp. "Syntax error" is here to catch this case.
5177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178 /* end confdefs.h. */
5179 #ifdef __STDC__
5180 # include <limits.h>
5181 #else
5182 # include <assert.h>
5183 #endif
5184 Syntax error
5185 _ACEOF
5186 if ac_fn_c_try_cpp "$LINENO"; then :
5187
5188 else
5189 # Broken: fails on valid input.
5190 continue
5191 fi
5192 rm -f conftest.err conftest.i conftest.$ac_ext
5193
5194 # OK, works on sane cases. Now check whether nonexistent headers
5195 # can be detected and how.
5196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5197 /* end confdefs.h. */
5198 #include <ac_nonexistent.h>
5199 _ACEOF
5200 if ac_fn_c_try_cpp "$LINENO"; then :
5201 # Broken: success on invalid input.
5202 continue
5203 else
5204 # Passes both tests.
5205 ac_preproc_ok=:
5206 break
5207 fi
5208 rm -f conftest.err conftest.i conftest.$ac_ext
5209
5210 done
5211 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5212 rm -f conftest.i conftest.err conftest.$ac_ext
5213 if $ac_preproc_ok; then :
5214
5215 else
5216 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5217 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5218 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5219 See \`config.log' for more details" "$LINENO" 5; }
5220 fi
5221
5222 ac_ext=c
5223 ac_cpp='$CPP $CPPFLAGS'
5224 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5225 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5226 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5227
5228
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5230 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5231 if ${ac_cv_path_GREP+:} false; then :
5232 $as_echo_n "(cached) " >&6
5233 else
5234 if test -z "$GREP"; then
5235 ac_path_GREP_found=false
5236 # Loop through the user's path and test for each of PROGNAME-LIST
5237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5238 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5239 do
5240 IFS=$as_save_IFS
5241 test -z "$as_dir" && as_dir=.
5242 for ac_prog in grep ggrep; do
5243 for ac_exec_ext in '' $ac_executable_extensions; do
5244 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5245 as_fn_executable_p "$ac_path_GREP" || continue
5246 # Check for GNU ac_path_GREP and select it if it is found.
5247 # Check for GNU $ac_path_GREP
5248 case `"$ac_path_GREP" --version 2>&1` in
5249 *GNU*)
5250 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5251 *)
5252 ac_count=0
5253 $as_echo_n 0123456789 >"conftest.in"
5254 while :
5255 do
5256 cat "conftest.in" "conftest.in" >"conftest.tmp"
5257 mv "conftest.tmp" "conftest.in"
5258 cp "conftest.in" "conftest.nl"
5259 $as_echo 'GREP' >> "conftest.nl"
5260 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5261 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5262 as_fn_arith $ac_count + 1 && ac_count=$as_val
5263 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5264 # Best one so far, save it but keep looking for a better one
5265 ac_cv_path_GREP="$ac_path_GREP"
5266 ac_path_GREP_max=$ac_count
5267 fi
5268 # 10*(2^10) chars as input seems more than enough
5269 test $ac_count -gt 10 && break
5270 done
5271 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5272 esac
5273
5274 $ac_path_GREP_found && break 3
5275 done
5276 done
5277 done
5278 IFS=$as_save_IFS
5279 if test -z "$ac_cv_path_GREP"; then
5280 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5281 fi
5282 else
5283 ac_cv_path_GREP=$GREP
5284 fi
5285
5286 fi
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5288 $as_echo "$ac_cv_path_GREP" >&6; }
5289 GREP="$ac_cv_path_GREP"
5290
5291
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5293 $as_echo_n "checking for egrep... " >&6; }
5294 if ${ac_cv_path_EGREP+:} false; then :
5295 $as_echo_n "(cached) " >&6
5296 else
5297 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5298 then ac_cv_path_EGREP="$GREP -E"
5299 else
5300 if test -z "$EGREP"; then
5301 ac_path_EGREP_found=false
5302 # Loop through the user's path and test for each of PROGNAME-LIST
5303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5304 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5305 do
5306 IFS=$as_save_IFS
5307 test -z "$as_dir" && as_dir=.
5308 for ac_prog in egrep; do
5309 for ac_exec_ext in '' $ac_executable_extensions; do
5310 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5311 as_fn_executable_p "$ac_path_EGREP" || continue
5312 # Check for GNU ac_path_EGREP and select it if it is found.
5313 # Check for GNU $ac_path_EGREP
5314 case `"$ac_path_EGREP" --version 2>&1` in
5315 *GNU*)
5316 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5317 *)
5318 ac_count=0
5319 $as_echo_n 0123456789 >"conftest.in"
5320 while :
5321 do
5322 cat "conftest.in" "conftest.in" >"conftest.tmp"
5323 mv "conftest.tmp" "conftest.in"
5324 cp "conftest.in" "conftest.nl"
5325 $as_echo 'EGREP' >> "conftest.nl"
5326 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5327 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5328 as_fn_arith $ac_count + 1 && ac_count=$as_val
5329 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5330 # Best one so far, save it but keep looking for a better one
5331 ac_cv_path_EGREP="$ac_path_EGREP"
5332 ac_path_EGREP_max=$ac_count
5333 fi
5334 # 10*(2^10) chars as input seems more than enough
5335 test $ac_count -gt 10 && break
5336 done
5337 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5338 esac
5339
5340 $ac_path_EGREP_found && break 3
5341 done
5342 done
5343 done
5344 IFS=$as_save_IFS
5345 if test -z "$ac_cv_path_EGREP"; then
5346 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5347 fi
5348 else
5349 ac_cv_path_EGREP=$EGREP
5350 fi
5351
5352 fi
5353 fi
5354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5355 $as_echo "$ac_cv_path_EGREP" >&6; }
5356 EGREP="$ac_cv_path_EGREP"
5357
5358
5359 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5360 $as_echo_n "checking for ANSI C header files... " >&6; }
5361 if ${ac_cv_header_stdc+:} false; then :
5362 $as_echo_n "(cached) " >&6
5363 else
5364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365 /* end confdefs.h. */
5366 #include <stdlib.h>
5367 #include <stdarg.h>
5368 #include <string.h>
5369 #include <float.h>
5370
5371 int
5372 main ()
5373 {
5374
5375 ;
5376 return 0;
5377 }
5378 _ACEOF
5379 if ac_fn_c_try_compile "$LINENO"; then :
5380 ac_cv_header_stdc=yes
5381 else
5382 ac_cv_header_stdc=no
5383 fi
5384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5385
5386 if test $ac_cv_header_stdc = yes; then
5387 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5389 /* end confdefs.h. */
5390 #include <string.h>
5391
5392 _ACEOF
5393 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5394 $EGREP "memchr" >/dev/null 2>&1; then :
5395
5396 else
5397 ac_cv_header_stdc=no
5398 fi
5399 rm -f conftest*
5400
5401 fi
5402
5403 if test $ac_cv_header_stdc = yes; then
5404 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5406 /* end confdefs.h. */
5407 #include <stdlib.h>
5408
5409 _ACEOF
5410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5411 $EGREP "free" >/dev/null 2>&1; then :
5412
5413 else
5414 ac_cv_header_stdc=no
5415 fi
5416 rm -f conftest*
5417
5418 fi
5419
5420 if test $ac_cv_header_stdc = yes; then
5421 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5422 if test "$cross_compiling" = yes; then :
5423 :
5424 else
5425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5426 /* end confdefs.h. */
5427 #include <ctype.h>
5428 #include <stdlib.h>
5429 #if ((' ' & 0x0FF) == 0x020)
5430 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5431 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5432 #else
5433 # define ISLOWER(c) \
5434 (('a' <= (c) && (c) <= 'i') \
5435 || ('j' <= (c) && (c) <= 'r') \
5436 || ('s' <= (c) && (c) <= 'z'))
5437 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5438 #endif
5439
5440 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5441 int
5442 main ()
5443 {
5444 int i;
5445 for (i = 0; i < 256; i++)
5446 if (XOR (islower (i), ISLOWER (i))
5447 || toupper (i) != TOUPPER (i))
5448 return 2;
5449 return 0;
5450 }
5451 _ACEOF
5452 if ac_fn_c_try_run "$LINENO"; then :
5453
5454 else
5455 ac_cv_header_stdc=no
5456 fi
5457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5458 conftest.$ac_objext conftest.beam conftest.$ac_ext
5459 fi
5460
5461 fi
5462 fi
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5464 $as_echo "$ac_cv_header_stdc" >&6; }
5465 if test $ac_cv_header_stdc = yes; then
5466
5467 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5468
5469 fi
5470
5471 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5472 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5473 inttypes.h stdint.h unistd.h
5474 do :
5475 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5476 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5477 "
5478 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5479 cat >>confdefs.h <<_ACEOF
5480 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5481 _ACEOF
5482
5483 fi
5484
5485 done
5486
5487
5488
5489 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5490 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5491 MINIX=yes
5492 else
5493 MINIX=
5494 fi
5495
5496
5497 if test "$MINIX" = yes; then
5498
5499 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5500
5501
5502 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5503
5504
5505 $as_echo "#define _MINIX 1" >>confdefs.h
5506
5507 fi
5508
5509
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5511 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5512 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5513 $as_echo_n "(cached) " >&6
5514 else
5515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5516 /* end confdefs.h. */
5517
5518 # define __EXTENSIONS__ 1
5519 $ac_includes_default
5520 int
5521 main ()
5522 {
5523
5524 ;
5525 return 0;
5526 }
5527 _ACEOF
5528 if ac_fn_c_try_compile "$LINENO"; then :
5529 ac_cv_safe_to_define___extensions__=yes
5530 else
5531 ac_cv_safe_to_define___extensions__=no
5532 fi
5533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5534 fi
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5536 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5537 test $ac_cv_safe_to_define___extensions__ = yes &&
5538 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5539
5540 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5541
5542 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5543
5544 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5545
5546 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5547
5548
5549 test "$program_prefix" != NONE &&
5550 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5551 # Use a double $ so make ignores it.
5552 test "$program_suffix" != NONE &&
5553 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5554 # Double any \ or $.
5555 # By default was `s,x,x', remove it if useless.
5556 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5557 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5558
5559 # Find a good install program. We prefer a C program (faster),
5560 # so one script is as good as another. But avoid the broken or
5561 # incompatible versions:
5562 # SysV /etc/install, /usr/sbin/install
5563 # SunOS /usr/etc/install
5564 # IRIX /sbin/install
5565 # AIX /bin/install
5566 # AmigaOS /C/install, which installs bootblocks on floppy discs
5567 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5568 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5569 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5570 # OS/2's system install, which has a completely different semantic
5571 # ./install, which can be erroneously created by make from ./install.sh.
5572 # Reject install programs that cannot install multiple files.
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5574 $as_echo_n "checking for a BSD-compatible install... " >&6; }
5575 if test -z "$INSTALL"; then
5576 if ${ac_cv_path_install+:} false; then :
5577 $as_echo_n "(cached) " >&6
5578 else
5579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5580 for as_dir in $PATH
5581 do
5582 IFS=$as_save_IFS
5583 test -z "$as_dir" && as_dir=.
5584 # Account for people who put trailing slashes in PATH elements.
5585 case $as_dir/ in #((
5586 ./ | .// | /[cC]/* | \
5587 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5588 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5589 /usr/ucb/* ) ;;
5590 *)
5591 # OSF1 and SCO ODT 3.0 have their own names for install.
5592 # Don't use installbsd from OSF since it installs stuff as root
5593 # by default.
5594 for ac_prog in ginstall scoinst install; do
5595 for ac_exec_ext in '' $ac_executable_extensions; do
5596 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
5597 if test $ac_prog = install &&
5598 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5599 # AIX install. It has an incompatible calling convention.
5600 :
5601 elif test $ac_prog = install &&
5602 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5603 # program-specific install script used by HP pwplus--don't use.
5604 :
5605 else
5606 rm -rf conftest.one conftest.two conftest.dir
5607 echo one > conftest.one
5608 echo two > conftest.two
5609 mkdir conftest.dir
5610 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5611 test -s conftest.one && test -s conftest.two &&
5612 test -s conftest.dir/conftest.one &&
5613 test -s conftest.dir/conftest.two
5614 then
5615 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5616 break 3
5617 fi
5618 fi
5619 fi
5620 done
5621 done
5622 ;;
5623 esac
5624
5625 done
5626 IFS=$as_save_IFS
5627
5628 rm -rf conftest.one conftest.two conftest.dir
5629
5630 fi
5631 if test "${ac_cv_path_install+set}" = set; then
5632 INSTALL=$ac_cv_path_install
5633 else
5634 # As a last resort, use the slow shell script. Don't cache a
5635 # value for INSTALL within a source directory, because that will
5636 # break other packages using the cache if that directory is
5637 # removed, or if the value is a relative name.
5638 INSTALL=$ac_install_sh
5639 fi
5640 fi
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5642 $as_echo "$INSTALL" >&6; }
5643
5644 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5645 # It thinks the first close brace ends the variable substitution.
5646 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5647
5648 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5649
5650 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5651
5652 rm -rf .tst 2>/dev/null
5653 mkdir .tst 2>/dev/null
5654 if test -d .tst; then
5655 am__leading_dot=.
5656 else
5657 am__leading_dot=_
5658 fi
5659 rmdir .tst 2>/dev/null
5660
5661 DEPDIR="${am__leading_dot}deps"
5662
5663 case `pwd` in
5664 *\ * | *\ *)
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5666 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5667 esac
5668
5669
5670
5671 macro_version='2.2.7a'
5672 macro_revision='1.3134'
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686 ltmain="$ac_aux_dir/ltmain.sh"
5687
5688 # Backslashify metacharacters that are still active within
5689 # double-quoted strings.
5690 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5691
5692 # Same as above, but do not quote variable references.
5693 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5694
5695 # Sed substitution to delay expansion of an escaped shell variable in a
5696 # double_quote_subst'ed string.
5697 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5698
5699 # Sed substitution to delay expansion of an escaped single quote.
5700 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5701
5702 # Sed substitution to avoid accidental globbing in evaled expressions
5703 no_glob_subst='s/\*/\\\*/g'
5704
5705 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5706 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5707 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5708
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5710 $as_echo_n "checking how to print strings... " >&6; }
5711 # Test print first, because it will be a builtin if present.
5712 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5713 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5714 ECHO='print -r --'
5715 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5716 ECHO='printf %s\n'
5717 else
5718 # Use this function as a fallback that always works.
5719 func_fallback_echo ()
5720 {
5721 eval 'cat <<_LTECHO_EOF
5722 $1
5723 _LTECHO_EOF'
5724 }
5725 ECHO='func_fallback_echo'
5726 fi
5727
5728 # func_echo_all arg...
5729 # Invoke $ECHO with all args, space-separated.
5730 func_echo_all ()
5731 {
5732 $ECHO ""
5733 }
5734
5735 case "$ECHO" in
5736 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5737 $as_echo "printf" >&6; } ;;
5738 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5739 $as_echo "print -r" >&6; } ;;
5740 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5741 $as_echo "cat" >&6; } ;;
5742 esac
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5758 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5759 if ${ac_cv_path_SED+:} false; then :
5760 $as_echo_n "(cached) " >&6
5761 else
5762 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5763 for ac_i in 1 2 3 4 5 6 7; do
5764 ac_script="$ac_script$as_nl$ac_script"
5765 done
5766 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5767 { ac_script=; unset ac_script;}
5768 if test -z "$SED"; then
5769 ac_path_SED_found=false
5770 # Loop through the user's path and test for each of PROGNAME-LIST
5771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5772 for as_dir in $PATH
5773 do
5774 IFS=$as_save_IFS
5775 test -z "$as_dir" && as_dir=.
5776 for ac_prog in sed gsed; do
5777 for ac_exec_ext in '' $ac_executable_extensions; do
5778 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5779 as_fn_executable_p "$ac_path_SED" || continue
5780 # Check for GNU ac_path_SED and select it if it is found.
5781 # Check for GNU $ac_path_SED
5782 case `"$ac_path_SED" --version 2>&1` in
5783 *GNU*)
5784 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5785 *)
5786 ac_count=0
5787 $as_echo_n 0123456789 >"conftest.in"
5788 while :
5789 do
5790 cat "conftest.in" "conftest.in" >"conftest.tmp"
5791 mv "conftest.tmp" "conftest.in"
5792 cp "conftest.in" "conftest.nl"
5793 $as_echo '' >> "conftest.nl"
5794 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5795 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5796 as_fn_arith $ac_count + 1 && ac_count=$as_val
5797 if test $ac_count -gt ${ac_path_SED_max-0}; then
5798 # Best one so far, save it but keep looking for a better one
5799 ac_cv_path_SED="$ac_path_SED"
5800 ac_path_SED_max=$ac_count
5801 fi
5802 # 10*(2^10) chars as input seems more than enough
5803 test $ac_count -gt 10 && break
5804 done
5805 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5806 esac
5807
5808 $ac_path_SED_found && break 3
5809 done
5810 done
5811 done
5812 IFS=$as_save_IFS
5813 if test -z "$ac_cv_path_SED"; then
5814 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5815 fi
5816 else
5817 ac_cv_path_SED=$SED
5818 fi
5819
5820 fi
5821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5822 $as_echo "$ac_cv_path_SED" >&6; }
5823 SED="$ac_cv_path_SED"
5824 rm -f conftest.sed
5825
5826 test -z "$SED" && SED=sed
5827 Xsed="$SED -e 1s/^X//"
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5840 $as_echo_n "checking for fgrep... " >&6; }
5841 if ${ac_cv_path_FGREP+:} false; then :
5842 $as_echo_n "(cached) " >&6
5843 else
5844 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5845 then ac_cv_path_FGREP="$GREP -F"
5846 else
5847 if test -z "$FGREP"; then
5848 ac_path_FGREP_found=false
5849 # Loop through the user's path and test for each of PROGNAME-LIST
5850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5851 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5852 do
5853 IFS=$as_save_IFS
5854 test -z "$as_dir" && as_dir=.
5855 for ac_prog in fgrep; do
5856 for ac_exec_ext in '' $ac_executable_extensions; do
5857 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5858 as_fn_executable_p "$ac_path_FGREP" || continue
5859 # Check for GNU ac_path_FGREP and select it if it is found.
5860 # Check for GNU $ac_path_FGREP
5861 case `"$ac_path_FGREP" --version 2>&1` in
5862 *GNU*)
5863 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5864 *)
5865 ac_count=0
5866 $as_echo_n 0123456789 >"conftest.in"
5867 while :
5868 do
5869 cat "conftest.in" "conftest.in" >"conftest.tmp"
5870 mv "conftest.tmp" "conftest.in"
5871 cp "conftest.in" "conftest.nl"
5872 $as_echo 'FGREP' >> "conftest.nl"
5873 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5874 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5875 as_fn_arith $ac_count + 1 && ac_count=$as_val
5876 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5877 # Best one so far, save it but keep looking for a better one
5878 ac_cv_path_FGREP="$ac_path_FGREP"
5879 ac_path_FGREP_max=$ac_count
5880 fi
5881 # 10*(2^10) chars as input seems more than enough
5882 test $ac_count -gt 10 && break
5883 done
5884 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5885 esac
5886
5887 $ac_path_FGREP_found && break 3
5888 done
5889 done
5890 done
5891 IFS=$as_save_IFS
5892 if test -z "$ac_cv_path_FGREP"; then
5893 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5894 fi
5895 else
5896 ac_cv_path_FGREP=$FGREP
5897 fi
5898
5899 fi
5900 fi
5901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5902 $as_echo "$ac_cv_path_FGREP" >&6; }
5903 FGREP="$ac_cv_path_FGREP"
5904
5905
5906 test -z "$GREP" && GREP=grep
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926 # Check whether --with-gnu-ld was given.
5927 if test "${with_gnu_ld+set}" = set; then :
5928 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5929 else
5930 with_gnu_ld=no
5931 fi
5932
5933 ac_prog=ld
5934 if test "$GCC" = yes; then
5935 # Check if gcc -print-prog-name=ld gives a path.
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5937 $as_echo_n "checking for ld used by $CC... " >&6; }
5938 case $host in
5939 *-*-mingw*)
5940 # gcc leaves a trailing carriage return which upsets mingw
5941 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5942 *)
5943 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5944 esac
5945 case $ac_prog in
5946 # Accept absolute paths.
5947 [\\/]* | ?:[\\/]*)
5948 re_direlt='/[^/][^/]*/\.\./'
5949 # Canonicalize the pathname of ld
5950 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5951 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5952 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5953 done
5954 test -z "$LD" && LD="$ac_prog"
5955 ;;
5956 "")
5957 # If it fails, then pretend we aren't using GCC.
5958 ac_prog=ld
5959 ;;
5960 *)
5961 # If it is relative, then search for the first ld in PATH.
5962 with_gnu_ld=unknown
5963 ;;
5964 esac
5965 elif test "$with_gnu_ld" = yes; then
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5967 $as_echo_n "checking for GNU ld... " >&6; }
5968 else
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5970 $as_echo_n "checking for non-GNU ld... " >&6; }
5971 fi
5972 if ${lt_cv_path_LD+:} false; then :
5973 $as_echo_n "(cached) " >&6
5974 else
5975 if test -z "$LD"; then
5976 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5977 for ac_dir in $PATH; do
5978 IFS="$lt_save_ifs"
5979 test -z "$ac_dir" && ac_dir=.
5980 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5981 lt_cv_path_LD="$ac_dir/$ac_prog"
5982 # Check to see if the program is GNU ld. I'd rather use --version,
5983 # but apparently some variants of GNU ld only accept -v.
5984 # Break only if it was the GNU/non-GNU ld that we prefer.
5985 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5986 *GNU* | *'with BFD'*)
5987 test "$with_gnu_ld" != no && break
5988 ;;
5989 *)
5990 test "$with_gnu_ld" != yes && break
5991 ;;
5992 esac
5993 fi
5994 done
5995 IFS="$lt_save_ifs"
5996 else
5997 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5998 fi
5999 fi
6000
6001 LD="$lt_cv_path_LD"
6002 if test -n "$LD"; then
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6004 $as_echo "$LD" >&6; }
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6007 $as_echo "no" >&6; }
6008 fi
6009 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6011 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6012 if ${lt_cv_prog_gnu_ld+:} false; then :
6013 $as_echo_n "(cached) " >&6
6014 else
6015 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6016 case `$LD -v 2>&1 </dev/null` in
6017 *GNU* | *'with BFD'*)
6018 lt_cv_prog_gnu_ld=yes
6019 ;;
6020 *)
6021 lt_cv_prog_gnu_ld=no
6022 ;;
6023 esac
6024 fi
6025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6026 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
6027 with_gnu_ld=$lt_cv_prog_gnu_ld
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6038 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6039 if ${lt_cv_path_NM+:} false; then :
6040 $as_echo_n "(cached) " >&6
6041 else
6042 if test -n "$NM"; then
6043 # Let the user override the test.
6044 lt_cv_path_NM="$NM"
6045 else
6046 lt_nm_to_check="${ac_tool_prefix}nm"
6047 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6048 lt_nm_to_check="$lt_nm_to_check nm"
6049 fi
6050 for lt_tmp_nm in $lt_nm_to_check; do
6051 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6052 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6053 IFS="$lt_save_ifs"
6054 test -z "$ac_dir" && ac_dir=.
6055 tmp_nm="$ac_dir/$lt_tmp_nm"
6056 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6057 # Check to see if the nm accepts a BSD-compat flag.
6058 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6059 # nm: unknown option "B" ignored
6060 # Tru64's nm complains that /dev/null is an invalid object file
6061 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6062 */dev/null* | *'Invalid file or object type'*)
6063 lt_cv_path_NM="$tmp_nm -B"
6064 break
6065 ;;
6066 *)
6067 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6068 */dev/null*)
6069 lt_cv_path_NM="$tmp_nm -p"
6070 break
6071 ;;
6072 *)
6073 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6074 continue # so that we can try to find one that supports BSD flags
6075 ;;
6076 esac
6077 ;;
6078 esac
6079 fi
6080 done
6081 IFS="$lt_save_ifs"
6082 done
6083 : ${lt_cv_path_NM=no}
6084 fi
6085 fi
6086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6087 $as_echo "$lt_cv_path_NM" >&6; }
6088 if test "$lt_cv_path_NM" != "no"; then
6089 NM="$lt_cv_path_NM"
6090 else
6091 # Didn't find any BSD compatible name lister, look for dumpbin.
6092 if test -n "$DUMPBIN"; then :
6093 # Let the user override the test.
6094 else
6095 if test -n "$ac_tool_prefix"; then
6096 for ac_prog in dumpbin "link -dump"
6097 do
6098 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6099 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6101 $as_echo_n "checking for $ac_word... " >&6; }
6102 if ${ac_cv_prog_DUMPBIN+:} false; then :
6103 $as_echo_n "(cached) " >&6
6104 else
6105 if test -n "$DUMPBIN"; then
6106 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6107 else
6108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109 for as_dir in $PATH
6110 do
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_exec_ext in '' $ac_executable_extensions; do
6114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6115 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6117 break 2
6118 fi
6119 done
6120 done
6121 IFS=$as_save_IFS
6122
6123 fi
6124 fi
6125 DUMPBIN=$ac_cv_prog_DUMPBIN
6126 if test -n "$DUMPBIN"; then
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6128 $as_echo "$DUMPBIN" >&6; }
6129 else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6131 $as_echo "no" >&6; }
6132 fi
6133
6134
6135 test -n "$DUMPBIN" && break
6136 done
6137 fi
6138 if test -z "$DUMPBIN"; then
6139 ac_ct_DUMPBIN=$DUMPBIN
6140 for ac_prog in dumpbin "link -dump"
6141 do
6142 # Extract the first word of "$ac_prog", so it can be a program name with args.
6143 set dummy $ac_prog; ac_word=$2
6144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6145 $as_echo_n "checking for $ac_word... " >&6; }
6146 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6147 $as_echo_n "(cached) " >&6
6148 else
6149 if test -n "$ac_ct_DUMPBIN"; then
6150 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6151 else
6152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6153 for as_dir in $PATH
6154 do
6155 IFS=$as_save_IFS
6156 test -z "$as_dir" && as_dir=.
6157 for ac_exec_ext in '' $ac_executable_extensions; do
6158 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6159 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6160 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6161 break 2
6162 fi
6163 done
6164 done
6165 IFS=$as_save_IFS
6166
6167 fi
6168 fi
6169 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6170 if test -n "$ac_ct_DUMPBIN"; then
6171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6172 $as_echo "$ac_ct_DUMPBIN" >&6; }
6173 else
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6175 $as_echo "no" >&6; }
6176 fi
6177
6178
6179 test -n "$ac_ct_DUMPBIN" && break
6180 done
6181
6182 if test "x$ac_ct_DUMPBIN" = x; then
6183 DUMPBIN=":"
6184 else
6185 case $cross_compiling:$ac_tool_warned in
6186 yes:)
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6188 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6189 ac_tool_warned=yes ;;
6190 esac
6191 DUMPBIN=$ac_ct_DUMPBIN
6192 fi
6193 fi
6194
6195 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6196 *COFF*)
6197 DUMPBIN="$DUMPBIN -symbols"
6198 ;;
6199 *)
6200 DUMPBIN=:
6201 ;;
6202 esac
6203 fi
6204
6205 if test "$DUMPBIN" != ":"; then
6206 NM="$DUMPBIN"
6207 fi
6208 fi
6209 test -z "$NM" && NM=nm
6210
6211
6212
6213
6214
6215
6216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6217 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6218 if ${lt_cv_nm_interface+:} false; then :
6219 $as_echo_n "(cached) " >&6
6220 else
6221 lt_cv_nm_interface="BSD nm"
6222 echo "int some_variable = 0;" > conftest.$ac_ext
6223 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6224 (eval "$ac_compile" 2>conftest.err)
6225 cat conftest.err >&5
6226 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6227 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6228 cat conftest.err >&5
6229 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6230 cat conftest.out >&5
6231 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6232 lt_cv_nm_interface="MS dumpbin"
6233 fi
6234 rm -f conftest*
6235 fi
6236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6237 $as_echo "$lt_cv_nm_interface" >&6; }
6238
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6240 $as_echo_n "checking whether ln -s works... " >&6; }
6241 LN_S=$as_ln_s
6242 if test "$LN_S" = "ln -s"; then
6243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6244 $as_echo "yes" >&6; }
6245 else
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6247 $as_echo "no, using $LN_S" >&6; }
6248 fi
6249
6250 # find the maximum length of command line arguments
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6252 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6253 if ${lt_cv_sys_max_cmd_len+:} false; then :
6254 $as_echo_n "(cached) " >&6
6255 else
6256 i=0
6257 teststring="ABCD"
6258
6259 case $build_os in
6260 msdosdjgpp*)
6261 # On DJGPP, this test can blow up pretty badly due to problems in libc
6262 # (any single argument exceeding 2000 bytes causes a buffer overrun
6263 # during glob expansion). Even if it were fixed, the result of this
6264 # check would be larger than it should be.
6265 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6266 ;;
6267
6268 gnu*)
6269 # Under GNU Hurd, this test is not required because there is
6270 # no limit to the length of command line arguments.
6271 # Libtool will interpret -1 as no limit whatsoever
6272 lt_cv_sys_max_cmd_len=-1;
6273 ;;
6274
6275 cygwin* | mingw* | cegcc*)
6276 # On Win9x/ME, this test blows up -- it succeeds, but takes
6277 # about 5 minutes as the teststring grows exponentially.
6278 # Worse, since 9x/ME are not pre-emptively multitasking,
6279 # you end up with a "frozen" computer, even though with patience
6280 # the test eventually succeeds (with a max line length of 256k).
6281 # Instead, let's just punt: use the minimum linelength reported by
6282 # all of the supported platforms: 8192 (on NT/2K/XP).
6283 lt_cv_sys_max_cmd_len=8192;
6284 ;;
6285
6286 mint*)
6287 # On MiNT this can take a long time and run out of memory.
6288 lt_cv_sys_max_cmd_len=8192;
6289 ;;
6290
6291 amigaos*)
6292 # On AmigaOS with pdksh, this test takes hours, literally.
6293 # So we just punt and use a minimum line length of 8192.
6294 lt_cv_sys_max_cmd_len=8192;
6295 ;;
6296
6297 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6298 # This has been around since 386BSD, at least. Likely further.
6299 if test -x /sbin/sysctl; then
6300 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6301 elif test -x /usr/sbin/sysctl; then
6302 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6303 else
6304 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6305 fi
6306 # And add a safety zone
6307 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6308 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6309 ;;
6310
6311 interix*)
6312 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6313 lt_cv_sys_max_cmd_len=196608
6314 ;;
6315
6316 osf*)
6317 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6318 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6319 # nice to cause kernel panics so lets avoid the loop below.
6320 # First set a reasonable default.
6321 lt_cv_sys_max_cmd_len=16384
6322 #
6323 if test -x /sbin/sysconfig; then
6324 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6325 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6326 esac
6327 fi
6328 ;;
6329 sco3.2v5*)
6330 lt_cv_sys_max_cmd_len=102400
6331 ;;
6332 sysv5* | sco5v6* | sysv4.2uw2*)
6333 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6334 if test -n "$kargmax"; then
6335 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6336 else
6337 lt_cv_sys_max_cmd_len=32768
6338 fi
6339 ;;
6340 *)
6341 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6342 if test -n "$lt_cv_sys_max_cmd_len"; then
6343 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6344 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6345 else
6346 # Make teststring a little bigger before we do anything with it.
6347 # a 1K string should be a reasonable start.
6348 for i in 1 2 3 4 5 6 7 8 ; do
6349 teststring=$teststring$teststring
6350 done
6351 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6352 # If test is not a shell built-in, we'll probably end up computing a
6353 # maximum length that is only half of the actual maximum length, but
6354 # we can't tell.
6355 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6356 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6357 test $i != 17 # 1/2 MB should be enough
6358 do
6359 i=`expr $i + 1`
6360 teststring=$teststring$teststring
6361 done
6362 # Only check the string length outside the loop.
6363 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6364 teststring=
6365 # Add a significant safety factor because C++ compilers can tack on
6366 # massive amounts of additional arguments before passing them to the
6367 # linker. It appears as though 1/2 is a usable value.
6368 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6369 fi
6370 ;;
6371 esac
6372
6373 fi
6374
6375 if test -n $lt_cv_sys_max_cmd_len ; then
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6377 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6378 else
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6380 $as_echo "none" >&6; }
6381 fi
6382 max_cmd_len=$lt_cv_sys_max_cmd_len
6383
6384
6385
6386
6387
6388
6389 : ${CP="cp -f"}
6390 : ${MV="mv -f"}
6391 : ${RM="rm -f"}
6392
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6394 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6395 # Try some XSI features
6396 xsi_shell=no
6397 ( _lt_dummy="a/b/c"
6398 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6399 = c,a/b,, \
6400 && eval 'test $(( 1 + 1 )) -eq 2 \
6401 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6402 && xsi_shell=yes
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6404 $as_echo "$xsi_shell" >&6; }
6405
6406
6407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6408 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6409 lt_shell_append=no
6410 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6411 >/dev/null 2>&1 \
6412 && lt_shell_append=yes
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6414 $as_echo "$lt_shell_append" >&6; }
6415
6416
6417 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6418 lt_unset=unset
6419 else
6420 lt_unset=false
6421 fi
6422
6423
6424
6425
6426
6427 # test EBCDIC or ASCII
6428 case `echo X|tr X '\101'` in
6429 A) # ASCII based system
6430 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6431 lt_SP2NL='tr \040 \012'
6432 lt_NL2SP='tr \015\012 \040\040'
6433 ;;
6434 *) # EBCDIC based system
6435 lt_SP2NL='tr \100 \n'
6436 lt_NL2SP='tr \r\n \100\100'
6437 ;;
6438 esac
6439
6440
6441
6442
6443
6444
6445
6446
6447
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6449 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6450 if ${lt_cv_ld_reload_flag+:} false; then :
6451 $as_echo_n "(cached) " >&6
6452 else
6453 lt_cv_ld_reload_flag='-r'
6454 fi
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6456 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6457 reload_flag=$lt_cv_ld_reload_flag
6458 case $reload_flag in
6459 "" | " "*) ;;
6460 *) reload_flag=" $reload_flag" ;;
6461 esac
6462 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6463 case $host_os in
6464 darwin*)
6465 if test "$GCC" = yes; then
6466 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6467 else
6468 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6469 fi
6470 ;;
6471 esac
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481 if test -n "$ac_tool_prefix"; then
6482 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6483 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6485 $as_echo_n "checking for $ac_word... " >&6; }
6486 if ${ac_cv_prog_OBJDUMP+:} false; then :
6487 $as_echo_n "(cached) " >&6
6488 else
6489 if test -n "$OBJDUMP"; then
6490 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6491 else
6492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6493 for as_dir in $PATH
6494 do
6495 IFS=$as_save_IFS
6496 test -z "$as_dir" && as_dir=.
6497 for ac_exec_ext in '' $ac_executable_extensions; do
6498 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6499 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6501 break 2
6502 fi
6503 done
6504 done
6505 IFS=$as_save_IFS
6506
6507 fi
6508 fi
6509 OBJDUMP=$ac_cv_prog_OBJDUMP
6510 if test -n "$OBJDUMP"; then
6511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6512 $as_echo "$OBJDUMP" >&6; }
6513 else
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6515 $as_echo "no" >&6; }
6516 fi
6517
6518
6519 fi
6520 if test -z "$ac_cv_prog_OBJDUMP"; then
6521 ac_ct_OBJDUMP=$OBJDUMP
6522 # Extract the first word of "objdump", so it can be a program name with args.
6523 set dummy objdump; ac_word=$2
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6525 $as_echo_n "checking for $ac_word... " >&6; }
6526 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6527 $as_echo_n "(cached) " >&6
6528 else
6529 if test -n "$ac_ct_OBJDUMP"; then
6530 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6531 else
6532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6533 for as_dir in $PATH
6534 do
6535 IFS=$as_save_IFS
6536 test -z "$as_dir" && as_dir=.
6537 for ac_exec_ext in '' $ac_executable_extensions; do
6538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6539 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6541 break 2
6542 fi
6543 done
6544 done
6545 IFS=$as_save_IFS
6546
6547 fi
6548 fi
6549 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6550 if test -n "$ac_ct_OBJDUMP"; then
6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6552 $as_echo "$ac_ct_OBJDUMP" >&6; }
6553 else
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6555 $as_echo "no" >&6; }
6556 fi
6557
6558 if test "x$ac_ct_OBJDUMP" = x; then
6559 OBJDUMP="false"
6560 else
6561 case $cross_compiling:$ac_tool_warned in
6562 yes:)
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6564 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6565 ac_tool_warned=yes ;;
6566 esac
6567 OBJDUMP=$ac_ct_OBJDUMP
6568 fi
6569 else
6570 OBJDUMP="$ac_cv_prog_OBJDUMP"
6571 fi
6572
6573 test -z "$OBJDUMP" && OBJDUMP=objdump
6574
6575
6576
6577
6578
6579
6580
6581
6582
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6584 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6585 if ${lt_cv_deplibs_check_method+:} false; then :
6586 $as_echo_n "(cached) " >&6
6587 else
6588 lt_cv_file_magic_cmd='$MAGIC_CMD'
6589 lt_cv_file_magic_test_file=
6590 lt_cv_deplibs_check_method='unknown'
6591 # Need to set the preceding variable on all platforms that support
6592 # interlibrary dependencies.
6593 # 'none' -- dependencies not supported.
6594 # `unknown' -- same as none, but documents that we really don't know.
6595 # 'pass_all' -- all dependencies passed with no checks.
6596 # 'test_compile' -- check by making test program.
6597 # 'file_magic [[regex]]' -- check by looking for files in library path
6598 # which responds to the $file_magic_cmd with a given extended regex.
6599 # If you have `file' or equivalent on your system and you're not sure
6600 # whether `pass_all' will *always* work, you probably want this one.
6601
6602 case $host_os in
6603 aix[4-9]*)
6604 lt_cv_deplibs_check_method=pass_all
6605 ;;
6606
6607 beos*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611 bsdi[45]*)
6612 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6613 lt_cv_file_magic_cmd='/usr/bin/file -L'
6614 lt_cv_file_magic_test_file=/shlib/libc.so
6615 ;;
6616
6617 cygwin*)
6618 # func_win32_libid is a shell function defined in ltmain.sh
6619 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6620 lt_cv_file_magic_cmd='func_win32_libid'
6621 ;;
6622
6623 mingw* | pw32*)
6624 # Base MSYS/MinGW do not provide the 'file' command needed by
6625 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6626 # unless we find 'file', for example because we are cross-compiling.
6627 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6628 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6629 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6630 lt_cv_file_magic_cmd='func_win32_libid'
6631 else
6632 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6633 lt_cv_file_magic_cmd='$OBJDUMP -f'
6634 fi
6635 ;;
6636
6637 cegcc*)
6638 # use the weaker test based on 'objdump'. See mingw*.
6639 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6640 lt_cv_file_magic_cmd='$OBJDUMP -f'
6641 ;;
6642
6643 darwin* | rhapsody*)
6644 lt_cv_deplibs_check_method=pass_all
6645 ;;
6646
6647 freebsd* | dragonfly*)
6648 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6649 case $host_cpu in
6650 i*86 )
6651 # Not sure whether the presence of OpenBSD here was a mistake.
6652 # Let's accept both of them until this is cleared up.
6653 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6654 lt_cv_file_magic_cmd=/usr/bin/file
6655 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6656 ;;
6657 esac
6658 else
6659 lt_cv_deplibs_check_method=pass_all
6660 fi
6661 ;;
6662
6663 gnu*)
6664 lt_cv_deplibs_check_method=pass_all
6665 ;;
6666
6667 haiku*)
6668 lt_cv_deplibs_check_method=pass_all
6669 ;;
6670
6671 hpux10.20* | hpux11*)
6672 lt_cv_file_magic_cmd=/usr/bin/file
6673 case $host_cpu in
6674 ia64*)
6675 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6676 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6677 ;;
6678 hppa*64*)
6679 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]'
6680 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6681 ;;
6682 *)
6683 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6684 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6685 ;;
6686 esac
6687 ;;
6688
6689 interix[3-9]*)
6690 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6691 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6692 ;;
6693
6694 irix5* | irix6* | nonstopux*)
6695 case $LD in
6696 *-32|*"-32 ") libmagic=32-bit;;
6697 *-n32|*"-n32 ") libmagic=N32;;
6698 *-64|*"-64 ") libmagic=64-bit;;
6699 *) libmagic=never-match;;
6700 esac
6701 lt_cv_deplibs_check_method=pass_all
6702 ;;
6703
6704 # This must be Linux ELF.
6705 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6706 lt_cv_deplibs_check_method=pass_all
6707 ;;
6708
6709 netbsd*)
6710 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6711 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6712 else
6713 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6714 fi
6715 ;;
6716
6717 newos6*)
6718 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6719 lt_cv_file_magic_cmd=/usr/bin/file
6720 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6721 ;;
6722
6723 *nto* | *qnx*)
6724 lt_cv_deplibs_check_method=pass_all
6725 ;;
6726
6727 openbsd*)
6728 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6729 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6730 else
6731 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6732 fi
6733 ;;
6734
6735 osf3* | osf4* | osf5*)
6736 lt_cv_deplibs_check_method=pass_all
6737 ;;
6738
6739 rdos*)
6740 lt_cv_deplibs_check_method=pass_all
6741 ;;
6742
6743 solaris*)
6744 lt_cv_deplibs_check_method=pass_all
6745 ;;
6746
6747 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6748 lt_cv_deplibs_check_method=pass_all
6749 ;;
6750
6751 sysv4 | sysv4.3*)
6752 case $host_vendor in
6753 motorola)
6754 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]'
6755 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6756 ;;
6757 ncr)
6758 lt_cv_deplibs_check_method=pass_all
6759 ;;
6760 sequent)
6761 lt_cv_file_magic_cmd='/bin/file'
6762 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6763 ;;
6764 sni)
6765 lt_cv_file_magic_cmd='/bin/file'
6766 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6767 lt_cv_file_magic_test_file=/lib/libc.so
6768 ;;
6769 siemens)
6770 lt_cv_deplibs_check_method=pass_all
6771 ;;
6772 pc)
6773 lt_cv_deplibs_check_method=pass_all
6774 ;;
6775 esac
6776 ;;
6777
6778 tpf*)
6779 lt_cv_deplibs_check_method=pass_all
6780 ;;
6781 esac
6782
6783 fi
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6785 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6786 file_magic_cmd=$lt_cv_file_magic_cmd
6787 deplibs_check_method=$lt_cv_deplibs_check_method
6788 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801 if test -n "$ac_tool_prefix"; then
6802 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6803 set dummy ${ac_tool_prefix}ar; ac_word=$2
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6805 $as_echo_n "checking for $ac_word... " >&6; }
6806 if ${ac_cv_prog_AR+:} false; then :
6807 $as_echo_n "(cached) " >&6
6808 else
6809 if test -n "$AR"; then
6810 ac_cv_prog_AR="$AR" # Let the user override the test.
6811 else
6812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6813 for as_dir in $PATH
6814 do
6815 IFS=$as_save_IFS
6816 test -z "$as_dir" && as_dir=.
6817 for ac_exec_ext in '' $ac_executable_extensions; do
6818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6819 ac_cv_prog_AR="${ac_tool_prefix}ar"
6820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6821 break 2
6822 fi
6823 done
6824 done
6825 IFS=$as_save_IFS
6826
6827 fi
6828 fi
6829 AR=$ac_cv_prog_AR
6830 if test -n "$AR"; then
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6832 $as_echo "$AR" >&6; }
6833 else
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6835 $as_echo "no" >&6; }
6836 fi
6837
6838
6839 fi
6840 if test -z "$ac_cv_prog_AR"; then
6841 ac_ct_AR=$AR
6842 # Extract the first word of "ar", so it can be a program name with args.
6843 set dummy ar; ac_word=$2
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6845 $as_echo_n "checking for $ac_word... " >&6; }
6846 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6847 $as_echo_n "(cached) " >&6
6848 else
6849 if test -n "$ac_ct_AR"; then
6850 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6851 else
6852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6853 for as_dir in $PATH
6854 do
6855 IFS=$as_save_IFS
6856 test -z "$as_dir" && as_dir=.
6857 for ac_exec_ext in '' $ac_executable_extensions; do
6858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6859 ac_cv_prog_ac_ct_AR="ar"
6860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6861 break 2
6862 fi
6863 done
6864 done
6865 IFS=$as_save_IFS
6866
6867 fi
6868 fi
6869 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6870 if test -n "$ac_ct_AR"; then
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6872 $as_echo "$ac_ct_AR" >&6; }
6873 else
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6875 $as_echo "no" >&6; }
6876 fi
6877
6878 if test "x$ac_ct_AR" = x; then
6879 AR="false"
6880 else
6881 case $cross_compiling:$ac_tool_warned in
6882 yes:)
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6884 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6885 ac_tool_warned=yes ;;
6886 esac
6887 AR=$ac_ct_AR
6888 fi
6889 else
6890 AR="$ac_cv_prog_AR"
6891 fi
6892
6893 test -z "$AR" && AR=ar
6894 test -z "$AR_FLAGS" && AR_FLAGS=cru
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906 if test -n "$ac_tool_prefix"; then
6907 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6908 set dummy ${ac_tool_prefix}strip; ac_word=$2
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6910 $as_echo_n "checking for $ac_word... " >&6; }
6911 if ${ac_cv_prog_STRIP+:} false; then :
6912 $as_echo_n "(cached) " >&6
6913 else
6914 if test -n "$STRIP"; then
6915 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6916 else
6917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6918 for as_dir in $PATH
6919 do
6920 IFS=$as_save_IFS
6921 test -z "$as_dir" && as_dir=.
6922 for ac_exec_ext in '' $ac_executable_extensions; do
6923 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6924 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6925 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6926 break 2
6927 fi
6928 done
6929 done
6930 IFS=$as_save_IFS
6931
6932 fi
6933 fi
6934 STRIP=$ac_cv_prog_STRIP
6935 if test -n "$STRIP"; then
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6937 $as_echo "$STRIP" >&6; }
6938 else
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6940 $as_echo "no" >&6; }
6941 fi
6942
6943
6944 fi
6945 if test -z "$ac_cv_prog_STRIP"; then
6946 ac_ct_STRIP=$STRIP
6947 # Extract the first word of "strip", so it can be a program name with args.
6948 set dummy strip; ac_word=$2
6949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6950 $as_echo_n "checking for $ac_word... " >&6; }
6951 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6952 $as_echo_n "(cached) " >&6
6953 else
6954 if test -n "$ac_ct_STRIP"; then
6955 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6956 else
6957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6958 for as_dir in $PATH
6959 do
6960 IFS=$as_save_IFS
6961 test -z "$as_dir" && as_dir=.
6962 for ac_exec_ext in '' $ac_executable_extensions; do
6963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6964 ac_cv_prog_ac_ct_STRIP="strip"
6965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6966 break 2
6967 fi
6968 done
6969 done
6970 IFS=$as_save_IFS
6971
6972 fi
6973 fi
6974 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6975 if test -n "$ac_ct_STRIP"; then
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6977 $as_echo "$ac_ct_STRIP" >&6; }
6978 else
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6980 $as_echo "no" >&6; }
6981 fi
6982
6983 if test "x$ac_ct_STRIP" = x; then
6984 STRIP=":"
6985 else
6986 case $cross_compiling:$ac_tool_warned in
6987 yes:)
6988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6990 ac_tool_warned=yes ;;
6991 esac
6992 STRIP=$ac_ct_STRIP
6993 fi
6994 else
6995 STRIP="$ac_cv_prog_STRIP"
6996 fi
6997
6998 test -z "$STRIP" && STRIP=:
6999
7000
7001
7002
7003
7004
7005 if test -n "$ac_tool_prefix"; then
7006 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7007 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7009 $as_echo_n "checking for $ac_word... " >&6; }
7010 if ${ac_cv_prog_RANLIB+:} false; then :
7011 $as_echo_n "(cached) " >&6
7012 else
7013 if test -n "$RANLIB"; then
7014 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7015 else
7016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7017 for as_dir in $PATH
7018 do
7019 IFS=$as_save_IFS
7020 test -z "$as_dir" && as_dir=.
7021 for ac_exec_ext in '' $ac_executable_extensions; do
7022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7023 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7025 break 2
7026 fi
7027 done
7028 done
7029 IFS=$as_save_IFS
7030
7031 fi
7032 fi
7033 RANLIB=$ac_cv_prog_RANLIB
7034 if test -n "$RANLIB"; then
7035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7036 $as_echo "$RANLIB" >&6; }
7037 else
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7039 $as_echo "no" >&6; }
7040 fi
7041
7042
7043 fi
7044 if test -z "$ac_cv_prog_RANLIB"; then
7045 ac_ct_RANLIB=$RANLIB
7046 # Extract the first word of "ranlib", so it can be a program name with args.
7047 set dummy ranlib; ac_word=$2
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7049 $as_echo_n "checking for $ac_word... " >&6; }
7050 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
7051 $as_echo_n "(cached) " >&6
7052 else
7053 if test -n "$ac_ct_RANLIB"; then
7054 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7055 else
7056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7057 for as_dir in $PATH
7058 do
7059 IFS=$as_save_IFS
7060 test -z "$as_dir" && as_dir=.
7061 for ac_exec_ext in '' $ac_executable_extensions; do
7062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7063 ac_cv_prog_ac_ct_RANLIB="ranlib"
7064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7065 break 2
7066 fi
7067 done
7068 done
7069 IFS=$as_save_IFS
7070
7071 fi
7072 fi
7073 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7074 if test -n "$ac_ct_RANLIB"; then
7075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7076 $as_echo "$ac_ct_RANLIB" >&6; }
7077 else
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7079 $as_echo "no" >&6; }
7080 fi
7081
7082 if test "x$ac_ct_RANLIB" = x; then
7083 RANLIB=":"
7084 else
7085 case $cross_compiling:$ac_tool_warned in
7086 yes:)
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7088 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7089 ac_tool_warned=yes ;;
7090 esac
7091 RANLIB=$ac_ct_RANLIB
7092 fi
7093 else
7094 RANLIB="$ac_cv_prog_RANLIB"
7095 fi
7096
7097 test -z "$RANLIB" && RANLIB=:
7098
7099
7100
7101
7102
7103
7104 # Determine commands to create old-style static archives.
7105 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7106 old_postinstall_cmds='chmod 644 $oldlib'
7107 old_postuninstall_cmds=
7108
7109 if test -n "$RANLIB"; then
7110 case $host_os in
7111 openbsd*)
7112 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7113 ;;
7114 *)
7115 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7116 ;;
7117 esac
7118 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7119 fi
7120
7121 case $host_os in
7122 darwin*)
7123 lock_old_archive_extraction=yes ;;
7124 *)
7125 lock_old_archive_extraction=no ;;
7126 esac
7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148 for ac_prog in gawk mawk nawk awk
7149 do
7150 # Extract the first word of "$ac_prog", so it can be a program name with args.
7151 set dummy $ac_prog; ac_word=$2
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7153 $as_echo_n "checking for $ac_word... " >&6; }
7154 if ${ac_cv_prog_AWK+:} false; then :
7155 $as_echo_n "(cached) " >&6
7156 else
7157 if test -n "$AWK"; then
7158 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7159 else
7160 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7161 for as_dir in $PATH
7162 do
7163 IFS=$as_save_IFS
7164 test -z "$as_dir" && as_dir=.
7165 for ac_exec_ext in '' $ac_executable_extensions; do
7166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7167 ac_cv_prog_AWK="$ac_prog"
7168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7169 break 2
7170 fi
7171 done
7172 done
7173 IFS=$as_save_IFS
7174
7175 fi
7176 fi
7177 AWK=$ac_cv_prog_AWK
7178 if test -n "$AWK"; then
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7180 $as_echo "$AWK" >&6; }
7181 else
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7183 $as_echo "no" >&6; }
7184 fi
7185
7186
7187 test -n "$AWK" && break
7188 done
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208 # If no C compiler was specified, use CC.
7209 LTCC=${LTCC-"$CC"}
7210
7211 # If no C compiler flags were specified, use CFLAGS.
7212 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7213
7214 # Allow CC to be a program name with arguments.
7215 compiler=$CC
7216
7217
7218 # Check for command to grab the raw symbol name followed by C symbol from nm.
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7220 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7221 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7222 $as_echo_n "(cached) " >&6
7223 else
7224
7225 # These are sane defaults that work on at least a few old systems.
7226 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7227
7228 # Character class describing NM global symbol codes.
7229 symcode='[BCDEGRST]'
7230
7231 # Regexp to match symbols that can be accessed directly from C.
7232 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7233
7234 # Define system-specific variables.
7235 case $host_os in
7236 aix*)
7237 symcode='[BCDT]'
7238 ;;
7239 cygwin* | mingw* | pw32* | cegcc*)
7240 symcode='[ABCDGISTW]'
7241 ;;
7242 hpux*)
7243 if test "$host_cpu" = ia64; then
7244 symcode='[ABCDEGRST]'
7245 fi
7246 ;;
7247 irix* | nonstopux*)
7248 symcode='[BCDEGRST]'
7249 ;;
7250 osf*)
7251 symcode='[BCDEGQRST]'
7252 ;;
7253 solaris*)
7254 symcode='[BDRT]'
7255 ;;
7256 sco3.2v5*)
7257 symcode='[DT]'
7258 ;;
7259 sysv4.2uw2*)
7260 symcode='[DT]'
7261 ;;
7262 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7263 symcode='[ABDT]'
7264 ;;
7265 sysv4)
7266 symcode='[DFNSTU]'
7267 ;;
7268 esac
7269
7270 # If we're using GNU nm, then use its standard symbol codes.
7271 case `$NM -V 2>&1` in
7272 *GNU* | *'with BFD'*)
7273 symcode='[ABCDGIRSTW]' ;;
7274 esac
7275
7276 # Transform an extracted symbol line into a proper C declaration.
7277 # Some systems (esp. on ia64) link data and code symbols differently,
7278 # so use this general approach.
7279 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7280
7281 # Transform an extracted symbol line into symbol name and symbol address
7282 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7283 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'"
7284
7285 # Handle CRLF in mingw tool chain
7286 opt_cr=
7287 case $build_os in
7288 mingw*)
7289 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7290 ;;
7291 esac
7292
7293 # Try without a prefix underscore, then with it.
7294 for ac_symprfx in "" "_"; do
7295
7296 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7297 symxfrm="\\1 $ac_symprfx\\2 \\2"
7298
7299 # Write the raw and C identifiers.
7300 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7301 # Fake it for dumpbin and say T for any non-static function
7302 # and D for any global variable.
7303 # Also find C++ and __fastcall symbols from MSVC++,
7304 # which start with @ or ?.
7305 lt_cv_sys_global_symbol_pipe="$AWK '"\
7306 " {last_section=section; section=\$ 3};"\
7307 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7308 " \$ 0!~/External *\|/{next};"\
7309 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7310 " {if(hide[section]) next};"\
7311 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7312 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7313 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7314 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7315 " ' prfx=^$ac_symprfx"
7316 else
7317 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7318 fi
7319
7320 # Check to see that the pipe works correctly.
7321 pipe_works=no
7322
7323 rm -f conftest*
7324 cat > conftest.$ac_ext <<_LT_EOF
7325 #ifdef __cplusplus
7326 extern "C" {
7327 #endif
7328 char nm_test_var;
7329 void nm_test_func(void);
7330 void nm_test_func(void){}
7331 #ifdef __cplusplus
7332 }
7333 #endif
7334 int main(){nm_test_var='a';nm_test_func();return(0);}
7335 _LT_EOF
7336
7337 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7338 (eval $ac_compile) 2>&5
7339 ac_status=$?
7340 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7341 test $ac_status = 0; }; then
7342 # Now try to grab the symbols.
7343 nlist=conftest.nm
7344 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7345 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7346 ac_status=$?
7347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7348 test $ac_status = 0; } && test -s "$nlist"; then
7349 # Try sorting and uniquifying the output.
7350 if sort "$nlist" | uniq > "$nlist"T; then
7351 mv -f "$nlist"T "$nlist"
7352 else
7353 rm -f "$nlist"T
7354 fi
7355
7356 # Make sure that we snagged all the symbols we need.
7357 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7358 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7359 cat <<_LT_EOF > conftest.$ac_ext
7360 #ifdef __cplusplus
7361 extern "C" {
7362 #endif
7363
7364 _LT_EOF
7365 # Now generate the symbol file.
7366 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7367
7368 cat <<_LT_EOF >> conftest.$ac_ext
7369
7370 /* The mapping between symbol names and symbols. */
7371 const struct {
7372 const char *name;
7373 void *address;
7374 }
7375 lt__PROGRAM__LTX_preloaded_symbols[] =
7376 {
7377 { "@PROGRAM@", (void *) 0 },
7378 _LT_EOF
7379 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7380 cat <<\_LT_EOF >> conftest.$ac_ext
7381 {0, (void *) 0}
7382 };
7383
7384 /* This works around a problem in FreeBSD linker */
7385 #ifdef FREEBSD_WORKAROUND
7386 static const void *lt_preloaded_setup() {
7387 return lt__PROGRAM__LTX_preloaded_symbols;
7388 }
7389 #endif
7390
7391 #ifdef __cplusplus
7392 }
7393 #endif
7394 _LT_EOF
7395 # Now try linking the two files.
7396 mv conftest.$ac_objext conftstm.$ac_objext
7397 lt_save_LIBS="$LIBS"
7398 lt_save_CFLAGS="$CFLAGS"
7399 LIBS="conftstm.$ac_objext"
7400 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7401 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7402 (eval $ac_link) 2>&5
7403 ac_status=$?
7404 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7405 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7406 pipe_works=yes
7407 fi
7408 LIBS="$lt_save_LIBS"
7409 CFLAGS="$lt_save_CFLAGS"
7410 else
7411 echo "cannot find nm_test_func in $nlist" >&5
7412 fi
7413 else
7414 echo "cannot find nm_test_var in $nlist" >&5
7415 fi
7416 else
7417 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7418 fi
7419 else
7420 echo "$progname: failed program was:" >&5
7421 cat conftest.$ac_ext >&5
7422 fi
7423 rm -rf conftest* conftst*
7424
7425 # Do not use the global_symbol_pipe unless it works.
7426 if test "$pipe_works" = yes; then
7427 break
7428 else
7429 lt_cv_sys_global_symbol_pipe=
7430 fi
7431 done
7432
7433 fi
7434
7435 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7436 lt_cv_sys_global_symbol_to_cdecl=
7437 fi
7438 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7440 $as_echo "failed" >&6; }
7441 else
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7443 $as_echo "ok" >&6; }
7444 fi
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467 # Check whether --enable-libtool-lock was given.
7468 if test "${enable_libtool_lock+set}" = set; then :
7469 enableval=$enable_libtool_lock;
7470 fi
7471
7472 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7473
7474 # Some flags need to be propagated to the compiler or linker for good
7475 # libtool support.
7476 case $host in
7477 ia64-*-hpux*)
7478 # Find out which ABI we are using.
7479 echo 'int i;' > conftest.$ac_ext
7480 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7481 (eval $ac_compile) 2>&5
7482 ac_status=$?
7483 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7484 test $ac_status = 0; }; then
7485 case `/usr/bin/file conftest.$ac_objext` in
7486 *ELF-32*)
7487 HPUX_IA64_MODE="32"
7488 ;;
7489 *ELF-64*)
7490 HPUX_IA64_MODE="64"
7491 ;;
7492 esac
7493 fi
7494 rm -rf conftest*
7495 ;;
7496 *-*-irix6*)
7497 # Find out which ABI we are using.
7498 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7499 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7500 (eval $ac_compile) 2>&5
7501 ac_status=$?
7502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7503 test $ac_status = 0; }; then
7504 if test "$lt_cv_prog_gnu_ld" = yes; then
7505 case `/usr/bin/file conftest.$ac_objext` in
7506 *32-bit*)
7507 LD="${LD-ld} -melf32bsmip"
7508 ;;
7509 *N32*)
7510 LD="${LD-ld} -melf32bmipn32"
7511 ;;
7512 *64-bit*)
7513 LD="${LD-ld} -melf64bmip"
7514 ;;
7515 esac
7516 else
7517 case `/usr/bin/file conftest.$ac_objext` in
7518 *32-bit*)
7519 LD="${LD-ld} -32"
7520 ;;
7521 *N32*)
7522 LD="${LD-ld} -n32"
7523 ;;
7524 *64-bit*)
7525 LD="${LD-ld} -64"
7526 ;;
7527 esac
7528 fi
7529 fi
7530 rm -rf conftest*
7531 ;;
7532
7533 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7534 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7535 # Find out which ABI we are using.
7536 echo 'int i;' > conftest.$ac_ext
7537 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7538 (eval $ac_compile) 2>&5
7539 ac_status=$?
7540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7541 test $ac_status = 0; }; then
7542 case `/usr/bin/file conftest.o` in
7543 *32-bit*)
7544 case $host in
7545 x86_64-*kfreebsd*-gnu)
7546 LD="${LD-ld} -m elf_i386_fbsd"
7547 ;;
7548 x86_64-*linux*)
7549 case `/usr/bin/file conftest.o` in
7550 *x86-64*)
7551 LD="${LD-ld} -m elf32_x86_64"
7552 ;;
7553 *)
7554 LD="${LD-ld} -m elf_i386"
7555 ;;
7556 esac
7557 ;;
7558 powerpc64le-*linux*)
7559 LD="${LD-ld} -m elf32lppclinux"
7560 ;;
7561 powerpc64-*linux*)
7562 LD="${LD-ld} -m elf32ppclinux"
7563 ;;
7564 s390x-*linux*)
7565 LD="${LD-ld} -m elf_s390"
7566 ;;
7567 sparc64-*linux*)
7568 LD="${LD-ld} -m elf32_sparc"
7569 ;;
7570 esac
7571 ;;
7572 *64-bit*)
7573 case $host in
7574 x86_64-*kfreebsd*-gnu)
7575 LD="${LD-ld} -m elf_x86_64_fbsd"
7576 ;;
7577 x86_64-*linux*)
7578 LD="${LD-ld} -m elf_x86_64"
7579 ;;
7580 powerpcle-*linux*)
7581 LD="${LD-ld} -m elf64lppc"
7582 ;;
7583 powerpc-*linux*)
7584 LD="${LD-ld} -m elf64ppc"
7585 ;;
7586 s390*-*linux*|s390*-*tpf*)
7587 LD="${LD-ld} -m elf64_s390"
7588 ;;
7589 sparc*-*linux*)
7590 LD="${LD-ld} -m elf64_sparc"
7591 ;;
7592 esac
7593 ;;
7594 esac
7595 fi
7596 rm -rf conftest*
7597 ;;
7598
7599 *-*-sco3.2v5*)
7600 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7601 SAVE_CFLAGS="$CFLAGS"
7602 CFLAGS="$CFLAGS -belf"
7603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7604 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7605 if ${lt_cv_cc_needs_belf+:} false; then :
7606 $as_echo_n "(cached) " >&6
7607 else
7608 ac_ext=c
7609 ac_cpp='$CPP $CPPFLAGS'
7610 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7611 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7612 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7613
7614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7615 /* end confdefs.h. */
7616
7617 int
7618 main ()
7619 {
7620
7621 ;
7622 return 0;
7623 }
7624 _ACEOF
7625 if ac_fn_c_try_link "$LINENO"; then :
7626 lt_cv_cc_needs_belf=yes
7627 else
7628 lt_cv_cc_needs_belf=no
7629 fi
7630 rm -f core conftest.err conftest.$ac_objext \
7631 conftest$ac_exeext conftest.$ac_ext
7632 ac_ext=c
7633 ac_cpp='$CPP $CPPFLAGS'
7634 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7635 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7636 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7637
7638 fi
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7640 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7641 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7642 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7643 CFLAGS="$SAVE_CFLAGS"
7644 fi
7645 ;;
7646 sparc*-*solaris*)
7647 # Find out which ABI we are using.
7648 echo 'int i;' > conftest.$ac_ext
7649 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7650 (eval $ac_compile) 2>&5
7651 ac_status=$?
7652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7653 test $ac_status = 0; }; then
7654 case `/usr/bin/file conftest.o` in
7655 *64-bit*)
7656 case $lt_cv_prog_gnu_ld in
7657 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7658 *)
7659 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7660 LD="${LD-ld} -64"
7661 fi
7662 ;;
7663 esac
7664 ;;
7665 esac
7666 fi
7667 rm -rf conftest*
7668 ;;
7669 esac
7670
7671 need_locks="$enable_libtool_lock"
7672
7673
7674 case $host_os in
7675 rhapsody* | darwin*)
7676 if test -n "$ac_tool_prefix"; then
7677 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7678 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7680 $as_echo_n "checking for $ac_word... " >&6; }
7681 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7682 $as_echo_n "(cached) " >&6
7683 else
7684 if test -n "$DSYMUTIL"; then
7685 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7686 else
7687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7688 for as_dir in $PATH
7689 do
7690 IFS=$as_save_IFS
7691 test -z "$as_dir" && as_dir=.
7692 for ac_exec_ext in '' $ac_executable_extensions; do
7693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7694 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7696 break 2
7697 fi
7698 done
7699 done
7700 IFS=$as_save_IFS
7701
7702 fi
7703 fi
7704 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7705 if test -n "$DSYMUTIL"; then
7706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7707 $as_echo "$DSYMUTIL" >&6; }
7708 else
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7710 $as_echo "no" >&6; }
7711 fi
7712
7713
7714 fi
7715 if test -z "$ac_cv_prog_DSYMUTIL"; then
7716 ac_ct_DSYMUTIL=$DSYMUTIL
7717 # Extract the first word of "dsymutil", so it can be a program name with args.
7718 set dummy dsymutil; ac_word=$2
7719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7720 $as_echo_n "checking for $ac_word... " >&6; }
7721 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7722 $as_echo_n "(cached) " >&6
7723 else
7724 if test -n "$ac_ct_DSYMUTIL"; then
7725 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7726 else
7727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7728 for as_dir in $PATH
7729 do
7730 IFS=$as_save_IFS
7731 test -z "$as_dir" && as_dir=.
7732 for ac_exec_ext in '' $ac_executable_extensions; do
7733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7734 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7736 break 2
7737 fi
7738 done
7739 done
7740 IFS=$as_save_IFS
7741
7742 fi
7743 fi
7744 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7745 if test -n "$ac_ct_DSYMUTIL"; then
7746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7747 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7748 else
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7750 $as_echo "no" >&6; }
7751 fi
7752
7753 if test "x$ac_ct_DSYMUTIL" = x; then
7754 DSYMUTIL=":"
7755 else
7756 case $cross_compiling:$ac_tool_warned in
7757 yes:)
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7759 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7760 ac_tool_warned=yes ;;
7761 esac
7762 DSYMUTIL=$ac_ct_DSYMUTIL
7763 fi
7764 else
7765 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7766 fi
7767
7768 if test -n "$ac_tool_prefix"; then
7769 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7770 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7772 $as_echo_n "checking for $ac_word... " >&6; }
7773 if ${ac_cv_prog_NMEDIT+:} false; then :
7774 $as_echo_n "(cached) " >&6
7775 else
7776 if test -n "$NMEDIT"; then
7777 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7778 else
7779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7780 for as_dir in $PATH
7781 do
7782 IFS=$as_save_IFS
7783 test -z "$as_dir" && as_dir=.
7784 for ac_exec_ext in '' $ac_executable_extensions; do
7785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7786 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7788 break 2
7789 fi
7790 done
7791 done
7792 IFS=$as_save_IFS
7793
7794 fi
7795 fi
7796 NMEDIT=$ac_cv_prog_NMEDIT
7797 if test -n "$NMEDIT"; then
7798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7799 $as_echo "$NMEDIT" >&6; }
7800 else
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7802 $as_echo "no" >&6; }
7803 fi
7804
7805
7806 fi
7807 if test -z "$ac_cv_prog_NMEDIT"; then
7808 ac_ct_NMEDIT=$NMEDIT
7809 # Extract the first word of "nmedit", so it can be a program name with args.
7810 set dummy nmedit; ac_word=$2
7811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7812 $as_echo_n "checking for $ac_word... " >&6; }
7813 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7814 $as_echo_n "(cached) " >&6
7815 else
7816 if test -n "$ac_ct_NMEDIT"; then
7817 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7818 else
7819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7820 for as_dir in $PATH
7821 do
7822 IFS=$as_save_IFS
7823 test -z "$as_dir" && as_dir=.
7824 for ac_exec_ext in '' $ac_executable_extensions; do
7825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7826 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7828 break 2
7829 fi
7830 done
7831 done
7832 IFS=$as_save_IFS
7833
7834 fi
7835 fi
7836 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7837 if test -n "$ac_ct_NMEDIT"; then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7839 $as_echo "$ac_ct_NMEDIT" >&6; }
7840 else
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7842 $as_echo "no" >&6; }
7843 fi
7844
7845 if test "x$ac_ct_NMEDIT" = x; then
7846 NMEDIT=":"
7847 else
7848 case $cross_compiling:$ac_tool_warned in
7849 yes:)
7850 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7851 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7852 ac_tool_warned=yes ;;
7853 esac
7854 NMEDIT=$ac_ct_NMEDIT
7855 fi
7856 else
7857 NMEDIT="$ac_cv_prog_NMEDIT"
7858 fi
7859
7860 if test -n "$ac_tool_prefix"; then
7861 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7862 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7864 $as_echo_n "checking for $ac_word... " >&6; }
7865 if ${ac_cv_prog_LIPO+:} false; then :
7866 $as_echo_n "(cached) " >&6
7867 else
7868 if test -n "$LIPO"; then
7869 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7870 else
7871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7872 for as_dir in $PATH
7873 do
7874 IFS=$as_save_IFS
7875 test -z "$as_dir" && as_dir=.
7876 for ac_exec_ext in '' $ac_executable_extensions; do
7877 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7878 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7880 break 2
7881 fi
7882 done
7883 done
7884 IFS=$as_save_IFS
7885
7886 fi
7887 fi
7888 LIPO=$ac_cv_prog_LIPO
7889 if test -n "$LIPO"; then
7890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7891 $as_echo "$LIPO" >&6; }
7892 else
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7894 $as_echo "no" >&6; }
7895 fi
7896
7897
7898 fi
7899 if test -z "$ac_cv_prog_LIPO"; then
7900 ac_ct_LIPO=$LIPO
7901 # Extract the first word of "lipo", so it can be a program name with args.
7902 set dummy lipo; ac_word=$2
7903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7904 $as_echo_n "checking for $ac_word... " >&6; }
7905 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7906 $as_echo_n "(cached) " >&6
7907 else
7908 if test -n "$ac_ct_LIPO"; then
7909 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7910 else
7911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7912 for as_dir in $PATH
7913 do
7914 IFS=$as_save_IFS
7915 test -z "$as_dir" && as_dir=.
7916 for ac_exec_ext in '' $ac_executable_extensions; do
7917 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7918 ac_cv_prog_ac_ct_LIPO="lipo"
7919 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7920 break 2
7921 fi
7922 done
7923 done
7924 IFS=$as_save_IFS
7925
7926 fi
7927 fi
7928 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7929 if test -n "$ac_ct_LIPO"; then
7930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7931 $as_echo "$ac_ct_LIPO" >&6; }
7932 else
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7934 $as_echo "no" >&6; }
7935 fi
7936
7937 if test "x$ac_ct_LIPO" = x; then
7938 LIPO=":"
7939 else
7940 case $cross_compiling:$ac_tool_warned in
7941 yes:)
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7943 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7944 ac_tool_warned=yes ;;
7945 esac
7946 LIPO=$ac_ct_LIPO
7947 fi
7948 else
7949 LIPO="$ac_cv_prog_LIPO"
7950 fi
7951
7952 if test -n "$ac_tool_prefix"; then
7953 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7954 set dummy ${ac_tool_prefix}otool; ac_word=$2
7955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7956 $as_echo_n "checking for $ac_word... " >&6; }
7957 if ${ac_cv_prog_OTOOL+:} false; then :
7958 $as_echo_n "(cached) " >&6
7959 else
7960 if test -n "$OTOOL"; then
7961 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7962 else
7963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7964 for as_dir in $PATH
7965 do
7966 IFS=$as_save_IFS
7967 test -z "$as_dir" && as_dir=.
7968 for ac_exec_ext in '' $ac_executable_extensions; do
7969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7970 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7972 break 2
7973 fi
7974 done
7975 done
7976 IFS=$as_save_IFS
7977
7978 fi
7979 fi
7980 OTOOL=$ac_cv_prog_OTOOL
7981 if test -n "$OTOOL"; then
7982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7983 $as_echo "$OTOOL" >&6; }
7984 else
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7986 $as_echo "no" >&6; }
7987 fi
7988
7989
7990 fi
7991 if test -z "$ac_cv_prog_OTOOL"; then
7992 ac_ct_OTOOL=$OTOOL
7993 # Extract the first word of "otool", so it can be a program name with args.
7994 set dummy otool; ac_word=$2
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7996 $as_echo_n "checking for $ac_word... " >&6; }
7997 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7998 $as_echo_n "(cached) " >&6
7999 else
8000 if test -n "$ac_ct_OTOOL"; then
8001 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8002 else
8003 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8004 for as_dir in $PATH
8005 do
8006 IFS=$as_save_IFS
8007 test -z "$as_dir" && as_dir=.
8008 for ac_exec_ext in '' $ac_executable_extensions; do
8009 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8010 ac_cv_prog_ac_ct_OTOOL="otool"
8011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8012 break 2
8013 fi
8014 done
8015 done
8016 IFS=$as_save_IFS
8017
8018 fi
8019 fi
8020 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8021 if test -n "$ac_ct_OTOOL"; then
8022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8023 $as_echo "$ac_ct_OTOOL" >&6; }
8024 else
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8026 $as_echo "no" >&6; }
8027 fi
8028
8029 if test "x$ac_ct_OTOOL" = x; then
8030 OTOOL=":"
8031 else
8032 case $cross_compiling:$ac_tool_warned in
8033 yes:)
8034 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8035 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8036 ac_tool_warned=yes ;;
8037 esac
8038 OTOOL=$ac_ct_OTOOL
8039 fi
8040 else
8041 OTOOL="$ac_cv_prog_OTOOL"
8042 fi
8043
8044 if test -n "$ac_tool_prefix"; then
8045 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8046 set dummy ${ac_tool_prefix}otool64; ac_word=$2
8047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8048 $as_echo_n "checking for $ac_word... " >&6; }
8049 if ${ac_cv_prog_OTOOL64+:} false; then :
8050 $as_echo_n "(cached) " >&6
8051 else
8052 if test -n "$OTOOL64"; then
8053 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8054 else
8055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8056 for as_dir in $PATH
8057 do
8058 IFS=$as_save_IFS
8059 test -z "$as_dir" && as_dir=.
8060 for ac_exec_ext in '' $ac_executable_extensions; do
8061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8062 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8064 break 2
8065 fi
8066 done
8067 done
8068 IFS=$as_save_IFS
8069
8070 fi
8071 fi
8072 OTOOL64=$ac_cv_prog_OTOOL64
8073 if test -n "$OTOOL64"; then
8074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8075 $as_echo "$OTOOL64" >&6; }
8076 else
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8078 $as_echo "no" >&6; }
8079 fi
8080
8081
8082 fi
8083 if test -z "$ac_cv_prog_OTOOL64"; then
8084 ac_ct_OTOOL64=$OTOOL64
8085 # Extract the first word of "otool64", so it can be a program name with args.
8086 set dummy otool64; ac_word=$2
8087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8088 $as_echo_n "checking for $ac_word... " >&6; }
8089 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8090 $as_echo_n "(cached) " >&6
8091 else
8092 if test -n "$ac_ct_OTOOL64"; then
8093 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8094 else
8095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8096 for as_dir in $PATH
8097 do
8098 IFS=$as_save_IFS
8099 test -z "$as_dir" && as_dir=.
8100 for ac_exec_ext in '' $ac_executable_extensions; do
8101 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8102 ac_cv_prog_ac_ct_OTOOL64="otool64"
8103 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8104 break 2
8105 fi
8106 done
8107 done
8108 IFS=$as_save_IFS
8109
8110 fi
8111 fi
8112 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8113 if test -n "$ac_ct_OTOOL64"; then
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8115 $as_echo "$ac_ct_OTOOL64" >&6; }
8116 else
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8118 $as_echo "no" >&6; }
8119 fi
8120
8121 if test "x$ac_ct_OTOOL64" = x; then
8122 OTOOL64=":"
8123 else
8124 case $cross_compiling:$ac_tool_warned in
8125 yes:)
8126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8127 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8128 ac_tool_warned=yes ;;
8129 esac
8130 OTOOL64=$ac_ct_OTOOL64
8131 fi
8132 else
8133 OTOOL64="$ac_cv_prog_OTOOL64"
8134 fi
8135
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8163 $as_echo_n "checking for -single_module linker flag... " >&6; }
8164 if ${lt_cv_apple_cc_single_mod+:} false; then :
8165 $as_echo_n "(cached) " >&6
8166 else
8167 lt_cv_apple_cc_single_mod=no
8168 if test -z "${LT_MULTI_MODULE}"; then
8169 # By default we will add the -single_module flag. You can override
8170 # by either setting the environment variable LT_MULTI_MODULE
8171 # non-empty at configure time, or by adding -multi_module to the
8172 # link flags.
8173 rm -rf libconftest.dylib*
8174 echo "int foo(void){return 1;}" > conftest.c
8175 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8176 -dynamiclib -Wl,-single_module conftest.c" >&5
8177 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8178 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8179 _lt_result=$?
8180 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8181 lt_cv_apple_cc_single_mod=yes
8182 else
8183 cat conftest.err >&5
8184 fi
8185 rm -rf libconftest.dylib*
8186 rm -f conftest.*
8187 fi
8188 fi
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8190 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8192 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8193 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8194 $as_echo_n "(cached) " >&6
8195 else
8196 lt_cv_ld_exported_symbols_list=no
8197 save_LDFLAGS=$LDFLAGS
8198 echo "_main" > conftest.sym
8199 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8201 /* end confdefs.h. */
8202
8203 int
8204 main ()
8205 {
8206
8207 ;
8208 return 0;
8209 }
8210 _ACEOF
8211 if ac_fn_c_try_link "$LINENO"; then :
8212 lt_cv_ld_exported_symbols_list=yes
8213 else
8214 lt_cv_ld_exported_symbols_list=no
8215 fi
8216 rm -f core conftest.err conftest.$ac_objext \
8217 conftest$ac_exeext conftest.$ac_ext
8218 LDFLAGS="$save_LDFLAGS"
8219
8220 fi
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8222 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8224 $as_echo_n "checking for -force_load linker flag... " >&6; }
8225 if ${lt_cv_ld_force_load+:} false; then :
8226 $as_echo_n "(cached) " >&6
8227 else
8228 lt_cv_ld_force_load=no
8229 cat > conftest.c << _LT_EOF
8230 int forced_loaded() { return 2;}
8231 _LT_EOF
8232 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8233 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8234 echo "$AR cru libconftest.a conftest.o" >&5
8235 $AR cru libconftest.a conftest.o 2>&5
8236 cat > conftest.c << _LT_EOF
8237 int main() { return 0;}
8238 _LT_EOF
8239 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8240 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8241 _lt_result=$?
8242 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8243 lt_cv_ld_force_load=yes
8244 else
8245 cat conftest.err >&5
8246 fi
8247 rm -f conftest.err libconftest.a conftest conftest.c
8248 rm -rf conftest.dSYM
8249
8250 fi
8251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8252 $as_echo "$lt_cv_ld_force_load" >&6; }
8253 case $host_os in
8254 rhapsody* | darwin1.[012])
8255 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8256 darwin1.*)
8257 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8258 darwin*) # darwin 5.x on
8259 # if running on 10.5 or later, the deployment target defaults
8260 # to the OS version, if on x86, and 10.4, the deployment
8261 # target defaults to 10.4. Don't you love it?
8262 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8263 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8264 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8265 10.[012][,.]*)
8266 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8267 10.*)
8268 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8269 esac
8270 ;;
8271 esac
8272 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8273 _lt_dar_single_mod='$single_module'
8274 fi
8275 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8276 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8277 else
8278 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8279 fi
8280 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8281 _lt_dsymutil='~$DSYMUTIL $lib || :'
8282 else
8283 _lt_dsymutil=
8284 fi
8285 ;;
8286 esac
8287
8288 for ac_header in dlfcn.h
8289 do :
8290 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8291 "
8292 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8293 cat >>confdefs.h <<_ACEOF
8294 #define HAVE_DLFCN_H 1
8295 _ACEOF
8296
8297 fi
8298
8299 done
8300
8301
8302
8303 # autoconf.info says this should be called right after AC_INIT.
8304 ac_config_headers="$ac_config_headers config.h:config.in"
8305
8306
8307
8308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8309 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8310 if ${ac_cv_c_bigendian+:} false; then :
8311 $as_echo_n "(cached) " >&6
8312 else
8313 ac_cv_c_bigendian=unknown
8314 # See if we're dealing with a universal compiler.
8315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8316 /* end confdefs.h. */
8317 #ifndef __APPLE_CC__
8318 not a universal capable compiler
8319 #endif
8320 typedef int dummy;
8321
8322 _ACEOF
8323 if ac_fn_c_try_compile "$LINENO"; then :
8324
8325 # Check for potential -arch flags. It is not universal unless
8326 # there are at least two -arch flags with different values.
8327 ac_arch=
8328 ac_prev=
8329 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8330 if test -n "$ac_prev"; then
8331 case $ac_word in
8332 i?86 | x86_64 | ppc | ppc64)
8333 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8334 ac_arch=$ac_word
8335 else
8336 ac_cv_c_bigendian=universal
8337 break
8338 fi
8339 ;;
8340 esac
8341 ac_prev=
8342 elif test "x$ac_word" = "x-arch"; then
8343 ac_prev=arch
8344 fi
8345 done
8346 fi
8347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8348 if test $ac_cv_c_bigendian = unknown; then
8349 # See if sys/param.h defines the BYTE_ORDER macro.
8350 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8351 /* end confdefs.h. */
8352 #include <sys/types.h>
8353 #include <sys/param.h>
8354
8355 int
8356 main ()
8357 {
8358 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8359 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8360 && LITTLE_ENDIAN)
8361 bogus endian macros
8362 #endif
8363
8364 ;
8365 return 0;
8366 }
8367 _ACEOF
8368 if ac_fn_c_try_compile "$LINENO"; then :
8369 # It does; now see whether it defined to BIG_ENDIAN or not.
8370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8371 /* end confdefs.h. */
8372 #include <sys/types.h>
8373 #include <sys/param.h>
8374
8375 int
8376 main ()
8377 {
8378 #if BYTE_ORDER != BIG_ENDIAN
8379 not big endian
8380 #endif
8381
8382 ;
8383 return 0;
8384 }
8385 _ACEOF
8386 if ac_fn_c_try_compile "$LINENO"; then :
8387 ac_cv_c_bigendian=yes
8388 else
8389 ac_cv_c_bigendian=no
8390 fi
8391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8392 fi
8393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8394 fi
8395 if test $ac_cv_c_bigendian = unknown; then
8396 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8398 /* end confdefs.h. */
8399 #include <limits.h>
8400
8401 int
8402 main ()
8403 {
8404 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8405 bogus endian macros
8406 #endif
8407
8408 ;
8409 return 0;
8410 }
8411 _ACEOF
8412 if ac_fn_c_try_compile "$LINENO"; then :
8413 # It does; now see whether it defined to _BIG_ENDIAN or not.
8414 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8415 /* end confdefs.h. */
8416 #include <limits.h>
8417
8418 int
8419 main ()
8420 {
8421 #ifndef _BIG_ENDIAN
8422 not big endian
8423 #endif
8424
8425 ;
8426 return 0;
8427 }
8428 _ACEOF
8429 if ac_fn_c_try_compile "$LINENO"; then :
8430 ac_cv_c_bigendian=yes
8431 else
8432 ac_cv_c_bigendian=no
8433 fi
8434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8435 fi
8436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8437 fi
8438 if test $ac_cv_c_bigendian = unknown; then
8439 # Compile a test program.
8440 if test "$cross_compiling" = yes; then :
8441 # Try to guess by grepping values from an object file.
8442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8443 /* end confdefs.h. */
8444 short int ascii_mm[] =
8445 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8446 short int ascii_ii[] =
8447 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8448 int use_ascii (int i) {
8449 return ascii_mm[i] + ascii_ii[i];
8450 }
8451 short int ebcdic_ii[] =
8452 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8453 short int ebcdic_mm[] =
8454 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8455 int use_ebcdic (int i) {
8456 return ebcdic_mm[i] + ebcdic_ii[i];
8457 }
8458 extern int foo;
8459
8460 int
8461 main ()
8462 {
8463 return use_ascii (foo) == use_ebcdic (foo);
8464 ;
8465 return 0;
8466 }
8467 _ACEOF
8468 if ac_fn_c_try_compile "$LINENO"; then :
8469 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8470 ac_cv_c_bigendian=yes
8471 fi
8472 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8473 if test "$ac_cv_c_bigendian" = unknown; then
8474 ac_cv_c_bigendian=no
8475 else
8476 # finding both strings is unlikely to happen, but who knows?
8477 ac_cv_c_bigendian=unknown
8478 fi
8479 fi
8480 fi
8481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8482 else
8483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8484 /* end confdefs.h. */
8485 $ac_includes_default
8486 int
8487 main ()
8488 {
8489
8490 /* Are we little or big endian? From Harbison&Steele. */
8491 union
8492 {
8493 long int l;
8494 char c[sizeof (long int)];
8495 } u;
8496 u.l = 1;
8497 return u.c[sizeof (long int) - 1] == 1;
8498
8499 ;
8500 return 0;
8501 }
8502 _ACEOF
8503 if ac_fn_c_try_run "$LINENO"; then :
8504 ac_cv_c_bigendian=no
8505 else
8506 ac_cv_c_bigendian=yes
8507 fi
8508 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8509 conftest.$ac_objext conftest.beam conftest.$ac_ext
8510 fi
8511
8512 fi
8513 fi
8514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8515 $as_echo "$ac_cv_c_bigendian" >&6; }
8516 case $ac_cv_c_bigendian in #(
8517 yes)
8518 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8519 ;; #(
8520 no)
8521 ;; #(
8522 universal)
8523
8524 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8525
8526 ;; #(
8527 *)
8528 as_fn_error $? "unknown endianness
8529 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8530 esac
8531
8532
8533
8534
8535 # Put a plausible default for CC_FOR_BUILD in Makefile.
8536 if test -z "$CC_FOR_BUILD"; then
8537 if test "x$cross_compiling" = "xno"; then
8538 CC_FOR_BUILD='$(CC)'
8539 else
8540 CC_FOR_BUILD=gcc
8541 fi
8542 fi
8543
8544
8545
8546
8547 AR=${AR-ar}
8548
8549 if test -n "$ac_tool_prefix"; then
8550 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8551 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8553 $as_echo_n "checking for $ac_word... " >&6; }
8554 if ${ac_cv_prog_RANLIB+:} false; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 if test -n "$RANLIB"; then
8558 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8559 else
8560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8561 for as_dir in $PATH
8562 do
8563 IFS=$as_save_IFS
8564 test -z "$as_dir" && as_dir=.
8565 for ac_exec_ext in '' $ac_executable_extensions; do
8566 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8567 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8568 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8569 break 2
8570 fi
8571 done
8572 done
8573 IFS=$as_save_IFS
8574
8575 fi
8576 fi
8577 RANLIB=$ac_cv_prog_RANLIB
8578 if test -n "$RANLIB"; then
8579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8580 $as_echo "$RANLIB" >&6; }
8581 else
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8583 $as_echo "no" >&6; }
8584 fi
8585
8586
8587 fi
8588 if test -z "$ac_cv_prog_RANLIB"; then
8589 ac_ct_RANLIB=$RANLIB
8590 # Extract the first word of "ranlib", so it can be a program name with args.
8591 set dummy ranlib; ac_word=$2
8592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8593 $as_echo_n "checking for $ac_word... " >&6; }
8594 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
8595 $as_echo_n "(cached) " >&6
8596 else
8597 if test -n "$ac_ct_RANLIB"; then
8598 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8599 else
8600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8601 for as_dir in $PATH
8602 do
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
8605 for ac_exec_ext in '' $ac_executable_extensions; do
8606 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8607 ac_cv_prog_ac_ct_RANLIB="ranlib"
8608 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8609 break 2
8610 fi
8611 done
8612 done
8613 IFS=$as_save_IFS
8614
8615 fi
8616 fi
8617 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8618 if test -n "$ac_ct_RANLIB"; then
8619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8620 $as_echo "$ac_ct_RANLIB" >&6; }
8621 else
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8623 $as_echo "no" >&6; }
8624 fi
8625
8626 if test "x$ac_ct_RANLIB" = x; then
8627 RANLIB=":"
8628 else
8629 case $cross_compiling:$ac_tool_warned in
8630 yes:)
8631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8632 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8633 ac_tool_warned=yes ;;
8634 esac
8635 RANLIB=$ac_ct_RANLIB
8636 fi
8637 else
8638 RANLIB="$ac_cv_prog_RANLIB"
8639 fi
8640
8641
8642 # Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8643 # AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8644 # is C99. So handle it ourselves.
8645 :
8646 C_DIALECT=
8647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8648 $as_echo_n "checking whether C11 is supported by default... " >&6; }
8649 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8650 /* end confdefs.h. */
8651
8652 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8653 # error "C11 support not found"
8654 #endif
8655
8656 _ACEOF
8657 if ac_fn_c_try_compile "$LINENO"; then :
8658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8659 $as_echo "yes" >&6; }
8660 else
8661
8662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8663 $as_echo "no" >&6; }
8664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8665 $as_echo_n "checking for -std=c11 support... " >&6; }
8666 ac_save_CC="$CC"
8667 CC="$CC -std=c11"
8668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8669 /* end confdefs.h. */
8670
8671 #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8672 # error "C11 support not found"
8673 #endif
8674
8675 _ACEOF
8676 if ac_fn_c_try_compile "$LINENO"; then :
8677
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8679 $as_echo "yes" >&6; }
8680 CC="$ac_save_CC"
8681 C_DIALECT="-std=c11"
8682
8683 else
8684 as_fn_error $? "C11 is required" "$LINENO" 5
8685 fi
8686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8687 fi
8688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8689
8690
8691 # Some of the common include files depend on bfd.h, and bfd.h checks
8692 # that config.h is included first by testing that the PACKAGE macro
8693 # is defined.
8694 PACKAGE=sim
8695
8696 cat >>confdefs.h <<_ACEOF
8697 #define PACKAGE "$PACKAGE"
8698 _ACEOF
8699
8700
8701
8702 # Dependency checking.
8703 ac_config_commands="$ac_config_commands depdir"
8704
8705
8706 depcc="$CC" am_compiler_list=
8707
8708 am_depcomp=$ac_aux_dir/depcomp
8709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8710 $as_echo_n "checking dependency style of $depcc... " >&6; }
8711 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
8712 $as_echo_n "(cached) " >&6
8713 else
8714 if test -f "$am_depcomp"; then
8715 # We make a subdir and do the tests there. Otherwise we can end up
8716 # making bogus files that we don't know about and never remove. For
8717 # instance it was reported that on HP-UX the gcc test will end up
8718 # making a dummy file named `D' -- because `-MD' means `put the output
8719 # in D'.
8720 mkdir conftest.dir
8721 # Copy depcomp to subdir because otherwise we won't find it if we're
8722 # using a relative directory.
8723 cp "$am_depcomp" conftest.dir
8724 cd conftest.dir
8725 # We will build objects and dependencies in a subdirectory because
8726 # it helps to detect inapplicable dependency modes. For instance
8727 # both Tru64's cc and ICC support -MD to output dependencies as a
8728 # side effect of compilation, but ICC will put the dependencies in
8729 # the current directory while Tru64 will put them in the object
8730 # directory.
8731 mkdir sub
8732
8733 am_cv_CC_dependencies_compiler_type=none
8734 if test "$am_compiler_list" = ""; then
8735 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8736 fi
8737 for depmode in $am_compiler_list; do
8738 if test $depmode = none; then break; fi
8739
8740 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8741 # Setup a source with many dependencies, because some compilers
8742 # like to wrap large dependency lists on column 80 (with \), and
8743 # we should not choose a depcomp mode which is confused by this.
8744 #
8745 # We need to recreate these files for each test, as the compiler may
8746 # overwrite some of them when testing with obscure command lines.
8747 # This happens at least with the AIX C compiler.
8748 : > sub/conftest.c
8749 for i in 1 2 3 4 5 6; do
8750 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8751 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8752 # Solaris 8's {/usr,}/bin/sh.
8753 touch sub/conftst$i.h
8754 done
8755 echo "include sub/conftest.Po" > confmf
8756
8757 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8758 # mode. It turns out that the SunPro C++ compiler does not properly
8759 # handle `-M -o', and we need to detect this.
8760 depcmd="depmode=$depmode \
8761 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8762 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8763 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8764 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8765 if env $depcmd > conftest.err 2>&1 &&
8766 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8767 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8768 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8769 # icc doesn't choke on unknown options, it will just issue warnings
8770 # or remarks (even with -Werror). So we grep stderr for any message
8771 # that says an option was ignored or not supported.
8772 # When given -MP, icc 7.0 and 7.1 complain thusly:
8773 # icc: Command line warning: ignoring option '-M'; no argument required
8774 # The diagnosis changed in icc 8.0:
8775 # icc: Command line remark: option '-MP' not supported
8776 if (grep 'ignoring option' conftest.err ||
8777 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8778 am_cv_CC_dependencies_compiler_type=$depmode
8779 $as_echo "$as_me:$LINENO: success" >&5
8780 break
8781 fi
8782 fi
8783 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8784 sed -e 's/^/| /' < conftest.err >&5
8785 done
8786
8787 cd ..
8788 rm -rf conftest.dir
8789 else
8790 am_cv_CC_dependencies_compiler_type=none
8791 fi
8792
8793 fi
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8795 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8796 if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8797 then as_fn_error $? "no usable dependency style found" "$LINENO" 5
8798 else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8799
8800 fi
8801
8802
8803 # Check for the 'make' the user wants to use.
8804 for ac_prog in make
8805 do
8806 # Extract the first word of "$ac_prog", so it can be a program name with args.
8807 set dummy $ac_prog; ac_word=$2
8808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8809 $as_echo_n "checking for $ac_word... " >&6; }
8810 if ${ac_cv_prog_MAKE+:} false; then :
8811 $as_echo_n "(cached) " >&6
8812 else
8813 if test -n "$MAKE"; then
8814 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8815 else
8816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8817 for as_dir in $PATH
8818 do
8819 IFS=$as_save_IFS
8820 test -z "$as_dir" && as_dir=.
8821 for ac_exec_ext in '' $ac_executable_extensions; do
8822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8823 ac_cv_prog_MAKE="$ac_prog"
8824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8825 break 2
8826 fi
8827 done
8828 done
8829 IFS=$as_save_IFS
8830
8831 fi
8832 fi
8833 MAKE=$ac_cv_prog_MAKE
8834 if test -n "$MAKE"; then
8835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8836 $as_echo "$MAKE" >&6; }
8837 else
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8839 $as_echo "no" >&6; }
8840 fi
8841
8842
8843 test -n "$MAKE" && break
8844 done
8845
8846 MAKE_IS_GNU=
8847 case "`$MAKE --version 2>&1 | sed 1q`" in
8848 *GNU*)
8849 MAKE_IS_GNU=yes
8850 ;;
8851 esac
8852 if test "$MAKE_IS_GNU" = yes; then
8853 GMAKE_TRUE=
8854 GMAKE_FALSE='#'
8855 else
8856 GMAKE_TRUE='#'
8857 GMAKE_FALSE=
8858 fi
8859
8860
8861 ALL_LINGUAS=
8862 # If we haven't got the data from the intl directory,
8863 # assume NLS is disabled.
8864 USE_NLS=no
8865 LIBINTL=
8866 LIBINTL_DEP=
8867 INCINTL=
8868 XGETTEXT=
8869 GMSGFMT=
8870 POSUB=
8871
8872 if test -f ../../intl/config.intl; then
8873 . ../../intl/config.intl
8874 fi
8875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8876 $as_echo_n "checking whether NLS is requested... " >&6; }
8877 if test x"$USE_NLS" != xyes; then
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8879 $as_echo "no" >&6; }
8880 else
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8882 $as_echo "yes" >&6; }
8883
8884 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
8885
8886
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8888 $as_echo_n "checking for catalogs to be installed... " >&6; }
8889 # Look for .po and .gmo files in the source directory.
8890 CATALOGS=
8891 XLINGUAS=
8892 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8893 # If there aren't any .gmo files the shell will give us the
8894 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8895 # weeded out.
8896 case "$cat" in *\**)
8897 continue;;
8898 esac
8899 # The quadruple backslash is collapsed to a double backslash
8900 # by the backticks, then collapsed again by the double quotes,
8901 # leaving us with one backslash in the sed expression (right
8902 # before the dot that mustn't act as a wildcard).
8903 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8904 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8905 # The user is allowed to set LINGUAS to a list of languages to
8906 # install catalogs for. If it's empty that means "all of them."
8907 if test "x$LINGUAS" = x; then
8908 CATALOGS="$CATALOGS $cat"
8909 XLINGUAS="$XLINGUAS $lang"
8910 else
8911 case "$LINGUAS" in *$lang*)
8912 CATALOGS="$CATALOGS $cat"
8913 XLINGUAS="$XLINGUAS $lang"
8914 ;;
8915 esac
8916 fi
8917 done
8918 LINGUAS="$XLINGUAS"
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8920 $as_echo "$LINGUAS" >&6; }
8921
8922
8923 DATADIRNAME=share
8924
8925 INSTOBJEXT=.mo
8926
8927 GENCAT=gencat
8928
8929 CATOBJEXT=.gmo
8930
8931 fi
8932
8933 # Check for common headers.
8934 # FIXME: Seems to me this can cause problems for i386-windows hosts.
8935 # At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8936 for ac_header in stdlib.h string.h strings.h unistd.h time.h
8937 do :
8938 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8939 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8940 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8941 cat >>confdefs.h <<_ACEOF
8942 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8943 _ACEOF
8944
8945 fi
8946
8947 done
8948
8949 for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
8950 do :
8951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8952 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8953 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8954 cat >>confdefs.h <<_ACEOF
8955 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8956 _ACEOF
8957
8958 fi
8959
8960 done
8961
8962 for ac_header in fcntl.h fpu_control.h
8963 do :
8964 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8965 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8966 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8967 cat >>confdefs.h <<_ACEOF
8968 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8969 _ACEOF
8970
8971 fi
8972
8973 done
8974
8975 for ac_header in dlfcn.h errno.h sys/stat.h
8976 do :
8977 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8978 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8979 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8980 cat >>confdefs.h <<_ACEOF
8981 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8982 _ACEOF
8983
8984 fi
8985
8986 done
8987
8988 for ac_func in getrusage time sigaction __setfpucw
8989 do :
8990 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8991 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8992 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8993 cat >>confdefs.h <<_ACEOF
8994 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8995 _ACEOF
8996
8997 fi
8998 done
8999
9000 for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9001 do :
9002 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9003 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
9004 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
9005 cat >>confdefs.h <<_ACEOF
9006 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9007 _ACEOF
9008
9009 fi
9010 done
9011
9012 ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9013 #include <sys/types.h>
9014 #endif
9015 #ifdef HAVE_SYS_STAT_H
9016 #include <sys/stat.h>
9017 #endif
9018 "
9019 if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
9020
9021 cat >>confdefs.h <<_ACEOF
9022 #define HAVE_STRUCT_STAT_ST_DEV 1
9023 _ACEOF
9024
9025
9026 fi
9027 ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9028 #include <sys/types.h>
9029 #endif
9030 #ifdef HAVE_SYS_STAT_H
9031 #include <sys/stat.h>
9032 #endif
9033 "
9034 if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
9035
9036 cat >>confdefs.h <<_ACEOF
9037 #define HAVE_STRUCT_STAT_ST_INO 1
9038 _ACEOF
9039
9040
9041 fi
9042 ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9043 #include <sys/types.h>
9044 #endif
9045 #ifdef HAVE_SYS_STAT_H
9046 #include <sys/stat.h>
9047 #endif
9048 "
9049 if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
9050
9051 cat >>confdefs.h <<_ACEOF
9052 #define HAVE_STRUCT_STAT_ST_MODE 1
9053 _ACEOF
9054
9055
9056 fi
9057 ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9058 #include <sys/types.h>
9059 #endif
9060 #ifdef HAVE_SYS_STAT_H
9061 #include <sys/stat.h>
9062 #endif
9063 "
9064 if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
9065
9066 cat >>confdefs.h <<_ACEOF
9067 #define HAVE_STRUCT_STAT_ST_NLINK 1
9068 _ACEOF
9069
9070
9071 fi
9072 ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9073 #include <sys/types.h>
9074 #endif
9075 #ifdef HAVE_SYS_STAT_H
9076 #include <sys/stat.h>
9077 #endif
9078 "
9079 if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
9080
9081 cat >>confdefs.h <<_ACEOF
9082 #define HAVE_STRUCT_STAT_ST_UID 1
9083 _ACEOF
9084
9085
9086 fi
9087 ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9088 #include <sys/types.h>
9089 #endif
9090 #ifdef HAVE_SYS_STAT_H
9091 #include <sys/stat.h>
9092 #endif
9093 "
9094 if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
9095
9096 cat >>confdefs.h <<_ACEOF
9097 #define HAVE_STRUCT_STAT_ST_GID 1
9098 _ACEOF
9099
9100
9101 fi
9102 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9103 #include <sys/types.h>
9104 #endif
9105 #ifdef HAVE_SYS_STAT_H
9106 #include <sys/stat.h>
9107 #endif
9108 "
9109 if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
9110
9111 cat >>confdefs.h <<_ACEOF
9112 #define HAVE_STRUCT_STAT_ST_RDEV 1
9113 _ACEOF
9114
9115
9116 fi
9117 ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9118 #include <sys/types.h>
9119 #endif
9120 #ifdef HAVE_SYS_STAT_H
9121 #include <sys/stat.h>
9122 #endif
9123 "
9124 if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
9125
9126 cat >>confdefs.h <<_ACEOF
9127 #define HAVE_STRUCT_STAT_ST_SIZE 1
9128 _ACEOF
9129
9130
9131 fi
9132 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9133 #include <sys/types.h>
9134 #endif
9135 #ifdef HAVE_SYS_STAT_H
9136 #include <sys/stat.h>
9137 #endif
9138 "
9139 if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
9140
9141 cat >>confdefs.h <<_ACEOF
9142 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9143 _ACEOF
9144
9145
9146 fi
9147 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9148 #include <sys/types.h>
9149 #endif
9150 #ifdef HAVE_SYS_STAT_H
9151 #include <sys/stat.h>
9152 #endif
9153 "
9154 if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
9155
9156 cat >>confdefs.h <<_ACEOF
9157 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9158 _ACEOF
9159
9160
9161 fi
9162 ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9163 #include <sys/types.h>
9164 #endif
9165 #ifdef HAVE_SYS_STAT_H
9166 #include <sys/stat.h>
9167 #endif
9168 "
9169 if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
9170
9171 cat >>confdefs.h <<_ACEOF
9172 #define HAVE_STRUCT_STAT_ST_ATIME 1
9173 _ACEOF
9174
9175
9176 fi
9177 ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9178 #include <sys/types.h>
9179 #endif
9180 #ifdef HAVE_SYS_STAT_H
9181 #include <sys/stat.h>
9182 #endif
9183 "
9184 if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
9185
9186 cat >>confdefs.h <<_ACEOF
9187 #define HAVE_STRUCT_STAT_ST_MTIME 1
9188 _ACEOF
9189
9190
9191 fi
9192 ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9193 #include <sys/types.h>
9194 #endif
9195 #ifdef HAVE_SYS_STAT_H
9196 #include <sys/stat.h>
9197 #endif
9198 "
9199 if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
9200
9201 cat >>confdefs.h <<_ACEOF
9202 #define HAVE_STRUCT_STAT_ST_CTIME 1
9203 _ACEOF
9204
9205
9206 fi
9207
9208 ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9209 #include <sys/socket.h>
9210
9211 "
9212 if test "x$ac_cv_type_socklen_t" = xyes; then :
9213
9214 cat >>confdefs.h <<_ACEOF
9215 #define HAVE_SOCKLEN_T 1
9216 _ACEOF
9217
9218
9219 fi
9220
9221
9222 # Check for socket libraries
9223 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9224 $as_echo_n "checking for bind in -lsocket... " >&6; }
9225 if ${ac_cv_lib_socket_bind+:} false; then :
9226 $as_echo_n "(cached) " >&6
9227 else
9228 ac_check_lib_save_LIBS=$LIBS
9229 LIBS="-lsocket $LIBS"
9230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9231 /* end confdefs.h. */
9232
9233 /* Override any GCC internal prototype to avoid an error.
9234 Use char because int might match the return type of a GCC
9235 builtin and then its argument prototype would still apply. */
9236 #ifdef __cplusplus
9237 extern "C"
9238 #endif
9239 char bind ();
9240 int
9241 main ()
9242 {
9243 return bind ();
9244 ;
9245 return 0;
9246 }
9247 _ACEOF
9248 if ac_fn_c_try_link "$LINENO"; then :
9249 ac_cv_lib_socket_bind=yes
9250 else
9251 ac_cv_lib_socket_bind=no
9252 fi
9253 rm -f core conftest.err conftest.$ac_objext \
9254 conftest$ac_exeext conftest.$ac_ext
9255 LIBS=$ac_check_lib_save_LIBS
9256 fi
9257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9258 $as_echo "$ac_cv_lib_socket_bind" >&6; }
9259 if test "x$ac_cv_lib_socket_bind" = xyes; then :
9260 cat >>confdefs.h <<_ACEOF
9261 #define HAVE_LIBSOCKET 1
9262 _ACEOF
9263
9264 LIBS="-lsocket $LIBS"
9265
9266 fi
9267
9268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9269 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9270 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
9271 $as_echo_n "(cached) " >&6
9272 else
9273 ac_check_lib_save_LIBS=$LIBS
9274 LIBS="-lnsl $LIBS"
9275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9276 /* end confdefs.h. */
9277
9278 /* Override any GCC internal prototype to avoid an error.
9279 Use char because int might match the return type of a GCC
9280 builtin and then its argument prototype would still apply. */
9281 #ifdef __cplusplus
9282 extern "C"
9283 #endif
9284 char gethostbyname ();
9285 int
9286 main ()
9287 {
9288 return gethostbyname ();
9289 ;
9290 return 0;
9291 }
9292 _ACEOF
9293 if ac_fn_c_try_link "$LINENO"; then :
9294 ac_cv_lib_nsl_gethostbyname=yes
9295 else
9296 ac_cv_lib_nsl_gethostbyname=no
9297 fi
9298 rm -f core conftest.err conftest.$ac_objext \
9299 conftest$ac_exeext conftest.$ac_ext
9300 LIBS=$ac_check_lib_save_LIBS
9301 fi
9302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9303 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9304 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
9305 cat >>confdefs.h <<_ACEOF
9306 #define HAVE_LIBNSL 1
9307 _ACEOF
9308
9309 LIBS="-lnsl $LIBS"
9310
9311 fi
9312
9313
9314 # BFD conditionally uses zlib, so we must link it in if libbfd does, by
9315 # using the same condition.
9316
9317 # Use the system's zlib library.
9318 zlibdir="-L\$(top_builddir)/../zlib"
9319 zlibinc="-I\$(top_srcdir)/../zlib"
9320
9321 # Check whether --with-system-zlib was given.
9322 if test "${with_system_zlib+set}" = set; then :
9323 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9324 zlibdir=
9325 zlibinc=
9326 fi
9327
9328 fi
9329
9330
9331
9332
9333
9334 # BFD uses libdl when when plugins enabled.
9335
9336 maybe_plugins=no
9337 for ac_header in dlfcn.h
9338 do :
9339 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9340 "
9341 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
9342 cat >>confdefs.h <<_ACEOF
9343 #define HAVE_DLFCN_H 1
9344 _ACEOF
9345 maybe_plugins=yes
9346 fi
9347
9348 done
9349
9350 for ac_header in windows.h
9351 do :
9352 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9353 "
9354 if test "x$ac_cv_header_windows_h" = xyes; then :
9355 cat >>confdefs.h <<_ACEOF
9356 #define HAVE_WINDOWS_H 1
9357 _ACEOF
9358 maybe_plugins=yes
9359 fi
9360
9361 done
9362
9363
9364 # Check whether --enable-plugins was given.
9365 if test "${enable_plugins+set}" = set; then :
9366 enableval=$enable_plugins; case "${enableval}" in
9367 no) plugins=no ;;
9368 *) plugins=yes
9369 if test "$maybe_plugins" != "yes" ; then
9370 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9371 fi ;;
9372 esac
9373 else
9374 plugins=$maybe_plugins
9375
9376 fi
9377
9378 if test "$plugins" = "yes"; then
9379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9380 $as_echo_n "checking for library containing dlsym... " >&6; }
9381 if ${ac_cv_search_dlsym+:} false; then :
9382 $as_echo_n "(cached) " >&6
9383 else
9384 ac_func_search_save_LIBS=$LIBS
9385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9386 /* end confdefs.h. */
9387
9388 /* Override any GCC internal prototype to avoid an error.
9389 Use char because int might match the return type of a GCC
9390 builtin and then its argument prototype would still apply. */
9391 #ifdef __cplusplus
9392 extern "C"
9393 #endif
9394 char dlsym ();
9395 int
9396 main ()
9397 {
9398 return dlsym ();
9399 ;
9400 return 0;
9401 }
9402 _ACEOF
9403 for ac_lib in '' dl; do
9404 if test -z "$ac_lib"; then
9405 ac_res="none required"
9406 else
9407 ac_res=-l$ac_lib
9408 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9409 fi
9410 if ac_fn_c_try_link "$LINENO"; then :
9411 ac_cv_search_dlsym=$ac_res
9412 fi
9413 rm -f core conftest.err conftest.$ac_objext \
9414 conftest$ac_exeext
9415 if ${ac_cv_search_dlsym+:} false; then :
9416 break
9417 fi
9418 done
9419 if ${ac_cv_search_dlsym+:} false; then :
9420
9421 else
9422 ac_cv_search_dlsym=no
9423 fi
9424 rm conftest.$ac_ext
9425 LIBS=$ac_func_search_save_LIBS
9426 fi
9427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9428 $as_echo "$ac_cv_search_dlsym" >&6; }
9429 ac_res=$ac_cv_search_dlsym
9430 if test "$ac_res" != no; then :
9431 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9432
9433 fi
9434
9435 fi
9436
9437 if test "$plugins" = yes; then
9438 PLUGINS_TRUE=
9439 PLUGINS_FALSE='#'
9440 else
9441 PLUGINS_TRUE='#'
9442 PLUGINS_FALSE=
9443 fi
9444
9445
9446
9447
9448
9449 # Set options
9450 enable_dlopen=yes
9451
9452
9453
9454
9455 enable_win32_dll=no
9456
9457
9458 # Check whether --enable-shared was given.
9459 if test "${enable_shared+set}" = set; then :
9460 enableval=$enable_shared; p=${PACKAGE-default}
9461 case $enableval in
9462 yes) enable_shared=yes ;;
9463 no) enable_shared=no ;;
9464 *)
9465 enable_shared=no
9466 # Look at the argument we got. We use all the common list separators.
9467 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9468 for pkg in $enableval; do
9469 IFS="$lt_save_ifs"
9470 if test "X$pkg" = "X$p"; then
9471 enable_shared=yes
9472 fi
9473 done
9474 IFS="$lt_save_ifs"
9475 ;;
9476 esac
9477 else
9478 enable_shared=yes
9479 fi
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489 # Check whether --enable-static was given.
9490 if test "${enable_static+set}" = set; then :
9491 enableval=$enable_static; p=${PACKAGE-default}
9492 case $enableval in
9493 yes) enable_static=yes ;;
9494 no) enable_static=no ;;
9495 *)
9496 enable_static=no
9497 # Look at the argument we got. We use all the common list separators.
9498 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9499 for pkg in $enableval; do
9500 IFS="$lt_save_ifs"
9501 if test "X$pkg" = "X$p"; then
9502 enable_static=yes
9503 fi
9504 done
9505 IFS="$lt_save_ifs"
9506 ;;
9507 esac
9508 else
9509 enable_static=yes
9510 fi
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521 # Check whether --with-pic was given.
9522 if test "${with_pic+set}" = set; then :
9523 withval=$with_pic; pic_mode="$withval"
9524 else
9525 pic_mode=default
9526 fi
9527
9528
9529 test -z "$pic_mode" && pic_mode=default
9530
9531
9532
9533
9534
9535
9536
9537 # Check whether --enable-fast-install was given.
9538 if test "${enable_fast_install+set}" = set; then :
9539 enableval=$enable_fast_install; p=${PACKAGE-default}
9540 case $enableval in
9541 yes) enable_fast_install=yes ;;
9542 no) enable_fast_install=no ;;
9543 *)
9544 enable_fast_install=no
9545 # Look at the argument we got. We use all the common list separators.
9546 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9547 for pkg in $enableval; do
9548 IFS="$lt_save_ifs"
9549 if test "X$pkg" = "X$p"; then
9550 enable_fast_install=yes
9551 fi
9552 done
9553 IFS="$lt_save_ifs"
9554 ;;
9555 esac
9556 else
9557 enable_fast_install=yes
9558 fi
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570 # This can be used to rebuild libtool when needed
9571 LIBTOOL_DEPS="$ltmain"
9572
9573 # Always use our own libtool.
9574 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601 test -z "$LN_S" && LN_S="ln -s"
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616 if test -n "${ZSH_VERSION+set}" ; then
9617 setopt NO_GLOB_SUBST
9618 fi
9619
9620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9621 $as_echo_n "checking for objdir... " >&6; }
9622 if ${lt_cv_objdir+:} false; then :
9623 $as_echo_n "(cached) " >&6
9624 else
9625 rm -f .libs 2>/dev/null
9626 mkdir .libs 2>/dev/null
9627 if test -d .libs; then
9628 lt_cv_objdir=.libs
9629 else
9630 # MS-DOS does not allow filenames that begin with a dot.
9631 lt_cv_objdir=_libs
9632 fi
9633 rmdir .libs 2>/dev/null
9634 fi
9635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9636 $as_echo "$lt_cv_objdir" >&6; }
9637 objdir=$lt_cv_objdir
9638
9639
9640
9641
9642
9643 cat >>confdefs.h <<_ACEOF
9644 #define LT_OBJDIR "$lt_cv_objdir/"
9645 _ACEOF
9646
9647
9648
9649
9650 case $host_os in
9651 aix3*)
9652 # AIX sometimes has problems with the GCC collect2 program. For some
9653 # reason, if we set the COLLECT_NAMES environment variable, the problems
9654 # vanish in a puff of smoke.
9655 if test "X${COLLECT_NAMES+set}" != Xset; then
9656 COLLECT_NAMES=
9657 export COLLECT_NAMES
9658 fi
9659 ;;
9660 esac
9661
9662 # Global variables:
9663 ofile=libtool
9664 can_build_shared=yes
9665
9666 # All known linkers require a `.a' archive for static linking (except MSVC,
9667 # which needs '.lib').
9668 libext=a
9669
9670 with_gnu_ld="$lt_cv_prog_gnu_ld"
9671
9672 old_CC="$CC"
9673 old_CFLAGS="$CFLAGS"
9674
9675 # Set sane defaults for various variables
9676 test -z "$CC" && CC=cc
9677 test -z "$LTCC" && LTCC=$CC
9678 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9679 test -z "$LD" && LD=ld
9680 test -z "$ac_objext" && ac_objext=o
9681
9682 for cc_temp in $compiler""; do
9683 case $cc_temp in
9684 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9685 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9686 \-*) ;;
9687 *) break;;
9688 esac
9689 done
9690 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9691
9692
9693 # Only perform the check for file, if the check method requires it
9694 test -z "$MAGIC_CMD" && MAGIC_CMD=file
9695 case $deplibs_check_method in
9696 file_magic*)
9697 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9699 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9700 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9701 $as_echo_n "(cached) " >&6
9702 else
9703 case $MAGIC_CMD in
9704 [\\/*] | ?:[\\/]*)
9705 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9706 ;;
9707 *)
9708 lt_save_MAGIC_CMD="$MAGIC_CMD"
9709 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9710 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9711 for ac_dir in $ac_dummy; do
9712 IFS="$lt_save_ifs"
9713 test -z "$ac_dir" && ac_dir=.
9714 if test -f $ac_dir/${ac_tool_prefix}file; then
9715 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9716 if test -n "$file_magic_test_file"; then
9717 case $deplibs_check_method in
9718 "file_magic "*)
9719 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9720 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9721 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9722 $EGREP "$file_magic_regex" > /dev/null; then
9723 :
9724 else
9725 cat <<_LT_EOF 1>&2
9726
9727 *** Warning: the command libtool uses to detect shared libraries,
9728 *** $file_magic_cmd, produces output that libtool cannot recognize.
9729 *** The result is that libtool may fail to recognize shared libraries
9730 *** as such. This will affect the creation of libtool libraries that
9731 *** depend on shared libraries, but programs linked with such libtool
9732 *** libraries will work regardless of this problem. Nevertheless, you
9733 *** may want to report the problem to your system manager and/or to
9734 *** bug-libtool@gnu.org
9735
9736 _LT_EOF
9737 fi ;;
9738 esac
9739 fi
9740 break
9741 fi
9742 done
9743 IFS="$lt_save_ifs"
9744 MAGIC_CMD="$lt_save_MAGIC_CMD"
9745 ;;
9746 esac
9747 fi
9748
9749 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9750 if test -n "$MAGIC_CMD"; then
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9752 $as_echo "$MAGIC_CMD" >&6; }
9753 else
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9755 $as_echo "no" >&6; }
9756 fi
9757
9758
9759
9760
9761
9762 if test -z "$lt_cv_path_MAGIC_CMD"; then
9763 if test -n "$ac_tool_prefix"; then
9764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9765 $as_echo_n "checking for file... " >&6; }
9766 if ${lt_cv_path_MAGIC_CMD+:} false; then :
9767 $as_echo_n "(cached) " >&6
9768 else
9769 case $MAGIC_CMD in
9770 [\\/*] | ?:[\\/]*)
9771 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9772 ;;
9773 *)
9774 lt_save_MAGIC_CMD="$MAGIC_CMD"
9775 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9776 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9777 for ac_dir in $ac_dummy; do
9778 IFS="$lt_save_ifs"
9779 test -z "$ac_dir" && ac_dir=.
9780 if test -f $ac_dir/file; then
9781 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9782 if test -n "$file_magic_test_file"; then
9783 case $deplibs_check_method in
9784 "file_magic "*)
9785 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9786 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9787 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9788 $EGREP "$file_magic_regex" > /dev/null; then
9789 :
9790 else
9791 cat <<_LT_EOF 1>&2
9792
9793 *** Warning: the command libtool uses to detect shared libraries,
9794 *** $file_magic_cmd, produces output that libtool cannot recognize.
9795 *** The result is that libtool may fail to recognize shared libraries
9796 *** as such. This will affect the creation of libtool libraries that
9797 *** depend on shared libraries, but programs linked with such libtool
9798 *** libraries will work regardless of this problem. Nevertheless, you
9799 *** may want to report the problem to your system manager and/or to
9800 *** bug-libtool@gnu.org
9801
9802 _LT_EOF
9803 fi ;;
9804 esac
9805 fi
9806 break
9807 fi
9808 done
9809 IFS="$lt_save_ifs"
9810 MAGIC_CMD="$lt_save_MAGIC_CMD"
9811 ;;
9812 esac
9813 fi
9814
9815 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9816 if test -n "$MAGIC_CMD"; then
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9818 $as_echo "$MAGIC_CMD" >&6; }
9819 else
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9821 $as_echo "no" >&6; }
9822 fi
9823
9824
9825 else
9826 MAGIC_CMD=:
9827 fi
9828 fi
9829
9830 fi
9831 ;;
9832 esac
9833
9834 # Use C for the default configuration in the libtool script
9835
9836 lt_save_CC="$CC"
9837 ac_ext=c
9838 ac_cpp='$CPP $CPPFLAGS'
9839 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9840 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9841 ac_compiler_gnu=$ac_cv_c_compiler_gnu
9842
9843
9844 # Source file extension for C test sources.
9845 ac_ext=c
9846
9847 # Object file extension for compiled C test sources.
9848 objext=o
9849 objext=$objext
9850
9851 # Code to be used in simple compile tests
9852 lt_simple_compile_test_code="int some_variable = 0;"
9853
9854 # Code to be used in simple link tests
9855 lt_simple_link_test_code='int main(){return(0);}'
9856
9857
9858
9859
9860
9861
9862
9863 # If no C compiler was specified, use CC.
9864 LTCC=${LTCC-"$CC"}
9865
9866 # If no C compiler flags were specified, use CFLAGS.
9867 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9868
9869 # Allow CC to be a program name with arguments.
9870 compiler=$CC
9871
9872 # Save the default compiler, since it gets overwritten when the other
9873 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9874 compiler_DEFAULT=$CC
9875
9876 # save warnings/boilerplate of simple test code
9877 ac_outfile=conftest.$ac_objext
9878 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9879 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9880 _lt_compiler_boilerplate=`cat conftest.err`
9881 $RM conftest*
9882
9883 ac_outfile=conftest.$ac_objext
9884 echo "$lt_simple_link_test_code" >conftest.$ac_ext
9885 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9886 _lt_linker_boilerplate=`cat conftest.err`
9887 $RM -r conftest*
9888
9889
9890 ## CAVEAT EMPTOR:
9891 ## There is no encapsulation within the following macros, do not change
9892 ## the running order or otherwise move them around unless you know exactly
9893 ## what you are doing...
9894 if test -n "$compiler"; then
9895
9896 lt_prog_compiler_no_builtin_flag=
9897
9898 if test "$GCC" = yes; then
9899 case $cc_basename in
9900 nvcc*)
9901 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9902 *)
9903 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9904 esac
9905
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9907 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9908 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
9909 $as_echo_n "(cached) " >&6
9910 else
9911 lt_cv_prog_compiler_rtti_exceptions=no
9912 ac_outfile=conftest.$ac_objext
9913 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9914 lt_compiler_flag="-fno-rtti -fno-exceptions"
9915 # Insert the option either (1) after the last *FLAGS variable, or
9916 # (2) before a word containing "conftest.", or (3) at the end.
9917 # Note that $ac_compile itself does not contain backslashes and begins
9918 # with a dollar sign (not a hyphen), so the echo should work correctly.
9919 # The option is referenced via a variable to avoid confusing sed.
9920 lt_compile=`echo "$ac_compile" | $SED \
9921 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9922 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9923 -e 's:$: $lt_compiler_flag:'`
9924 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9925 (eval "$lt_compile" 2>conftest.err)
9926 ac_status=$?
9927 cat conftest.err >&5
9928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9929 if (exit $ac_status) && test -s "$ac_outfile"; then
9930 # The compiler can only warn and ignore the option if not recognized
9931 # So say no if there are warnings other than the usual output.
9932 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9933 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9934 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9935 lt_cv_prog_compiler_rtti_exceptions=yes
9936 fi
9937 fi
9938 $RM conftest*
9939
9940 fi
9941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9942 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9943
9944 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9945 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9946 else
9947 :
9948 fi
9949
9950 fi
9951
9952
9953
9954
9955
9956
9957 lt_prog_compiler_wl=
9958 lt_prog_compiler_pic=
9959 lt_prog_compiler_static=
9960
9961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9962 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9963
9964 if test "$GCC" = yes; then
9965 lt_prog_compiler_wl='-Wl,'
9966 lt_prog_compiler_static='-static'
9967
9968 case $host_os in
9969 aix*)
9970 # All AIX code is PIC.
9971 if test "$host_cpu" = ia64; then
9972 # AIX 5 now supports IA64 processor
9973 lt_prog_compiler_static='-Bstatic'
9974 fi
9975 lt_prog_compiler_pic='-fPIC'
9976 ;;
9977
9978 amigaos*)
9979 case $host_cpu in
9980 powerpc)
9981 # see comment about AmigaOS4 .so support
9982 lt_prog_compiler_pic='-fPIC'
9983 ;;
9984 m68k)
9985 # FIXME: we need at least 68020 code to build shared libraries, but
9986 # adding the `-m68020' flag to GCC prevents building anything better,
9987 # like `-m68040'.
9988 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9989 ;;
9990 esac
9991 ;;
9992
9993 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9994 # PIC is the default for these OSes.
9995 ;;
9996
9997 mingw* | cygwin* | pw32* | os2* | cegcc*)
9998 # This hack is so that the source file can tell whether it is being
9999 # built for inclusion in a dll (and should export symbols for example).
10000 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10001 # (--disable-auto-import) libraries
10002 lt_prog_compiler_pic='-DDLL_EXPORT'
10003 ;;
10004
10005 darwin* | rhapsody*)
10006 # PIC is the default on this platform
10007 # Common symbols not allowed in MH_DYLIB files
10008 lt_prog_compiler_pic='-fno-common'
10009 ;;
10010
10011 haiku*)
10012 # PIC is the default for Haiku.
10013 # The "-static" flag exists, but is broken.
10014 lt_prog_compiler_static=
10015 ;;
10016
10017 hpux*)
10018 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10019 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10020 # sets the default TLS model and affects inlining.
10021 case $host_cpu in
10022 hppa*64*)
10023 # +Z the default
10024 ;;
10025 *)
10026 lt_prog_compiler_pic='-fPIC'
10027 ;;
10028 esac
10029 ;;
10030
10031 interix[3-9]*)
10032 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10033 # Instead, we relocate shared libraries at runtime.
10034 ;;
10035
10036 msdosdjgpp*)
10037 # Just because we use GCC doesn't mean we suddenly get shared libraries
10038 # on systems that don't support them.
10039 lt_prog_compiler_can_build_shared=no
10040 enable_shared=no
10041 ;;
10042
10043 *nto* | *qnx*)
10044 # QNX uses GNU C++, but need to define -shared option too, otherwise
10045 # it will coredump.
10046 lt_prog_compiler_pic='-fPIC -shared'
10047 ;;
10048
10049 sysv4*MP*)
10050 if test -d /usr/nec; then
10051 lt_prog_compiler_pic=-Kconform_pic
10052 fi
10053 ;;
10054
10055 *)
10056 lt_prog_compiler_pic='-fPIC'
10057 ;;
10058 esac
10059
10060 case $cc_basename in
10061 nvcc*) # Cuda Compiler Driver 2.2
10062 lt_prog_compiler_wl='-Xlinker '
10063 lt_prog_compiler_pic='-Xcompiler -fPIC'
10064 ;;
10065 esac
10066 else
10067 # PORTME Check for flag to pass linker flags through the system compiler.
10068 case $host_os in
10069 aix*)
10070 lt_prog_compiler_wl='-Wl,'
10071 if test "$host_cpu" = ia64; then
10072 # AIX 5 now supports IA64 processor
10073 lt_prog_compiler_static='-Bstatic'
10074 else
10075 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10076 fi
10077 ;;
10078
10079 mingw* | cygwin* | pw32* | os2* | cegcc*)
10080 # This hack is so that the source file can tell whether it is being
10081 # built for inclusion in a dll (and should export symbols for example).
10082 lt_prog_compiler_pic='-DDLL_EXPORT'
10083 ;;
10084
10085 hpux9* | hpux10* | hpux11*)
10086 lt_prog_compiler_wl='-Wl,'
10087 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10088 # not for PA HP-UX.
10089 case $host_cpu in
10090 hppa*64*|ia64*)
10091 # +Z the default
10092 ;;
10093 *)
10094 lt_prog_compiler_pic='+Z'
10095 ;;
10096 esac
10097 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10098 lt_prog_compiler_static='${wl}-a ${wl}archive'
10099 ;;
10100
10101 irix5* | irix6* | nonstopux*)
10102 lt_prog_compiler_wl='-Wl,'
10103 # PIC (with -KPIC) is the default.
10104 lt_prog_compiler_static='-non_shared'
10105 ;;
10106
10107 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10108 case $cc_basename in
10109 # old Intel for x86_64 which still supported -KPIC.
10110 ecc*)
10111 lt_prog_compiler_wl='-Wl,'
10112 lt_prog_compiler_pic='-KPIC'
10113 lt_prog_compiler_static='-static'
10114 ;;
10115 # icc used to be incompatible with GCC.
10116 # ICC 10 doesn't accept -KPIC any more.
10117 icc* | ifort*)
10118 lt_prog_compiler_wl='-Wl,'
10119 lt_prog_compiler_pic='-fPIC'
10120 lt_prog_compiler_static='-static'
10121 ;;
10122 # Lahey Fortran 8.1.
10123 lf95*)
10124 lt_prog_compiler_wl='-Wl,'
10125 lt_prog_compiler_pic='--shared'
10126 lt_prog_compiler_static='--static'
10127 ;;
10128 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10129 # Portland Group compilers (*not* the Pentium gcc compiler,
10130 # which looks to be a dead project)
10131 lt_prog_compiler_wl='-Wl,'
10132 lt_prog_compiler_pic='-fpic'
10133 lt_prog_compiler_static='-Bstatic'
10134 ;;
10135 ccc*)
10136 lt_prog_compiler_wl='-Wl,'
10137 # All Alpha code is PIC.
10138 lt_prog_compiler_static='-non_shared'
10139 ;;
10140 xl* | bgxl* | bgf* | mpixl*)
10141 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10142 lt_prog_compiler_wl='-Wl,'
10143 lt_prog_compiler_pic='-qpic'
10144 lt_prog_compiler_static='-qstaticlink'
10145 ;;
10146 *)
10147 case `$CC -V 2>&1 | sed 5q` in
10148 *Sun\ F* | *Sun*Fortran*)
10149 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10150 lt_prog_compiler_pic='-KPIC'
10151 lt_prog_compiler_static='-Bstatic'
10152 lt_prog_compiler_wl=''
10153 ;;
10154 *Sun\ C*)
10155 # Sun C 5.9
10156 lt_prog_compiler_pic='-KPIC'
10157 lt_prog_compiler_static='-Bstatic'
10158 lt_prog_compiler_wl='-Wl,'
10159 ;;
10160 esac
10161 ;;
10162 esac
10163 ;;
10164
10165 newsos6)
10166 lt_prog_compiler_pic='-KPIC'
10167 lt_prog_compiler_static='-Bstatic'
10168 ;;
10169
10170 *nto* | *qnx*)
10171 # QNX uses GNU C++, but need to define -shared option too, otherwise
10172 # it will coredump.
10173 lt_prog_compiler_pic='-fPIC -shared'
10174 ;;
10175
10176 osf3* | osf4* | osf5*)
10177 lt_prog_compiler_wl='-Wl,'
10178 # All OSF/1 code is PIC.
10179 lt_prog_compiler_static='-non_shared'
10180 ;;
10181
10182 rdos*)
10183 lt_prog_compiler_static='-non_shared'
10184 ;;
10185
10186 solaris*)
10187 lt_prog_compiler_pic='-KPIC'
10188 lt_prog_compiler_static='-Bstatic'
10189 case $cc_basename in
10190 f77* | f90* | f95*)
10191 lt_prog_compiler_wl='-Qoption ld ';;
10192 *)
10193 lt_prog_compiler_wl='-Wl,';;
10194 esac
10195 ;;
10196
10197 sunos4*)
10198 lt_prog_compiler_wl='-Qoption ld '
10199 lt_prog_compiler_pic='-PIC'
10200 lt_prog_compiler_static='-Bstatic'
10201 ;;
10202
10203 sysv4 | sysv4.2uw2* | sysv4.3*)
10204 lt_prog_compiler_wl='-Wl,'
10205 lt_prog_compiler_pic='-KPIC'
10206 lt_prog_compiler_static='-Bstatic'
10207 ;;
10208
10209 sysv4*MP*)
10210 if test -d /usr/nec ;then
10211 lt_prog_compiler_pic='-Kconform_pic'
10212 lt_prog_compiler_static='-Bstatic'
10213 fi
10214 ;;
10215
10216 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10217 lt_prog_compiler_wl='-Wl,'
10218 lt_prog_compiler_pic='-KPIC'
10219 lt_prog_compiler_static='-Bstatic'
10220 ;;
10221
10222 unicos*)
10223 lt_prog_compiler_wl='-Wl,'
10224 lt_prog_compiler_can_build_shared=no
10225 ;;
10226
10227 uts4*)
10228 lt_prog_compiler_pic='-pic'
10229 lt_prog_compiler_static='-Bstatic'
10230 ;;
10231
10232 *)
10233 lt_prog_compiler_can_build_shared=no
10234 ;;
10235 esac
10236 fi
10237
10238 case $host_os in
10239 # For platforms which do not support PIC, -DPIC is meaningless:
10240 *djgpp*)
10241 lt_prog_compiler_pic=
10242 ;;
10243 *)
10244 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10245 ;;
10246 esac
10247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10248 $as_echo "$lt_prog_compiler_pic" >&6; }
10249
10250
10251
10252
10253
10254
10255 #
10256 # Check to make sure the PIC flag actually works.
10257 #
10258 if test -n "$lt_prog_compiler_pic"; then
10259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10260 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10261 if ${lt_cv_prog_compiler_pic_works+:} false; then :
10262 $as_echo_n "(cached) " >&6
10263 else
10264 lt_cv_prog_compiler_pic_works=no
10265 ac_outfile=conftest.$ac_objext
10266 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10267 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10268 # Insert the option either (1) after the last *FLAGS variable, or
10269 # (2) before a word containing "conftest.", or (3) at the end.
10270 # Note that $ac_compile itself does not contain backslashes and begins
10271 # with a dollar sign (not a hyphen), so the echo should work correctly.
10272 # The option is referenced via a variable to avoid confusing sed.
10273 lt_compile=`echo "$ac_compile" | $SED \
10274 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10275 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10276 -e 's:$: $lt_compiler_flag:'`
10277 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10278 (eval "$lt_compile" 2>conftest.err)
10279 ac_status=$?
10280 cat conftest.err >&5
10281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10282 if (exit $ac_status) && test -s "$ac_outfile"; then
10283 # The compiler can only warn and ignore the option if not recognized
10284 # So say no if there are warnings other than the usual output.
10285 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10286 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10287 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10288 lt_cv_prog_compiler_pic_works=yes
10289 fi
10290 fi
10291 $RM conftest*
10292
10293 fi
10294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10295 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10296
10297 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10298 case $lt_prog_compiler_pic in
10299 "" | " "*) ;;
10300 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10301 esac
10302 else
10303 lt_prog_compiler_pic=
10304 lt_prog_compiler_can_build_shared=no
10305 fi
10306
10307 fi
10308
10309
10310
10311
10312
10313
10314 #
10315 # Check to make sure the static flag actually works.
10316 #
10317 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10319 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10320 if ${lt_cv_prog_compiler_static_works+:} false; then :
10321 $as_echo_n "(cached) " >&6
10322 else
10323 lt_cv_prog_compiler_static_works=no
10324 save_LDFLAGS="$LDFLAGS"
10325 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10326 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10327 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10328 # The linker can only warn and ignore the option if not recognized
10329 # So say no if there are warnings
10330 if test -s conftest.err; then
10331 # Append any errors to the config.log.
10332 cat conftest.err 1>&5
10333 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10334 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10335 if diff conftest.exp conftest.er2 >/dev/null; then
10336 lt_cv_prog_compiler_static_works=yes
10337 fi
10338 else
10339 lt_cv_prog_compiler_static_works=yes
10340 fi
10341 fi
10342 $RM -r conftest*
10343 LDFLAGS="$save_LDFLAGS"
10344
10345 fi
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10347 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10348
10349 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10350 :
10351 else
10352 lt_prog_compiler_static=
10353 fi
10354
10355
10356
10357
10358
10359
10360
10361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10362 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10363 if ${lt_cv_prog_compiler_c_o+:} false; then :
10364 $as_echo_n "(cached) " >&6
10365 else
10366 lt_cv_prog_compiler_c_o=no
10367 $RM -r conftest 2>/dev/null
10368 mkdir conftest
10369 cd conftest
10370 mkdir out
10371 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10372
10373 lt_compiler_flag="-o out/conftest2.$ac_objext"
10374 # Insert the option either (1) after the last *FLAGS variable, or
10375 # (2) before a word containing "conftest.", or (3) at the end.
10376 # Note that $ac_compile itself does not contain backslashes and begins
10377 # with a dollar sign (not a hyphen), so the echo should work correctly.
10378 lt_compile=`echo "$ac_compile" | $SED \
10379 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10380 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10381 -e 's:$: $lt_compiler_flag:'`
10382 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10383 (eval "$lt_compile" 2>out/conftest.err)
10384 ac_status=$?
10385 cat out/conftest.err >&5
10386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10387 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10388 then
10389 # The compiler can only warn and ignore the option if not recognized
10390 # So say no if there are warnings
10391 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10392 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10393 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10394 lt_cv_prog_compiler_c_o=yes
10395 fi
10396 fi
10397 chmod u+w . 2>&5
10398 $RM conftest*
10399 # SGI C++ compiler will create directory out/ii_files/ for
10400 # template instantiation
10401 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10402 $RM out/* && rmdir out
10403 cd ..
10404 $RM -r conftest
10405 $RM conftest*
10406
10407 fi
10408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10409 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10410
10411
10412
10413
10414
10415
10416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10417 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10418 if ${lt_cv_prog_compiler_c_o+:} false; then :
10419 $as_echo_n "(cached) " >&6
10420 else
10421 lt_cv_prog_compiler_c_o=no
10422 $RM -r conftest 2>/dev/null
10423 mkdir conftest
10424 cd conftest
10425 mkdir out
10426 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10427
10428 lt_compiler_flag="-o out/conftest2.$ac_objext"
10429 # Insert the option either (1) after the last *FLAGS variable, or
10430 # (2) before a word containing "conftest.", or (3) at the end.
10431 # Note that $ac_compile itself does not contain backslashes and begins
10432 # with a dollar sign (not a hyphen), so the echo should work correctly.
10433 lt_compile=`echo "$ac_compile" | $SED \
10434 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10435 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10436 -e 's:$: $lt_compiler_flag:'`
10437 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10438 (eval "$lt_compile" 2>out/conftest.err)
10439 ac_status=$?
10440 cat out/conftest.err >&5
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10443 then
10444 # The compiler can only warn and ignore the option if not recognized
10445 # So say no if there are warnings
10446 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10447 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10448 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10449 lt_cv_prog_compiler_c_o=yes
10450 fi
10451 fi
10452 chmod u+w . 2>&5
10453 $RM conftest*
10454 # SGI C++ compiler will create directory out/ii_files/ for
10455 # template instantiation
10456 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10457 $RM out/* && rmdir out
10458 cd ..
10459 $RM -r conftest
10460 $RM conftest*
10461
10462 fi
10463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10464 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10465
10466
10467
10468
10469 hard_links="nottested"
10470 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10471 # do not overwrite the value of need_locks provided by the user
10472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10473 $as_echo_n "checking if we can lock with hard links... " >&6; }
10474 hard_links=yes
10475 $RM conftest*
10476 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10477 touch conftest.a
10478 ln conftest.a conftest.b 2>&5 || hard_links=no
10479 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10481 $as_echo "$hard_links" >&6; }
10482 if test "$hard_links" = no; then
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10484 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10485 need_locks=warn
10486 fi
10487 else
10488 need_locks=no
10489 fi
10490
10491
10492
10493
10494
10495
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10497 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10498
10499 runpath_var=
10500 allow_undefined_flag=
10501 always_export_symbols=no
10502 archive_cmds=
10503 archive_expsym_cmds=
10504 compiler_needs_object=no
10505 enable_shared_with_static_runtimes=no
10506 export_dynamic_flag_spec=
10507 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10508 hardcode_automatic=no
10509 hardcode_direct=no
10510 hardcode_direct_absolute=no
10511 hardcode_libdir_flag_spec=
10512 hardcode_libdir_flag_spec_ld=
10513 hardcode_libdir_separator=
10514 hardcode_minus_L=no
10515 hardcode_shlibpath_var=unsupported
10516 inherit_rpath=no
10517 link_all_deplibs=unknown
10518 module_cmds=
10519 module_expsym_cmds=
10520 old_archive_from_new_cmds=
10521 old_archive_from_expsyms_cmds=
10522 thread_safe_flag_spec=
10523 whole_archive_flag_spec=
10524 # include_expsyms should be a list of space-separated symbols to be *always*
10525 # included in the symbol list
10526 include_expsyms=
10527 # exclude_expsyms can be an extended regexp of symbols to exclude
10528 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10529 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10530 # as well as any symbol that contains `d'.
10531 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10532 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10533 # platforms (ab)use it in PIC code, but their linkers get confused if
10534 # the symbol is explicitly referenced. Since portable code cannot
10535 # rely on this symbol name, it's probably fine to never include it in
10536 # preloaded symbol tables.
10537 # Exclude shared library initialization/finalization symbols.
10538 extract_expsyms_cmds=
10539
10540 case $host_os in
10541 cygwin* | mingw* | pw32* | cegcc*)
10542 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10543 # When not using gcc, we currently assume that we are using
10544 # Microsoft Visual C++.
10545 if test "$GCC" != yes; then
10546 with_gnu_ld=no
10547 fi
10548 ;;
10549 interix*)
10550 # we just hope/assume this is gcc and not c89 (= MSVC++)
10551 with_gnu_ld=yes
10552 ;;
10553 openbsd*)
10554 with_gnu_ld=no
10555 ;;
10556 esac
10557
10558 ld_shlibs=yes
10559
10560 # On some targets, GNU ld is compatible enough with the native linker
10561 # that we're better off using the native interface for both.
10562 lt_use_gnu_ld_interface=no
10563 if test "$with_gnu_ld" = yes; then
10564 case $host_os in
10565 aix*)
10566 # The AIX port of GNU ld has always aspired to compatibility
10567 # with the native linker. However, as the warning in the GNU ld
10568 # block says, versions before 2.19.5* couldn't really create working
10569 # shared libraries, regardless of the interface used.
10570 case `$LD -v 2>&1` in
10571 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10572 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10573 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10574 *)
10575 lt_use_gnu_ld_interface=yes
10576 ;;
10577 esac
10578 ;;
10579 *)
10580 lt_use_gnu_ld_interface=yes
10581 ;;
10582 esac
10583 fi
10584
10585 if test "$lt_use_gnu_ld_interface" = yes; then
10586 # If archive_cmds runs LD, not CC, wlarc should be empty
10587 wlarc='${wl}'
10588
10589 # Set some defaults for GNU ld with shared library support. These
10590 # are reset later if shared libraries are not supported. Putting them
10591 # here allows them to be overridden if necessary.
10592 runpath_var=LD_RUN_PATH
10593 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10594 export_dynamic_flag_spec='${wl}--export-dynamic'
10595 # ancient GNU ld didn't support --whole-archive et. al.
10596 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10597 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10598 else
10599 whole_archive_flag_spec=
10600 fi
10601 supports_anon_versioning=no
10602 case `$LD -v 2>&1` in
10603 *GNU\ gold*) supports_anon_versioning=yes ;;
10604 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10605 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10606 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10607 *\ 2.11.*) ;; # other 2.11 versions
10608 *) supports_anon_versioning=yes ;;
10609 esac
10610
10611 # See if GNU ld supports shared libraries.
10612 case $host_os in
10613 aix[3-9]*)
10614 # On AIX/PPC, the GNU linker is very broken
10615 if test "$host_cpu" != ia64; then
10616 ld_shlibs=no
10617 cat <<_LT_EOF 1>&2
10618
10619 *** Warning: the GNU linker, at least up to release 2.19, is reported
10620 *** to be unable to reliably create shared libraries on AIX.
10621 *** Therefore, libtool is disabling shared libraries support. If you
10622 *** really care for shared libraries, you may want to install binutils
10623 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10624 *** You will then need to restart the configuration process.
10625
10626 _LT_EOF
10627 fi
10628 ;;
10629
10630 amigaos*)
10631 case $host_cpu in
10632 powerpc)
10633 # see comment about AmigaOS4 .so support
10634 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10635 archive_expsym_cmds=''
10636 ;;
10637 m68k)
10638 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)'
10639 hardcode_libdir_flag_spec='-L$libdir'
10640 hardcode_minus_L=yes
10641 ;;
10642 esac
10643 ;;
10644
10645 beos*)
10646 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10647 allow_undefined_flag=unsupported
10648 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10649 # support --undefined. This deserves some investigation. FIXME
10650 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10651 else
10652 ld_shlibs=no
10653 fi
10654 ;;
10655
10656 cygwin* | mingw* | pw32* | cegcc*)
10657 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10658 # as there is no search path for DLLs.
10659 hardcode_libdir_flag_spec='-L$libdir'
10660 export_dynamic_flag_spec='${wl}--export-all-symbols'
10661 allow_undefined_flag=unsupported
10662 always_export_symbols=no
10663 enable_shared_with_static_runtimes=yes
10664 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10665
10666 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10667 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10668 # If the export-symbols file already is a .def file (1st line
10669 # is EXPORTS), use it as is; otherwise, prepend...
10670 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10671 cp $export_symbols $output_objdir/$soname.def;
10672 else
10673 echo EXPORTS > $output_objdir/$soname.def;
10674 cat $export_symbols >> $output_objdir/$soname.def;
10675 fi~
10676 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10677 else
10678 ld_shlibs=no
10679 fi
10680 ;;
10681
10682 haiku*)
10683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10684 link_all_deplibs=yes
10685 ;;
10686
10687 interix[3-9]*)
10688 hardcode_direct=no
10689 hardcode_shlibpath_var=no
10690 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10691 export_dynamic_flag_spec='${wl}-E'
10692 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10693 # Instead, shared libraries are loaded at an image base (0x10000000 by
10694 # default) and relocated if they conflict, which is a slow very memory
10695 # consuming and fragmenting process. To avoid this, we pick a random,
10696 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10697 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10698 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10699 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'
10700 ;;
10701
10702 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10703 tmp_diet=no
10704 if test "$host_os" = linux-dietlibc; then
10705 case $cc_basename in
10706 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10707 esac
10708 fi
10709 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10710 && test "$tmp_diet" = no
10711 then
10712 tmp_addflag=' $pic_flag'
10713 tmp_sharedflag='-shared'
10714 case $cc_basename,$host_cpu in
10715 pgcc*) # Portland Group C compiler
10716 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'
10717 tmp_addflag=' $pic_flag'
10718 ;;
10719 pgf77* | pgf90* | pgf95* | pgfortran*)
10720 # Portland Group f77 and f90 compilers
10721 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'
10722 tmp_addflag=' $pic_flag -Mnomain' ;;
10723 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10724 tmp_addflag=' -i_dynamic' ;;
10725 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10726 tmp_addflag=' -i_dynamic -nofor_main' ;;
10727 ifc* | ifort*) # Intel Fortran compiler
10728 tmp_addflag=' -nofor_main' ;;
10729 lf95*) # Lahey Fortran 8.1
10730 whole_archive_flag_spec=
10731 tmp_sharedflag='--shared' ;;
10732 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10733 tmp_sharedflag='-qmkshrobj'
10734 tmp_addflag= ;;
10735 nvcc*) # Cuda Compiler Driver 2.2
10736 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'
10737 compiler_needs_object=yes
10738 ;;
10739 esac
10740 case `$CC -V 2>&1 | sed 5q` in
10741 *Sun\ C*) # Sun C 5.9
10742 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'
10743 compiler_needs_object=yes
10744 tmp_sharedflag='-G' ;;
10745 *Sun\ F*) # Sun Fortran 8.3
10746 tmp_sharedflag='-G' ;;
10747 esac
10748 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10749
10750 if test "x$supports_anon_versioning" = xyes; then
10751 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10752 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10753 echo "local: *; };" >> $output_objdir/$libname.ver~
10754 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10755 fi
10756
10757 case $cc_basename in
10758 xlf* | bgf* | bgxlf* | mpixlf*)
10759 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10760 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10761 hardcode_libdir_flag_spec=
10762 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10763 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10764 if test "x$supports_anon_versioning" = xyes; then
10765 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10766 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10767 echo "local: *; };" >> $output_objdir/$libname.ver~
10768 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10769 fi
10770 ;;
10771 esac
10772 else
10773 ld_shlibs=no
10774 fi
10775 ;;
10776
10777 netbsd*)
10778 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10779 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10780 wlarc=
10781 else
10782 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10783 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10784 fi
10785 ;;
10786
10787 solaris*)
10788 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10789 ld_shlibs=no
10790 cat <<_LT_EOF 1>&2
10791
10792 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
10793 *** create shared libraries on Solaris systems. Therefore, libtool
10794 *** is disabling shared libraries support. We urge you to upgrade GNU
10795 *** binutils to release 2.9.1 or newer. Another option is to modify
10796 *** your PATH or compiler configuration so that the native linker is
10797 *** used, and then restart.
10798
10799 _LT_EOF
10800 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10801 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10802 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10803 else
10804 ld_shlibs=no
10805 fi
10806 ;;
10807
10808 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10809 case `$LD -v 2>&1` in
10810 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10811 ld_shlibs=no
10812 cat <<_LT_EOF 1>&2
10813
10814 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10815 *** reliably create shared libraries on SCO systems. Therefore, libtool
10816 *** is disabling shared libraries support. We urge you to upgrade GNU
10817 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10818 *** your PATH or compiler configuration so that the native linker is
10819 *** used, and then restart.
10820
10821 _LT_EOF
10822 ;;
10823 *)
10824 # For security reasons, it is highly recommended that you always
10825 # use absolute paths for naming shared libraries, and exclude the
10826 # DT_RUNPATH tag from executables and libraries. But doing so
10827 # requires that you compile everything twice, which is a pain.
10828 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10829 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10830 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10831 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10832 else
10833 ld_shlibs=no
10834 fi
10835 ;;
10836 esac
10837 ;;
10838
10839 sunos4*)
10840 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10841 wlarc=
10842 hardcode_direct=yes
10843 hardcode_shlibpath_var=no
10844 ;;
10845
10846 *)
10847 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10848 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10849 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10850 else
10851 ld_shlibs=no
10852 fi
10853 ;;
10854 esac
10855
10856 if test "$ld_shlibs" = no; then
10857 runpath_var=
10858 hardcode_libdir_flag_spec=
10859 export_dynamic_flag_spec=
10860 whole_archive_flag_spec=
10861 fi
10862 else
10863 # PORTME fill in a description of your system's linker (not GNU ld)
10864 case $host_os in
10865 aix3*)
10866 allow_undefined_flag=unsupported
10867 always_export_symbols=yes
10868 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'
10869 # Note: this linker hardcodes the directories in LIBPATH if there
10870 # are no directories specified by -L.
10871 hardcode_minus_L=yes
10872 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10873 # Neither direct hardcoding nor static linking is supported with a
10874 # broken collect2.
10875 hardcode_direct=unsupported
10876 fi
10877 ;;
10878
10879 aix[4-9]*)
10880 if test "$host_cpu" = ia64; then
10881 # On IA64, the linker does run time linking by default, so we don't
10882 # have to do anything special.
10883 aix_use_runtimelinking=no
10884 exp_sym_flag='-Bexport'
10885 no_entry_flag=""
10886 else
10887 # If we're using GNU nm, then we don't want the "-C" option.
10888 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10889 # Also, AIX nm treats weak defined symbols like other global
10890 # defined symbols, whereas GNU nm marks them as "W".
10891 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10892 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'
10893 else
10894 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10895 fi
10896 aix_use_runtimelinking=no
10897
10898 # Test if we are trying to use run time linking or normal
10899 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10900 # need to do runtime linking.
10901 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10902 for ld_flag in $LDFLAGS; do
10903 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10904 aix_use_runtimelinking=yes
10905 break
10906 fi
10907 done
10908 ;;
10909 esac
10910
10911 exp_sym_flag='-bexport'
10912 no_entry_flag='-bnoentry'
10913 fi
10914
10915 # When large executables or shared objects are built, AIX ld can
10916 # have problems creating the table of contents. If linking a library
10917 # or program results in "error TOC overflow" add -mminimal-toc to
10918 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10919 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10920
10921 archive_cmds=''
10922 hardcode_direct=yes
10923 hardcode_direct_absolute=yes
10924 hardcode_libdir_separator=':'
10925 link_all_deplibs=yes
10926 file_list_spec='${wl}-f,'
10927
10928 if test "$GCC" = yes; then
10929 case $host_os in aix4.[012]|aix4.[012].*)
10930 # We only want to do this on AIX 4.2 and lower, the check
10931 # below for broken collect2 doesn't work under 4.3+
10932 collect2name=`${CC} -print-prog-name=collect2`
10933 if test -f "$collect2name" &&
10934 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10935 then
10936 # We have reworked collect2
10937 :
10938 else
10939 # We have old collect2
10940 hardcode_direct=unsupported
10941 # It fails to find uninstalled libraries when the uninstalled
10942 # path is not listed in the libpath. Setting hardcode_minus_L
10943 # to unsupported forces relinking
10944 hardcode_minus_L=yes
10945 hardcode_libdir_flag_spec='-L$libdir'
10946 hardcode_libdir_separator=
10947 fi
10948 ;;
10949 esac
10950 shared_flag='-shared'
10951 if test "$aix_use_runtimelinking" = yes; then
10952 shared_flag="$shared_flag "'${wl}-G'
10953 fi
10954 else
10955 # not using gcc
10956 if test "$host_cpu" = ia64; then
10957 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10958 # chokes on -Wl,-G. The following line is correct:
10959 shared_flag='-G'
10960 else
10961 if test "$aix_use_runtimelinking" = yes; then
10962 shared_flag='${wl}-G'
10963 else
10964 shared_flag='${wl}-bM:SRE'
10965 fi
10966 fi
10967 fi
10968
10969 export_dynamic_flag_spec='${wl}-bexpall'
10970 # It seems that -bexpall does not export symbols beginning with
10971 # underscore (_), so it is better to generate a list of symbols to export.
10972 always_export_symbols=yes
10973 if test "$aix_use_runtimelinking" = yes; then
10974 # Warning - without using the other runtime loading flags (-brtl),
10975 # -berok will link without error, but may produce a broken library.
10976 allow_undefined_flag='-berok'
10977 # Determine the default libpath from the value encoded in an
10978 # empty executable.
10979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10980 /* end confdefs.h. */
10981
10982 int
10983 main ()
10984 {
10985
10986 ;
10987 return 0;
10988 }
10989 _ACEOF
10990 if ac_fn_c_try_link "$LINENO"; then :
10991
10992 lt_aix_libpath_sed='
10993 /Import File Strings/,/^$/ {
10994 /^0/ {
10995 s/^0 *\(.*\)$/\1/
10996 p
10997 }
10998 }'
10999 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11000 # Check for a 64-bit object if we didn't find anything.
11001 if test -z "$aix_libpath"; then
11002 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11003 fi
11004 fi
11005 rm -f core conftest.err conftest.$ac_objext \
11006 conftest$ac_exeext conftest.$ac_ext
11007 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11008
11009 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11010 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"
11011 else
11012 if test "$host_cpu" = ia64; then
11013 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11014 allow_undefined_flag="-z nodefs"
11015 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"
11016 else
11017 # Determine the default libpath from the value encoded in an
11018 # empty executable.
11019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11020 /* end confdefs.h. */
11021
11022 int
11023 main ()
11024 {
11025
11026 ;
11027 return 0;
11028 }
11029 _ACEOF
11030 if ac_fn_c_try_link "$LINENO"; then :
11031
11032 lt_aix_libpath_sed='
11033 /Import File Strings/,/^$/ {
11034 /^0/ {
11035 s/^0 *\(.*\)$/\1/
11036 p
11037 }
11038 }'
11039 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11040 # Check for a 64-bit object if we didn't find anything.
11041 if test -z "$aix_libpath"; then
11042 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11043 fi
11044 fi
11045 rm -f core conftest.err conftest.$ac_objext \
11046 conftest$ac_exeext conftest.$ac_ext
11047 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11048
11049 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11050 # Warning - without using the other run time loading flags,
11051 # -berok will link without error, but may produce a broken library.
11052 no_undefined_flag=' ${wl}-bernotok'
11053 allow_undefined_flag=' ${wl}-berok'
11054 if test "$with_gnu_ld" = yes; then
11055 # We only use this code for GNU lds that support --whole-archive.
11056 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11057 else
11058 # Exported symbols can be pulled into shared objects from archives
11059 whole_archive_flag_spec='$convenience'
11060 fi
11061 archive_cmds_need_lc=yes
11062 # This is similar to how AIX traditionally builds its shared libraries.
11063 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'
11064 fi
11065 fi
11066 ;;
11067
11068 amigaos*)
11069 case $host_cpu in
11070 powerpc)
11071 # see comment about AmigaOS4 .so support
11072 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11073 archive_expsym_cmds=''
11074 ;;
11075 m68k)
11076 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)'
11077 hardcode_libdir_flag_spec='-L$libdir'
11078 hardcode_minus_L=yes
11079 ;;
11080 esac
11081 ;;
11082
11083 bsdi[45]*)
11084 export_dynamic_flag_spec=-rdynamic
11085 ;;
11086
11087 cygwin* | mingw* | pw32* | cegcc*)
11088 # When not using gcc, we currently assume that we are using
11089 # Microsoft Visual C++.
11090 # hardcode_libdir_flag_spec is actually meaningless, as there is
11091 # no search path for DLLs.
11092 hardcode_libdir_flag_spec=' '
11093 allow_undefined_flag=unsupported
11094 # Tell ltmain to make .lib files, not .a files.
11095 libext=lib
11096 # Tell ltmain to make .dll files, not .so files.
11097 shrext_cmds=".dll"
11098 # FIXME: Setting linknames here is a bad hack.
11099 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11100 # The linker will automatically build a .lib file if we build a DLL.
11101 old_archive_from_new_cmds='true'
11102 # FIXME: Should let the user specify the lib program.
11103 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11104 fix_srcfile_path='`cygpath -w "$srcfile"`'
11105 enable_shared_with_static_runtimes=yes
11106 ;;
11107
11108 darwin* | rhapsody*)
11109
11110
11111 archive_cmds_need_lc=no
11112 hardcode_direct=no
11113 hardcode_automatic=yes
11114 hardcode_shlibpath_var=unsupported
11115 if test "$lt_cv_ld_force_load" = "yes"; then
11116 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\"`'
11117 else
11118 whole_archive_flag_spec=''
11119 fi
11120 link_all_deplibs=yes
11121 allow_undefined_flag="$_lt_dar_allow_undefined"
11122 case $cc_basename in
11123 ifort*) _lt_dar_can_shared=yes ;;
11124 *) _lt_dar_can_shared=$GCC ;;
11125 esac
11126 if test "$_lt_dar_can_shared" = "yes"; then
11127 output_verbose_link_cmd=func_echo_all
11128 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11129 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11130 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}"
11131 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}"
11132
11133 else
11134 ld_shlibs=no
11135 fi
11136
11137 ;;
11138
11139 dgux*)
11140 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11141 hardcode_libdir_flag_spec='-L$libdir'
11142 hardcode_shlibpath_var=no
11143 ;;
11144
11145 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11146 # support. Future versions do this automatically, but an explicit c++rt0.o
11147 # does not break anything, and helps significantly (at the cost of a little
11148 # extra space).
11149 freebsd2.2*)
11150 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11151 hardcode_libdir_flag_spec='-R$libdir'
11152 hardcode_direct=yes
11153 hardcode_shlibpath_var=no
11154 ;;
11155
11156 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11157 freebsd2.*)
11158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11159 hardcode_direct=yes
11160 hardcode_minus_L=yes
11161 hardcode_shlibpath_var=no
11162 ;;
11163
11164 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11165 freebsd* | dragonfly*)
11166 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11167 hardcode_libdir_flag_spec='-R$libdir'
11168 hardcode_direct=yes
11169 hardcode_shlibpath_var=no
11170 ;;
11171
11172 hpux9*)
11173 if test "$GCC" = yes; then
11174 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'
11175 else
11176 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'
11177 fi
11178 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11179 hardcode_libdir_separator=:
11180 hardcode_direct=yes
11181
11182 # hardcode_minus_L: Not really in the search PATH,
11183 # but as the default location of the library.
11184 hardcode_minus_L=yes
11185 export_dynamic_flag_spec='${wl}-E'
11186 ;;
11187
11188 hpux10*)
11189 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11190 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11191 else
11192 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11193 fi
11194 if test "$with_gnu_ld" = no; then
11195 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11196 hardcode_libdir_flag_spec_ld='+b $libdir'
11197 hardcode_libdir_separator=:
11198 hardcode_direct=yes
11199 hardcode_direct_absolute=yes
11200 export_dynamic_flag_spec='${wl}-E'
11201 # hardcode_minus_L: Not really in the search PATH,
11202 # but as the default location of the library.
11203 hardcode_minus_L=yes
11204 fi
11205 ;;
11206
11207 hpux11*)
11208 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11209 case $host_cpu in
11210 hppa*64*)
11211 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11212 ;;
11213 ia64*)
11214 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11215 ;;
11216 *)
11217 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11218 ;;
11219 esac
11220 else
11221 case $host_cpu in
11222 hppa*64*)
11223 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11224 ;;
11225 ia64*)
11226 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11227 ;;
11228 *)
11229
11230 # Older versions of the 11.00 compiler do not understand -b yet
11231 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11233 $as_echo_n "checking if $CC understands -b... " >&6; }
11234 if ${lt_cv_prog_compiler__b+:} false; then :
11235 $as_echo_n "(cached) " >&6
11236 else
11237 lt_cv_prog_compiler__b=no
11238 save_LDFLAGS="$LDFLAGS"
11239 LDFLAGS="$LDFLAGS -b"
11240 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11241 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11242 # The linker can only warn and ignore the option if not recognized
11243 # So say no if there are warnings
11244 if test -s conftest.err; then
11245 # Append any errors to the config.log.
11246 cat conftest.err 1>&5
11247 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11248 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11249 if diff conftest.exp conftest.er2 >/dev/null; then
11250 lt_cv_prog_compiler__b=yes
11251 fi
11252 else
11253 lt_cv_prog_compiler__b=yes
11254 fi
11255 fi
11256 $RM -r conftest*
11257 LDFLAGS="$save_LDFLAGS"
11258
11259 fi
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11261 $as_echo "$lt_cv_prog_compiler__b" >&6; }
11262
11263 if test x"$lt_cv_prog_compiler__b" = xyes; then
11264 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11265 else
11266 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11267 fi
11268
11269 ;;
11270 esac
11271 fi
11272 if test "$with_gnu_ld" = no; then
11273 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11274 hardcode_libdir_separator=:
11275
11276 case $host_cpu in
11277 hppa*64*|ia64*)
11278 hardcode_direct=no
11279 hardcode_shlibpath_var=no
11280 ;;
11281 *)
11282 hardcode_direct=yes
11283 hardcode_direct_absolute=yes
11284 export_dynamic_flag_spec='${wl}-E'
11285
11286 # hardcode_minus_L: Not really in the search PATH,
11287 # but as the default location of the library.
11288 hardcode_minus_L=yes
11289 ;;
11290 esac
11291 fi
11292 ;;
11293
11294 irix5* | irix6* | nonstopux*)
11295 if test "$GCC" = yes; then
11296 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'
11297 # Try to use the -exported_symbol ld option, if it does not
11298 # work, assume that -exports_file does not work either and
11299 # implicitly export all symbols.
11300 save_LDFLAGS="$LDFLAGS"
11301 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11303 /* end confdefs.h. */
11304 int foo(void) {}
11305 _ACEOF
11306 if ac_fn_c_try_link "$LINENO"; then :
11307 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'
11308
11309 fi
11310 rm -f core conftest.err conftest.$ac_objext \
11311 conftest$ac_exeext conftest.$ac_ext
11312 LDFLAGS="$save_LDFLAGS"
11313 else
11314 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'
11315 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'
11316 fi
11317 archive_cmds_need_lc='no'
11318 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11319 hardcode_libdir_separator=:
11320 inherit_rpath=yes
11321 link_all_deplibs=yes
11322 ;;
11323
11324 netbsd*)
11325 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11326 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11327 else
11328 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11329 fi
11330 hardcode_libdir_flag_spec='-R$libdir'
11331 hardcode_direct=yes
11332 hardcode_shlibpath_var=no
11333 ;;
11334
11335 newsos6)
11336 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11337 hardcode_direct=yes
11338 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11339 hardcode_libdir_separator=:
11340 hardcode_shlibpath_var=no
11341 ;;
11342
11343 *nto* | *qnx*)
11344 ;;
11345
11346 openbsd*)
11347 if test -f /usr/libexec/ld.so; then
11348 hardcode_direct=yes
11349 hardcode_shlibpath_var=no
11350 hardcode_direct_absolute=yes
11351 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11352 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11353 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11354 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11355 export_dynamic_flag_spec='${wl}-E'
11356 else
11357 case $host_os in
11358 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11359 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11360 hardcode_libdir_flag_spec='-R$libdir'
11361 ;;
11362 *)
11363 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11364 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11365 ;;
11366 esac
11367 fi
11368 else
11369 ld_shlibs=no
11370 fi
11371 ;;
11372
11373 os2*)
11374 hardcode_libdir_flag_spec='-L$libdir'
11375 hardcode_minus_L=yes
11376 allow_undefined_flag=unsupported
11377 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'
11378 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11379 ;;
11380
11381 osf3*)
11382 if test "$GCC" = yes; then
11383 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11384 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'
11385 else
11386 allow_undefined_flag=' -expect_unresolved \*'
11387 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'
11388 fi
11389 archive_cmds_need_lc='no'
11390 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11391 hardcode_libdir_separator=:
11392 ;;
11393
11394 osf4* | osf5*) # as osf3* with the addition of -msym flag
11395 if test "$GCC" = yes; then
11396 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11397 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'
11398 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11399 else
11400 allow_undefined_flag=' -expect_unresolved \*'
11401 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'
11402 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~
11403 $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'
11404
11405 # Both c and cxx compiler support -rpath directly
11406 hardcode_libdir_flag_spec='-rpath $libdir'
11407 fi
11408 archive_cmds_need_lc='no'
11409 hardcode_libdir_separator=:
11410 ;;
11411
11412 solaris*)
11413 no_undefined_flag=' -z defs'
11414 if test "$GCC" = yes; then
11415 wlarc='${wl}'
11416 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11417 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11418 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11419 else
11420 case `$CC -V 2>&1` in
11421 *"Compilers 5.0"*)
11422 wlarc=''
11423 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11424 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11425 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11426 ;;
11427 *)
11428 wlarc='${wl}'
11429 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11430 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11431 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11432 ;;
11433 esac
11434 fi
11435 hardcode_libdir_flag_spec='-R$libdir'
11436 hardcode_shlibpath_var=no
11437 case $host_os in
11438 solaris2.[0-5] | solaris2.[0-5].*) ;;
11439 *)
11440 # The compiler driver will combine and reorder linker options,
11441 # but understands `-z linker_flag'. GCC discards it without `$wl',
11442 # but is careful enough not to reorder.
11443 # Supported since Solaris 2.6 (maybe 2.5.1?)
11444 if test "$GCC" = yes; then
11445 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11446 else
11447 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11448 fi
11449 ;;
11450 esac
11451 link_all_deplibs=yes
11452 ;;
11453
11454 sunos4*)
11455 if test "x$host_vendor" = xsequent; then
11456 # Use $CC to link under sequent, because it throws in some extra .o
11457 # files that make .init and .fini sections work.
11458 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11459 else
11460 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11461 fi
11462 hardcode_libdir_flag_spec='-L$libdir'
11463 hardcode_direct=yes
11464 hardcode_minus_L=yes
11465 hardcode_shlibpath_var=no
11466 ;;
11467
11468 sysv4)
11469 case $host_vendor in
11470 sni)
11471 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11472 hardcode_direct=yes # is this really true???
11473 ;;
11474 siemens)
11475 ## LD is ld it makes a PLAMLIB
11476 ## CC just makes a GrossModule.
11477 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11478 reload_cmds='$CC -r -o $output$reload_objs'
11479 hardcode_direct=no
11480 ;;
11481 motorola)
11482 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11483 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11484 ;;
11485 esac
11486 runpath_var='LD_RUN_PATH'
11487 hardcode_shlibpath_var=no
11488 ;;
11489
11490 sysv4.3*)
11491 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11492 hardcode_shlibpath_var=no
11493 export_dynamic_flag_spec='-Bexport'
11494 ;;
11495
11496 sysv4*MP*)
11497 if test -d /usr/nec; then
11498 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11499 hardcode_shlibpath_var=no
11500 runpath_var=LD_RUN_PATH
11501 hardcode_runpath_var=yes
11502 ld_shlibs=yes
11503 fi
11504 ;;
11505
11506 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11507 no_undefined_flag='${wl}-z,text'
11508 archive_cmds_need_lc=no
11509 hardcode_shlibpath_var=no
11510 runpath_var='LD_RUN_PATH'
11511
11512 if test "$GCC" = yes; then
11513 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11514 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11515 else
11516 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11517 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11518 fi
11519 ;;
11520
11521 sysv5* | sco3.2v5* | sco5v6*)
11522 # Note: We can NOT use -z defs as we might desire, because we do not
11523 # link with -lc, and that would cause any symbols used from libc to
11524 # always be unresolved, which means just about no library would
11525 # ever link correctly. If we're not using GNU ld we use -z text
11526 # though, which does catch some bad symbols but isn't as heavy-handed
11527 # as -z defs.
11528 no_undefined_flag='${wl}-z,text'
11529 allow_undefined_flag='${wl}-z,nodefs'
11530 archive_cmds_need_lc=no
11531 hardcode_shlibpath_var=no
11532 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11533 hardcode_libdir_separator=':'
11534 link_all_deplibs=yes
11535 export_dynamic_flag_spec='${wl}-Bexport'
11536 runpath_var='LD_RUN_PATH'
11537
11538 if test "$GCC" = yes; then
11539 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11540 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11541 else
11542 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11543 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11544 fi
11545 ;;
11546
11547 uts4*)
11548 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11549 hardcode_libdir_flag_spec='-L$libdir'
11550 hardcode_shlibpath_var=no
11551 ;;
11552
11553 *)
11554 ld_shlibs=no
11555 ;;
11556 esac
11557
11558 if test x$host_vendor = xsni; then
11559 case $host in
11560 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11561 export_dynamic_flag_spec='${wl}-Blargedynsym'
11562 ;;
11563 esac
11564 fi
11565 fi
11566
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11568 $as_echo "$ld_shlibs" >&6; }
11569 test "$ld_shlibs" = no && can_build_shared=no
11570
11571 with_gnu_ld=$with_gnu_ld
11572
11573
11574
11575
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587 #
11588 # Do we need to explicitly link libc?
11589 #
11590 case "x$archive_cmds_need_lc" in
11591 x|xyes)
11592 # Assume -lc should be added
11593 archive_cmds_need_lc=yes
11594
11595 if test "$enable_shared" = yes && test "$GCC" = yes; then
11596 case $archive_cmds in
11597 *'~'*)
11598 # FIXME: we may have to deal with multi-command sequences.
11599 ;;
11600 '$CC '*)
11601 # Test whether the compiler implicitly links with -lc since on some
11602 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11603 # to ld, don't add -lc before -lgcc.
11604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11605 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11606 if ${lt_cv_archive_cmds_need_lc+:} false; then :
11607 $as_echo_n "(cached) " >&6
11608 else
11609 $RM conftest*
11610 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11611
11612 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11613 (eval $ac_compile) 2>&5
11614 ac_status=$?
11615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11616 test $ac_status = 0; } 2>conftest.err; then
11617 soname=conftest
11618 lib=conftest
11619 libobjs=conftest.$ac_objext
11620 deplibs=
11621 wl=$lt_prog_compiler_wl
11622 pic_flag=$lt_prog_compiler_pic
11623 compiler_flags=-v
11624 linker_flags=-v
11625 verstring=
11626 output_objdir=.
11627 libname=conftest
11628 lt_save_allow_undefined_flag=$allow_undefined_flag
11629 allow_undefined_flag=
11630 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11631 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11632 ac_status=$?
11633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11634 test $ac_status = 0; }
11635 then
11636 lt_cv_archive_cmds_need_lc=no
11637 else
11638 lt_cv_archive_cmds_need_lc=yes
11639 fi
11640 allow_undefined_flag=$lt_save_allow_undefined_flag
11641 else
11642 cat conftest.err 1>&5
11643 fi
11644 $RM conftest*
11645
11646 fi
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11648 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11649 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11650 ;;
11651 esac
11652 fi
11653 ;;
11654 esac
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
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11813 $as_echo_n "checking dynamic linker characteristics... " >&6; }
11814
11815 if test "$GCC" = yes; then
11816 case $host_os in
11817 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11818 *) lt_awk_arg="/^libraries:/" ;;
11819 esac
11820 case $host_os in
11821 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11822 *) lt_sed_strip_eq="s,=/,/,g" ;;
11823 esac
11824 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11825 case $lt_search_path_spec in
11826 *\;*)
11827 # if the path contains ";" then we assume it to be the separator
11828 # otherwise default to the standard path separator (i.e. ":") - it is
11829 # assumed that no part of a normal pathname contains ";" but that should
11830 # okay in the real world where ";" in dirpaths is itself problematic.
11831 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11832 ;;
11833 *)
11834 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11835 ;;
11836 esac
11837 # Ok, now we have the path, separated by spaces, we can step through it
11838 # and add multilib dir if necessary.
11839 lt_tmp_lt_search_path_spec=
11840 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11841 for lt_sys_path in $lt_search_path_spec; do
11842 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11843 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11844 else
11845 test -d "$lt_sys_path" && \
11846 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11847 fi
11848 done
11849 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11850 BEGIN {RS=" "; FS="/|\n";} {
11851 lt_foo="";
11852 lt_count=0;
11853 for (lt_i = NF; lt_i > 0; lt_i--) {
11854 if ($lt_i != "" && $lt_i != ".") {
11855 if ($lt_i == "..") {
11856 lt_count++;
11857 } else {
11858 if (lt_count == 0) {
11859 lt_foo="/" $lt_i lt_foo;
11860 } else {
11861 lt_count--;
11862 }
11863 }
11864 }
11865 }
11866 if (lt_foo != "") { lt_freq[lt_foo]++; }
11867 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11868 }'`
11869 # AWK program above erroneously prepends '/' to C:/dos/paths
11870 # for these hosts.
11871 case $host_os in
11872 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11873 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11874 esac
11875 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11876 else
11877 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11878 fi
11879 library_names_spec=
11880 libname_spec='lib$name'
11881 soname_spec=
11882 shrext_cmds=".so"
11883 postinstall_cmds=
11884 postuninstall_cmds=
11885 finish_cmds=
11886 finish_eval=
11887 shlibpath_var=
11888 shlibpath_overrides_runpath=unknown
11889 version_type=none
11890 dynamic_linker="$host_os ld.so"
11891 sys_lib_dlsearch_path_spec="/lib /usr/lib"
11892 need_lib_prefix=unknown
11893 hardcode_into_libs=no
11894
11895 # when you set need_version to no, make sure it does not cause -set_version
11896 # flags to be left without arguments
11897 need_version=unknown
11898
11899 case $host_os in
11900 aix3*)
11901 version_type=linux
11902 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11903 shlibpath_var=LIBPATH
11904
11905 # AIX 3 has no versioning support, so we append a major version to the name.
11906 soname_spec='${libname}${release}${shared_ext}$major'
11907 ;;
11908
11909 aix[4-9]*)
11910 version_type=linux
11911 need_lib_prefix=no
11912 need_version=no
11913 hardcode_into_libs=yes
11914 if test "$host_cpu" = ia64; then
11915 # AIX 5 supports IA64
11916 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11917 shlibpath_var=LD_LIBRARY_PATH
11918 else
11919 # With GCC up to 2.95.x, collect2 would create an import file
11920 # for dependence libraries. The import file would start with
11921 # the line `#! .'. This would cause the generated library to
11922 # depend on `.', always an invalid library. This was fixed in
11923 # development snapshots of GCC prior to 3.0.
11924 case $host_os in
11925 aix4 | aix4.[01] | aix4.[01].*)
11926 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11927 echo ' yes '
11928 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11929 :
11930 else
11931 can_build_shared=no
11932 fi
11933 ;;
11934 esac
11935 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11936 # soname into executable. Probably we can add versioning support to
11937 # collect2, so additional links can be useful in future.
11938 if test "$aix_use_runtimelinking" = yes; then
11939 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11940 # instead of lib<name>.a to let people know that these are not
11941 # typical AIX shared libraries.
11942 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11943 else
11944 # We preserve .a as extension for shared libraries through AIX4.2
11945 # and later when we are not doing run time linking.
11946 library_names_spec='${libname}${release}.a $libname.a'
11947 soname_spec='${libname}${release}${shared_ext}$major'
11948 fi
11949 shlibpath_var=LIBPATH
11950 fi
11951 ;;
11952
11953 amigaos*)
11954 case $host_cpu in
11955 powerpc)
11956 # Since July 2007 AmigaOS4 officially supports .so libraries.
11957 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11958 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11959 ;;
11960 m68k)
11961 library_names_spec='$libname.ixlibrary $libname.a'
11962 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11963 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'
11964 ;;
11965 esac
11966 ;;
11967
11968 beos*)
11969 library_names_spec='${libname}${shared_ext}'
11970 dynamic_linker="$host_os ld.so"
11971 shlibpath_var=LIBRARY_PATH
11972 ;;
11973
11974 bsdi[45]*)
11975 version_type=linux
11976 need_version=no
11977 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11978 soname_spec='${libname}${release}${shared_ext}$major'
11979 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11980 shlibpath_var=LD_LIBRARY_PATH
11981 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11982 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11983 # the default ld.so.conf also contains /usr/contrib/lib and
11984 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11985 # libtool to hard-code these into programs
11986 ;;
11987
11988 cygwin* | mingw* | pw32* | cegcc*)
11989 version_type=windows
11990 shrext_cmds=".dll"
11991 need_version=no
11992 need_lib_prefix=no
11993
11994 case $GCC,$host_os in
11995 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11996 library_names_spec='$libname.dll.a'
11997 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11998 postinstall_cmds='base_file=`basename \${file}`~
11999 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12000 dldir=$destdir/`dirname \$dlpath`~
12001 test -d \$dldir || mkdir -p \$dldir~
12002 $install_prog $dir/$dlname \$dldir/$dlname~
12003 chmod a+x \$dldir/$dlname~
12004 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12005 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12006 fi'
12007 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12008 dlpath=$dir/\$dldll~
12009 $RM \$dlpath'
12010 shlibpath_overrides_runpath=yes
12011
12012 case $host_os in
12013 cygwin*)
12014 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12015 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12016
12017 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12018 ;;
12019 mingw* | cegcc*)
12020 # MinGW DLLs use traditional 'lib' prefix
12021 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12022 ;;
12023 pw32*)
12024 # pw32 DLLs use 'pw' prefix rather than 'lib'
12025 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12026 ;;
12027 esac
12028 ;;
12029
12030 *)
12031 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12032 ;;
12033 esac
12034 dynamic_linker='Win32 ld.exe'
12035 # FIXME: first we should search . and the directory the executable is in
12036 shlibpath_var=PATH
12037 ;;
12038
12039 darwin* | rhapsody*)
12040 dynamic_linker="$host_os dyld"
12041 version_type=darwin
12042 need_lib_prefix=no
12043 need_version=no
12044 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12045 soname_spec='${libname}${release}${major}$shared_ext'
12046 shlibpath_overrides_runpath=yes
12047 shlibpath_var=DYLD_LIBRARY_PATH
12048 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12049
12050 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12051 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12052 ;;
12053
12054 dgux*)
12055 version_type=linux
12056 need_lib_prefix=no
12057 need_version=no
12058 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12059 soname_spec='${libname}${release}${shared_ext}$major'
12060 shlibpath_var=LD_LIBRARY_PATH
12061 ;;
12062
12063 freebsd* | dragonfly*)
12064 # DragonFly does not have aout. When/if they implement a new
12065 # versioning mechanism, adjust this.
12066 if test -x /usr/bin/objformat; then
12067 objformat=`/usr/bin/objformat`
12068 else
12069 case $host_os in
12070 freebsd[23].*) objformat=aout ;;
12071 *) objformat=elf ;;
12072 esac
12073 fi
12074 version_type=freebsd-$objformat
12075 case $version_type in
12076 freebsd-elf*)
12077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12078 need_version=no
12079 need_lib_prefix=no
12080 ;;
12081 freebsd-*)
12082 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12083 need_version=yes
12084 ;;
12085 esac
12086 shlibpath_var=LD_LIBRARY_PATH
12087 case $host_os in
12088 freebsd2.*)
12089 shlibpath_overrides_runpath=yes
12090 ;;
12091 freebsd3.[01]* | freebsdelf3.[01]*)
12092 shlibpath_overrides_runpath=yes
12093 hardcode_into_libs=yes
12094 ;;
12095 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12096 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12097 shlibpath_overrides_runpath=no
12098 hardcode_into_libs=yes
12099 ;;
12100 *) # from 4.6 on, and DragonFly
12101 shlibpath_overrides_runpath=yes
12102 hardcode_into_libs=yes
12103 ;;
12104 esac
12105 ;;
12106
12107 haiku*)
12108 version_type=linux
12109 need_lib_prefix=no
12110 need_version=no
12111 dynamic_linker="$host_os runtime_loader"
12112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12113 soname_spec='${libname}${release}${shared_ext}$major'
12114 shlibpath_var=LIBRARY_PATH
12115 shlibpath_overrides_runpath=yes
12116 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12117 hardcode_into_libs=yes
12118 ;;
12119
12120 hpux9* | hpux10* | hpux11*)
12121 # Give a soname corresponding to the major version so that dld.sl refuses to
12122 # link against other versions.
12123 version_type=sunos
12124 need_lib_prefix=no
12125 need_version=no
12126 case $host_cpu in
12127 ia64*)
12128 shrext_cmds='.so'
12129 hardcode_into_libs=yes
12130 dynamic_linker="$host_os dld.so"
12131 shlibpath_var=LD_LIBRARY_PATH
12132 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12134 soname_spec='${libname}${release}${shared_ext}$major'
12135 if test "X$HPUX_IA64_MODE" = X32; then
12136 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12137 else
12138 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12139 fi
12140 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12141 ;;
12142 hppa*64*)
12143 shrext_cmds='.sl'
12144 hardcode_into_libs=yes
12145 dynamic_linker="$host_os dld.sl"
12146 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12147 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12149 soname_spec='${libname}${release}${shared_ext}$major'
12150 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12151 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12152 ;;
12153 *)
12154 shrext_cmds='.sl'
12155 dynamic_linker="$host_os dld.sl"
12156 shlibpath_var=SHLIB_PATH
12157 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12158 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12159 soname_spec='${libname}${release}${shared_ext}$major'
12160 ;;
12161 esac
12162 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12163 postinstall_cmds='chmod 555 $lib'
12164 # or fails outright, so override atomically:
12165 install_override_mode=555
12166 ;;
12167
12168 interix[3-9]*)
12169 version_type=linux
12170 need_lib_prefix=no
12171 need_version=no
12172 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12173 soname_spec='${libname}${release}${shared_ext}$major'
12174 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12175 shlibpath_var=LD_LIBRARY_PATH
12176 shlibpath_overrides_runpath=no
12177 hardcode_into_libs=yes
12178 ;;
12179
12180 irix5* | irix6* | nonstopux*)
12181 case $host_os in
12182 nonstopux*) version_type=nonstopux ;;
12183 *)
12184 if test "$lt_cv_prog_gnu_ld" = yes; then
12185 version_type=linux
12186 else
12187 version_type=irix
12188 fi ;;
12189 esac
12190 need_lib_prefix=no
12191 need_version=no
12192 soname_spec='${libname}${release}${shared_ext}$major'
12193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12194 case $host_os in
12195 irix5* | nonstopux*)
12196 libsuff= shlibsuff=
12197 ;;
12198 *)
12199 case $LD in # libtool.m4 will add one of these switches to LD
12200 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12201 libsuff= shlibsuff= libmagic=32-bit;;
12202 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12203 libsuff=32 shlibsuff=N32 libmagic=N32;;
12204 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12205 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12206 *) libsuff= shlibsuff= libmagic=never-match;;
12207 esac
12208 ;;
12209 esac
12210 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12211 shlibpath_overrides_runpath=no
12212 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12213 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12214 hardcode_into_libs=yes
12215 ;;
12216
12217 # No shared lib support for Linux oldld, aout, or coff.
12218 linux*oldld* | linux*aout* | linux*coff*)
12219 dynamic_linker=no
12220 ;;
12221
12222 # This must be Linux ELF.
12223 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
12224 version_type=linux
12225 need_lib_prefix=no
12226 need_version=no
12227 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12228 soname_spec='${libname}${release}${shared_ext}$major'
12229 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12230 shlibpath_var=LD_LIBRARY_PATH
12231 shlibpath_overrides_runpath=no
12232
12233 # Some binutils ld are patched to set DT_RUNPATH
12234 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
12235 $as_echo_n "(cached) " >&6
12236 else
12237 lt_cv_shlibpath_overrides_runpath=no
12238 save_LDFLAGS=$LDFLAGS
12239 save_libdir=$libdir
12240 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12241 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12243 /* end confdefs.h. */
12244
12245 int
12246 main ()
12247 {
12248
12249 ;
12250 return 0;
12251 }
12252 _ACEOF
12253 if ac_fn_c_try_link "$LINENO"; then :
12254 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12255 lt_cv_shlibpath_overrides_runpath=yes
12256 fi
12257 fi
12258 rm -f core conftest.err conftest.$ac_objext \
12259 conftest$ac_exeext conftest.$ac_ext
12260 LDFLAGS=$save_LDFLAGS
12261 libdir=$save_libdir
12262
12263 fi
12264
12265 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
12266
12267 # This implies no fast_install, which is unacceptable.
12268 # Some rework will be needed to allow for fast_install
12269 # before this can be enabled.
12270 hardcode_into_libs=yes
12271
12272 # Append ld.so.conf contents to the search path
12273 if test -f /etc/ld.so.conf; then
12274 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' ' '`
12275 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12276 fi
12277
12278 # We used to test for /lib/ld.so.1 and disable shared libraries on
12279 # powerpc, because MkLinux only supported shared libraries with the
12280 # GNU dynamic linker. Since this was broken with cross compilers,
12281 # most powerpc-linux boxes support dynamic linking these days and
12282 # people can always --disable-shared, the test was removed, and we
12283 # assume the GNU/Linux dynamic linker is in use.
12284 dynamic_linker='GNU/Linux ld.so'
12285 ;;
12286
12287 netbsd*)
12288 version_type=sunos
12289 need_lib_prefix=no
12290 need_version=no
12291 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12293 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12294 dynamic_linker='NetBSD (a.out) ld.so'
12295 else
12296 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12297 soname_spec='${libname}${release}${shared_ext}$major'
12298 dynamic_linker='NetBSD ld.elf_so'
12299 fi
12300 shlibpath_var=LD_LIBRARY_PATH
12301 shlibpath_overrides_runpath=yes
12302 hardcode_into_libs=yes
12303 ;;
12304
12305 newsos6)
12306 version_type=linux
12307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12308 shlibpath_var=LD_LIBRARY_PATH
12309 shlibpath_overrides_runpath=yes
12310 ;;
12311
12312 *nto* | *qnx*)
12313 version_type=qnx
12314 need_lib_prefix=no
12315 need_version=no
12316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12317 soname_spec='${libname}${release}${shared_ext}$major'
12318 shlibpath_var=LD_LIBRARY_PATH
12319 shlibpath_overrides_runpath=no
12320 hardcode_into_libs=yes
12321 dynamic_linker='ldqnx.so'
12322 ;;
12323
12324 openbsd*)
12325 version_type=sunos
12326 sys_lib_dlsearch_path_spec="/usr/lib"
12327 need_lib_prefix=no
12328 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12329 case $host_os in
12330 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12331 *) need_version=no ;;
12332 esac
12333 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12334 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12335 shlibpath_var=LD_LIBRARY_PATH
12336 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12337 case $host_os in
12338 openbsd2.[89] | openbsd2.[89].*)
12339 shlibpath_overrides_runpath=no
12340 ;;
12341 *)
12342 shlibpath_overrides_runpath=yes
12343 ;;
12344 esac
12345 else
12346 shlibpath_overrides_runpath=yes
12347 fi
12348 ;;
12349
12350 os2*)
12351 libname_spec='$name'
12352 shrext_cmds=".dll"
12353 need_lib_prefix=no
12354 library_names_spec='$libname${shared_ext} $libname.a'
12355 dynamic_linker='OS/2 ld.exe'
12356 shlibpath_var=LIBPATH
12357 ;;
12358
12359 osf3* | osf4* | osf5*)
12360 version_type=osf
12361 need_lib_prefix=no
12362 need_version=no
12363 soname_spec='${libname}${release}${shared_ext}$major'
12364 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12365 shlibpath_var=LD_LIBRARY_PATH
12366 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12367 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12368 ;;
12369
12370 rdos*)
12371 dynamic_linker=no
12372 ;;
12373
12374 solaris*)
12375 version_type=linux
12376 need_lib_prefix=no
12377 need_version=no
12378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12379 soname_spec='${libname}${release}${shared_ext}$major'
12380 shlibpath_var=LD_LIBRARY_PATH
12381 shlibpath_overrides_runpath=yes
12382 hardcode_into_libs=yes
12383 # ldd complains unless libraries are executable
12384 postinstall_cmds='chmod +x $lib'
12385 ;;
12386
12387 sunos4*)
12388 version_type=sunos
12389 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12390 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12391 shlibpath_var=LD_LIBRARY_PATH
12392 shlibpath_overrides_runpath=yes
12393 if test "$with_gnu_ld" = yes; then
12394 need_lib_prefix=no
12395 fi
12396 need_version=yes
12397 ;;
12398
12399 sysv4 | sysv4.3*)
12400 version_type=linux
12401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12402 soname_spec='${libname}${release}${shared_ext}$major'
12403 shlibpath_var=LD_LIBRARY_PATH
12404 case $host_vendor in
12405 sni)
12406 shlibpath_overrides_runpath=no
12407 need_lib_prefix=no
12408 runpath_var=LD_RUN_PATH
12409 ;;
12410 siemens)
12411 need_lib_prefix=no
12412 ;;
12413 motorola)
12414 need_lib_prefix=no
12415 need_version=no
12416 shlibpath_overrides_runpath=no
12417 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12418 ;;
12419 esac
12420 ;;
12421
12422 sysv4*MP*)
12423 if test -d /usr/nec ;then
12424 version_type=linux
12425 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12426 soname_spec='$libname${shared_ext}.$major'
12427 shlibpath_var=LD_LIBRARY_PATH
12428 fi
12429 ;;
12430
12431 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12432 version_type=freebsd-elf
12433 need_lib_prefix=no
12434 need_version=no
12435 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12436 soname_spec='${libname}${release}${shared_ext}$major'
12437 shlibpath_var=LD_LIBRARY_PATH
12438 shlibpath_overrides_runpath=yes
12439 hardcode_into_libs=yes
12440 if test "$with_gnu_ld" = yes; then
12441 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12442 else
12443 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12444 case $host_os in
12445 sco3.2v5*)
12446 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12447 ;;
12448 esac
12449 fi
12450 sys_lib_dlsearch_path_spec='/usr/lib'
12451 ;;
12452
12453 tpf*)
12454 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12455 version_type=linux
12456 need_lib_prefix=no
12457 need_version=no
12458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12459 shlibpath_var=LD_LIBRARY_PATH
12460 shlibpath_overrides_runpath=no
12461 hardcode_into_libs=yes
12462 ;;
12463
12464 uts4*)
12465 version_type=linux
12466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12467 soname_spec='${libname}${release}${shared_ext}$major'
12468 shlibpath_var=LD_LIBRARY_PATH
12469 ;;
12470
12471 *)
12472 dynamic_linker=no
12473 ;;
12474 esac
12475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12476 $as_echo "$dynamic_linker" >&6; }
12477 test "$dynamic_linker" = no && can_build_shared=no
12478
12479 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12480 if test "$GCC" = yes; then
12481 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
12482 fi
12483
12484 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12485 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12486 fi
12487 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12488 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12489 fi
12490
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
12532
12533
12534
12535
12536
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
12558
12559
12560
12561
12562
12563
12564
12565
12566
12567
12568
12569
12570
12571
12572
12573
12574
12575
12576
12577
12578
12579
12580
12581
12582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12583 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12584 hardcode_action=
12585 if test -n "$hardcode_libdir_flag_spec" ||
12586 test -n "$runpath_var" ||
12587 test "X$hardcode_automatic" = "Xyes" ; then
12588
12589 # We can hardcode non-existent directories.
12590 if test "$hardcode_direct" != no &&
12591 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12592 # have to relink, otherwise we might link with an installed library
12593 # when we should be linking with a yet-to-be-installed one
12594 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12595 test "$hardcode_minus_L" != no; then
12596 # Linking always hardcodes the temporary library directory.
12597 hardcode_action=relink
12598 else
12599 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12600 hardcode_action=immediate
12601 fi
12602 else
12603 # We cannot hardcode anything, or else we can only hardcode existing
12604 # directories.
12605 hardcode_action=unsupported
12606 fi
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12608 $as_echo "$hardcode_action" >&6; }
12609
12610 if test "$hardcode_action" = relink ||
12611 test "$inherit_rpath" = yes; then
12612 # Fast installation is not supported
12613 enable_fast_install=no
12614 elif test "$shlibpath_overrides_runpath" = yes ||
12615 test "$enable_shared" = no; then
12616 # Fast installation is not necessary
12617 enable_fast_install=needless
12618 fi
12619
12620
12621
12622
12623
12624
12625 if test "x$enable_dlopen" != xyes; then
12626 enable_dlopen=unknown
12627 enable_dlopen_self=unknown
12628 enable_dlopen_self_static=unknown
12629 else
12630 lt_cv_dlopen=no
12631 lt_cv_dlopen_libs=
12632
12633 case $host_os in
12634 beos*)
12635 lt_cv_dlopen="load_add_on"
12636 lt_cv_dlopen_libs=
12637 lt_cv_dlopen_self=yes
12638 ;;
12639
12640 mingw* | pw32* | cegcc*)
12641 lt_cv_dlopen="LoadLibrary"
12642 lt_cv_dlopen_libs=
12643 ;;
12644
12645 cygwin*)
12646 lt_cv_dlopen="dlopen"
12647 lt_cv_dlopen_libs=
12648 ;;
12649
12650 darwin*)
12651 # if libdl is installed we need to link against it
12652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12653 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12654 if ${ac_cv_lib_dl_dlopen+:} false; then :
12655 $as_echo_n "(cached) " >&6
12656 else
12657 ac_check_lib_save_LIBS=$LIBS
12658 LIBS="-ldl $LIBS"
12659 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12660 /* end confdefs.h. */
12661
12662 /* Override any GCC internal prototype to avoid an error.
12663 Use char because int might match the return type of a GCC
12664 builtin and then its argument prototype would still apply. */
12665 #ifdef __cplusplus
12666 extern "C"
12667 #endif
12668 char dlopen ();
12669 int
12670 main ()
12671 {
12672 return dlopen ();
12673 ;
12674 return 0;
12675 }
12676 _ACEOF
12677 if ac_fn_c_try_link "$LINENO"; then :
12678 ac_cv_lib_dl_dlopen=yes
12679 else
12680 ac_cv_lib_dl_dlopen=no
12681 fi
12682 rm -f core conftest.err conftest.$ac_objext \
12683 conftest$ac_exeext conftest.$ac_ext
12684 LIBS=$ac_check_lib_save_LIBS
12685 fi
12686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12687 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12688 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12689 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12690 else
12691
12692 lt_cv_dlopen="dyld"
12693 lt_cv_dlopen_libs=
12694 lt_cv_dlopen_self=yes
12695
12696 fi
12697
12698 ;;
12699
12700 *)
12701 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12702 if test "x$ac_cv_func_shl_load" = xyes; then :
12703 lt_cv_dlopen="shl_load"
12704 else
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12706 $as_echo_n "checking for shl_load in -ldld... " >&6; }
12707 if ${ac_cv_lib_dld_shl_load+:} false; then :
12708 $as_echo_n "(cached) " >&6
12709 else
12710 ac_check_lib_save_LIBS=$LIBS
12711 LIBS="-ldld $LIBS"
12712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12713 /* end confdefs.h. */
12714
12715 /* Override any GCC internal prototype to avoid an error.
12716 Use char because int might match the return type of a GCC
12717 builtin and then its argument prototype would still apply. */
12718 #ifdef __cplusplus
12719 extern "C"
12720 #endif
12721 char shl_load ();
12722 int
12723 main ()
12724 {
12725 return shl_load ();
12726 ;
12727 return 0;
12728 }
12729 _ACEOF
12730 if ac_fn_c_try_link "$LINENO"; then :
12731 ac_cv_lib_dld_shl_load=yes
12732 else
12733 ac_cv_lib_dld_shl_load=no
12734 fi
12735 rm -f core conftest.err conftest.$ac_objext \
12736 conftest$ac_exeext conftest.$ac_ext
12737 LIBS=$ac_check_lib_save_LIBS
12738 fi
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12740 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12741 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
12742 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12743 else
12744 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12745 if test "x$ac_cv_func_dlopen" = xyes; then :
12746 lt_cv_dlopen="dlopen"
12747 else
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12749 $as_echo_n "checking for dlopen in -ldl... " >&6; }
12750 if ${ac_cv_lib_dl_dlopen+:} false; then :
12751 $as_echo_n "(cached) " >&6
12752 else
12753 ac_check_lib_save_LIBS=$LIBS
12754 LIBS="-ldl $LIBS"
12755 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12756 /* end confdefs.h. */
12757
12758 /* Override any GCC internal prototype to avoid an error.
12759 Use char because int might match the return type of a GCC
12760 builtin and then its argument prototype would still apply. */
12761 #ifdef __cplusplus
12762 extern "C"
12763 #endif
12764 char dlopen ();
12765 int
12766 main ()
12767 {
12768 return dlopen ();
12769 ;
12770 return 0;
12771 }
12772 _ACEOF
12773 if ac_fn_c_try_link "$LINENO"; then :
12774 ac_cv_lib_dl_dlopen=yes
12775 else
12776 ac_cv_lib_dl_dlopen=no
12777 fi
12778 rm -f core conftest.err conftest.$ac_objext \
12779 conftest$ac_exeext conftest.$ac_ext
12780 LIBS=$ac_check_lib_save_LIBS
12781 fi
12782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12783 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12784 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
12785 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12786 else
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12788 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
12789 if ${ac_cv_lib_svld_dlopen+:} false; then :
12790 $as_echo_n "(cached) " >&6
12791 else
12792 ac_check_lib_save_LIBS=$LIBS
12793 LIBS="-lsvld $LIBS"
12794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12795 /* end confdefs.h. */
12796
12797 /* Override any GCC internal prototype to avoid an error.
12798 Use char because int might match the return type of a GCC
12799 builtin and then its argument prototype would still apply. */
12800 #ifdef __cplusplus
12801 extern "C"
12802 #endif
12803 char dlopen ();
12804 int
12805 main ()
12806 {
12807 return dlopen ();
12808 ;
12809 return 0;
12810 }
12811 _ACEOF
12812 if ac_fn_c_try_link "$LINENO"; then :
12813 ac_cv_lib_svld_dlopen=yes
12814 else
12815 ac_cv_lib_svld_dlopen=no
12816 fi
12817 rm -f core conftest.err conftest.$ac_objext \
12818 conftest$ac_exeext conftest.$ac_ext
12819 LIBS=$ac_check_lib_save_LIBS
12820 fi
12821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12822 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12823 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
12824 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12825 else
12826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12827 $as_echo_n "checking for dld_link in -ldld... " >&6; }
12828 if ${ac_cv_lib_dld_dld_link+:} false; then :
12829 $as_echo_n "(cached) " >&6
12830 else
12831 ac_check_lib_save_LIBS=$LIBS
12832 LIBS="-ldld $LIBS"
12833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12834 /* end confdefs.h. */
12835
12836 /* Override any GCC internal prototype to avoid an error.
12837 Use char because int might match the return type of a GCC
12838 builtin and then its argument prototype would still apply. */
12839 #ifdef __cplusplus
12840 extern "C"
12841 #endif
12842 char dld_link ();
12843 int
12844 main ()
12845 {
12846 return dld_link ();
12847 ;
12848 return 0;
12849 }
12850 _ACEOF
12851 if ac_fn_c_try_link "$LINENO"; then :
12852 ac_cv_lib_dld_dld_link=yes
12853 else
12854 ac_cv_lib_dld_dld_link=no
12855 fi
12856 rm -f core conftest.err conftest.$ac_objext \
12857 conftest$ac_exeext conftest.$ac_ext
12858 LIBS=$ac_check_lib_save_LIBS
12859 fi
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12861 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12862 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
12863 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12864 fi
12865
12866
12867 fi
12868
12869
12870 fi
12871
12872
12873 fi
12874
12875
12876 fi
12877
12878
12879 fi
12880
12881 ;;
12882 esac
12883
12884 if test "x$lt_cv_dlopen" != xno; then
12885 enable_dlopen=yes
12886 else
12887 enable_dlopen=no
12888 fi
12889
12890 case $lt_cv_dlopen in
12891 dlopen)
12892 save_CPPFLAGS="$CPPFLAGS"
12893 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12894
12895 save_LDFLAGS="$LDFLAGS"
12896 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12897
12898 save_LIBS="$LIBS"
12899 LIBS="$lt_cv_dlopen_libs $LIBS"
12900
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12902 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
12903 if ${lt_cv_dlopen_self+:} false; then :
12904 $as_echo_n "(cached) " >&6
12905 else
12906 if test "$cross_compiling" = yes; then :
12907 lt_cv_dlopen_self=cross
12908 else
12909 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12910 lt_status=$lt_dlunknown
12911 cat > conftest.$ac_ext <<_LT_EOF
12912 #line 12912 "configure"
12913 #include "confdefs.h"
12914
12915 #if HAVE_DLFCN_H
12916 #include <dlfcn.h>
12917 #endif
12918
12919 #include <stdio.h>
12920
12921 #ifdef RTLD_GLOBAL
12922 # define LT_DLGLOBAL RTLD_GLOBAL
12923 #else
12924 # ifdef DL_GLOBAL
12925 # define LT_DLGLOBAL DL_GLOBAL
12926 # else
12927 # define LT_DLGLOBAL 0
12928 # endif
12929 #endif
12930
12931 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12932 find out it does not work in some platform. */
12933 #ifndef LT_DLLAZY_OR_NOW
12934 # ifdef RTLD_LAZY
12935 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12936 # else
12937 # ifdef DL_LAZY
12938 # define LT_DLLAZY_OR_NOW DL_LAZY
12939 # else
12940 # ifdef RTLD_NOW
12941 # define LT_DLLAZY_OR_NOW RTLD_NOW
12942 # else
12943 # ifdef DL_NOW
12944 # define LT_DLLAZY_OR_NOW DL_NOW
12945 # else
12946 # define LT_DLLAZY_OR_NOW 0
12947 # endif
12948 # endif
12949 # endif
12950 # endif
12951 #endif
12952
12953 /* When -fvisbility=hidden is used, assume the code has been annotated
12954 correspondingly for the symbols needed. */
12955 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12956 void fnord () __attribute__((visibility("default")));
12957 #endif
12958
12959 void fnord () { int i=42; }
12960 int main ()
12961 {
12962 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12963 int status = $lt_dlunknown;
12964
12965 if (self)
12966 {
12967 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12968 else
12969 {
12970 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12971 else puts (dlerror ());
12972 }
12973 /* dlclose (self); */
12974 }
12975 else
12976 puts (dlerror ());
12977
12978 return status;
12979 }
12980 _LT_EOF
12981 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12982 (eval $ac_link) 2>&5
12983 ac_status=$?
12984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12985 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12986 (./conftest; exit; ) >&5 2>/dev/null
12987 lt_status=$?
12988 case x$lt_status in
12989 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12990 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12991 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12992 esac
12993 else :
12994 # compilation failed
12995 lt_cv_dlopen_self=no
12996 fi
12997 fi
12998 rm -fr conftest*
12999
13000
13001 fi
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13003 $as_echo "$lt_cv_dlopen_self" >&6; }
13004
13005 if test "x$lt_cv_dlopen_self" = xyes; then
13006 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13008 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
13009 if ${lt_cv_dlopen_self_static+:} false; then :
13010 $as_echo_n "(cached) " >&6
13011 else
13012 if test "$cross_compiling" = yes; then :
13013 lt_cv_dlopen_self_static=cross
13014 else
13015 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13016 lt_status=$lt_dlunknown
13017 cat > conftest.$ac_ext <<_LT_EOF
13018 #line 13018 "configure"
13019 #include "confdefs.h"
13020
13021 #if HAVE_DLFCN_H
13022 #include <dlfcn.h>
13023 #endif
13024
13025 #include <stdio.h>
13026
13027 #ifdef RTLD_GLOBAL
13028 # define LT_DLGLOBAL RTLD_GLOBAL
13029 #else
13030 # ifdef DL_GLOBAL
13031 # define LT_DLGLOBAL DL_GLOBAL
13032 # else
13033 # define LT_DLGLOBAL 0
13034 # endif
13035 #endif
13036
13037 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13038 find out it does not work in some platform. */
13039 #ifndef LT_DLLAZY_OR_NOW
13040 # ifdef RTLD_LAZY
13041 # define LT_DLLAZY_OR_NOW RTLD_LAZY
13042 # else
13043 # ifdef DL_LAZY
13044 # define LT_DLLAZY_OR_NOW DL_LAZY
13045 # else
13046 # ifdef RTLD_NOW
13047 # define LT_DLLAZY_OR_NOW RTLD_NOW
13048 # else
13049 # ifdef DL_NOW
13050 # define LT_DLLAZY_OR_NOW DL_NOW
13051 # else
13052 # define LT_DLLAZY_OR_NOW 0
13053 # endif
13054 # endif
13055 # endif
13056 # endif
13057 #endif
13058
13059 /* When -fvisbility=hidden is used, assume the code has been annotated
13060 correspondingly for the symbols needed. */
13061 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13062 void fnord () __attribute__((visibility("default")));
13063 #endif
13064
13065 void fnord () { int i=42; }
13066 int main ()
13067 {
13068 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13069 int status = $lt_dlunknown;
13070
13071 if (self)
13072 {
13073 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13074 else
13075 {
13076 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13077 else puts (dlerror ());
13078 }
13079 /* dlclose (self); */
13080 }
13081 else
13082 puts (dlerror ());
13083
13084 return status;
13085 }
13086 _LT_EOF
13087 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13088 (eval $ac_link) 2>&5
13089 ac_status=$?
13090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13091 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13092 (./conftest; exit; ) >&5 2>/dev/null
13093 lt_status=$?
13094 case x$lt_status in
13095 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13096 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13097 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13098 esac
13099 else :
13100 # compilation failed
13101 lt_cv_dlopen_self_static=no
13102 fi
13103 fi
13104 rm -fr conftest*
13105
13106
13107 fi
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13109 $as_echo "$lt_cv_dlopen_self_static" >&6; }
13110 fi
13111
13112 CPPFLAGS="$save_CPPFLAGS"
13113 LDFLAGS="$save_LDFLAGS"
13114 LIBS="$save_LIBS"
13115 ;;
13116 esac
13117
13118 case $lt_cv_dlopen_self in
13119 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13120 *) enable_dlopen_self=unknown ;;
13121 esac
13122
13123 case $lt_cv_dlopen_self_static in
13124 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13125 *) enable_dlopen_self_static=unknown ;;
13126 esac
13127 fi
13128
13129
13130
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145 striplib=
13146 old_striplib=
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13148 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
13149 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13150 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13151 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13153 $as_echo "yes" >&6; }
13154 else
13155 # FIXME - insert some real tests, host_os isn't really good enough
13156 case $host_os in
13157 darwin*)
13158 if test -n "$STRIP" ; then
13159 striplib="$STRIP -x"
13160 old_striplib="$STRIP -S"
13161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13162 $as_echo "yes" >&6; }
13163 else
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13165 $as_echo "no" >&6; }
13166 fi
13167 ;;
13168 *)
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13170 $as_echo "no" >&6; }
13171 ;;
13172 esac
13173 fi
13174
13175
13176
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186 # Report which library types will actually be built
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13188 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13190 $as_echo "$can_build_shared" >&6; }
13191
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13193 $as_echo_n "checking whether to build shared libraries... " >&6; }
13194 test "$can_build_shared" = "no" && enable_shared=no
13195
13196 # On AIX, shared libraries and static libraries use the same namespace, and
13197 # are all built from PIC.
13198 case $host_os in
13199 aix3*)
13200 test "$enable_shared" = yes && enable_static=no
13201 if test -n "$RANLIB"; then
13202 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13203 postinstall_cmds='$RANLIB $lib'
13204 fi
13205 ;;
13206
13207 aix[4-9]*)
13208 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13209 test "$enable_shared" = yes && enable_static=no
13210 fi
13211 ;;
13212 esac
13213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13214 $as_echo "$enable_shared" >&6; }
13215
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13217 $as_echo_n "checking whether to build static libraries... " >&6; }
13218 # Make sure either enable_shared or enable_static is yes.
13219 test "$enable_shared" = yes || enable_static=yes
13220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13221 $as_echo "$enable_static" >&6; }
13222
13223
13224
13225
13226 fi
13227 ac_ext=c
13228 ac_cpp='$CPP $CPPFLAGS'
13229 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13230 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13231 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13232
13233 CC="$lt_save_CC"
13234
13235
13236
13237
13238
13239
13240
13241
13242
13243
13244
13245
13246
13247 ac_config_commands="$ac_config_commands libtool"
13248
13249
13250
13251
13252 # Only expand once:
13253
13254
13255
13256
13257 . ${srcdir}/../../bfd/configure.host
13258
13259
13260
13261
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13263 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13264 # Check whether --enable-maintainer-mode was given.
13265 if test "${enable_maintainer_mode+set}" = set; then :
13266 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13267 else
13268 USE_MAINTAINER_MODE=no
13269 fi
13270
13271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13272 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13273 if test $USE_MAINTAINER_MODE = yes; then
13274 MAINTAINER_MODE_TRUE=
13275 MAINTAINER_MODE_FALSE='#'
13276 else
13277 MAINTAINER_MODE_TRUE='#'
13278 MAINTAINER_MODE_FALSE=
13279 fi
13280
13281 MAINT=$MAINTAINER_MODE_TRUE
13282
13283
13284
13285
13286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13287 $as_echo_n "checking for sim debug setting... " >&6; }
13288 sim_debug="0"
13289 # Check whether --enable-sim-debug was given.
13290 if test "${enable_sim_debug+set}" = set; then :
13291 enableval=$enable_sim_debug; case "${enableval}" in
13292 yes) sim_debug="7";;
13293 no) sim_debug="0";;
13294 *) sim_debug="($enableval)";;
13295 esac
13296 fi
13297 if test "$sim_debug" != "0"; then
13298
13299 cat >>confdefs.h <<_ACEOF
13300 #define DEBUG $sim_debug
13301 _ACEOF
13302
13303 fi
13304
13305 cat >>confdefs.h <<_ACEOF
13306 #define WITH_DEBUG $sim_debug
13307 _ACEOF
13308
13309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13310 $as_echo "$sim_debug" >&6; }
13311
13312
13313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13314 $as_echo_n "checking for sim stdio debug behavior... " >&6; }
13315 sim_stdio="0"
13316 # Check whether --enable-sim-stdio was given.
13317 if test "${enable_sim_stdio+set}" = set; then :
13318 enableval=$enable_sim_stdio; case "${enableval}" in
13319 yes) sim_stdio="DO_USE_STDIO";;
13320 no) sim_stdio="DONT_USE_STDIO";;
13321 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
13322 esac
13323 fi
13324
13325 cat >>confdefs.h <<_ACEOF
13326 #define WITH_STDIO $sim_stdio
13327 _ACEOF
13328
13329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13330 $as_echo "$sim_stdio" >&6; }
13331
13332
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13334 $as_echo_n "checking for sim trace settings... " >&6; }
13335 sim_trace="~TRACE_debug"
13336 # Check whether --enable-sim-trace was given.
13337 if test "${enable_sim_trace+set}" = set; then :
13338 enableval=$enable_sim_trace; case "${enableval}" in
13339 yes) sim_trace="-1";;
13340 no) sim_trace="0";;
13341 [-0-9]*)
13342 sim_trace="'(${enableval})'";;
13343 [[:lower:]]*)
13344 sim_trace=""
13345 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13346 if test x"$sim_trace" = x; then
13347 sim_trace="(TRACE_$x"
13348 else
13349 sim_trace="${sim_trace}|TRACE_$x"
13350 fi
13351 done
13352 sim_trace="$sim_trace)" ;;
13353 esac
13354 fi
13355
13356 cat >>confdefs.h <<_ACEOF
13357 #define WITH_TRACE $sim_trace
13358 _ACEOF
13359
13360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13361 $as_echo "$sim_trace" >&6; }
13362
13363
13364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13365 $as_echo_n "checking for sim profile settings... " >&6; }
13366 profile="1"
13367 sim_profile="-1"
13368 # Check whether --enable-sim-profile was given.
13369 if test "${enable_sim_profile+set}" = set; then :
13370 enableval=$enable_sim_profile; case "${enableval}" in
13371 yes) profile="1" sim_profile="-1";;
13372 no) profile="0" sim_profile="0";;
13373 [-0-9]*)
13374 profile="(${enableval})" sim_profile="(${enableval})";;
13375 [a-z]*)
13376 profile="1"
13377 sim_profile=""
13378 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13379 if test x"$sim_profile" = x; then
13380 sim_profile="(PROFILE_$x"
13381 else
13382 sim_profile="${sim_profile}|PROFILE_$x"
13383 fi
13384 done
13385 sim_profile="$sim_profile)" ;;
13386 esac
13387 fi
13388
13389 cat >>confdefs.h <<_ACEOF
13390 #define PROFILE $profile
13391 _ACEOF
13392
13393
13394 cat >>confdefs.h <<_ACEOF
13395 #define WITH_PROFILE $sim_profile
13396 _ACEOF
13397
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13399 $as_echo "$sim_profile" >&6; }
13400
13401
13402
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13404 $as_echo_n "checking whether to enable sim asserts... " >&6; }
13405 sim_assert="1"
13406 # Check whether --enable-sim-assert was given.
13407 if test "${enable_sim_assert+set}" = set; then :
13408 enableval=$enable_sim_assert; case "${enableval}" in
13409 yes) sim_assert="1";;
13410 no) sim_assert="0";;
13411 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
13412 esac
13413 fi
13414
13415 cat >>confdefs.h <<_ACEOF
13416 #define WITH_ASSERT $sim_assert
13417 _ACEOF
13418
13419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13420 $as_echo "$sim_assert" >&6; }
13421
13422
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13424 $as_echo_n "checking default sim environment setting... " >&6; }
13425 sim_environment="ALL_ENVIRONMENT"
13426 # Check whether --enable-sim-environment was given.
13427 if test "${enable_sim_environment+set}" = set; then :
13428 enableval=$enable_sim_environment; case "${enableval}" in
13429 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13430 user | USER) sim_environment="USER_ENVIRONMENT";;
13431 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13432 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13433 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
13434 esac
13435 fi
13436
13437 cat >>confdefs.h <<_ACEOF
13438 #define WITH_ENVIRONMENT $sim_environment
13439 _ACEOF
13440
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13442 $as_echo "$sim_environment" >&6; }
13443
13444
13445 sim_inline="-DDEFAULT_INLINE=0"
13446 # Check whether --enable-sim-inline was given.
13447 if test "${enable_sim_inline+set}" = set; then :
13448 enableval=$enable_sim_inline; sim_inline=""
13449 case "$enableval" in
13450 no) sim_inline="-DDEFAULT_INLINE=0";;
13451 0) sim_inline="-DDEFAULT_INLINE=0";;
13452 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13453 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13454 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13455 new_flag=""
13456 case "$x" in
13457 *_INLINE=*) new_flag="-D$x";;
13458 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13459 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13460 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13461 esac
13462 if test x"$sim_inline" = x""; then
13463 sim_inline="$new_flag"
13464 else
13465 sim_inline="$sim_inline $new_flag"
13466 fi
13467 done;;
13468 esac
13469 if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13470 echo "Setting inline flags = $sim_inline" 6>&1
13471 fi
13472 fi
13473
13474
13475
13476
13477 # Check whether --with-pkgversion was given.
13478 if test "${with_pkgversion+set}" = set; then :
13479 withval=$with_pkgversion; case "$withval" in
13480 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
13481 no) PKGVERSION= ;;
13482 *) PKGVERSION="($withval) " ;;
13483 esac
13484 else
13485 PKGVERSION="(SIM) "
13486
13487 fi
13488
13489
13490
13491
13492
13493 # Check whether --with-bugurl was given.
13494 if test "${with_bugurl+set}" = set; then :
13495 withval=$with_bugurl; case "$withval" in
13496 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
13497 no) BUGURL=
13498 ;;
13499 *) BUGURL="$withval"
13500 ;;
13501 esac
13502 else
13503 BUGURL="https://www.gnu.org/software/gdb/bugs/"
13504
13505 fi
13506
13507 case ${BUGURL} in
13508 "")
13509 REPORT_BUGS_TO=
13510 REPORT_BUGS_TEXI=
13511 ;;
13512 *)
13513 REPORT_BUGS_TO="<$BUGURL>"
13514 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13515 ;;
13516 esac;
13517
13518
13519
13520
13521 cat >>confdefs.h <<_ACEOF
13522 #define PKGVERSION "$PKGVERSION"
13523 _ACEOF
13524
13525
13526 cat >>confdefs.h <<_ACEOF
13527 #define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13528 _ACEOF
13529
13530
13531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13532 $as_echo_n "checking return type of signal handlers... " >&6; }
13533 if ${ac_cv_type_signal+:} false; then :
13534 $as_echo_n "(cached) " >&6
13535 else
13536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13537 /* end confdefs.h. */
13538 #include <sys/types.h>
13539 #include <signal.h>
13540
13541 int
13542 main ()
13543 {
13544 return *(signal (0, 0)) (0) == 1;
13545 ;
13546 return 0;
13547 }
13548 _ACEOF
13549 if ac_fn_c_try_compile "$LINENO"; then :
13550 ac_cv_type_signal=int
13551 else
13552 ac_cv_type_signal=void
13553 fi
13554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13555 fi
13556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13557 $as_echo "$ac_cv_type_signal" >&6; }
13558
13559 cat >>confdefs.h <<_ACEOF
13560 #define RETSIGTYPE $ac_cv_type_signal
13561 _ACEOF
13562
13563
13564
13565
13566
13567
13568
13569 for ac_header in getopt.h
13570 do :
13571 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13572 if test "x$ac_cv_header_getopt_h" = xyes; then :
13573 cat >>confdefs.h <<_ACEOF
13574 #define HAVE_GETOPT_H 1
13575 _ACEOF
13576
13577 fi
13578
13579 done
13580
13581
13582 # Check whether --enable-cycle-accurate was given.
13583 if test "${enable_cycle_accurate+set}" = set; then :
13584 enableval=$enable_cycle_accurate; case "${enableval}" in
13585 yes | no) ;;
13586 *) as_fn_error $? "bad value ${enableval} given for --enable-cycle-accurate option" "$LINENO" 5 ;;
13587 esac
13588 fi
13589
13590
13591 # Check whether --enable-cycle-stats was given.
13592 if test "${enable_cycle_stats+set}" = set; then :
13593 enableval=$enable_cycle_stats; case "${enableval}" in
13594 yes | no) ;;
13595 *) as_fn_error $? "bad value ${enableval} given for --enable-cycle-stats option" "$LINENO" 5 ;;
13596 esac
13597 fi
13598
13599
13600 echo enable_cycle_accurate is $enable_cycle_accurate
13601 echo enable_cycle_stats is $enable_cycle_stats
13602
13603 if test "x${enable_cycle_accurate}" != xno; then
13604
13605 $as_echo "#define CYCLE_ACCURATE 1" >>confdefs.h
13606
13607
13608 if test "x${enable_cycle_stats}" != xno; then
13609
13610 $as_echo "#define CYCLE_STATS 1" >>confdefs.h
13611
13612 fi
13613 else
13614 if test "x${enable_cycle_stats}" != xno; then
13615 as_fn_error $? "cycle-stats not available without cycle-accurate" "$LINENO" 5
13616 fi
13617 fi
13618
13619
13620 cgen_breaks=""
13621 if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13622 cgen_breaks="break cgen_rtx_error";
13623 fi
13624
13625 ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13626
13627 ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13628
13629 ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13630
13631 ac_config_commands="$ac_config_commands Makefile"
13632
13633 ac_config_commands="$ac_config_commands stamp-h"
13634
13635 cat >confcache <<\_ACEOF
13636 # This file is a shell script that caches the results of configure
13637 # tests run on this system so they can be shared between configure
13638 # scripts and configure runs, see configure's option --config-cache.
13639 # It is not useful on other systems. If it contains results you don't
13640 # want to keep, you may remove or edit it.
13641 #
13642 # config.status only pays attention to the cache file if you give it
13643 # the --recheck option to rerun configure.
13644 #
13645 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13646 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13647 # following values.
13648
13649 _ACEOF
13650
13651 # The following way of writing the cache mishandles newlines in values,
13652 # but we know of no workaround that is simple, portable, and efficient.
13653 # So, we kill variables containing newlines.
13654 # Ultrix sh set writes to stderr and can't be redirected directly,
13655 # and sets the high bit in the cache file unless we assign to the vars.
13656 (
13657 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13658 eval ac_val=\$$ac_var
13659 case $ac_val in #(
13660 *${as_nl}*)
13661 case $ac_var in #(
13662 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13663 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13664 esac
13665 case $ac_var in #(
13666 _ | IFS | as_nl) ;; #(
13667 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13668 *) { eval $ac_var=; unset $ac_var;} ;;
13669 esac ;;
13670 esac
13671 done
13672
13673 (set) 2>&1 |
13674 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13675 *${as_nl}ac_space=\ *)
13676 # `set' does not quote correctly, so add quotes: double-quote
13677 # substitution turns \\\\ into \\, and sed turns \\ into \.
13678 sed -n \
13679 "s/'/'\\\\''/g;
13680 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13681 ;; #(
13682 *)
13683 # `set' quotes correctly as required by POSIX, so do not add quotes.
13684 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13685 ;;
13686 esac |
13687 sort
13688 ) |
13689 sed '
13690 /^ac_cv_env_/b end
13691 t clear
13692 :clear
13693 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13694 t end
13695 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13696 :end' >>confcache
13697 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13698 if test -w "$cache_file"; then
13699 if test "x$cache_file" != "x/dev/null"; then
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13701 $as_echo "$as_me: updating cache $cache_file" >&6;}
13702 if test ! -f "$cache_file" || test -h "$cache_file"; then
13703 cat confcache >"$cache_file"
13704 else
13705 case $cache_file in #(
13706 */* | ?:*)
13707 mv -f confcache "$cache_file"$$ &&
13708 mv -f "$cache_file"$$ "$cache_file" ;; #(
13709 *)
13710 mv -f confcache "$cache_file" ;;
13711 esac
13712 fi
13713 fi
13714 else
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13716 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13717 fi
13718 fi
13719 rm -f confcache
13720
13721 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13722 # Let make expand exec_prefix.
13723 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13724
13725 DEFS=-DHAVE_CONFIG_H
13726
13727 ac_libobjs=
13728 ac_ltlibobjs=
13729 U=
13730 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13731 # 1. Remove the extension, and $U if already installed.
13732 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13733 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13734 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13735 # will be set to the directory where LIBOBJS objects are built.
13736 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13737 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13738 done
13739 LIBOBJS=$ac_libobjs
13740
13741 LTLIBOBJS=$ac_ltlibobjs
13742
13743
13744
13745 if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13746 as_fn_error $? "conditional \"GMAKE\" was never defined.
13747 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13748 fi
13749 if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13750 as_fn_error $? "conditional \"PLUGINS\" was never defined.
13751 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13752 fi
13753 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13754 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
13755 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13756 fi
13757
13758 : "${CONFIG_STATUS=./config.status}"
13759 ac_write_fail=0
13760 ac_clean_files_save=$ac_clean_files
13761 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13763 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13764 as_write_fail=0
13765 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13766 #! $SHELL
13767 # Generated by $as_me.
13768 # Run this file to recreate the current configuration.
13769 # Compiler output produced by configure, useful for debugging
13770 # configure, is in config.log if it exists.
13771
13772 debug=false
13773 ac_cs_recheck=false
13774 ac_cs_silent=false
13775
13776 SHELL=\${CONFIG_SHELL-$SHELL}
13777 export SHELL
13778 _ASEOF
13779 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13780 ## -------------------- ##
13781 ## M4sh Initialization. ##
13782 ## -------------------- ##
13783
13784 # Be more Bourne compatible
13785 DUALCASE=1; export DUALCASE # for MKS sh
13786 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13787 emulate sh
13788 NULLCMD=:
13789 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13790 # is contrary to our usage. Disable this feature.
13791 alias -g '${1+"$@"}'='"$@"'
13792 setopt NO_GLOB_SUBST
13793 else
13794 case `(set -o) 2>/dev/null` in #(
13795 *posix*) :
13796 set -o posix ;; #(
13797 *) :
13798 ;;
13799 esac
13800 fi
13801
13802
13803 as_nl='
13804 '
13805 export as_nl
13806 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13807 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13808 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13809 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13810 # Prefer a ksh shell builtin over an external printf program on Solaris,
13811 # but without wasting forks for bash or zsh.
13812 if test -z "$BASH_VERSION$ZSH_VERSION" \
13813 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13814 as_echo='print -r --'
13815 as_echo_n='print -rn --'
13816 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13817 as_echo='printf %s\n'
13818 as_echo_n='printf %s'
13819 else
13820 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13821 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13822 as_echo_n='/usr/ucb/echo -n'
13823 else
13824 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13825 as_echo_n_body='eval
13826 arg=$1;
13827 case $arg in #(
13828 *"$as_nl"*)
13829 expr "X$arg" : "X\\(.*\\)$as_nl";
13830 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13831 esac;
13832 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13833 '
13834 export as_echo_n_body
13835 as_echo_n='sh -c $as_echo_n_body as_echo'
13836 fi
13837 export as_echo_body
13838 as_echo='sh -c $as_echo_body as_echo'
13839 fi
13840
13841 # The user is always right.
13842 if test "${PATH_SEPARATOR+set}" != set; then
13843 PATH_SEPARATOR=:
13844 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13845 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13846 PATH_SEPARATOR=';'
13847 }
13848 fi
13849
13850
13851 # IFS
13852 # We need space, tab and new line, in precisely that order. Quoting is
13853 # there to prevent editors from complaining about space-tab.
13854 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13855 # splitting by setting IFS to empty value.)
13856 IFS=" "" $as_nl"
13857
13858 # Find who we are. Look in the path if we contain no directory separator.
13859 as_myself=
13860 case $0 in #((
13861 *[\\/]* ) as_myself=$0 ;;
13862 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13863 for as_dir in $PATH
13864 do
13865 IFS=$as_save_IFS
13866 test -z "$as_dir" && as_dir=.
13867 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13868 done
13869 IFS=$as_save_IFS
13870
13871 ;;
13872 esac
13873 # We did not find ourselves, most probably we were run as `sh COMMAND'
13874 # in which case we are not to be found in the path.
13875 if test "x$as_myself" = x; then
13876 as_myself=$0
13877 fi
13878 if test ! -f "$as_myself"; then
13879 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13880 exit 1
13881 fi
13882
13883 # Unset variables that we do not need and which cause bugs (e.g. in
13884 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13885 # suppresses any "Segmentation fault" message there. '((' could
13886 # trigger a bug in pdksh 5.2.14.
13887 for as_var in BASH_ENV ENV MAIL MAILPATH
13888 do eval test x\${$as_var+set} = xset \
13889 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13890 done
13891 PS1='$ '
13892 PS2='> '
13893 PS4='+ '
13894
13895 # NLS nuisances.
13896 LC_ALL=C
13897 export LC_ALL
13898 LANGUAGE=C
13899 export LANGUAGE
13900
13901 # CDPATH.
13902 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13903
13904
13905 # as_fn_error STATUS ERROR [LINENO LOG_FD]
13906 # ----------------------------------------
13907 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13908 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13909 # script with STATUS, using 1 if that was 0.
13910 as_fn_error ()
13911 {
13912 as_status=$1; test $as_status -eq 0 && as_status=1
13913 if test "$4"; then
13914 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13915 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
13916 fi
13917 $as_echo "$as_me: error: $2" >&2
13918 as_fn_exit $as_status
13919 } # as_fn_error
13920
13921
13922 # as_fn_set_status STATUS
13923 # -----------------------
13924 # Set $? to STATUS, without forking.
13925 as_fn_set_status ()
13926 {
13927 return $1
13928 } # as_fn_set_status
13929
13930 # as_fn_exit STATUS
13931 # -----------------
13932 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13933 as_fn_exit ()
13934 {
13935 set +e
13936 as_fn_set_status $1
13937 exit $1
13938 } # as_fn_exit
13939
13940 # as_fn_unset VAR
13941 # ---------------
13942 # Portably unset VAR.
13943 as_fn_unset ()
13944 {
13945 { eval $1=; unset $1;}
13946 }
13947 as_unset=as_fn_unset
13948 # as_fn_append VAR VALUE
13949 # ----------------------
13950 # Append the text in VALUE to the end of the definition contained in VAR. Take
13951 # advantage of any shell optimizations that allow amortized linear growth over
13952 # repeated appends, instead of the typical quadratic growth present in naive
13953 # implementations.
13954 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13955 eval 'as_fn_append ()
13956 {
13957 eval $1+=\$2
13958 }'
13959 else
13960 as_fn_append ()
13961 {
13962 eval $1=\$$1\$2
13963 }
13964 fi # as_fn_append
13965
13966 # as_fn_arith ARG...
13967 # ------------------
13968 # Perform arithmetic evaluation on the ARGs, and store the result in the
13969 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13970 # must be portable across $(()) and expr.
13971 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13972 eval 'as_fn_arith ()
13973 {
13974 as_val=$(( $* ))
13975 }'
13976 else
13977 as_fn_arith ()
13978 {
13979 as_val=`expr "$@" || test $? -eq 1`
13980 }
13981 fi # as_fn_arith
13982
13983
13984 if expr a : '\(a\)' >/dev/null 2>&1 &&
13985 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13986 as_expr=expr
13987 else
13988 as_expr=false
13989 fi
13990
13991 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13992 as_basename=basename
13993 else
13994 as_basename=false
13995 fi
13996
13997 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13998 as_dirname=dirname
13999 else
14000 as_dirname=false
14001 fi
14002
14003 as_me=`$as_basename -- "$0" ||
14004 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14005 X"$0" : 'X\(//\)$' \| \
14006 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14007 $as_echo X/"$0" |
14008 sed '/^.*\/\([^/][^/]*\)\/*$/{
14009 s//\1/
14010 q
14011 }
14012 /^X\/\(\/\/\)$/{
14013 s//\1/
14014 q
14015 }
14016 /^X\/\(\/\).*/{
14017 s//\1/
14018 q
14019 }
14020 s/.*/./; q'`
14021
14022 # Avoid depending upon Character Ranges.
14023 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14024 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14025 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14026 as_cr_digits='0123456789'
14027 as_cr_alnum=$as_cr_Letters$as_cr_digits
14028
14029 ECHO_C= ECHO_N= ECHO_T=
14030 case `echo -n x` in #(((((
14031 -n*)
14032 case `echo 'xy\c'` in
14033 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14034 xy) ECHO_C='\c';;
14035 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14036 ECHO_T=' ';;
14037 esac;;
14038 *)
14039 ECHO_N='-n';;
14040 esac
14041
14042 rm -f conf$$ conf$$.exe conf$$.file
14043 if test -d conf$$.dir; then
14044 rm -f conf$$.dir/conf$$.file
14045 else
14046 rm -f conf$$.dir
14047 mkdir conf$$.dir 2>/dev/null
14048 fi
14049 if (echo >conf$$.file) 2>/dev/null; then
14050 if ln -s conf$$.file conf$$ 2>/dev/null; then
14051 as_ln_s='ln -s'
14052 # ... but there are two gotchas:
14053 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14054 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14055 # In both cases, we have to default to `cp -pR'.
14056 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14057 as_ln_s='cp -pR'
14058 elif ln conf$$.file conf$$ 2>/dev/null; then
14059 as_ln_s=ln
14060 else
14061 as_ln_s='cp -pR'
14062 fi
14063 else
14064 as_ln_s='cp -pR'
14065 fi
14066 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14067 rmdir conf$$.dir 2>/dev/null
14068
14069
14070 # as_fn_mkdir_p
14071 # -------------
14072 # Create "$as_dir" as a directory, including parents if necessary.
14073 as_fn_mkdir_p ()
14074 {
14075
14076 case $as_dir in #(
14077 -*) as_dir=./$as_dir;;
14078 esac
14079 test -d "$as_dir" || eval $as_mkdir_p || {
14080 as_dirs=
14081 while :; do
14082 case $as_dir in #(
14083 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14084 *) as_qdir=$as_dir;;
14085 esac
14086 as_dirs="'$as_qdir' $as_dirs"
14087 as_dir=`$as_dirname -- "$as_dir" ||
14088 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14089 X"$as_dir" : 'X\(//\)[^/]' \| \
14090 X"$as_dir" : 'X\(//\)$' \| \
14091 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14092 $as_echo X"$as_dir" |
14093 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14094 s//\1/
14095 q
14096 }
14097 /^X\(\/\/\)[^/].*/{
14098 s//\1/
14099 q
14100 }
14101 /^X\(\/\/\)$/{
14102 s//\1/
14103 q
14104 }
14105 /^X\(\/\).*/{
14106 s//\1/
14107 q
14108 }
14109 s/.*/./; q'`
14110 test -d "$as_dir" && break
14111 done
14112 test -z "$as_dirs" || eval "mkdir $as_dirs"
14113 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14114
14115
14116 } # as_fn_mkdir_p
14117 if mkdir -p . 2>/dev/null; then
14118 as_mkdir_p='mkdir -p "$as_dir"'
14119 else
14120 test -d ./-p && rmdir ./-p
14121 as_mkdir_p=false
14122 fi
14123
14124
14125 # as_fn_executable_p FILE
14126 # -----------------------
14127 # Test if FILE is an executable regular file.
14128 as_fn_executable_p ()
14129 {
14130 test -f "$1" && test -x "$1"
14131 } # as_fn_executable_p
14132 as_test_x='test -x'
14133 as_executable_p=as_fn_executable_p
14134
14135 # Sed expression to map a string onto a valid CPP name.
14136 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14137
14138 # Sed expression to map a string onto a valid variable name.
14139 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14140
14141
14142 exec 6>&1
14143 ## ----------------------------------- ##
14144 ## Main body of $CONFIG_STATUS script. ##
14145 ## ----------------------------------- ##
14146 _ASEOF
14147 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14148
14149 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14150 # Save the log message, to keep $0 and so on meaningful, and to
14151 # report actual input values of CONFIG_FILES etc. instead of their
14152 # values after options handling.
14153 ac_log="
14154 This file was extended by $as_me, which was
14155 generated by GNU Autoconf 2.69. Invocation command line was
14156
14157 CONFIG_FILES = $CONFIG_FILES
14158 CONFIG_HEADERS = $CONFIG_HEADERS
14159 CONFIG_LINKS = $CONFIG_LINKS
14160 CONFIG_COMMANDS = $CONFIG_COMMANDS
14161 $ $0 $@
14162
14163 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14164 "
14165
14166 _ACEOF
14167
14168 case $ac_config_files in *"
14169 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14170 esac
14171
14172 case $ac_config_headers in *"
14173 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14174 esac
14175
14176
14177 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14178 # Files that config.status was made for.
14179 config_files="$ac_config_files"
14180 config_headers="$ac_config_headers"
14181 config_commands="$ac_config_commands"
14182
14183 _ACEOF
14184
14185 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14186 ac_cs_usage="\
14187 \`$as_me' instantiates files and other configuration actions
14188 from templates according to the current configuration. Unless the files
14189 and actions are specified as TAGs, all are instantiated by default.
14190
14191 Usage: $0 [OPTION]... [TAG]...
14192
14193 -h, --help print this help, then exit
14194 -V, --version print version number and configuration settings, then exit
14195 --config print configuration, then exit
14196 -q, --quiet, --silent
14197 do not print progress messages
14198 -d, --debug don't remove temporary files
14199 --recheck update $as_me by reconfiguring in the same conditions
14200 --file=FILE[:TEMPLATE]
14201 instantiate the configuration file FILE
14202 --header=FILE[:TEMPLATE]
14203 instantiate the configuration header FILE
14204
14205 Configuration files:
14206 $config_files
14207
14208 Configuration headers:
14209 $config_headers
14210
14211 Configuration commands:
14212 $config_commands
14213
14214 Report bugs to the package provider."
14215
14216 _ACEOF
14217 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14218 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14219 ac_cs_version="\\
14220 config.status
14221 configured by $0, generated by GNU Autoconf 2.69,
14222 with options \\"\$ac_cs_config\\"
14223
14224 Copyright (C) 2012 Free Software Foundation, Inc.
14225 This config.status script is free software; the Free Software Foundation
14226 gives unlimited permission to copy, distribute and modify it."
14227
14228 ac_pwd='$ac_pwd'
14229 srcdir='$srcdir'
14230 INSTALL='$INSTALL'
14231 AWK='$AWK'
14232 test -n "\$AWK" || AWK=awk
14233 _ACEOF
14234
14235 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14236 # The default lists apply if the user does not specify any file.
14237 ac_need_defaults=:
14238 while test $# != 0
14239 do
14240 case $1 in
14241 --*=?*)
14242 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14243 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14244 ac_shift=:
14245 ;;
14246 --*=)
14247 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14248 ac_optarg=
14249 ac_shift=:
14250 ;;
14251 *)
14252 ac_option=$1
14253 ac_optarg=$2
14254 ac_shift=shift
14255 ;;
14256 esac
14257
14258 case $ac_option in
14259 # Handling of the options.
14260 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14261 ac_cs_recheck=: ;;
14262 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14263 $as_echo "$ac_cs_version"; exit ;;
14264 --config | --confi | --conf | --con | --co | --c )
14265 $as_echo "$ac_cs_config"; exit ;;
14266 --debug | --debu | --deb | --de | --d | -d )
14267 debug=: ;;
14268 --file | --fil | --fi | --f )
14269 $ac_shift
14270 case $ac_optarg in
14271 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14272 '') as_fn_error $? "missing file argument" ;;
14273 esac
14274 as_fn_append CONFIG_FILES " '$ac_optarg'"
14275 ac_need_defaults=false;;
14276 --header | --heade | --head | --hea )
14277 $ac_shift
14278 case $ac_optarg in
14279 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14280 esac
14281 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14282 ac_need_defaults=false;;
14283 --he | --h)
14284 # Conflict between --help and --header
14285 as_fn_error $? "ambiguous option: \`$1'
14286 Try \`$0 --help' for more information.";;
14287 --help | --hel | -h )
14288 $as_echo "$ac_cs_usage"; exit ;;
14289 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14290 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14291 ac_cs_silent=: ;;
14292
14293 # This is an error.
14294 -*) as_fn_error $? "unrecognized option: \`$1'
14295 Try \`$0 --help' for more information." ;;
14296
14297 *) as_fn_append ac_config_targets " $1"
14298 ac_need_defaults=false ;;
14299
14300 esac
14301 shift
14302 done
14303
14304 ac_configure_extra_args=
14305
14306 if $ac_cs_silent; then
14307 exec 6>/dev/null
14308 ac_configure_extra_args="$ac_configure_extra_args --silent"
14309 fi
14310
14311 _ACEOF
14312 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14313 if \$ac_cs_recheck; then
14314 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14315 shift
14316 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14317 CONFIG_SHELL='$SHELL'
14318 export CONFIG_SHELL
14319 exec "\$@"
14320 fi
14321
14322 _ACEOF
14323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14324 exec 5>>config.log
14325 {
14326 echo
14327 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14328 ## Running $as_me. ##
14329 _ASBOX
14330 $as_echo "$ac_log"
14331 } >&5
14332
14333 _ACEOF
14334 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14335 #
14336 # INIT-COMMANDS
14337 #
14338 ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14339
14340
14341 # The HP-UX ksh and POSIX shell print the target directory to stdout
14342 # if CDPATH is set.
14343 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14344
14345 sed_quote_subst='$sed_quote_subst'
14346 double_quote_subst='$double_quote_subst'
14347 delay_variable_subst='$delay_variable_subst'
14348 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14349 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14350 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14351 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14352 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14353 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14354 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14355 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14356 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14357 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14358 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14359 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14360 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14361 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14362 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14363 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14364 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14365 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14366 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14367 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14368 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14369 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14370 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14371 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14372 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14373 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14374 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14375 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14376 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14377 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14378 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14379 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14380 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14381 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14382 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14383 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14384 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14385 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14386 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14387 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14388 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14389 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14390 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14391 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14392 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14393 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14394 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14395 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14396 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"`'
14397 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14398 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14399 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14400 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14401 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14402 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14403 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14404 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14405 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14406 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14407 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14408 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14409 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14410 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14411 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14412 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14413 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14414 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14415 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14416 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14417 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14418 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14419 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14420 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14421 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14422 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14423 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14424 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14425 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14426 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14427 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14428 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14429 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14430 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14431 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14432 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14433 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14434 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14435 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14436 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14437 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14438 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14439 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14440 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14441 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14442 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14443 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14444 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14445 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14446 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14447 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14448 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14449 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14450 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14451 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14452 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14453 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14454 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14455 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14456 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14457 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14458 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14459 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14460 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14461 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14462 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14463 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14464 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14465 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14466 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14467 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14468
14469 LTCC='$LTCC'
14470 LTCFLAGS='$LTCFLAGS'
14471 compiler='$compiler_DEFAULT'
14472
14473 # A function that is used when there is no print builtin or printf.
14474 func_fallback_echo ()
14475 {
14476 eval 'cat <<_LTECHO_EOF
14477 \$1
14478 _LTECHO_EOF'
14479 }
14480
14481 # Quote evaled strings.
14482 for var in SHELL \
14483 ECHO \
14484 SED \
14485 GREP \
14486 EGREP \
14487 FGREP \
14488 LD \
14489 NM \
14490 LN_S \
14491 lt_SP2NL \
14492 lt_NL2SP \
14493 reload_flag \
14494 OBJDUMP \
14495 deplibs_check_method \
14496 file_magic_cmd \
14497 AR \
14498 AR_FLAGS \
14499 STRIP \
14500 RANLIB \
14501 CC \
14502 CFLAGS \
14503 compiler \
14504 lt_cv_sys_global_symbol_pipe \
14505 lt_cv_sys_global_symbol_to_cdecl \
14506 lt_cv_sys_global_symbol_to_c_name_address \
14507 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14508 lt_prog_compiler_no_builtin_flag \
14509 lt_prog_compiler_wl \
14510 lt_prog_compiler_pic \
14511 lt_prog_compiler_static \
14512 lt_cv_prog_compiler_c_o \
14513 need_locks \
14514 DSYMUTIL \
14515 NMEDIT \
14516 LIPO \
14517 OTOOL \
14518 OTOOL64 \
14519 shrext_cmds \
14520 export_dynamic_flag_spec \
14521 whole_archive_flag_spec \
14522 compiler_needs_object \
14523 with_gnu_ld \
14524 allow_undefined_flag \
14525 no_undefined_flag \
14526 hardcode_libdir_flag_spec \
14527 hardcode_libdir_flag_spec_ld \
14528 hardcode_libdir_separator \
14529 fix_srcfile_path \
14530 exclude_expsyms \
14531 include_expsyms \
14532 file_list_spec \
14533 variables_saved_for_relink \
14534 libname_spec \
14535 library_names_spec \
14536 soname_spec \
14537 install_override_mode \
14538 finish_eval \
14539 old_striplib \
14540 striplib; do
14541 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14542 *[\\\\\\\`\\"\\\$]*)
14543 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14544 ;;
14545 *)
14546 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14547 ;;
14548 esac
14549 done
14550
14551 # Double-quote double-evaled strings.
14552 for var in reload_cmds \
14553 old_postinstall_cmds \
14554 old_postuninstall_cmds \
14555 old_archive_cmds \
14556 extract_expsyms_cmds \
14557 old_archive_from_new_cmds \
14558 old_archive_from_expsyms_cmds \
14559 archive_cmds \
14560 archive_expsym_cmds \
14561 module_cmds \
14562 module_expsym_cmds \
14563 export_symbols_cmds \
14564 prelink_cmds \
14565 postinstall_cmds \
14566 postuninstall_cmds \
14567 finish_cmds \
14568 sys_lib_search_path_spec \
14569 sys_lib_dlsearch_path_spec; do
14570 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14571 *[\\\\\\\`\\"\\\$]*)
14572 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14573 ;;
14574 *)
14575 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14576 ;;
14577 esac
14578 done
14579
14580 ac_aux_dir='$ac_aux_dir'
14581 xsi_shell='$xsi_shell'
14582 lt_shell_append='$lt_shell_append'
14583
14584 # See if we are running on zsh, and set the options which allow our
14585 # commands through without removal of \ escapes INIT.
14586 if test -n "\${ZSH_VERSION+set}" ; then
14587 setopt NO_GLOB_SUBST
14588 fi
14589
14590
14591 PACKAGE='$PACKAGE'
14592 VERSION='$VERSION'
14593 TIMESTAMP='$TIMESTAMP'
14594 RM='$RM'
14595 ofile='$ofile'
14596
14597
14598
14599
14600 _ACEOF
14601
14602 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14603
14604 # Handling of arguments.
14605 for ac_config_target in $ac_config_targets
14606 do
14607 case $ac_config_target in
14608 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14609 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
14610 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14611 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14612 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14613 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14614 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14615 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14616
14617 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14618 esac
14619 done
14620
14621
14622 # If the user did not use the arguments to specify the items to instantiate,
14623 # then the envvar interface is used. Set only those that are not.
14624 # We use the long form for the default assignment because of an extremely
14625 # bizarre bug on SunOS 4.1.3.
14626 if $ac_need_defaults; then
14627 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14628 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14629 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14630 fi
14631
14632 # Have a temporary directory for convenience. Make it in the build tree
14633 # simply because there is no reason against having it here, and in addition,
14634 # creating and moving files from /tmp can sometimes cause problems.
14635 # Hook for its removal unless debugging.
14636 # Note that there is a small window in which the directory will not be cleaned:
14637 # after its creation but before its name has been assigned to `$tmp'.
14638 $debug ||
14639 {
14640 tmp= ac_tmp=
14641 trap 'exit_status=$?
14642 : "${ac_tmp:=$tmp}"
14643 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
14644 ' 0
14645 trap 'as_fn_exit 1' 1 2 13 15
14646 }
14647 # Create a (secure) tmp directory for tmp files.
14648
14649 {
14650 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14651 test -d "$tmp"
14652 } ||
14653 {
14654 tmp=./conf$$-$RANDOM
14655 (umask 077 && mkdir "$tmp")
14656 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14657 ac_tmp=$tmp
14658
14659 # Set up the scripts for CONFIG_FILES section.
14660 # No need to generate them if there are no CONFIG_FILES.
14661 # This happens for instance with `./config.status config.h'.
14662 if test -n "$CONFIG_FILES"; then
14663
14664
14665 ac_cr=`echo X | tr X '\015'`
14666 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14667 # But we know of no other shell where ac_cr would be empty at this
14668 # point, so we can use a bashism as a fallback.
14669 if test "x$ac_cr" = x; then
14670 eval ac_cr=\$\'\\r\'
14671 fi
14672 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14673 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14674 ac_cs_awk_cr='\\r'
14675 else
14676 ac_cs_awk_cr=$ac_cr
14677 fi
14678
14679 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
14680 _ACEOF
14681
14682
14683 {
14684 echo "cat >conf$$subs.awk <<_ACEOF" &&
14685 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14686 echo "_ACEOF"
14687 } >conf$$subs.sh ||
14688 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14689 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
14690 ac_delim='%!_!# '
14691 for ac_last_try in false false false false false :; do
14692 . ./conf$$subs.sh ||
14693 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14694
14695 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14696 if test $ac_delim_n = $ac_delim_num; then
14697 break
14698 elif $ac_last_try; then
14699 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14700 else
14701 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14702 fi
14703 done
14704 rm -f conf$$subs.sh
14705
14706 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14707 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
14708 _ACEOF
14709 sed -n '
14710 h
14711 s/^/S["/; s/!.*/"]=/
14712 p
14713 g
14714 s/^[^!]*!//
14715 :repl
14716 t repl
14717 s/'"$ac_delim"'$//
14718 t delim
14719 :nl
14720 h
14721 s/\(.\{148\}\)..*/\1/
14722 t more1
14723 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14724 p
14725 n
14726 b repl
14727 :more1
14728 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14729 p
14730 g
14731 s/.\{148\}//
14732 t nl
14733 :delim
14734 h
14735 s/\(.\{148\}\)..*/\1/
14736 t more2
14737 s/["\\]/\\&/g; s/^/"/; s/$/"/
14738 p
14739 b
14740 :more2
14741 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14742 p
14743 g
14744 s/.\{148\}//
14745 t delim
14746 ' <conf$$subs.awk | sed '
14747 /^[^""]/{
14748 N
14749 s/\n//
14750 }
14751 ' >>$CONFIG_STATUS || ac_write_fail=1
14752 rm -f conf$$subs.awk
14753 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14754 _ACAWK
14755 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
14756 for (key in S) S_is_set[key] = 1
14757 FS = "\a"
14758
14759 }
14760 {
14761 line = $ 0
14762 nfields = split(line, field, "@")
14763 substed = 0
14764 len = length(field[1])
14765 for (i = 2; i < nfields; i++) {
14766 key = field[i]
14767 keylen = length(key)
14768 if (S_is_set[key]) {
14769 value = S[key]
14770 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14771 len += length(value) + length(field[++i])
14772 substed = 1
14773 } else
14774 len += 1 + keylen
14775 }
14776
14777 print line
14778 }
14779
14780 _ACAWK
14781 _ACEOF
14782 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14783 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14784 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14785 else
14786 cat
14787 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14788 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
14789 _ACEOF
14790
14791 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14792 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
14793 # trailing colons and then remove the whole line if VPATH becomes empty
14794 # (actually we leave an empty line to preserve line numbers).
14795 if test "x$srcdir" = x.; then
14796 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14797 h
14798 s///
14799 s/^/:/
14800 s/[ ]*$/:/
14801 s/:\$(srcdir):/:/g
14802 s/:\${srcdir}:/:/g
14803 s/:@srcdir@:/:/g
14804 s/^:*//
14805 s/:*$//
14806 x
14807 s/\(=[ ]*\).*/\1/
14808 G
14809 s/\n//
14810 s/^[^=]*=[ ]*$//
14811 }'
14812 fi
14813
14814 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14815 fi # test -n "$CONFIG_FILES"
14816
14817 # Set up the scripts for CONFIG_HEADERS section.
14818 # No need to generate them if there are no CONFIG_HEADERS.
14819 # This happens for instance with `./config.status Makefile'.
14820 if test -n "$CONFIG_HEADERS"; then
14821 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
14822 BEGIN {
14823 _ACEOF
14824
14825 # Transform confdefs.h into an awk script `defines.awk', embedded as
14826 # here-document in config.status, that substitutes the proper values into
14827 # config.h.in to produce config.h.
14828
14829 # Create a delimiter string that does not exist in confdefs.h, to ease
14830 # handling of long lines.
14831 ac_delim='%!_!# '
14832 for ac_last_try in false false :; do
14833 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14834 if test -z "$ac_tt"; then
14835 break
14836 elif $ac_last_try; then
14837 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
14838 else
14839 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14840 fi
14841 done
14842
14843 # For the awk script, D is an array of macro values keyed by name,
14844 # likewise P contains macro parameters if any. Preserve backslash
14845 # newline sequences.
14846
14847 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14848 sed -n '
14849 s/.\{148\}/&'"$ac_delim"'/g
14850 t rset
14851 :rset
14852 s/^[ ]*#[ ]*define[ ][ ]*/ /
14853 t def
14854 d
14855 :def
14856 s/\\$//
14857 t bsnl
14858 s/["\\]/\\&/g
14859 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14860 D["\1"]=" \3"/p
14861 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14862 d
14863 :bsnl
14864 s/["\\]/\\&/g
14865 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14866 D["\1"]=" \3\\\\\\n"\\/p
14867 t cont
14868 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14869 t cont
14870 d
14871 :cont
14872 n
14873 s/.\{148\}/&'"$ac_delim"'/g
14874 t clear
14875 :clear
14876 s/\\$//
14877 t bsnlc
14878 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14879 d
14880 :bsnlc
14881 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14882 b cont
14883 ' <confdefs.h | sed '
14884 s/'"$ac_delim"'/"\\\
14885 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14886
14887 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14888 for (key in D) D_is_set[key] = 1
14889 FS = "\a"
14890 }
14891 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14892 line = \$ 0
14893 split(line, arg, " ")
14894 if (arg[1] == "#") {
14895 defundef = arg[2]
14896 mac1 = arg[3]
14897 } else {
14898 defundef = substr(arg[1], 2)
14899 mac1 = arg[2]
14900 }
14901 split(mac1, mac2, "(") #)
14902 macro = mac2[1]
14903 prefix = substr(line, 1, index(line, defundef) - 1)
14904 if (D_is_set[macro]) {
14905 # Preserve the white space surrounding the "#".
14906 print prefix "define", macro P[macro] D[macro]
14907 next
14908 } else {
14909 # Replace #undef with comments. This is necessary, for example,
14910 # in the case of _POSIX_SOURCE, which is predefined and required
14911 # on some systems where configure will not decide to define it.
14912 if (defundef == "undef") {
14913 print "/*", prefix defundef, macro, "*/"
14914 next
14915 }
14916 }
14917 }
14918 { print }
14919 _ACAWK
14920 _ACEOF
14921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14922 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
14923 fi # test -n "$CONFIG_HEADERS"
14924
14925
14926 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14927 shift
14928 for ac_tag
14929 do
14930 case $ac_tag in
14931 :[FHLC]) ac_mode=$ac_tag; continue;;
14932 esac
14933 case $ac_mode$ac_tag in
14934 :[FHL]*:*);;
14935 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
14936 :[FH]-) ac_tag=-:-;;
14937 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14938 esac
14939 ac_save_IFS=$IFS
14940 IFS=:
14941 set x $ac_tag
14942 IFS=$ac_save_IFS
14943 shift
14944 ac_file=$1
14945 shift
14946
14947 case $ac_mode in
14948 :L) ac_source=$1;;
14949 :[FH])
14950 ac_file_inputs=
14951 for ac_f
14952 do
14953 case $ac_f in
14954 -) ac_f="$ac_tmp/stdin";;
14955 *) # Look for the file first in the build tree, then in the source tree
14956 # (if the path is not absolute). The absolute path cannot be DOS-style,
14957 # because $ac_f cannot contain `:'.
14958 test -f "$ac_f" ||
14959 case $ac_f in
14960 [\\/$]*) false;;
14961 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14962 esac ||
14963 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14964 esac
14965 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14966 as_fn_append ac_file_inputs " '$ac_f'"
14967 done
14968
14969 # Let's still pretend it is `configure' which instantiates (i.e., don't
14970 # use $as_me), people would be surprised to read:
14971 # /* config.h. Generated by config.status. */
14972 configure_input='Generated from '`
14973 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14974 `' by configure.'
14975 if test x"$ac_file" != x-; then
14976 configure_input="$ac_file. $configure_input"
14977 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14978 $as_echo "$as_me: creating $ac_file" >&6;}
14979 fi
14980 # Neutralize special characters interpreted by sed in replacement strings.
14981 case $configure_input in #(
14982 *\&* | *\|* | *\\* )
14983 ac_sed_conf_input=`$as_echo "$configure_input" |
14984 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14985 *) ac_sed_conf_input=$configure_input;;
14986 esac
14987
14988 case $ac_tag in
14989 *:-:* | *:-) cat >"$ac_tmp/stdin" \
14990 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
14991 esac
14992 ;;
14993 esac
14994
14995 ac_dir=`$as_dirname -- "$ac_file" ||
14996 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14997 X"$ac_file" : 'X\(//\)[^/]' \| \
14998 X"$ac_file" : 'X\(//\)$' \| \
14999 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15000 $as_echo X"$ac_file" |
15001 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15002 s//\1/
15003 q
15004 }
15005 /^X\(\/\/\)[^/].*/{
15006 s//\1/
15007 q
15008 }
15009 /^X\(\/\/\)$/{
15010 s//\1/
15011 q
15012 }
15013 /^X\(\/\).*/{
15014 s//\1/
15015 q
15016 }
15017 s/.*/./; q'`
15018 as_dir="$ac_dir"; as_fn_mkdir_p
15019 ac_builddir=.
15020
15021 case "$ac_dir" in
15022 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15023 *)
15024 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15025 # A ".." for each directory in $ac_dir_suffix.
15026 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15027 case $ac_top_builddir_sub in
15028 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15029 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15030 esac ;;
15031 esac
15032 ac_abs_top_builddir=$ac_pwd
15033 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15034 # for backward compatibility:
15035 ac_top_builddir=$ac_top_build_prefix
15036
15037 case $srcdir in
15038 .) # We are building in place.
15039 ac_srcdir=.
15040 ac_top_srcdir=$ac_top_builddir_sub
15041 ac_abs_top_srcdir=$ac_pwd ;;
15042 [\\/]* | ?:[\\/]* ) # Absolute name.
15043 ac_srcdir=$srcdir$ac_dir_suffix;
15044 ac_top_srcdir=$srcdir
15045 ac_abs_top_srcdir=$srcdir ;;
15046 *) # Relative name.
15047 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15048 ac_top_srcdir=$ac_top_build_prefix$srcdir
15049 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15050 esac
15051 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15052
15053
15054 case $ac_mode in
15055 :F)
15056 #
15057 # CONFIG_FILE
15058 #
15059
15060 case $INSTALL in
15061 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15062 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15063 esac
15064 _ACEOF
15065
15066 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15067 # If the template does not know about datarootdir, expand it.
15068 # FIXME: This hack should be removed a few years after 2.60.
15069 ac_datarootdir_hack=; ac_datarootdir_seen=
15070 ac_sed_dataroot='
15071 /datarootdir/ {
15072 p
15073 q
15074 }
15075 /@datadir@/p
15076 /@docdir@/p
15077 /@infodir@/p
15078 /@localedir@/p
15079 /@mandir@/p'
15080 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15081 *datarootdir*) ac_datarootdir_seen=yes;;
15082 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15083 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15084 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15085 _ACEOF
15086 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15087 ac_datarootdir_hack='
15088 s&@datadir@&$datadir&g
15089 s&@docdir@&$docdir&g
15090 s&@infodir@&$infodir&g
15091 s&@localedir@&$localedir&g
15092 s&@mandir@&$mandir&g
15093 s&\\\${datarootdir}&$datarootdir&g' ;;
15094 esac
15095 _ACEOF
15096
15097 # Neutralize VPATH when `$srcdir' = `.'.
15098 # Shell code in configure.ac might set extrasub.
15099 # FIXME: do we really want to maintain this feature?
15100 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15101 ac_sed_extra="$ac_vpsub
15102 $extrasub
15103 _ACEOF
15104 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15105 :t
15106 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15107 s|@configure_input@|$ac_sed_conf_input|;t t
15108 s&@top_builddir@&$ac_top_builddir_sub&;t t
15109 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15110 s&@srcdir@&$ac_srcdir&;t t
15111 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15112 s&@top_srcdir@&$ac_top_srcdir&;t t
15113 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15114 s&@builddir@&$ac_builddir&;t t
15115 s&@abs_builddir@&$ac_abs_builddir&;t t
15116 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15117 s&@INSTALL@&$ac_INSTALL&;t t
15118 $ac_datarootdir_hack
15119 "
15120 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15121 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15122
15123 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15124 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15125 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15126 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15128 which seems to be undefined. Please make sure it is defined" >&5
15129 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15130 which seems to be undefined. Please make sure it is defined" >&2;}
15131
15132 rm -f "$ac_tmp/stdin"
15133 case $ac_file in
15134 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15135 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15136 esac \
15137 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15138 ;;
15139 :H)
15140 #
15141 # CONFIG_HEADER
15142 #
15143 if test x"$ac_file" != x-; then
15144 {
15145 $as_echo "/* $configure_input */" \
15146 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15147 } >"$ac_tmp/config.h" \
15148 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15149 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15150 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15151 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15152 else
15153 rm -f "$ac_file"
15154 mv "$ac_tmp/config.h" "$ac_file" \
15155 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15156 fi
15157 else
15158 $as_echo "/* $configure_input */" \
15159 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15160 || as_fn_error $? "could not create -" "$LINENO" 5
15161 fi
15162 ;;
15163
15164 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15165 $as_echo "$as_me: executing $ac_file commands" >&6;}
15166 ;;
15167 esac
15168
15169
15170 case $ac_file$ac_mode in
15171 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
15172 "libtool":C)
15173
15174 # See if we are running on zsh, and set the options which allow our
15175 # commands through without removal of \ escapes.
15176 if test -n "${ZSH_VERSION+set}" ; then
15177 setopt NO_GLOB_SUBST
15178 fi
15179
15180 cfgfile="${ofile}T"
15181 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15182 $RM "$cfgfile"
15183
15184 cat <<_LT_EOF >> "$cfgfile"
15185 #! $SHELL
15186
15187 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15188 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15189 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15190 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15191 #
15192 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15193 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15194 # Written by Gordon Matzigkeit, 1996
15195 #
15196 # This file is part of GNU Libtool.
15197 #
15198 # GNU Libtool is free software; you can redistribute it and/or
15199 # modify it under the terms of the GNU General Public License as
15200 # published by the Free Software Foundation; either version 2 of
15201 # the License, or (at your option) any later version.
15202 #
15203 # As a special exception to the GNU General Public License,
15204 # if you distribute this file as part of a program or library that
15205 # is built using GNU Libtool, you may include this file under the
15206 # same distribution terms that you use for the rest of that program.
15207 #
15208 # GNU Libtool is distributed in the hope that it will be useful,
15209 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15210 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15211 # GNU General Public License for more details.
15212 #
15213 # You should have received a copy of the GNU General Public License
15214 # along with GNU Libtool; see the file COPYING. If not, a copy
15215 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15216 # obtained by writing to the Free Software Foundation, Inc.,
15217 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15218
15219
15220 # The names of the tagged configurations supported by this script.
15221 available_tags=""
15222
15223 # ### BEGIN LIBTOOL CONFIG
15224
15225 # Which release of libtool.m4 was used?
15226 macro_version=$macro_version
15227 macro_revision=$macro_revision
15228
15229 # Whether or not to build shared libraries.
15230 build_libtool_libs=$enable_shared
15231
15232 # Whether or not to build static libraries.
15233 build_old_libs=$enable_static
15234
15235 # What type of objects to build.
15236 pic_mode=$pic_mode
15237
15238 # Whether or not to optimize for fast installation.
15239 fast_install=$enable_fast_install
15240
15241 # Shell to use when invoking shell scripts.
15242 SHELL=$lt_SHELL
15243
15244 # An echo program that protects backslashes.
15245 ECHO=$lt_ECHO
15246
15247 # The host system.
15248 host_alias=$host_alias
15249 host=$host
15250 host_os=$host_os
15251
15252 # The build system.
15253 build_alias=$build_alias
15254 build=$build
15255 build_os=$build_os
15256
15257 # A sed program that does not truncate output.
15258 SED=$lt_SED
15259
15260 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15261 Xsed="\$SED -e 1s/^X//"
15262
15263 # A grep program that handles long lines.
15264 GREP=$lt_GREP
15265
15266 # An ERE matcher.
15267 EGREP=$lt_EGREP
15268
15269 # A literal string matcher.
15270 FGREP=$lt_FGREP
15271
15272 # A BSD- or MS-compatible name lister.
15273 NM=$lt_NM
15274
15275 # Whether we need soft or hard links.
15276 LN_S=$lt_LN_S
15277
15278 # What is the maximum length of a command?
15279 max_cmd_len=$max_cmd_len
15280
15281 # Object file suffix (normally "o").
15282 objext=$ac_objext
15283
15284 # Executable file suffix (normally "").
15285 exeext=$exeext
15286
15287 # whether the shell understands "unset".
15288 lt_unset=$lt_unset
15289
15290 # turn spaces into newlines.
15291 SP2NL=$lt_lt_SP2NL
15292
15293 # turn newlines into spaces.
15294 NL2SP=$lt_lt_NL2SP
15295
15296 # An object symbol dumper.
15297 OBJDUMP=$lt_OBJDUMP
15298
15299 # Method to check whether dependent libraries are shared objects.
15300 deplibs_check_method=$lt_deplibs_check_method
15301
15302 # Command to use when deplibs_check_method == "file_magic".
15303 file_magic_cmd=$lt_file_magic_cmd
15304
15305 # The archiver.
15306 AR=$lt_AR
15307 AR_FLAGS=$lt_AR_FLAGS
15308
15309 # A symbol stripping program.
15310 STRIP=$lt_STRIP
15311
15312 # Commands used to install an old-style archive.
15313 RANLIB=$lt_RANLIB
15314 old_postinstall_cmds=$lt_old_postinstall_cmds
15315 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15316
15317 # Whether to use a lock for old archive extraction.
15318 lock_old_archive_extraction=$lock_old_archive_extraction
15319
15320 # A C compiler.
15321 LTCC=$lt_CC
15322
15323 # LTCC compiler flags.
15324 LTCFLAGS=$lt_CFLAGS
15325
15326 # Take the output of nm and produce a listing of raw symbols and C names.
15327 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15328
15329 # Transform the output of nm in a proper C declaration.
15330 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15331
15332 # Transform the output of nm in a C name address pair.
15333 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15334
15335 # Transform the output of nm in a C name address pair when lib prefix is needed.
15336 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15337
15338 # The name of the directory that contains temporary libtool files.
15339 objdir=$objdir
15340
15341 # Used to examine libraries when file_magic_cmd begins with "file".
15342 MAGIC_CMD=$MAGIC_CMD
15343
15344 # Must we lock files when doing compilation?
15345 need_locks=$lt_need_locks
15346
15347 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15348 DSYMUTIL=$lt_DSYMUTIL
15349
15350 # Tool to change global to local symbols on Mac OS X.
15351 NMEDIT=$lt_NMEDIT
15352
15353 # Tool to manipulate fat objects and archives on Mac OS X.
15354 LIPO=$lt_LIPO
15355
15356 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15357 OTOOL=$lt_OTOOL
15358
15359 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15360 OTOOL64=$lt_OTOOL64
15361
15362 # Old archive suffix (normally "a").
15363 libext=$libext
15364
15365 # Shared library suffix (normally ".so").
15366 shrext_cmds=$lt_shrext_cmds
15367
15368 # The commands to extract the exported symbol list from a shared archive.
15369 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15370
15371 # Variables whose values should be saved in libtool wrapper scripts and
15372 # restored at link time.
15373 variables_saved_for_relink=$lt_variables_saved_for_relink
15374
15375 # Do we need the "lib" prefix for modules?
15376 need_lib_prefix=$need_lib_prefix
15377
15378 # Do we need a version for libraries?
15379 need_version=$need_version
15380
15381 # Library versioning type.
15382 version_type=$version_type
15383
15384 # Shared library runtime path variable.
15385 runpath_var=$runpath_var
15386
15387 # Shared library path variable.
15388 shlibpath_var=$shlibpath_var
15389
15390 # Is shlibpath searched before the hard-coded library search path?
15391 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15392
15393 # Format of library name prefix.
15394 libname_spec=$lt_libname_spec
15395
15396 # List of archive names. First name is the real one, the rest are links.
15397 # The last name is the one that the linker finds with -lNAME
15398 library_names_spec=$lt_library_names_spec
15399
15400 # The coded name of the library, if different from the real name.
15401 soname_spec=$lt_soname_spec
15402
15403 # Permission mode override for installation of shared libraries.
15404 install_override_mode=$lt_install_override_mode
15405
15406 # Command to use after installation of a shared archive.
15407 postinstall_cmds=$lt_postinstall_cmds
15408
15409 # Command to use after uninstallation of a shared archive.
15410 postuninstall_cmds=$lt_postuninstall_cmds
15411
15412 # Commands used to finish a libtool library installation in a directory.
15413 finish_cmds=$lt_finish_cmds
15414
15415 # As "finish_cmds", except a single script fragment to be evaled but
15416 # not shown.
15417 finish_eval=$lt_finish_eval
15418
15419 # Whether we should hardcode library paths into libraries.
15420 hardcode_into_libs=$hardcode_into_libs
15421
15422 # Compile-time system search path for libraries.
15423 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15424
15425 # Run-time system search path for libraries.
15426 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15427
15428 # Whether dlopen is supported.
15429 dlopen_support=$enable_dlopen
15430
15431 # Whether dlopen of programs is supported.
15432 dlopen_self=$enable_dlopen_self
15433
15434 # Whether dlopen of statically linked programs is supported.
15435 dlopen_self_static=$enable_dlopen_self_static
15436
15437 # Commands to strip libraries.
15438 old_striplib=$lt_old_striplib
15439 striplib=$lt_striplib
15440
15441
15442 # The linker used to build libraries.
15443 LD=$lt_LD
15444
15445 # How to create reloadable object files.
15446 reload_flag=$lt_reload_flag
15447 reload_cmds=$lt_reload_cmds
15448
15449 # Commands used to build an old-style archive.
15450 old_archive_cmds=$lt_old_archive_cmds
15451
15452 # A language specific compiler.
15453 CC=$lt_compiler
15454
15455 # Is the compiler the GNU compiler?
15456 with_gcc=$GCC
15457
15458 # Compiler flag to turn off builtin functions.
15459 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15460
15461 # How to pass a linker flag through the compiler.
15462 wl=$lt_lt_prog_compiler_wl
15463
15464 # Additional compiler flags for building library objects.
15465 pic_flag=$lt_lt_prog_compiler_pic
15466
15467 # Compiler flag to prevent dynamic linking.
15468 link_static_flag=$lt_lt_prog_compiler_static
15469
15470 # Does compiler simultaneously support -c and -o options?
15471 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15472
15473 # Whether or not to add -lc for building shared libraries.
15474 build_libtool_need_lc=$archive_cmds_need_lc
15475
15476 # Whether or not to disallow shared libs when runtime libs are static.
15477 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15478
15479 # Compiler flag to allow reflexive dlopens.
15480 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15481
15482 # Compiler flag to generate shared objects directly from archives.
15483 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15484
15485 # Whether the compiler copes with passing no objects directly.
15486 compiler_needs_object=$lt_compiler_needs_object
15487
15488 # Create an old-style archive from a shared archive.
15489 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15490
15491 # Create a temporary old-style archive to link instead of a shared archive.
15492 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15493
15494 # Commands used to build a shared archive.
15495 archive_cmds=$lt_archive_cmds
15496 archive_expsym_cmds=$lt_archive_expsym_cmds
15497
15498 # Commands used to build a loadable module if different from building
15499 # a shared archive.
15500 module_cmds=$lt_module_cmds
15501 module_expsym_cmds=$lt_module_expsym_cmds
15502
15503 # Whether we are building with GNU ld or not.
15504 with_gnu_ld=$lt_with_gnu_ld
15505
15506 # Flag that allows shared libraries with undefined symbols to be built.
15507 allow_undefined_flag=$lt_allow_undefined_flag
15508
15509 # Flag that enforces no undefined symbols.
15510 no_undefined_flag=$lt_no_undefined_flag
15511
15512 # Flag to hardcode \$libdir into a binary during linking.
15513 # This must work even if \$libdir does not exist
15514 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15515
15516 # If ld is used when linking, flag to hardcode \$libdir into a binary
15517 # during linking. This must work even if \$libdir does not exist.
15518 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15519
15520 # Whether we need a single "-rpath" flag with a separated argument.
15521 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15522
15523 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15524 # DIR into the resulting binary.
15525 hardcode_direct=$hardcode_direct
15526
15527 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15528 # DIR into the resulting binary and the resulting library dependency is
15529 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15530 # library is relocated.
15531 hardcode_direct_absolute=$hardcode_direct_absolute
15532
15533 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15534 # into the resulting binary.
15535 hardcode_minus_L=$hardcode_minus_L
15536
15537 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15538 # into the resulting binary.
15539 hardcode_shlibpath_var=$hardcode_shlibpath_var
15540
15541 # Set to "yes" if building a shared library automatically hardcodes DIR
15542 # into the library and all subsequent libraries and executables linked
15543 # against it.
15544 hardcode_automatic=$hardcode_automatic
15545
15546 # Set to yes if linker adds runtime paths of dependent libraries
15547 # to runtime path list.
15548 inherit_rpath=$inherit_rpath
15549
15550 # Whether libtool must link a program against all its dependency libraries.
15551 link_all_deplibs=$link_all_deplibs
15552
15553 # Fix the shell variable \$srcfile for the compiler.
15554 fix_srcfile_path=$lt_fix_srcfile_path
15555
15556 # Set to "yes" if exported symbols are required.
15557 always_export_symbols=$always_export_symbols
15558
15559 # The commands to list exported symbols.
15560 export_symbols_cmds=$lt_export_symbols_cmds
15561
15562 # Symbols that should not be listed in the preloaded symbols.
15563 exclude_expsyms=$lt_exclude_expsyms
15564
15565 # Symbols that must always be exported.
15566 include_expsyms=$lt_include_expsyms
15567
15568 # Commands necessary for linking programs (against libraries) with templates.
15569 prelink_cmds=$lt_prelink_cmds
15570
15571 # Specify filename containing input files.
15572 file_list_spec=$lt_file_list_spec
15573
15574 # How to hardcode a shared library path into an executable.
15575 hardcode_action=$hardcode_action
15576
15577 # ### END LIBTOOL CONFIG
15578
15579 _LT_EOF
15580
15581 case $host_os in
15582 aix3*)
15583 cat <<\_LT_EOF >> "$cfgfile"
15584 # AIX sometimes has problems with the GCC collect2 program. For some
15585 # reason, if we set the COLLECT_NAMES environment variable, the problems
15586 # vanish in a puff of smoke.
15587 if test "X${COLLECT_NAMES+set}" != Xset; then
15588 COLLECT_NAMES=
15589 export COLLECT_NAMES
15590 fi
15591 _LT_EOF
15592 ;;
15593 esac
15594
15595
15596 ltmain="$ac_aux_dir/ltmain.sh"
15597
15598
15599 # We use sed instead of cat because bash on DJGPP gets confused if
15600 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15601 # text mode, it properly converts lines to CR/LF. This bash problem
15602 # is reportedly fixed, but why not run on old versions too?
15603 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15604 || (rm -f "$cfgfile"; exit 1)
15605
15606 case $xsi_shell in
15607 yes)
15608 cat << \_LT_EOF >> "$cfgfile"
15609
15610 # func_dirname file append nondir_replacement
15611 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15612 # otherwise set result to NONDIR_REPLACEMENT.
15613 func_dirname ()
15614 {
15615 case ${1} in
15616 */*) func_dirname_result="${1%/*}${2}" ;;
15617 * ) func_dirname_result="${3}" ;;
15618 esac
15619 }
15620
15621 # func_basename file
15622 func_basename ()
15623 {
15624 func_basename_result="${1##*/}"
15625 }
15626
15627 # func_dirname_and_basename file append nondir_replacement
15628 # perform func_basename and func_dirname in a single function
15629 # call:
15630 # dirname: Compute the dirname of FILE. If nonempty,
15631 # add APPEND to the result, otherwise set result
15632 # to NONDIR_REPLACEMENT.
15633 # value returned in "$func_dirname_result"
15634 # basename: Compute filename of FILE.
15635 # value retuned in "$func_basename_result"
15636 # Implementation must be kept synchronized with func_dirname
15637 # and func_basename. For efficiency, we do not delegate to
15638 # those functions but instead duplicate the functionality here.
15639 func_dirname_and_basename ()
15640 {
15641 case ${1} in
15642 */*) func_dirname_result="${1%/*}${2}" ;;
15643 * ) func_dirname_result="${3}" ;;
15644 esac
15645 func_basename_result="${1##*/}"
15646 }
15647
15648 # func_stripname prefix suffix name
15649 # strip PREFIX and SUFFIX off of NAME.
15650 # PREFIX and SUFFIX must not contain globbing or regex special
15651 # characters, hashes, percent signs, but SUFFIX may contain a leading
15652 # dot (in which case that matches only a dot).
15653 func_stripname ()
15654 {
15655 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15656 # positional parameters, so assign one to ordinary parameter first.
15657 func_stripname_result=${3}
15658 func_stripname_result=${func_stripname_result#"${1}"}
15659 func_stripname_result=${func_stripname_result%"${2}"}
15660 }
15661
15662 # func_opt_split
15663 func_opt_split ()
15664 {
15665 func_opt_split_opt=${1%%=*}
15666 func_opt_split_arg=${1#*=}
15667 }
15668
15669 # func_lo2o object
15670 func_lo2o ()
15671 {
15672 case ${1} in
15673 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15674 *) func_lo2o_result=${1} ;;
15675 esac
15676 }
15677
15678 # func_xform libobj-or-source
15679 func_xform ()
15680 {
15681 func_xform_result=${1%.*}.lo
15682 }
15683
15684 # func_arith arithmetic-term...
15685 func_arith ()
15686 {
15687 func_arith_result=$(( $* ))
15688 }
15689
15690 # func_len string
15691 # STRING may not start with a hyphen.
15692 func_len ()
15693 {
15694 func_len_result=${#1}
15695 }
15696
15697 _LT_EOF
15698 ;;
15699 *) # Bourne compatible functions.
15700 cat << \_LT_EOF >> "$cfgfile"
15701
15702 # func_dirname file append nondir_replacement
15703 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15704 # otherwise set result to NONDIR_REPLACEMENT.
15705 func_dirname ()
15706 {
15707 # Extract subdirectory from the argument.
15708 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15709 if test "X$func_dirname_result" = "X${1}"; then
15710 func_dirname_result="${3}"
15711 else
15712 func_dirname_result="$func_dirname_result${2}"
15713 fi
15714 }
15715
15716 # func_basename file
15717 func_basename ()
15718 {
15719 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15720 }
15721
15722
15723 # func_stripname prefix suffix name
15724 # strip PREFIX and SUFFIX off of NAME.
15725 # PREFIX and SUFFIX must not contain globbing or regex special
15726 # characters, hashes, percent signs, but SUFFIX may contain a leading
15727 # dot (in which case that matches only a dot).
15728 # func_strip_suffix prefix name
15729 func_stripname ()
15730 {
15731 case ${2} in
15732 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15733 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15734 esac
15735 }
15736
15737 # sed scripts:
15738 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15739 my_sed_long_arg='1s/^-[^=]*=//'
15740
15741 # func_opt_split
15742 func_opt_split ()
15743 {
15744 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15745 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15746 }
15747
15748 # func_lo2o object
15749 func_lo2o ()
15750 {
15751 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15752 }
15753
15754 # func_xform libobj-or-source
15755 func_xform ()
15756 {
15757 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15758 }
15759
15760 # func_arith arithmetic-term...
15761 func_arith ()
15762 {
15763 func_arith_result=`expr "$@"`
15764 }
15765
15766 # func_len string
15767 # STRING may not start with a hyphen.
15768 func_len ()
15769 {
15770 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15771 }
15772
15773 _LT_EOF
15774 esac
15775
15776 case $lt_shell_append in
15777 yes)
15778 cat << \_LT_EOF >> "$cfgfile"
15779
15780 # func_append var value
15781 # Append VALUE to the end of shell variable VAR.
15782 func_append ()
15783 {
15784 eval "$1+=\$2"
15785 }
15786 _LT_EOF
15787 ;;
15788 *)
15789 cat << \_LT_EOF >> "$cfgfile"
15790
15791 # func_append var value
15792 # Append VALUE to the end of shell variable VAR.
15793 func_append ()
15794 {
15795 eval "$1=\$$1\$2"
15796 }
15797
15798 _LT_EOF
15799 ;;
15800 esac
15801
15802
15803 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15804 || (rm -f "$cfgfile"; exit 1)
15805
15806 mv -f "$cfgfile" "$ofile" ||
15807 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15808 chmod +x "$ofile"
15809
15810 ;;
15811 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15812 rm -f Makesim1.tmp Makesim2.tmp Makefile
15813 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15814 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15815 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15816 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15817 <Makefile.sim >Makefile
15818 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15819 ;;
15820 "stamp-h":C) echo > stamp-h ;;
15821
15822 esac
15823 done # for ac_tag
15824
15825
15826 as_fn_exit 0
15827 _ACEOF
15828 ac_clean_files=$ac_clean_files_save
15829
15830 test $ac_write_fail = 0 ||
15831 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
15832
15833
15834 # configure is writing to config.log, and then calls config.status.
15835 # config.status does its own redirection, appending to config.log.
15836 # Unfortunately, on DOS this fails, as config.log is still kept open
15837 # by configure, so config.status won't be able to write to it; its
15838 # output is simply discarded. So we exec the FD to /dev/null,
15839 # effectively closing config.log, so it can be properly (re)opened and
15840 # appended to by config.status. When coming back to configure, we
15841 # need to make the FD available again.
15842 if test "$no_create" != yes; then
15843 ac_cs_success=:
15844 ac_config_status_args=
15845 test "$silent" = yes &&
15846 ac_config_status_args="$ac_config_status_args --quiet"
15847 exec 5>/dev/null
15848 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15849 exec 5>>config.log
15850 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15851 # would make configure fail if this is the last instruction.
15852 $ac_cs_success || as_fn_exit 1
15853 fi
15854 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15855 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15856 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15857 fi
15858
15859