PR ld/15323
[deliverable/binutils-gdb.git] / sim / v850 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_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.
43if 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 --'
47elif (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'
50else
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'
70fi
71
72# The user is always right.
73if 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 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
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.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
b7026657 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
c906108c 271
81ecdfbb
RW
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
c906108c 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
c906108c 393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
c906108c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
c906108c 418
b7026657
AC
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 425
c906108c 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
c906108c 457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
b7026657 469esac
c906108c 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
b7026657 491 fi
b7026657
AC
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
c906108c 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
c906108c 504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
c906108c 527
b7026657
AC
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
c906108c 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
c906108c 538
b7026657
AC
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 543
c906108c 544#
b7026657 545# Initializations.
c906108c 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
c906108c 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604REPORT_BUGS_TEXI
605REPORT_BUGS_TO
606PKGVERSION
607sim_profile
608sim_trace
609sim_stdio
610sim_debug
611sim_cflags
612sim_bswap
613MAINT
6bb11ab3
L
614lt_cv_dlopen_libs
615OTOOL64
616OTOOL
617LIPO
618NMEDIT
619DSYMUTIL
620AWK
621STRIP
622OBJDUMP
623LN_S
624NM
625ac_ct_DUMPBIN
626DUMPBIN
627LD
628FGREP
629SED
630LIBTOOL
631PLUGINS_FALSE
632PLUGINS_TRUE
81ecdfbb
RW
633CATOBJEXT
634GENCAT
635INSTOBJEXT
636DATADIRNAME
637CATALOGS
638POSUB
639GMSGFMT
640XGETTEXT
641INCINTL
642LIBINTL_DEP
643LIBINTL
644USE_NLS
db2e4d67
MF
645GMAKE_FALSE
646GMAKE_TRUE
647MAKE
648CCDEPMODE
649DEPDIR
650am__leading_dot
5f3ef9d0 651PACKAGE
81ecdfbb
RW
652RANLIB
653AR
654HDEFINES
655CC_FOR_BUILD
656INSTALL_DATA
657INSTALL_SCRIPT
658INSTALL_PROGRAM
2232061b
MF
659EGREP
660GREP
661CPP
81ecdfbb
RW
662target_os
663target_vendor
664target_cpu
665target
666host_os
667host_vendor
668host_cpu
669host
670build_os
671build_vendor
672build_cpu
673build
6ffe910a
MF
674OBJEXT
675EXEEXT
676ac_ct_CC
677CPPFLAGS
678LDFLAGS
679CFLAGS
680CC
81ecdfbb
RW
681WERROR_CFLAGS
682WARN_CFLAGS
683sim_xor_endian
684sim_stdcall
685sim_smp
686sim_reserved_bits
687sim_regparm
688sim_packages
689sim_inline
690sim_hw
691sim_hw_objs
692sim_hw_cflags
693sim_default_model
694sim_scache
695sim_float
696sim_hostendian
697sim_endian
698sim_bitsize
699sim_assert
700sim_alignment
701sim_environment
702target_alias
703host_alias
704build_alias
705LIBS
706ECHO_T
707ECHO_N
708ECHO_C
709DEFS
710mandir
711localedir
712libdir
713psdir
714pdfdir
715dvidir
716htmldir
717infodir
718docdir
719oldincludedir
720includedir
721localstatedir
722sharedstatedir
723sysconfdir
724datadir
725datarootdir
726libexecdir
727sbindir
728bindir
729program_transform_name
730prefix
731exec_prefix
732PACKAGE_URL
733PACKAGE_BUGREPORT
734PACKAGE_STRING
735PACKAGE_VERSION
736PACKAGE_TARNAME
737PACKAGE_NAME
738PATH_SEPARATOR
739SHELL'
b7026657 740ac_subst_files=''
81ecdfbb
RW
741ac_user_opts='
742enable_option_checking
5912fadd 743with_zlib
6bb11ab3
L
744enable_plugins
745enable_shared
746enable_static
747with_pic
748enable_fast_install
749with_gnu_ld
750enable_libtool_lock
81ecdfbb
RW
751enable_maintainer_mode
752enable_sim_bswap
753enable_sim_cflags
754enable_sim_debug
755enable_sim_stdio
756enable_sim_trace
757enable_sim_profile
758with_pkgversion
759with_bugurl
760enable_sim_endian
761enable_sim_alignment
762enable_sim_hostendian
2232061b 763enable_werror
81ecdfbb
RW
764enable_build_warnings
765enable_sim_build_warnings
766enable_sim_reserved_bits
767enable_sim_bitsize
768'
769 ac_precious_vars='build_alias
770host_alias
771target_alias
772CC
773CFLAGS
774LDFLAGS
775LIBS
776CPPFLAGS
777CPP'
778
c906108c
SS
779
780# Initialize some variables set by options.
b7026657
AC
781ac_init_help=
782ac_init_version=false
81ecdfbb
RW
783ac_unrecognized_opts=
784ac_unrecognized_sep=
c906108c
SS
785# The variables have the same names as the options, with
786# dashes changed to underlines.
b7026657 787cache_file=/dev/null
c906108c 788exec_prefix=NONE
c906108c 789no_create=
c906108c
SS
790no_recursion=
791prefix=NONE
792program_prefix=NONE
793program_suffix=NONE
794program_transform_name=s,x,x,
795silent=
796site=
797srcdir=
c906108c
SS
798verbose=
799x_includes=NONE
800x_libraries=NONE
b7026657
AC
801
802# Installation directory options.
803# These are left unexpanded so users can "make install exec_prefix=/foo"
804# and all the variables that are supposed to be based on exec_prefix
805# by default will actually change.
806# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 807# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
808bindir='${exec_prefix}/bin'
809sbindir='${exec_prefix}/sbin'
810libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
811datarootdir='${prefix}/share'
812datadir='${datarootdir}'
c906108c
SS
813sysconfdir='${prefix}/etc'
814sharedstatedir='${prefix}/com'
815localstatedir='${prefix}/var'
c906108c
SS
816includedir='${prefix}/include'
817oldincludedir='/usr/include'
81ecdfbb
RW
818docdir='${datarootdir}/doc/${PACKAGE}'
819infodir='${datarootdir}/info'
820htmldir='${docdir}'
821dvidir='${docdir}'
822pdfdir='${docdir}'
823psdir='${docdir}'
824libdir='${exec_prefix}/lib'
825localedir='${datarootdir}/locale'
826mandir='${datarootdir}/man'
c906108c 827
c906108c 828ac_prev=
81ecdfbb 829ac_dashdash=
c906108c
SS
830for ac_option
831do
c906108c
SS
832 # If the previous option needs an argument, assign it.
833 if test -n "$ac_prev"; then
81ecdfbb 834 eval $ac_prev=\$ac_option
c906108c
SS
835 ac_prev=
836 continue
837 fi
838
81ecdfbb
RW
839 case $ac_option in
840 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
841 *) ac_optarg=yes ;;
842 esac
c906108c
SS
843
844 # Accept the important Cygnus configure options, so we can diagnose typos.
845
81ecdfbb
RW
846 case $ac_dashdash$ac_option in
847 --)
848 ac_dashdash=yes ;;
c906108c
SS
849
850 -bindir | --bindir | --bindi | --bind | --bin | --bi)
851 ac_prev=bindir ;;
852 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 853 bindir=$ac_optarg ;;
c906108c
SS
854
855 -build | --build | --buil | --bui | --bu)
b7026657 856 ac_prev=build_alias ;;
c906108c 857 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 858 build_alias=$ac_optarg ;;
c906108c
SS
859
860 -cache-file | --cache-file | --cache-fil | --cache-fi \
861 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
862 ac_prev=cache_file ;;
863 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
864 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
865 cache_file=$ac_optarg ;;
866
867 --config-cache | -C)
868 cache_file=config.cache ;;
c906108c 869
81ecdfbb 870 -datadir | --datadir | --datadi | --datad)
c906108c 871 ac_prev=datadir ;;
81ecdfbb 872 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 873 datadir=$ac_optarg ;;
c906108c 874
81ecdfbb
RW
875 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
876 | --dataroo | --dataro | --datar)
877 ac_prev=datarootdir ;;
878 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
879 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
880 datarootdir=$ac_optarg ;;
881
c906108c 882 -disable-* | --disable-*)
81ecdfbb 883 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 884 # Reject names that are not valid shell variable names.
81ecdfbb
RW
885 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
886 as_fn_error "invalid feature name: $ac_useropt"
887 ac_useropt_orig=$ac_useropt
888 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
889 case $ac_user_opts in
890 *"
891"enable_$ac_useropt"
892"*) ;;
893 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
894 ac_unrecognized_sep=', ';;
895 esac
896 eval enable_$ac_useropt=no ;;
897
898 -docdir | --docdir | --docdi | --doc | --do)
899 ac_prev=docdir ;;
900 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
901 docdir=$ac_optarg ;;
902
903 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
904 ac_prev=dvidir ;;
905 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
906 dvidir=$ac_optarg ;;
c906108c
SS
907
908 -enable-* | --enable-*)
81ecdfbb 909 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 910 # Reject names that are not valid shell variable names.
81ecdfbb
RW
911 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
912 as_fn_error "invalid feature name: $ac_useropt"
913 ac_useropt_orig=$ac_useropt
914 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
915 case $ac_user_opts in
916 *"
917"enable_$ac_useropt"
918"*) ;;
919 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
920 ac_unrecognized_sep=', ';;
c906108c 921 esac
81ecdfbb 922 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
923
924 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
925 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
926 | --exec | --exe | --ex)
927 ac_prev=exec_prefix ;;
928 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
929 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
930 | --exec=* | --exe=* | --ex=*)
b7026657 931 exec_prefix=$ac_optarg ;;
c906108c
SS
932
933 -gas | --gas | --ga | --g)
934 # Obsolete; use --with-gas.
935 with_gas=yes ;;
936
b7026657
AC
937 -help | --help | --hel | --he | -h)
938 ac_init_help=long ;;
939 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
940 ac_init_help=recursive ;;
941 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
942 ac_init_help=short ;;
c906108c
SS
943
944 -host | --host | --hos | --ho)
b7026657 945 ac_prev=host_alias ;;
c906108c 946 -host=* | --host=* | --hos=* | --ho=*)
b7026657 947 host_alias=$ac_optarg ;;
c906108c 948
81ecdfbb
RW
949 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
950 ac_prev=htmldir ;;
951 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
952 | --ht=*)
953 htmldir=$ac_optarg ;;
954
c906108c
SS
955 -includedir | --includedir | --includedi | --included | --include \
956 | --includ | --inclu | --incl | --inc)
957 ac_prev=includedir ;;
958 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
959 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 960 includedir=$ac_optarg ;;
c906108c
SS
961
962 -infodir | --infodir | --infodi | --infod | --info | --inf)
963 ac_prev=infodir ;;
964 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 965 infodir=$ac_optarg ;;
c906108c
SS
966
967 -libdir | --libdir | --libdi | --libd)
968 ac_prev=libdir ;;
969 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 970 libdir=$ac_optarg ;;
c906108c
SS
971
972 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
973 | --libexe | --libex | --libe)
974 ac_prev=libexecdir ;;
975 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
976 | --libexe=* | --libex=* | --libe=*)
b7026657 977 libexecdir=$ac_optarg ;;
c906108c 978
81ecdfbb
RW
979 -localedir | --localedir | --localedi | --localed | --locale)
980 ac_prev=localedir ;;
981 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
982 localedir=$ac_optarg ;;
983
c906108c 984 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 985 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
986 ac_prev=localstatedir ;;
987 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 988 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 989 localstatedir=$ac_optarg ;;
c906108c
SS
990
991 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
992 ac_prev=mandir ;;
993 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 994 mandir=$ac_optarg ;;
c906108c
SS
995
996 -nfp | --nfp | --nf)
997 # Obsolete; use --without-fp.
998 with_fp=no ;;
999
1000 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1001 | --no-cr | --no-c | -n)
c906108c
SS
1002 no_create=yes ;;
1003
1004 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1005 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1006 no_recursion=yes ;;
1007
1008 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1009 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1010 | --oldin | --oldi | --old | --ol | --o)
1011 ac_prev=oldincludedir ;;
1012 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1013 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1014 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1015 oldincludedir=$ac_optarg ;;
c906108c
SS
1016
1017 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1018 ac_prev=prefix ;;
1019 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1020 prefix=$ac_optarg ;;
c906108c
SS
1021
1022 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1023 | --program-pre | --program-pr | --program-p)
1024 ac_prev=program_prefix ;;
1025 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1026 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1027 program_prefix=$ac_optarg ;;
c906108c
SS
1028
1029 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1030 | --program-suf | --program-su | --program-s)
1031 ac_prev=program_suffix ;;
1032 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1033 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1034 program_suffix=$ac_optarg ;;
c906108c
SS
1035
1036 -program-transform-name | --program-transform-name \
1037 | --program-transform-nam | --program-transform-na \
1038 | --program-transform-n | --program-transform- \
1039 | --program-transform | --program-transfor \
1040 | --program-transfo | --program-transf \
1041 | --program-trans | --program-tran \
1042 | --progr-tra | --program-tr | --program-t)
1043 ac_prev=program_transform_name ;;
1044 -program-transform-name=* | --program-transform-name=* \
1045 | --program-transform-nam=* | --program-transform-na=* \
1046 | --program-transform-n=* | --program-transform-=* \
1047 | --program-transform=* | --program-transfor=* \
1048 | --program-transfo=* | --program-transf=* \
1049 | --program-trans=* | --program-tran=* \
1050 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1051 program_transform_name=$ac_optarg ;;
c906108c 1052
81ecdfbb
RW
1053 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1054 ac_prev=pdfdir ;;
1055 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1056 pdfdir=$ac_optarg ;;
1057
1058 -psdir | --psdir | --psdi | --psd | --ps)
1059 ac_prev=psdir ;;
1060 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1061 psdir=$ac_optarg ;;
1062
c906108c
SS
1063 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1064 | -silent | --silent | --silen | --sile | --sil)
1065 silent=yes ;;
1066
1067 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1068 ac_prev=sbindir ;;
1069 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1070 | --sbi=* | --sb=*)
b7026657 1071 sbindir=$ac_optarg ;;
c906108c
SS
1072
1073 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1074 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1075 | --sharedst | --shareds | --shared | --share | --shar \
1076 | --sha | --sh)
1077 ac_prev=sharedstatedir ;;
1078 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1079 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1080 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1081 | --sha=* | --sh=*)
b7026657 1082 sharedstatedir=$ac_optarg ;;
c906108c
SS
1083
1084 -site | --site | --sit)
1085 ac_prev=site ;;
1086 -site=* | --site=* | --sit=*)
b7026657 1087 site=$ac_optarg ;;
eb2d80b4 1088
c906108c
SS
1089 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1090 ac_prev=srcdir ;;
1091 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1092 srcdir=$ac_optarg ;;
c906108c
SS
1093
1094 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1095 | --syscon | --sysco | --sysc | --sys | --sy)
1096 ac_prev=sysconfdir ;;
1097 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1098 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1099 sysconfdir=$ac_optarg ;;
c906108c
SS
1100
1101 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1102 ac_prev=target_alias ;;
c906108c 1103 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1104 target_alias=$ac_optarg ;;
c906108c
SS
1105
1106 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1107 verbose=yes ;;
1108
b7026657
AC
1109 -version | --version | --versio | --versi | --vers | -V)
1110 ac_init_version=: ;;
c906108c
SS
1111
1112 -with-* | --with-*)
81ecdfbb 1113 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1114 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1115 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1116 as_fn_error "invalid package name: $ac_useropt"
1117 ac_useropt_orig=$ac_useropt
1118 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1119 case $ac_user_opts in
1120 *"
1121"with_$ac_useropt"
1122"*) ;;
1123 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1124 ac_unrecognized_sep=', ';;
c906108c 1125 esac
81ecdfbb 1126 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1127
1128 -without-* | --without-*)
81ecdfbb 1129 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1130 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1131 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1132 as_fn_error "invalid package name: $ac_useropt"
1133 ac_useropt_orig=$ac_useropt
1134 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1135 case $ac_user_opts in
1136 *"
1137"with_$ac_useropt"
1138"*) ;;
1139 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1140 ac_unrecognized_sep=', ';;
1141 esac
1142 eval with_$ac_useropt=no ;;
c906108c
SS
1143
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1147
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1153 x_includes=$ac_optarg ;;
c906108c
SS
1154
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1160 x_libraries=$ac_optarg ;;
c906108c 1161
81ecdfbb
RW
1162 -*) as_fn_error "unrecognized option: \`$ac_option'
1163Try \`$0 --help' for more information."
c906108c
SS
1164 ;;
1165
b7026657
AC
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1169 case $ac_envvar in #(
1170 '' | [0-9]* | *[!_$as_cr_alnum]* )
1171 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1172 esac
1173 eval $ac_envvar=\$ac_optarg
b7026657
AC
1174 export $ac_envvar ;;
1175
c906108c 1176 *)
b7026657 1177 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1178 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1180 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1182 ;;
1183
1184 esac
1185done
1186
1187if test -n "$ac_prev"; then
b7026657 1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1189 as_fn_error "missing argument to $ac_option"
c906108c 1190fi
c906108c 1191
81ecdfbb
RW
1192if test -n "$ac_unrecognized_opts"; then
1193 case $enable_option_checking in
1194 no) ;;
1195 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1196 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1197 esac
81ecdfbb 1198fi
c906108c 1199
81ecdfbb
RW
1200# Check all directory arguments for consistency.
1201for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1202 datadir sysconfdir sharedstatedir localstatedir includedir \
1203 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1204 libdir localedir mandir
c906108c 1205do
81ecdfbb
RW
1206 eval ac_val=\$$ac_var
1207 # Remove trailing slashes.
1208 case $ac_val in
1209 */ )
1210 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1211 eval $ac_var=\$ac_val;;
1212 esac
1213 # Be sure to have absolute directory names.
b7026657 1214 case $ac_val in
81ecdfbb
RW
1215 [\\/$]* | ?:[\\/]* ) continue;;
1216 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1217 esac
81ecdfbb 1218 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1219done
1220
b7026657
AC
1221# There might be people who depend on the old broken behavior: `$host'
1222# used to hold the argument of --host etc.
1223# FIXME: To remove some day.
1224build=$build_alias
1225host=$host_alias
1226target=$target_alias
1227
1228# FIXME: To remove some day.
1229if test "x$host_alias" != x; then
1230 if test "x$build_alias" = x; then
1231 cross_compiling=maybe
81ecdfbb 1232 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1233 If a cross compiler is detected then cross compile mode will be used." >&2
1234 elif test "x$build_alias" != "x$host_alias"; then
1235 cross_compiling=yes
1236 fi
1237fi
c906108c 1238
b7026657
AC
1239ac_tool_prefix=
1240test -n "$host_alias" && ac_tool_prefix=$host_alias-
1241
1242test "$silent" = yes && exec 6>/dev/null
c906108c 1243
c906108c 1244
81ecdfbb
RW
1245ac_pwd=`pwd` && test -n "$ac_pwd" &&
1246ac_ls_di=`ls -di .` &&
1247ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1248 as_fn_error "working directory cannot be determined"
1249test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1250 as_fn_error "pwd does not report name of working directory"
1251
1252
c906108c
SS
1253# Find the source files, if location was not specified.
1254if test -z "$srcdir"; then
1255 ac_srcdir_defaulted=yes
81ecdfbb
RW
1256 # Try the directory containing this script, then the parent directory.
1257 ac_confdir=`$as_dirname -- "$as_myself" ||
1258$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1259 X"$as_myself" : 'X\(//\)[^/]' \| \
1260 X"$as_myself" : 'X\(//\)$' \| \
1261 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1262$as_echo X"$as_myself" |
1263 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1264 s//\1/
1265 q
1266 }
1267 /^X\(\/\/\)[^/].*/{
1268 s//\1/
1269 q
1270 }
1271 /^X\(\/\/\)$/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\).*/{
1276 s//\1/
1277 q
1278 }
1279 s/.*/./; q'`
c906108c 1280 srcdir=$ac_confdir
81ecdfbb 1281 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1282 srcdir=..
1283 fi
1284else
1285 ac_srcdir_defaulted=no
1286fi
81ecdfbb
RW
1287if test ! -r "$srcdir/$ac_unique_file"; then
1288 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1289 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1290fi
1291ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1292ac_abs_confdir=`(
1293 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1294 pwd)`
1295# When building in place, set srcdir=.
1296if test "$ac_abs_confdir" = "$ac_pwd"; then
1297 srcdir=.
1298fi
1299# Remove unnecessary trailing slashes from srcdir.
1300# Double slashes in file names in object file debugging info
1301# mess up M-x gdb in Emacs.
1302case $srcdir in
1303*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1304esac
1305for ac_var in $ac_precious_vars; do
1306 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1307 eval ac_env_${ac_var}_value=\$${ac_var}
1308 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1309 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1310done
c906108c 1311
b7026657
AC
1312#
1313# Report the --help message.
1314#
1315if test "$ac_init_help" = "long"; then
1316 # Omit some internal or obsolete options to make the list less imposing.
1317 # This message is too long to be a string in the A/UX 3.1 sh.
1318 cat <<_ACEOF
1319\`configure' configures this package to adapt to many kinds of systems.
c906108c 1320
b7026657 1321Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1322
b7026657
AC
1323To assign environment variables (e.g., CC, CFLAGS...), specify them as
1324VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1325
b7026657 1326Defaults for the options are specified in brackets.
c906108c 1327
b7026657
AC
1328Configuration:
1329 -h, --help display this help and exit
1330 --help=short display options specific to this package
1331 --help=recursive display the short help of all the included packages
1332 -V, --version display version information and exit
1333 -q, --quiet, --silent do not print \`checking...' messages
1334 --cache-file=FILE cache test results in FILE [disabled]
1335 -C, --config-cache alias for \`--cache-file=config.cache'
1336 -n, --no-create do not create output files
1337 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1338
b7026657
AC
1339Installation directories:
1340 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1341 [$ac_default_prefix]
b7026657 1342 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1343 [PREFIX]
c906108c 1344
b7026657
AC
1345By default, \`make install' will install all the files in
1346\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1347an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1348for instance \`--prefix=\$HOME'.
c906108c 1349
b7026657
AC
1350For better control, use the options below.
1351
1352Fine tuning of the installation directories:
81ecdfbb
RW
1353 --bindir=DIR user executables [EPREFIX/bin]
1354 --sbindir=DIR system admin executables [EPREFIX/sbin]
1355 --libexecdir=DIR program executables [EPREFIX/libexec]
1356 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1357 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1358 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1359 --libdir=DIR object code libraries [EPREFIX/lib]
1360 --includedir=DIR C header files [PREFIX/include]
1361 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1362 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1363 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1364 --infodir=DIR info documentation [DATAROOTDIR/info]
1365 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1366 --mandir=DIR man documentation [DATAROOTDIR/man]
1367 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1368 --htmldir=DIR html documentation [DOCDIR]
1369 --dvidir=DIR dvi documentation [DOCDIR]
1370 --pdfdir=DIR pdf documentation [DOCDIR]
1371 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1372_ACEOF
1373
1374 cat <<\_ACEOF
1375
1376Program names:
1377 --program-prefix=PREFIX prepend PREFIX to installed program names
1378 --program-suffix=SUFFIX append SUFFIX to installed program names
1379 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1380
1381System types:
1382 --build=BUILD configure for building on BUILD [guessed]
1383 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1384 --target=TARGET configure for building compilers for TARGET [HOST]
1385_ACEOF
c906108c 1386fi
b7026657
AC
1387
1388if test -n "$ac_init_help"; then
1389
1390 cat <<\_ACEOF
1391
1392Optional Features:
81ecdfbb 1393 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1394 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1395 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
6bb11ab3
L
1396 --enable-plugins Enable support for plugins (defaults no)
1397 --enable-shared[=PKGS] build shared libraries [default=yes]
1398 --enable-static[=PKGS] build static libraries [default=yes]
1399 --enable-fast-install[=PKGS]
1400 optimize for fast installation [default=yes]
1401 --disable-libtool-lock avoid locking (might break parallel builds)
b7026657
AC
1402 --enable-maintainer-mode Enable developer functionality.
1403 --enable-sim-bswap Use Host specific BSWAP instruction.
1404 --enable-sim-cflags=opts Extra CFLAGS for use in building simulator
1405 --enable-sim-debug=opts Enable debugging flags
1406 --enable-sim-stdio Specify whether to use stdio for console input/output.
1407 --enable-sim-trace=opts Enable tracing flags
1408 --enable-sim-profile=opts Enable profiling flags
1409 --enable-sim-endian=endian Specify target byte endian orientation.
1410 --enable-sim-alignment=align Specify strict, nonstrict or forced alignment of memory accesses.
1411 --enable-sim-hostendian=end Specify host byte endian orientation.
2232061b
MF
1412 --enable-werror treat compile warnings as errors
1413 --enable-build-warnings enable build-time compiler warnings if gcc is used
1414 --enable-sim-build-warnings
1415 enable SIM specific build-time compiler warnings if
1416 gcc is used
b7026657
AC
1417 --enable-sim-reserved-bits Specify whether to check reserved bits in instruction.
1418 --enable-sim-bitsize=N Specify target bitsize (32 or 64).
1419
6efef468
JM
1420Optional Packages:
1421 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1422 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
3725885a 1423 --with-zlib include zlib support (auto/yes/no) default=auto
6bb11ab3
L
1424 --with-pic try to use only PIC/non-PIC objects [default=use
1425 both]
1426 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
6efef468
JM
1427 --with-pkgversion=PKG Use PKG in the version string in place of "GDB"
1428 --with-bugurl=URL Direct users to URL to report a bug
1429
b7026657
AC
1430Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
81ecdfbb
RW
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
b7026657
AC
1438 CPP C preprocessor
1439
1440Use these variables to override the choices made by `configure' or to help
1441it to find libraries and programs with nonstandard names/locations.
1442
81ecdfbb 1443Report bugs to the package provider.
b7026657 1444_ACEOF
81ecdfbb 1445ac_status=$?
c906108c
SS
1446fi
1447
b7026657
AC
1448if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
b7026657 1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1453 continue
b7026657 1454 ac_builddir=.
c906108c 1455
81ecdfbb
RW
1456case "$ac_dir" in
1457.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458*)
1459 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466esac
1467ac_abs_top_builddir=$ac_pwd
1468ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469# for backward compatibility:
1470ac_top_builddir=$ac_top_build_prefix
c906108c 1471
b7026657 1472case $srcdir in
81ecdfbb 1473 .) # We are building in place.
b7026657 1474 ac_srcdir=.
81ecdfbb
RW
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1478 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1485esac
81ecdfbb
RW
1486ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1496 else
81ecdfbb
RW
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1500 done
c906108c 1501fi
b7026657 1502
81ecdfbb 1503test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1504if $ac_init_version; then
1505 cat <<\_ACEOF
81ecdfbb
RW
1506configure
1507generated by GNU Autoconf 2.64
b7026657 1508
81ecdfbb 1509Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1510This configure script is free software; the Free Software Foundation
1511gives unlimited permission to copy, distribute and modify it.
1512_ACEOF
81ecdfbb 1513 exit
b7026657 1514fi
b7026657 1515
81ecdfbb
RW
1516## ------------------------ ##
1517## Autoconf initialization. ##
1518## ------------------------ ##
b7026657 1519
81ecdfbb
RW
1520# ac_fn_c_try_compile LINENO
1521# --------------------------
1522# Try to compile conftest.$ac_ext, and return whether this succeeded.
1523ac_fn_c_try_compile ()
b7026657 1524{
81ecdfbb
RW
1525 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1526 rm -f conftest.$ac_objext
1527 if { { ac_try="$ac_compile"
1528case "(($ac_try" in
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1531esac
1532eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533$as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1535 ac_status=$?
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1540 fi
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1546 ac_retval=0
1547else
1548 $as_echo "$as_me: failed program was:" >&5
1549sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1550
81ecdfbb
RW
1551 ac_retval=1
1552fi
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
b7026657 1555
81ecdfbb 1556} # ac_fn_c_try_compile
b7026657 1557
81ecdfbb
RW
1558# ac_fn_c_try_cpp LINENO
1559# ----------------------
1560# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1561ac_fn_c_try_cpp ()
1562{
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 if { { ac_try="$ac_cpp conftest.$ac_ext"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570$as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } >/dev/null && {
1580 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 }; then :
1583 ac_retval=0
1584else
1585 $as_echo "$as_me: failed program was:" >&5
1586sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1587
81ecdfbb
RW
1588 ac_retval=1
1589fi
1590 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1591 return $ac_retval
b7026657 1592
81ecdfbb 1593} # ac_fn_c_try_cpp
b7026657 1594
81ecdfbb
RW
1595# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1596# -------------------------------------------------------
1597# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1598# the include files in INCLUDES and setting the cache variable VAR
1599# accordingly.
1600ac_fn_c_check_header_mongrel ()
1601{
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1605$as_echo_n "checking for $2... " >&6; }
1606if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1607 $as_echo_n "(cached) " >&6
1608fi
1609eval ac_res=\$$3
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1611$as_echo "$ac_res" >&6; }
1612else
1613 # Is the header compilable?
1614{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1615$as_echo_n "checking $2 usability... " >&6; }
1616cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1617/* end confdefs.h. */
1618$4
1619#include <$2>
1620_ACEOF
1621if ac_fn_c_try_compile "$LINENO"; then :
1622 ac_header_compiler=yes
1623else
1624 ac_header_compiler=no
1625fi
1626rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1628$as_echo "$ac_header_compiler" >&6; }
1629
1630# Is the header present?
1631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1632$as_echo_n "checking $2 presence... " >&6; }
1633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634/* end confdefs.h. */
1635#include <$2>
1636_ACEOF
1637if ac_fn_c_try_cpp "$LINENO"; then :
1638 ac_header_preproc=yes
1639else
1640 ac_header_preproc=no
1641fi
1642rm -f conftest.err conftest.$ac_ext
1643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1644$as_echo "$ac_header_preproc" >&6; }
1645
1646# So? What about this header?
1647case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1648 yes:no: )
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1650$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1651 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1652$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1653 ;;
1654 no:yes:* )
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1656$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1658$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1660$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1662$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1663 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1664$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1665 ;;
1666esac
1667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1668$as_echo_n "checking for $2... " >&6; }
1669if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1670 $as_echo_n "(cached) " >&6
1671else
1672 eval "$3=\$ac_header_compiler"
1673fi
1674eval ac_res=\$$3
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1676$as_echo "$ac_res" >&6; }
1677fi
1678 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1679
1680} # ac_fn_c_check_header_mongrel
1681
1682# ac_fn_c_try_run LINENO
1683# ----------------------
1684# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1685# that executables *can* be run.
1686ac_fn_c_try_run ()
1687{
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 if { { ac_try="$ac_link"
1690case "(($ac_try" in
1691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1692 *) ac_try_echo=$ac_try;;
1693esac
1694eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1695$as_echo "$ac_try_echo"; } >&5
1696 (eval "$ac_link") 2>&5
1697 ac_status=$?
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1700 { { case "(($ac_try" in
1701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1702 *) ac_try_echo=$ac_try;;
1703esac
1704eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1705$as_echo "$ac_try_echo"; } >&5
1706 (eval "$ac_try") 2>&5
1707 ac_status=$?
1708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1709 test $ac_status = 0; }; }; then :
1710 ac_retval=0
1711else
1712 $as_echo "$as_me: program exited with status $ac_status" >&5
1713 $as_echo "$as_me: failed program was:" >&5
1714sed 's/^/| /' conftest.$ac_ext >&5
1715
1716 ac_retval=$ac_status
1717fi
1718 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1719 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1720 return $ac_retval
1721
1722} # ac_fn_c_try_run
1723
1724# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1725# -------------------------------------------------------
1726# Tests whether HEADER exists and can be compiled using the include files in
1727# INCLUDES, setting the cache variable VAR accordingly.
1728ac_fn_c_check_header_compile ()
1729{
1730 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1732$as_echo_n "checking for $2... " >&6; }
1733if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1734 $as_echo_n "(cached) " >&6
1735else
1736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737/* end confdefs.h. */
1738$4
1739#include <$2>
1740_ACEOF
1741if ac_fn_c_try_compile "$LINENO"; then :
1742 eval "$3=yes"
1743else
1744 eval "$3=no"
1745fi
1746rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747fi
1748eval ac_res=\$$3
1749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1750$as_echo "$ac_res" >&6; }
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752
1753} # ac_fn_c_check_header_compile
1754
1755# ac_fn_c_try_link LINENO
1756# -----------------------
1757# Try to link conftest.$ac_ext, and return whether this succeeded.
1758ac_fn_c_try_link ()
1759{
1760 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1761 rm -f conftest.$ac_objext conftest$ac_exeext
1762 if { { ac_try="$ac_link"
1763case "(($ac_try" in
1764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1765 *) ac_try_echo=$ac_try;;
1766esac
1767eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1768$as_echo "$ac_try_echo"; } >&5
1769 (eval "$ac_link") 2>conftest.err
1770 ac_status=$?
1771 if test -s conftest.err; then
1772 grep -v '^ *+' conftest.err >conftest.er1
1773 cat conftest.er1 >&5
1774 mv -f conftest.er1 conftest.err
1775 fi
1776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1777 test $ac_status = 0; } && {
1778 test -z "$ac_c_werror_flag" ||
1779 test ! -s conftest.err
1780 } && test -s conftest$ac_exeext && {
1781 test "$cross_compiling" = yes ||
1782 $as_test_x conftest$ac_exeext
1783 }; then :
1784 ac_retval=0
1785else
1786 $as_echo "$as_me: failed program was:" >&5
1787sed 's/^/| /' conftest.$ac_ext >&5
1788
1789 ac_retval=1
1790fi
1791 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1792 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1793 # interfere with the next link command; also delete a directory that is
1794 # left behind by Apple's compiler. We do this before executing the actions.
1795 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1796 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797 return $ac_retval
1798
1799} # ac_fn_c_try_link
1800
1801# ac_fn_c_check_func LINENO FUNC VAR
1802# ----------------------------------
1803# Tests whether FUNC exists, setting the cache variable VAR accordingly
1804ac_fn_c_check_func ()
1805{
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808$as_echo_n "checking for $2... " >&6; }
1809if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1810 $as_echo_n "(cached) " >&6
1811else
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813/* end confdefs.h. */
1814/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1816#define $2 innocuous_$2
1817
1818/* System header to define __stub macros and hopefully few prototypes,
1819 which can conflict with char $2 (); below.
1820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1821 <limits.h> exists even on freestanding compilers. */
1822
1823#ifdef __STDC__
1824# include <limits.h>
1825#else
1826# include <assert.h>
1827#endif
1828
1829#undef $2
1830
1831/* Override any GCC internal prototype to avoid an error.
1832 Use char because int might match the return type of a GCC
1833 builtin and then its argument prototype would still apply. */
1834#ifdef __cplusplus
1835extern "C"
1836#endif
1837char $2 ();
1838/* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841#if defined __stub_$2 || defined __stub___$2
1842choke me
1843#endif
1844
1845int
1846main ()
1847{
1848return $2 ();
1849 ;
1850 return 0;
1851}
1852_ACEOF
1853if ac_fn_c_try_link "$LINENO"; then :
1854 eval "$3=yes"
1855else
1856 eval "$3=no"
1857fi
1858rm -f core conftest.err conftest.$ac_objext \
1859 conftest$ac_exeext conftest.$ac_ext
1860fi
1861eval ac_res=\$$3
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1863$as_echo "$ac_res" >&6; }
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1865
1866} # ac_fn_c_check_func
1867cat >config.log <<_ACEOF
1868This file contains any messages produced by compilers while
1869running configure, to aid debugging if configure makes a mistake.
1870
1871It was created by $as_me, which was
1872generated by GNU Autoconf 2.64. Invocation command line was
1873
1874 $ $0 $@
1875
1876_ACEOF
1877exec 5>>config.log
1878{
1879cat <<_ASUNAME
1880## --------- ##
1881## Platform. ##
1882## --------- ##
1883
1884hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1885uname -m = `(uname -m) 2>/dev/null || echo unknown`
1886uname -r = `(uname -r) 2>/dev/null || echo unknown`
1887uname -s = `(uname -s) 2>/dev/null || echo unknown`
1888uname -v = `(uname -v) 2>/dev/null || echo unknown`
1889
1890/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1891/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1892
1893/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1894/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1895/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1896/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1897/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1898/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1899/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1900
1901_ASUNAME
1902
1903as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1904for as_dir in $PATH
1905do
1906 IFS=$as_save_IFS
1907 test -z "$as_dir" && as_dir=.
1908 $as_echo "PATH: $as_dir"
1909 done
1910IFS=$as_save_IFS
1911
1912} >&5
1913
1914cat >&5 <<_ACEOF
1915
1916
1917## ----------- ##
1918## Core tests. ##
b7026657
AC
1919## ----------- ##
1920
1921_ACEOF
1922
1923
1924# Keep a trace of the command line.
1925# Strip out --no-create and --no-recursion so they do not pile up.
1926# Strip out --silent because we don't want to record it for future runs.
1927# Also quote any args containing shell meta-characters.
1928# Make two passes to allow for proper duplicate-argument suppression.
1929ac_configure_args=
1930ac_configure_args0=
1931ac_configure_args1=
b7026657
AC
1932ac_must_keep_next=false
1933for ac_pass in 1 2
1934do
1935 for ac_arg
1936 do
1937 case $ac_arg in
1938 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1939 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1940 | -silent | --silent | --silen | --sile | --sil)
1941 continue ;;
81ecdfbb
RW
1942 *\'*)
1943 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1944 esac
1945 case $ac_pass in
81ecdfbb 1946 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1947 2)
81ecdfbb 1948 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1949 if test $ac_must_keep_next = true; then
1950 ac_must_keep_next=false # Got value, back to normal.
1951 else
1952 case $ac_arg in
1953 *=* | --config-cache | -C | -disable-* | --disable-* \
1954 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1955 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1956 | -with-* | --with-* | -without-* | --without-* | --x)
1957 case "$ac_configure_args0 " in
1958 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1959 esac
1960 ;;
1961 -* ) ac_must_keep_next=true ;;
1962 esac
1963 fi
81ecdfbb 1964 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1965 ;;
1966 esac
1967 done
1968done
81ecdfbb
RW
1969{ ac_configure_args0=; unset ac_configure_args0;}
1970{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1971
1972# When interrupted or exit'd, cleanup temporary files, and complete
1973# config.log. We remove comments because anyway the quotes in there
1974# would cause problems or look ugly.
81ecdfbb
RW
1975# WARNING: Use '\'' to represent an apostrophe within the trap.
1976# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1977trap 'exit_status=$?
1978 # Save into config.log some information that might help in debugging.
1979 {
1980 echo
1981
1982 cat <<\_ASBOX
1983## ---------------- ##
1984## Cache variables. ##
1985## ---------------- ##
1986_ASBOX
1987 echo
1988 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
1989(
1990 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1991 eval ac_val=\$$ac_var
1992 case $ac_val in #(
1993 *${as_nl}*)
1994 case $ac_var in #(
1995 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1996$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1997 esac
1998 case $ac_var in #(
1999 _ | IFS | as_nl) ;; #(
2000 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2001 *) { eval $ac_var=; unset $ac_var;} ;;
2002 esac ;;
2003 esac
2004 done
b7026657 2005 (set) 2>&1 |
81ecdfbb
RW
2006 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2007 *${as_nl}ac_space=\ *)
b7026657 2008 sed -n \
81ecdfbb
RW
2009 "s/'\''/'\''\\\\'\'''\''/g;
2010 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2011 ;; #(
b7026657 2012 *)
81ecdfbb 2013 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2014 ;;
81ecdfbb
RW
2015 esac |
2016 sort
2017)
b7026657
AC
2018 echo
2019
2020 cat <<\_ASBOX
2021## ----------------- ##
2022## Output variables. ##
2023## ----------------- ##
2024_ASBOX
2025 echo
2026 for ac_var in $ac_subst_vars
2027 do
81ecdfbb
RW
2028 eval ac_val=\$$ac_var
2029 case $ac_val in
2030 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2031 esac
2032 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2033 done | sort
2034 echo
2035
2036 if test -n "$ac_subst_files"; then
2037 cat <<\_ASBOX
81ecdfbb
RW
2038## ------------------- ##
2039## File substitutions. ##
2040## ------------------- ##
b7026657
AC
2041_ASBOX
2042 echo
2043 for ac_var in $ac_subst_files
2044 do
81ecdfbb
RW
2045 eval ac_val=\$$ac_var
2046 case $ac_val in
2047 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2048 esac
2049 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2050 done | sort
2051 echo
2052 fi
2053
2054 if test -s confdefs.h; then
2055 cat <<\_ASBOX
2056## ----------- ##
2057## confdefs.h. ##
2058## ----------- ##
2059_ASBOX
2060 echo
81ecdfbb 2061 cat confdefs.h
b7026657
AC
2062 echo
2063 fi
2064 test "$ac_signal" != 0 &&
81ecdfbb
RW
2065 $as_echo "$as_me: caught signal $ac_signal"
2066 $as_echo "$as_me: exit $exit_status"
b7026657 2067 } >&5
81ecdfbb
RW
2068 rm -f core *.core core.conftest.* &&
2069 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2070 exit $exit_status
81ecdfbb 2071' 0
b7026657 2072for ac_signal in 1 2 13 15; do
81ecdfbb 2073 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2074done
2075ac_signal=0
2076
2077# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2078rm -f -r conftest* confdefs.h
2079
2080$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2081
2082# Predefined preprocessor variables.
2083
2084cat >>confdefs.h <<_ACEOF
2085#define PACKAGE_NAME "$PACKAGE_NAME"
2086_ACEOF
2087
b7026657
AC
2088cat >>confdefs.h <<_ACEOF
2089#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2090_ACEOF
2091
b7026657
AC
2092cat >>confdefs.h <<_ACEOF
2093#define PACKAGE_VERSION "$PACKAGE_VERSION"
2094_ACEOF
2095
b7026657
AC
2096cat >>confdefs.h <<_ACEOF
2097#define PACKAGE_STRING "$PACKAGE_STRING"
2098_ACEOF
2099
b7026657
AC
2100cat >>confdefs.h <<_ACEOF
2101#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2102_ACEOF
2103
81ecdfbb
RW
2104cat >>confdefs.h <<_ACEOF
2105#define PACKAGE_URL "$PACKAGE_URL"
2106_ACEOF
2107
b7026657
AC
2108
2109# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2110# Prefer an explicitly selected file to automatically selected ones.
2111ac_site_file1=NONE
2112ac_site_file2=NONE
2113if test -n "$CONFIG_SITE"; then
2114 ac_site_file1=$CONFIG_SITE
2115elif test "x$prefix" != xNONE; then
2116 ac_site_file1=$prefix/share/config.site
2117 ac_site_file2=$prefix/etc/config.site
2118else
2119 ac_site_file1=$ac_default_prefix/share/config.site
2120 ac_site_file2=$ac_default_prefix/etc/config.site
2121fi
2122for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2123do
2124 test "x$ac_site_file" = xNONE && continue
b7026657 2125 if test -r "$ac_site_file"; then
81ecdfbb
RW
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2127$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2128 sed 's/^/| /' "$ac_site_file" >&5
2129 . "$ac_site_file"
2130 fi
2131done
2132
2133if test -r "$cache_file"; then
2134 # Some versions of bash will fail to source /dev/null (special
2135 # files actually), so we avoid doing that.
2136 if test -f "$cache_file"; then
81ecdfbb
RW
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2138$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2139 case $cache_file in
81ecdfbb
RW
2140 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2141 *) . "./$cache_file";;
b7026657
AC
2142 esac
2143 fi
2144else
81ecdfbb
RW
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2146$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2147 >$cache_file
2148fi
2149
2150# Check that the precious variables saved in the cache have kept the same
2151# value.
2152ac_cache_corrupted=false
81ecdfbb 2153for ac_var in $ac_precious_vars; do
b7026657
AC
2154 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2155 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2156 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2157 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2158 case $ac_old_set,$ac_new_set in
2159 set,)
81ecdfbb
RW
2160 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2161$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2162 ac_cache_corrupted=: ;;
2163 ,set)
81ecdfbb
RW
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2165$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2166 ac_cache_corrupted=: ;;
2167 ,);;
2168 *)
2169 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2170 # differences in whitespace do not lead to failure.
2171 ac_old_val_w=`echo x $ac_old_val`
2172 ac_new_val_w=`echo x $ac_new_val`
2173 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2174 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2175$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2176 ac_cache_corrupted=:
2177 else
2178 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2179$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2180 eval $ac_var=\$ac_old_val
2181 fi
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2183$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2184 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2185$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2186 fi;;
2187 esac
2188 # Pass precious variables to config.status.
2189 if test "$ac_new_set" = set; then
2190 case $ac_new_val in
81ecdfbb 2191 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2192 *) ac_arg=$ac_var=$ac_new_val ;;
2193 esac
2194 case " $ac_configure_args " in
2195 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2196 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2197 esac
2198 fi
2199done
2200if $ac_cache_corrupted; then
81ecdfbb
RW
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2202$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2204$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2205 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2206fi
81ecdfbb
RW
2207## -------------------- ##
2208## Main body of script. ##
2209## -------------------- ##
b7026657
AC
2210
2211ac_ext=c
2212ac_cpp='$CPP $CPPFLAGS'
2213ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2214ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2215ac_compiler_gnu=$ac_cv_c_compiler_gnu
2216
2217
35695fd6
AC
2218# This file contains common code used by all simulators.
2219#
2220# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2221# directory. It is intended to be invoked before any target specific stuff.
2222# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2223# It is intended to be invoked last.
2224#
2225# The simulator's configure.in should look like:
2226#
2227# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2228# AC_PREREQ(2.64)dnl
35695fd6 2229# AC_INIT(Makefile.in)
6ffe910a 2230# sinclude(../common/aclocal.m4)
35695fd6
AC
2231#
2232# SIM_AC_COMMON
2233#
2234# ... target specific stuff ...
2235#
2236# SIM_AC_OUTPUT
2237
d6416cdc
RW
2238# Include global overrides and fixes for Autoconf.
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
6ffe910a
MF
2265# _AC_CHECK_DECL_BODY
2266# -------------------
2267# Shell function body for AC_CHECK_DECL.
2268# _AC_CHECK_DECL_BODY
d6416cdc 2269
6ffe910a
MF
2270# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2271# INCLUDES)
2272# -------------------------------------------------------------
2273# Helper to AC_CHECK_DECLS, which generates the check for a single
2274# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2275# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2276
2277
2278
2279
2280
2281
2282
35695fd6
AC
2283
2284
2285
db2e4d67 2286
6bb11ab3
L
2287
2288# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2289#
6bb11ab3
L
2290# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2291# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2292# Written by Gordon Matzigkeit, 1996
2293#
2294# This file is free software; the Free Software Foundation gives
2295# unlimited permission to copy and/or distribute it, with or without
2296# modifications, as long as this notice is preserved.
db2e4d67 2297
db2e4d67 2298
db2e4d67 2299
6bb11ab3 2300# serial 56 LT_INIT
db2e4d67
MF
2301
2302
6bb11ab3
L
2303# LT_PREREQ(VERSION)
2304# ------------------
2305# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2306
db2e4d67
MF
2307
2308
6bb11ab3
L
2309# _LT_CHECK_BUILDDIR
2310# ------------------
2311# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2312
2313
35695fd6 2314
6bb11ab3
L
2315# LT_INIT([OPTIONS])
2316# ------------------
2317# LT_INIT
35695fd6 2318
6bb11ab3
L
2319# Old names:
2320# This is what autoupdate's m4 run will expand. It fires
2321# the warning (with _au_warn_XXX), outputs it into the
2322# updated configure.ac (with AC_DIAGNOSE), and then outputs
2323# the replacement expansion.
35695fd6
AC
2324
2325
6bb11ab3
L
2326# This is an auxiliary macro that is also run when
2327# autoupdate runs m4. It simply calls m4_warning, but
2328# we need a wrapper so that each warning is emitted only
2329# once. We break the quoting in m4_warning's argument in
2330# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2331
2332
6bb11ab3
L
2333# Finally, this is the expansion that is picked up by
2334# autoconf. It tells the user to run autoupdate, and
2335# then outputs the replacement expansion. We do not care
2336# about autoupdate's warning because that contains
2337# information on what to do *after* running autoupdate.
35695fd6 2338
6bb11ab3
L
2339# This is what autoupdate's m4 run will expand. It fires
2340# the warning (with _au_warn_XXX), outputs it into the
2341# updated configure.ac (with AC_DIAGNOSE), and then outputs
2342# the replacement expansion.
35695fd6
AC
2343
2344
6bb11ab3
L
2345# This is an auxiliary macro that is also run when
2346# autoupdate runs m4. It simply calls m4_warning, but
2347# we need a wrapper so that each warning is emitted only
2348# once. We break the quoting in m4_warning's argument in
2349# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2350
2351
6bb11ab3
L
2352# Finally, this is the expansion that is picked up by
2353# autoconf. It tells the user to run autoupdate, and
2354# then outputs the replacement expansion. We do not care
2355# about autoupdate's warning because that contains
2356# information on what to do *after* running autoupdate.
35695fd6
AC
2357
2358
2359
6bb11ab3
L
2360# _LT_CC_BASENAME(CC)
2361# -------------------
2362# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2363
2364
2365
6bb11ab3
L
2366# _LT_FILEUTILS_DEFAULTS
2367# ----------------------
2368# It is okay to use these file commands and assume they have been set
2369# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2370# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2371
2372
6bb11ab3
L
2373# _LT_SETUP
2374# ---------
2375# _LT_SETUP
35695fd6
AC
2376
2377
6bb11ab3
L
2378# _LT_PREPARE_SED_QUOTE_VARS
2379# --------------------------
2380# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2381
2382
6bb11ab3
L
2383# _LT_PROG_LTMAIN
2384# ---------------
2385# Note that this code is called both from `configure', and `config.status'
2386# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2387# `config.status' has no value for ac_aux_dir unless we are using Automake,
2388# so we pass a copy along to make sure it has a sensible value anyway.
2389# _LT_PROG_LTMAIN
35695fd6
AC
2390
2391
6bb11ab3
L
2392## ------------------------------------- ##
2393## Accumulate code for creating libtool. ##
2394## ------------------------------------- ##
35695fd6 2395
6bb11ab3
L
2396# So that we can recreate a full libtool script including additional
2397# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2398# in macros and then make a single call at the end using the `libtool'
2399# label.
35695fd6
AC
2400
2401
6bb11ab3
L
2402# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2403# ----------------------------------------
2404# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2405
2406
6bb11ab3 2407# Initialize.
35695fd6
AC
2408
2409
2410
6bb11ab3
L
2411# _LT_CONFIG_LIBTOOL([COMMANDS])
2412# ------------------------------
2413# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2414
2415
6bb11ab3 2416# Initialize.
35695fd6
AC
2417
2418
2419
6bb11ab3
L
2420# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2421# -----------------------------------------------------
35695fd6 2422
5912fadd
JB
2423
2424
6bb11ab3
L
2425# _LT_FORMAT_COMMENT([COMMENT])
2426# -----------------------------
2427# Add leading comment marks to the start of each line, and a trailing
2428# full-stop to the whole comment if one is not present already.
5912fadd
JB
2429
2430
35695fd6
AC
2431
2432
6bb11ab3
L
2433## ------------------------ ##
2434## FIXME: Eliminate VARNAME ##
2435## ------------------------ ##
35695fd6
AC
2436
2437
6bb11ab3
L
2438# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2439# -------------------------------------------------------------------
2440# CONFIGNAME is the name given to the value in the libtool script.
2441# VARNAME is the (base) name used in the configure script.
2442# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2443# VARNAME. Any other value will be used directly.
35695fd6 2444
35695fd6
AC
2445
2446
6bb11ab3
L
2447# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2448# --------------------------------------------------------
35695fd6
AC
2449
2450
2451
6bb11ab3
L
2452# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2453# ------------------------------------------------
35695fd6
AC
2454
2455
2456
6bb11ab3
L
2457# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2458# ---------------------------------------------------------
35695fd6
AC
2459
2460
2461
6bb11ab3
L
2462# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2463# --------------------------------------------------
35695fd6
AC
2464
2465
2466
6bb11ab3
L
2467# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2468# ---------------------------------------------------
35695fd6
AC
2469
2470
2471
6bb11ab3
L
2472# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2473# ---------------------------------------------------
35695fd6
AC
2474
2475
2476
2477
6bb11ab3
L
2478# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2479# ------------------------------------------------
35695fd6
AC
2480
2481
2482
2483
6bb11ab3
L
2484# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2485# ------------------------------------
2486# Quote a variable value, and forward it to `config.status' so that its
2487# declaration there will have the same value as in `configure'. VARNAME
2488# must have a single quote delimited value for this to work.
35695fd6
AC
2489
2490
2491
6bb11ab3
L
2492# _LT_CONFIG_STATUS_DECLARATIONS
2493# ------------------------------
2494# We delimit libtool config variables with single quotes, so when
2495# we write them to config.status, we have to be sure to quote all
2496# embedded single quotes properly. In configure, this macro expands
2497# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2498#
2499# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2500
2501
2502
6bb11ab3
L
2503# _LT_LIBTOOL_TAGS
2504# ----------------
2505# Output comment and list of tags supported by the script
35695fd6
AC
2506
2507
2508
6bb11ab3
L
2509# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2510# -----------------------------------
2511# Extract the dictionary values for VARNAME (optionally with TAG) and
2512# expand to a commented shell variable setting:
2513#
2514# # Some comment about what VAR is for.
2515# visible_name=$lt_internal_name
35695fd6
AC
2516
2517
35695fd6 2518
6bb11ab3
L
2519# _LT_LIBTOOL_CONFIG_VARS
2520# -----------------------
2521# Produce commented declarations of non-tagged libtool config variables
2522# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2523# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2524# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2525
2526
6efef468 2527
6bb11ab3
L
2528# _LT_LIBTOOL_TAG_VARS(TAG)
2529# -------------------------
6efef468
JM
2530
2531
2532
6bb11ab3
L
2533# _LT_TAGVAR(VARNAME, [TAGNAME])
2534# ------------------------------
6efef468
JM
2535
2536
2537
6bb11ab3
L
2538# _LT_CONFIG_COMMANDS
2539# -------------------
2540# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2541# variables for single and double quote escaping we saved from calls
2542# to _LT_DECL, we can put quote escaped variables declarations
2543# into `config.status', and then the shell code to quote escape them in
2544# for loops in `config.status'. Finally, any additional code accumulated
2545# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2546#_LT_CONFIG_COMMANDS
2547
2548
2549# Initialize.
2550
2551
2552# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2553# ------------------------------------
2554# Generate a child script FILE with all initialization necessary to
2555# reuse the environment learned by the parent script, and make the
2556# file executable. If COMMENT is supplied, it is inserted after the
2557# `#!' sequence but before initialization text begins. After this
2558# macro, additional text can be appended to FILE to form the body of
2559# the child script. The macro ends with non-zero status if the
2560# file could not be fully written (such as if the disk is full).
2561# _LT_GENERATED_FILE_INIT
2562
2563# LT_OUTPUT
2564# ---------
2565# This macro allows early generation of the libtool script (before
2566# AC_OUTPUT is called), incase it is used in configure for compilation
2567# tests.
2568# LT_OUTPUT
2569
2570
2571# _LT_CONFIG(TAG)
2572# ---------------
2573# If TAG is the built-in tag, create an initial libtool script with a
2574# default configuration from the untagged config vars. Otherwise add code
2575# to config.status for appending the configuration named by TAG from the
2576# matching tagged config vars.
2577# _LT_CONFIG
6efef468
JM
2578
2579
6bb11ab3
L
2580# LT_SUPPORTED_TAG(TAG)
2581# ---------------------
2582# Trace this macro to discover what tags are supported by the libtool
2583# --tag option, using:
2584# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2585
6efef468 2586
6efef468 2587
6bb11ab3 2588# C support is built-in for now
6efef468 2589
6efef468
JM
2590
2591
2592
6bb11ab3
L
2593# LT_LANG(LANG)
2594# -------------
2595# Enable libtool support for the given language if not already enabled.
2596# LT_LANG
6efef468
JM
2597
2598
6bb11ab3
L
2599# _LT_LANG(LANGNAME)
2600# ------------------
2601# _LT_LANG
6efef468
JM
2602
2603
6bb11ab3
L
2604# _LT_LANG_DEFAULT_CONFIG
2605# -----------------------
2606# _LT_LANG_DEFAULT_CONFIG
6efef468 2607
6bb11ab3
L
2608# Obsolete macros:
2609# This is what autoupdate's m4 run will expand. It fires
2610# the warning (with _au_warn_XXX), outputs it into the
2611# updated configure.ac (with AC_DIAGNOSE), and then outputs
2612# the replacement expansion.
6efef468 2613
6efef468 2614
6bb11ab3
L
2615# This is an auxiliary macro that is also run when
2616# autoupdate runs m4. It simply calls m4_warning, but
2617# we need a wrapper so that each warning is emitted only
2618# once. We break the quoting in m4_warning's argument in
2619# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2620
6efef468 2621
6bb11ab3
L
2622# Finally, this is the expansion that is picked up by
2623# autoconf. It tells the user to run autoupdate, and
2624# then outputs the replacement expansion. We do not care
2625# about autoupdate's warning because that contains
2626# information on what to do *after* running autoupdate.
6efef468 2627
6bb11ab3
L
2628# This is what autoupdate's m4 run will expand. It fires
2629# the warning (with _au_warn_XXX), outputs it into the
2630# updated configure.ac (with AC_DIAGNOSE), and then outputs
2631# the replacement expansion.
6efef468
JM
2632
2633
6bb11ab3
L
2634# This is an auxiliary macro that is also run when
2635# autoupdate runs m4. It simply calls m4_warning, but
2636# we need a wrapper so that each warning is emitted only
2637# once. We break the quoting in m4_warning's argument in
2638# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2639
2640
6bb11ab3
L
2641# Finally, this is the expansion that is picked up by
2642# autoconf. It tells the user to run autoupdate, and
2643# then outputs the replacement expansion. We do not care
2644# about autoupdate's warning because that contains
2645# information on what to do *after* running autoupdate.
6efef468 2646
6bb11ab3
L
2647# This is what autoupdate's m4 run will expand. It fires
2648# the warning (with _au_warn_XXX), outputs it into the
2649# updated configure.ac (with AC_DIAGNOSE), and then outputs
2650# the replacement expansion.
6efef468
JM
2651
2652
6bb11ab3
L
2653# This is an auxiliary macro that is also run when
2654# autoupdate runs m4. It simply calls m4_warning, but
2655# we need a wrapper so that each warning is emitted only
2656# once. We break the quoting in m4_warning's argument in
2657# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2658
2659
6bb11ab3
L
2660# Finally, this is the expansion that is picked up by
2661# autoconf. It tells the user to run autoupdate, and
2662# then outputs the replacement expansion. We do not care
2663# about autoupdate's warning because that contains
2664# information on what to do *after* running autoupdate.
6efef468 2665
6bb11ab3
L
2666# This is what autoupdate's m4 run will expand. It fires
2667# the warning (with _au_warn_XXX), outputs it into the
2668# updated configure.ac (with AC_DIAGNOSE), and then outputs
2669# the replacement expansion.
6efef468
JM
2670
2671
6bb11ab3
L
2672# This is an auxiliary macro that is also run when
2673# autoupdate runs m4. It simply calls m4_warning, but
2674# we need a wrapper so that each warning is emitted only
2675# once. We break the quoting in m4_warning's argument in
2676# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2677
2678
6bb11ab3
L
2679# Finally, this is the expansion that is picked up by
2680# autoconf. It tells the user to run autoupdate, and
2681# then outputs the replacement expansion. We do not care
2682# about autoupdate's warning because that contains
2683# information on what to do *after* running autoupdate.
6efef468 2684
6bb11ab3
L
2685# This is what autoupdate's m4 run will expand. It fires
2686# the warning (with _au_warn_XXX), outputs it into the
2687# updated configure.ac (with AC_DIAGNOSE), and then outputs
2688# the replacement expansion.
6efef468
JM
2689
2690
6bb11ab3
L
2691# This is an auxiliary macro that is also run when
2692# autoupdate runs m4. It simply calls m4_warning, but
2693# we need a wrapper so that each warning is emitted only
2694# once. We break the quoting in m4_warning's argument in
2695# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2696
2697
6bb11ab3
L
2698# Finally, this is the expansion that is picked up by
2699# autoconf. It tells the user to run autoupdate, and
2700# then outputs the replacement expansion. We do not care
2701# about autoupdate's warning because that contains
2702# information on what to do *after* running autoupdate.
6efef468 2703
35695fd6
AC
2704
2705
6bb11ab3
L
2706# _LT_TAG_COMPILER
2707# ----------------
2708# _LT_TAG_COMPILER
35695fd6
AC
2709
2710
6bb11ab3
L
2711# _LT_COMPILER_BOILERPLATE
2712# ------------------------
2713# Check for compiler boilerplate output or warnings with
2714# the simple compiler test code.
2715# _LT_COMPILER_BOILERPLATE
f0569246 2716
f0569246 2717
6bb11ab3
L
2718# _LT_LINKER_BOILERPLATE
2719# ----------------------
2720# Check for linker boilerplate output or warnings with
2721# the simple link test code.
2722# _LT_LINKER_BOILERPLATE
b7026657 2723
6bb11ab3
L
2724# _LT_REQUIRED_DARWIN_CHECKS
2725# -------------------------
81ecdfbb 2726
b7026657 2727
b7026657 2728
6bb11ab3
L
2729# _LT_DARWIN_LINKER_FEATURES
2730# --------------------------
2731# Checks for linker and compiler features on darwin
b7026657 2732
b7026657 2733
6bb11ab3
L
2734# _LT_SYS_MODULE_PATH_AIX
2735# -----------------------
2736# Links a minimal program and checks the executable
2737# for the system default hardcoded library path. In most cases,
2738# this is /usr/lib:/lib, but when the MPI compilers are used
2739# the location of the communication and MPI libs are included too.
2740# If we don't find anything, use the default library path according
2741# to the aix ld manual.
2742# _LT_SYS_MODULE_PATH_AIX
b7026657 2743
b7026657 2744
6bb11ab3
L
2745# _LT_SHELL_INIT(ARG)
2746# -------------------
2747# _LT_SHELL_INIT
b7026657 2748
f0569246 2749
81ecdfbb 2750
6bb11ab3
L
2751# _LT_PROG_ECHO_BACKSLASH
2752# -----------------------
2753# Find how we can fake an echo command that does not interpret backslash.
2754# In particular, with Autoconf 2.60 or later we add some code to the start
2755# of the generated configure script which will find a shell with a builtin
2756# printf (which we can use as an echo command).
2757# _LT_PROG_ECHO_BACKSLASH
f0569246 2758
b7026657 2759
6bb11ab3
L
2760# _LT_ENABLE_LOCK
2761# ---------------
2762# _LT_ENABLE_LOCK
81ecdfbb 2763
b7026657 2764
6bb11ab3
L
2765# _LT_CMD_OLD_ARCHIVE
2766# -------------------
2767# _LT_CMD_OLD_ARCHIVE
f0569246 2768
81ecdfbb 2769
6bb11ab3
L
2770# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2771# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2772# ----------------------------------------------------------------
2773# Check whether the given compiler option works
2774# _LT_COMPILER_OPTION
b7026657 2775
6bb11ab3
L
2776# Old name:
2777# This is what autoupdate's m4 run will expand. It fires
2778# the warning (with _au_warn_XXX), outputs it into the
2779# updated configure.ac (with AC_DIAGNOSE), and then outputs
2780# the replacement expansion.
b7026657 2781
b7026657 2782
6bb11ab3
L
2783# This is an auxiliary macro that is also run when
2784# autoupdate runs m4. It simply calls m4_warning, but
2785# we need a wrapper so that each warning is emitted only
2786# once. We break the quoting in m4_warning's argument in
2787# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2788
f0569246 2789
6bb11ab3
L
2790# Finally, this is the expansion that is picked up by
2791# autoconf. It tells the user to run autoupdate, and
2792# then outputs the replacement expansion. We do not care
2793# about autoupdate's warning because that contains
2794# information on what to do *after* running autoupdate.
f0569246 2795
f0569246 2796
f0569246 2797
6bb11ab3
L
2798# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2799# [ACTION-SUCCESS], [ACTION-FAILURE])
2800# ----------------------------------------------------
2801# Check whether the given linker option works
2802# _LT_LINKER_OPTION
81ecdfbb 2803
6bb11ab3
L
2804# Old name:
2805# This is what autoupdate's m4 run will expand. It fires
2806# the warning (with _au_warn_XXX), outputs it into the
2807# updated configure.ac (with AC_DIAGNOSE), and then outputs
2808# the replacement expansion.
81ecdfbb 2809
81ecdfbb 2810
6bb11ab3
L
2811# This is an auxiliary macro that is also run when
2812# autoupdate runs m4. It simply calls m4_warning, but
2813# we need a wrapper so that each warning is emitted only
2814# once. We break the quoting in m4_warning's argument in
2815# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2816
f0569246 2817
6bb11ab3
L
2818# Finally, this is the expansion that is picked up by
2819# autoconf. It tells the user to run autoupdate, and
2820# then outputs the replacement expansion. We do not care
2821# about autoupdate's warning because that contains
2822# information on what to do *after* running autoupdate.
2823
2824
2825
2826# LT_CMD_MAX_LEN
2827#---------------
2828# LT_CMD_MAX_LEN
2829
2830# Old name:
2831# This is what autoupdate's m4 run will expand. It fires
2832# the warning (with _au_warn_XXX), outputs it into the
2833# updated configure.ac (with AC_DIAGNOSE), and then outputs
2834# the replacement expansion.
2835
2836
2837# This is an auxiliary macro that is also run when
2838# autoupdate runs m4. It simply calls m4_warning, but
2839# we need a wrapper so that each warning is emitted only
2840# once. We break the quoting in m4_warning's argument in
2841# order to expand this macro's arguments, not AU_DEFUN's.
2842
2843
2844# Finally, this is the expansion that is picked up by
2845# autoconf. It tells the user to run autoupdate, and
2846# then outputs the replacement expansion. We do not care
2847# about autoupdate's warning because that contains
2848# information on what to do *after* running autoupdate.
2849
2850
2851
2852# _LT_HEADER_DLFCN
2853# ----------------
2854# _LT_HEADER_DLFCN
2855
2856
2857# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2858# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2859# ----------------------------------------------------------------
2860# _LT_TRY_DLOPEN_SELF
2861
2862
2863# LT_SYS_DLOPEN_SELF
2864# ------------------
2865# LT_SYS_DLOPEN_SELF
2866
2867# Old name:
2868# This is what autoupdate's m4 run will expand. It fires
2869# the warning (with _au_warn_XXX), outputs it into the
2870# updated configure.ac (with AC_DIAGNOSE), and then outputs
2871# the replacement expansion.
2872
2873
2874# This is an auxiliary macro that is also run when
2875# autoupdate runs m4. It simply calls m4_warning, but
2876# we need a wrapper so that each warning is emitted only
2877# once. We break the quoting in m4_warning's argument in
2878# order to expand this macro's arguments, not AU_DEFUN's.
2879
2880
2881# Finally, this is the expansion that is picked up by
2882# autoconf. It tells the user to run autoupdate, and
2883# then outputs the replacement expansion. We do not care
2884# about autoupdate's warning because that contains
2885# information on what to do *after* running autoupdate.
2886
2887
2888
2889# _LT_COMPILER_C_O([TAGNAME])
2890# ---------------------------
2891# Check to see if options -c and -o are simultaneously supported by compiler.
2892# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2893# _LT_COMPILER_C_O
2894
2895
2896# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2897# ----------------------------------
2898# Check to see if we can do hard links to lock some files if needed
2899# _LT_COMPILER_FILE_LOCKS
2900
2901
2902# _LT_CHECK_OBJDIR
2903# ----------------
2904# _LT_CHECK_OBJDIR
2905
2906
2907# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2908# --------------------------------------
2909# Check hardcoding attributes.
2910# _LT_LINKER_HARDCODE_LIBPATH
2911
2912
2913# _LT_CMD_STRIPLIB
2914# ----------------
2915# _LT_CMD_STRIPLIB
2916
2917
2918# _LT_SYS_DYNAMIC_LINKER([TAG])
2919# -----------------------------
2920# PORTME Fill in your ld.so characteristics
2921# _LT_SYS_DYNAMIC_LINKER
2922
2923
2924# _LT_PATH_TOOL_PREFIX(TOOL)
2925# --------------------------
2926# find a file program which can recognize shared library
2927# _LT_PATH_TOOL_PREFIX
2928
2929# Old name:
2930# This is what autoupdate's m4 run will expand. It fires
2931# the warning (with _au_warn_XXX), outputs it into the
2932# updated configure.ac (with AC_DIAGNOSE), and then outputs
2933# the replacement expansion.
2934
2935
2936# This is an auxiliary macro that is also run when
2937# autoupdate runs m4. It simply calls m4_warning, but
2938# we need a wrapper so that each warning is emitted only
2939# once. We break the quoting in m4_warning's argument in
2940# order to expand this macro's arguments, not AU_DEFUN's.
2941
2942
2943# Finally, this is the expansion that is picked up by
2944# autoconf. It tells the user to run autoupdate, and
2945# then outputs the replacement expansion. We do not care
2946# about autoupdate's warning because that contains
2947# information on what to do *after* running autoupdate.
2948
2949
2950
2951# _LT_PATH_MAGIC
2952# --------------
2953# find a file program which can recognize a shared library
2954# _LT_PATH_MAGIC
2955
2956
2957# LT_PATH_LD
2958# ----------
2959# find the pathname to the GNU or non-GNU linker
2960# LT_PATH_LD
2961
2962# Old names:
2963# This is what autoupdate's m4 run will expand. It fires
2964# the warning (with _au_warn_XXX), outputs it into the
2965# updated configure.ac (with AC_DIAGNOSE), and then outputs
2966# the replacement expansion.
2967
2968
2969# This is an auxiliary macro that is also run when
2970# autoupdate runs m4. It simply calls m4_warning, but
2971# we need a wrapper so that each warning is emitted only
2972# once. We break the quoting in m4_warning's argument in
2973# order to expand this macro's arguments, not AU_DEFUN's.
2974
2975
2976# Finally, this is the expansion that is picked up by
2977# autoconf. It tells the user to run autoupdate, and
2978# then outputs the replacement expansion. We do not care
2979# about autoupdate's warning because that contains
2980# information on what to do *after* running autoupdate.
2981
2982# This is what autoupdate's m4 run will expand. It fires
2983# the warning (with _au_warn_XXX), outputs it into the
2984# updated configure.ac (with AC_DIAGNOSE), and then outputs
2985# the replacement expansion.
2986
2987
2988# This is an auxiliary macro that is also run when
2989# autoupdate runs m4. It simply calls m4_warning, but
2990# we need a wrapper so that each warning is emitted only
2991# once. We break the quoting in m4_warning's argument in
2992# order to expand this macro's arguments, not AU_DEFUN's.
2993
2994
2995# Finally, this is the expansion that is picked up by
2996# autoconf. It tells the user to run autoupdate, and
2997# then outputs the replacement expansion. We do not care
2998# about autoupdate's warning because that contains
2999# information on what to do *after* running autoupdate.
3000
3001
3002
3003# _LT_PATH_LD_GNU
3004#- --------------
3005# _LT_PATH_LD_GNU
3006
3007
3008# _LT_CMD_RELOAD
3009# --------------
3010# find reload flag for linker
3011# -- PORTME Some linkers may need a different reload flag.
3012# _LT_CMD_RELOAD
3013
3014
3015# _LT_CHECK_MAGIC_METHOD
3016# ----------------------
3017# how to check for library dependencies
3018# -- PORTME fill in with the dynamic library characteristics
3019# _LT_CHECK_MAGIC_METHOD
3020
3021
3022# LT_PATH_NM
3023# ----------
3024# find the pathname to a BSD- or MS-compatible name lister
3025# LT_PATH_NM
3026
3027# Old names:
3028# This is what autoupdate's m4 run will expand. It fires
3029# the warning (with _au_warn_XXX), outputs it into the
3030# updated configure.ac (with AC_DIAGNOSE), and then outputs
3031# the replacement expansion.
3032
3033
3034# This is an auxiliary macro that is also run when
3035# autoupdate runs m4. It simply calls m4_warning, but
3036# we need a wrapper so that each warning is emitted only
3037# once. We break the quoting in m4_warning's argument in
3038# order to expand this macro's arguments, not AU_DEFUN's.
3039
3040
3041# Finally, this is the expansion that is picked up by
3042# autoconf. It tells the user to run autoupdate, and
3043# then outputs the replacement expansion. We do not care
3044# about autoupdate's warning because that contains
3045# information on what to do *after* running autoupdate.
3046
3047# This is what autoupdate's m4 run will expand. It fires
3048# the warning (with _au_warn_XXX), outputs it into the
3049# updated configure.ac (with AC_DIAGNOSE), and then outputs
3050# the replacement expansion.
3051
3052
3053# This is an auxiliary macro that is also run when
3054# autoupdate runs m4. It simply calls m4_warning, but
3055# we need a wrapper so that each warning is emitted only
3056# once. We break the quoting in m4_warning's argument in
3057# order to expand this macro's arguments, not AU_DEFUN's.
3058
3059
3060# Finally, this is the expansion that is picked up by
3061# autoconf. It tells the user to run autoupdate, and
3062# then outputs the replacement expansion. We do not care
3063# about autoupdate's warning because that contains
3064# information on what to do *after* running autoupdate.
3065
3066
3067
3068# LT_LIB_M
3069# --------
3070# check for math library
3071# LT_LIB_M
3072
3073# Old name:
3074# This is what autoupdate's m4 run will expand. It fires
3075# the warning (with _au_warn_XXX), outputs it into the
3076# updated configure.ac (with AC_DIAGNOSE), and then outputs
3077# the replacement expansion.
3078
3079
3080# This is an auxiliary macro that is also run when
3081# autoupdate runs m4. It simply calls m4_warning, but
3082# we need a wrapper so that each warning is emitted only
3083# once. We break the quoting in m4_warning's argument in
3084# order to expand this macro's arguments, not AU_DEFUN's.
3085
3086
3087# Finally, this is the expansion that is picked up by
3088# autoconf. It tells the user to run autoupdate, and
3089# then outputs the replacement expansion. We do not care
3090# about autoupdate's warning because that contains
3091# information on what to do *after* running autoupdate.
3092
3093
3094
3095# _LT_COMPILER_NO_RTTI([TAGNAME])
3096# -------------------------------
3097# _LT_COMPILER_NO_RTTI
3098
3099
3100# _LT_CMD_GLOBAL_SYMBOLS
3101# ----------------------
3102 # _LT_CMD_GLOBAL_SYMBOLS
3103
3104
3105# _LT_COMPILER_PIC([TAGNAME])
3106# ---------------------------
3107# _LT_COMPILER_PIC
3108
3109
3110# _LT_LINKER_SHLIBS([TAGNAME])
3111# ----------------------------
3112# See if the linker supports building shared libraries.
3113# _LT_LINKER_SHLIBS
3114
3115
3116# _LT_LANG_C_CONFIG([TAG])
3117# ------------------------
3118# Ensure that the configuration variables for a C compiler are suitably
3119# defined. These variables are subsequently used by _LT_CONFIG to write
3120# the compiler configuration to `libtool'.
3121# _LT_LANG_C_CONFIG
3122
3123
3124# _LT_LANG_CXX_CONFIG([TAG])
3125# --------------------------
3126# Ensure that the configuration variables for a C++ compiler are suitably
3127# defined. These variables are subsequently used by _LT_CONFIG to write
3128# the compiler configuration to `libtool'.
3129# _LT_LANG_CXX_CONFIG
3130
3131
3132# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3133# ---------------------------------
3134# Figure out "hidden" library dependencies from verbose
3135# compiler output when linking a shared library.
3136# Parse the compiler output and extract the necessary
3137# objects, libraries and library flags.
3138# _LT_SYS_HIDDEN_LIBDEPS
3139
3140
3141# _LT_LANG_F77_CONFIG([TAG])
3142# --------------------------
3143# Ensure that the configuration variables for a Fortran 77 compiler are
3144# suitably defined. These variables are subsequently used by _LT_CONFIG
3145# to write the compiler configuration to `libtool'.
3146# _LT_LANG_F77_CONFIG
3147
3148
3149# _LT_LANG_FC_CONFIG([TAG])
3150# -------------------------
3151# Ensure that the configuration variables for a Fortran compiler are
3152# suitably defined. These variables are subsequently used by _LT_CONFIG
3153# to write the compiler configuration to `libtool'.
3154# _LT_LANG_FC_CONFIG
3155
3156
3157# _LT_LANG_GCJ_CONFIG([TAG])
3158# --------------------------
3159# Ensure that the configuration variables for the GNU Java Compiler compiler
3160# are suitably defined. These variables are subsequently used by _LT_CONFIG
3161# to write the compiler configuration to `libtool'.
3162# _LT_LANG_GCJ_CONFIG
3163
3164
3165# _LT_LANG_RC_CONFIG([TAG])
3166# -------------------------
3167# Ensure that the configuration variables for the Windows resource compiler
3168# are suitably defined. These variables are subsequently used by _LT_CONFIG
3169# to write the compiler configuration to `libtool'.
3170# _LT_LANG_RC_CONFIG
3171
3172
3173# LT_PROG_GCJ
3174# -----------
3175
3176
3177# Old name:
3178# This is what autoupdate's m4 run will expand. It fires
3179# the warning (with _au_warn_XXX), outputs it into the
3180# updated configure.ac (with AC_DIAGNOSE), and then outputs
3181# the replacement expansion.
3182
3183
3184# This is an auxiliary macro that is also run when
3185# autoupdate runs m4. It simply calls m4_warning, but
3186# we need a wrapper so that each warning is emitted only
3187# once. We break the quoting in m4_warning's argument in
3188# order to expand this macro's arguments, not AU_DEFUN's.
3189
3190
3191# Finally, this is the expansion that is picked up by
3192# autoconf. It tells the user to run autoupdate, and
3193# then outputs the replacement expansion. We do not care
3194# about autoupdate's warning because that contains
3195# information on what to do *after* running autoupdate.
3196
3197
3198
3199# LT_PROG_RC
3200# ----------
3201
3202
3203# Old name:
3204# This is what autoupdate's m4 run will expand. It fires
3205# the warning (with _au_warn_XXX), outputs it into the
3206# updated configure.ac (with AC_DIAGNOSE), and then outputs
3207# the replacement expansion.
3208
3209
3210# This is an auxiliary macro that is also run when
3211# autoupdate runs m4. It simply calls m4_warning, but
3212# we need a wrapper so that each warning is emitted only
3213# once. We break the quoting in m4_warning's argument in
3214# order to expand this macro's arguments, not AU_DEFUN's.
3215
3216
3217# Finally, this is the expansion that is picked up by
3218# autoconf. It tells the user to run autoupdate, and
3219# then outputs the replacement expansion. We do not care
3220# about autoupdate's warning because that contains
3221# information on what to do *after* running autoupdate.
3222
3223
3224
3225# _LT_DECL_EGREP
3226# --------------
3227# If we don't have a new enough Autoconf to choose the best grep
3228# available, choose the one first in the user's PATH.
3229
3230
3231
3232# _LT_DECL_OBJDUMP
3233# --------------
3234# If we don't have a new enough Autoconf to choose the best objdump
3235# available, choose the one first in the user's PATH.
3236
3237
3238
3239# _LT_DECL_SED
3240# ------------
3241# Check for a fully-functional sed program, that truncates
3242# as few characters as possible. Prefer GNU sed if found.
3243# _LT_DECL_SED
3244
3245#m4_ifndef
3246
3247# Old name:
3248# This is what autoupdate's m4 run will expand. It fires
3249# the warning (with _au_warn_XXX), outputs it into the
3250# updated configure.ac (with AC_DIAGNOSE), and then outputs
3251# the replacement expansion.
3252
3253
3254# This is an auxiliary macro that is also run when
3255# autoupdate runs m4. It simply calls m4_warning, but
3256# we need a wrapper so that each warning is emitted only
3257# once. We break the quoting in m4_warning's argument in
3258# order to expand this macro's arguments, not AU_DEFUN's.
3259
3260
3261# Finally, this is the expansion that is picked up by
3262# autoconf. It tells the user to run autoupdate, and
3263# then outputs the replacement expansion. We do not care
3264# about autoupdate's warning because that contains
3265# information on what to do *after* running autoupdate.
3266
3267
3268
3269# _LT_CHECK_SHELL_FEATURES
3270# ------------------------
3271# Find out whether the shell is Bourne or XSI compatible,
3272# or has some other useful features.
3273# _LT_CHECK_SHELL_FEATURES
3274
3275
3276# _LT_PROG_XSI_SHELLFNS
3277# ---------------------
3278# Bourne and XSI compatible variants of some useful shell functions.
3279
3280
3281# Helper functions for option handling. -*- Autoconf -*-
3282#
3283# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3284# Inc.
3285# Written by Gary V. Vaughan, 2004
3286#
3287# This file is free software; the Free Software Foundation gives
3288# unlimited permission to copy and/or distribute it, with or without
3289# modifications, as long as this notice is preserved.
3290
3291# serial 6 ltoptions.m4
3292
3293# This is to help aclocal find these macros, as it can't see m4_define.
3294
3295
3296
3297# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3298# ------------------------------------------
3299
3300
3301
3302# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3303# ---------------------------------------
3304# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3305# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3306# saved as a flag.
3307
3308
3309
3310# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3311# ------------------------------------------------------------
3312# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3313
3314
3315
3316# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3317# -------------------------------------------------------
3318# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3319# are set.
3320
3321
3322
3323# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3324# ----------------------------------------
3325# OPTION-LIST is a space-separated list of Libtool options associated
3326# with MACRO-NAME. If any OPTION has a matching handler declared with
3327# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3328# the unknown option and exit.
3329# _LT_SET_OPTIONS
3330
3331
3332## --------------------------------- ##
3333## Macros to handle LT_INIT options. ##
3334## --------------------------------- ##
3335
3336# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3337# -----------------------------------------
3338
3339
3340
3341# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3342# -----------------------------------------------
3343# LT_OPTION_DEFINE
3344
3345
3346# dlopen
3347# ------
3348
3349
3350# This is what autoupdate's m4 run will expand. It fires
3351# the warning (with _au_warn_XXX), outputs it into the
3352# updated configure.ac (with AC_DIAGNOSE), and then outputs
3353# the replacement expansion.
3354
3355
3356# This is an auxiliary macro that is also run when
3357# autoupdate runs m4. It simply calls m4_warning, but
3358# we need a wrapper so that each warning is emitted only
3359# once. We break the quoting in m4_warning's argument in
3360# order to expand this macro's arguments, not AU_DEFUN's.
3361
3362
3363# Finally, this is the expansion that is picked up by
3364# autoconf. It tells the user to run autoupdate, and
3365# then outputs the replacement expansion. We do not care
3366# about autoupdate's warning because that contains
3367# information on what to do *after* running autoupdate.
3368
3369
3370
3371
3372# win32-dll
3373# ---------
3374# Declare package support for building win32 dll's.
3375# win32-dll
3376
3377# This is what autoupdate's m4 run will expand. It fires
3378# the warning (with _au_warn_XXX), outputs it into the
3379# updated configure.ac (with AC_DIAGNOSE), and then outputs
3380# the replacement expansion.
3381
3382
3383# This is an auxiliary macro that is also run when
3384# autoupdate runs m4. It simply calls m4_warning, but
3385# we need a wrapper so that each warning is emitted only
3386# once. We break the quoting in m4_warning's argument in
3387# order to expand this macro's arguments, not AU_DEFUN's.
3388
3389
3390# Finally, this is the expansion that is picked up by
3391# autoconf. It tells the user to run autoupdate, and
3392# then outputs the replacement expansion. We do not care
3393# about autoupdate's warning because that contains
3394# information on what to do *after* running autoupdate.
3395
3396
3397
3398
3399# _LT_ENABLE_SHARED([DEFAULT])
3400# ----------------------------
3401# implement the --enable-shared flag, and supports the `shared' and
3402# `disable-shared' LT_INIT options.
3403# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3404# _LT_ENABLE_SHARED
3405
3406
3407
3408
3409# Old names:
3410
3411
3412
3413
3414# This is what autoupdate's m4 run will expand. It fires
3415# the warning (with _au_warn_XXX), outputs it into the
3416# updated configure.ac (with AC_DIAGNOSE), and then outputs
3417# the replacement expansion.
3418
3419
3420# This is an auxiliary macro that is also run when
3421# autoupdate runs m4. It simply calls m4_warning, but
3422# we need a wrapper so that each warning is emitted only
3423# once. We break the quoting in m4_warning's argument in
3424# order to expand this macro's arguments, not AU_DEFUN's.
3425
3426
3427# Finally, this is the expansion that is picked up by
3428# autoconf. It tells the user to run autoupdate, and
3429# then outputs the replacement expansion. We do not care
3430# about autoupdate's warning because that contains
3431# information on what to do *after* running autoupdate.
3432
3433# This is what autoupdate's m4 run will expand. It fires
3434# the warning (with _au_warn_XXX), outputs it into the
3435# updated configure.ac (with AC_DIAGNOSE), and then outputs
3436# the replacement expansion.
3437
3438
3439# This is an auxiliary macro that is also run when
3440# autoupdate runs m4. It simply calls m4_warning, but
3441# we need a wrapper so that each warning is emitted only
3442# once. We break the quoting in m4_warning's argument in
3443# order to expand this macro's arguments, not AU_DEFUN's.
3444
3445
3446# Finally, this is the expansion that is picked up by
3447# autoconf. It tells the user to run autoupdate, and
3448# then outputs the replacement expansion. We do not care
3449# about autoupdate's warning because that contains
3450# information on what to do *after* running autoupdate.
3451
3452
3453
3454
3455
3456# _LT_ENABLE_STATIC([DEFAULT])
3457# ----------------------------
3458# implement the --enable-static flag, and support the `static' and
3459# `disable-static' LT_INIT options.
3460# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3461# _LT_ENABLE_STATIC
3462
3463
3464
3465
3466# Old names:
3467
3468
3469
3470
3471# This is what autoupdate's m4 run will expand. It fires
3472# the warning (with _au_warn_XXX), outputs it into the
3473# updated configure.ac (with AC_DIAGNOSE), and then outputs
3474# the replacement expansion.
3475
3476
3477# This is an auxiliary macro that is also run when
3478# autoupdate runs m4. It simply calls m4_warning, but
3479# we need a wrapper so that each warning is emitted only
3480# once. We break the quoting in m4_warning's argument in
3481# order to expand this macro's arguments, not AU_DEFUN's.
3482
3483
3484# Finally, this is the expansion that is picked up by
3485# autoconf. It tells the user to run autoupdate, and
3486# then outputs the replacement expansion. We do not care
3487# about autoupdate's warning because that contains
3488# information on what to do *after* running autoupdate.
3489
3490# This is what autoupdate's m4 run will expand. It fires
3491# the warning (with _au_warn_XXX), outputs it into the
3492# updated configure.ac (with AC_DIAGNOSE), and then outputs
3493# the replacement expansion.
3494
3495
3496# This is an auxiliary macro that is also run when
3497# autoupdate runs m4. It simply calls m4_warning, but
3498# we need a wrapper so that each warning is emitted only
3499# once. We break the quoting in m4_warning's argument in
3500# order to expand this macro's arguments, not AU_DEFUN's.
3501
3502
3503# Finally, this is the expansion that is picked up by
3504# autoconf. It tells the user to run autoupdate, and
3505# then outputs the replacement expansion. We do not care
3506# about autoupdate's warning because that contains
3507# information on what to do *after* running autoupdate.
3508
3509
3510
3511
3512
3513# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3514# ----------------------------------
3515# implement the --enable-fast-install flag, and support the `fast-install'
3516# and `disable-fast-install' LT_INIT options.
3517# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3518# _LT_ENABLE_FAST_INSTALL
3519
3520
3521
3522
3523# Old names:
3524# This is what autoupdate's m4 run will expand. It fires
3525# the warning (with _au_warn_XXX), outputs it into the
3526# updated configure.ac (with AC_DIAGNOSE), and then outputs
3527# the replacement expansion.
3528
3529
3530# This is an auxiliary macro that is also run when
3531# autoupdate runs m4. It simply calls m4_warning, but
3532# we need a wrapper so that each warning is emitted only
3533# once. We break the quoting in m4_warning's argument in
3534# order to expand this macro's arguments, not AU_DEFUN's.
3535
3536
3537# Finally, this is the expansion that is picked up by
3538# autoconf. It tells the user to run autoupdate, and
3539# then outputs the replacement expansion. We do not care
3540# about autoupdate's warning because that contains
3541# information on what to do *after* running autoupdate.
3542
3543
3544# This is what autoupdate's m4 run will expand. It fires
3545# the warning (with _au_warn_XXX), outputs it into the
3546# updated configure.ac (with AC_DIAGNOSE), and then outputs
3547# the replacement expansion.
3548
3549
3550# This is an auxiliary macro that is also run when
3551# autoupdate runs m4. It simply calls m4_warning, but
3552# we need a wrapper so that each warning is emitted only
3553# once. We break the quoting in m4_warning's argument in
3554# order to expand this macro's arguments, not AU_DEFUN's.
3555
3556
3557# Finally, this is the expansion that is picked up by
3558# autoconf. It tells the user to run autoupdate, and
3559# then outputs the replacement expansion. We do not care
3560# about autoupdate's warning because that contains
3561# information on what to do *after* running autoupdate.
3562
3563
3564
3565
3566# _LT_WITH_PIC([MODE])
3567# --------------------
3568# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3569# LT_INIT options.
3570# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3571# _LT_WITH_PIC
3572
3573
3574
3575
3576# Old name:
3577# This is what autoupdate's m4 run will expand. It fires
3578# the warning (with _au_warn_XXX), outputs it into the
3579# updated configure.ac (with AC_DIAGNOSE), and then outputs
3580# the replacement expansion.
3581
3582
3583# This is an auxiliary macro that is also run when
3584# autoupdate runs m4. It simply calls m4_warning, but
3585# we need a wrapper so that each warning is emitted only
3586# once. We break the quoting in m4_warning's argument in
3587# order to expand this macro's arguments, not AU_DEFUN's.
3588
3589
3590# Finally, this is the expansion that is picked up by
3591# autoconf. It tells the user to run autoupdate, and
3592# then outputs the replacement expansion. We do not care
3593# about autoupdate's warning because that contains
3594# information on what to do *after* running autoupdate.
3595
3596
3597
3598## ----------------- ##
3599## LTDL_INIT Options ##
3600## ----------------- ##
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3612#
3613# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3614# Written by Gary V. Vaughan, 2004
3615#
3616# This file is free software; the Free Software Foundation gives
3617# unlimited permission to copy and/or distribute it, with or without
3618# modifications, as long as this notice is preserved.
3619
3620# serial 6 ltsugar.m4
3621
3622# This is to help aclocal find these macros, as it can't see m4_define.
3623
3624
3625
3626# lt_join(SEP, ARG1, [ARG2...])
3627# -----------------------------
3628# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3629# associated separator.
3630# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3631# versions in m4sugar had bugs.
3632
3633
3634
3635
3636# lt_car(LIST)
3637# lt_cdr(LIST)
3638# ------------
3639# Manipulate m4 lists.
3640# These macros are necessary as long as will still need to support
3641# Autoconf-2.59 which quotes differently.
3642
3643
3644
3645
3646
3647# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3648# ------------------------------------------
3649# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3650# Note that neither SEPARATOR nor STRING are expanded; they are appended
3651# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3652# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3653# than defined and empty).
3654#
3655# This macro is needed until we can rely on Autoconf 2.62, since earlier
3656# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3657
3658
3659
3660
3661# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3662# ----------------------------------------------------------
3663# Produce a SEP delimited list of all paired combinations of elements of
3664# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3665# has the form PREFIXmINFIXSUFFIXn.
3666# Needed until we can rely on m4_combine added in Autoconf 2.62.
3667
3668
3669
3670# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3671# -----------------------------------------------------------------------
3672# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3673# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3674
3675
3676
3677# lt_dict_add(DICT, KEY, VALUE)
3678# -----------------------------
3679
3680
3681
3682# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3683# --------------------------------------------
3684
3685
3686
3687# lt_dict_fetch(DICT, KEY, [SUBKEY])
3688# ----------------------------------
3689
3690
3691
3692# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3693# -----------------------------------------------------------------
3694
3695
3696
3697# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3698# --------------------------------------------------------------
3699
3700
3701# ltversion.m4 -- version numbers -*- Autoconf -*-
3702#
3703# Copyright (C) 2004 Free Software Foundation, Inc.
3704# Written by Scott James Remnant, 2004
3705#
3706# This file is free software; the Free Software Foundation gives
3707# unlimited permission to copy and/or distribute it, with or without
3708# modifications, as long as this notice is preserved.
3709
3710# Generated from ltversion.in.
3711
3712# serial 3134 ltversion.m4
3713# This file is part of GNU Libtool
3714
3715
3716
3717
3718
3719
3720# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3721#
3722# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3723# Written by Scott James Remnant, 2004.
3724#
3725# This file is free software; the Free Software Foundation gives
3726# unlimited permission to copy and/or distribute it, with or without
3727# modifications, as long as this notice is preserved.
3728
3729# serial 4 lt~obsolete.m4
3730
3731# These exist entirely to fool aclocal when bootstrapping libtool.
3732#
3733# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3734# which have later been changed to m4_define as they aren't part of the
3735# exported API, or moved to Autoconf or Automake where they belong.
3736#
3737# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3738# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3739# using a macro with the same name in our local m4/libtool.m4 it'll
3740# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3741# and doesn't know about Autoconf macros at all.)
3742#
3743# So we provide this file, which has a silly filename so it's always
3744# included after everything else. This provides aclocal with the
3745# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3746# because those macros already exist, or will be overwritten later.
3747# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3748#
3749# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3750# Yes, that means every name once taken will need to remain here until
3751# we give up compatibility with versions before 1.7, at which point
3752# we need to keep only those names which we still refer to.
3753
3754# This is to help aclocal find these macros, as it can't see m4_define.
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819## -*- Autoconf -*-
3820
3821# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3822# Free Software Foundation, Inc.
3823#
3824# This file is free software; the Free Software Foundation
3825# gives unlimited permission to copy and/or distribute it,
3826# with or without modifications, as long as this notice is preserved.
3827
3828# serial 8
3829
3830# Based on depend.m4 from automake 1.9, modified for standalone use in
3831# an environment where GNU make is required.
3832
3833# ZW_PROG_COMPILER_DEPENDENCIES
3834# -----------------------------
3835# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3836# sets fooDEPMODE accordingly. Cache-variable compatible with
3837# original; not side-effect compatible. As the users of this macro
3838# may require accurate dependencies for correct builds, it does *not*
3839# honor --disable-dependency-checking, and failure to detect a usable
3840# method is an error. depcomp is assumed to be located in
3841# $ac_aux_dir.
3842#
3843# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3844
3845
3846
3847# AM_SET_DEPDIR
3848# -------------
3849# Choose a directory name for dependency files.
3850
3851
3852# ZW_CREATE_DEPDIR
3853# ----------------
3854# As AM_SET_DEPDIR, but also create the directory at config.status time.
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905sim_inline="-DDEFAULT_INLINE=0"
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
3936
3937
3938
3939
3940
3941
3942# intl sister-directory configuration rules.
3943#
3944
3945# The idea behind this macro is that there's no need to repeat all the
3946# autoconf probes done by the intl directory - it's already done them
3947# for us. In fact, there's no need even to look at the cache for the
3948# answers. All we need to do is nab a few pieces of information.
3949# The intl directory is set up to make this easy, by generating a
3950# small file which can be sourced as a shell script; then we produce
3951# the necessary substitutions and definitions for this directory.
3952
3953
3954
3955# Autoconf M4 include file defining utility macros for complex Canadian
3956# cross builds.
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966####
3967# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3968# or AC_INIT.
3969# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3970
3971####
3972# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3973# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3974
3975
3976####
3977# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3978# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3979
3980
3981
3982# Backported from Autoconf 2.5x; can go away when and if
3983# we switch. Put the OS path separator in $PATH_SEPARATOR.
3984
3985
3986
3987
3988# ACX_HAVE_GCC_FOR_TARGET
3989# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
3990
3991
3992# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
3993# Searching for installed target binutils. We need to take extra care,
3994# else we may find the wrong assembler, linker, etc., and lose.
3995#
3996# First try --with-build-time-tools, if specified.
3997#
3998# For build != host, we ask the installed GCC for the name of the tool it
3999# uses, and accept it if it is an absolute path. This is because the
4000# only good choice for a compiler is the same GCC version that is being
4001# installed (or we couldn't make target libraries), and we assume that
4002# on the host system we'll have not only the same GCC version, but also
4003# the same binutils version.
4004#
4005# For build == host, search the same directories that the installed
4006# compiler will search. We used to do this for the assembler, linker,
4007# and nm only; for simplicity of configuration, however, we extend this
4008# criterion to tools (such as ar and ranlib) that are never invoked by
4009# the compiler, to avoid mismatches.
4010#
4011# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4012# if build == target. This makes the most sense only when bootstrapping,
4013# but we also do so when build != host. In this case, we hope that the
4014# build and host systems will have similar contents of MD_EXEC_PREFIX.
4015#
4016# If we do not find a suitable binary, then try the user's path.
4017
4018
4019###
4020# AC_PROG_CPP_WERROR
4021# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4022# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4023# For now, using this also overrides header checks to use only the
4024# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4025# bit harder from here).
4026# Eventually autoconf will default to checking headers with the compiler
4027# instead, and we'll have to do this differently.
4028
4029# AC_PROG_CPP_WERROR
4030
4031# Test for GNAT.
4032# We require the gnatbind & gnatmake programs, as well as a compiler driver
4033# that understands Ada. We use the user's CC setting, already found, and
4034# possibly add $1 to the command-line parameters.
4035#
4036# Sets the shell variable have_gnat to yes or no as appropriate, and
4037# substitutes GNATBIND and GNATMAKE.
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063ac_ext=c
4064ac_cpp='$CPP $CPPFLAGS'
4065ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4066ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4067ac_compiler_gnu=$ac_cv_c_compiler_gnu
4068if test -n "$ac_tool_prefix"; then
4069 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4070set dummy ${ac_tool_prefix}gcc; ac_word=$2
4071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4072$as_echo_n "checking for $ac_word... " >&6; }
4073if test "${ac_cv_prog_CC+set}" = set; then :
4074 $as_echo_n "(cached) " >&6
4075else
4076 if test -n "$CC"; then
4077 ac_cv_prog_CC="$CC" # Let the user override the test.
4078else
4079as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4080for as_dir in $PATH
4081do
4082 IFS=$as_save_IFS
4083 test -z "$as_dir" && as_dir=.
4084 for ac_exec_ext in '' $ac_executable_extensions; do
4085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 break 2
4089 fi
4090done
4091 done
4092IFS=$as_save_IFS
4093
4094fi
4095fi
4096CC=$ac_cv_prog_CC
4097if test -n "$CC"; then
4098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4099$as_echo "$CC" >&6; }
4100else
4101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4102$as_echo "no" >&6; }
4103fi
4104
4105
4106fi
4107if test -z "$ac_cv_prog_CC"; then
4108 ac_ct_CC=$CC
4109 # Extract the first word of "gcc", so it can be a program name with args.
4110set dummy gcc; ac_word=$2
4111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4112$as_echo_n "checking for $ac_word... " >&6; }
4113if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4114 $as_echo_n "(cached) " >&6
4115else
4116 if test -n "$ac_ct_CC"; then
4117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4118else
4119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4120for as_dir in $PATH
4121do
4122 IFS=$as_save_IFS
4123 test -z "$as_dir" && as_dir=.
4124 for ac_exec_ext in '' $ac_executable_extensions; do
4125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4126 ac_cv_prog_ac_ct_CC="gcc"
4127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4128 break 2
4129 fi
4130done
4131 done
4132IFS=$as_save_IFS
4133
4134fi
4135fi
4136ac_ct_CC=$ac_cv_prog_ac_ct_CC
4137if test -n "$ac_ct_CC"; then
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4139$as_echo "$ac_ct_CC" >&6; }
4140else
4141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4142$as_echo "no" >&6; }
4143fi
4144
4145 if test "x$ac_ct_CC" = x; then
4146 CC=""
4147 else
4148 case $cross_compiling:$ac_tool_warned in
4149yes:)
4150{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4151$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4152ac_tool_warned=yes ;;
4153esac
4154 CC=$ac_ct_CC
4155 fi
4156else
4157 CC="$ac_cv_prog_CC"
4158fi
4159
4160if test -z "$CC"; then
4161 if test -n "$ac_tool_prefix"; then
4162 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4163set dummy ${ac_tool_prefix}cc; ac_word=$2
4164{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4165$as_echo_n "checking for $ac_word... " >&6; }
4166if test "${ac_cv_prog_CC+set}" = set; then :
4167 $as_echo_n "(cached) " >&6
4168else
4169 if test -n "$CC"; then
4170 ac_cv_prog_CC="$CC" # Let the user override the test.
4171else
4172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4173for as_dir in $PATH
4174do
4175 IFS=$as_save_IFS
4176 test -z "$as_dir" && as_dir=.
4177 for ac_exec_ext in '' $ac_executable_extensions; do
4178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4179 ac_cv_prog_CC="${ac_tool_prefix}cc"
4180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4181 break 2
4182 fi
4183done
4184 done
4185IFS=$as_save_IFS
4186
4187fi
4188fi
4189CC=$ac_cv_prog_CC
4190if test -n "$CC"; then
4191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4192$as_echo "$CC" >&6; }
4193else
4194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4195$as_echo "no" >&6; }
4196fi
4197
4198
4199 fi
4200fi
4201if test -z "$CC"; then
4202 # Extract the first word of "cc", so it can be a program name with args.
4203set dummy cc; ac_word=$2
4204{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4205$as_echo_n "checking for $ac_word... " >&6; }
4206if test "${ac_cv_prog_CC+set}" = set; then :
4207 $as_echo_n "(cached) " >&6
4208else
4209 if test -n "$CC"; then
4210 ac_cv_prog_CC="$CC" # Let the user override the test.
4211else
4212 ac_prog_rejected=no
4213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4214for as_dir in $PATH
4215do
4216 IFS=$as_save_IFS
4217 test -z "$as_dir" && as_dir=.
4218 for ac_exec_ext in '' $ac_executable_extensions; do
4219 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4220 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4221 ac_prog_rejected=yes
4222 continue
4223 fi
4224 ac_cv_prog_CC="cc"
4225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226 break 2
4227 fi
4228done
4229 done
4230IFS=$as_save_IFS
4231
4232if test $ac_prog_rejected = yes; then
4233 # We found a bogon in the path, so make sure we never use it.
4234 set dummy $ac_cv_prog_CC
4235 shift
4236 if test $# != 0; then
4237 # We chose a different compiler from the bogus one.
4238 # However, it has the same basename, so the bogon will be chosen
4239 # first if we set CC to just the basename; use the full file name.
4240 shift
4241 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4242 fi
4243fi
4244fi
4245fi
4246CC=$ac_cv_prog_CC
4247if test -n "$CC"; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4249$as_echo "$CC" >&6; }
4250else
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252$as_echo "no" >&6; }
4253fi
4254
4255
4256fi
4257if test -z "$CC"; then
4258 if test -n "$ac_tool_prefix"; then
4259 for ac_prog in cl.exe
4260 do
4261 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4262set dummy $ac_tool_prefix$ac_prog; 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; }
4265if test "${ac_cv_prog_CC+set}" = set; then :
4266 $as_echo_n "(cached) " >&6
4267else
4268 if test -n "$CC"; then
4269 ac_cv_prog_CC="$CC" # Let the user override the test.
4270else
4271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272for as_dir in $PATH
4273do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
4276 for ac_exec_ext in '' $ac_executable_extensions; do
4277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4278 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 break 2
4281 fi
4282done
4283 done
4284IFS=$as_save_IFS
4285
4286fi
4287fi
4288CC=$ac_cv_prog_CC
4289if test -n "$CC"; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4291$as_echo "$CC" >&6; }
4292else
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4294$as_echo "no" >&6; }
4295fi
4296
4297
4298 test -n "$CC" && break
4299 done
4300fi
4301if test -z "$CC"; then
4302 ac_ct_CC=$CC
4303 for ac_prog in cl.exe
4304do
4305 # Extract the first word of "$ac_prog", so it can be a program name with args.
4306set dummy $ac_prog; ac_word=$2
4307{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4308$as_echo_n "checking for $ac_word... " >&6; }
4309if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4310 $as_echo_n "(cached) " >&6
4311else
4312 if test -n "$ac_ct_CC"; then
4313 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4314else
4315as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316for as_dir in $PATH
4317do
4318 IFS=$as_save_IFS
4319 test -z "$as_dir" && as_dir=.
4320 for ac_exec_ext in '' $ac_executable_extensions; do
4321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4322 ac_cv_prog_ac_ct_CC="$ac_prog"
4323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4324 break 2
4325 fi
4326done
4327 done
4328IFS=$as_save_IFS
4329
4330fi
4331fi
4332ac_ct_CC=$ac_cv_prog_ac_ct_CC
4333if test -n "$ac_ct_CC"; then
4334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4335$as_echo "$ac_ct_CC" >&6; }
4336else
4337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4338$as_echo "no" >&6; }
4339fi
4340
4341
4342 test -n "$ac_ct_CC" && break
4343done
4344
4345 if test "x$ac_ct_CC" = x; then
4346 CC=""
4347 else
4348 case $cross_compiling:$ac_tool_warned in
4349yes:)
4350{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4351$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4352ac_tool_warned=yes ;;
4353esac
4354 CC=$ac_ct_CC
4355 fi
4356fi
4357
4358fi
4359
4360
4361test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4362$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4363as_fn_error "no acceptable C compiler found in \$PATH
4364See \`config.log' for more details." "$LINENO" 5; }
4365
4366# Provide some information about the compiler.
4367$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4368set X $ac_compile
4369ac_compiler=$2
4370for ac_option in --version -v -V -qversion; do
4371 { { ac_try="$ac_compiler $ac_option >&5"
4372case "(($ac_try" in
4373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 *) ac_try_echo=$ac_try;;
4375esac
4376eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4377$as_echo "$ac_try_echo"; } >&5
4378 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4379 ac_status=$?
4380 if test -s conftest.err; then
4381 sed '10a\
4382... rest of stderr output deleted ...
4383 10q' conftest.err >conftest.er1
4384 cat conftest.er1 >&5
4385 rm -f conftest.er1 conftest.err
4386 fi
4387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4388 test $ac_status = 0; }
4389done
4390
4391cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4392/* end confdefs.h. */
4393
4394int
4395main ()
4396{
4397
4398 ;
4399 return 0;
4400}
4401_ACEOF
4402ac_clean_files_save=$ac_clean_files
4403ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4404# Try to create an executable without -o first, disregard a.out.
4405# It will help us diagnose broken compilers, and finding out an intuition
4406# of exeext.
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4408$as_echo_n "checking for C compiler default output file name... " >&6; }
4409ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4410
4411# The possible output files:
4412ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4413
4414ac_rmfiles=
4415for ac_file in $ac_files
4416do
4417 case $ac_file in
4418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4419 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4420 esac
4421done
4422rm -f $ac_rmfiles
4423
4424if { { ac_try="$ac_link_default"
4425case "(($ac_try" in
4426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4427 *) ac_try_echo=$ac_try;;
4428esac
4429eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4430$as_echo "$ac_try_echo"; } >&5
4431 (eval "$ac_link_default") 2>&5
4432 ac_status=$?
4433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4434 test $ac_status = 0; }; then :
4435 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4436# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4437# in a Makefile. We should not override ac_cv_exeext if it was cached,
4438# so that the user can short-circuit this test for compilers unknown to
4439# Autoconf.
4440for ac_file in $ac_files ''
4441do
4442 test -f "$ac_file" || continue
4443 case $ac_file in
4444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4445 ;;
4446 [ab].out )
4447 # We found the default executable, but exeext='' is most
4448 # certainly right.
4449 break;;
4450 *.* )
4451 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4452 then :; else
4453 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4454 fi
4455 # We set ac_cv_exeext here because the later test for it is not
4456 # safe: cross compilers may not add the suffix if given an `-o'
4457 # argument, so we may need to know it at that point already.
4458 # Even if this section looks crufty: it has the advantage of
4459 # actually working.
4460 break;;
4461 * )
4462 break;;
4463 esac
4464done
4465test "$ac_cv_exeext" = no && ac_cv_exeext=
4466
4467else
4468 ac_file=''
4469fi
4470{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4471$as_echo "$ac_file" >&6; }
4472if test -z "$ac_file"; then :
4473 $as_echo "$as_me: failed program was:" >&5
4474sed 's/^/| /' conftest.$ac_ext >&5
4475
4476{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4477$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4478{ as_fn_set_status 77
4479as_fn_error "C compiler cannot create executables
4480See \`config.log' for more details." "$LINENO" 5; }; }
4481fi
4482ac_exeext=$ac_cv_exeext
4483
4484# Check that the compiler produces executables we can run. If not, either
4485# the compiler is broken, or we cross compile.
4486{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4487$as_echo_n "checking whether the C compiler works... " >&6; }
4488# If not cross compiling, check that we can run a simple program.
4489if test "$cross_compiling" != yes; then
4490 if { ac_try='./$ac_file'
4491 { { case "(($ac_try" in
4492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4493 *) ac_try_echo=$ac_try;;
4494esac
4495eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4496$as_echo "$ac_try_echo"; } >&5
4497 (eval "$ac_try") 2>&5
4498 ac_status=$?
4499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4500 test $ac_status = 0; }; }; then
4501 cross_compiling=no
4502 else
4503 if test "$cross_compiling" = maybe; then
4504 cross_compiling=yes
4505 else
4506 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4507$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4508as_fn_error "cannot run C compiled programs.
4509If you meant to cross compile, use \`--host'.
4510See \`config.log' for more details." "$LINENO" 5; }
4511 fi
4512 fi
4513fi
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4515$as_echo "yes" >&6; }
4516
4517rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4518ac_clean_files=$ac_clean_files_save
4519# Check that the compiler produces executables we can run. If not, either
4520# the compiler is broken, or we cross compile.
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4522$as_echo_n "checking whether we are cross compiling... " >&6; }
4523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4524$as_echo "$cross_compiling" >&6; }
4525
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4527$as_echo_n "checking for suffix of executables... " >&6; }
4528if { { ac_try="$ac_link"
4529case "(($ac_try" in
4530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4531 *) ac_try_echo=$ac_try;;
4532esac
4533eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4534$as_echo "$ac_try_echo"; } >&5
4535 (eval "$ac_link") 2>&5
4536 ac_status=$?
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }; then :
4539 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4540# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4541# work properly (i.e., refer to `conftest.exe'), while it won't with
4542# `rm'.
4543for ac_file in conftest.exe conftest conftest.*; do
4544 test -f "$ac_file" || continue
4545 case $ac_file in
4546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4547 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4548 break;;
4549 * ) break;;
4550 esac
4551done
4552else
4553 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4554$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4555as_fn_error "cannot compute suffix of executables: cannot compile and link
4556See \`config.log' for more details." "$LINENO" 5; }
4557fi
4558rm -f conftest$ac_cv_exeext
4559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4560$as_echo "$ac_cv_exeext" >&6; }
4561
4562rm -f conftest.$ac_ext
4563EXEEXT=$ac_cv_exeext
4564ac_exeext=$EXEEXT
4565{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4566$as_echo_n "checking for suffix of object files... " >&6; }
4567if test "${ac_cv_objext+set}" = set; then :
4568 $as_echo_n "(cached) " >&6
4569else
4570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4571/* end confdefs.h. */
4572
4573int
4574main ()
4575{
4576
4577 ;
4578 return 0;
4579}
4580_ACEOF
4581rm -f conftest.o conftest.obj
4582if { { ac_try="$ac_compile"
4583case "(($ac_try" in
4584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4585 *) ac_try_echo=$ac_try;;
4586esac
4587eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4588$as_echo "$ac_try_echo"; } >&5
4589 (eval "$ac_compile") 2>&5
4590 ac_status=$?
4591 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4592 test $ac_status = 0; }; then :
4593 for ac_file in conftest.o conftest.obj conftest.*; do
4594 test -f "$ac_file" || continue;
4595 case $ac_file in
4596 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4597 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4598 break;;
4599 esac
4600done
4601else
4602 $as_echo "$as_me: failed program was:" >&5
4603sed 's/^/| /' conftest.$ac_ext >&5
4604
4605{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4606$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4607as_fn_error "cannot compute suffix of object files: cannot compile
4608See \`config.log' for more details." "$LINENO" 5; }
4609fi
4610rm -f conftest.$ac_cv_objext conftest.$ac_ext
4611fi
4612{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4613$as_echo "$ac_cv_objext" >&6; }
4614OBJEXT=$ac_cv_objext
4615ac_objext=$OBJEXT
4616{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4617$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4618if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4619 $as_echo_n "(cached) " >&6
4620else
4621 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4622/* end confdefs.h. */
4623
4624int
4625main ()
4626{
4627#ifndef __GNUC__
4628 choke me
4629#endif
4630
4631 ;
4632 return 0;
4633}
4634_ACEOF
4635if ac_fn_c_try_compile "$LINENO"; then :
4636 ac_compiler_gnu=yes
4637else
4638 ac_compiler_gnu=no
4639fi
4640rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4641ac_cv_c_compiler_gnu=$ac_compiler_gnu
4642
4643fi
4644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4645$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4646if test $ac_compiler_gnu = yes; then
4647 GCC=yes
4648else
4649 GCC=
4650fi
4651ac_test_CFLAGS=${CFLAGS+set}
4652ac_save_CFLAGS=$CFLAGS
4653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4654$as_echo_n "checking whether $CC accepts -g... " >&6; }
4655if test "${ac_cv_prog_cc_g+set}" = set; then :
4656 $as_echo_n "(cached) " >&6
4657else
4658 ac_save_c_werror_flag=$ac_c_werror_flag
4659 ac_c_werror_flag=yes
4660 ac_cv_prog_cc_g=no
4661 CFLAGS="-g"
4662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4663/* end confdefs.h. */
4664
4665int
4666main ()
4667{
4668
4669 ;
4670 return 0;
4671}
4672_ACEOF
4673if ac_fn_c_try_compile "$LINENO"; then :
4674 ac_cv_prog_cc_g=yes
4675else
4676 CFLAGS=""
4677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4678/* end confdefs.h. */
4679
4680int
4681main ()
4682{
4683
4684 ;
4685 return 0;
4686}
4687_ACEOF
4688if ac_fn_c_try_compile "$LINENO"; then :
4689
4690else
4691 ac_c_werror_flag=$ac_save_c_werror_flag
4692 CFLAGS="-g"
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694/* end confdefs.h. */
4695
4696int
4697main ()
4698{
4699
4700 ;
4701 return 0;
4702}
4703_ACEOF
4704if ac_fn_c_try_compile "$LINENO"; then :
4705 ac_cv_prog_cc_g=yes
4706fi
4707rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4708fi
4709rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4710fi
4711rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4712 ac_c_werror_flag=$ac_save_c_werror_flag
4713fi
4714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4715$as_echo "$ac_cv_prog_cc_g" >&6; }
4716if test "$ac_test_CFLAGS" = set; then
4717 CFLAGS=$ac_save_CFLAGS
4718elif test $ac_cv_prog_cc_g = yes; then
4719 if test "$GCC" = yes; then
4720 CFLAGS="-g -O2"
4721 else
4722 CFLAGS="-g"
4723 fi
4724else
4725 if test "$GCC" = yes; then
4726 CFLAGS="-O2"
4727 else
4728 CFLAGS=
4729 fi
4730fi
4731{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4732$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4733if test "${ac_cv_prog_cc_c89+set}" = set; then :
4734 $as_echo_n "(cached) " >&6
4735else
4736 ac_cv_prog_cc_c89=no
4737ac_save_CC=$CC
4738cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4739/* end confdefs.h. */
4740#include <stdarg.h>
4741#include <stdio.h>
4742#include <sys/types.h>
4743#include <sys/stat.h>
4744/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4745struct buf { int x; };
4746FILE * (*rcsopen) (struct buf *, struct stat *, int);
4747static char *e (p, i)
4748 char **p;
4749 int i;
4750{
4751 return p[i];
4752}
4753static char *f (char * (*g) (char **, int), char **p, ...)
4754{
4755 char *s;
4756 va_list v;
4757 va_start (v,p);
4758 s = g (p, va_arg (v,int));
4759 va_end (v);
4760 return s;
4761}
4762
4763/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4764 function prototypes and stuff, but not '\xHH' hex character constants.
4765 These don't provoke an error unfortunately, instead are silently treated
4766 as 'x'. The following induces an error, until -std is added to get
4767 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4768 array size at least. It's necessary to write '\x00'==0 to get something
4769 that's true only with -std. */
4770int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4771
4772/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4773 inside strings and character constants. */
4774#define FOO(x) 'x'
4775int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4776
4777int test (int i, double x);
4778struct s1 {int (*f) (int a);};
4779struct s2 {int (*f) (double a);};
4780int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4781int argc;
4782char **argv;
4783int
4784main ()
4785{
4786return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4787 ;
4788 return 0;
4789}
4790_ACEOF
4791for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4792 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4793do
4794 CC="$ac_save_CC $ac_arg"
4795 if ac_fn_c_try_compile "$LINENO"; then :
4796 ac_cv_prog_cc_c89=$ac_arg
4797fi
4798rm -f core conftest.err conftest.$ac_objext
4799 test "x$ac_cv_prog_cc_c89" != "xno" && break
4800done
4801rm -f conftest.$ac_ext
4802CC=$ac_save_CC
4803
4804fi
4805# AC_CACHE_VAL
4806case "x$ac_cv_prog_cc_c89" in
4807 x)
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4809$as_echo "none needed" >&6; } ;;
4810 xno)
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4812$as_echo "unsupported" >&6; } ;;
4813 *)
4814 CC="$CC $ac_cv_prog_cc_c89"
4815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4816$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4817esac
4818if test "x$ac_cv_prog_cc_c89" != xno; then :
4819
4820fi
4821
4822ac_ext=c
4823ac_cpp='$CPP $CPPFLAGS'
4824ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4825ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4826ac_compiler_gnu=$ac_cv_c_compiler_gnu
4827
4828ac_aux_dir=
4829for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4830 for ac_t in install-sh install.sh shtool; do
4831 if test -f "$ac_dir/$ac_t"; then
4832 ac_aux_dir=$ac_dir
4833 ac_install_sh="$ac_aux_dir/$ac_t -c"
4834 break 2
4835 fi
4836 done
4837done
4838if test -z "$ac_aux_dir"; then
4839 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4840fi
4841
4842# These three variables are undocumented and unsupported,
4843# and are intended to be withdrawn in a future Autoconf release.
4844# They can cause serious problems if a builder's source tree is in a directory
4845# whose full name contains unusual characters.
4846ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4847ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4848ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4849
4850
4851# Make sure we can run config.sub.
4852$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4853 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4854
4855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4856$as_echo_n "checking build system type... " >&6; }
4857if test "${ac_cv_build+set}" = set; then :
4858 $as_echo_n "(cached) " >&6
4859else
4860 ac_build_alias=$build_alias
4861test "x$ac_build_alias" = x &&
4862 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4863test "x$ac_build_alias" = x &&
4864 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4865ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4866 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4867
4868fi
4869{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4870$as_echo "$ac_cv_build" >&6; }
4871case $ac_cv_build in
4872*-*-*) ;;
4873*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4874esac
4875build=$ac_cv_build
4876ac_save_IFS=$IFS; IFS='-'
4877set x $ac_cv_build
4878shift
4879build_cpu=$1
4880build_vendor=$2
4881shift; shift
4882# Remember, the first character of IFS is used to create $*,
4883# except with old shells:
4884build_os=$*
4885IFS=$ac_save_IFS
4886case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4887
4888
4889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4890$as_echo_n "checking host system type... " >&6; }
4891if test "${ac_cv_host+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
4893else
4894 if test "x$host_alias" = x; then
4895 ac_cv_host=$ac_cv_build
4896else
4897 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4898 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4899fi
4900
4901fi
4902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4903$as_echo "$ac_cv_host" >&6; }
4904case $ac_cv_host in
4905*-*-*) ;;
4906*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4907esac
4908host=$ac_cv_host
4909ac_save_IFS=$IFS; IFS='-'
4910set x $ac_cv_host
4911shift
4912host_cpu=$1
4913host_vendor=$2
4914shift; shift
4915# Remember, the first character of IFS is used to create $*,
4916# except with old shells:
4917host_os=$*
4918IFS=$ac_save_IFS
4919case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4920
4921
4922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4923$as_echo_n "checking target system type... " >&6; }
4924if test "${ac_cv_target+set}" = set; then :
4925 $as_echo_n "(cached) " >&6
4926else
4927 if test "x$target_alias" = x; then
4928 ac_cv_target=$ac_cv_host
4929else
4930 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4931 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4932fi
4933
4934fi
4935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4936$as_echo "$ac_cv_target" >&6; }
4937case $ac_cv_target in
4938*-*-*) ;;
4939*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4940esac
4941target=$ac_cv_target
4942ac_save_IFS=$IFS; IFS='-'
4943set x $ac_cv_target
4944shift
4945target_cpu=$1
4946target_vendor=$2
4947shift; shift
4948# Remember, the first character of IFS is used to create $*,
4949# except with old shells:
4950target_os=$*
4951IFS=$ac_save_IFS
4952case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4953
4954
4955# The aliases save the names the user supplied, while $host etc.
4956# will get canonicalized.
4957test -n "$target_alias" &&
4958 test "$program_prefix$program_suffix$program_transform_name" = \
4959 NONENONEs,x,x, &&
4960 program_prefix=${target_alias}-
4961
4962ac_ext=c
4963ac_cpp='$CPP $CPPFLAGS'
4964ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4965ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4966ac_compiler_gnu=$ac_cv_c_compiler_gnu
4967{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4968$as_echo_n "checking how to run the C preprocessor... " >&6; }
4969# On Suns, sometimes $CPP names a directory.
4970if test -n "$CPP" && test -d "$CPP"; then
4971 CPP=
4972fi
4973if test -z "$CPP"; then
4974 if test "${ac_cv_prog_CPP+set}" = set; then :
4975 $as_echo_n "(cached) " >&6
4976else
4977 # Double quotes because CPP needs to be expanded
4978 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4979 do
4980 ac_preproc_ok=false
4981for ac_c_preproc_warn_flag in '' yes
4982do
4983 # Use a header file that comes with gcc, so configuring glibc
4984 # with a fresh cross-compiler works.
4985 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4986 # <limits.h> exists even on freestanding compilers.
4987 # On the NeXT, cc -E runs the code through the compiler's parser,
4988 # not just through cpp. "Syntax error" is here to catch this case.
4989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4990/* end confdefs.h. */
4991#ifdef __STDC__
4992# include <limits.h>
4993#else
4994# include <assert.h>
4995#endif
4996 Syntax error
4997_ACEOF
4998if ac_fn_c_try_cpp "$LINENO"; then :
4999
5000else
5001 # Broken: fails on valid input.
5002continue
5003fi
5004rm -f conftest.err conftest.$ac_ext
5005
5006 # OK, works on sane cases. Now check whether nonexistent headers
5007 # can be detected and how.
5008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5009/* end confdefs.h. */
5010#include <ac_nonexistent.h>
5011_ACEOF
5012if ac_fn_c_try_cpp "$LINENO"; then :
5013 # Broken: success on invalid input.
5014continue
5015else
5016 # Passes both tests.
5017ac_preproc_ok=:
5018break
5019fi
5020rm -f conftest.err conftest.$ac_ext
5021
5022done
5023# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5024rm -f conftest.err conftest.$ac_ext
5025if $ac_preproc_ok; then :
5026 break
5027fi
5028
5029 done
5030 ac_cv_prog_CPP=$CPP
5031
5032fi
5033 CPP=$ac_cv_prog_CPP
5034else
5035 ac_cv_prog_CPP=$CPP
5036fi
5037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5038$as_echo "$CPP" >&6; }
5039ac_preproc_ok=false
5040for ac_c_preproc_warn_flag in '' yes
5041do
5042 # Use a header file that comes with gcc, so configuring glibc
5043 # with a fresh cross-compiler works.
5044 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5045 # <limits.h> exists even on freestanding compilers.
5046 # On the NeXT, cc -E runs the code through the compiler's parser,
5047 # not just through cpp. "Syntax error" is here to catch this case.
5048 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5049/* end confdefs.h. */
5050#ifdef __STDC__
5051# include <limits.h>
5052#else
5053# include <assert.h>
5054#endif
5055 Syntax error
5056_ACEOF
5057if ac_fn_c_try_cpp "$LINENO"; then :
5058
5059else
5060 # Broken: fails on valid input.
5061continue
5062fi
5063rm -f conftest.err conftest.$ac_ext
5064
5065 # OK, works on sane cases. Now check whether nonexistent headers
5066 # can be detected and how.
5067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5068/* end confdefs.h. */
5069#include <ac_nonexistent.h>
5070_ACEOF
5071if ac_fn_c_try_cpp "$LINENO"; then :
5072 # Broken: success on invalid input.
5073continue
5074else
5075 # Passes both tests.
5076ac_preproc_ok=:
5077break
5078fi
5079rm -f conftest.err conftest.$ac_ext
5080
5081done
5082# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5083rm -f conftest.err conftest.$ac_ext
5084if $ac_preproc_ok; then :
5085
5086else
5087 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5088$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5089as_fn_error "C preprocessor \"$CPP\" fails sanity check
5090See \`config.log' for more details." "$LINENO" 5; }
5091fi
5092
5093ac_ext=c
5094ac_cpp='$CPP $CPPFLAGS'
5095ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5096ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5097ac_compiler_gnu=$ac_cv_c_compiler_gnu
5098
5099
5100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5101$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5102if test "${ac_cv_path_GREP+set}" = set; then :
5103 $as_echo_n "(cached) " >&6
5104else
5105 if test -z "$GREP"; then
5106 ac_path_GREP_found=false
5107 # Loop through the user's path and test for each of PROGNAME-LIST
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5110do
5111 IFS=$as_save_IFS
5112 test -z "$as_dir" && as_dir=.
5113 for ac_prog in grep ggrep; do
5114 for ac_exec_ext in '' $ac_executable_extensions; do
5115 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5117# Check for GNU ac_path_GREP and select it if it is found.
5118 # Check for GNU $ac_path_GREP
5119case `"$ac_path_GREP" --version 2>&1` in
5120*GNU*)
5121 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5122*)
5123 ac_count=0
5124 $as_echo_n 0123456789 >"conftest.in"
5125 while :
5126 do
5127 cat "conftest.in" "conftest.in" >"conftest.tmp"
5128 mv "conftest.tmp" "conftest.in"
5129 cp "conftest.in" "conftest.nl"
5130 $as_echo 'GREP' >> "conftest.nl"
5131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5133 as_fn_arith $ac_count + 1 && ac_count=$as_val
5134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5135 # Best one so far, save it but keep looking for a better one
5136 ac_cv_path_GREP="$ac_path_GREP"
5137 ac_path_GREP_max=$ac_count
5138 fi
5139 # 10*(2^10) chars as input seems more than enough
5140 test $ac_count -gt 10 && break
5141 done
5142 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5143esac
5144
5145 $ac_path_GREP_found && break 3
5146 done
5147 done
5148 done
5149IFS=$as_save_IFS
5150 if test -z "$ac_cv_path_GREP"; then
5151 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5152 fi
5153else
5154 ac_cv_path_GREP=$GREP
5155fi
5156
5157fi
5158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5159$as_echo "$ac_cv_path_GREP" >&6; }
5160 GREP="$ac_cv_path_GREP"
5161
5162
5163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5164$as_echo_n "checking for egrep... " >&6; }
5165if test "${ac_cv_path_EGREP+set}" = set; then :
5166 $as_echo_n "(cached) " >&6
5167else
5168 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5169 then ac_cv_path_EGREP="$GREP -E"
5170 else
5171 if test -z "$EGREP"; then
5172 ac_path_EGREP_found=false
5173 # Loop through the user's path and test for each of PROGNAME-LIST
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5176do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_prog in egrep; do
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5183# Check for GNU ac_path_EGREP and select it if it is found.
5184 # Check for GNU $ac_path_EGREP
5185case `"$ac_path_EGREP" --version 2>&1` in
5186*GNU*)
5187 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5188*)
5189 ac_count=0
5190 $as_echo_n 0123456789 >"conftest.in"
5191 while :
5192 do
5193 cat "conftest.in" "conftest.in" >"conftest.tmp"
5194 mv "conftest.tmp" "conftest.in"
5195 cp "conftest.in" "conftest.nl"
5196 $as_echo 'EGREP' >> "conftest.nl"
5197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5199 as_fn_arith $ac_count + 1 && ac_count=$as_val
5200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5201 # Best one so far, save it but keep looking for a better one
5202 ac_cv_path_EGREP="$ac_path_EGREP"
5203 ac_path_EGREP_max=$ac_count
5204 fi
5205 # 10*(2^10) chars as input seems more than enough
5206 test $ac_count -gt 10 && break
5207 done
5208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5209esac
5210
5211 $ac_path_EGREP_found && break 3
5212 done
5213 done
5214 done
5215IFS=$as_save_IFS
5216 if test -z "$ac_cv_path_EGREP"; then
5217 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5218 fi
5219else
5220 ac_cv_path_EGREP=$EGREP
5221fi
5222
5223 fi
5224fi
5225{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5226$as_echo "$ac_cv_path_EGREP" >&6; }
5227 EGREP="$ac_cv_path_EGREP"
5228
5229
5230{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5231$as_echo_n "checking for ANSI C header files... " >&6; }
5232if test "${ac_cv_header_stdc+set}" = set; then :
5233 $as_echo_n "(cached) " >&6
5234else
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236/* end confdefs.h. */
5237#include <stdlib.h>
5238#include <stdarg.h>
5239#include <string.h>
5240#include <float.h>
5241
5242int
5243main ()
5244{
5245
5246 ;
5247 return 0;
5248}
5249_ACEOF
5250if ac_fn_c_try_compile "$LINENO"; then :
5251 ac_cv_header_stdc=yes
5252else
5253 ac_cv_header_stdc=no
5254fi
5255rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5256
5257if test $ac_cv_header_stdc = yes; then
5258 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5260/* end confdefs.h. */
5261#include <string.h>
5262
5263_ACEOF
5264if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5265 $EGREP "memchr" >/dev/null 2>&1; then :
5266
5267else
5268 ac_cv_header_stdc=no
5269fi
5270rm -f conftest*
5271
5272fi
5273
5274if test $ac_cv_header_stdc = yes; then
5275 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5276 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5277/* end confdefs.h. */
5278#include <stdlib.h>
5279
5280_ACEOF
5281if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5282 $EGREP "free" >/dev/null 2>&1; then :
5283
5284else
5285 ac_cv_header_stdc=no
5286fi
5287rm -f conftest*
5288
5289fi
5290
5291if test $ac_cv_header_stdc = yes; then
5292 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5293 if test "$cross_compiling" = yes; then :
5294 :
5295else
5296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5297/* end confdefs.h. */
5298#include <ctype.h>
5299#include <stdlib.h>
5300#if ((' ' & 0x0FF) == 0x020)
5301# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5302# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5303#else
5304# define ISLOWER(c) \
5305 (('a' <= (c) && (c) <= 'i') \
5306 || ('j' <= (c) && (c) <= 'r') \
5307 || ('s' <= (c) && (c) <= 'z'))
5308# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5309#endif
5310
5311#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5312int
5313main ()
5314{
5315 int i;
5316 for (i = 0; i < 256; i++)
5317 if (XOR (islower (i), ISLOWER (i))
5318 || toupper (i) != TOUPPER (i))
5319 return 2;
5320 return 0;
5321}
5322_ACEOF
5323if ac_fn_c_try_run "$LINENO"; then :
5324
5325else
5326 ac_cv_header_stdc=no
5327fi
5328rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5329 conftest.$ac_objext conftest.beam conftest.$ac_ext
5330fi
5331
5332fi
5333fi
5334{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5335$as_echo "$ac_cv_header_stdc" >&6; }
5336if test $ac_cv_header_stdc = yes; then
5337
5338$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5339
5340fi
5341
5342# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5343for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5344 inttypes.h stdint.h unistd.h
5345do :
5346 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5347ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5348"
5349eval as_val=\$$as_ac_Header
5350 if test "x$as_val" = x""yes; then :
5351 cat >>confdefs.h <<_ACEOF
5352#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5353_ACEOF
5354
5355fi
5356
5357done
5358
5359
5360
5361 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5362if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5363 MINIX=yes
5364else
5365 MINIX=
5366fi
5367
5368
5369 if test "$MINIX" = yes; then
5370
5371$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5372
5373
5374$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5375
5376
5377$as_echo "#define _MINIX 1" >>confdefs.h
5378
5379 fi
5380
5381
5382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5383$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5384if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5385 $as_echo_n "(cached) " >&6
5386else
5387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5388/* end confdefs.h. */
5389
5390# define __EXTENSIONS__ 1
5391 $ac_includes_default
5392int
5393main ()
5394{
5395
5396 ;
5397 return 0;
5398}
5399_ACEOF
5400if ac_fn_c_try_compile "$LINENO"; then :
5401 ac_cv_safe_to_define___extensions__=yes
5402else
5403 ac_cv_safe_to_define___extensions__=no
5404fi
5405rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5406fi
5407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5408$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5409 test $ac_cv_safe_to_define___extensions__ = yes &&
5410 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5411
5412 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5413
5414 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5415
5416 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5417
5418 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5419
5420
5421test "$program_prefix" != NONE &&
5422 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5423# Use a double $ so make ignores it.
5424test "$program_suffix" != NONE &&
5425 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5426# Double any \ or $.
5427# By default was `s,x,x', remove it if useless.
5428ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5429program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5430
5431# Find a good install program. We prefer a C program (faster),
5432# so one script is as good as another. But avoid the broken or
5433# incompatible versions:
5434# SysV /etc/install, /usr/sbin/install
5435# SunOS /usr/etc/install
5436# IRIX /sbin/install
5437# AIX /bin/install
5438# AmigaOS /C/install, which installs bootblocks on floppy discs
5439# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5440# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5441# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5442# OS/2's system install, which has a completely different semantic
5443# ./install, which can be erroneously created by make from ./install.sh.
5444# Reject install programs that cannot install multiple files.
5445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5446$as_echo_n "checking for a BSD-compatible install... " >&6; }
5447if test -z "$INSTALL"; then
5448if test "${ac_cv_path_install+set}" = set; then :
5449 $as_echo_n "(cached) " >&6
5450else
5451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5452for as_dir in $PATH
5453do
5454 IFS=$as_save_IFS
5455 test -z "$as_dir" && as_dir=.
5456 # Account for people who put trailing slashes in PATH elements.
5457case $as_dir/ in #((
5458 ./ | .// | /[cC]/* | \
5459 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5460 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5461 /usr/ucb/* ) ;;
5462 *)
5463 # OSF1 and SCO ODT 3.0 have their own names for install.
5464 # Don't use installbsd from OSF since it installs stuff as root
5465 # by default.
5466 for ac_prog in ginstall scoinst install; do
5467 for ac_exec_ext in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5469 if test $ac_prog = install &&
5470 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5471 # AIX install. It has an incompatible calling convention.
5472 :
5473 elif test $ac_prog = install &&
5474 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5475 # program-specific install script used by HP pwplus--don't use.
5476 :
5477 else
5478 rm -rf conftest.one conftest.two conftest.dir
5479 echo one > conftest.one
5480 echo two > conftest.two
5481 mkdir conftest.dir
5482 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5483 test -s conftest.one && test -s conftest.two &&
5484 test -s conftest.dir/conftest.one &&
5485 test -s conftest.dir/conftest.two
5486 then
5487 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5488 break 3
5489 fi
5490 fi
5491 fi
5492 done
5493 done
5494 ;;
5495esac
5496
5497 done
5498IFS=$as_save_IFS
5499
5500rm -rf conftest.one conftest.two conftest.dir
5501
5502fi
5503 if test "${ac_cv_path_install+set}" = set; then
5504 INSTALL=$ac_cv_path_install
5505 else
5506 # As a last resort, use the slow shell script. Don't cache a
5507 # value for INSTALL within a source directory, because that will
5508 # break other packages using the cache if that directory is
5509 # removed, or if the value is a relative name.
5510 INSTALL=$ac_install_sh
5511 fi
5512fi
5513{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5514$as_echo "$INSTALL" >&6; }
5515
5516# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5517# It thinks the first close brace ends the variable substitution.
5518test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5519
5520test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5521
5522test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5523
5524rm -rf .tst 2>/dev/null
5525mkdir .tst 2>/dev/null
5526if test -d .tst; then
5527 am__leading_dot=.
5528else
5529 am__leading_dot=_
5530fi
5531rmdir .tst 2>/dev/null
5532
5533DEPDIR="${am__leading_dot}deps"
5534
5535case `pwd` in
5536 *\ * | *\ *)
5537 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5538$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5539esac
5540
5541
5542
5543macro_version='2.2.7a'
5544macro_revision='1.3134'
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558ltmain="$ac_aux_dir/ltmain.sh"
5559
5560# Backslashify metacharacters that are still active within
5561# double-quoted strings.
5562sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5563
5564# Same as above, but do not quote variable references.
5565double_quote_subst='s/\(["`\\]\)/\\\1/g'
5566
5567# Sed substitution to delay expansion of an escaped shell variable in a
5568# double_quote_subst'ed string.
5569delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5570
5571# Sed substitution to delay expansion of an escaped single quote.
5572delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5573
5574# Sed substitution to avoid accidental globbing in evaled expressions
5575no_glob_subst='s/\*/\\\*/g'
5576
5577ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5578ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5579ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5580
5581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5582$as_echo_n "checking how to print strings... " >&6; }
5583# Test print first, because it will be a builtin if present.
5584if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5585 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5586 ECHO='print -r --'
5587elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5588 ECHO='printf %s\n'
5589else
5590 # Use this function as a fallback that always works.
5591 func_fallback_echo ()
5592 {
5593 eval 'cat <<_LTECHO_EOF
5594$1
5595_LTECHO_EOF'
5596 }
5597 ECHO='func_fallback_echo'
5598fi
5599
5600# func_echo_all arg...
5601# Invoke $ECHO with all args, space-separated.
5602func_echo_all ()
5603{
5604 $ECHO ""
5605}
5606
5607case "$ECHO" in
5608 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5609$as_echo "printf" >&6; } ;;
5610 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5611$as_echo "print -r" >&6; } ;;
5612 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5613$as_echo "cat" >&6; } ;;
5614esac
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5630$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5631if test "${ac_cv_path_SED+set}" = set; then :
5632 $as_echo_n "(cached) " >&6
5633else
5634 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5635 for ac_i in 1 2 3 4 5 6 7; do
5636 ac_script="$ac_script$as_nl$ac_script"
5637 done
5638 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5639 { ac_script=; unset ac_script;}
5640 if test -z "$SED"; then
5641 ac_path_SED_found=false
5642 # Loop through the user's path and test for each of PROGNAME-LIST
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644for as_dir in $PATH
5645do
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_prog in sed gsed; do
5649 for ac_exec_ext in '' $ac_executable_extensions; do
5650 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5651 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5652# Check for GNU ac_path_SED and select it if it is found.
5653 # Check for GNU $ac_path_SED
5654case `"$ac_path_SED" --version 2>&1` in
5655*GNU*)
5656 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5657*)
5658 ac_count=0
5659 $as_echo_n 0123456789 >"conftest.in"
5660 while :
5661 do
5662 cat "conftest.in" "conftest.in" >"conftest.tmp"
5663 mv "conftest.tmp" "conftest.in"
5664 cp "conftest.in" "conftest.nl"
5665 $as_echo '' >> "conftest.nl"
5666 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5667 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5668 as_fn_arith $ac_count + 1 && ac_count=$as_val
5669 if test $ac_count -gt ${ac_path_SED_max-0}; then
5670 # Best one so far, save it but keep looking for a better one
5671 ac_cv_path_SED="$ac_path_SED"
5672 ac_path_SED_max=$ac_count
5673 fi
5674 # 10*(2^10) chars as input seems more than enough
5675 test $ac_count -gt 10 && break
5676 done
5677 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5678esac
5679
5680 $ac_path_SED_found && break 3
5681 done
5682 done
5683 done
5684IFS=$as_save_IFS
5685 if test -z "$ac_cv_path_SED"; then
5686 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5687 fi
5688else
5689 ac_cv_path_SED=$SED
5690fi
5691
5692fi
5693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5694$as_echo "$ac_cv_path_SED" >&6; }
5695 SED="$ac_cv_path_SED"
5696 rm -f conftest.sed
5697
5698test -z "$SED" && SED=sed
5699Xsed="$SED -e 1s/^X//"
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5712$as_echo_n "checking for fgrep... " >&6; }
5713if test "${ac_cv_path_FGREP+set}" = set; then :
5714 $as_echo_n "(cached) " >&6
5715else
5716 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5717 then ac_cv_path_FGREP="$GREP -F"
5718 else
5719 if test -z "$FGREP"; then
5720 ac_path_FGREP_found=false
5721 # Loop through the user's path and test for each of PROGNAME-LIST
5722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5723for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5724do
5725 IFS=$as_save_IFS
5726 test -z "$as_dir" && as_dir=.
5727 for ac_prog in fgrep; do
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5730 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5731# Check for GNU ac_path_FGREP and select it if it is found.
5732 # Check for GNU $ac_path_FGREP
5733case `"$ac_path_FGREP" --version 2>&1` in
5734*GNU*)
5735 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5736*)
5737 ac_count=0
5738 $as_echo_n 0123456789 >"conftest.in"
5739 while :
5740 do
5741 cat "conftest.in" "conftest.in" >"conftest.tmp"
5742 mv "conftest.tmp" "conftest.in"
5743 cp "conftest.in" "conftest.nl"
5744 $as_echo 'FGREP' >> "conftest.nl"
5745 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5746 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5747 as_fn_arith $ac_count + 1 && ac_count=$as_val
5748 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5749 # Best one so far, save it but keep looking for a better one
5750 ac_cv_path_FGREP="$ac_path_FGREP"
5751 ac_path_FGREP_max=$ac_count
5752 fi
5753 # 10*(2^10) chars as input seems more than enough
5754 test $ac_count -gt 10 && break
5755 done
5756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5757esac
5758
5759 $ac_path_FGREP_found && break 3
5760 done
5761 done
5762 done
5763IFS=$as_save_IFS
5764 if test -z "$ac_cv_path_FGREP"; then
5765 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5766 fi
5767else
5768 ac_cv_path_FGREP=$FGREP
5769fi
5770
5771 fi
5772fi
5773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5774$as_echo "$ac_cv_path_FGREP" >&6; }
5775 FGREP="$ac_cv_path_FGREP"
5776
5777
5778test -z "$GREP" && GREP=grep
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798# Check whether --with-gnu-ld was given.
5799if test "${with_gnu_ld+set}" = set; then :
5800 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5801else
5802 with_gnu_ld=no
5803fi
5804
5805ac_prog=ld
5806if test "$GCC" = yes; then
5807 # Check if gcc -print-prog-name=ld gives a path.
5808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5809$as_echo_n "checking for ld used by $CC... " >&6; }
5810 case $host in
5811 *-*-mingw*)
5812 # gcc leaves a trailing carriage return which upsets mingw
5813 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5814 *)
5815 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5816 esac
5817 case $ac_prog in
5818 # Accept absolute paths.
5819 [\\/]* | ?:[\\/]*)
5820 re_direlt='/[^/][^/]*/\.\./'
5821 # Canonicalize the pathname of ld
5822 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5823 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5824 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5825 done
5826 test -z "$LD" && LD="$ac_prog"
5827 ;;
5828 "")
5829 # If it fails, then pretend we aren't using GCC.
5830 ac_prog=ld
5831 ;;
5832 *)
5833 # If it is relative, then search for the first ld in PATH.
5834 with_gnu_ld=unknown
5835 ;;
5836 esac
5837elif test "$with_gnu_ld" = yes; then
5838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5839$as_echo_n "checking for GNU ld... " >&6; }
5840else
5841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5842$as_echo_n "checking for non-GNU ld... " >&6; }
5843fi
5844if test "${lt_cv_path_LD+set}" = set; then :
5845 $as_echo_n "(cached) " >&6
5846else
5847 if test -z "$LD"; then
5848 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5849 for ac_dir in $PATH; do
5850 IFS="$lt_save_ifs"
5851 test -z "$ac_dir" && ac_dir=.
5852 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5853 lt_cv_path_LD="$ac_dir/$ac_prog"
5854 # Check to see if the program is GNU ld. I'd rather use --version,
5855 # but apparently some variants of GNU ld only accept -v.
5856 # Break only if it was the GNU/non-GNU ld that we prefer.
5857 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5858 *GNU* | *'with BFD'*)
5859 test "$with_gnu_ld" != no && break
5860 ;;
5861 *)
5862 test "$with_gnu_ld" != yes && break
5863 ;;
5864 esac
5865 fi
5866 done
5867 IFS="$lt_save_ifs"
5868else
5869 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5870fi
5871fi
5872
5873LD="$lt_cv_path_LD"
5874if test -n "$LD"; then
5875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5876$as_echo "$LD" >&6; }
5877else
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5879$as_echo "no" >&6; }
5880fi
5881test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5882{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5883$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5884if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5885 $as_echo_n "(cached) " >&6
5886else
5887 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5888case `$LD -v 2>&1 </dev/null` in
5889*GNU* | *'with BFD'*)
5890 lt_cv_prog_gnu_ld=yes
5891 ;;
5892*)
5893 lt_cv_prog_gnu_ld=no
5894 ;;
5895esac
5896fi
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5898$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5899with_gnu_ld=$lt_cv_prog_gnu_ld
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5910$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5911if test "${lt_cv_path_NM+set}" = set; then :
5912 $as_echo_n "(cached) " >&6
5913else
5914 if test -n "$NM"; then
5915 # Let the user override the test.
5916 lt_cv_path_NM="$NM"
5917else
5918 lt_nm_to_check="${ac_tool_prefix}nm"
5919 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5920 lt_nm_to_check="$lt_nm_to_check nm"
5921 fi
5922 for lt_tmp_nm in $lt_nm_to_check; do
5923 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5924 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5925 IFS="$lt_save_ifs"
5926 test -z "$ac_dir" && ac_dir=.
5927 tmp_nm="$ac_dir/$lt_tmp_nm"
5928 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5929 # Check to see if the nm accepts a BSD-compat flag.
5930 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5931 # nm: unknown option "B" ignored
5932 # Tru64's nm complains that /dev/null is an invalid object file
5933 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5934 */dev/null* | *'Invalid file or object type'*)
5935 lt_cv_path_NM="$tmp_nm -B"
5936 break
5937 ;;
5938 *)
5939 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5940 */dev/null*)
5941 lt_cv_path_NM="$tmp_nm -p"
5942 break
5943 ;;
5944 *)
5945 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5946 continue # so that we can try to find one that supports BSD flags
5947 ;;
5948 esac
5949 ;;
5950 esac
5951 fi
5952 done
5953 IFS="$lt_save_ifs"
5954 done
5955 : ${lt_cv_path_NM=no}
5956fi
5957fi
5958{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5959$as_echo "$lt_cv_path_NM" >&6; }
5960if test "$lt_cv_path_NM" != "no"; then
5961 NM="$lt_cv_path_NM"
5962else
5963 # Didn't find any BSD compatible name lister, look for dumpbin.
5964 if test -n "$DUMPBIN"; then :
5965 # Let the user override the test.
5966 else
5967 if test -n "$ac_tool_prefix"; then
5968 for ac_prog in dumpbin "link -dump"
5969 do
5970 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5971set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5972{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5973$as_echo_n "checking for $ac_word... " >&6; }
5974if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5975 $as_echo_n "(cached) " >&6
5976else
5977 if test -n "$DUMPBIN"; then
5978 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5979else
5980as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5981for as_dir in $PATH
5982do
5983 IFS=$as_save_IFS
5984 test -z "$as_dir" && as_dir=.
5985 for ac_exec_ext in '' $ac_executable_extensions; do
5986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5987 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5988 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5989 break 2
5990 fi
5991done
5992 done
5993IFS=$as_save_IFS
5994
5995fi
5996fi
5997DUMPBIN=$ac_cv_prog_DUMPBIN
5998if test -n "$DUMPBIN"; then
5999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6000$as_echo "$DUMPBIN" >&6; }
6001else
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6003$as_echo "no" >&6; }
6004fi
6005
6006
6007 test -n "$DUMPBIN" && break
6008 done
6009fi
6010if test -z "$DUMPBIN"; then
6011 ac_ct_DUMPBIN=$DUMPBIN
6012 for ac_prog in dumpbin "link -dump"
6013do
6014 # Extract the first word of "$ac_prog", so it can be a program name with args.
6015set dummy $ac_prog; ac_word=$2
6016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6017$as_echo_n "checking for $ac_word... " >&6; }
6018if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6019 $as_echo_n "(cached) " >&6
6020else
6021 if test -n "$ac_ct_DUMPBIN"; then
6022 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6023else
6024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6025for as_dir in $PATH
6026do
6027 IFS=$as_save_IFS
6028 test -z "$as_dir" && as_dir=.
6029 for ac_exec_ext in '' $ac_executable_extensions; do
6030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6031 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6033 break 2
6034 fi
6035done
6036 done
6037IFS=$as_save_IFS
6038
6039fi
6040fi
6041ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6042if test -n "$ac_ct_DUMPBIN"; then
6043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6044$as_echo "$ac_ct_DUMPBIN" >&6; }
6045else
6046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6047$as_echo "no" >&6; }
6048fi
6049
6050
6051 test -n "$ac_ct_DUMPBIN" && break
6052done
6053
6054 if test "x$ac_ct_DUMPBIN" = x; then
6055 DUMPBIN=":"
6056 else
6057 case $cross_compiling:$ac_tool_warned in
6058yes:)
6059{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6060$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6061ac_tool_warned=yes ;;
6062esac
6063 DUMPBIN=$ac_ct_DUMPBIN
6064 fi
6065fi
6066
6067 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6068 *COFF*)
6069 DUMPBIN="$DUMPBIN -symbols"
6070 ;;
6071 *)
6072 DUMPBIN=:
6073 ;;
6074 esac
6075 fi
6076
6077 if test "$DUMPBIN" != ":"; then
6078 NM="$DUMPBIN"
6079 fi
6080fi
6081test -z "$NM" && NM=nm
6082
6083
6084
6085
6086
6087
6088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6089$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6090if test "${lt_cv_nm_interface+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092else
6093 lt_cv_nm_interface="BSD nm"
6094 echo "int some_variable = 0;" > conftest.$ac_ext
6095 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6096 (eval "$ac_compile" 2>conftest.err)
6097 cat conftest.err >&5
6098 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6099 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6100 cat conftest.err >&5
6101 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6102 cat conftest.out >&5
6103 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6104 lt_cv_nm_interface="MS dumpbin"
6105 fi
6106 rm -f conftest*
6107fi
6108{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6109$as_echo "$lt_cv_nm_interface" >&6; }
6110
6111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6112$as_echo_n "checking whether ln -s works... " >&6; }
6113LN_S=$as_ln_s
6114if test "$LN_S" = "ln -s"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6116$as_echo "yes" >&6; }
6117else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6119$as_echo "no, using $LN_S" >&6; }
6120fi
6121
6122# find the maximum length of command line arguments
6123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6124$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6125if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6126 $as_echo_n "(cached) " >&6
6127else
6128 i=0
6129 teststring="ABCD"
6130
6131 case $build_os in
6132 msdosdjgpp*)
6133 # On DJGPP, this test can blow up pretty badly due to problems in libc
6134 # (any single argument exceeding 2000 bytes causes a buffer overrun
6135 # during glob expansion). Even if it were fixed, the result of this
6136 # check would be larger than it should be.
6137 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6138 ;;
6139
6140 gnu*)
6141 # Under GNU Hurd, this test is not required because there is
6142 # no limit to the length of command line arguments.
6143 # Libtool will interpret -1 as no limit whatsoever
6144 lt_cv_sys_max_cmd_len=-1;
6145 ;;
6146
6147 cygwin* | mingw* | cegcc*)
6148 # On Win9x/ME, this test blows up -- it succeeds, but takes
6149 # about 5 minutes as the teststring grows exponentially.
6150 # Worse, since 9x/ME are not pre-emptively multitasking,
6151 # you end up with a "frozen" computer, even though with patience
6152 # the test eventually succeeds (with a max line length of 256k).
6153 # Instead, let's just punt: use the minimum linelength reported by
6154 # all of the supported platforms: 8192 (on NT/2K/XP).
6155 lt_cv_sys_max_cmd_len=8192;
6156 ;;
6157
6158 mint*)
6159 # On MiNT this can take a long time and run out of memory.
6160 lt_cv_sys_max_cmd_len=8192;
6161 ;;
6162
6163 amigaos*)
6164 # On AmigaOS with pdksh, this test takes hours, literally.
6165 # So we just punt and use a minimum line length of 8192.
6166 lt_cv_sys_max_cmd_len=8192;
6167 ;;
6168
6169 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6170 # This has been around since 386BSD, at least. Likely further.
6171 if test -x /sbin/sysctl; then
6172 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6173 elif test -x /usr/sbin/sysctl; then
6174 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6175 else
6176 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6177 fi
6178 # And add a safety zone
6179 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6180 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6181 ;;
6182
6183 interix*)
6184 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6185 lt_cv_sys_max_cmd_len=196608
6186 ;;
6187
6188 osf*)
6189 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6190 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6191 # nice to cause kernel panics so lets avoid the loop below.
6192 # First set a reasonable default.
6193 lt_cv_sys_max_cmd_len=16384
6194 #
6195 if test -x /sbin/sysconfig; then
6196 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6197 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6198 esac
6199 fi
6200 ;;
6201 sco3.2v5*)
6202 lt_cv_sys_max_cmd_len=102400
6203 ;;
6204 sysv5* | sco5v6* | sysv4.2uw2*)
6205 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6206 if test -n "$kargmax"; then
6207 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6208 else
6209 lt_cv_sys_max_cmd_len=32768
6210 fi
6211 ;;
6212 *)
6213 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6214 if test -n "$lt_cv_sys_max_cmd_len"; then
6215 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6216 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6217 else
6218 # Make teststring a little bigger before we do anything with it.
6219 # a 1K string should be a reasonable start.
6220 for i in 1 2 3 4 5 6 7 8 ; do
6221 teststring=$teststring$teststring
6222 done
6223 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6224 # If test is not a shell built-in, we'll probably end up computing a
6225 # maximum length that is only half of the actual maximum length, but
6226 # we can't tell.
6227 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6228 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6229 test $i != 17 # 1/2 MB should be enough
6230 do
6231 i=`expr $i + 1`
6232 teststring=$teststring$teststring
6233 done
6234 # Only check the string length outside the loop.
6235 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6236 teststring=
6237 # Add a significant safety factor because C++ compilers can tack on
6238 # massive amounts of additional arguments before passing them to the
6239 # linker. It appears as though 1/2 is a usable value.
6240 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6241 fi
6242 ;;
6243 esac
6244
6245fi
6246
6247if test -n $lt_cv_sys_max_cmd_len ; then
6248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6249$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6250else
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6252$as_echo "none" >&6; }
6253fi
6254max_cmd_len=$lt_cv_sys_max_cmd_len
6255
6256
6257
6258
6259
6260
6261: ${CP="cp -f"}
6262: ${MV="mv -f"}
6263: ${RM="rm -f"}
6264
6265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6266$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6267# Try some XSI features
6268xsi_shell=no
6269( _lt_dummy="a/b/c"
6270 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6271 = c,a/b,, \
6272 && eval 'test $(( 1 + 1 )) -eq 2 \
6273 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6274 && xsi_shell=yes
6275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6276$as_echo "$xsi_shell" >&6; }
6277
6278
6279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6280$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6281lt_shell_append=no
6282( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6283 >/dev/null 2>&1 \
6284 && lt_shell_append=yes
6285{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6286$as_echo "$lt_shell_append" >&6; }
6287
6288
6289if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6290 lt_unset=unset
6291else
6292 lt_unset=false
6293fi
6294
6295
6296
6297
6298
6299# test EBCDIC or ASCII
6300case `echo X|tr X '\101'` in
6301 A) # ASCII based system
6302 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6303 lt_SP2NL='tr \040 \012'
6304 lt_NL2SP='tr \015\012 \040\040'
6305 ;;
6306 *) # EBCDIC based system
6307 lt_SP2NL='tr \100 \n'
6308 lt_NL2SP='tr \r\n \100\100'
6309 ;;
6310esac
6311
6312
6313
6314
6315
6316
6317
6318
6319
6320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6321$as_echo_n "checking for $LD option to reload object files... " >&6; }
6322if test "${lt_cv_ld_reload_flag+set}" = set; then :
6323 $as_echo_n "(cached) " >&6
6324else
6325 lt_cv_ld_reload_flag='-r'
6326fi
6327{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6328$as_echo "$lt_cv_ld_reload_flag" >&6; }
6329reload_flag=$lt_cv_ld_reload_flag
6330case $reload_flag in
6331"" | " "*) ;;
6332*) reload_flag=" $reload_flag" ;;
6333esac
6334reload_cmds='$LD$reload_flag -o $output$reload_objs'
6335case $host_os in
6336 darwin*)
6337 if test "$GCC" = yes; then
6338 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6339 else
6340 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6341 fi
6342 ;;
6343esac
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353if test -n "$ac_tool_prefix"; then
6354 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6355set dummy ${ac_tool_prefix}objdump; ac_word=$2
6356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6357$as_echo_n "checking for $ac_word... " >&6; }
6358if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6359 $as_echo_n "(cached) " >&6
6360else
6361 if test -n "$OBJDUMP"; then
6362 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6363else
6364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365for as_dir in $PATH
6366do
6367 IFS=$as_save_IFS
6368 test -z "$as_dir" && as_dir=.
6369 for ac_exec_ext in '' $ac_executable_extensions; do
6370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6371 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6372 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6373 break 2
6374 fi
6375done
6376 done
6377IFS=$as_save_IFS
6378
6379fi
6380fi
6381OBJDUMP=$ac_cv_prog_OBJDUMP
6382if test -n "$OBJDUMP"; then
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6384$as_echo "$OBJDUMP" >&6; }
6385else
6386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6387$as_echo "no" >&6; }
6388fi
6389
6390
6391fi
6392if test -z "$ac_cv_prog_OBJDUMP"; then
6393 ac_ct_OBJDUMP=$OBJDUMP
6394 # Extract the first word of "objdump", so it can be a program name with args.
6395set dummy objdump; ac_word=$2
6396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397$as_echo_n "checking for $ac_word... " >&6; }
6398if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
6400else
6401 if test -n "$ac_ct_OBJDUMP"; then
6402 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6403else
6404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405for as_dir in $PATH
6406do
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413 break 2
6414 fi
6415done
6416 done
6417IFS=$as_save_IFS
6418
6419fi
6420fi
6421ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6422if test -n "$ac_ct_OBJDUMP"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6424$as_echo "$ac_ct_OBJDUMP" >&6; }
6425else
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427$as_echo "no" >&6; }
6428fi
6429
6430 if test "x$ac_ct_OBJDUMP" = x; then
6431 OBJDUMP="false"
6432 else
6433 case $cross_compiling:$ac_tool_warned in
6434yes:)
6435{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6437ac_tool_warned=yes ;;
6438esac
6439 OBJDUMP=$ac_ct_OBJDUMP
6440 fi
6441else
6442 OBJDUMP="$ac_cv_prog_OBJDUMP"
6443fi
6444
6445test -z "$OBJDUMP" && OBJDUMP=objdump
6446
6447
6448
6449
6450
6451
6452
6453
6454
6455{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6456$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6457if test "${lt_cv_deplibs_check_method+set}" = set; then :
6458 $as_echo_n "(cached) " >&6
6459else
6460 lt_cv_file_magic_cmd='$MAGIC_CMD'
6461lt_cv_file_magic_test_file=
6462lt_cv_deplibs_check_method='unknown'
6463# Need to set the preceding variable on all platforms that support
6464# interlibrary dependencies.
6465# 'none' -- dependencies not supported.
6466# `unknown' -- same as none, but documents that we really don't know.
6467# 'pass_all' -- all dependencies passed with no checks.
6468# 'test_compile' -- check by making test program.
6469# 'file_magic [[regex]]' -- check by looking for files in library path
6470# which responds to the $file_magic_cmd with a given extended regex.
6471# If you have `file' or equivalent on your system and you're not sure
6472# whether `pass_all' will *always* work, you probably want this one.
6473
6474case $host_os in
6475aix[4-9]*)
6476 lt_cv_deplibs_check_method=pass_all
6477 ;;
6478
6479beos*)
6480 lt_cv_deplibs_check_method=pass_all
6481 ;;
6482
6483bsdi[45]*)
6484 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6485 lt_cv_file_magic_cmd='/usr/bin/file -L'
6486 lt_cv_file_magic_test_file=/shlib/libc.so
6487 ;;
6488
6489cygwin*)
6490 # func_win32_libid is a shell function defined in ltmain.sh
6491 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6492 lt_cv_file_magic_cmd='func_win32_libid'
6493 ;;
6494
6495mingw* | pw32*)
6496 # Base MSYS/MinGW do not provide the 'file' command needed by
6497 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6498 # unless we find 'file', for example because we are cross-compiling.
6499 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6500 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6501 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6502 lt_cv_file_magic_cmd='func_win32_libid'
6503 else
6504 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6505 lt_cv_file_magic_cmd='$OBJDUMP -f'
6506 fi
6507 ;;
6508
6509cegcc*)
6510 # use the weaker test based on 'objdump'. See mingw*.
6511 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6512 lt_cv_file_magic_cmd='$OBJDUMP -f'
6513 ;;
6514
6515darwin* | rhapsody*)
6516 lt_cv_deplibs_check_method=pass_all
6517 ;;
6518
6519freebsd* | dragonfly*)
6520 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6521 case $host_cpu in
6522 i*86 )
6523 # Not sure whether the presence of OpenBSD here was a mistake.
6524 # Let's accept both of them until this is cleared up.
6525 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6526 lt_cv_file_magic_cmd=/usr/bin/file
6527 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6528 ;;
6529 esac
6530 else
6531 lt_cv_deplibs_check_method=pass_all
6532 fi
6533 ;;
6534
6535gnu*)
6536 lt_cv_deplibs_check_method=pass_all
6537 ;;
6538
6539haiku*)
6540 lt_cv_deplibs_check_method=pass_all
6541 ;;
6542
6543hpux10.20* | hpux11*)
6544 lt_cv_file_magic_cmd=/usr/bin/file
6545 case $host_cpu in
6546 ia64*)
6547 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6548 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6549 ;;
6550 hppa*64*)
6551 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]'
6552 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6553 ;;
6554 *)
6555 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6556 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6557 ;;
6558 esac
6559 ;;
6560
6561interix[3-9]*)
6562 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6563 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6564 ;;
6565
6566irix5* | irix6* | nonstopux*)
6567 case $LD in
6568 *-32|*"-32 ") libmagic=32-bit;;
6569 *-n32|*"-n32 ") libmagic=N32;;
6570 *-64|*"-64 ") libmagic=64-bit;;
6571 *) libmagic=never-match;;
6572 esac
6573 lt_cv_deplibs_check_method=pass_all
6574 ;;
6575
6576# This must be Linux ELF.
6577linux* | k*bsd*-gnu | kopensolaris*-gnu)
6578 lt_cv_deplibs_check_method=pass_all
6579 ;;
6580
6581netbsd*)
6582 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6583 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6584 else
6585 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6586 fi
6587 ;;
6588
6589newos6*)
6590 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6591 lt_cv_file_magic_cmd=/usr/bin/file
6592 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6593 ;;
6594
6595*nto* | *qnx*)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598
6599openbsd*)
6600 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6601 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6602 else
6603 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6604 fi
6605 ;;
6606
6607osf3* | osf4* | osf5*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611rdos*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615solaris*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623sysv4 | sysv4.3*)
6624 case $host_vendor in
6625 motorola)
6626 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]'
6627 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6628 ;;
6629 ncr)
6630 lt_cv_deplibs_check_method=pass_all
6631 ;;
6632 sequent)
6633 lt_cv_file_magic_cmd='/bin/file'
6634 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6635 ;;
6636 sni)
6637 lt_cv_file_magic_cmd='/bin/file'
6638 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6639 lt_cv_file_magic_test_file=/lib/libc.so
6640 ;;
6641 siemens)
6642 lt_cv_deplibs_check_method=pass_all
6643 ;;
6644 pc)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647 esac
6648 ;;
6649
6650tpf*)
6651 lt_cv_deplibs_check_method=pass_all
6652 ;;
6653esac
6654
6655fi
6656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6657$as_echo "$lt_cv_deplibs_check_method" >&6; }
6658file_magic_cmd=$lt_cv_file_magic_cmd
6659deplibs_check_method=$lt_cv_deplibs_check_method
6660test -z "$deplibs_check_method" && deplibs_check_method=unknown
6661
6662
6663
6664
6665
6666
6667
6668
6669
6670
6671
6672
6673if test -n "$ac_tool_prefix"; then
6674 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6675set dummy ${ac_tool_prefix}ar; ac_word=$2
6676{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6677$as_echo_n "checking for $ac_word... " >&6; }
6678if test "${ac_cv_prog_AR+set}" = set; then :
6679 $as_echo_n "(cached) " >&6
6680else
6681 if test -n "$AR"; then
6682 ac_cv_prog_AR="$AR" # Let the user override the test.
6683else
6684as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6685for as_dir in $PATH
6686do
6687 IFS=$as_save_IFS
6688 test -z "$as_dir" && as_dir=.
6689 for ac_exec_ext in '' $ac_executable_extensions; do
6690 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6691 ac_cv_prog_AR="${ac_tool_prefix}ar"
6692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6693 break 2
6694 fi
6695done
6696 done
6697IFS=$as_save_IFS
6698
6699fi
6700fi
6701AR=$ac_cv_prog_AR
6702if test -n "$AR"; then
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6704$as_echo "$AR" >&6; }
6705else
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6707$as_echo "no" >&6; }
6708fi
6709
6710
6711fi
6712if test -z "$ac_cv_prog_AR"; then
6713 ac_ct_AR=$AR
6714 # Extract the first word of "ar", so it can be a program name with args.
6715set dummy ar; ac_word=$2
6716{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6717$as_echo_n "checking for $ac_word... " >&6; }
6718if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6719 $as_echo_n "(cached) " >&6
6720else
6721 if test -n "$ac_ct_AR"; then
6722 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6723else
6724as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6725for as_dir in $PATH
6726do
6727 IFS=$as_save_IFS
6728 test -z "$as_dir" && as_dir=.
6729 for ac_exec_ext in '' $ac_executable_extensions; do
6730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6731 ac_cv_prog_ac_ct_AR="ar"
6732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6733 break 2
6734 fi
6735done
6736 done
6737IFS=$as_save_IFS
6738
6739fi
6740fi
6741ac_ct_AR=$ac_cv_prog_ac_ct_AR
6742if test -n "$ac_ct_AR"; then
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6744$as_echo "$ac_ct_AR" >&6; }
6745else
6746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6747$as_echo "no" >&6; }
6748fi
6749
6750 if test "x$ac_ct_AR" = x; then
6751 AR="false"
6752 else
6753 case $cross_compiling:$ac_tool_warned in
6754yes:)
6755{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6756$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6757ac_tool_warned=yes ;;
6758esac
6759 AR=$ac_ct_AR
6760 fi
6761else
6762 AR="$ac_cv_prog_AR"
6763fi
6764
6765test -z "$AR" && AR=ar
6766test -z "$AR_FLAGS" && AR_FLAGS=cru
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778if test -n "$ac_tool_prefix"; then
6779 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6780set dummy ${ac_tool_prefix}strip; ac_word=$2
6781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6782$as_echo_n "checking for $ac_word... " >&6; }
6783if test "${ac_cv_prog_STRIP+set}" = set; then :
6784 $as_echo_n "(cached) " >&6
6785else
6786 if test -n "$STRIP"; then
6787 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6788else
6789as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6790for as_dir in $PATH
6791do
6792 IFS=$as_save_IFS
6793 test -z "$as_dir" && as_dir=.
6794 for ac_exec_ext in '' $ac_executable_extensions; do
6795 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6796 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6798 break 2
6799 fi
6800done
6801 done
6802IFS=$as_save_IFS
6803
6804fi
6805fi
6806STRIP=$ac_cv_prog_STRIP
6807if test -n "$STRIP"; then
6808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6809$as_echo "$STRIP" >&6; }
6810else
6811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6812$as_echo "no" >&6; }
6813fi
6814
6815
6816fi
6817if test -z "$ac_cv_prog_STRIP"; then
6818 ac_ct_STRIP=$STRIP
6819 # Extract the first word of "strip", so it can be a program name with args.
6820set dummy strip; ac_word=$2
6821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6822$as_echo_n "checking for $ac_word... " >&6; }
6823if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6824 $as_echo_n "(cached) " >&6
6825else
6826 if test -n "$ac_ct_STRIP"; then
6827 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6828else
6829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830for as_dir in $PATH
6831do
6832 IFS=$as_save_IFS
6833 test -z "$as_dir" && as_dir=.
6834 for ac_exec_ext in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_ac_ct_STRIP="strip"
6837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6838 break 2
6839 fi
6840done
6841 done
6842IFS=$as_save_IFS
6843
6844fi
6845fi
6846ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6847if test -n "$ac_ct_STRIP"; then
6848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6849$as_echo "$ac_ct_STRIP" >&6; }
6850else
6851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6852$as_echo "no" >&6; }
6853fi
6854
6855 if test "x$ac_ct_STRIP" = x; then
6856 STRIP=":"
6857 else
6858 case $cross_compiling:$ac_tool_warned in
6859yes:)
6860{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6861$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6862ac_tool_warned=yes ;;
6863esac
6864 STRIP=$ac_ct_STRIP
6865 fi
6866else
6867 STRIP="$ac_cv_prog_STRIP"
6868fi
6869
6870test -z "$STRIP" && STRIP=:
6871
6872
6873
6874
6875
6876
6877if test -n "$ac_tool_prefix"; then
6878 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6879set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6880{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6881$as_echo_n "checking for $ac_word... " >&6; }
6882if test "${ac_cv_prog_RANLIB+set}" = set; then :
6883 $as_echo_n "(cached) " >&6
6884else
6885 if test -n "$RANLIB"; then
6886 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6887else
6888as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6889for as_dir in $PATH
6890do
6891 IFS=$as_save_IFS
6892 test -z "$as_dir" && as_dir=.
6893 for ac_exec_ext in '' $ac_executable_extensions; do
6894 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6895 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6897 break 2
6898 fi
6899done
6900 done
6901IFS=$as_save_IFS
6902
6903fi
6904fi
6905RANLIB=$ac_cv_prog_RANLIB
6906if test -n "$RANLIB"; then
6907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6908$as_echo "$RANLIB" >&6; }
6909else
6910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6911$as_echo "no" >&6; }
6912fi
6913
6914
6915fi
6916if test -z "$ac_cv_prog_RANLIB"; then
6917 ac_ct_RANLIB=$RANLIB
6918 # Extract the first word of "ranlib", so it can be a program name with args.
6919set dummy ranlib; ac_word=$2
6920{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6921$as_echo_n "checking for $ac_word... " >&6; }
6922if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6923 $as_echo_n "(cached) " >&6
6924else
6925 if test -n "$ac_ct_RANLIB"; then
6926 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6927else
6928as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6929for as_dir in $PATH
6930do
6931 IFS=$as_save_IFS
6932 test -z "$as_dir" && as_dir=.
6933 for ac_exec_ext in '' $ac_executable_extensions; do
6934 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6935 ac_cv_prog_ac_ct_RANLIB="ranlib"
6936 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6937 break 2
6938 fi
6939done
6940 done
6941IFS=$as_save_IFS
6942
6943fi
6944fi
6945ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6946if test -n "$ac_ct_RANLIB"; then
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6948$as_echo "$ac_ct_RANLIB" >&6; }
6949else
6950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6951$as_echo "no" >&6; }
6952fi
6953
6954 if test "x$ac_ct_RANLIB" = x; then
6955 RANLIB=":"
6956 else
6957 case $cross_compiling:$ac_tool_warned in
6958yes:)
6959{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6960$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6961ac_tool_warned=yes ;;
6962esac
6963 RANLIB=$ac_ct_RANLIB
6964 fi
6965else
6966 RANLIB="$ac_cv_prog_RANLIB"
6967fi
6968
6969test -z "$RANLIB" && RANLIB=:
6970
6971
6972
6973
6974
6975
6976# Determine commands to create old-style static archives.
6977old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6978old_postinstall_cmds='chmod 644 $oldlib'
6979old_postuninstall_cmds=
6980
6981if test -n "$RANLIB"; then
6982 case $host_os in
6983 openbsd*)
6984 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6985 ;;
6986 *)
6987 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6988 ;;
6989 esac
6990 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6991fi
6992
6993case $host_os in
6994 darwin*)
6995 lock_old_archive_extraction=yes ;;
6996 *)
6997 lock_old_archive_extraction=no ;;
6998esac
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020for ac_prog in gawk mawk nawk awk
7021do
7022 # Extract the first word of "$ac_prog", so it can be a program name with args.
7023set dummy $ac_prog; ac_word=$2
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7025$as_echo_n "checking for $ac_word... " >&6; }
7026if test "${ac_cv_prog_AWK+set}" = set; then :
7027 $as_echo_n "(cached) " >&6
7028else
7029 if test -n "$AWK"; then
7030 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7031else
7032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7033for as_dir in $PATH
7034do
7035 IFS=$as_save_IFS
7036 test -z "$as_dir" && as_dir=.
7037 for ac_exec_ext in '' $ac_executable_extensions; do
7038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7039 ac_cv_prog_AWK="$ac_prog"
7040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7041 break 2
7042 fi
7043done
7044 done
7045IFS=$as_save_IFS
7046
7047fi
7048fi
7049AWK=$ac_cv_prog_AWK
7050if test -n "$AWK"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7052$as_echo "$AWK" >&6; }
7053else
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055$as_echo "no" >&6; }
7056fi
7057
7058
7059 test -n "$AWK" && break
7060done
7061
7062
7063
7064
7065
7066
7067
7068
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080# If no C compiler was specified, use CC.
7081LTCC=${LTCC-"$CC"}
7082
7083# If no C compiler flags were specified, use CFLAGS.
7084LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7085
7086# Allow CC to be a program name with arguments.
7087compiler=$CC
7088
7089
7090# Check for command to grab the raw symbol name followed by C symbol from nm.
7091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7092$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7093if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7094 $as_echo_n "(cached) " >&6
7095else
7096
7097# These are sane defaults that work on at least a few old systems.
7098# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7099
7100# Character class describing NM global symbol codes.
7101symcode='[BCDEGRST]'
7102
7103# Regexp to match symbols that can be accessed directly from C.
7104sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7105
7106# Define system-specific variables.
7107case $host_os in
7108aix*)
7109 symcode='[BCDT]'
7110 ;;
7111cygwin* | mingw* | pw32* | cegcc*)
7112 symcode='[ABCDGISTW]'
7113 ;;
7114hpux*)
7115 if test "$host_cpu" = ia64; then
7116 symcode='[ABCDEGRST]'
7117 fi
7118 ;;
7119irix* | nonstopux*)
7120 symcode='[BCDEGRST]'
7121 ;;
7122osf*)
7123 symcode='[BCDEGQRST]'
7124 ;;
7125solaris*)
7126 symcode='[BDRT]'
7127 ;;
7128sco3.2v5*)
7129 symcode='[DT]'
7130 ;;
7131sysv4.2uw2*)
7132 symcode='[DT]'
7133 ;;
7134sysv5* | sco5v6* | unixware* | OpenUNIX*)
7135 symcode='[ABDT]'
7136 ;;
7137sysv4)
7138 symcode='[DFNSTU]'
7139 ;;
7140esac
7141
7142# If we're using GNU nm, then use its standard symbol codes.
7143case `$NM -V 2>&1` in
7144*GNU* | *'with BFD'*)
7145 symcode='[ABCDGIRSTW]' ;;
7146esac
7147
7148# Transform an extracted symbol line into a proper C declaration.
7149# Some systems (esp. on ia64) link data and code symbols differently,
7150# so use this general approach.
7151lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7152
7153# Transform an extracted symbol line into symbol name and symbol address
7154lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7155lt_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'"
7156
7157# Handle CRLF in mingw tool chain
7158opt_cr=
7159case $build_os in
7160mingw*)
7161 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7162 ;;
7163esac
7164
7165# Try without a prefix underscore, then with it.
7166for ac_symprfx in "" "_"; do
7167
7168 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7169 symxfrm="\\1 $ac_symprfx\\2 \\2"
7170
7171 # Write the raw and C identifiers.
7172 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7173 # Fake it for dumpbin and say T for any non-static function
7174 # and D for any global variable.
7175 # Also find C++ and __fastcall symbols from MSVC++,
7176 # which start with @ or ?.
7177 lt_cv_sys_global_symbol_pipe="$AWK '"\
7178" {last_section=section; section=\$ 3};"\
7179" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7180" \$ 0!~/External *\|/{next};"\
7181" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7182" {if(hide[section]) next};"\
7183" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7184" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7185" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7186" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7187" ' prfx=^$ac_symprfx"
7188 else
7189 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7190 fi
7191
7192 # Check to see that the pipe works correctly.
7193 pipe_works=no
7194
7195 rm -f conftest*
7196 cat > conftest.$ac_ext <<_LT_EOF
7197#ifdef __cplusplus
7198extern "C" {
7199#endif
7200char nm_test_var;
7201void nm_test_func(void);
7202void nm_test_func(void){}
7203#ifdef __cplusplus
7204}
7205#endif
7206int main(){nm_test_var='a';nm_test_func();return(0);}
7207_LT_EOF
7208
7209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7210 (eval $ac_compile) 2>&5
7211 ac_status=$?
7212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7213 test $ac_status = 0; }; then
7214 # Now try to grab the symbols.
7215 nlist=conftest.nm
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7217 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7218 ac_status=$?
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; } && test -s "$nlist"; then
7221 # Try sorting and uniquifying the output.
7222 if sort "$nlist" | uniq > "$nlist"T; then
7223 mv -f "$nlist"T "$nlist"
7224 else
7225 rm -f "$nlist"T
7226 fi
7227
7228 # Make sure that we snagged all the symbols we need.
7229 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7230 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7231 cat <<_LT_EOF > conftest.$ac_ext
7232#ifdef __cplusplus
7233extern "C" {
7234#endif
7235
7236_LT_EOF
7237 # Now generate the symbol file.
7238 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7239
7240 cat <<_LT_EOF >> conftest.$ac_ext
7241
7242/* The mapping between symbol names and symbols. */
7243const struct {
7244 const char *name;
7245 void *address;
7246}
7247lt__PROGRAM__LTX_preloaded_symbols[] =
7248{
7249 { "@PROGRAM@", (void *) 0 },
7250_LT_EOF
7251 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7252 cat <<\_LT_EOF >> conftest.$ac_ext
7253 {0, (void *) 0}
7254};
7255
7256/* This works around a problem in FreeBSD linker */
7257#ifdef FREEBSD_WORKAROUND
7258static const void *lt_preloaded_setup() {
7259 return lt__PROGRAM__LTX_preloaded_symbols;
7260}
7261#endif
7262
7263#ifdef __cplusplus
7264}
7265#endif
7266_LT_EOF
7267 # Now try linking the two files.
7268 mv conftest.$ac_objext conftstm.$ac_objext
7269 lt_save_LIBS="$LIBS"
7270 lt_save_CFLAGS="$CFLAGS"
7271 LIBS="conftstm.$ac_objext"
7272 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7273 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7274 (eval $ac_link) 2>&5
7275 ac_status=$?
7276 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7277 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7278 pipe_works=yes
7279 fi
7280 LIBS="$lt_save_LIBS"
7281 CFLAGS="$lt_save_CFLAGS"
7282 else
7283 echo "cannot find nm_test_func in $nlist" >&5
7284 fi
7285 else
7286 echo "cannot find nm_test_var in $nlist" >&5
7287 fi
7288 else
7289 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7290 fi
7291 else
7292 echo "$progname: failed program was:" >&5
7293 cat conftest.$ac_ext >&5
7294 fi
7295 rm -rf conftest* conftst*
7296
7297 # Do not use the global_symbol_pipe unless it works.
7298 if test "$pipe_works" = yes; then
7299 break
7300 else
7301 lt_cv_sys_global_symbol_pipe=
7302 fi
7303done
7304
7305fi
7306
7307if test -z "$lt_cv_sys_global_symbol_pipe"; then
7308 lt_cv_sys_global_symbol_to_cdecl=
7309fi
7310if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7312$as_echo "failed" >&6; }
7313else
7314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7315$as_echo "ok" >&6; }
7316fi
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339# Check whether --enable-libtool-lock was given.
7340if test "${enable_libtool_lock+set}" = set; then :
7341 enableval=$enable_libtool_lock;
7342fi
7343
7344test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7345
7346# Some flags need to be propagated to the compiler or linker for good
7347# libtool support.
7348case $host in
7349ia64-*-hpux*)
7350 # Find out which ABI we are using.
7351 echo 'int i;' > conftest.$ac_ext
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7353 (eval $ac_compile) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; }; then
7357 case `/usr/bin/file conftest.$ac_objext` in
7358 *ELF-32*)
7359 HPUX_IA64_MODE="32"
7360 ;;
7361 *ELF-64*)
7362 HPUX_IA64_MODE="64"
7363 ;;
7364 esac
7365 fi
7366 rm -rf conftest*
7367 ;;
7368*-*-irix6*)
7369 # Find out which ABI we are using.
7370 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7372 (eval $ac_compile) 2>&5
7373 ac_status=$?
7374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7375 test $ac_status = 0; }; then
7376 if test "$lt_cv_prog_gnu_ld" = yes; then
7377 case `/usr/bin/file conftest.$ac_objext` in
7378 *32-bit*)
7379 LD="${LD-ld} -melf32bsmip"
7380 ;;
7381 *N32*)
7382 LD="${LD-ld} -melf32bmipn32"
7383 ;;
7384 *64-bit*)
7385 LD="${LD-ld} -melf64bmip"
7386 ;;
7387 esac
7388 else
7389 case `/usr/bin/file conftest.$ac_objext` in
7390 *32-bit*)
7391 LD="${LD-ld} -32"
7392 ;;
7393 *N32*)
7394 LD="${LD-ld} -n32"
7395 ;;
7396 *64-bit*)
7397 LD="${LD-ld} -64"
7398 ;;
7399 esac
7400 fi
7401 fi
7402 rm -rf conftest*
7403 ;;
7404
7405x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7406s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7407 # Find out which ABI we are using.
7408 echo 'int i;' > conftest.$ac_ext
7409 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7410 (eval $ac_compile) 2>&5
7411 ac_status=$?
7412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7413 test $ac_status = 0; }; then
7414 case `/usr/bin/file conftest.o` in
7415 *32-bit*)
7416 case $host in
7417 x86_64-*kfreebsd*-gnu)
7418 LD="${LD-ld} -m elf_i386_fbsd"
7419 ;;
7420 x86_64-*linux*)
7421 case `/usr/bin/file conftest.o` in
7422 *x86-64*)
7423 LD="${LD-ld} -m elf32_x86_64"
7424 ;;
7425 *)
7426 LD="${LD-ld} -m elf_i386"
7427 ;;
7428 esac
7429 ;;
7430 ppc64-*linux*|powerpc64-*linux*)
7431 LD="${LD-ld} -m elf32ppclinux"
7432 ;;
7433 s390x-*linux*)
7434 LD="${LD-ld} -m elf_s390"
7435 ;;
7436 sparc64-*linux*)
7437 LD="${LD-ld} -m elf32_sparc"
7438 ;;
7439 esac
7440 ;;
7441 *64-bit*)
7442 case $host in
7443 x86_64-*kfreebsd*-gnu)
7444 LD="${LD-ld} -m elf_x86_64_fbsd"
7445 ;;
7446 x86_64-*linux*)
7447 LD="${LD-ld} -m elf_x86_64"
7448 ;;
7449 ppc*-*linux*|powerpc*-*linux*)
7450 LD="${LD-ld} -m elf64ppc"
7451 ;;
7452 s390*-*linux*|s390*-*tpf*)
7453 LD="${LD-ld} -m elf64_s390"
7454 ;;
7455 sparc*-*linux*)
7456 LD="${LD-ld} -m elf64_sparc"
7457 ;;
7458 esac
7459 ;;
7460 esac
7461 fi
7462 rm -rf conftest*
7463 ;;
7464
7465*-*-sco3.2v5*)
7466 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7467 SAVE_CFLAGS="$CFLAGS"
7468 CFLAGS="$CFLAGS -belf"
7469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7470$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7471if test "${lt_cv_cc_needs_belf+set}" = set; then :
7472 $as_echo_n "(cached) " >&6
7473else
7474 ac_ext=c
7475ac_cpp='$CPP $CPPFLAGS'
7476ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7477ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7478ac_compiler_gnu=$ac_cv_c_compiler_gnu
7479
7480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7481/* end confdefs.h. */
7482
7483int
7484main ()
7485{
7486
7487 ;
7488 return 0;
7489}
7490_ACEOF
7491if ac_fn_c_try_link "$LINENO"; then :
7492 lt_cv_cc_needs_belf=yes
7493else
7494 lt_cv_cc_needs_belf=no
7495fi
7496rm -f core conftest.err conftest.$ac_objext \
7497 conftest$ac_exeext conftest.$ac_ext
7498 ac_ext=c
7499ac_cpp='$CPP $CPPFLAGS'
7500ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7501ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7502ac_compiler_gnu=$ac_cv_c_compiler_gnu
7503
7504fi
7505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7506$as_echo "$lt_cv_cc_needs_belf" >&6; }
7507 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7508 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7509 CFLAGS="$SAVE_CFLAGS"
7510 fi
7511 ;;
7512sparc*-*solaris*)
7513 # Find out which ABI we are using.
7514 echo 'int i;' > conftest.$ac_ext
7515 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7516 (eval $ac_compile) 2>&5
7517 ac_status=$?
7518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7519 test $ac_status = 0; }; then
7520 case `/usr/bin/file conftest.o` in
7521 *64-bit*)
7522 case $lt_cv_prog_gnu_ld in
7523 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7524 *)
7525 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7526 LD="${LD-ld} -64"
7527 fi
7528 ;;
7529 esac
7530 ;;
7531 esac
7532 fi
7533 rm -rf conftest*
7534 ;;
7535esac
7536
7537need_locks="$enable_libtool_lock"
7538
7539
7540 case $host_os in
7541 rhapsody* | darwin*)
7542 if test -n "$ac_tool_prefix"; then
7543 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7544set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7546$as_echo_n "checking for $ac_word... " >&6; }
7547if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7548 $as_echo_n "(cached) " >&6
7549else
7550 if test -n "$DSYMUTIL"; then
7551 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7552else
7553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7554for as_dir in $PATH
7555do
7556 IFS=$as_save_IFS
7557 test -z "$as_dir" && as_dir=.
7558 for ac_exec_ext in '' $ac_executable_extensions; do
7559 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7560 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7562 break 2
7563 fi
7564done
7565 done
7566IFS=$as_save_IFS
7567
7568fi
7569fi
7570DSYMUTIL=$ac_cv_prog_DSYMUTIL
7571if test -n "$DSYMUTIL"; then
7572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7573$as_echo "$DSYMUTIL" >&6; }
7574else
7575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7576$as_echo "no" >&6; }
7577fi
7578
7579
7580fi
7581if test -z "$ac_cv_prog_DSYMUTIL"; then
7582 ac_ct_DSYMUTIL=$DSYMUTIL
7583 # Extract the first word of "dsymutil", so it can be a program name with args.
7584set dummy dsymutil; ac_word=$2
7585{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7586$as_echo_n "checking for $ac_word... " >&6; }
7587if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7588 $as_echo_n "(cached) " >&6
7589else
7590 if test -n "$ac_ct_DSYMUTIL"; then
7591 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7592else
7593as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7594for as_dir in $PATH
7595do
7596 IFS=$as_save_IFS
7597 test -z "$as_dir" && as_dir=.
7598 for ac_exec_ext in '' $ac_executable_extensions; do
7599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7600 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7601 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7602 break 2
7603 fi
7604done
7605 done
7606IFS=$as_save_IFS
7607
7608fi
7609fi
7610ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7611if test -n "$ac_ct_DSYMUTIL"; then
7612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7613$as_echo "$ac_ct_DSYMUTIL" >&6; }
7614else
7615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7616$as_echo "no" >&6; }
7617fi
7618
7619 if test "x$ac_ct_DSYMUTIL" = x; then
7620 DSYMUTIL=":"
7621 else
7622 case $cross_compiling:$ac_tool_warned in
7623yes:)
7624{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7625$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7626ac_tool_warned=yes ;;
7627esac
7628 DSYMUTIL=$ac_ct_DSYMUTIL
7629 fi
7630else
7631 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7632fi
7633
7634 if test -n "$ac_tool_prefix"; then
7635 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7636set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7638$as_echo_n "checking for $ac_word... " >&6; }
7639if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7640 $as_echo_n "(cached) " >&6
7641else
7642 if test -n "$NMEDIT"; then
7643 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7644else
7645as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7646for as_dir in $PATH
7647do
7648 IFS=$as_save_IFS
7649 test -z "$as_dir" && as_dir=.
7650 for ac_exec_ext in '' $ac_executable_extensions; do
7651 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7652 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7654 break 2
7655 fi
7656done
7657 done
7658IFS=$as_save_IFS
7659
7660fi
7661fi
7662NMEDIT=$ac_cv_prog_NMEDIT
7663if test -n "$NMEDIT"; then
7664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7665$as_echo "$NMEDIT" >&6; }
7666else
7667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7668$as_echo "no" >&6; }
7669fi
7670
7671
7672fi
7673if test -z "$ac_cv_prog_NMEDIT"; then
7674 ac_ct_NMEDIT=$NMEDIT
7675 # Extract the first word of "nmedit", so it can be a program name with args.
7676set dummy nmedit; ac_word=$2
7677{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7678$as_echo_n "checking for $ac_word... " >&6; }
7679if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7680 $as_echo_n "(cached) " >&6
7681else
7682 if test -n "$ac_ct_NMEDIT"; then
7683 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7684else
7685as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7686for as_dir in $PATH
7687do
7688 IFS=$as_save_IFS
7689 test -z "$as_dir" && as_dir=.
7690 for ac_exec_ext in '' $ac_executable_extensions; do
7691 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7692 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7693 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7694 break 2
7695 fi
7696done
7697 done
7698IFS=$as_save_IFS
7699
7700fi
7701fi
7702ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7703if test -n "$ac_ct_NMEDIT"; then
7704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7705$as_echo "$ac_ct_NMEDIT" >&6; }
7706else
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7708$as_echo "no" >&6; }
7709fi
7710
7711 if test "x$ac_ct_NMEDIT" = x; then
7712 NMEDIT=":"
7713 else
7714 case $cross_compiling:$ac_tool_warned in
7715yes:)
7716{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7717$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7718ac_tool_warned=yes ;;
7719esac
7720 NMEDIT=$ac_ct_NMEDIT
7721 fi
7722else
7723 NMEDIT="$ac_cv_prog_NMEDIT"
7724fi
7725
7726 if test -n "$ac_tool_prefix"; then
7727 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7728set dummy ${ac_tool_prefix}lipo; ac_word=$2
7729{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7730$as_echo_n "checking for $ac_word... " >&6; }
7731if test "${ac_cv_prog_LIPO+set}" = set; then :
7732 $as_echo_n "(cached) " >&6
7733else
7734 if test -n "$LIPO"; then
7735 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7736else
7737as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7738for as_dir in $PATH
7739do
7740 IFS=$as_save_IFS
7741 test -z "$as_dir" && as_dir=.
7742 for ac_exec_ext in '' $ac_executable_extensions; do
7743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7744 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7746 break 2
7747 fi
7748done
7749 done
7750IFS=$as_save_IFS
7751
7752fi
7753fi
7754LIPO=$ac_cv_prog_LIPO
7755if test -n "$LIPO"; then
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7757$as_echo "$LIPO" >&6; }
7758else
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7760$as_echo "no" >&6; }
7761fi
7762
7763
7764fi
7765if test -z "$ac_cv_prog_LIPO"; then
7766 ac_ct_LIPO=$LIPO
7767 # Extract the first word of "lipo", so it can be a program name with args.
7768set dummy lipo; ac_word=$2
7769{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7770$as_echo_n "checking for $ac_word... " >&6; }
7771if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7772 $as_echo_n "(cached) " >&6
7773else
7774 if test -n "$ac_ct_LIPO"; then
7775 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7776else
7777as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7778for as_dir in $PATH
7779do
7780 IFS=$as_save_IFS
7781 test -z "$as_dir" && as_dir=.
7782 for ac_exec_ext in '' $ac_executable_extensions; do
7783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7784 ac_cv_prog_ac_ct_LIPO="lipo"
7785 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7786 break 2
7787 fi
7788done
7789 done
7790IFS=$as_save_IFS
7791
7792fi
7793fi
7794ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7795if test -n "$ac_ct_LIPO"; then
7796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7797$as_echo "$ac_ct_LIPO" >&6; }
7798else
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7800$as_echo "no" >&6; }
7801fi
7802
7803 if test "x$ac_ct_LIPO" = x; then
7804 LIPO=":"
7805 else
7806 case $cross_compiling:$ac_tool_warned in
7807yes:)
7808{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7809$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7810ac_tool_warned=yes ;;
7811esac
7812 LIPO=$ac_ct_LIPO
7813 fi
7814else
7815 LIPO="$ac_cv_prog_LIPO"
7816fi
7817
7818 if test -n "$ac_tool_prefix"; then
7819 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7820set dummy ${ac_tool_prefix}otool; ac_word=$2
7821{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7822$as_echo_n "checking for $ac_word... " >&6; }
7823if test "${ac_cv_prog_OTOOL+set}" = set; then :
7824 $as_echo_n "(cached) " >&6
7825else
7826 if test -n "$OTOOL"; then
7827 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7828else
7829as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7830for as_dir in $PATH
7831do
7832 IFS=$as_save_IFS
7833 test -z "$as_dir" && as_dir=.
7834 for ac_exec_ext in '' $ac_executable_extensions; do
7835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7836 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7838 break 2
7839 fi
7840done
7841 done
7842IFS=$as_save_IFS
7843
7844fi
7845fi
7846OTOOL=$ac_cv_prog_OTOOL
7847if test -n "$OTOOL"; then
7848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7849$as_echo "$OTOOL" >&6; }
7850else
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7852$as_echo "no" >&6; }
7853fi
7854
7855
7856fi
7857if test -z "$ac_cv_prog_OTOOL"; then
7858 ac_ct_OTOOL=$OTOOL
7859 # Extract the first word of "otool", so it can be a program name with args.
7860set dummy otool; ac_word=$2
7861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7862$as_echo_n "checking for $ac_word... " >&6; }
7863if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7864 $as_echo_n "(cached) " >&6
7865else
7866 if test -n "$ac_ct_OTOOL"; then
7867 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7868else
7869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7870for as_dir in $PATH
7871do
7872 IFS=$as_save_IFS
7873 test -z "$as_dir" && as_dir=.
7874 for ac_exec_ext in '' $ac_executable_extensions; do
7875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7876 ac_cv_prog_ac_ct_OTOOL="otool"
7877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7878 break 2
7879 fi
7880done
7881 done
7882IFS=$as_save_IFS
7883
7884fi
7885fi
7886ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7887if test -n "$ac_ct_OTOOL"; then
7888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7889$as_echo "$ac_ct_OTOOL" >&6; }
7890else
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7892$as_echo "no" >&6; }
7893fi
7894
7895 if test "x$ac_ct_OTOOL" = x; then
7896 OTOOL=":"
7897 else
7898 case $cross_compiling:$ac_tool_warned in
7899yes:)
7900{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7901$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7902ac_tool_warned=yes ;;
7903esac
7904 OTOOL=$ac_ct_OTOOL
7905 fi
7906else
7907 OTOOL="$ac_cv_prog_OTOOL"
7908fi
7909
7910 if test -n "$ac_tool_prefix"; then
7911 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7912set dummy ${ac_tool_prefix}otool64; ac_word=$2
7913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7914$as_echo_n "checking for $ac_word... " >&6; }
7915if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7916 $as_echo_n "(cached) " >&6
7917else
7918 if test -n "$OTOOL64"; then
7919 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7920else
7921as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7922for as_dir in $PATH
7923do
7924 IFS=$as_save_IFS
7925 test -z "$as_dir" && as_dir=.
7926 for ac_exec_ext in '' $ac_executable_extensions; do
7927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7928 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7929 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7930 break 2
7931 fi
7932done
7933 done
7934IFS=$as_save_IFS
7935
7936fi
7937fi
7938OTOOL64=$ac_cv_prog_OTOOL64
7939if test -n "$OTOOL64"; then
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7941$as_echo "$OTOOL64" >&6; }
7942else
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7944$as_echo "no" >&6; }
7945fi
7946
7947
7948fi
7949if test -z "$ac_cv_prog_OTOOL64"; then
7950 ac_ct_OTOOL64=$OTOOL64
7951 # Extract the first word of "otool64", so it can be a program name with args.
7952set dummy otool64; ac_word=$2
7953{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7954$as_echo_n "checking for $ac_word... " >&6; }
7955if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7956 $as_echo_n "(cached) " >&6
7957else
7958 if test -n "$ac_ct_OTOOL64"; then
7959 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7960else
7961as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7962for as_dir in $PATH
7963do
7964 IFS=$as_save_IFS
7965 test -z "$as_dir" && as_dir=.
7966 for ac_exec_ext in '' $ac_executable_extensions; do
7967 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968 ac_cv_prog_ac_ct_OTOOL64="otool64"
7969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7970 break 2
7971 fi
7972done
7973 done
7974IFS=$as_save_IFS
7975
7976fi
7977fi
7978ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7979if test -n "$ac_ct_OTOOL64"; then
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7981$as_echo "$ac_ct_OTOOL64" >&6; }
7982else
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7984$as_echo "no" >&6; }
7985fi
7986
7987 if test "x$ac_ct_OTOOL64" = x; then
7988 OTOOL64=":"
7989 else
7990 case $cross_compiling:$ac_tool_warned in
7991yes:)
7992{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7993$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7994ac_tool_warned=yes ;;
7995esac
7996 OTOOL64=$ac_ct_OTOOL64
7997 fi
7998else
7999 OTOOL64="$ac_cv_prog_OTOOL64"
8000fi
8001
8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8029$as_echo_n "checking for -single_module linker flag... " >&6; }
8030if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8031 $as_echo_n "(cached) " >&6
8032else
8033 lt_cv_apple_cc_single_mod=no
8034 if test -z "${LT_MULTI_MODULE}"; then
8035 # By default we will add the -single_module flag. You can override
8036 # by either setting the environment variable LT_MULTI_MODULE
8037 # non-empty at configure time, or by adding -multi_module to the
8038 # link flags.
8039 rm -rf libconftest.dylib*
8040 echo "int foo(void){return 1;}" > conftest.c
8041 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8042-dynamiclib -Wl,-single_module conftest.c" >&5
8043 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8044 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8045 _lt_result=$?
8046 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8047 lt_cv_apple_cc_single_mod=yes
8048 else
8049 cat conftest.err >&5
8050 fi
8051 rm -rf libconftest.dylib*
8052 rm -f conftest.*
8053 fi
8054fi
8055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8056$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8058$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8059if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8060 $as_echo_n "(cached) " >&6
8061else
8062 lt_cv_ld_exported_symbols_list=no
8063 save_LDFLAGS=$LDFLAGS
8064 echo "_main" > conftest.sym
8065 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8067/* end confdefs.h. */
8068
8069int
8070main ()
8071{
8072
8073 ;
8074 return 0;
8075}
8076_ACEOF
8077if ac_fn_c_try_link "$LINENO"; then :
8078 lt_cv_ld_exported_symbols_list=yes
8079else
8080 lt_cv_ld_exported_symbols_list=no
8081fi
8082rm -f core conftest.err conftest.$ac_objext \
8083 conftest$ac_exeext conftest.$ac_ext
8084 LDFLAGS="$save_LDFLAGS"
8085
8086fi
8087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8088$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8090$as_echo_n "checking for -force_load linker flag... " >&6; }
8091if test "${lt_cv_ld_force_load+set}" = set; then :
8092 $as_echo_n "(cached) " >&6
8093else
8094 lt_cv_ld_force_load=no
8095 cat > conftest.c << _LT_EOF
8096int forced_loaded() { return 2;}
8097_LT_EOF
8098 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8099 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8100 echo "$AR cru libconftest.a conftest.o" >&5
8101 $AR cru libconftest.a conftest.o 2>&5
8102 cat > conftest.c << _LT_EOF
8103int main() { return 0;}
8104_LT_EOF
8105 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8106 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8107 _lt_result=$?
8108 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8109 lt_cv_ld_force_load=yes
8110 else
8111 cat conftest.err >&5
8112 fi
8113 rm -f conftest.err libconftest.a conftest conftest.c
8114 rm -rf conftest.dSYM
8115
8116fi
8117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8118$as_echo "$lt_cv_ld_force_load" >&6; }
8119 case $host_os in
8120 rhapsody* | darwin1.[012])
8121 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8122 darwin1.*)
8123 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8124 darwin*) # darwin 5.x on
8125 # if running on 10.5 or later, the deployment target defaults
8126 # to the OS version, if on x86, and 10.4, the deployment
8127 # target defaults to 10.4. Don't you love it?
8128 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8129 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8130 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8131 10.[012]*)
8132 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8133 10.*)
8134 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8135 esac
8136 ;;
8137 esac
8138 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8139 _lt_dar_single_mod='$single_module'
8140 fi
8141 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8142 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8143 else
8144 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8145 fi
8146 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8147 _lt_dsymutil='~$DSYMUTIL $lib || :'
8148 else
8149 _lt_dsymutil=
8150 fi
8151 ;;
8152 esac
8153
8154for ac_header in dlfcn.h
8155do :
8156 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8157"
8158if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8159 cat >>confdefs.h <<_ACEOF
8160#define HAVE_DLFCN_H 1
8161_ACEOF
8162
8163fi
8164
8165done
8166
8167
8168
8169# autoconf.info says this should be called right after AC_INIT.
8170ac_config_headers="$ac_config_headers config.h:config.in"
8171
8172
8173
8174
8175
8176
8177# Put a plausible default for CC_FOR_BUILD in Makefile.
8178if test "x$cross_compiling" = "xno"; then
8179 CC_FOR_BUILD='$(CC)'
8180else
8181 CC_FOR_BUILD=gcc
8182fi
8183
8184
8185
8186
8187AR=${AR-ar}
8188
8189if test -n "$ac_tool_prefix"; then
8190 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8191set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8192{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8193$as_echo_n "checking for $ac_word... " >&6; }
8194if test "${ac_cv_prog_RANLIB+set}" = set; then :
8195 $as_echo_n "(cached) " >&6
8196else
8197 if test -n "$RANLIB"; then
8198 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8199else
8200as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8201for as_dir in $PATH
8202do
8203 IFS=$as_save_IFS
8204 test -z "$as_dir" && as_dir=.
8205 for ac_exec_ext in '' $ac_executable_extensions; do
8206 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8207 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8208 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8209 break 2
8210 fi
8211done
8212 done
8213IFS=$as_save_IFS
8214
8215fi
8216fi
8217RANLIB=$ac_cv_prog_RANLIB
8218if test -n "$RANLIB"; then
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8220$as_echo "$RANLIB" >&6; }
8221else
8222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8223$as_echo "no" >&6; }
8224fi
8225
8226
8227fi
8228if test -z "$ac_cv_prog_RANLIB"; then
8229 ac_ct_RANLIB=$RANLIB
8230 # Extract the first word of "ranlib", so it can be a program name with args.
8231set dummy ranlib; ac_word=$2
8232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8233$as_echo_n "checking for $ac_word... " >&6; }
8234if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8235 $as_echo_n "(cached) " >&6
8236else
8237 if test -n "$ac_ct_RANLIB"; then
8238 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8239else
8240as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8241for as_dir in $PATH
8242do
8243 IFS=$as_save_IFS
8244 test -z "$as_dir" && as_dir=.
8245 for ac_exec_ext in '' $ac_executable_extensions; do
8246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8247 ac_cv_prog_ac_ct_RANLIB="ranlib"
8248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8249 break 2
8250 fi
8251done
8252 done
8253IFS=$as_save_IFS
8254
8255fi
8256fi
8257ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8258if test -n "$ac_ct_RANLIB"; then
8259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8260$as_echo "$ac_ct_RANLIB" >&6; }
8261else
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8263$as_echo "no" >&6; }
8264fi
8265
8266 if test "x$ac_ct_RANLIB" = x; then
8267 RANLIB=":"
8268 else
8269 case $cross_compiling:$ac_tool_warned in
8270yes:)
8271{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8272$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8273ac_tool_warned=yes ;;
8274esac
8275 RANLIB=$ac_ct_RANLIB
8276 fi
8277else
8278 RANLIB="$ac_cv_prog_RANLIB"
8279fi
8280
8281
8282# Some of the common include files depend on bfd.h, and bfd.h checks
8283# that config.h is included first by testing that the PACKAGE macro
8284# is defined.
8285PACKAGE=sim
8286
8287cat >>confdefs.h <<_ACEOF
8288#define PACKAGE "$PACKAGE"
8289_ACEOF
8290
8291
8292
8293# Dependency checking.
8294ac_config_commands="$ac_config_commands depdir"
8295
8296
8297depcc="$CC" am_compiler_list=
8298
8299am_depcomp=$ac_aux_dir/depcomp
8300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8301$as_echo_n "checking dependency style of $depcc... " >&6; }
8302if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8303 $as_echo_n "(cached) " >&6
8304else
8305 if test -f "$am_depcomp"; then
8306 # We make a subdir and do the tests there. Otherwise we can end up
8307 # making bogus files that we don't know about and never remove. For
8308 # instance it was reported that on HP-UX the gcc test will end up
8309 # making a dummy file named `D' -- because `-MD' means `put the output
8310 # in D'.
8311 mkdir conftest.dir
8312 # Copy depcomp to subdir because otherwise we won't find it if we're
8313 # using a relative directory.
8314 cp "$am_depcomp" conftest.dir
8315 cd conftest.dir
8316 # We will build objects and dependencies in a subdirectory because
8317 # it helps to detect inapplicable dependency modes. For instance
8318 # both Tru64's cc and ICC support -MD to output dependencies as a
8319 # side effect of compilation, but ICC will put the dependencies in
8320 # the current directory while Tru64 will put them in the object
8321 # directory.
8322 mkdir sub
8323
8324 am_cv_CC_dependencies_compiler_type=none
8325 if test "$am_compiler_list" = ""; then
8326 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8327 fi
8328 for depmode in $am_compiler_list; do
8329 if test $depmode = none; then break; fi
8330
8331 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8332 # Setup a source with many dependencies, because some compilers
8333 # like to wrap large dependency lists on column 80 (with \), and
8334 # we should not choose a depcomp mode which is confused by this.
8335 #
8336 # We need to recreate these files for each test, as the compiler may
8337 # overwrite some of them when testing with obscure command lines.
8338 # This happens at least with the AIX C compiler.
8339 : > sub/conftest.c
8340 for i in 1 2 3 4 5 6; do
8341 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8342 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8343 # Solaris 8's {/usr,}/bin/sh.
8344 touch sub/conftst$i.h
8345 done
8346 echo "include sub/conftest.Po" > confmf
8347
8348 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8349 # mode. It turns out that the SunPro C++ compiler does not properly
8350 # handle `-M -o', and we need to detect this.
8351 depcmd="depmode=$depmode \
8352 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8353 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8354 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8355 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8356 if env $depcmd > conftest.err 2>&1 &&
8357 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8358 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8359 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8360 # icc doesn't choke on unknown options, it will just issue warnings
8361 # or remarks (even with -Werror). So we grep stderr for any message
8362 # that says an option was ignored or not supported.
8363 # When given -MP, icc 7.0 and 7.1 complain thusly:
8364 # icc: Command line warning: ignoring option '-M'; no argument required
8365 # The diagnosis changed in icc 8.0:
8366 # icc: Command line remark: option '-MP' not supported
8367 if (grep 'ignoring option' conftest.err ||
8368 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8369 am_cv_CC_dependencies_compiler_type=$depmode
8370 $as_echo "$as_me:$LINENO: success" >&5
8371 break
8372 fi
8373 fi
8374 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8375 sed -e 's/^/| /' < conftest.err >&5
8376 done
8377
8378 cd ..
8379 rm -rf conftest.dir
8380else
8381 am_cv_CC_dependencies_compiler_type=none
8382fi
8383
8384fi
8385{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8386$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8387if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8388then as_fn_error "no usable dependency style found" "$LINENO" 5
8389else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8390
8391fi
8392
8393
8394# Check for the 'make' the user wants to use.
8395for ac_prog in make
8396do
8397 # Extract the first word of "$ac_prog", so it can be a program name with args.
8398set dummy $ac_prog; ac_word=$2
8399{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8400$as_echo_n "checking for $ac_word... " >&6; }
8401if test "${ac_cv_prog_MAKE+set}" = set; then :
8402 $as_echo_n "(cached) " >&6
8403else
8404 if test -n "$MAKE"; then
8405 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8406else
8407as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8408for as_dir in $PATH
8409do
8410 IFS=$as_save_IFS
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_MAKE="$ac_prog"
8415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8416 break 2
8417 fi
8418done
8419 done
8420IFS=$as_save_IFS
8421
8422fi
8423fi
8424MAKE=$ac_cv_prog_MAKE
8425if test -n "$MAKE"; then
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8427$as_echo "$MAKE" >&6; }
8428else
8429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8430$as_echo "no" >&6; }
8431fi
8432
8433
8434 test -n "$MAKE" && break
8435done
8436
8437MAKE_IS_GNU=
8438case "`$MAKE --version 2>&1 | sed 1q`" in
8439 *GNU*)
8440 MAKE_IS_GNU=yes
8441 ;;
8442esac
8443 if test "$MAKE_IS_GNU" = yes; then
8444 GMAKE_TRUE=
8445 GMAKE_FALSE='#'
8446else
8447 GMAKE_TRUE='#'
8448 GMAKE_FALSE=
8449fi
8450
8451
8452ALL_LINGUAS=
8453# If we haven't got the data from the intl directory,
8454# assume NLS is disabled.
8455USE_NLS=no
8456LIBINTL=
8457LIBINTL_DEP=
8458INCINTL=
8459XGETTEXT=
8460GMSGFMT=
8461POSUB=
8462
8463if test -f ../../intl/config.intl; then
8464 . ../../intl/config.intl
8465fi
8466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8467$as_echo_n "checking whether NLS is requested... " >&6; }
8468if test x"$USE_NLS" != xyes; then
8469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8470$as_echo "no" >&6; }
8471else
8472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8473$as_echo "yes" >&6; }
8474
8475$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8476
8477
8478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8479$as_echo_n "checking for catalogs to be installed... " >&6; }
8480 # Look for .po and .gmo files in the source directory.
8481 CATALOGS=
8482 XLINGUAS=
8483 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8484 # If there aren't any .gmo files the shell will give us the
8485 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8486 # weeded out.
8487 case "$cat" in *\**)
8488 continue;;
8489 esac
8490 # The quadruple backslash is collapsed to a double backslash
8491 # by the backticks, then collapsed again by the double quotes,
8492 # leaving us with one backslash in the sed expression (right
8493 # before the dot that mustn't act as a wildcard).
8494 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8495 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8496 # The user is allowed to set LINGUAS to a list of languages to
8497 # install catalogs for. If it's empty that means "all of them."
8498 if test "x$LINGUAS" = x; then
8499 CATALOGS="$CATALOGS $cat"
8500 XLINGUAS="$XLINGUAS $lang"
8501 else
8502 case "$LINGUAS" in *$lang*)
8503 CATALOGS="$CATALOGS $cat"
8504 XLINGUAS="$XLINGUAS $lang"
8505 ;;
8506 esac
8507 fi
8508 done
8509 LINGUAS="$XLINGUAS"
8510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8511$as_echo "$LINGUAS" >&6; }
8512
8513
8514 DATADIRNAME=share
8515
8516 INSTOBJEXT=.mo
8517
8518 GENCAT=gencat
8519
8520 CATOBJEXT=.gmo
8521
8522fi
8523
8524# Check for common headers.
8525# FIXME: Seems to me this can cause problems for i386-windows hosts.
8526# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8527for ac_header in stdlib.h string.h strings.h unistd.h time.h
8528do :
8529 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8530ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8531eval as_val=\$$as_ac_Header
8532 if test "x$as_val" = x""yes; then :
8533 cat >>confdefs.h <<_ACEOF
8534#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8535_ACEOF
8536
8537fi
8538
8539done
8540
8541for ac_header in sys/time.h sys/resource.h
8542do :
8543 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8544ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8545eval as_val=\$$as_ac_Header
8546 if test "x$as_val" = x""yes; then :
8547 cat >>confdefs.h <<_ACEOF
8548#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8549_ACEOF
8550
8551fi
8552
8553done
8554
8555for ac_header in fcntl.h fpu_control.h
8556do :
8557 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8558ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8559eval as_val=\$$as_ac_Header
8560 if test "x$as_val" = x""yes; then :
8561 cat >>confdefs.h <<_ACEOF
8562#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8563_ACEOF
8564
8565fi
8566
8567done
8568
8569for ac_header in dlfcn.h errno.h sys/stat.h
8570do :
8571 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8572ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8573eval as_val=\$$as_ac_Header
8574 if test "x$as_val" = x""yes; then :
8575 cat >>confdefs.h <<_ACEOF
8576#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8577_ACEOF
8578
8579fi
8580
8581done
8582
8583for ac_func in getrusage time sigaction __setfpucw
8584do :
8585 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8586ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8587eval as_val=\$$as_ac_var
8588 if test "x$as_val" = x""yes; then :
8589 cat >>confdefs.h <<_ACEOF
8590#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8591_ACEOF
8592
8593fi
8594done
8595
8596
8597# Check for socket libraries
8598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8599$as_echo_n "checking for bind in -lsocket... " >&6; }
8600if test "${ac_cv_lib_socket_bind+set}" = set; then :
8601 $as_echo_n "(cached) " >&6
8602else
8603 ac_check_lib_save_LIBS=$LIBS
8604LIBS="-lsocket $LIBS"
8605cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8606/* end confdefs.h. */
8607
8608/* Override any GCC internal prototype to avoid an error.
8609 Use char because int might match the return type of a GCC
8610 builtin and then its argument prototype would still apply. */
8611#ifdef __cplusplus
8612extern "C"
8613#endif
8614char bind ();
8615int
8616main ()
8617{
8618return bind ();
8619 ;
8620 return 0;
8621}
8622_ACEOF
8623if ac_fn_c_try_link "$LINENO"; then :
8624 ac_cv_lib_socket_bind=yes
8625else
8626 ac_cv_lib_socket_bind=no
8627fi
8628rm -f core conftest.err conftest.$ac_objext \
8629 conftest$ac_exeext conftest.$ac_ext
8630LIBS=$ac_check_lib_save_LIBS
8631fi
8632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8633$as_echo "$ac_cv_lib_socket_bind" >&6; }
8634if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8635 cat >>confdefs.h <<_ACEOF
8636#define HAVE_LIBSOCKET 1
8637_ACEOF
8638
8639 LIBS="-lsocket $LIBS"
8640
8641fi
8642
8643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8644$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8645if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8646 $as_echo_n "(cached) " >&6
8647else
8648 ac_check_lib_save_LIBS=$LIBS
8649LIBS="-lnsl $LIBS"
8650cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8651/* end confdefs.h. */
8652
8653/* Override any GCC internal prototype to avoid an error.
8654 Use char because int might match the return type of a GCC
8655 builtin and then its argument prototype would still apply. */
8656#ifdef __cplusplus
8657extern "C"
8658#endif
8659char gethostbyname ();
8660int
8661main ()
8662{
8663return gethostbyname ();
8664 ;
8665 return 0;
8666}
8667_ACEOF
8668if ac_fn_c_try_link "$LINENO"; then :
8669 ac_cv_lib_nsl_gethostbyname=yes
8670else
8671 ac_cv_lib_nsl_gethostbyname=no
8672fi
8673rm -f core conftest.err conftest.$ac_objext \
8674 conftest$ac_exeext conftest.$ac_ext
8675LIBS=$ac_check_lib_save_LIBS
8676fi
8677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8678$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8679if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8680 cat >>confdefs.h <<_ACEOF
8681#define HAVE_LIBNSL 1
8682_ACEOF
8683
8684 LIBS="-lnsl $LIBS"
8685
8686fi
8687
8688
8689# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8690# using the same condition.
8691
8692 # See if the user specified whether he wants zlib support or not.
8693
8694# Check whether --with-zlib was given.
8695if test "${with_zlib+set}" = set; then :
8696 withval=$with_zlib;
8697else
8698 with_zlib=auto
8699fi
8700
8701
8702 if test "$with_zlib" != "no"; then
8703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
8704$as_echo_n "checking for library containing zlibVersion... " >&6; }
8705if test "${ac_cv_search_zlibVersion+set}" = set; then :
8706 $as_echo_n "(cached) " >&6
8707else
8708 ac_func_search_save_LIBS=$LIBS
8709cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8710/* end confdefs.h. */
8711
8712/* Override any GCC internal prototype to avoid an error.
8713 Use char because int might match the return type of a GCC
8714 builtin and then its argument prototype would still apply. */
8715#ifdef __cplusplus
8716extern "C"
8717#endif
8718char zlibVersion ();
8719int
8720main ()
8721{
8722return zlibVersion ();
8723 ;
8724 return 0;
8725}
8726_ACEOF
8727for ac_lib in '' z; do
8728 if test -z "$ac_lib"; then
8729 ac_res="none required"
8730 else
8731 ac_res=-l$ac_lib
8732 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
8733 fi
8734 if ac_fn_c_try_link "$LINENO"; then :
8735 ac_cv_search_zlibVersion=$ac_res
8736fi
8737rm -f core conftest.err conftest.$ac_objext \
8738 conftest$ac_exeext
8739 if test "${ac_cv_search_zlibVersion+set}" = set; then :
8740 break
8741fi
8742done
8743if test "${ac_cv_search_zlibVersion+set}" = set; then :
8744
8745else
8746 ac_cv_search_zlibVersion=no
8747fi
8748rm conftest.$ac_ext
8749LIBS=$ac_func_search_save_LIBS
8750fi
8751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
8752$as_echo "$ac_cv_search_zlibVersion" >&6; }
8753ac_res=$ac_cv_search_zlibVersion
8754if test "$ac_res" != no; then :
8755 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
8756 for ac_header in zlib.h
8757do :
8758 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
8759if test "x$ac_cv_header_zlib_h" = x""yes; then :
8760 cat >>confdefs.h <<_ACEOF
8761#define HAVE_ZLIB_H 1
8762_ACEOF
8763
8764fi
8765
8766done
8767
8768fi
8769
8770 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
8771 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
8772 fi
8773 fi
8774
8775
8776# BFD uses libdl when when plugins enabled.
8777
8778# Check whether --enable-plugins was given.
8779if test "${enable_plugins+set}" = set; then :
8780 enableval=$enable_plugins; case "${enableval}" in
8781 yes | "") plugins=yes ;;
8782 no) plugins=no ;;
8783 *) plugins=yes ;;
8784 esac
8785else
8786 plugins=no
8787fi
8788
8789
8790 if test "$plugins" = yes; then
8791 PLUGINS_TRUE=
8792 PLUGINS_FALSE='#'
8793else
8794 PLUGINS_TRUE='#'
8795 PLUGINS_FALSE=
8796fi
8797
8798
8799
8800
8801
8802# Set options
8803enable_dlopen=yes
8804
8805
8806
8807
8808 enable_win32_dll=no
8809
8810
8811 # Check whether --enable-shared was given.
8812if test "${enable_shared+set}" = set; then :
8813 enableval=$enable_shared; p=${PACKAGE-default}
8814 case $enableval in
8815 yes) enable_shared=yes ;;
8816 no) enable_shared=no ;;
8817 *)
8818 enable_shared=no
8819 # Look at the argument we got. We use all the common list separators.
8820 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8821 for pkg in $enableval; do
8822 IFS="$lt_save_ifs"
8823 if test "X$pkg" = "X$p"; then
8824 enable_shared=yes
8825 fi
8826 done
8827 IFS="$lt_save_ifs"
8828 ;;
8829 esac
8830else
8831 enable_shared=yes
8832fi
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842 # Check whether --enable-static was given.
8843if test "${enable_static+set}" = set; then :
8844 enableval=$enable_static; p=${PACKAGE-default}
8845 case $enableval in
8846 yes) enable_static=yes ;;
8847 no) enable_static=no ;;
8848 *)
8849 enable_static=no
8850 # Look at the argument we got. We use all the common list separators.
8851 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8852 for pkg in $enableval; do
8853 IFS="$lt_save_ifs"
8854 if test "X$pkg" = "X$p"; then
8855 enable_static=yes
8856 fi
8857 done
8858 IFS="$lt_save_ifs"
8859 ;;
8860 esac
8861else
8862 enable_static=yes
8863fi
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
8874# Check whether --with-pic was given.
8875if test "${with_pic+set}" = set; then :
8876 withval=$with_pic; pic_mode="$withval"
8877else
8878 pic_mode=default
8879fi
8880
8881
8882test -z "$pic_mode" && pic_mode=default
8883
8884
8885
8886
8887
8888
8889
8890 # Check whether --enable-fast-install was given.
8891if test "${enable_fast_install+set}" = set; then :
8892 enableval=$enable_fast_install; p=${PACKAGE-default}
8893 case $enableval in
8894 yes) enable_fast_install=yes ;;
8895 no) enable_fast_install=no ;;
8896 *)
8897 enable_fast_install=no
8898 # Look at the argument we got. We use all the common list separators.
8899 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8900 for pkg in $enableval; do
8901 IFS="$lt_save_ifs"
8902 if test "X$pkg" = "X$p"; then
8903 enable_fast_install=yes
8904 fi
8905 done
8906 IFS="$lt_save_ifs"
8907 ;;
8908 esac
8909else
8910 enable_fast_install=yes
8911fi
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923# This can be used to rebuild libtool when needed
8924LIBTOOL_DEPS="$ltmain"
8925
8926# Always use our own libtool.
8927LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954test -z "$LN_S" && LN_S="ln -s"
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969if test -n "${ZSH_VERSION+set}" ; then
8970 setopt NO_GLOB_SUBST
f0569246 8971fi
f0569246 8972
6bb11ab3
L
8973{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8974$as_echo_n "checking for objdir... " >&6; }
8975if test "${lt_cv_objdir+set}" = set; then :
8976 $as_echo_n "(cached) " >&6
8977else
8978 rm -f .libs 2>/dev/null
8979mkdir .libs 2>/dev/null
8980if test -d .libs; then
8981 lt_cv_objdir=.libs
8982else
8983 # MS-DOS does not allow filenames that begin with a dot.
8984 lt_cv_objdir=_libs
8985fi
8986rmdir .libs 2>/dev/null
8987fi
8988{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8989$as_echo "$lt_cv_objdir" >&6; }
8990objdir=$lt_cv_objdir
8991
8992
8993
8994
8995
8996cat >>confdefs.h <<_ACEOF
8997#define LT_OBJDIR "$lt_cv_objdir/"
8998_ACEOF
8999
9000
9001
9002
9003case $host_os in
9004aix3*)
9005 # AIX sometimes has problems with the GCC collect2 program. For some
9006 # reason, if we set the COLLECT_NAMES environment variable, the problems
9007 # vanish in a puff of smoke.
9008 if test "X${COLLECT_NAMES+set}" != Xset; then
9009 COLLECT_NAMES=
9010 export COLLECT_NAMES
9011 fi
9012 ;;
81ecdfbb 9013esac
6bb11ab3
L
9014
9015# Global variables:
9016ofile=libtool
9017can_build_shared=yes
9018
9019# All known linkers require a `.a' archive for static linking (except MSVC,
9020# which needs '.lib').
9021libext=a
9022
9023with_gnu_ld="$lt_cv_prog_gnu_ld"
9024
9025old_CC="$CC"
9026old_CFLAGS="$CFLAGS"
9027
9028# Set sane defaults for various variables
9029test -z "$CC" && CC=cc
9030test -z "$LTCC" && LTCC=$CC
9031test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9032test -z "$LD" && LD=ld
9033test -z "$ac_objext" && ac_objext=o
9034
9035for cc_temp in $compiler""; do
9036 case $cc_temp in
9037 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9038 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9039 \-*) ;;
9040 *) break;;
9041 esac
9042done
9043cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9044
9045
9046# Only perform the check for file, if the check method requires it
9047test -z "$MAGIC_CMD" && MAGIC_CMD=file
9048case $deplibs_check_method in
9049file_magic*)
9050 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9052$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9053if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9054 $as_echo_n "(cached) " >&6
9055else
9056 case $MAGIC_CMD in
9057[\\/*] | ?:[\\/]*)
9058 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9059 ;;
9060*)
9061 lt_save_MAGIC_CMD="$MAGIC_CMD"
9062 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9063 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9064 for ac_dir in $ac_dummy; do
9065 IFS="$lt_save_ifs"
9066 test -z "$ac_dir" && ac_dir=.
9067 if test -f $ac_dir/${ac_tool_prefix}file; then
9068 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9069 if test -n "$file_magic_test_file"; then
9070 case $deplibs_check_method in
9071 "file_magic "*)
9072 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9073 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9074 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9075 $EGREP "$file_magic_regex" > /dev/null; then
9076 :
9077 else
9078 cat <<_LT_EOF 1>&2
9079
9080*** Warning: the command libtool uses to detect shared libraries,
9081*** $file_magic_cmd, produces output that libtool cannot recognize.
9082*** The result is that libtool may fail to recognize shared libraries
9083*** as such. This will affect the creation of libtool libraries that
9084*** depend on shared libraries, but programs linked with such libtool
9085*** libraries will work regardless of this problem. Nevertheless, you
9086*** may want to report the problem to your system manager and/or to
9087*** bug-libtool@gnu.org
9088
9089_LT_EOF
9090 fi ;;
9091 esac
9092 fi
9093 break
f0569246 9094 fi
6bb11ab3
L
9095 done
9096 IFS="$lt_save_ifs"
9097 MAGIC_CMD="$lt_save_MAGIC_CMD"
9098 ;;
9099esac
f0569246 9100fi
f0569246 9101
6bb11ab3
L
9102MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9103if test -n "$MAGIC_CMD"; then
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9105$as_echo "$MAGIC_CMD" >&6; }
9106else
9107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9108$as_echo "no" >&6; }
9109fi
81ecdfbb 9110
6bb11ab3
L
9111
9112
9113
9114
9115if test -z "$lt_cv_path_MAGIC_CMD"; then
9116 if test -n "$ac_tool_prefix"; then
9117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9118$as_echo_n "checking for file... " >&6; }
9119if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9120 $as_echo_n "(cached) " >&6
9121else
9122 case $MAGIC_CMD in
9123[\\/*] | ?:[\\/]*)
9124 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9125 ;;
9126*)
9127 lt_save_MAGIC_CMD="$MAGIC_CMD"
9128 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9129 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9130 for ac_dir in $ac_dummy; do
9131 IFS="$lt_save_ifs"
9132 test -z "$ac_dir" && ac_dir=.
9133 if test -f $ac_dir/file; then
9134 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9135 if test -n "$file_magic_test_file"; then
9136 case $deplibs_check_method in
9137 "file_magic "*)
9138 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9139 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9140 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9141 $EGREP "$file_magic_regex" > /dev/null; then
9142 :
9143 else
9144 cat <<_LT_EOF 1>&2
9145
9146*** Warning: the command libtool uses to detect shared libraries,
9147*** $file_magic_cmd, produces output that libtool cannot recognize.
9148*** The result is that libtool may fail to recognize shared libraries
9149*** as such. This will affect the creation of libtool libraries that
9150*** depend on shared libraries, but programs linked with such libtool
9151*** libraries will work regardless of this problem. Nevertheless, you
9152*** may want to report the problem to your system manager and/or to
9153*** bug-libtool@gnu.org
9154
9155_LT_EOF
9156 fi ;;
9157 esac
9158 fi
9159 break
9160 fi
9161 done
9162 IFS="$lt_save_ifs"
9163 MAGIC_CMD="$lt_save_MAGIC_CMD"
9164 ;;
81ecdfbb 9165esac
6bb11ab3
L
9166fi
9167
9168MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9169if test -n "$MAGIC_CMD"; then
9170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9171$as_echo "$MAGIC_CMD" >&6; }
9172else
9173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9174$as_echo "no" >&6; }
9175fi
9176
9177
9178 else
9179 MAGIC_CMD=:
9180 fi
9181fi
9182
9183 fi
9184 ;;
9185esac
9186
9187# Use C for the default configuration in the libtool script
9188
9189lt_save_CC="$CC"
9190ac_ext=c
9191ac_cpp='$CPP $CPPFLAGS'
9192ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9193ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9194ac_compiler_gnu=$ac_cv_c_compiler_gnu
9195
9196
9197# Source file extension for C test sources.
9198ac_ext=c
9199
9200# Object file extension for compiled C test sources.
9201objext=o
9202objext=$objext
9203
9204# Code to be used in simple compile tests
9205lt_simple_compile_test_code="int some_variable = 0;"
9206
9207# Code to be used in simple link tests
9208lt_simple_link_test_code='int main(){return(0);}'
9209
9210
9211
9212
9213
9214
9215
9216# If no C compiler was specified, use CC.
9217LTCC=${LTCC-"$CC"}
9218
9219# If no C compiler flags were specified, use CFLAGS.
9220LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9221
9222# Allow CC to be a program name with arguments.
9223compiler=$CC
9224
9225# Save the default compiler, since it gets overwritten when the other
9226# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9227compiler_DEFAULT=$CC
9228
9229# save warnings/boilerplate of simple test code
9230ac_outfile=conftest.$ac_objext
9231echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9232eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9233_lt_compiler_boilerplate=`cat conftest.err`
9234$RM conftest*
9235
9236ac_outfile=conftest.$ac_objext
9237echo "$lt_simple_link_test_code" >conftest.$ac_ext
9238eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9239_lt_linker_boilerplate=`cat conftest.err`
9240$RM -r conftest*
9241
9242
9243## CAVEAT EMPTOR:
9244## There is no encapsulation within the following macros, do not change
9245## the running order or otherwise move them around unless you know exactly
9246## what you are doing...
9247if test -n "$compiler"; then
9248
9249lt_prog_compiler_no_builtin_flag=
9250
9251if test "$GCC" = yes; then
9252 case $cc_basename in
9253 nvcc*)
9254 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9255 *)
9256 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9257 esac
6bb11ab3
L
9258
9259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9260$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9261if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9262 $as_echo_n "(cached) " >&6
f0569246 9263else
6bb11ab3
L
9264 lt_cv_prog_compiler_rtti_exceptions=no
9265 ac_outfile=conftest.$ac_objext
9266 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9267 lt_compiler_flag="-fno-rtti -fno-exceptions"
9268 # Insert the option either (1) after the last *FLAGS variable, or
9269 # (2) before a word containing "conftest.", or (3) at the end.
9270 # Note that $ac_compile itself does not contain backslashes and begins
9271 # with a dollar sign (not a hyphen), so the echo should work correctly.
9272 # The option is referenced via a variable to avoid confusing sed.
9273 lt_compile=`echo "$ac_compile" | $SED \
9274 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9275 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9276 -e 's:$: $lt_compiler_flag:'`
9277 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9278 (eval "$lt_compile" 2>conftest.err)
9279 ac_status=$?
9280 cat conftest.err >&5
9281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9282 if (exit $ac_status) && test -s "$ac_outfile"; then
9283 # The compiler can only warn and ignore the option if not recognized
9284 # So say no if there are warnings other than the usual output.
9285 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9286 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9287 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9288 lt_cv_prog_compiler_rtti_exceptions=yes
9289 fi
9290 fi
9291 $RM conftest*
9292
f0569246 9293fi
6bb11ab3
L
9294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9295$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9296
9297if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9298 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9299else
9300 :
9301fi
9302
9303fi
9304
9305
9306
9307
9308
9309
9310 lt_prog_compiler_wl=
9311lt_prog_compiler_pic=
9312lt_prog_compiler_static=
9313
9314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9315$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9316
9317 if test "$GCC" = yes; then
9318 lt_prog_compiler_wl='-Wl,'
9319 lt_prog_compiler_static='-static'
9320
9321 case $host_os in
9322 aix*)
9323 # All AIX code is PIC.
9324 if test "$host_cpu" = ia64; then
9325 # AIX 5 now supports IA64 processor
9326 lt_prog_compiler_static='-Bstatic'
9327 fi
9328 lt_prog_compiler_pic='-fPIC'
9329 ;;
9330
9331 amigaos*)
9332 case $host_cpu in
9333 powerpc)
9334 # see comment about AmigaOS4 .so support
9335 lt_prog_compiler_pic='-fPIC'
9336 ;;
9337 m68k)
9338 # FIXME: we need at least 68020 code to build shared libraries, but
9339 # adding the `-m68020' flag to GCC prevents building anything better,
9340 # like `-m68040'.
9341 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9342 ;;
9343 esac
9344 ;;
9345
9346 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9347 # PIC is the default for these OSes.
9348 ;;
9349
9350 mingw* | cygwin* | pw32* | os2* | cegcc*)
9351 # This hack is so that the source file can tell whether it is being
9352 # built for inclusion in a dll (and should export symbols for example).
9353 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9354 # (--disable-auto-import) libraries
9355 lt_prog_compiler_pic='-DDLL_EXPORT'
9356 ;;
9357
9358 darwin* | rhapsody*)
9359 # PIC is the default on this platform
9360 # Common symbols not allowed in MH_DYLIB files
9361 lt_prog_compiler_pic='-fno-common'
9362 ;;
9363
9364 haiku*)
9365 # PIC is the default for Haiku.
9366 # The "-static" flag exists, but is broken.
9367 lt_prog_compiler_static=
9368 ;;
9369
9370 hpux*)
9371 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9372 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9373 # sets the default TLS model and affects inlining.
9374 case $host_cpu in
9375 hppa*64*)
9376 # +Z the default
9377 ;;
9378 *)
9379 lt_prog_compiler_pic='-fPIC'
9380 ;;
9381 esac
9382 ;;
9383
9384 interix[3-9]*)
9385 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9386 # Instead, we relocate shared libraries at runtime.
9387 ;;
9388
9389 msdosdjgpp*)
9390 # Just because we use GCC doesn't mean we suddenly get shared libraries
9391 # on systems that don't support them.
9392 lt_prog_compiler_can_build_shared=no
9393 enable_shared=no
9394 ;;
9395
9396 *nto* | *qnx*)
9397 # QNX uses GNU C++, but need to define -shared option too, otherwise
9398 # it will coredump.
9399 lt_prog_compiler_pic='-fPIC -shared'
9400 ;;
9401
9402 sysv4*MP*)
9403 if test -d /usr/nec; then
9404 lt_prog_compiler_pic=-Kconform_pic
9405 fi
9406 ;;
9407
9408 *)
9409 lt_prog_compiler_pic='-fPIC'
9410 ;;
9411 esac
9412
9413 case $cc_basename in
9414 nvcc*) # Cuda Compiler Driver 2.2
9415 lt_prog_compiler_wl='-Xlinker '
9416 lt_prog_compiler_pic='-Xcompiler -fPIC'
9417 ;;
9418 esac
9419 else
9420 # PORTME Check for flag to pass linker flags through the system compiler.
9421 case $host_os in
9422 aix*)
9423 lt_prog_compiler_wl='-Wl,'
9424 if test "$host_cpu" = ia64; then
9425 # AIX 5 now supports IA64 processor
9426 lt_prog_compiler_static='-Bstatic'
9427 else
9428 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9429 fi
9430 ;;
9431
9432 mingw* | cygwin* | pw32* | os2* | cegcc*)
9433 # This hack is so that the source file can tell whether it is being
9434 # built for inclusion in a dll (and should export symbols for example).
9435 lt_prog_compiler_pic='-DDLL_EXPORT'
9436 ;;
9437
9438 hpux9* | hpux10* | hpux11*)
9439 lt_prog_compiler_wl='-Wl,'
9440 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9441 # not for PA HP-UX.
9442 case $host_cpu in
9443 hppa*64*|ia64*)
9444 # +Z the default
9445 ;;
9446 *)
9447 lt_prog_compiler_pic='+Z'
9448 ;;
9449 esac
9450 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9451 lt_prog_compiler_static='${wl}-a ${wl}archive'
9452 ;;
9453
9454 irix5* | irix6* | nonstopux*)
9455 lt_prog_compiler_wl='-Wl,'
9456 # PIC (with -KPIC) is the default.
9457 lt_prog_compiler_static='-non_shared'
9458 ;;
9459
9460 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9461 case $cc_basename in
9462 # old Intel for x86_64 which still supported -KPIC.
9463 ecc*)
9464 lt_prog_compiler_wl='-Wl,'
9465 lt_prog_compiler_pic='-KPIC'
9466 lt_prog_compiler_static='-static'
9467 ;;
9468 # icc used to be incompatible with GCC.
9469 # ICC 10 doesn't accept -KPIC any more.
9470 icc* | ifort*)
9471 lt_prog_compiler_wl='-Wl,'
9472 lt_prog_compiler_pic='-fPIC'
9473 lt_prog_compiler_static='-static'
9474 ;;
9475 # Lahey Fortran 8.1.
9476 lf95*)
9477 lt_prog_compiler_wl='-Wl,'
9478 lt_prog_compiler_pic='--shared'
9479 lt_prog_compiler_static='--static'
9480 ;;
9481 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9482 # Portland Group compilers (*not* the Pentium gcc compiler,
9483 # which looks to be a dead project)
9484 lt_prog_compiler_wl='-Wl,'
9485 lt_prog_compiler_pic='-fpic'
9486 lt_prog_compiler_static='-Bstatic'
9487 ;;
9488 ccc*)
9489 lt_prog_compiler_wl='-Wl,'
9490 # All Alpha code is PIC.
9491 lt_prog_compiler_static='-non_shared'
9492 ;;
9493 xl* | bgxl* | bgf* | mpixl*)
9494 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9495 lt_prog_compiler_wl='-Wl,'
9496 lt_prog_compiler_pic='-qpic'
9497 lt_prog_compiler_static='-qstaticlink'
9498 ;;
9499 *)
9500 case `$CC -V 2>&1 | sed 5q` in
9501 *Sun\ F* | *Sun*Fortran*)
9502 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9503 lt_prog_compiler_pic='-KPIC'
9504 lt_prog_compiler_static='-Bstatic'
9505 lt_prog_compiler_wl=''
9506 ;;
9507 *Sun\ C*)
9508 # Sun C 5.9
9509 lt_prog_compiler_pic='-KPIC'
9510 lt_prog_compiler_static='-Bstatic'
9511 lt_prog_compiler_wl='-Wl,'
9512 ;;
9513 esac
9514 ;;
9515 esac
9516 ;;
9517
9518 newsos6)
9519 lt_prog_compiler_pic='-KPIC'
9520 lt_prog_compiler_static='-Bstatic'
9521 ;;
9522
9523 *nto* | *qnx*)
9524 # QNX uses GNU C++, but need to define -shared option too, otherwise
9525 # it will coredump.
9526 lt_prog_compiler_pic='-fPIC -shared'
9527 ;;
9528
9529 osf3* | osf4* | osf5*)
9530 lt_prog_compiler_wl='-Wl,'
9531 # All OSF/1 code is PIC.
9532 lt_prog_compiler_static='-non_shared'
9533 ;;
9534
9535 rdos*)
9536 lt_prog_compiler_static='-non_shared'
9537 ;;
f0569246 9538
6bb11ab3
L
9539 solaris*)
9540 lt_prog_compiler_pic='-KPIC'
9541 lt_prog_compiler_static='-Bstatic'
9542 case $cc_basename in
9543 f77* | f90* | f95*)
9544 lt_prog_compiler_wl='-Qoption ld ';;
9545 *)
9546 lt_prog_compiler_wl='-Wl,';;
9547 esac
9548 ;;
f0569246 9549
6bb11ab3
L
9550 sunos4*)
9551 lt_prog_compiler_wl='-Qoption ld '
9552 lt_prog_compiler_pic='-PIC'
9553 lt_prog_compiler_static='-Bstatic'
9554 ;;
f0569246 9555
6bb11ab3
L
9556 sysv4 | sysv4.2uw2* | sysv4.3*)
9557 lt_prog_compiler_wl='-Wl,'
9558 lt_prog_compiler_pic='-KPIC'
9559 lt_prog_compiler_static='-Bstatic'
9560 ;;
9561
9562 sysv4*MP*)
9563 if test -d /usr/nec ;then
9564 lt_prog_compiler_pic='-Kconform_pic'
9565 lt_prog_compiler_static='-Bstatic'
9566 fi
9567 ;;
9568
9569 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9570 lt_prog_compiler_wl='-Wl,'
9571 lt_prog_compiler_pic='-KPIC'
9572 lt_prog_compiler_static='-Bstatic'
9573 ;;
9574
9575 unicos*)
9576 lt_prog_compiler_wl='-Wl,'
9577 lt_prog_compiler_can_build_shared=no
9578 ;;
9579
9580 uts4*)
9581 lt_prog_compiler_pic='-pic'
9582 lt_prog_compiler_static='-Bstatic'
9583 ;;
9584
9585 *)
9586 lt_prog_compiler_can_build_shared=no
9587 ;;
9588 esac
9589 fi
9590
9591case $host_os in
9592 # For platforms which do not support PIC, -DPIC is meaningless:
9593 *djgpp*)
9594 lt_prog_compiler_pic=
9595 ;;
9596 *)
9597 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9598 ;;
81ecdfbb 9599esac
6bb11ab3
L
9600{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9601$as_echo "$lt_prog_compiler_pic" >&6; }
9602
9603
9604
9605
9606
9607
9608#
9609# Check to make sure the PIC flag actually works.
9610#
9611if test -n "$lt_prog_compiler_pic"; then
9612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9613$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9614if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9615 $as_echo_n "(cached) " >&6
b7026657 9616else
6bb11ab3
L
9617 lt_cv_prog_compiler_pic_works=no
9618 ac_outfile=conftest.$ac_objext
9619 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9620 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9621 # Insert the option either (1) after the last *FLAGS variable, or
9622 # (2) before a word containing "conftest.", or (3) at the end.
9623 # Note that $ac_compile itself does not contain backslashes and begins
9624 # with a dollar sign (not a hyphen), so the echo should work correctly.
9625 # The option is referenced via a variable to avoid confusing sed.
9626 lt_compile=`echo "$ac_compile" | $SED \
9627 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9628 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9629 -e 's:$: $lt_compiler_flag:'`
9630 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9631 (eval "$lt_compile" 2>conftest.err)
9632 ac_status=$?
9633 cat conftest.err >&5
9634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9635 if (exit $ac_status) && test -s "$ac_outfile"; then
9636 # The compiler can only warn and ignore the option if not recognized
9637 # So say no if there are warnings other than the usual output.
9638 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9639 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9640 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9641 lt_cv_prog_compiler_pic_works=yes
9642 fi
9643 fi
9644 $RM conftest*
b7026657 9645
b7026657 9646fi
6bb11ab3
L
9647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9648$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9649
9650if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9651 case $lt_prog_compiler_pic in
9652 "" | " "*) ;;
9653 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9654 esac
9655else
9656 lt_prog_compiler_pic=
9657 lt_prog_compiler_can_build_shared=no
f0569246 9658fi
6bb11ab3
L
9659
9660fi
9661
9662
9663
9664
9665
9666
9667#
9668# Check to make sure the static flag actually works.
9669#
9670wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9672$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9673if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9674 $as_echo_n "(cached) " >&6
f0569246 9675else
6bb11ab3
L
9676 lt_cv_prog_compiler_static_works=no
9677 save_LDFLAGS="$LDFLAGS"
9678 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9679 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9680 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9681 # The linker can only warn and ignore the option if not recognized
9682 # So say no if there are warnings
9683 if test -s conftest.err; then
9684 # Append any errors to the config.log.
9685 cat conftest.err 1>&5
9686 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9687 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9688 if diff conftest.exp conftest.er2 >/dev/null; then
9689 lt_cv_prog_compiler_static_works=yes
9690 fi
9691 else
9692 lt_cv_prog_compiler_static_works=yes
9693 fi
9694 fi
9695 $RM -r conftest*
9696 LDFLAGS="$save_LDFLAGS"
f0569246 9697
6bb11ab3
L
9698fi
9699{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9700$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 9701
6bb11ab3
L
9702if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9703 :
f0569246 9704else
6bb11ab3 9705 lt_prog_compiler_static=
f0569246 9706fi
b7026657 9707
6bb11ab3
L
9708
9709
9710
9711
9712
9713
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9715$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9716if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9717 $as_echo_n "(cached) " >&6
81ecdfbb 9718else
6bb11ab3
L
9719 lt_cv_prog_compiler_c_o=no
9720 $RM -r conftest 2>/dev/null
9721 mkdir conftest
9722 cd conftest
9723 mkdir out
9724 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9725
9726 lt_compiler_flag="-o out/conftest2.$ac_objext"
9727 # Insert the option either (1) after the last *FLAGS variable, or
9728 # (2) before a word containing "conftest.", or (3) at the end.
9729 # Note that $ac_compile itself does not contain backslashes and begins
9730 # with a dollar sign (not a hyphen), so the echo should work correctly.
9731 lt_compile=`echo "$ac_compile" | $SED \
9732 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9733 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9734 -e 's:$: $lt_compiler_flag:'`
9735 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9736 (eval "$lt_compile" 2>out/conftest.err)
9737 ac_status=$?
9738 cat out/conftest.err >&5
9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9740 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9741 then
9742 # The compiler can only warn and ignore the option if not recognized
9743 # So say no if there are warnings
9744 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9745 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9746 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9747 lt_cv_prog_compiler_c_o=yes
9748 fi
9749 fi
9750 chmod u+w . 2>&5
9751 $RM conftest*
9752 # SGI C++ compiler will create directory out/ii_files/ for
9753 # template instantiation
9754 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9755 $RM out/* && rmdir out
9756 cd ..
9757 $RM -r conftest
9758 $RM conftest*
9759
81ecdfbb 9760fi
6bb11ab3
L
9761{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9762$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9763
9764
9765
9766
9767
9768
9769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9770$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9771if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
9772 $as_echo_n "(cached) " >&6
9773else
6bb11ab3
L
9774 lt_cv_prog_compiler_c_o=no
9775 $RM -r conftest 2>/dev/null
9776 mkdir conftest
9777 cd conftest
9778 mkdir out
9779 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9780
9781 lt_compiler_flag="-o out/conftest2.$ac_objext"
9782 # Insert the option either (1) after the last *FLAGS variable, or
9783 # (2) before a word containing "conftest.", or (3) at the end.
9784 # Note that $ac_compile itself does not contain backslashes and begins
9785 # with a dollar sign (not a hyphen), so the echo should work correctly.
9786 lt_compile=`echo "$ac_compile" | $SED \
9787 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9788 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9789 -e 's:$: $lt_compiler_flag:'`
9790 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9791 (eval "$lt_compile" 2>out/conftest.err)
9792 ac_status=$?
9793 cat out/conftest.err >&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9796 then
9797 # The compiler can only warn and ignore the option if not recognized
9798 # So say no if there are warnings
9799 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9800 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9801 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9802 lt_cv_prog_compiler_c_o=yes
9803 fi
9804 fi
9805 chmod u+w . 2>&5
9806 $RM conftest*
9807 # SGI C++ compiler will create directory out/ii_files/ for
9808 # template instantiation
9809 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9810 $RM out/* && rmdir out
9811 cd ..
9812 $RM -r conftest
9813 $RM conftest*
9814
9815fi
9816{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9817$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9818
9819
9820
9821
9822hard_links="nottested"
9823if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9824 # do not overwrite the value of need_locks provided by the user
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9826$as_echo_n "checking if we can lock with hard links... " >&6; }
9827 hard_links=yes
9828 $RM conftest*
9829 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9830 touch conftest.a
9831 ln conftest.a conftest.b 2>&5 || hard_links=no
9832 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9834$as_echo "$hard_links" >&6; }
9835 if test "$hard_links" = no; then
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9837$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9838 need_locks=warn
9839 fi
9840else
9841 need_locks=no
9842fi
9843
9844
9845
9846
9847
9848
9849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9850$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9851
9852 runpath_var=
9853 allow_undefined_flag=
9854 always_export_symbols=no
9855 archive_cmds=
9856 archive_expsym_cmds=
9857 compiler_needs_object=no
9858 enable_shared_with_static_runtimes=no
9859 export_dynamic_flag_spec=
9860 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9861 hardcode_automatic=no
9862 hardcode_direct=no
9863 hardcode_direct_absolute=no
9864 hardcode_libdir_flag_spec=
9865 hardcode_libdir_flag_spec_ld=
9866 hardcode_libdir_separator=
9867 hardcode_minus_L=no
9868 hardcode_shlibpath_var=unsupported
9869 inherit_rpath=no
9870 link_all_deplibs=unknown
9871 module_cmds=
9872 module_expsym_cmds=
9873 old_archive_from_new_cmds=
9874 old_archive_from_expsyms_cmds=
9875 thread_safe_flag_spec=
9876 whole_archive_flag_spec=
9877 # include_expsyms should be a list of space-separated symbols to be *always*
9878 # included in the symbol list
9879 include_expsyms=
9880 # exclude_expsyms can be an extended regexp of symbols to exclude
9881 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9882 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9883 # as well as any symbol that contains `d'.
9884 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9885 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9886 # platforms (ab)use it in PIC code, but their linkers get confused if
9887 # the symbol is explicitly referenced. Since portable code cannot
9888 # rely on this symbol name, it's probably fine to never include it in
9889 # preloaded symbol tables.
9890 # Exclude shared library initialization/finalization symbols.
9891 extract_expsyms_cmds=
9892
9893 case $host_os in
9894 cygwin* | mingw* | pw32* | cegcc*)
9895 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9896 # When not using gcc, we currently assume that we are using
9897 # Microsoft Visual C++.
9898 if test "$GCC" != yes; then
9899 with_gnu_ld=no
9900 fi
9901 ;;
9902 interix*)
9903 # we just hope/assume this is gcc and not c89 (= MSVC++)
9904 with_gnu_ld=yes
9905 ;;
9906 openbsd*)
9907 with_gnu_ld=no
9908 ;;
9909 esac
f0569246 9910
6bb11ab3
L
9911 ld_shlibs=yes
9912
9913 # On some targets, GNU ld is compatible enough with the native linker
9914 # that we're better off using the native interface for both.
9915 lt_use_gnu_ld_interface=no
9916 if test "$with_gnu_ld" = yes; then
9917 case $host_os in
9918 aix*)
9919 # The AIX port of GNU ld has always aspired to compatibility
9920 # with the native linker. However, as the warning in the GNU ld
9921 # block says, versions before 2.19.5* couldn't really create working
9922 # shared libraries, regardless of the interface used.
9923 case `$LD -v 2>&1` in
9924 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9925 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9926 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9927 *)
9928 lt_use_gnu_ld_interface=yes
9929 ;;
9930 esac
9931 ;;
9932 *)
9933 lt_use_gnu_ld_interface=yes
9934 ;;
9935 esac
9936 fi
f0569246 9937
6bb11ab3
L
9938 if test "$lt_use_gnu_ld_interface" = yes; then
9939 # If archive_cmds runs LD, not CC, wlarc should be empty
9940 wlarc='${wl}'
9941
9942 # Set some defaults for GNU ld with shared library support. These
9943 # are reset later if shared libraries are not supported. Putting them
9944 # here allows them to be overridden if necessary.
9945 runpath_var=LD_RUN_PATH
9946 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9947 export_dynamic_flag_spec='${wl}--export-dynamic'
9948 # ancient GNU ld didn't support --whole-archive et. al.
9949 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9950 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9951 else
9952 whole_archive_flag_spec=
9953 fi
9954 supports_anon_versioning=no
9955 case `$LD -v 2>&1` in
9956 *GNU\ gold*) supports_anon_versioning=yes ;;
9957 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9958 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9959 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9960 *\ 2.11.*) ;; # other 2.11 versions
9961 *) supports_anon_versioning=yes ;;
9962 esac
9963
9964 # See if GNU ld supports shared libraries.
9965 case $host_os in
9966 aix[3-9]*)
9967 # On AIX/PPC, the GNU linker is very broken
9968 if test "$host_cpu" != ia64; then
9969 ld_shlibs=no
9970 cat <<_LT_EOF 1>&2
9971
9972*** Warning: the GNU linker, at least up to release 2.19, is reported
9973*** to be unable to reliably create shared libraries on AIX.
9974*** Therefore, libtool is disabling shared libraries support. If you
9975*** really care for shared libraries, you may want to install binutils
9976*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9977*** You will then need to restart the configuration process.
9978
9979_LT_EOF
9980 fi
9981 ;;
9982
9983 amigaos*)
9984 case $host_cpu in
9985 powerpc)
9986 # see comment about AmigaOS4 .so support
9987 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9988 archive_expsym_cmds=''
9989 ;;
9990 m68k)
9991 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)'
9992 hardcode_libdir_flag_spec='-L$libdir'
9993 hardcode_minus_L=yes
9994 ;;
9995 esac
9996 ;;
9997
9998 beos*)
9999 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10000 allow_undefined_flag=unsupported
10001 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10002 # support --undefined. This deserves some investigation. FIXME
10003 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10004 else
10005 ld_shlibs=no
10006 fi
10007 ;;
10008
10009 cygwin* | mingw* | pw32* | cegcc*)
10010 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10011 # as there is no search path for DLLs.
10012 hardcode_libdir_flag_spec='-L$libdir'
10013 export_dynamic_flag_spec='${wl}--export-all-symbols'
10014 allow_undefined_flag=unsupported
10015 always_export_symbols=no
10016 enable_shared_with_static_runtimes=yes
10017 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10018
10019 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10020 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10021 # If the export-symbols file already is a .def file (1st line
10022 # is EXPORTS), use it as is; otherwise, prepend...
10023 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10024 cp $export_symbols $output_objdir/$soname.def;
10025 else
10026 echo EXPORTS > $output_objdir/$soname.def;
10027 cat $export_symbols >> $output_objdir/$soname.def;
10028 fi~
10029 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10030 else
10031 ld_shlibs=no
10032 fi
10033 ;;
10034
10035 haiku*)
10036 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10037 link_all_deplibs=yes
10038 ;;
10039
10040 interix[3-9]*)
10041 hardcode_direct=no
10042 hardcode_shlibpath_var=no
10043 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10044 export_dynamic_flag_spec='${wl}-E'
10045 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10046 # Instead, shared libraries are loaded at an image base (0x10000000 by
10047 # default) and relocated if they conflict, which is a slow very memory
10048 # consuming and fragmenting process. To avoid this, we pick a random,
10049 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10050 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10051 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10052 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'
10053 ;;
10054
10055 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10056 tmp_diet=no
10057 if test "$host_os" = linux-dietlibc; then
10058 case $cc_basename in
10059 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10060 esac
10061 fi
10062 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10063 && test "$tmp_diet" = no
10064 then
10065 tmp_addflag=
10066 tmp_sharedflag='-shared'
10067 case $cc_basename,$host_cpu in
10068 pgcc*) # Portland Group C compiler
10069 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'
10070 tmp_addflag=' $pic_flag'
10071 ;;
10072 pgf77* | pgf90* | pgf95* | pgfortran*)
10073 # Portland Group f77 and f90 compilers
10074 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'
10075 tmp_addflag=' $pic_flag -Mnomain' ;;
10076 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10077 tmp_addflag=' -i_dynamic' ;;
10078 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10079 tmp_addflag=' -i_dynamic -nofor_main' ;;
10080 ifc* | ifort*) # Intel Fortran compiler
10081 tmp_addflag=' -nofor_main' ;;
10082 lf95*) # Lahey Fortran 8.1
10083 whole_archive_flag_spec=
10084 tmp_sharedflag='--shared' ;;
10085 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10086 tmp_sharedflag='-qmkshrobj'
10087 tmp_addflag= ;;
10088 nvcc*) # Cuda Compiler Driver 2.2
10089 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'
10090 compiler_needs_object=yes
10091 ;;
10092 esac
10093 case `$CC -V 2>&1 | sed 5q` in
10094 *Sun\ C*) # Sun C 5.9
10095 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'
10096 compiler_needs_object=yes
10097 tmp_sharedflag='-G' ;;
10098 *Sun\ F*) # Sun Fortran 8.3
10099 tmp_sharedflag='-G' ;;
10100 esac
10101 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10102
10103 if test "x$supports_anon_versioning" = xyes; then
10104 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10105 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10106 echo "local: *; };" >> $output_objdir/$libname.ver~
10107 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10108 fi
10109
10110 case $cc_basename in
10111 xlf* | bgf* | bgxlf* | mpixlf*)
10112 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10113 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10114 hardcode_libdir_flag_spec=
10115 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10116 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10117 if test "x$supports_anon_versioning" = xyes; then
10118 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10119 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10120 echo "local: *; };" >> $output_objdir/$libname.ver~
10121 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10122 fi
10123 ;;
10124 esac
10125 else
10126 ld_shlibs=no
10127 fi
10128 ;;
10129
10130 netbsd*)
10131 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10132 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10133 wlarc=
10134 else
10135 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10136 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10137 fi
10138 ;;
10139
10140 solaris*)
10141 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10142 ld_shlibs=no
10143 cat <<_LT_EOF 1>&2
10144
10145*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10146*** create shared libraries on Solaris systems. Therefore, libtool
10147*** is disabling shared libraries support. We urge you to upgrade GNU
10148*** binutils to release 2.9.1 or newer. Another option is to modify
10149*** your PATH or compiler configuration so that the native linker is
10150*** used, and then restart.
10151
10152_LT_EOF
10153 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10154 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10155 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10156 else
10157 ld_shlibs=no
10158 fi
10159 ;;
10160
10161 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10162 case `$LD -v 2>&1` in
10163 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10164 ld_shlibs=no
10165 cat <<_LT_EOF 1>&2
10166
10167*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10168*** reliably create shared libraries on SCO systems. Therefore, libtool
10169*** is disabling shared libraries support. We urge you to upgrade GNU
10170*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10171*** your PATH or compiler configuration so that the native linker is
10172*** used, and then restart.
10173
10174_LT_EOF
10175 ;;
10176 *)
10177 # For security reasons, it is highly recommended that you always
10178 # use absolute paths for naming shared libraries, and exclude the
10179 # DT_RUNPATH tag from executables and libraries. But doing so
10180 # requires that you compile everything twice, which is a pain.
10181 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10182 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10183 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10184 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10185 else
10186 ld_shlibs=no
10187 fi
10188 ;;
10189 esac
10190 ;;
10191
10192 sunos4*)
10193 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10194 wlarc=
10195 hardcode_direct=yes
10196 hardcode_shlibpath_var=no
10197 ;;
10198
10199 *)
10200 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10201 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10202 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10203 else
10204 ld_shlibs=no
10205 fi
10206 ;;
10207 esac
10208
10209 if test "$ld_shlibs" = no; then
10210 runpath_var=
10211 hardcode_libdir_flag_spec=
10212 export_dynamic_flag_spec=
10213 whole_archive_flag_spec=
10214 fi
10215 else
10216 # PORTME fill in a description of your system's linker (not GNU ld)
10217 case $host_os in
10218 aix3*)
10219 allow_undefined_flag=unsupported
10220 always_export_symbols=yes
10221 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'
10222 # Note: this linker hardcodes the directories in LIBPATH if there
10223 # are no directories specified by -L.
10224 hardcode_minus_L=yes
10225 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10226 # Neither direct hardcoding nor static linking is supported with a
10227 # broken collect2.
10228 hardcode_direct=unsupported
10229 fi
10230 ;;
10231
10232 aix[4-9]*)
10233 if test "$host_cpu" = ia64; then
10234 # On IA64, the linker does run time linking by default, so we don't
10235 # have to do anything special.
10236 aix_use_runtimelinking=no
10237 exp_sym_flag='-Bexport'
10238 no_entry_flag=""
10239 else
10240 # If we're using GNU nm, then we don't want the "-C" option.
10241 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10242 # Also, AIX nm treats weak defined symbols like other global
10243 # defined symbols, whereas GNU nm marks them as "W".
10244 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10245 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'
10246 else
10247 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10248 fi
10249 aix_use_runtimelinking=no
10250
10251 # Test if we are trying to use run time linking or normal
10252 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10253 # need to do runtime linking.
10254 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10255 for ld_flag in $LDFLAGS; do
10256 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10257 aix_use_runtimelinking=yes
10258 break
10259 fi
10260 done
10261 ;;
10262 esac
10263
10264 exp_sym_flag='-bexport'
10265 no_entry_flag='-bnoentry'
10266 fi
10267
10268 # When large executables or shared objects are built, AIX ld can
10269 # have problems creating the table of contents. If linking a library
10270 # or program results in "error TOC overflow" add -mminimal-toc to
10271 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10272 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10273
10274 archive_cmds=''
10275 hardcode_direct=yes
10276 hardcode_direct_absolute=yes
10277 hardcode_libdir_separator=':'
10278 link_all_deplibs=yes
10279 file_list_spec='${wl}-f,'
10280
10281 if test "$GCC" = yes; then
10282 case $host_os in aix4.[012]|aix4.[012].*)
10283 # We only want to do this on AIX 4.2 and lower, the check
10284 # below for broken collect2 doesn't work under 4.3+
10285 collect2name=`${CC} -print-prog-name=collect2`
10286 if test -f "$collect2name" &&
10287 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10288 then
10289 # We have reworked collect2
10290 :
10291 else
10292 # We have old collect2
10293 hardcode_direct=unsupported
10294 # It fails to find uninstalled libraries when the uninstalled
10295 # path is not listed in the libpath. Setting hardcode_minus_L
10296 # to unsupported forces relinking
10297 hardcode_minus_L=yes
10298 hardcode_libdir_flag_spec='-L$libdir'
10299 hardcode_libdir_separator=
10300 fi
10301 ;;
10302 esac
10303 shared_flag='-shared'
10304 if test "$aix_use_runtimelinking" = yes; then
10305 shared_flag="$shared_flag "'${wl}-G'
10306 fi
10307 else
10308 # not using gcc
10309 if test "$host_cpu" = ia64; then
10310 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10311 # chokes on -Wl,-G. The following line is correct:
10312 shared_flag='-G'
10313 else
10314 if test "$aix_use_runtimelinking" = yes; then
10315 shared_flag='${wl}-G'
10316 else
10317 shared_flag='${wl}-bM:SRE'
10318 fi
10319 fi
10320 fi
10321
10322 export_dynamic_flag_spec='${wl}-bexpall'
10323 # It seems that -bexpall does not export symbols beginning with
10324 # underscore (_), so it is better to generate a list of symbols to export.
10325 always_export_symbols=yes
10326 if test "$aix_use_runtimelinking" = yes; then
10327 # Warning - without using the other runtime loading flags (-brtl),
10328 # -berok will link without error, but may produce a broken library.
10329 allow_undefined_flag='-berok'
10330 # Determine the default libpath from the value encoded in an
10331 # empty executable.
10332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10333/* end confdefs.h. */
10334
10335int
10336main ()
10337{
10338
10339 ;
10340 return 0;
10341}
10342_ACEOF
6bb11ab3 10343if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 10344
6bb11ab3
L
10345lt_aix_libpath_sed='
10346 /Import File Strings/,/^$/ {
10347 /^0/ {
10348 s/^0 *\(.*\)$/\1/
10349 p
10350 }
10351 }'
10352aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10353# Check for a 64-bit object if we didn't find anything.
10354if test -z "$aix_libpath"; then
10355 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10356fi
10357fi
10358rm -f core conftest.err conftest.$ac_objext \
10359 conftest$ac_exeext conftest.$ac_ext
10360if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10361
10362 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10363 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"
10364 else
10365 if test "$host_cpu" = ia64; then
10366 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10367 allow_undefined_flag="-z nodefs"
10368 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"
10369 else
10370 # Determine the default libpath from the value encoded in an
10371 # empty executable.
81ecdfbb
RW
10372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10373/* end confdefs.h. */
10374
10375int
10376main ()
10377{
b7026657 10378
81ecdfbb
RW
10379 ;
10380 return 0;
10381}
10382_ACEOF
6bb11ab3
L
10383if ac_fn_c_try_link "$LINENO"; then :
10384
10385lt_aix_libpath_sed='
10386 /Import File Strings/,/^$/ {
10387 /^0/ {
10388 s/^0 *\(.*\)$/\1/
10389 p
10390 }
10391 }'
10392aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10393# Check for a 64-bit object if we didn't find anything.
10394if test -z "$aix_libpath"; then
10395 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 10396fi
81ecdfbb 10397fi
6bb11ab3
L
10398rm -f core conftest.err conftest.$ac_objext \
10399 conftest$ac_exeext conftest.$ac_ext
10400if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10401
10402 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10403 # Warning - without using the other run time loading flags,
10404 # -berok will link without error, but may produce a broken library.
10405 no_undefined_flag=' ${wl}-bernotok'
10406 allow_undefined_flag=' ${wl}-berok'
10407 if test "$with_gnu_ld" = yes; then
10408 # We only use this code for GNU lds that support --whole-archive.
10409 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10410 else
10411 # Exported symbols can be pulled into shared objects from archives
10412 whole_archive_flag_spec='$convenience'
10413 fi
10414 archive_cmds_need_lc=yes
10415 # This is similar to how AIX traditionally builds its shared libraries.
10416 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'
10417 fi
10418 fi
10419 ;;
10420
10421 amigaos*)
10422 case $host_cpu in
10423 powerpc)
10424 # see comment about AmigaOS4 .so support
10425 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10426 archive_expsym_cmds=''
10427 ;;
10428 m68k)
10429 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)'
10430 hardcode_libdir_flag_spec='-L$libdir'
10431 hardcode_minus_L=yes
10432 ;;
10433 esac
10434 ;;
10435
10436 bsdi[45]*)
10437 export_dynamic_flag_spec=-rdynamic
10438 ;;
10439
10440 cygwin* | mingw* | pw32* | cegcc*)
10441 # When not using gcc, we currently assume that we are using
10442 # Microsoft Visual C++.
10443 # hardcode_libdir_flag_spec is actually meaningless, as there is
10444 # no search path for DLLs.
10445 hardcode_libdir_flag_spec=' '
10446 allow_undefined_flag=unsupported
10447 # Tell ltmain to make .lib files, not .a files.
10448 libext=lib
10449 # Tell ltmain to make .dll files, not .so files.
10450 shrext_cmds=".dll"
10451 # FIXME: Setting linknames here is a bad hack.
10452 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10453 # The linker will automatically build a .lib file if we build a DLL.
10454 old_archive_from_new_cmds='true'
10455 # FIXME: Should let the user specify the lib program.
10456 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10457 fix_srcfile_path='`cygpath -w "$srcfile"`'
10458 enable_shared_with_static_runtimes=yes
10459 ;;
10460
10461 darwin* | rhapsody*)
10462
10463
10464 archive_cmds_need_lc=no
10465 hardcode_direct=no
10466 hardcode_automatic=yes
10467 hardcode_shlibpath_var=unsupported
10468 if test "$lt_cv_ld_force_load" = "yes"; then
10469 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\"`'
f0569246 10470 else
6bb11ab3 10471 whole_archive_flag_spec=''
f0569246 10472 fi
6bb11ab3
L
10473 link_all_deplibs=yes
10474 allow_undefined_flag="$_lt_dar_allow_undefined"
10475 case $cc_basename in
10476 ifort*) _lt_dar_can_shared=yes ;;
10477 *) _lt_dar_can_shared=$GCC ;;
10478 esac
10479 if test "$_lt_dar_can_shared" = "yes"; then
10480 output_verbose_link_cmd=func_echo_all
10481 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10482 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10483 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}"
10484 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}"
10485
f0569246 10486 else
6bb11ab3 10487 ld_shlibs=no
f0569246 10488 fi
6bb11ab3
L
10489
10490 ;;
10491
10492 dgux*)
10493 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10494 hardcode_libdir_flag_spec='-L$libdir'
10495 hardcode_shlibpath_var=no
10496 ;;
10497
10498 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10499 # support. Future versions do this automatically, but an explicit c++rt0.o
10500 # does not break anything, and helps significantly (at the cost of a little
10501 # extra space).
10502 freebsd2.2*)
10503 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10504 hardcode_libdir_flag_spec='-R$libdir'
10505 hardcode_direct=yes
10506 hardcode_shlibpath_var=no
10507 ;;
10508
10509 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10510 freebsd2.*)
10511 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10512 hardcode_direct=yes
10513 hardcode_minus_L=yes
10514 hardcode_shlibpath_var=no
10515 ;;
10516
10517 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10518 freebsd* | dragonfly*)
10519 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10520 hardcode_libdir_flag_spec='-R$libdir'
10521 hardcode_direct=yes
10522 hardcode_shlibpath_var=no
10523 ;;
10524
10525 hpux9*)
10526 if test "$GCC" = yes; then
10527 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'
10528 else
10529 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'
10530 fi
10531 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10532 hardcode_libdir_separator=:
10533 hardcode_direct=yes
10534
10535 # hardcode_minus_L: Not really in the search PATH,
10536 # but as the default location of the library.
10537 hardcode_minus_L=yes
10538 export_dynamic_flag_spec='${wl}-E'
10539 ;;
10540
10541 hpux10*)
10542 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10543 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10544 else
10545 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10546 fi
10547 if test "$with_gnu_ld" = no; then
10548 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10549 hardcode_libdir_flag_spec_ld='+b $libdir'
10550 hardcode_libdir_separator=:
10551 hardcode_direct=yes
10552 hardcode_direct_absolute=yes
10553 export_dynamic_flag_spec='${wl}-E'
10554 # hardcode_minus_L: Not really in the search PATH,
10555 # but as the default location of the library.
10556 hardcode_minus_L=yes
10557 fi
10558 ;;
10559
10560 hpux11*)
10561 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10562 case $host_cpu in
10563 hppa*64*)
10564 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10565 ;;
10566 ia64*)
10567 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10568 ;;
10569 *)
10570 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10571 ;;
10572 esac
10573 else
10574 case $host_cpu in
10575 hppa*64*)
10576 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10577 ;;
10578 ia64*)
10579 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10580 ;;
10581 *)
10582
10583 # Older versions of the 11.00 compiler do not understand -b yet
10584 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10586$as_echo_n "checking if $CC understands -b... " >&6; }
10587if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10588 $as_echo_n "(cached) " >&6
f0569246 10589else
6bb11ab3
L
10590 lt_cv_prog_compiler__b=no
10591 save_LDFLAGS="$LDFLAGS"
10592 LDFLAGS="$LDFLAGS -b"
10593 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10594 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10595 # The linker can only warn and ignore the option if not recognized
10596 # So say no if there are warnings
10597 if test -s conftest.err; then
10598 # Append any errors to the config.log.
10599 cat conftest.err 1>&5
10600 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10601 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10602 if diff conftest.exp conftest.er2 >/dev/null; then
10603 lt_cv_prog_compiler__b=yes
10604 fi
10605 else
10606 lt_cv_prog_compiler__b=yes
10607 fi
10608 fi
10609 $RM -r conftest*
10610 LDFLAGS="$save_LDFLAGS"
f0569246 10611
6bb11ab3
L
10612fi
10613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10614$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 10615
6bb11ab3
L
10616if test x"$lt_cv_prog_compiler__b" = xyes; then
10617 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10618else
10619 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10620fi
81ecdfbb 10621
6bb11ab3
L
10622 ;;
10623 esac
10624 fi
10625 if test "$with_gnu_ld" = no; then
10626 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10627 hardcode_libdir_separator=:
10628
10629 case $host_cpu in
10630 hppa*64*|ia64*)
10631 hardcode_direct=no
10632 hardcode_shlibpath_var=no
10633 ;;
10634 *)
10635 hardcode_direct=yes
10636 hardcode_direct_absolute=yes
10637 export_dynamic_flag_spec='${wl}-E'
10638
10639 # hardcode_minus_L: Not really in the search PATH,
10640 # but as the default location of the library.
10641 hardcode_minus_L=yes
10642 ;;
10643 esac
10644 fi
10645 ;;
10646
10647 irix5* | irix6* | nonstopux*)
10648 if test "$GCC" = yes; then
10649 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'
10650 # Try to use the -exported_symbol ld option, if it does not
10651 # work, assume that -exports_file does not work either and
10652 # implicitly export all symbols.
10653 save_LDFLAGS="$LDFLAGS"
10654 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10656/* end confdefs.h. */
10657int foo(void) {}
b7026657 10658_ACEOF
6bb11ab3
L
10659if ac_fn_c_try_link "$LINENO"; then :
10660 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'
c906108c 10661
f0569246 10662fi
6bb11ab3
L
10663rm -f core conftest.err conftest.$ac_objext \
10664 conftest$ac_exeext conftest.$ac_ext
10665 LDFLAGS="$save_LDFLAGS"
10666 else
10667 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'
10668 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'
10669 fi
10670 archive_cmds_need_lc='no'
10671 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10672 hardcode_libdir_separator=:
10673 inherit_rpath=yes
10674 link_all_deplibs=yes
10675 ;;
10676
10677 netbsd*)
10678 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10679 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10680 else
10681 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10682 fi
10683 hardcode_libdir_flag_spec='-R$libdir'
10684 hardcode_direct=yes
10685 hardcode_shlibpath_var=no
10686 ;;
10687
10688 newsos6)
10689 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10690 hardcode_direct=yes
10691 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10692 hardcode_libdir_separator=:
10693 hardcode_shlibpath_var=no
10694 ;;
10695
10696 *nto* | *qnx*)
10697 ;;
10698
10699 openbsd*)
10700 if test -f /usr/libexec/ld.so; then
10701 hardcode_direct=yes
10702 hardcode_shlibpath_var=no
10703 hardcode_direct_absolute=yes
10704 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10705 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10706 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10707 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10708 export_dynamic_flag_spec='${wl}-E'
10709 else
10710 case $host_os in
10711 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10712 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10713 hardcode_libdir_flag_spec='-R$libdir'
10714 ;;
10715 *)
10716 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10717 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10718 ;;
10719 esac
10720 fi
10721 else
10722 ld_shlibs=no
10723 fi
10724 ;;
10725
10726 os2*)
10727 hardcode_libdir_flag_spec='-L$libdir'
10728 hardcode_minus_L=yes
10729 allow_undefined_flag=unsupported
10730 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'
10731 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10732 ;;
10733
10734 osf3*)
10735 if test "$GCC" = yes; then
10736 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10737 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'
10738 else
10739 allow_undefined_flag=' -expect_unresolved \*'
10740 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'
10741 fi
10742 archive_cmds_need_lc='no'
10743 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10744 hardcode_libdir_separator=:
10745 ;;
10746
10747 osf4* | osf5*) # as osf3* with the addition of -msym flag
10748 if test "$GCC" = yes; then
10749 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10750 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'
10751 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10752 else
10753 allow_undefined_flag=' -expect_unresolved \*'
10754 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'
10755 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~
10756 $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'
10757
10758 # Both c and cxx compiler support -rpath directly
10759 hardcode_libdir_flag_spec='-rpath $libdir'
10760 fi
10761 archive_cmds_need_lc='no'
10762 hardcode_libdir_separator=:
10763 ;;
10764
10765 solaris*)
10766 no_undefined_flag=' -z defs'
10767 if test "$GCC" = yes; then
10768 wlarc='${wl}'
10769 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10770 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10771 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10772 else
10773 case `$CC -V 2>&1` in
10774 *"Compilers 5.0"*)
10775 wlarc=''
10776 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10777 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10778 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10779 ;;
10780 *)
10781 wlarc='${wl}'
10782 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10783 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10784 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10785 ;;
10786 esac
10787 fi
10788 hardcode_libdir_flag_spec='-R$libdir'
10789 hardcode_shlibpath_var=no
10790 case $host_os in
10791 solaris2.[0-5] | solaris2.[0-5].*) ;;
10792 *)
10793 # The compiler driver will combine and reorder linker options,
10794 # but understands `-z linker_flag'. GCC discards it without `$wl',
10795 # but is careful enough not to reorder.
10796 # Supported since Solaris 2.6 (maybe 2.5.1?)
10797 if test "$GCC" = yes; then
10798 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10799 else
10800 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10801 fi
10802 ;;
10803 esac
10804 link_all_deplibs=yes
10805 ;;
10806
10807 sunos4*)
10808 if test "x$host_vendor" = xsequent; then
10809 # Use $CC to link under sequent, because it throws in some extra .o
10810 # files that make .init and .fini sections work.
10811 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10812 else
10813 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10814 fi
10815 hardcode_libdir_flag_spec='-L$libdir'
10816 hardcode_direct=yes
10817 hardcode_minus_L=yes
10818 hardcode_shlibpath_var=no
10819 ;;
10820
10821 sysv4)
10822 case $host_vendor in
10823 sni)
10824 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10825 hardcode_direct=yes # is this really true???
10826 ;;
10827 siemens)
10828 ## LD is ld it makes a PLAMLIB
10829 ## CC just makes a GrossModule.
10830 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10831 reload_cmds='$CC -r -o $output$reload_objs'
10832 hardcode_direct=no
10833 ;;
10834 motorola)
10835 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10836 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10837 ;;
10838 esac
10839 runpath_var='LD_RUN_PATH'
10840 hardcode_shlibpath_var=no
10841 ;;
10842
10843 sysv4.3*)
10844 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10845 hardcode_shlibpath_var=no
10846 export_dynamic_flag_spec='-Bexport'
10847 ;;
10848
10849 sysv4*MP*)
10850 if test -d /usr/nec; then
10851 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10852 hardcode_shlibpath_var=no
10853 runpath_var=LD_RUN_PATH
10854 hardcode_runpath_var=yes
10855 ld_shlibs=yes
10856 fi
10857 ;;
10858
10859 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10860 no_undefined_flag='${wl}-z,text'
10861 archive_cmds_need_lc=no
10862 hardcode_shlibpath_var=no
10863 runpath_var='LD_RUN_PATH'
10864
10865 if test "$GCC" = yes; then
10866 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10867 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10868 else
10869 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10870 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10871 fi
10872 ;;
10873
10874 sysv5* | sco3.2v5* | sco5v6*)
10875 # Note: We can NOT use -z defs as we might desire, because we do not
10876 # link with -lc, and that would cause any symbols used from libc to
10877 # always be unresolved, which means just about no library would
10878 # ever link correctly. If we're not using GNU ld we use -z text
10879 # though, which does catch some bad symbols but isn't as heavy-handed
10880 # as -z defs.
10881 no_undefined_flag='${wl}-z,text'
10882 allow_undefined_flag='${wl}-z,nodefs'
10883 archive_cmds_need_lc=no
10884 hardcode_shlibpath_var=no
10885 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10886 hardcode_libdir_separator=':'
10887 link_all_deplibs=yes
10888 export_dynamic_flag_spec='${wl}-Bexport'
10889 runpath_var='LD_RUN_PATH'
10890
10891 if test "$GCC" = yes; then
10892 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10893 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10894 else
10895 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10896 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10897 fi
10898 ;;
10899
10900 uts4*)
10901 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10902 hardcode_libdir_flag_spec='-L$libdir'
10903 hardcode_shlibpath_var=no
10904 ;;
10905
10906 *)
10907 ld_shlibs=no
10908 ;;
10909 esac
10910
10911 if test x$host_vendor = xsni; then
10912 case $host in
10913 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10914 export_dynamic_flag_spec='${wl}-Blargedynsym'
10915 ;;
10916 esac
10917 fi
10918 fi
10919
10920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10921$as_echo "$ld_shlibs" >&6; }
10922test "$ld_shlibs" = no && can_build_shared=no
10923
10924with_gnu_ld=$with_gnu_ld
10925
10926
10927
10928
b7026657 10929
f0569246 10930
f0569246 10931
6ffe910a 10932
6ffe910a
MF
10933
10934
6ffe910a 10935
f0569246 10936
f0569246 10937
c906108c 10938
6bb11ab3
L
10939
10940#
10941# Do we need to explicitly link libc?
10942#
10943case "x$archive_cmds_need_lc" in
10944x|xyes)
10945 # Assume -lc should be added
10946 archive_cmds_need_lc=yes
10947
10948 if test "$enable_shared" = yes && test "$GCC" = yes; then
10949 case $archive_cmds in
10950 *'~'*)
10951 # FIXME: we may have to deal with multi-command sequences.
10952 ;;
10953 '$CC '*)
10954 # Test whether the compiler implicitly links with -lc since on some
10955 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10956 # to ld, don't add -lc before -lgcc.
10957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10958$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10959if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 10960 $as_echo_n "(cached) " >&6
f0569246 10961else
6bb11ab3
L
10962 $RM conftest*
10963 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10964
10965 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10966 (eval $ac_compile) 2>&5
10967 ac_status=$?
10968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10969 test $ac_status = 0; } 2>conftest.err; then
10970 soname=conftest
10971 lib=conftest
10972 libobjs=conftest.$ac_objext
10973 deplibs=
10974 wl=$lt_prog_compiler_wl
10975 pic_flag=$lt_prog_compiler_pic
10976 compiler_flags=-v
10977 linker_flags=-v
10978 verstring=
10979 output_objdir=.
10980 libname=conftest
10981 lt_save_allow_undefined_flag=$allow_undefined_flag
10982 allow_undefined_flag=
10983 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10984 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10985 ac_status=$?
10986 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10987 test $ac_status = 0; }
10988 then
10989 lt_cv_archive_cmds_need_lc=no
10990 else
10991 lt_cv_archive_cmds_need_lc=yes
10992 fi
10993 allow_undefined_flag=$lt_save_allow_undefined_flag
10994 else
10995 cat conftest.err 1>&5
10996 fi
10997 $RM conftest*
c906108c 10998
6ffe910a 10999fi
6bb11ab3
L
11000{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11001$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11002 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11003 ;;
11004 esac
11005 fi
11006 ;;
6ffe910a 11007esac
c906108c 11008
c906108c 11009
6ffe910a 11010
c906108c 11011
81ecdfbb 11012
35695fd6 11013
35695fd6 11014
35695fd6 11015
f0569246 11016
c906108c 11017
f0569246 11018
b7026657 11019
f0569246 11020
c906108c 11021
81ecdfbb 11022
b7026657 11023
f0569246
AC
11024
11025
81ecdfbb 11026
81ecdfbb 11027
81ecdfbb
RW
11028
11029
81ecdfbb 11030
81ecdfbb 11031
f0569246
AC
11032
11033
c906108c 11034
f0569246 11035
c906108c 11036
c906108c 11037
81ecdfbb 11038
b7026657 11039
c906108c 11040
f0569246 11041
81ecdfbb 11042
f0569246 11043
c906108c 11044
c906108c 11045
b7026657 11046
81ecdfbb 11047
b7026657 11048
c906108c 11049
c906108c 11050
b7026657
AC
11051
11052
b7026657
AC
11053
11054
6ffe910a 11055
2232061b
MF
11056
11057
2232061b 11058
2232061b
MF
11059
11060
2232061b
MF
11061
11062
2232061b 11063
2232061b
MF
11064
11065
6bb11ab3
L
11066
11067
11068
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081
11082
11083
11084
11085
11086
11087
11088
11089
11090
11091
11092
11093
11094
11095
11096
11097
11098
11099
11100
11101
11102
11103
11104
11105
11106
11107
11108
11109
11110
11111
11112
11113
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11166$as_echo_n "checking dynamic linker characteristics... " >&6; }
11167
11168if test "$GCC" = yes; then
11169 case $host_os in
11170 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11171 *) lt_awk_arg="/^libraries:/" ;;
11172 esac
11173 case $host_os in
11174 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11175 *) lt_sed_strip_eq="s,=/,/,g" ;;
11176 esac
11177 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11178 case $lt_search_path_spec in
11179 *\;*)
11180 # if the path contains ";" then we assume it to be the separator
11181 # otherwise default to the standard path separator (i.e. ":") - it is
11182 # assumed that no part of a normal pathname contains ";" but that should
11183 # okay in the real world where ";" in dirpaths is itself problematic.
11184 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11185 ;;
11186 *)
11187 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11188 ;;
11189 esac
11190 # Ok, now we have the path, separated by spaces, we can step through it
11191 # and add multilib dir if necessary.
11192 lt_tmp_lt_search_path_spec=
11193 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11194 for lt_sys_path in $lt_search_path_spec; do
11195 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11196 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11197 else
11198 test -d "$lt_sys_path" && \
11199 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11200 fi
11201 done
11202 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11203BEGIN {RS=" "; FS="/|\n";} {
11204 lt_foo="";
11205 lt_count=0;
11206 for (lt_i = NF; lt_i > 0; lt_i--) {
11207 if ($lt_i != "" && $lt_i != ".") {
11208 if ($lt_i == "..") {
11209 lt_count++;
11210 } else {
11211 if (lt_count == 0) {
11212 lt_foo="/" $lt_i lt_foo;
11213 } else {
11214 lt_count--;
11215 }
11216 }
11217 }
11218 }
11219 if (lt_foo != "") { lt_freq[lt_foo]++; }
11220 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11221}'`
11222 # AWK program above erroneously prepends '/' to C:/dos/paths
11223 # for these hosts.
11224 case $host_os in
11225 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11226 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11227 esac
11228 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11229else
11230 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11231fi
11232library_names_spec=
11233libname_spec='lib$name'
11234soname_spec=
11235shrext_cmds=".so"
11236postinstall_cmds=
11237postuninstall_cmds=
11238finish_cmds=
11239finish_eval=
11240shlibpath_var=
11241shlibpath_overrides_runpath=unknown
11242version_type=none
11243dynamic_linker="$host_os ld.so"
11244sys_lib_dlsearch_path_spec="/lib /usr/lib"
11245need_lib_prefix=unknown
11246hardcode_into_libs=no
11247
11248# when you set need_version to no, make sure it does not cause -set_version
11249# flags to be left without arguments
11250need_version=unknown
11251
11252case $host_os in
11253aix3*)
11254 version_type=linux
11255 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11256 shlibpath_var=LIBPATH
11257
11258 # AIX 3 has no versioning support, so we append a major version to the name.
11259 soname_spec='${libname}${release}${shared_ext}$major'
11260 ;;
11261
11262aix[4-9]*)
11263 version_type=linux
11264 need_lib_prefix=no
11265 need_version=no
11266 hardcode_into_libs=yes
11267 if test "$host_cpu" = ia64; then
11268 # AIX 5 supports IA64
11269 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11270 shlibpath_var=LD_LIBRARY_PATH
11271 else
11272 # With GCC up to 2.95.x, collect2 would create an import file
11273 # for dependence libraries. The import file would start with
11274 # the line `#! .'. This would cause the generated library to
11275 # depend on `.', always an invalid library. This was fixed in
11276 # development snapshots of GCC prior to 3.0.
11277 case $host_os in
11278 aix4 | aix4.[01] | aix4.[01].*)
11279 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11280 echo ' yes '
11281 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11282 :
11283 else
11284 can_build_shared=no
11285 fi
11286 ;;
11287 esac
11288 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11289 # soname into executable. Probably we can add versioning support to
11290 # collect2, so additional links can be useful in future.
11291 if test "$aix_use_runtimelinking" = yes; then
11292 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11293 # instead of lib<name>.a to let people know that these are not
11294 # typical AIX shared libraries.
11295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11296 else
11297 # We preserve .a as extension for shared libraries through AIX4.2
11298 # and later when we are not doing run time linking.
11299 library_names_spec='${libname}${release}.a $libname.a'
11300 soname_spec='${libname}${release}${shared_ext}$major'
11301 fi
11302 shlibpath_var=LIBPATH
11303 fi
11304 ;;
11305
11306amigaos*)
11307 case $host_cpu in
11308 powerpc)
11309 # Since July 2007 AmigaOS4 officially supports .so libraries.
11310 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11312 ;;
11313 m68k)
11314 library_names_spec='$libname.ixlibrary $libname.a'
11315 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11316 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'
11317 ;;
11318 esac
11319 ;;
11320
11321beos*)
11322 library_names_spec='${libname}${shared_ext}'
11323 dynamic_linker="$host_os ld.so"
11324 shlibpath_var=LIBRARY_PATH
11325 ;;
11326
11327bsdi[45]*)
11328 version_type=linux
11329 need_version=no
11330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11331 soname_spec='${libname}${release}${shared_ext}$major'
11332 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11333 shlibpath_var=LD_LIBRARY_PATH
11334 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11335 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11336 # the default ld.so.conf also contains /usr/contrib/lib and
11337 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11338 # libtool to hard-code these into programs
11339 ;;
11340
11341cygwin* | mingw* | pw32* | cegcc*)
11342 version_type=windows
11343 shrext_cmds=".dll"
11344 need_version=no
11345 need_lib_prefix=no
11346
11347 case $GCC,$host_os in
11348 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11349 library_names_spec='$libname.dll.a'
11350 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11351 postinstall_cmds='base_file=`basename \${file}`~
11352 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11353 dldir=$destdir/`dirname \$dlpath`~
11354 test -d \$dldir || mkdir -p \$dldir~
11355 $install_prog $dir/$dlname \$dldir/$dlname~
11356 chmod a+x \$dldir/$dlname~
11357 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11358 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11359 fi'
11360 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11361 dlpath=$dir/\$dldll~
11362 $RM \$dlpath'
11363 shlibpath_overrides_runpath=yes
11364
11365 case $host_os in
11366 cygwin*)
11367 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11368 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11369
11370 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11371 ;;
11372 mingw* | cegcc*)
11373 # MinGW DLLs use traditional 'lib' prefix
11374 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11375 ;;
11376 pw32*)
11377 # pw32 DLLs use 'pw' prefix rather than 'lib'
11378 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11379 ;;
11380 esac
11381 ;;
11382
11383 *)
11384 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11385 ;;
11386 esac
11387 dynamic_linker='Win32 ld.exe'
11388 # FIXME: first we should search . and the directory the executable is in
11389 shlibpath_var=PATH
11390 ;;
11391
11392darwin* | rhapsody*)
11393 dynamic_linker="$host_os dyld"
11394 version_type=darwin
11395 need_lib_prefix=no
11396 need_version=no
11397 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11398 soname_spec='${libname}${release}${major}$shared_ext'
11399 shlibpath_overrides_runpath=yes
11400 shlibpath_var=DYLD_LIBRARY_PATH
11401 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11402
11403 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11404 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11405 ;;
11406
11407dgux*)
11408 version_type=linux
11409 need_lib_prefix=no
11410 need_version=no
11411 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11412 soname_spec='${libname}${release}${shared_ext}$major'
11413 shlibpath_var=LD_LIBRARY_PATH
11414 ;;
11415
11416freebsd* | dragonfly*)
11417 # DragonFly does not have aout. When/if they implement a new
11418 # versioning mechanism, adjust this.
11419 if test -x /usr/bin/objformat; then
11420 objformat=`/usr/bin/objformat`
11421 else
11422 case $host_os in
11423 freebsd[23].*) objformat=aout ;;
11424 *) objformat=elf ;;
11425 esac
11426 fi
11427 version_type=freebsd-$objformat
11428 case $version_type in
11429 freebsd-elf*)
11430 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11431 need_version=no
11432 need_lib_prefix=no
11433 ;;
11434 freebsd-*)
11435 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11436 need_version=yes
11437 ;;
11438 esac
11439 shlibpath_var=LD_LIBRARY_PATH
11440 case $host_os in
11441 freebsd2.*)
11442 shlibpath_overrides_runpath=yes
11443 ;;
11444 freebsd3.[01]* | freebsdelf3.[01]*)
11445 shlibpath_overrides_runpath=yes
11446 hardcode_into_libs=yes
11447 ;;
11448 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11449 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11450 shlibpath_overrides_runpath=no
11451 hardcode_into_libs=yes
11452 ;;
11453 *) # from 4.6 on, and DragonFly
11454 shlibpath_overrides_runpath=yes
11455 hardcode_into_libs=yes
11456 ;;
11457 esac
11458 ;;
11459
11460gnu*)
11461 version_type=linux
11462 need_lib_prefix=no
11463 need_version=no
11464 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11465 soname_spec='${libname}${release}${shared_ext}$major'
11466 shlibpath_var=LD_LIBRARY_PATH
11467 hardcode_into_libs=yes
11468 ;;
11469
11470haiku*)
11471 version_type=linux
11472 need_lib_prefix=no
11473 need_version=no
11474 dynamic_linker="$host_os runtime_loader"
11475 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11476 soname_spec='${libname}${release}${shared_ext}$major'
11477 shlibpath_var=LIBRARY_PATH
11478 shlibpath_overrides_runpath=yes
11479 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11480 hardcode_into_libs=yes
11481 ;;
11482
11483hpux9* | hpux10* | hpux11*)
11484 # Give a soname corresponding to the major version so that dld.sl refuses to
11485 # link against other versions.
11486 version_type=sunos
11487 need_lib_prefix=no
11488 need_version=no
11489 case $host_cpu in
11490 ia64*)
11491 shrext_cmds='.so'
11492 hardcode_into_libs=yes
11493 dynamic_linker="$host_os dld.so"
11494 shlibpath_var=LD_LIBRARY_PATH
11495 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11496 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11497 soname_spec='${libname}${release}${shared_ext}$major'
11498 if test "X$HPUX_IA64_MODE" = X32; then
11499 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11500 else
11501 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11502 fi
11503 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11504 ;;
11505 hppa*64*)
11506 shrext_cmds='.sl'
11507 hardcode_into_libs=yes
11508 dynamic_linker="$host_os dld.sl"
11509 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11510 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11512 soname_spec='${libname}${release}${shared_ext}$major'
11513 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11514 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11515 ;;
11516 *)
11517 shrext_cmds='.sl'
11518 dynamic_linker="$host_os dld.sl"
11519 shlibpath_var=SHLIB_PATH
11520 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11522 soname_spec='${libname}${release}${shared_ext}$major'
11523 ;;
11524 esac
11525 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11526 postinstall_cmds='chmod 555 $lib'
11527 # or fails outright, so override atomically:
11528 install_override_mode=555
11529 ;;
11530
11531interix[3-9]*)
11532 version_type=linux
11533 need_lib_prefix=no
11534 need_version=no
11535 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11536 soname_spec='${libname}${release}${shared_ext}$major'
11537 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11538 shlibpath_var=LD_LIBRARY_PATH
11539 shlibpath_overrides_runpath=no
11540 hardcode_into_libs=yes
11541 ;;
11542
11543irix5* | irix6* | nonstopux*)
11544 case $host_os in
11545 nonstopux*) version_type=nonstopux ;;
11546 *)
11547 if test "$lt_cv_prog_gnu_ld" = yes; then
11548 version_type=linux
11549 else
11550 version_type=irix
11551 fi ;;
11552 esac
11553 need_lib_prefix=no
11554 need_version=no
11555 soname_spec='${libname}${release}${shared_ext}$major'
11556 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11557 case $host_os in
11558 irix5* | nonstopux*)
11559 libsuff= shlibsuff=
11560 ;;
11561 *)
11562 case $LD in # libtool.m4 will add one of these switches to LD
11563 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11564 libsuff= shlibsuff= libmagic=32-bit;;
11565 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11566 libsuff=32 shlibsuff=N32 libmagic=N32;;
11567 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11568 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11569 *) libsuff= shlibsuff= libmagic=never-match;;
11570 esac
11571 ;;
11572 esac
11573 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11574 shlibpath_overrides_runpath=no
11575 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11576 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11577 hardcode_into_libs=yes
11578 ;;
11579
11580# No shared lib support for Linux oldld, aout, or coff.
11581linux*oldld* | linux*aout* | linux*coff*)
11582 dynamic_linker=no
11583 ;;
11584
11585# This must be Linux ELF.
11586linux* | k*bsd*-gnu | kopensolaris*-gnu)
11587 version_type=linux
11588 need_lib_prefix=no
11589 need_version=no
11590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11591 soname_spec='${libname}${release}${shared_ext}$major'
11592 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11593 shlibpath_var=LD_LIBRARY_PATH
11594 shlibpath_overrides_runpath=no
11595
11596 # Some binutils ld are patched to set DT_RUNPATH
11597 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11598 $as_echo_n "(cached) " >&6
11599else
6bb11ab3
L
11600 lt_cv_shlibpath_overrides_runpath=no
11601 save_LDFLAGS=$LDFLAGS
11602 save_libdir=$libdir
11603 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11604 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11606/* end confdefs.h. */
11607
2232061b
MF
11608int
11609main ()
11610{
11611
11612 ;
11613 return 0;
11614}
11615_ACEOF
6bb11ab3
L
11616if ac_fn_c_try_link "$LINENO"; then :
11617 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11618 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11619fi
2232061b 11620fi
6bb11ab3
L
11621rm -f core conftest.err conftest.$ac_objext \
11622 conftest$ac_exeext conftest.$ac_ext
11623 LDFLAGS=$save_LDFLAGS
11624 libdir=$save_libdir
2232061b 11625
6bb11ab3 11626fi
2232061b 11627
6bb11ab3 11628 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11629
6bb11ab3
L
11630 # This implies no fast_install, which is unacceptable.
11631 # Some rework will be needed to allow for fast_install
11632 # before this can be enabled.
11633 hardcode_into_libs=yes
2232061b 11634
6bb11ab3
L
11635 # Append ld.so.conf contents to the search path
11636 if test -f /etc/ld.so.conf; then
11637 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' ' '`
11638 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11639 fi
2232061b 11640
6bb11ab3
L
11641 # We used to test for /lib/ld.so.1 and disable shared libraries on
11642 # powerpc, because MkLinux only supported shared libraries with the
11643 # GNU dynamic linker. Since this was broken with cross compilers,
11644 # most powerpc-linux boxes support dynamic linking these days and
11645 # people can always --disable-shared, the test was removed, and we
11646 # assume the GNU/Linux dynamic linker is in use.
11647 dynamic_linker='GNU/Linux ld.so'
11648 ;;
11649
11650netbsd*)
11651 version_type=sunos
11652 need_lib_prefix=no
11653 need_version=no
11654 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11655 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11656 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11657 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11658 else
6bb11ab3
L
11659 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11660 soname_spec='${libname}${release}${shared_ext}$major'
11661 dynamic_linker='NetBSD ld.elf_so'
11662 fi
11663 shlibpath_var=LD_LIBRARY_PATH
11664 shlibpath_overrides_runpath=yes
11665 hardcode_into_libs=yes
11666 ;;
11667
11668newsos6)
11669 version_type=linux
11670 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11671 shlibpath_var=LD_LIBRARY_PATH
11672 shlibpath_overrides_runpath=yes
11673 ;;
11674
11675*nto* | *qnx*)
11676 version_type=qnx
11677 need_lib_prefix=no
11678 need_version=no
11679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11680 soname_spec='${libname}${release}${shared_ext}$major'
11681 shlibpath_var=LD_LIBRARY_PATH
11682 shlibpath_overrides_runpath=no
11683 hardcode_into_libs=yes
11684 dynamic_linker='ldqnx.so'
11685 ;;
11686
11687openbsd*)
11688 version_type=sunos
11689 sys_lib_dlsearch_path_spec="/usr/lib"
11690 need_lib_prefix=no
11691 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11692 case $host_os in
11693 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11694 *) need_version=no ;;
11695 esac
11696 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11697 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11698 shlibpath_var=LD_LIBRARY_PATH
11699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11700 case $host_os in
11701 openbsd2.[89] | openbsd2.[89].*)
11702 shlibpath_overrides_runpath=no
11703 ;;
11704 *)
11705 shlibpath_overrides_runpath=yes
11706 ;;
11707 esac
11708 else
11709 shlibpath_overrides_runpath=yes
11710 fi
11711 ;;
11712
11713os2*)
11714 libname_spec='$name'
11715 shrext_cmds=".dll"
11716 need_lib_prefix=no
11717 library_names_spec='$libname${shared_ext} $libname.a'
11718 dynamic_linker='OS/2 ld.exe'
11719 shlibpath_var=LIBPATH
11720 ;;
11721
11722osf3* | osf4* | osf5*)
11723 version_type=osf
11724 need_lib_prefix=no
11725 need_version=no
11726 soname_spec='${libname}${release}${shared_ext}$major'
11727 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11728 shlibpath_var=LD_LIBRARY_PATH
11729 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11730 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11731 ;;
11732
11733rdos*)
11734 dynamic_linker=no
11735 ;;
11736
11737solaris*)
11738 version_type=linux
11739 need_lib_prefix=no
11740 need_version=no
11741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11742 soname_spec='${libname}${release}${shared_ext}$major'
11743 shlibpath_var=LD_LIBRARY_PATH
11744 shlibpath_overrides_runpath=yes
11745 hardcode_into_libs=yes
11746 # ldd complains unless libraries are executable
11747 postinstall_cmds='chmod +x $lib'
11748 ;;
11749
11750sunos4*)
11751 version_type=sunos
11752 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11753 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11754 shlibpath_var=LD_LIBRARY_PATH
11755 shlibpath_overrides_runpath=yes
11756 if test "$with_gnu_ld" = yes; then
11757 need_lib_prefix=no
11758 fi
11759 need_version=yes
11760 ;;
11761
11762sysv4 | sysv4.3*)
11763 version_type=linux
11764 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11765 soname_spec='${libname}${release}${shared_ext}$major'
11766 shlibpath_var=LD_LIBRARY_PATH
11767 case $host_vendor in
11768 sni)
11769 shlibpath_overrides_runpath=no
11770 need_lib_prefix=no
11771 runpath_var=LD_RUN_PATH
11772 ;;
11773 siemens)
11774 need_lib_prefix=no
11775 ;;
11776 motorola)
11777 need_lib_prefix=no
11778 need_version=no
11779 shlibpath_overrides_runpath=no
11780 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11781 ;;
11782 esac
11783 ;;
11784
11785sysv4*MP*)
11786 if test -d /usr/nec ;then
11787 version_type=linux
11788 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11789 soname_spec='$libname${shared_ext}.$major'
11790 shlibpath_var=LD_LIBRARY_PATH
2232061b 11791 fi
6bb11ab3
L
11792 ;;
11793
11794sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11795 version_type=freebsd-elf
11796 need_lib_prefix=no
11797 need_version=no
11798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11799 soname_spec='${libname}${release}${shared_ext}$major'
11800 shlibpath_var=LD_LIBRARY_PATH
11801 shlibpath_overrides_runpath=yes
11802 hardcode_into_libs=yes
11803 if test "$with_gnu_ld" = yes; then
11804 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11805 else
11806 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11807 case $host_os in
11808 sco3.2v5*)
11809 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11810 ;;
11811 esac
11812 fi
11813 sys_lib_dlsearch_path_spec='/usr/lib'
11814 ;;
11815
11816tpf*)
11817 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11818 version_type=linux
11819 need_lib_prefix=no
11820 need_version=no
11821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11822 shlibpath_var=LD_LIBRARY_PATH
11823 shlibpath_overrides_runpath=no
11824 hardcode_into_libs=yes
11825 ;;
11826
11827uts4*)
11828 version_type=linux
11829 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11830 soname_spec='${libname}${release}${shared_ext}$major'
11831 shlibpath_var=LD_LIBRARY_PATH
11832 ;;
11833
11834*)
11835 dynamic_linker=no
11836 ;;
11837esac
11838{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11839$as_echo "$dynamic_linker" >&6; }
11840test "$dynamic_linker" = no && can_build_shared=no
11841
11842variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11843if test "$GCC" = yes; then
11844 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 11845fi
2232061b 11846
6bb11ab3
L
11847if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11848 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11849fi
11850if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11851 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11852fi
11853
11854
11855
11856
11857
11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
11868
11869
11870
11871
11872
11873
11874
11875
11876
11877
11878
2232061b 11879
2232061b 11880
2232061b 11881
2232061b 11882
2232061b
MF
11883
11884
6ffe910a 11885
6ffe910a
MF
11886
11887
11888
11889
11890
2232061b 11891
6ffe910a
MF
11892
11893
11894
11895
6ffe910a 11896
6ffe910a 11897
6ffe910a
MF
11898
11899
6ffe910a 11900
6ffe910a 11901
6ffe910a
MF
11902
11903
5f3ef9d0 11904
5f3ef9d0
JB
11905
11906
11907
db2e4d67
MF
11908
11909
db2e4d67 11910
db2e4d67 11911
db2e4d67 11912
db2e4d67 11913
db2e4d67 11914
db2e4d67 11915
db2e4d67 11916
db2e4d67
MF
11917
11918
db2e4d67 11919
db2e4d67
MF
11920
11921
db2e4d67 11922
db2e4d67
MF
11923
11924
6ffe910a 11925
6ffe910a 11926
6ffe910a
MF
11927
11928
6ffe910a
MF
11929
11930
6ffe910a 11931
6ffe910a 11932
6ffe910a 11933
6ffe910a 11934
6ffe910a 11935
b7026657 11936
b7026657 11937
c906108c 11938
b7026657 11939
b7026657 11940
c906108c 11941
b7026657 11942
b7026657 11943
cd0fc7c3 11944
6bb11ab3
L
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11946$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11947hardcode_action=
11948if test -n "$hardcode_libdir_flag_spec" ||
11949 test -n "$runpath_var" ||
11950 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 11951
6bb11ab3
L
11952 # We can hardcode non-existent directories.
11953 if test "$hardcode_direct" != no &&
11954 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11955 # have to relink, otherwise we might link with an installed library
11956 # when we should be linking with a yet-to-be-installed one
11957 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11958 test "$hardcode_minus_L" != no; then
11959 # Linking always hardcodes the temporary library directory.
11960 hardcode_action=relink
11961 else
11962 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11963 hardcode_action=immediate
11964 fi
11965else
11966 # We cannot hardcode anything, or else we can only hardcode existing
11967 # directories.
11968 hardcode_action=unsupported
c906108c 11969fi
6bb11ab3
L
11970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11971$as_echo "$hardcode_action" >&6; }
b7026657 11972
6bb11ab3
L
11973if test "$hardcode_action" = relink ||
11974 test "$inherit_rpath" = yes; then
11975 # Fast installation is not supported
11976 enable_fast_install=no
11977elif test "$shlibpath_overrides_runpath" = yes ||
11978 test "$enable_shared" = no; then
11979 # Fast installation is not necessary
11980 enable_fast_install=needless
11981fi
c906108c 11982
6bb11ab3
L
11983
11984
11985
11986
11987
11988 if test "x$enable_dlopen" != xyes; then
11989 enable_dlopen=unknown
11990 enable_dlopen_self=unknown
11991 enable_dlopen_self_static=unknown
11992else
11993 lt_cv_dlopen=no
11994 lt_cv_dlopen_libs=
11995
11996 case $host_os in
11997 beos*)
11998 lt_cv_dlopen="load_add_on"
11999 lt_cv_dlopen_libs=
12000 lt_cv_dlopen_self=yes
12001 ;;
12002
12003 mingw* | pw32* | cegcc*)
12004 lt_cv_dlopen="LoadLibrary"
12005 lt_cv_dlopen_libs=
12006 ;;
12007
12008 cygwin*)
12009 lt_cv_dlopen="dlopen"
12010 lt_cv_dlopen_libs=
12011 ;;
12012
12013 darwin*)
12014 # if libdl is installed we need to link against it
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12016$as_echo_n "checking for dlopen in -ldl... " >&6; }
12017if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12018 $as_echo_n "(cached) " >&6
12019else
12020 ac_check_lib_save_LIBS=$LIBS
12021LIBS="-ldl $LIBS"
12022cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023/* end confdefs.h. */
12024
12025/* Override any GCC internal prototype to avoid an error.
12026 Use char because int might match the return type of a GCC
12027 builtin and then its argument prototype would still apply. */
12028#ifdef __cplusplus
12029extern "C"
12030#endif
12031char dlopen ();
12032int
12033main ()
12034{
12035return dlopen ();
12036 ;
12037 return 0;
12038}
b7026657 12039_ACEOF
6bb11ab3
L
12040if ac_fn_c_try_link "$LINENO"; then :
12041 ac_cv_lib_dl_dlopen=yes
12042else
12043 ac_cv_lib_dl_dlopen=no
12044fi
12045rm -f core conftest.err conftest.$ac_objext \
12046 conftest$ac_exeext conftest.$ac_ext
12047LIBS=$ac_check_lib_save_LIBS
12048fi
12049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12050$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12051if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12052 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12053else
12054
12055 lt_cv_dlopen="dyld"
12056 lt_cv_dlopen_libs=
12057 lt_cv_dlopen_self=yes
c906108c 12058
c906108c 12059fi
c906108c 12060
6bb11ab3 12061 ;;
c906108c 12062
6bb11ab3
L
12063 *)
12064 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12065if test "x$ac_cv_func_shl_load" = x""yes; then :
12066 lt_cv_dlopen="shl_load"
12067else
12068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12069$as_echo_n "checking for shl_load in -ldld... " >&6; }
12070if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12071 $as_echo_n "(cached) " >&6
12072else
12073 ac_check_lib_save_LIBS=$LIBS
12074LIBS="-ldld $LIBS"
12075cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12076/* end confdefs.h. */
12077
12078/* Override any GCC internal prototype to avoid an error.
12079 Use char because int might match the return type of a GCC
12080 builtin and then its argument prototype would still apply. */
12081#ifdef __cplusplus
12082extern "C"
12083#endif
12084char shl_load ();
12085int
12086main ()
12087{
12088return shl_load ();
12089 ;
12090 return 0;
12091}
12092_ACEOF
12093if ac_fn_c_try_link "$LINENO"; then :
12094 ac_cv_lib_dld_shl_load=yes
12095else
12096 ac_cv_lib_dld_shl_load=no
12097fi
12098rm -f core conftest.err conftest.$ac_objext \
12099 conftest$ac_exeext conftest.$ac_ext
12100LIBS=$ac_check_lib_save_LIBS
12101fi
12102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12103$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12104if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12105 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12106else
12107 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12108if test "x$ac_cv_func_dlopen" = x""yes; then :
12109 lt_cv_dlopen="dlopen"
12110else
12111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12112$as_echo_n "checking for dlopen in -ldl... " >&6; }
12113if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12114 $as_echo_n "(cached) " >&6
c906108c 12115else
b7026657 12116 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12117LIBS="-ldl $LIBS"
81ecdfbb 12118cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12119/* end confdefs.h. */
12120
81ecdfbb
RW
12121/* Override any GCC internal prototype to avoid an error.
12122 Use char because int might match the return type of a GCC
12123 builtin and then its argument prototype would still apply. */
b7026657
AC
12124#ifdef __cplusplus
12125extern "C"
12126#endif
6bb11ab3 12127char dlopen ();
b7026657
AC
12128int
12129main ()
12130{
6bb11ab3 12131return dlopen ();
b7026657
AC
12132 ;
12133 return 0;
12134}
12135_ACEOF
81ecdfbb 12136if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12137 ac_cv_lib_dl_dlopen=yes
b7026657 12138else
6bb11ab3 12139 ac_cv_lib_dl_dlopen=no
b7026657 12140fi
81ecdfbb
RW
12141rm -f core conftest.err conftest.$ac_objext \
12142 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12143LIBS=$ac_check_lib_save_LIBS
12144fi
6bb11ab3
L
12145{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12146$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12147if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12148 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12149else
12150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12151$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12152if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12153 $as_echo_n "(cached) " >&6
c906108c 12154else
b7026657 12155 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12156LIBS="-lsvld $LIBS"
81ecdfbb 12157cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12158/* end confdefs.h. */
12159
81ecdfbb
RW
12160/* Override any GCC internal prototype to avoid an error.
12161 Use char because int might match the return type of a GCC
12162 builtin and then its argument prototype would still apply. */
b7026657
AC
12163#ifdef __cplusplus
12164extern "C"
12165#endif
6bb11ab3 12166char dlopen ();
b7026657
AC
12167int
12168main ()
12169{
6bb11ab3 12170return dlopen ();
b7026657
AC
12171 ;
12172 return 0;
12173}
12174_ACEOF
81ecdfbb 12175if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12176 ac_cv_lib_svld_dlopen=yes
b7026657 12177else
6bb11ab3 12178 ac_cv_lib_svld_dlopen=no
b7026657 12179fi
81ecdfbb
RW
12180rm -f core conftest.err conftest.$ac_objext \
12181 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12182LIBS=$ac_check_lib_save_LIBS
12183fi
6bb11ab3
L
12184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12185$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12186if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12187 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12188else
6bb11ab3
L
12189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12190$as_echo_n "checking for dld_link in -ldld... " >&6; }
12191if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12192 $as_echo_n "(cached) " >&6
b5bd9624 12193else
6bb11ab3
L
12194 ac_check_lib_save_LIBS=$LIBS
12195LIBS="-ldld $LIBS"
81ecdfbb 12196cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12197/* end confdefs.h. */
12198
81ecdfbb
RW
12199/* Override any GCC internal prototype to avoid an error.
12200 Use char because int might match the return type of a GCC
b5bd9624 12201 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12202#ifdef __cplusplus
12203extern "C"
12204#endif
6bb11ab3 12205char dld_link ();
b5bd9624
HPN
12206int
12207main ()
12208{
6bb11ab3 12209return dld_link ();
b5bd9624
HPN
12210 ;
12211 return 0;
12212}
12213_ACEOF
6bb11ab3
L
12214if ac_fn_c_try_link "$LINENO"; then :
12215 ac_cv_lib_dld_dld_link=yes
12216else
12217 ac_cv_lib_dld_dld_link=no
12218fi
12219rm -f core conftest.err conftest.$ac_objext \
12220 conftest$ac_exeext conftest.$ac_ext
12221LIBS=$ac_check_lib_save_LIBS
12222fi
12223{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12224$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12225if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12226 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12227fi
12228
12229
12230fi
12231
12232
12233fi
12234
12235
12236fi
12237
12238
12239fi
12240
12241
12242fi
12243
12244 ;;
12245 esac
12246
12247 if test "x$lt_cv_dlopen" != xno; then
12248 enable_dlopen=yes
b5bd9624 12249 else
6bb11ab3
L
12250 enable_dlopen=no
12251 fi
12252
12253 case $lt_cv_dlopen in
12254 dlopen)
12255 save_CPPFLAGS="$CPPFLAGS"
12256 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12257
12258 save_LDFLAGS="$LDFLAGS"
12259 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12260
12261 save_LIBS="$LIBS"
12262 LIBS="$lt_cv_dlopen_libs $LIBS"
12263
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12265$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12266if test "${lt_cv_dlopen_self+set}" = set; then :
12267 $as_echo_n "(cached) " >&6
12268else
12269 if test "$cross_compiling" = yes; then :
12270 lt_cv_dlopen_self=cross
12271else
12272 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12273 lt_status=$lt_dlunknown
12274 cat > conftest.$ac_ext <<_LT_EOF
12275#line 12275 "configure"
12276#include "confdefs.h"
12277
12278#if HAVE_DLFCN_H
12279#include <dlfcn.h>
12280#endif
12281
12282#include <stdio.h>
12283
12284#ifdef RTLD_GLOBAL
12285# define LT_DLGLOBAL RTLD_GLOBAL
12286#else
12287# ifdef DL_GLOBAL
12288# define LT_DLGLOBAL DL_GLOBAL
12289# else
12290# define LT_DLGLOBAL 0
12291# endif
12292#endif
12293
12294/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12295 find out it does not work in some platform. */
12296#ifndef LT_DLLAZY_OR_NOW
12297# ifdef RTLD_LAZY
12298# define LT_DLLAZY_OR_NOW RTLD_LAZY
12299# else
12300# ifdef DL_LAZY
12301# define LT_DLLAZY_OR_NOW DL_LAZY
12302# else
12303# ifdef RTLD_NOW
12304# define LT_DLLAZY_OR_NOW RTLD_NOW
12305# else
12306# ifdef DL_NOW
12307# define LT_DLLAZY_OR_NOW DL_NOW
12308# else
12309# define LT_DLLAZY_OR_NOW 0
12310# endif
12311# endif
12312# endif
12313# endif
12314#endif
12315
12316/* When -fvisbility=hidden is used, assume the code has been annotated
12317 correspondingly for the symbols needed. */
12318#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12319void fnord () __attribute__((visibility("default")));
12320#endif
12321
12322void fnord () { int i=42; }
12323int main ()
12324{
12325 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12326 int status = $lt_dlunknown;
12327
12328 if (self)
12329 {
12330 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12331 else
12332 {
12333 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12334 else puts (dlerror ());
12335 }
12336 /* dlclose (self); */
12337 }
12338 else
12339 puts (dlerror ());
12340
12341 return status;
12342}
12343_LT_EOF
12344 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12345 (eval $ac_link) 2>&5
12346 ac_status=$?
12347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12348 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12349 (./conftest; exit; ) >&5 2>/dev/null
12350 lt_status=$?
12351 case x$lt_status in
12352 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12353 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12354 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12355 esac
12356 else :
12357 # compilation failed
12358 lt_cv_dlopen_self=no
b5bd9624 12359 fi
b5bd9624 12360fi
6bb11ab3
L
12361rm -fr conftest*
12362
12363
b5bd9624 12364fi
6bb11ab3
L
12365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12366$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12367
6bb11ab3
L
12368 if test "x$lt_cv_dlopen_self" = xyes; then
12369 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12371$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12372if test "${lt_cv_dlopen_self_static+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
b5bd9624 12374else
6bb11ab3
L
12375 if test "$cross_compiling" = yes; then :
12376 lt_cv_dlopen_self_static=cross
12377else
12378 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12379 lt_status=$lt_dlunknown
12380 cat > conftest.$ac_ext <<_LT_EOF
12381#line 12381 "configure"
12382#include "confdefs.h"
12383
12384#if HAVE_DLFCN_H
12385#include <dlfcn.h>
12386#endif
12387
12388#include <stdio.h>
12389
12390#ifdef RTLD_GLOBAL
12391# define LT_DLGLOBAL RTLD_GLOBAL
12392#else
12393# ifdef DL_GLOBAL
12394# define LT_DLGLOBAL DL_GLOBAL
12395# else
12396# define LT_DLGLOBAL 0
12397# endif
12398#endif
12399
12400/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12401 find out it does not work in some platform. */
12402#ifndef LT_DLLAZY_OR_NOW
12403# ifdef RTLD_LAZY
12404# define LT_DLLAZY_OR_NOW RTLD_LAZY
12405# else
12406# ifdef DL_LAZY
12407# define LT_DLLAZY_OR_NOW DL_LAZY
12408# else
12409# ifdef RTLD_NOW
12410# define LT_DLLAZY_OR_NOW RTLD_NOW
12411# else
12412# ifdef DL_NOW
12413# define LT_DLLAZY_OR_NOW DL_NOW
12414# else
12415# define LT_DLLAZY_OR_NOW 0
12416# endif
12417# endif
12418# endif
12419# endif
12420#endif
12421
12422/* When -fvisbility=hidden is used, assume the code has been annotated
12423 correspondingly for the symbols needed. */
12424#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12425void fnord () __attribute__((visibility("default")));
12426#endif
12427
12428void fnord () { int i=42; }
12429int main ()
12430{
12431 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12432 int status = $lt_dlunknown;
12433
12434 if (self)
12435 {
12436 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12437 else
12438 {
12439 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12440 else puts (dlerror ());
12441 }
12442 /* dlclose (self); */
12443 }
12444 else
12445 puts (dlerror ());
12446
12447 return status;
12448}
12449_LT_EOF
12450 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12451 (eval $ac_link) 2>&5
12452 ac_status=$?
12453 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12454 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12455 (./conftest; exit; ) >&5 2>/dev/null
12456 lt_status=$?
12457 case x$lt_status in
12458 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12459 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12460 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12461 esac
12462 else :
12463 # compilation failed
12464 lt_cv_dlopen_self_static=no
12465 fi
b5bd9624 12466fi
6bb11ab3
L
12467rm -fr conftest*
12468
12469
b5bd9624 12470fi
6bb11ab3
L
12471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12472$as_echo "$lt_cv_dlopen_self_static" >&6; }
12473 fi
12474
12475 CPPFLAGS="$save_CPPFLAGS"
12476 LDFLAGS="$save_LDFLAGS"
12477 LIBS="$save_LIBS"
12478 ;;
12479 esac
12480
12481 case $lt_cv_dlopen_self in
12482 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12483 *) enable_dlopen_self=unknown ;;
12484 esac
12485
12486 case $lt_cv_dlopen_self_static in
12487 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12488 *) enable_dlopen_self_static=unknown ;;
12489 esac
12490fi
12491
12492
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508striplib=
12509old_striplib=
12510{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12511$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12512if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12513 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12514 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12516$as_echo "yes" >&6; }
12517else
12518# FIXME - insert some real tests, host_os isn't really good enough
12519 case $host_os in
12520 darwin*)
12521 if test -n "$STRIP" ; then
12522 striplib="$STRIP -x"
12523 old_striplib="$STRIP -S"
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12525$as_echo "yes" >&6; }
12526 else
12527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12528$as_echo "no" >&6; }
12529 fi
12530 ;;
12531 *)
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12533$as_echo "no" >&6; }
12534 ;;
12535 esac
12536fi
12537
12538
12539
12540
12541
12542
12543
12544
12545
12546
12547
12548
12549 # Report which library types will actually be built
12550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12551$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12553$as_echo "$can_build_shared" >&6; }
12554
12555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12556$as_echo_n "checking whether to build shared libraries... " >&6; }
12557 test "$can_build_shared" = "no" && enable_shared=no
12558
12559 # On AIX, shared libraries and static libraries use the same namespace, and
12560 # are all built from PIC.
12561 case $host_os in
12562 aix3*)
12563 test "$enable_shared" = yes && enable_static=no
12564 if test -n "$RANLIB"; then
12565 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12566 postinstall_cmds='$RANLIB $lib'
12567 fi
12568 ;;
12569
12570 aix[4-9]*)
12571 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12572 test "$enable_shared" = yes && enable_static=no
12573 fi
12574 ;;
12575 esac
12576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12577$as_echo "$enable_shared" >&6; }
12578
12579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12580$as_echo_n "checking whether to build static libraries... " >&6; }
12581 # Make sure either enable_shared or enable_static is yes.
12582 test "$enable_shared" = yes || enable_static=yes
12583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12584$as_echo "$enable_static" >&6; }
12585
12586
12587
12588
12589fi
12590ac_ext=c
12591ac_cpp='$CPP $CPPFLAGS'
12592ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12593ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12594ac_compiler_gnu=$ac_cv_c_compiler_gnu
12595
12596CC="$lt_save_CC"
12597
12598
12599
12600
12601
12602
12603
12604
12605
b5bd9624 12606
b5bd9624 12607
b5bd9624 12608
b5bd9624 12609
6bb11ab3
L
12610 ac_config_commands="$ac_config_commands libtool"
12611
12612
12613
12614
12615# Only expand once:
12616
12617
5912fadd 12618
b5bd9624 12619
c906108c
SS
12620. ${srcdir}/../../bfd/configure.host
12621
12622
12623
12624USE_MAINTAINER_MODE=no
81ecdfbb
RW
12625# Check whether --enable-maintainer-mode was given.
12626if test "${enable_maintainer_mode+set}" = set; then :
12627 enableval=$enable_maintainer_mode; case "${enableval}" in
c906108c
SS
12628 yes) MAINT="" USE_MAINTAINER_MODE=yes ;;
12629 no) MAINT="#" ;;
81ecdfbb 12630 *) as_fn_error "\"--enable-maintainer-mode does not take a value\"" "$LINENO" 5; MAINT="#" ;;
c906108c
SS
12631esac
12632if test x"$silent" != x"yes" && test x"$MAINT" = x""; then
12633 echo "Setting maintainer mode" 6>&1
12634fi
12635else
12636 MAINT="#"
81ecdfbb
RW
12637fi
12638
c906108c
SS
12639
12640
81ecdfbb
RW
12641# Check whether --enable-sim-bswap was given.
12642if test "${enable_sim_bswap+set}" = set; then :
12643 enableval=$enable_sim_bswap; case "${enableval}" in
c906108c
SS
12644 yes) sim_bswap="-DWITH_BSWAP=1 -DUSE_BSWAP=1";;
12645 no) sim_bswap="-DWITH_BSWAP=0";;
81ecdfbb 12646 *) as_fn_error "\"--enable-sim-bswap does not take a value\"" "$LINENO" 5; sim_bswap="";;
c906108c
SS
12647esac
12648if test x"$silent" != x"yes" && test x"$sim_bswap" != x""; then
12649 echo "Setting bswap flags = $sim_bswap" 6>&1
12650fi
12651else
12652 sim_bswap=""
81ecdfbb
RW
12653fi
12654
c906108c
SS
12655
12656
81ecdfbb
RW
12657# Check whether --enable-sim-cflags was given.
12658if test "${enable_sim_cflags+set}" = set; then :
12659 enableval=$enable_sim_cflags; case "${enableval}" in
c906108c 12660 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12661 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
c906108c
SS
12662 no) sim_cflags="";;
12663 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12664esac
12665if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12666 echo "Setting sim cflags = $sim_cflags" 6>&1
12667fi
12668else
12669 sim_cflags=""
81ecdfbb 12670fi
c906108c
SS
12671
12672
81ecdfbb
RW
12673
12674# Check whether --enable-sim-debug was given.
12675if test "${enable_sim_debug+set}" = set; then :
12676 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
12677 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12678 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12679 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12680esac
12681if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12682 echo "Setting sim debug = $sim_debug" 6>&1
12683fi
12684else
12685 sim_debug=""
81ecdfbb
RW
12686fi
12687
c906108c
SS
12688
12689
81ecdfbb
RW
12690# Check whether --enable-sim-stdio was given.
12691if test "${enable_sim_stdio+set}" = set; then :
12692 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
12693 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12694 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12695 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
12696esac
12697if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12698 echo "Setting stdio flags = $sim_stdio" 6>&1
12699fi
12700else
12701 sim_stdio=""
81ecdfbb
RW
12702fi
12703
c906108c
SS
12704
12705
81ecdfbb
RW
12706# Check whether --enable-sim-trace was given.
12707if test "${enable_sim_trace+set}" = set; then :
12708 enableval=$enable_sim_trace; case "${enableval}" in
c906108c
SS
12709 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
12710 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
12711 [-0-9]*)
12712 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
2232061b 12713 [[:lower:]]*)
c906108c
SS
12714 sim_trace=""
12715 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12716 if test x"$sim_trace" = x; then
12717 sim_trace="-DWITH_TRACE='(TRACE_$x"
12718 else
12719 sim_trace="${sim_trace}|TRACE_$x"
12720 fi
12721 done
12722 sim_trace="$sim_trace)'" ;;
12723esac
12724if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12725 echo "Setting sim trace = $sim_trace" 6>&1
12726fi
12727else
12728 sim_trace=""
81ecdfbb 12729fi
c906108c
SS
12730
12731
81ecdfbb
RW
12732
12733# Check whether --enable-sim-profile was given.
12734if test "${enable_sim_profile+set}" = set; then :
12735 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
12736 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12737 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12738 [-0-9]*)
12739 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12740 [a-z]*)
12741 sim_profile=""
12742 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12743 if test x"$sim_profile" = x; then
12744 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
12745 else
12746 sim_profile="${sim_profile}|PROFILE_$x"
12747 fi
12748 done
12749 sim_profile="$sim_profile)'" ;;
12750esac
12751if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
12752 echo "Setting sim profile = $sim_profile" 6>&1
12753fi
12754else
eb2d80b4 12755 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb
RW
12756fi
12757
c906108c
SS
12758
12759
6efef468 12760
81ecdfbb
RW
12761# Check whether --with-pkgversion was given.
12762if test "${with_pkgversion+set}" = set; then :
12763 withval=$with_pkgversion; case "$withval" in
12764 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
12765 no) PKGVERSION= ;;
12766 *) PKGVERSION="($withval) " ;;
12767 esac
12768else
12769 PKGVERSION="(GDB) "
12770
81ecdfbb
RW
12771fi
12772
6efef468
JM
12773
12774
12775
12776
81ecdfbb
RW
12777# Check whether --with-bugurl was given.
12778if test "${with_bugurl+set}" = set; then :
12779 withval=$with_bugurl; case "$withval" in
12780 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
12781 no) BUGURL=
12782 ;;
12783 *) BUGURL="$withval"
12784 ;;
12785 esac
12786else
12787 BUGURL="http://www.gnu.org/software/gdb/bugs/"
12788
81ecdfbb
RW
12789fi
12790
6efef468
JM
12791 case ${BUGURL} in
12792 "")
12793 REPORT_BUGS_TO=
12794 REPORT_BUGS_TEXI=
12795 ;;
12796 *)
12797 REPORT_BUGS_TO="<$BUGURL>"
12798 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
12799 ;;
12800 esac;
12801
12802
12803
12804
12805cat >>confdefs.h <<_ACEOF
12806#define PKGVERSION "$PKGVERSION"
12807_ACEOF
12808
12809
12810cat >>confdefs.h <<_ACEOF
12811#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
12812_ACEOF
12813
12814
81ecdfbb
RW
12815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12816$as_echo_n "checking return type of signal handlers... " >&6; }
12817if test "${ac_cv_type_signal+set}" = set; then :
12818 $as_echo_n "(cached) " >&6
c906108c 12819else
81ecdfbb 12820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12821/* end confdefs.h. */
c906108c
SS
12822#include <sys/types.h>
12823#include <signal.h>
c906108c 12824
b7026657
AC
12825int
12826main ()
12827{
81ecdfbb 12828return *(signal (0, 0)) (0) == 1;
b7026657
AC
12829 ;
12830 return 0;
12831}
12832_ACEOF
81ecdfbb
RW
12833if ac_fn_c_try_compile "$LINENO"; then :
12834 ac_cv_type_signal=int
c906108c 12835else
81ecdfbb 12836 ac_cv_type_signal=void
c906108c 12837fi
81ecdfbb 12838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 12839fi
81ecdfbb
RW
12840{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12841$as_echo "$ac_cv_type_signal" >&6; }
c906108c 12842
b7026657 12843cat >>confdefs.h <<_ACEOF
c906108c 12844#define RETSIGTYPE $ac_cv_type_signal
b7026657 12845_ACEOF
c906108c 12846
cd0fc7c3
SS
12847
12848
c906108c
SS
12849
12850
12851sim_link_files=
12852sim_link_links=
12853
12854sim_link_links=tconfig.h
12855if test -f ${srcdir}/tconfig.in
12856then
12857 sim_link_files=tconfig.in
12858else
12859 sim_link_files=../common/tconfig.in
12860fi
12861
12862# targ-vals.def points to the libc macro description file.
12863case "${target}" in
12864*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
12865esac
12866sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
12867sim_link_links="${sim_link_links} targ-vals.def"
12868
c906108c
SS
12869
12870
6ffe910a 12871
c906108c
SS
12872wire_endian="LITTLE_ENDIAN"
12873default_endian=""
81ecdfbb
RW
12874# Check whether --enable-sim-endian was given.
12875if test "${enable_sim_endian+set}" = set; then :
12876 enableval=$enable_sim_endian; case "${enableval}" in
c906108c
SS
12877 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BIG_ENDIAN";;
12878 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=LITTLE_ENDIAN";;
12879 yes) if test x"$wire_endian" != x; then
12880 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12881 else
12882 if test x"$default_endian" != x; then
12883 sim_endian="-DWITH_TARGET_BYTE_ORDER=${default_endian}"
12884 else
12885 echo "No hard-wired endian for target $target" 1>&6
12886 sim_endian="-DWITH_TARGET_BYTE_ORDER=0"
12887 fi
12888 fi;;
12889 no) if test x"$default_endian" != x; then
12890 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12891 else
12892 if test x"$wire_endian" != x; then
12893 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${wire_endian}"
12894 else
12895 echo "No default endian for target $target" 1>&6
12896 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=0"
12897 fi
12898 fi;;
81ecdfbb 12899 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
12900esac
12901if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
12902 echo "Setting endian flags = $sim_endian" 6>&1
12903fi
12904else
12905 if test x"$default_endian" != x; then
12906 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=${default_endian}"
12907else
12908 if test x"$wire_endian" != x; then
12909 sim_endian="-DWITH_TARGET_BYTE_ORDER=${wire_endian}"
12910 else
12911 sim_endian=
12912 fi
12913fi
81ecdfbb
RW
12914fi
12915
c906108c
SS
12916wire_alignment=""
12917default_alignment="NONSTRICT_ALIGNMENT"
12918
81ecdfbb
RW
12919# Check whether --enable-sim-alignment was given.
12920if test "${enable_sim_alignment+set}" = set; then :
12921 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
12922 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
12923 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
12924 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
12925 yes) if test x"$wire_alignment" != x; then
12926 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12927 else
12928 if test x"$default_alignment" != x; then
12929 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
12930 else
12931 echo "No hard-wired alignment for target $target" 1>&6
12932 sim_alignment="-DWITH_ALIGNMENT=0"
12933 fi
12934 fi;;
12935 no) if test x"$default_alignment" != x; then
12936 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12937 else
12938 if test x"$wire_alignment" != x; then
12939 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
12940 else
12941 echo "No default alignment for target $target" 1>&6
12942 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
12943 fi
12944 fi;;
81ecdfbb 12945 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
12946esac
12947if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
12948 echo "Setting alignment flags = $sim_alignment" 6>&1
12949fi
12950else
12951 if test x"$default_alignment" != x; then
12952 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
12953else
12954 if test x"$wire_alignment" != x; then
12955 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
12956 else
12957 sim_alignment=
12958 fi
12959fi
81ecdfbb 12960fi
c906108c 12961
81ecdfbb
RW
12962
12963# Check whether --enable-sim-hostendian was given.
12964if test "${enable_sim_hostendian+set}" = set; then :
12965 enableval=$enable_sim_hostendian; case "${enableval}" in
c906108c
SS
12966 no) sim_hostendian="-DWITH_HOST_BYTE_ORDER=0";;
12967 b*|B*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN";;
12968 l*|L*) sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN";;
81ecdfbb 12969 *) as_fn_error "\"Unknown value $enableval for --enable-sim-hostendian\"" "$LINENO" 5; sim_hostendian="";;
c906108c
SS
12970esac
12971if test x"$silent" != x"yes" && test x"$sim_hostendian" != x""; then
12972 echo "Setting hostendian flags = $sim_hostendian" 6>&1
12973fi
12974else
b7026657 12975
c906108c 12976if test "x$cross_compiling" = "xno"; then
81ecdfbb
RW
12977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12978$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12979if test "${ac_cv_c_bigendian+set}" = set; then :
12980 $as_echo_n "(cached) " >&6
12981else
12982 ac_cv_c_bigendian=unknown
12983 # See if we're dealing with a universal compiler.
12984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12985/* end confdefs.h. */
12986#ifndef __APPLE_CC__
12987 not a universal capable compiler
12988 #endif
12989 typedef int dummy;
12990
12991_ACEOF
12992if ac_fn_c_try_compile "$LINENO"; then :
12993
12994 # Check for potential -arch flags. It is not universal unless
12995 # there are at least two -arch flags with different values.
12996 ac_arch=
12997 ac_prev=
12998 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12999 if test -n "$ac_prev"; then
13000 case $ac_word in
13001 i?86 | x86_64 | ppc | ppc64)
13002 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
13003 ac_arch=$ac_word
13004 else
13005 ac_cv_c_bigendian=universal
13006 break
13007 fi
13008 ;;
13009 esac
13010 ac_prev=
13011 elif test "x$ac_word" = "x-arch"; then
13012 ac_prev=arch
13013 fi
13014 done
13015fi
13016rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13017 if test $ac_cv_c_bigendian = unknown; then
13018 # See if sys/param.h defines the BYTE_ORDER macro.
13019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13020/* end confdefs.h. */
c906108c 13021#include <sys/types.h>
81ecdfbb 13022 #include <sys/param.h>
c906108c 13023
b7026657
AC
13024int
13025main ()
13026{
81ecdfbb
RW
13027#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
13028 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
13029 && LITTLE_ENDIAN)
13030 bogus endian macros
13031 #endif
b7026657
AC
13032
13033 ;
13034 return 0;
13035}
13036_ACEOF
81ecdfbb 13037if ac_fn_c_try_compile "$LINENO"; then :
c906108c 13038 # It does; now see whether it defined to BIG_ENDIAN or not.
81ecdfbb 13039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13040/* end confdefs.h. */
c906108c 13041#include <sys/types.h>
81ecdfbb 13042 #include <sys/param.h>
c906108c 13043
b7026657
AC
13044int
13045main ()
13046{
c906108c 13047#if BYTE_ORDER != BIG_ENDIAN
81ecdfbb
RW
13048 not big endian
13049 #endif
b7026657
AC
13050
13051 ;
13052 return 0;
13053}
13054_ACEOF
81ecdfbb 13055if ac_fn_c_try_compile "$LINENO"; then :
c906108c
SS
13056 ac_cv_c_bigendian=yes
13057else
81ecdfbb 13058 ac_cv_c_bigendian=no
c906108c 13059fi
81ecdfbb
RW
13060rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13061fi
13062rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13063 fi
13064 if test $ac_cv_c_bigendian = unknown; then
13065 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
13066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13067/* end confdefs.h. */
13068#include <limits.h>
b7026657 13069
81ecdfbb
RW
13070int
13071main ()
13072{
13073#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
13074 bogus endian macros
13075 #endif
13076
13077 ;
13078 return 0;
13079}
b7026657 13080_ACEOF
81ecdfbb
RW
13081if ac_fn_c_try_compile "$LINENO"; then :
13082 # It does; now see whether it defined to _BIG_ENDIAN or not.
13083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13084/* end confdefs.h. */
81ecdfbb
RW
13085#include <limits.h>
13086
b7026657
AC
13087int
13088main ()
13089{
81ecdfbb
RW
13090#ifndef _BIG_ENDIAN
13091 not big endian
13092 #endif
13093
b7026657
AC
13094 ;
13095 return 0;
13096}
13097_ACEOF
81ecdfbb 13098if ac_fn_c_try_compile "$LINENO"; then :
b7026657 13099 ac_cv_c_bigendian=yes
81ecdfbb
RW
13100else
13101 ac_cv_c_bigendian=no
b7026657 13102fi
81ecdfbb 13103rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b7026657 13104fi
81ecdfbb
RW
13105rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13106 fi
13107 if test $ac_cv_c_bigendian = unknown; then
13108 # Compile a test program.
13109 if test "$cross_compiling" = yes; then :
13110 # Try to guess by grepping values from an object file.
13111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13112/* end confdefs.h. */
13113short int ascii_mm[] =
13114 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
13115 short int ascii_ii[] =
13116 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
13117 int use_ascii (int i) {
13118 return ascii_mm[i] + ascii_ii[i];
13119 }
13120 short int ebcdic_ii[] =
13121 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
13122 short int ebcdic_mm[] =
13123 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
13124 int use_ebcdic (int i) {
13125 return ebcdic_mm[i] + ebcdic_ii[i];
13126 }
13127 extern int foo;
b7026657 13128
81ecdfbb
RW
13129int
13130main ()
13131{
13132return use_ascii (foo) == use_ebcdic (foo);
13133 ;
13134 return 0;
13135}
b7026657 13136_ACEOF
81ecdfbb
RW
13137if ac_fn_c_try_compile "$LINENO"; then :
13138 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
13139 ac_cv_c_bigendian=yes
13140 fi
13141 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
13142 if test "$ac_cv_c_bigendian" = unknown; then
13143 ac_cv_c_bigendian=no
13144 else
13145 # finding both strings is unlikely to happen, but who knows?
13146 ac_cv_c_bigendian=unknown
13147 fi
13148 fi
13149fi
13150rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13151else
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13153/* end confdefs.h. */
81ecdfbb 13154$ac_includes_default
b7026657
AC
13155int
13156main ()
13157{
81ecdfbb
RW
13158
13159 /* Are we little or big endian? From Harbison&Steele. */
13160 union
13161 {
13162 long int l;
13163 char c[sizeof (long int)];
13164 } u;
13165 u.l = 1;
13166 return u.c[sizeof (long int) - 1] == 1;
13167
13168 ;
13169 return 0;
c906108c 13170}
b7026657 13171_ACEOF
81ecdfbb 13172if ac_fn_c_try_run "$LINENO"; then :
c906108c
SS
13173 ac_cv_c_bigendian=no
13174else
81ecdfbb 13175 ac_cv_c_bigendian=yes
c906108c 13176fi
81ecdfbb
RW
13177rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13178 conftest.$ac_objext conftest.beam conftest.$ac_ext
c906108c 13179fi
81ecdfbb
RW
13180
13181 fi
c906108c 13182fi
81ecdfbb
RW
13183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
13184$as_echo "$ac_cv_c_bigendian" >&6; }
13185 case $ac_cv_c_bigendian in #(
13186 yes)
13187 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
13188;; #(
13189 no)
13190 ;; #(
13191 universal)
c906108c 13192
81ecdfbb
RW
13193$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
13194
13195 ;; #(
13196 *)
13197 as_fn_error "unknown endianness
13198 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
13199 esac
c906108c
SS
13200
13201 if test $ac_cv_c_bigendian = yes; then
13202 sim_hostendian="-DWITH_HOST_BYTE_ORDER=BIG_ENDIAN"
13203 else
13204 sim_hostendian="-DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN"
13205 fi
13206else
13207 sim_hostendian="-DWITH_HOST_BYTE_ORDER=0"
13208fi
81ecdfbb
RW
13209fi
13210
c906108c 13211
2232061b
MF
13212# Check whether --enable-werror was given.
13213if test "${enable_werror+set}" = set; then :
13214 enableval=$enable_werror; case "${enableval}" in
13215 yes | y) ERROR_ON_WARNING="yes" ;;
13216 no | n) ERROR_ON_WARNING="no" ;;
13217 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13218 esac
13219fi
13220
13221
13222# Enable -Werror by default when using gcc
13223if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13224 ERROR_ON_WARNING=yes
51216631 13225fi
2232061b
MF
13226
13227WERROR_CFLAGS=""
13228if test "${ERROR_ON_WARNING}" = yes ; then
13229# NOTE: Disabled in the sim dir due to most sims generating warnings.
13230# WERROR_CFLAGS="-Werror"
13231 true
13232fi
13233
13234# The entries after -Wno-pointer-sign are disabled warnings which may
13235# be enabled in the future, which can not currently be used to build
13236# GDB.
13237# NOTE: If you change this list, remember to update
13238# gdb/doc/gdbint.texinfo.
13239build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13240-Wformat-nonliteral -Wno-pointer-sign \
13241-Wno-unused -Wunused-value -Wunused-function \
13242-Wno-switch -Wno-char-subscripts -Wmissing-prototypes"
13243
13244# Enable -Wno-format by default when using gcc on mingw since many
13245# GCC versions complain about %I64.
13246case "${host}" in
13247 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13248esac
13249
81ecdfbb
RW
13250# Check whether --enable-build-warnings was given.
13251if test "${enable_build_warnings+set}" = set; then :
13252 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
13253 yes) ;;
13254 no) build_warnings="-w";;
13255 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13256 build_warnings="${build_warnings} ${t}";;
13257 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13258 build_warnings="${t} ${build_warnings}";;
13259 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13260esac
13261if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13262 echo "Setting compiler warning flags = $build_warnings" 6>&1
13263fi
81ecdfbb
RW
13264fi
13265# Check whether --enable-sim-build-warnings was given.
13266if test "${enable_sim_build_warnings+set}" = set; then :
13267 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
13268 yes) ;;
13269 no) build_warnings="-w";;
13270 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 13271 build_warnings="${build_warnings} ${t}";;
c906108c 13272 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
13273 build_warnings="${t} ${build_warnings}";;
13274 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
13275esac
13276if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
13277 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13278fi
81ecdfbb
RW
13279fi
13280WARN_CFLAGS=""
d4f3574e
SS
13281if test "x${build_warnings}" != x -a "x$GCC" = xyes
13282then
81ecdfbb
RW
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13284$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
13285 # Separate out the -Werror flag as some files just cannot be
13286 # compiled with it enabled.
13287 for w in ${build_warnings}; do
13288 case $w in
13289 -Werr*) WERROR_CFLAGS=-Werror ;;
13290 *) # Check that GCC accepts it
13291 saved_CFLAGS="$CFLAGS"
13292 CFLAGS="$CFLAGS $w"
81ecdfbb 13293 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13294/* end confdefs.h. */
b7026657
AC
13295
13296int
13297main ()
81ecdfbb 13298{
b7026657 13299
81ecdfbb
RW
13300 ;
13301 return 0;
13302}
13303_ACEOF
13304if ac_fn_c_try_compile "$LINENO"; then :
13305 WARN_CFLAGS="${WARN_CFLAGS} $w"
13306fi
13307rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13308 CFLAGS="$saved_CFLAGS"
13309 esac
13310 done
2232061b
MF
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13312$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
b7026657 13313fi
b7026657 13314
81ecdfbb
RW
13315
13316default_sim_reserved_bits="1"
13317# Check whether --enable-sim-reserved-bits was given.
13318if test "${enable_sim_reserved_bits+set}" = set; then :
13319 enableval=$enable_sim_reserved_bits; case "${enableval}" in
13320 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13321 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
13322 *) as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
13323esac
13324if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13325 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
b7026657 13326fi
b7026657 13327else
81ecdfbb 13328 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
b7026657 13329fi
b7026657 13330
81ecdfbb
RW
13331wire_word_bitsize="32"
13332wire_word_msb="31"
13333wire_address_bitsize=""
13334wire_cell_bitsize=""
13335# Check whether --enable-sim-bitsize was given.
13336if test "${enable_sim_bitsize+set}" = set; then :
13337 enableval=$enable_sim_bitsize; sim_bitsize=
13338case "${enableval}" in
13339 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13340 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13341 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13342 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13343 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13344 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13345 else
13346 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13347 fi ;;
13348 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13349 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13350 else
13351 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13352 fi ;;
13353 *) as_fn_error "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13354esac
13355# address bitsize
13356tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13357case x"${tmp}" in
13358 x ) ;;
13359 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13360 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
13361 * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
13362esac
13363# cell bitsize
13364tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13365case x"${tmp}" in
13366 x ) ;;
13367 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13368 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
13369 * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
b7026657 13370esac
81ecdfbb
RW
13371if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13372 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13373fi
b7026657 13374else
81ecdfbb
RW
13375 sim_bitsize=""
13376if test x"$wire_word_bitsize" != x; then
13377 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13378fi
13379if test x"$wire_word_msb" != x; then
13380 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13381fi
13382if test x"$wire_address_bitsize" != x; then
13383 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13384fi
13385if test x"$wire_cell_bitsize" != x; then
13386 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13387fi
b7026657 13388fi
81ecdfbb
RW
13389
13390
13391for ac_func in time chmod utime fork execve execv chown
13392do :
13393 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13394ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13395eval as_val=\$$as_ac_var
13396 if test "x$as_val" = x""yes; then :
13397 cat >>confdefs.h <<_ACEOF
13398#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13399_ACEOF
b7026657
AC
13400
13401fi
81ecdfbb
RW
13402done
13403
13404for ac_header in unistd.h stdlib.h string.h strings.h utime.h time.h
13405do :
13406 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13407ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13408eval as_val=\$$as_ac_Header
13409 if test "x$as_val" = x""yes; then :
b7026657 13410 cat >>confdefs.h <<_ACEOF
81ecdfbb 13411#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
b7026657
AC
13412_ACEOF
13413
13414fi
13415
13416done
13417
13418
13419
13420ac_sources="$sim_link_files"
13421ac_dests="$sim_link_links"
13422while test -n "$ac_sources"; do
13423 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13424 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13425 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13426done
81ecdfbb 13427ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13428
13429cgen_breaks=""
13430if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13431cgen_breaks="break cgen_rtx_error";
13432fi
13433
81ecdfbb 13434ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13435
81ecdfbb 13436ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13437
81ecdfbb 13438ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13439
81ecdfbb 13440ac_config_commands="$ac_config_commands Makefile"
38f48d72 13441
81ecdfbb 13442ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13443
b7026657
AC
13444cat >confcache <<\_ACEOF
13445# This file is a shell script that caches the results of configure
13446# tests run on this system so they can be shared between configure
13447# scripts and configure runs, see configure's option --config-cache.
13448# It is not useful on other systems. If it contains results you don't
13449# want to keep, you may remove or edit it.
13450#
13451# config.status only pays attention to the cache file if you give it
13452# the --recheck option to rerun configure.
13453#
13454# `ac_cv_env_foo' variables (set or unset) will be overridden when
13455# loading this file, other *unset* `ac_cv_foo' will be assigned the
13456# following values.
13457
13458_ACEOF
13459
13460# The following way of writing the cache mishandles newlines in values,
13461# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13462# So, we kill variables containing newlines.
b7026657
AC
13463# Ultrix sh set writes to stderr and can't be redirected directly,
13464# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13465(
13466 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13467 eval ac_val=\$$ac_var
13468 case $ac_val in #(
13469 *${as_nl}*)
13470 case $ac_var in #(
13471 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13472$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13473 esac
13474 case $ac_var in #(
13475 _ | IFS | as_nl) ;; #(
13476 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13477 *) { eval $ac_var=; unset $ac_var;} ;;
13478 esac ;;
13479 esac
13480 done
13481
b7026657 13482 (set) 2>&1 |
81ecdfbb
RW
13483 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13484 *${as_nl}ac_space=\ *)
13485 # `set' does not quote correctly, so add quotes: double-quote
13486 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13487 sed -n \
13488 "s/'/'\\\\''/g;
13489 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13490 ;; #(
b7026657
AC
13491 *)
13492 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13493 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13494 ;;
81ecdfbb
RW
13495 esac |
13496 sort
13497) |
b7026657 13498 sed '
81ecdfbb 13499 /^ac_cv_env_/b end
b7026657 13500 t clear
81ecdfbb 13501 :clear
b7026657
AC
13502 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13503 t end
81ecdfbb
RW
13504 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13505 :end' >>confcache
13506if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13507 if test -w "$cache_file"; then
13508 test "x$cache_file" != "x/dev/null" &&
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13510$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13511 cat confcache >$cache_file
13512 else
81ecdfbb
RW
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13514$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13515 fi
13516fi
13517rm -f confcache
13518
13519test "x$prefix" = xNONE && prefix=$ac_default_prefix
13520# Let make expand exec_prefix.
13521test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13522
b7026657
AC
13523DEFS=-DHAVE_CONFIG_H
13524
13525ac_libobjs=
13526ac_ltlibobjs=
13527for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13528 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13529 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13530 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13531 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13532 # will be set to the directory where LIBOBJS objects are built.
13533 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13534 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13535done
13536LIBOBJS=$ac_libobjs
13537
13538LTLIBOBJS=$ac_ltlibobjs
13539
13540
db2e4d67
MF
13541if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13542 as_fn_error "conditional \"GMAKE\" was never defined.
13543Usually this means the macro was only invoked conditionally." "$LINENO" 5
13544fi
6bb11ab3
L
13545if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13546 as_fn_error "conditional \"PLUGINS\" was never defined.
13547Usually this means the macro was only invoked conditionally." "$LINENO" 5
13548fi
b7026657 13549
81ecdfbb 13550
b7026657 13551: ${CONFIG_STATUS=./config.status}
81ecdfbb 13552ac_write_fail=0
b7026657
AC
13553ac_clean_files_save=$ac_clean_files
13554ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13555{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13556$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13557as_write_fail=0
13558cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13559#! $SHELL
13560# Generated by $as_me.
13561# Run this file to recreate the current configuration.
13562# Compiler output produced by configure, useful for debugging
13563# configure, is in config.log if it exists.
13564
13565debug=false
13566ac_cs_recheck=false
13567ac_cs_silent=false
b7026657 13568
81ecdfbb
RW
13569SHELL=\${CONFIG_SHELL-$SHELL}
13570export SHELL
13571_ASEOF
13572cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13573## -------------------- ##
13574## M4sh Initialization. ##
13575## -------------------- ##
13576
13577# Be more Bourne compatible
13578DUALCASE=1; export DUALCASE # for MKS sh
13579if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13580 emulate sh
13581 NULLCMD=:
81ecdfbb 13582 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13583 # is contrary to our usage. Disable this feature.
13584 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13585 setopt NO_GLOB_SUBST
13586else
13587 case `(set -o) 2>/dev/null` in #(
13588 *posix*) :
13589 set -o posix ;; #(
13590 *) :
13591 ;;
13592esac
b7026657 13593fi
b7026657 13594
81ecdfbb
RW
13595
13596as_nl='
13597'
13598export as_nl
13599# Printing a long string crashes Solaris 7 /usr/bin/printf.
13600as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13601as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13602as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13603# Prefer a ksh shell builtin over an external printf program on Solaris,
13604# but without wasting forks for bash or zsh.
13605if test -z "$BASH_VERSION$ZSH_VERSION" \
13606 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13607 as_echo='print -r --'
13608 as_echo_n='print -rn --'
13609elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13610 as_echo='printf %s\n'
13611 as_echo_n='printf %s'
13612else
13613 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13614 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13615 as_echo_n='/usr/ucb/echo -n'
13616 else
13617 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13618 as_echo_n_body='eval
13619 arg=$1;
13620 case $arg in #(
13621 *"$as_nl"*)
13622 expr "X$arg" : "X\\(.*\\)$as_nl";
13623 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13624 esac;
13625 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13626 '
13627 export as_echo_n_body
13628 as_echo_n='sh -c $as_echo_n_body as_echo'
13629 fi
13630 export as_echo_body
13631 as_echo='sh -c $as_echo_body as_echo'
13632fi
13633
13634# The user is always right.
13635if test "${PATH_SEPARATOR+set}" != set; then
13636 PATH_SEPARATOR=:
13637 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13638 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13639 PATH_SEPARATOR=';'
13640 }
c906108c 13641fi
b7026657
AC
13642
13643
81ecdfbb
RW
13644# IFS
13645# We need space, tab and new line, in precisely that order. Quoting is
13646# there to prevent editors from complaining about space-tab.
13647# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13648# splitting by setting IFS to empty value.)
13649IFS=" "" $as_nl"
13650
13651# Find who we are. Look in the path if we contain no directory separator.
13652case $0 in #((
13653 *[\\/]* ) as_myself=$0 ;;
13654 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13655for as_dir in $PATH
13656do
13657 IFS=$as_save_IFS
13658 test -z "$as_dir" && as_dir=.
13659 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13660 done
13661IFS=$as_save_IFS
13662
13663 ;;
13664esac
13665# We did not find ourselves, most probably we were run as `sh COMMAND'
13666# in which case we are not to be found in the path.
13667if test "x$as_myself" = x; then
13668 as_myself=$0
13669fi
13670if test ! -f "$as_myself"; then
13671 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13672 exit 1
13673fi
13674
13675# Unset variables that we do not need and which cause bugs (e.g. in
13676# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13677# suppresses any "Segmentation fault" message there. '((' could
13678# trigger a bug in pdksh 5.2.14.
13679for as_var in BASH_ENV ENV MAIL MAILPATH
13680do eval test x\${$as_var+set} = xset \
13681 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13682done
b7026657
AC
13683PS1='$ '
13684PS2='> '
13685PS4='+ '
13686
13687# NLS nuisances.
81ecdfbb
RW
13688LC_ALL=C
13689export LC_ALL
13690LANGUAGE=C
13691export LANGUAGE
13692
13693# CDPATH.
13694(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13695
13696
13697# as_fn_error ERROR [LINENO LOG_FD]
13698# ---------------------------------
13699# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13700# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13701# script with status $?, using 1 if that was 0.
13702as_fn_error ()
13703{
13704 as_status=$?; test $as_status -eq 0 && as_status=1
13705 if test "$3"; then
13706 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13707 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 13708 fi
81ecdfbb
RW
13709 $as_echo "$as_me: error: $1" >&2
13710 as_fn_exit $as_status
13711} # as_fn_error
13712
13713
13714# as_fn_set_status STATUS
13715# -----------------------
13716# Set $? to STATUS, without forking.
13717as_fn_set_status ()
13718{
13719 return $1
13720} # as_fn_set_status
13721
13722# as_fn_exit STATUS
13723# -----------------
13724# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13725as_fn_exit ()
13726{
13727 set +e
13728 as_fn_set_status $1
13729 exit $1
13730} # as_fn_exit
13731
13732# as_fn_unset VAR
13733# ---------------
13734# Portably unset VAR.
13735as_fn_unset ()
13736{
13737 { eval $1=; unset $1;}
13738}
13739as_unset=as_fn_unset
13740# as_fn_append VAR VALUE
13741# ----------------------
13742# Append the text in VALUE to the end of the definition contained in VAR. Take
13743# advantage of any shell optimizations that allow amortized linear growth over
13744# repeated appends, instead of the typical quadratic growth present in naive
13745# implementations.
13746if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13747 eval 'as_fn_append ()
13748 {
13749 eval $1+=\$2
13750 }'
13751else
13752 as_fn_append ()
13753 {
13754 eval $1=\$$1\$2
13755 }
13756fi # as_fn_append
13757
13758# as_fn_arith ARG...
13759# ------------------
13760# Perform arithmetic evaluation on the ARGs, and store the result in the
13761# global $as_val. Take advantage of shells that can avoid forks. The arguments
13762# must be portable across $(()) and expr.
13763if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13764 eval 'as_fn_arith ()
13765 {
13766 as_val=$(( $* ))
13767 }'
13768else
13769 as_fn_arith ()
13770 {
13771 as_val=`expr "$@" || test $? -eq 1`
13772 }
13773fi # as_fn_arith
13774
b7026657 13775
81ecdfbb
RW
13776if expr a : '\(a\)' >/dev/null 2>&1 &&
13777 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
13778 as_expr=expr
13779else
13780 as_expr=false
c906108c 13781fi
b7026657 13782
81ecdfbb 13783if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13784 as_basename=basename
13785else
13786 as_basename=false
c906108c 13787fi
b7026657 13788
81ecdfbb
RW
13789if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13790 as_dirname=dirname
13791else
13792 as_dirname=false
13793fi
b7026657 13794
81ecdfbb 13795as_me=`$as_basename -- "$0" ||
b7026657
AC
13796$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13797 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13798 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13799$as_echo X/"$0" |
13800 sed '/^.*\/\([^/][^/]*\)\/*$/{
13801 s//\1/
13802 q
13803 }
13804 /^X\/\(\/\/\)$/{
13805 s//\1/
13806 q
13807 }
13808 /^X\/\(\/\).*/{
13809 s//\1/
13810 q
13811 }
13812 s/.*/./; q'`
b7026657 13813
b7026657
AC
13814# Avoid depending upon Character Ranges.
13815as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13816as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13817as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13818as_cr_digits='0123456789'
13819as_cr_alnum=$as_cr_Letters$as_cr_digits
13820
81ecdfbb
RW
13821ECHO_C= ECHO_N= ECHO_T=
13822case `echo -n x` in #(((((
13823-n*)
13824 case `echo 'xy\c'` in
13825 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13826 xy) ECHO_C='\c';;
13827 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13828 ECHO_T=' ';;
13829 esac;;
13830*)
13831 ECHO_N='-n';;
b7026657
AC
13832esac
13833
81ecdfbb
RW
13834rm -f conf$$ conf$$.exe conf$$.file
13835if test -d conf$$.dir; then
13836 rm -f conf$$.dir/conf$$.file
c906108c 13837else
81ecdfbb
RW
13838 rm -f conf$$.dir
13839 mkdir conf$$.dir 2>/dev/null
c906108c 13840fi
81ecdfbb
RW
13841if (echo >conf$$.file) 2>/dev/null; then
13842 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13843 as_ln_s='ln -s'
81ecdfbb
RW
13844 # ... but there are two gotchas:
13845 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13846 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13847 # In both cases, we have to default to `cp -p'.
13848 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13849 as_ln_s='cp -p'
13850 elif ln conf$$.file conf$$ 2>/dev/null; then
13851 as_ln_s=ln
13852 else
13853 as_ln_s='cp -p'
b7026657 13854 fi
b7026657
AC
13855else
13856 as_ln_s='cp -p'
c906108c 13857fi
81ecdfbb
RW
13858rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13859rmdir conf$$.dir 2>/dev/null
13860
13861
13862# as_fn_mkdir_p
13863# -------------
13864# Create "$as_dir" as a directory, including parents if necessary.
13865as_fn_mkdir_p ()
13866{
13867
13868 case $as_dir in #(
13869 -*) as_dir=./$as_dir;;
13870 esac
13871 test -d "$as_dir" || eval $as_mkdir_p || {
13872 as_dirs=
13873 while :; do
13874 case $as_dir in #(
13875 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13876 *) as_qdir=$as_dir;;
13877 esac
13878 as_dirs="'$as_qdir' $as_dirs"
13879 as_dir=`$as_dirname -- "$as_dir" ||
13880$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13881 X"$as_dir" : 'X\(//\)[^/]' \| \
13882 X"$as_dir" : 'X\(//\)$' \| \
13883 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13884$as_echo X"$as_dir" |
13885 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13886 s//\1/
13887 q
13888 }
13889 /^X\(\/\/\)[^/].*/{
13890 s//\1/
13891 q
13892 }
13893 /^X\(\/\/\)$/{
13894 s//\1/
13895 q
13896 }
13897 /^X\(\/\).*/{
13898 s//\1/
13899 q
13900 }
13901 s/.*/./; q'`
13902 test -d "$as_dir" && break
13903 done
13904 test -z "$as_dirs" || eval "mkdir $as_dirs"
13905 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13906
c906108c 13907
81ecdfbb 13908} # as_fn_mkdir_p
b7026657 13909if mkdir -p . 2>/dev/null; then
81ecdfbb 13910 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 13911else
b7026657
AC
13912 test -d ./-p && rmdir ./-p
13913 as_mkdir_p=false
c906108c 13914fi
c906108c 13915
81ecdfbb
RW
13916if test -x / >/dev/null 2>&1; then
13917 as_test_x='test -x'
13918else
13919 if ls -dL / >/dev/null 2>&1; then
13920 as_ls_L_option=L
13921 else
13922 as_ls_L_option=
13923 fi
13924 as_test_x='
13925 eval sh -c '\''
13926 if test -d "$1"; then
13927 test -d "$1/.";
13928 else
13929 case $1 in #(
13930 -*)set "./$1";;
13931 esac;
13932 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13933 ???[sx]*):;;*)false;;esac;fi
13934 '\'' sh
13935 '
13936fi
13937as_executable_p=$as_test_x
b7026657
AC
13938
13939# Sed expression to map a string onto a valid CPP name.
13940as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13941
13942# Sed expression to map a string onto a valid variable name.
13943as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13944
13945
b7026657 13946exec 6>&1
81ecdfbb
RW
13947## ----------------------------------- ##
13948## Main body of $CONFIG_STATUS script. ##
13949## ----------------------------------- ##
13950_ASEOF
13951test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13952
13953cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13954# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13955# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13956# values after options handling.
13957ac_log="
b7026657 13958This file was extended by $as_me, which was
81ecdfbb 13959generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
13960
13961 CONFIG_FILES = $CONFIG_FILES
13962 CONFIG_HEADERS = $CONFIG_HEADERS
13963 CONFIG_LINKS = $CONFIG_LINKS
13964 CONFIG_COMMANDS = $CONFIG_COMMANDS
13965 $ $0 $@
13966
81ecdfbb
RW
13967on `(hostname || uname -n) 2>/dev/null | sed 1q`
13968"
13969
b7026657
AC
13970_ACEOF
13971
81ecdfbb
RW
13972case $ac_config_files in *"
13973"*) set x $ac_config_files; shift; ac_config_files=$*;;
13974esac
b7026657 13975
81ecdfbb
RW
13976case $ac_config_headers in *"
13977"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13978esac
b7026657 13979
c906108c 13980
81ecdfbb
RW
13981cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13982# Files that config.status was made for.
13983config_files="$ac_config_files"
13984config_headers="$ac_config_headers"
13985config_links="$ac_config_links"
13986config_commands="$ac_config_commands"
c906108c 13987
81ecdfbb 13988_ACEOF
c906108c 13989
81ecdfbb 13990cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 13991ac_cs_usage="\
81ecdfbb
RW
13992\`$as_me' instantiates files and other configuration actions
13993from templates according to the current configuration. Unless the files
13994and actions are specified as TAGs, all are instantiated by default.
c906108c 13995
81ecdfbb 13996Usage: $0 [OPTION]... [TAG]...
379832de 13997
b7026657 13998 -h, --help print this help, then exit
81ecdfbb
RW
13999 -V, --version print version number and configuration settings, then exit
14000 -q, --quiet, --silent
14001 do not print progress messages
b7026657
AC
14002 -d, --debug don't remove temporary files
14003 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14004 --file=FILE[:TEMPLATE]
14005 instantiate the configuration file FILE
14006 --header=FILE[:TEMPLATE]
14007 instantiate the configuration header FILE
b7026657
AC
14008
14009Configuration files:
14010$config_files
14011
14012Configuration headers:
14013$config_headers
14014
14015Configuration links:
14016$config_links
14017
14018Configuration commands:
14019$config_commands
14020
81ecdfbb 14021Report bugs to the package provider."
b7026657 14022
81ecdfbb
RW
14023_ACEOF
14024cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14025ac_cs_version="\\
14026config.status
81ecdfbb
RW
14027configured by $0, generated by GNU Autoconf 2.64,
14028 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14029
81ecdfbb 14030Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14031This config.status script is free software; the Free Software Foundation
14032gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14033
14034ac_pwd='$ac_pwd'
14035srcdir='$srcdir'
14036INSTALL='$INSTALL'
6bb11ab3 14037AWK='$AWK'
81ecdfbb 14038test -n "\$AWK" || AWK=awk
b7026657
AC
14039_ACEOF
14040
81ecdfbb
RW
14041cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14042# The default lists apply if the user does not specify any file.
b7026657
AC
14043ac_need_defaults=:
14044while test $# != 0
14045do
14046 case $1 in
14047 --*=*)
81ecdfbb
RW
14048 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14049 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14050 ac_shift=:
c906108c 14051 ;;
81ecdfbb 14052 *)
b7026657
AC
14053 ac_option=$1
14054 ac_optarg=$2
14055 ac_shift=shift
c906108c 14056 ;;
b7026657 14057 esac
c906108c 14058
b7026657
AC
14059 case $ac_option in
14060 # Handling of the options.
b7026657
AC
14061 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14062 ac_cs_recheck=: ;;
81ecdfbb
RW
14063 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14064 $as_echo "$ac_cs_version"; exit ;;
14065 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14066 debug=: ;;
14067 --file | --fil | --fi | --f )
14068 $ac_shift
81ecdfbb
RW
14069 case $ac_optarg in
14070 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14071 esac
14072 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14073 ac_need_defaults=false;;
14074 --header | --heade | --head | --hea )
14075 $ac_shift
81ecdfbb
RW
14076 case $ac_optarg in
14077 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14078 esac
14079 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14080 ac_need_defaults=false;;
81ecdfbb
RW
14081 --he | --h)
14082 # Conflict between --help and --header
14083 as_fn_error "ambiguous option: \`$1'
14084Try \`$0 --help' for more information.";;
14085 --help | --hel | -h )
14086 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14087 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14088 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14089 ac_cs_silent=: ;;
c906108c 14090
b7026657 14091 # This is an error.
81ecdfbb
RW
14092 -*) as_fn_error "unrecognized option: \`$1'
14093Try \`$0 --help' for more information." ;;
c906108c 14094
81ecdfbb
RW
14095 *) as_fn_append ac_config_targets " $1"
14096 ac_need_defaults=false ;;
b7026657
AC
14097
14098 esac
14099 shift
14100done
14101
14102ac_configure_extra_args=
14103
14104if $ac_cs_silent; then
14105 exec 6>/dev/null
14106 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14107fi
14108
b7026657 14109_ACEOF
81ecdfbb 14110cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14111if \$ac_cs_recheck; then
81ecdfbb
RW
14112 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14113 shift
14114 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14115 CONFIG_SHELL='$SHELL'
14116 export CONFIG_SHELL
14117 exec "\$@"
b7026657 14118fi
c906108c 14119
b7026657 14120_ACEOF
81ecdfbb
RW
14121cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14122exec 5>>config.log
14123{
14124 echo
14125 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14126## Running $as_me. ##
14127_ASBOX
14128 $as_echo "$ac_log"
14129} >&5
c906108c 14130
81ecdfbb
RW
14131_ACEOF
14132cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14133#
14134# INIT-COMMANDS
14135#
14136ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14137
6bb11ab3
L
14138
14139# The HP-UX ksh and POSIX shell print the target directory to stdout
14140# if CDPATH is set.
14141(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14142
14143sed_quote_subst='$sed_quote_subst'
14144double_quote_subst='$double_quote_subst'
14145delay_variable_subst='$delay_variable_subst'
14146macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14147macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14148enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14149enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14150pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14151enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14152SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14153ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14154host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14155host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14156host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14157build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14158build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14159build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14160SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14161Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14162GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14163EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14164FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14165LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14166NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14167LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14168max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14169ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14170exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14171lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14172lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14173lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14174reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14175reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14176OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14177deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14178file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14179AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14180AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14181STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14182RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14183old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14184old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14185old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14186lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14187CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14188CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14189compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14190GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14191lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14192lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14193lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14194lt_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"`'
14195objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14196MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14197lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14198lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14199lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14200lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14201lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14202need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14203DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14204NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14205LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14206OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14207OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14208libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14209shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14210extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14211archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14212enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14213export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14214whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14215compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14216old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14217old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14218archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14219archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14220module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14221module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14222with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14223allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14224no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14225hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14226hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14227hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14228hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14229hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14230hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14231hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14232hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14233inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14234link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14235fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14236always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14237export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14238exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14239include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14240prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14241file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14242variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14243need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14244need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14245version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14246runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14247shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14248shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14249libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14250library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14251soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14252install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14253postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14254postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14255finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14256finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14257hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14258sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14259sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14260hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14261enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14262enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14263enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14264old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14265striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14266
14267LTCC='$LTCC'
14268LTCFLAGS='$LTCFLAGS'
14269compiler='$compiler_DEFAULT'
14270
14271# A function that is used when there is no print builtin or printf.
14272func_fallback_echo ()
14273{
14274 eval 'cat <<_LTECHO_EOF
14275\$1
14276_LTECHO_EOF'
14277}
14278
14279# Quote evaled strings.
14280for var in SHELL \
14281ECHO \
14282SED \
14283GREP \
14284EGREP \
14285FGREP \
14286LD \
14287NM \
14288LN_S \
14289lt_SP2NL \
14290lt_NL2SP \
14291reload_flag \
14292OBJDUMP \
14293deplibs_check_method \
14294file_magic_cmd \
14295AR \
14296AR_FLAGS \
14297STRIP \
14298RANLIB \
14299CC \
14300CFLAGS \
14301compiler \
14302lt_cv_sys_global_symbol_pipe \
14303lt_cv_sys_global_symbol_to_cdecl \
14304lt_cv_sys_global_symbol_to_c_name_address \
14305lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14306lt_prog_compiler_no_builtin_flag \
14307lt_prog_compiler_wl \
14308lt_prog_compiler_pic \
14309lt_prog_compiler_static \
14310lt_cv_prog_compiler_c_o \
14311need_locks \
14312DSYMUTIL \
14313NMEDIT \
14314LIPO \
14315OTOOL \
14316OTOOL64 \
14317shrext_cmds \
14318export_dynamic_flag_spec \
14319whole_archive_flag_spec \
14320compiler_needs_object \
14321with_gnu_ld \
14322allow_undefined_flag \
14323no_undefined_flag \
14324hardcode_libdir_flag_spec \
14325hardcode_libdir_flag_spec_ld \
14326hardcode_libdir_separator \
14327fix_srcfile_path \
14328exclude_expsyms \
14329include_expsyms \
14330file_list_spec \
14331variables_saved_for_relink \
14332libname_spec \
14333library_names_spec \
14334soname_spec \
14335install_override_mode \
14336finish_eval \
14337old_striplib \
14338striplib; do
14339 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14340 *[\\\\\\\`\\"\\\$]*)
14341 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14342 ;;
14343 *)
14344 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14345 ;;
14346 esac
14347done
14348
14349# Double-quote double-evaled strings.
14350for var in reload_cmds \
14351old_postinstall_cmds \
14352old_postuninstall_cmds \
14353old_archive_cmds \
14354extract_expsyms_cmds \
14355old_archive_from_new_cmds \
14356old_archive_from_expsyms_cmds \
14357archive_cmds \
14358archive_expsym_cmds \
14359module_cmds \
14360module_expsym_cmds \
14361export_symbols_cmds \
14362prelink_cmds \
14363postinstall_cmds \
14364postuninstall_cmds \
14365finish_cmds \
14366sys_lib_search_path_spec \
14367sys_lib_dlsearch_path_spec; do
14368 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14369 *[\\\\\\\`\\"\\\$]*)
14370 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14371 ;;
14372 *)
14373 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14374 ;;
14375 esac
14376done
14377
14378ac_aux_dir='$ac_aux_dir'
14379xsi_shell='$xsi_shell'
14380lt_shell_append='$lt_shell_append'
14381
14382# See if we are running on zsh, and set the options which allow our
14383# commands through without removal of \ escapes INIT.
14384if test -n "\${ZSH_VERSION+set}" ; then
14385 setopt NO_GLOB_SUBST
14386fi
14387
14388
14389 PACKAGE='$PACKAGE'
14390 VERSION='$VERSION'
14391 TIMESTAMP='$TIMESTAMP'
14392 RM='$RM'
14393 ofile='$ofile'
14394
14395
14396
14397
81ecdfbb 14398_ACEOF
c906108c 14399
81ecdfbb 14400cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14401
81ecdfbb 14402# Handling of arguments.
b7026657 14403for ac_config_target in $ac_config_targets
c906108c 14404do
81ecdfbb
RW
14405 case $ac_config_target in
14406 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14407 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14408 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14409 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14410 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14411 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14412 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14413 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14414 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14415
14416 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14417 esac
14418done
14419
81ecdfbb 14420
b7026657
AC
14421# If the user did not use the arguments to specify the items to instantiate,
14422# then the envvar interface is used. Set only those that are not.
14423# We use the long form for the default assignment because of an extremely
14424# bizarre bug on SunOS 4.1.3.
14425if $ac_need_defaults; then
14426 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14427 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14428 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14429 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14430fi
14431
14432# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14433# simply because there is no reason against having it here, and in addition,
b7026657 14434# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14435# Hook for its removal unless debugging.
14436# Note that there is a small window in which the directory will not be cleaned:
14437# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14438$debug ||
14439{
81ecdfbb
RW
14440 tmp=
14441 trap 'exit_status=$?
14442 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14443' 0
14444 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14445}
b7026657 14446# Create a (secure) tmp directory for tmp files.
c906108c 14447
b7026657 14448{
81ecdfbb 14449 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14450 test -n "$tmp" && test -d "$tmp"
14451} ||
14452{
81ecdfbb
RW
14453 tmp=./conf$$-$RANDOM
14454 (umask 077 && mkdir "$tmp")
14455} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 14456
81ecdfbb
RW
14457# Set up the scripts for CONFIG_FILES section.
14458# No need to generate them if there are no CONFIG_FILES.
14459# This happens for instance with `./config.status config.h'.
14460if test -n "$CONFIG_FILES"; then
b7026657 14461
c906108c 14462
81ecdfbb
RW
14463ac_cr=`echo X | tr X '\015'`
14464# On cygwin, bash can eat \r inside `` if the user requested igncr.
14465# But we know of no other shell where ac_cr would be empty at this
14466# point, so we can use a bashism as a fallback.
14467if test "x$ac_cr" = x; then
14468 eval ac_cr=\$\'\\r\'
14469fi
14470ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14471if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14472 ac_cs_awk_cr='\r'
14473else
14474 ac_cs_awk_cr=$ac_cr
14475fi
b7026657 14476
81ecdfbb 14477echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14478_ACEOF
14479
c906108c 14480
81ecdfbb
RW
14481{
14482 echo "cat >conf$$subs.awk <<_ACEOF" &&
14483 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14484 echo "_ACEOF"
14485} >conf$$subs.sh ||
14486 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14487ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14488ac_delim='%!_!# '
14489for ac_last_try in false false false false false :; do
14490 . ./conf$$subs.sh ||
14491 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14492
14493 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14494 if test $ac_delim_n = $ac_delim_num; then
14495 break
14496 elif $ac_last_try; then
14497 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 14498 else
81ecdfbb
RW
14499 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14500 fi
14501done
14502rm -f conf$$subs.sh
14503
14504cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14505cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14506_ACEOF
14507sed -n '
14508h
14509s/^/S["/; s/!.*/"]=/
14510p
14511g
14512s/^[^!]*!//
14513:repl
14514t repl
14515s/'"$ac_delim"'$//
14516t delim
14517:nl
14518h
14519s/\(.\{148\}\).*/\1/
14520t more1
14521s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14522p
14523n
14524b repl
14525:more1
14526s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14527p
14528g
14529s/.\{148\}//
14530t nl
14531:delim
14532h
14533s/\(.\{148\}\).*/\1/
14534t more2
14535s/["\\]/\\&/g; s/^/"/; s/$/"/
14536p
14537b
14538:more2
14539s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14540p
14541g
14542s/.\{148\}//
14543t delim
14544' <conf$$subs.awk | sed '
14545/^[^""]/{
14546 N
14547 s/\n//
14548}
14549' >>$CONFIG_STATUS || ac_write_fail=1
14550rm -f conf$$subs.awk
14551cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14552_ACAWK
14553cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14554 for (key in S) S_is_set[key] = 1
14555 FS = "\a"
b7026657 14556
81ecdfbb
RW
14557}
14558{
14559 line = $ 0
14560 nfields = split(line, field, "@")
14561 substed = 0
14562 len = length(field[1])
14563 for (i = 2; i < nfields; i++) {
14564 key = field[i]
14565 keylen = length(key)
14566 if (S_is_set[key]) {
14567 value = S[key]
14568 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14569 len += length(value) + length(field[++i])
14570 substed = 1
14571 } else
14572 len += 1 + keylen
14573 }
14574
14575 print line
14576}
c906108c 14577
81ecdfbb
RW
14578_ACAWK
14579_ACEOF
14580cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14581if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14582 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14583else
81ecdfbb
RW
14584 cat
14585fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14586 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14587_ACEOF
b7026657 14588
81ecdfbb
RW
14589# VPATH may cause trouble with some makes, so we remove $(srcdir),
14590# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14591# trailing colons and then remove the whole line if VPATH becomes empty
14592# (actually we leave an empty line to preserve line numbers).
14593if test "x$srcdir" = x.; then
14594 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14595s/:*\$(srcdir):*/:/
14596s/:*\${srcdir}:*/:/
14597s/:*@srcdir@:*/:/
14598s/^\([^=]*=[ ]*\):*/\1/
14599s/:*$//
14600s/^[^=]*=[ ]*$//
14601}'
14602fi
c906108c 14603
81ecdfbb
RW
14604cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14605fi # test -n "$CONFIG_FILES"
c906108c 14606
81ecdfbb
RW
14607# Set up the scripts for CONFIG_HEADERS section.
14608# No need to generate them if there are no CONFIG_HEADERS.
14609# This happens for instance with `./config.status Makefile'.
14610if test -n "$CONFIG_HEADERS"; then
14611cat >"$tmp/defines.awk" <<\_ACAWK ||
14612BEGIN {
14613_ACEOF
b7026657 14614
81ecdfbb
RW
14615# Transform confdefs.h into an awk script `defines.awk', embedded as
14616# here-document in config.status, that substitutes the proper values into
14617# config.h.in to produce config.h.
c906108c 14618
81ecdfbb
RW
14619# Create a delimiter string that does not exist in confdefs.h, to ease
14620# handling of long lines.
14621ac_delim='%!_!# '
14622for ac_last_try in false false :; do
14623 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14624 if test -z "$ac_t"; then
14625 break
14626 elif $ac_last_try; then
14627 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14628 else
81ecdfbb 14629 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14630 fi
b7026657 14631done
81ecdfbb
RW
14632
14633# For the awk script, D is an array of macro values keyed by name,
14634# likewise P contains macro parameters if any. Preserve backslash
14635# newline sequences.
14636
14637ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14638sed -n '
14639s/.\{148\}/&'"$ac_delim"'/g
14640t rset
14641:rset
14642s/^[ ]*#[ ]*define[ ][ ]*/ /
14643t def
14644d
14645:def
14646s/\\$//
14647t bsnl
14648s/["\\]/\\&/g
14649s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14650D["\1"]=" \3"/p
14651s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14652d
14653:bsnl
14654s/["\\]/\\&/g
14655s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14656D["\1"]=" \3\\\\\\n"\\/p
14657t cont
14658s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14659t cont
14660d
14661:cont
14662n
14663s/.\{148\}/&'"$ac_delim"'/g
14664t clear
14665:clear
14666s/\\$//
14667t bsnlc
14668s/["\\]/\\&/g; s/^/"/; s/$/"/p
14669d
14670:bsnlc
14671s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14672b cont
14673' <confdefs.h | sed '
14674s/'"$ac_delim"'/"\\\
14675"/g' >>$CONFIG_STATUS || ac_write_fail=1
14676
14677cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14678 for (key in D) D_is_set[key] = 1
14679 FS = "\a"
14680}
14681/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14682 line = \$ 0
14683 split(line, arg, " ")
14684 if (arg[1] == "#") {
14685 defundef = arg[2]
14686 mac1 = arg[3]
14687 } else {
14688 defundef = substr(arg[1], 2)
14689 mac1 = arg[2]
14690 }
14691 split(mac1, mac2, "(") #)
14692 macro = mac2[1]
14693 prefix = substr(line, 1, index(line, defundef) - 1)
14694 if (D_is_set[macro]) {
14695 # Preserve the white space surrounding the "#".
14696 print prefix "define", macro P[macro] D[macro]
14697 next
14698 } else {
14699 # Replace #undef with comments. This is necessary, for example,
14700 # in the case of _POSIX_SOURCE, which is predefined and required
14701 # on some systems where configure will not decide to define it.
14702 if (defundef == "undef") {
14703 print "/*", prefix defundef, macro, "*/"
14704 next
14705 }
14706 }
14707}
14708{ print }
14709_ACAWK
b7026657 14710_ACEOF
81ecdfbb
RW
14711cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14712 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14713fi # test -n "$CONFIG_HEADERS"
b7026657 14714
c906108c 14715
81ecdfbb
RW
14716eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14717shift
14718for ac_tag
14719do
14720 case $ac_tag in
14721 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 14722 esac
81ecdfbb
RW
14723 case $ac_mode$ac_tag in
14724 :[FHL]*:*);;
14725 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14726 :[FH]-) ac_tag=-:-;;
14727 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14728 esac
14729 ac_save_IFS=$IFS
14730 IFS=:
14731 set x $ac_tag
14732 IFS=$ac_save_IFS
14733 shift
14734 ac_file=$1
14735 shift
c906108c 14736
81ecdfbb
RW
14737 case $ac_mode in
14738 :L) ac_source=$1;;
14739 :[FH])
14740 ac_file_inputs=
14741 for ac_f
14742 do
14743 case $ac_f in
14744 -) ac_f="$tmp/stdin";;
14745 *) # Look for the file first in the build tree, then in the source tree
14746 # (if the path is not absolute). The absolute path cannot be DOS-style,
14747 # because $ac_f cannot contain `:'.
14748 test -f "$ac_f" ||
14749 case $ac_f in
14750 [\\/$]*) false;;
14751 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14752 esac ||
14753 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14754 esac
81ecdfbb
RW
14755 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14756 as_fn_append ac_file_inputs " '$ac_f'"
14757 done
b7026657 14758
81ecdfbb
RW
14759 # Let's still pretend it is `configure' which instantiates (i.e., don't
14760 # use $as_me), people would be surprised to read:
14761 # /* config.h. Generated by config.status. */
14762 configure_input='Generated from '`
14763 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14764 `' by configure.'
14765 if test x"$ac_file" != x-; then
14766 configure_input="$ac_file. $configure_input"
14767 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14768$as_echo "$as_me: creating $ac_file" >&6;}
14769 fi
14770 # Neutralize special characters interpreted by sed in replacement strings.
14771 case $configure_input in #(
14772 *\&* | *\|* | *\\* )
14773 ac_sed_conf_input=`$as_echo "$configure_input" |
14774 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14775 *) ac_sed_conf_input=$configure_input;;
14776 esac
b7026657 14777
81ecdfbb
RW
14778 case $ac_tag in
14779 *:-:* | *:-) cat >"$tmp/stdin" \
14780 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14781 esac
14782 ;;
14783 esac
b7026657 14784
81ecdfbb 14785 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14786$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14787 X"$ac_file" : 'X\(//\)[^/]' \| \
14788 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14789 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14790$as_echo X"$ac_file" |
14791 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14792 s//\1/
14793 q
14794 }
14795 /^X\(\/\/\)[^/].*/{
14796 s//\1/
14797 q
14798 }
14799 /^X\(\/\/\)$/{
14800 s//\1/
14801 q
14802 }
14803 /^X\(\/\).*/{
14804 s//\1/
14805 q
14806 }
14807 s/.*/./; q'`
14808 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14809 ac_builddir=.
14810
81ecdfbb
RW
14811case "$ac_dir" in
14812.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14813*)
14814 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14815 # A ".." for each directory in $ac_dir_suffix.
14816 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14817 case $ac_top_builddir_sub in
14818 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14819 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14820 esac ;;
14821esac
14822ac_abs_top_builddir=$ac_pwd
14823ac_abs_builddir=$ac_pwd$ac_dir_suffix
14824# for backward compatibility:
14825ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14826
14827case $srcdir in
81ecdfbb 14828 .) # We are building in place.
b7026657 14829 ac_srcdir=.
81ecdfbb
RW
14830 ac_top_srcdir=$ac_top_builddir_sub
14831 ac_abs_top_srcdir=$ac_pwd ;;
14832 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14833 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14834 ac_top_srcdir=$srcdir
14835 ac_abs_top_srcdir=$srcdir ;;
14836 *) # Relative name.
14837 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14838 ac_top_srcdir=$ac_top_build_prefix$srcdir
14839 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14840esac
81ecdfbb 14841ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14842
c906108c 14843
81ecdfbb
RW
14844 case $ac_mode in
14845 :F)
14846 #
14847 # CONFIG_FILE
14848 #
b7026657 14849
81ecdfbb
RW
14850 case $INSTALL in
14851 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14852 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14853 esac
81ecdfbb 14854_ACEOF
c906108c 14855
81ecdfbb
RW
14856cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14857# If the template does not know about datarootdir, expand it.
14858# FIXME: This hack should be removed a few years after 2.60.
14859ac_datarootdir_hack=; ac_datarootdir_seen=
14860ac_sed_dataroot='
14861/datarootdir/ {
14862 p
14863 q
14864}
14865/@datadir@/p
14866/@docdir@/p
14867/@infodir@/p
14868/@localedir@/p
14869/@mandir@/p'
14870case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14871*datarootdir*) ac_datarootdir_seen=yes;;
14872*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14874$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14875_ACEOF
14876cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14877 ac_datarootdir_hack='
14878 s&@datadir@&$datadir&g
14879 s&@docdir@&$docdir&g
14880 s&@infodir@&$infodir&g
14881 s&@localedir@&$localedir&g
14882 s&@mandir@&$mandir&g
14883 s&\\\${datarootdir}&$datarootdir&g' ;;
14884esac
b7026657 14885_ACEOF
b7026657 14886
81ecdfbb
RW
14887# Neutralize VPATH when `$srcdir' = `.'.
14888# Shell code in configure.ac might set extrasub.
14889# FIXME: do we really want to maintain this feature?
14890cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14891ac_sed_extra="$ac_vpsub
14892$extrasub
14893_ACEOF
14894cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14895:t
14896/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14897s|@configure_input@|$ac_sed_conf_input|;t t
14898s&@top_builddir@&$ac_top_builddir_sub&;t t
14899s&@top_build_prefix@&$ac_top_build_prefix&;t t
14900s&@srcdir@&$ac_srcdir&;t t
14901s&@abs_srcdir@&$ac_abs_srcdir&;t t
14902s&@top_srcdir@&$ac_top_srcdir&;t t
14903s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14904s&@builddir@&$ac_builddir&;t t
14905s&@abs_builddir@&$ac_abs_builddir&;t t
14906s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14907s&@INSTALL@&$ac_INSTALL&;t t
14908$ac_datarootdir_hack
14909"
14910eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14911 || as_fn_error "could not create $ac_file" "$LINENO" 5
14912
14913test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14914 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14915 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14917which seems to be undefined. Please make sure it is defined." >&5
14918$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14919which seems to be undefined. Please make sure it is defined." >&2;}
14920
14921 rm -f "$tmp/stdin"
14922 case $ac_file in
14923 -) cat "$tmp/out" && rm -f "$tmp/out";;
14924 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14925 esac \
14926 || as_fn_error "could not create $ac_file" "$LINENO" 5
14927 ;;
14928 :H)
14929 #
14930 # CONFIG_HEADER
14931 #
14932 if test x"$ac_file" != x-; then
14933 {
14934 $as_echo "/* $configure_input */" \
14935 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14936 } >"$tmp/config.h" \
14937 || as_fn_error "could not create $ac_file" "$LINENO" 5
14938 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14939 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14940$as_echo "$as_me: $ac_file is unchanged" >&6;}
14941 else
14942 rm -f "$ac_file"
14943 mv "$tmp/config.h" "$ac_file" \
14944 || as_fn_error "could not create $ac_file" "$LINENO" 5
14945 fi
b7026657 14946 else
81ecdfbb
RW
14947 $as_echo "/* $configure_input */" \
14948 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14949 || as_fn_error "could not create -" "$LINENO" 5
14950 fi
14951 ;;
14952 :L)
14953 #
14954 # CONFIG_LINK
14955 #
b7026657 14956
81ecdfbb
RW
14957 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14958 :
14959 else
14960 # Prefer the file from the source tree if names are identical.
14961 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
14962 ac_source=$srcdir/$ac_source
14963 fi
b7026657 14964
81ecdfbb
RW
14965 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
14966$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 14967
81ecdfbb
RW
14968 if test ! -r "$ac_source"; then
14969 as_fn_error "$ac_source: file not found" "$LINENO" 5
14970 fi
14971 rm -f "$ac_file"
b7026657 14972
81ecdfbb
RW
14973 # Try a relative symlink, then a hard link, then a copy.
14974 case $srcdir in
14975 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
14976 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
14977 esac
14978 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
14979 ln "$ac_source" "$ac_file" 2>/dev/null ||
14980 cp -p "$ac_source" "$ac_file" ||
14981 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
14982 fi
14983 ;;
14984 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14985$as_echo "$as_me: executing $ac_file commands" >&6;}
14986 ;;
14987 esac
b7026657
AC
14988
14989
81ecdfbb 14990 case $ac_file$ac_mode in
db2e4d67 14991 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
14992 "libtool":C)
14993
14994 # See if we are running on zsh, and set the options which allow our
14995 # commands through without removal of \ escapes.
14996 if test -n "${ZSH_VERSION+set}" ; then
14997 setopt NO_GLOB_SUBST
14998 fi
14999
15000 cfgfile="${ofile}T"
15001 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15002 $RM "$cfgfile"
15003
15004 cat <<_LT_EOF >> "$cfgfile"
15005#! $SHELL
15006
15007# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15008# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15009# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15010# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15011#
15012# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15013# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15014# Written by Gordon Matzigkeit, 1996
15015#
15016# This file is part of GNU Libtool.
15017#
15018# GNU Libtool is free software; you can redistribute it and/or
15019# modify it under the terms of the GNU General Public License as
15020# published by the Free Software Foundation; either version 2 of
15021# the License, or (at your option) any later version.
15022#
15023# As a special exception to the GNU General Public License,
15024# if you distribute this file as part of a program or library that
15025# is built using GNU Libtool, you may include this file under the
15026# same distribution terms that you use for the rest of that program.
15027#
15028# GNU Libtool is distributed in the hope that it will be useful,
15029# but WITHOUT ANY WARRANTY; without even the implied warranty of
15030# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15031# GNU General Public License for more details.
15032#
15033# You should have received a copy of the GNU General Public License
15034# along with GNU Libtool; see the file COPYING. If not, a copy
15035# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15036# obtained by writing to the Free Software Foundation, Inc.,
15037# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15038
15039
15040# The names of the tagged configurations supported by this script.
15041available_tags=""
15042
15043# ### BEGIN LIBTOOL CONFIG
15044
15045# Which release of libtool.m4 was used?
15046macro_version=$macro_version
15047macro_revision=$macro_revision
15048
15049# Whether or not to build shared libraries.
15050build_libtool_libs=$enable_shared
15051
15052# Whether or not to build static libraries.
15053build_old_libs=$enable_static
15054
15055# What type of objects to build.
15056pic_mode=$pic_mode
15057
15058# Whether or not to optimize for fast installation.
15059fast_install=$enable_fast_install
15060
15061# Shell to use when invoking shell scripts.
15062SHELL=$lt_SHELL
15063
15064# An echo program that protects backslashes.
15065ECHO=$lt_ECHO
15066
15067# The host system.
15068host_alias=$host_alias
15069host=$host
15070host_os=$host_os
15071
15072# The build system.
15073build_alias=$build_alias
15074build=$build
15075build_os=$build_os
15076
15077# A sed program that does not truncate output.
15078SED=$lt_SED
15079
15080# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15081Xsed="\$SED -e 1s/^X//"
15082
15083# A grep program that handles long lines.
15084GREP=$lt_GREP
15085
15086# An ERE matcher.
15087EGREP=$lt_EGREP
15088
15089# A literal string matcher.
15090FGREP=$lt_FGREP
15091
15092# A BSD- or MS-compatible name lister.
15093NM=$lt_NM
15094
15095# Whether we need soft or hard links.
15096LN_S=$lt_LN_S
15097
15098# What is the maximum length of a command?
15099max_cmd_len=$max_cmd_len
15100
15101# Object file suffix (normally "o").
15102objext=$ac_objext
15103
15104# Executable file suffix (normally "").
15105exeext=$exeext
15106
15107# whether the shell understands "unset".
15108lt_unset=$lt_unset
15109
15110# turn spaces into newlines.
15111SP2NL=$lt_lt_SP2NL
15112
15113# turn newlines into spaces.
15114NL2SP=$lt_lt_NL2SP
15115
15116# An object symbol dumper.
15117OBJDUMP=$lt_OBJDUMP
15118
15119# Method to check whether dependent libraries are shared objects.
15120deplibs_check_method=$lt_deplibs_check_method
15121
15122# Command to use when deplibs_check_method == "file_magic".
15123file_magic_cmd=$lt_file_magic_cmd
15124
15125# The archiver.
15126AR=$lt_AR
15127AR_FLAGS=$lt_AR_FLAGS
15128
15129# A symbol stripping program.
15130STRIP=$lt_STRIP
15131
15132# Commands used to install an old-style archive.
15133RANLIB=$lt_RANLIB
15134old_postinstall_cmds=$lt_old_postinstall_cmds
15135old_postuninstall_cmds=$lt_old_postuninstall_cmds
15136
15137# Whether to use a lock for old archive extraction.
15138lock_old_archive_extraction=$lock_old_archive_extraction
15139
15140# A C compiler.
15141LTCC=$lt_CC
15142
15143# LTCC compiler flags.
15144LTCFLAGS=$lt_CFLAGS
15145
15146# Take the output of nm and produce a listing of raw symbols and C names.
15147global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15148
15149# Transform the output of nm in a proper C declaration.
15150global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15151
15152# Transform the output of nm in a C name address pair.
15153global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15154
15155# Transform the output of nm in a C name address pair when lib prefix is needed.
15156global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15157
15158# The name of the directory that contains temporary libtool files.
15159objdir=$objdir
15160
15161# Used to examine libraries when file_magic_cmd begins with "file".
15162MAGIC_CMD=$MAGIC_CMD
15163
15164# Must we lock files when doing compilation?
15165need_locks=$lt_need_locks
15166
15167# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15168DSYMUTIL=$lt_DSYMUTIL
15169
15170# Tool to change global to local symbols on Mac OS X.
15171NMEDIT=$lt_NMEDIT
15172
15173# Tool to manipulate fat objects and archives on Mac OS X.
15174LIPO=$lt_LIPO
15175
15176# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15177OTOOL=$lt_OTOOL
15178
15179# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15180OTOOL64=$lt_OTOOL64
15181
15182# Old archive suffix (normally "a").
15183libext=$libext
15184
15185# Shared library suffix (normally ".so").
15186shrext_cmds=$lt_shrext_cmds
15187
15188# The commands to extract the exported symbol list from a shared archive.
15189extract_expsyms_cmds=$lt_extract_expsyms_cmds
15190
15191# Variables whose values should be saved in libtool wrapper scripts and
15192# restored at link time.
15193variables_saved_for_relink=$lt_variables_saved_for_relink
15194
15195# Do we need the "lib" prefix for modules?
15196need_lib_prefix=$need_lib_prefix
15197
15198# Do we need a version for libraries?
15199need_version=$need_version
15200
15201# Library versioning type.
15202version_type=$version_type
15203
15204# Shared library runtime path variable.
15205runpath_var=$runpath_var
15206
15207# Shared library path variable.
15208shlibpath_var=$shlibpath_var
15209
15210# Is shlibpath searched before the hard-coded library search path?
15211shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15212
15213# Format of library name prefix.
15214libname_spec=$lt_libname_spec
15215
15216# List of archive names. First name is the real one, the rest are links.
15217# The last name is the one that the linker finds with -lNAME
15218library_names_spec=$lt_library_names_spec
15219
15220# The coded name of the library, if different from the real name.
15221soname_spec=$lt_soname_spec
15222
15223# Permission mode override for installation of shared libraries.
15224install_override_mode=$lt_install_override_mode
15225
15226# Command to use after installation of a shared archive.
15227postinstall_cmds=$lt_postinstall_cmds
15228
15229# Command to use after uninstallation of a shared archive.
15230postuninstall_cmds=$lt_postuninstall_cmds
15231
15232# Commands used to finish a libtool library installation in a directory.
15233finish_cmds=$lt_finish_cmds
15234
15235# As "finish_cmds", except a single script fragment to be evaled but
15236# not shown.
15237finish_eval=$lt_finish_eval
15238
15239# Whether we should hardcode library paths into libraries.
15240hardcode_into_libs=$hardcode_into_libs
15241
15242# Compile-time system search path for libraries.
15243sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15244
15245# Run-time system search path for libraries.
15246sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15247
15248# Whether dlopen is supported.
15249dlopen_support=$enable_dlopen
15250
15251# Whether dlopen of programs is supported.
15252dlopen_self=$enable_dlopen_self
15253
15254# Whether dlopen of statically linked programs is supported.
15255dlopen_self_static=$enable_dlopen_self_static
15256
15257# Commands to strip libraries.
15258old_striplib=$lt_old_striplib
15259striplib=$lt_striplib
15260
15261
15262# The linker used to build libraries.
15263LD=$lt_LD
15264
15265# How to create reloadable object files.
15266reload_flag=$lt_reload_flag
15267reload_cmds=$lt_reload_cmds
15268
15269# Commands used to build an old-style archive.
15270old_archive_cmds=$lt_old_archive_cmds
15271
15272# A language specific compiler.
15273CC=$lt_compiler
15274
15275# Is the compiler the GNU compiler?
15276with_gcc=$GCC
15277
15278# Compiler flag to turn off builtin functions.
15279no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15280
15281# How to pass a linker flag through the compiler.
15282wl=$lt_lt_prog_compiler_wl
15283
15284# Additional compiler flags for building library objects.
15285pic_flag=$lt_lt_prog_compiler_pic
15286
15287# Compiler flag to prevent dynamic linking.
15288link_static_flag=$lt_lt_prog_compiler_static
15289
15290# Does compiler simultaneously support -c and -o options?
15291compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15292
15293# Whether or not to add -lc for building shared libraries.
15294build_libtool_need_lc=$archive_cmds_need_lc
15295
15296# Whether or not to disallow shared libs when runtime libs are static.
15297allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15298
15299# Compiler flag to allow reflexive dlopens.
15300export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15301
15302# Compiler flag to generate shared objects directly from archives.
15303whole_archive_flag_spec=$lt_whole_archive_flag_spec
15304
15305# Whether the compiler copes with passing no objects directly.
15306compiler_needs_object=$lt_compiler_needs_object
15307
15308# Create an old-style archive from a shared archive.
15309old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15310
15311# Create a temporary old-style archive to link instead of a shared archive.
15312old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15313
15314# Commands used to build a shared archive.
15315archive_cmds=$lt_archive_cmds
15316archive_expsym_cmds=$lt_archive_expsym_cmds
15317
15318# Commands used to build a loadable module if different from building
15319# a shared archive.
15320module_cmds=$lt_module_cmds
15321module_expsym_cmds=$lt_module_expsym_cmds
15322
15323# Whether we are building with GNU ld or not.
15324with_gnu_ld=$lt_with_gnu_ld
15325
15326# Flag that allows shared libraries with undefined symbols to be built.
15327allow_undefined_flag=$lt_allow_undefined_flag
15328
15329# Flag that enforces no undefined symbols.
15330no_undefined_flag=$lt_no_undefined_flag
15331
15332# Flag to hardcode \$libdir into a binary during linking.
15333# This must work even if \$libdir does not exist
15334hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15335
15336# If ld is used when linking, flag to hardcode \$libdir into a binary
15337# during linking. This must work even if \$libdir does not exist.
15338hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15339
15340# Whether we need a single "-rpath" flag with a separated argument.
15341hardcode_libdir_separator=$lt_hardcode_libdir_separator
15342
15343# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15344# DIR into the resulting binary.
15345hardcode_direct=$hardcode_direct
15346
15347# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15348# DIR into the resulting binary and the resulting library dependency is
15349# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15350# library is relocated.
15351hardcode_direct_absolute=$hardcode_direct_absolute
15352
15353# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15354# into the resulting binary.
15355hardcode_minus_L=$hardcode_minus_L
15356
15357# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15358# into the resulting binary.
15359hardcode_shlibpath_var=$hardcode_shlibpath_var
15360
15361# Set to "yes" if building a shared library automatically hardcodes DIR
15362# into the library and all subsequent libraries and executables linked
15363# against it.
15364hardcode_automatic=$hardcode_automatic
15365
15366# Set to yes if linker adds runtime paths of dependent libraries
15367# to runtime path list.
15368inherit_rpath=$inherit_rpath
15369
15370# Whether libtool must link a program against all its dependency libraries.
15371link_all_deplibs=$link_all_deplibs
15372
15373# Fix the shell variable \$srcfile for the compiler.
15374fix_srcfile_path=$lt_fix_srcfile_path
15375
15376# Set to "yes" if exported symbols are required.
15377always_export_symbols=$always_export_symbols
15378
15379# The commands to list exported symbols.
15380export_symbols_cmds=$lt_export_symbols_cmds
15381
15382# Symbols that should not be listed in the preloaded symbols.
15383exclude_expsyms=$lt_exclude_expsyms
15384
15385# Symbols that must always be exported.
15386include_expsyms=$lt_include_expsyms
15387
15388# Commands necessary for linking programs (against libraries) with templates.
15389prelink_cmds=$lt_prelink_cmds
15390
15391# Specify filename containing input files.
15392file_list_spec=$lt_file_list_spec
15393
15394# How to hardcode a shared library path into an executable.
15395hardcode_action=$hardcode_action
15396
15397# ### END LIBTOOL CONFIG
15398
15399_LT_EOF
15400
15401 case $host_os in
15402 aix3*)
15403 cat <<\_LT_EOF >> "$cfgfile"
15404# AIX sometimes has problems with the GCC collect2 program. For some
15405# reason, if we set the COLLECT_NAMES environment variable, the problems
15406# vanish in a puff of smoke.
15407if test "X${COLLECT_NAMES+set}" != Xset; then
15408 COLLECT_NAMES=
15409 export COLLECT_NAMES
15410fi
15411_LT_EOF
15412 ;;
15413 esac
15414
15415
15416ltmain="$ac_aux_dir/ltmain.sh"
15417
15418
15419 # We use sed instead of cat because bash on DJGPP gets confused if
15420 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15421 # text mode, it properly converts lines to CR/LF. This bash problem
15422 # is reportedly fixed, but why not run on old versions too?
15423 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15424 || (rm -f "$cfgfile"; exit 1)
15425
15426 case $xsi_shell in
15427 yes)
15428 cat << \_LT_EOF >> "$cfgfile"
15429
15430# func_dirname file append nondir_replacement
15431# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15432# otherwise set result to NONDIR_REPLACEMENT.
15433func_dirname ()
15434{
15435 case ${1} in
15436 */*) func_dirname_result="${1%/*}${2}" ;;
15437 * ) func_dirname_result="${3}" ;;
15438 esac
15439}
15440
15441# func_basename file
15442func_basename ()
15443{
15444 func_basename_result="${1##*/}"
15445}
15446
15447# func_dirname_and_basename file append nondir_replacement
15448# perform func_basename and func_dirname in a single function
15449# call:
15450# dirname: Compute the dirname of FILE. If nonempty,
15451# add APPEND to the result, otherwise set result
15452# to NONDIR_REPLACEMENT.
15453# value returned in "$func_dirname_result"
15454# basename: Compute filename of FILE.
15455# value retuned in "$func_basename_result"
15456# Implementation must be kept synchronized with func_dirname
15457# and func_basename. For efficiency, we do not delegate to
15458# those functions but instead duplicate the functionality here.
15459func_dirname_and_basename ()
15460{
15461 case ${1} in
15462 */*) func_dirname_result="${1%/*}${2}" ;;
15463 * ) func_dirname_result="${3}" ;;
15464 esac
15465 func_basename_result="${1##*/}"
15466}
15467
15468# func_stripname prefix suffix name
15469# strip PREFIX and SUFFIX off of NAME.
15470# PREFIX and SUFFIX must not contain globbing or regex special
15471# characters, hashes, percent signs, but SUFFIX may contain a leading
15472# dot (in which case that matches only a dot).
15473func_stripname ()
15474{
15475 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15476 # positional parameters, so assign one to ordinary parameter first.
15477 func_stripname_result=${3}
15478 func_stripname_result=${func_stripname_result#"${1}"}
15479 func_stripname_result=${func_stripname_result%"${2}"}
15480}
15481
15482# func_opt_split
15483func_opt_split ()
15484{
15485 func_opt_split_opt=${1%%=*}
15486 func_opt_split_arg=${1#*=}
15487}
15488
15489# func_lo2o object
15490func_lo2o ()
15491{
15492 case ${1} in
15493 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15494 *) func_lo2o_result=${1} ;;
15495 esac
15496}
15497
15498# func_xform libobj-or-source
15499func_xform ()
15500{
15501 func_xform_result=${1%.*}.lo
15502}
15503
15504# func_arith arithmetic-term...
15505func_arith ()
15506{
15507 func_arith_result=$(( $* ))
15508}
15509
15510# func_len string
15511# STRING may not start with a hyphen.
15512func_len ()
15513{
15514 func_len_result=${#1}
15515}
15516
15517_LT_EOF
15518 ;;
15519 *) # Bourne compatible functions.
15520 cat << \_LT_EOF >> "$cfgfile"
15521
15522# func_dirname file append nondir_replacement
15523# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15524# otherwise set result to NONDIR_REPLACEMENT.
15525func_dirname ()
15526{
15527 # Extract subdirectory from the argument.
15528 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15529 if test "X$func_dirname_result" = "X${1}"; then
15530 func_dirname_result="${3}"
15531 else
15532 func_dirname_result="$func_dirname_result${2}"
15533 fi
15534}
15535
15536# func_basename file
15537func_basename ()
15538{
15539 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15540}
15541
15542
15543# func_stripname prefix suffix name
15544# strip PREFIX and SUFFIX off of NAME.
15545# PREFIX and SUFFIX must not contain globbing or regex special
15546# characters, hashes, percent signs, but SUFFIX may contain a leading
15547# dot (in which case that matches only a dot).
15548# func_strip_suffix prefix name
15549func_stripname ()
15550{
15551 case ${2} in
15552 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15553 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15554 esac
15555}
15556
15557# sed scripts:
15558my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15559my_sed_long_arg='1s/^-[^=]*=//'
15560
15561# func_opt_split
15562func_opt_split ()
15563{
15564 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15565 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15566}
15567
15568# func_lo2o object
15569func_lo2o ()
15570{
15571 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15572}
15573
15574# func_xform libobj-or-source
15575func_xform ()
15576{
15577 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15578}
15579
15580# func_arith arithmetic-term...
15581func_arith ()
15582{
15583 func_arith_result=`expr "$@"`
15584}
15585
15586# func_len string
15587# STRING may not start with a hyphen.
15588func_len ()
15589{
15590 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15591}
15592
15593_LT_EOF
15594esac
15595
15596case $lt_shell_append in
15597 yes)
15598 cat << \_LT_EOF >> "$cfgfile"
15599
15600# func_append var value
15601# Append VALUE to the end of shell variable VAR.
15602func_append ()
15603{
15604 eval "$1+=\$2"
15605}
15606_LT_EOF
15607 ;;
15608 *)
15609 cat << \_LT_EOF >> "$cfgfile"
15610
15611# func_append var value
15612# Append VALUE to the end of shell variable VAR.
15613func_append ()
15614{
15615 eval "$1=\$$1\$2"
15616}
15617
15618_LT_EOF
15619 ;;
15620 esac
15621
15622
15623 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15624 || (rm -f "$cfgfile"; exit 1)
15625
15626 mv -f "$cfgfile" "$ofile" ||
15627 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15628 chmod +x "$ofile"
15629
15630 ;;
81ecdfbb 15631 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15632 rm -f Makesim1.tmp Makesim2.tmp Makefile
15633 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15634 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15635 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15636 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15637 <Makefile.sim >Makefile
38f48d72 15638 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15639 ;;
81ecdfbb
RW
15640 "stamp-h":C) echo > stamp-h ;;
15641
b7026657 15642 esac
81ecdfbb 15643done # for ac_tag
c906108c 15644
b7026657 15645
81ecdfbb 15646as_fn_exit 0
b7026657 15647_ACEOF
b7026657
AC
15648ac_clean_files=$ac_clean_files_save
15649
81ecdfbb
RW
15650test $ac_write_fail = 0 ||
15651 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15652
b7026657
AC
15653
15654# configure is writing to config.log, and then calls config.status.
15655# config.status does its own redirection, appending to config.log.
15656# Unfortunately, on DOS this fails, as config.log is still kept open
15657# by configure, so config.status won't be able to write to it; its
15658# output is simply discarded. So we exec the FD to /dev/null,
15659# effectively closing config.log, so it can be properly (re)opened and
15660# appended to by config.status. When coming back to configure, we
15661# need to make the FD available again.
15662if test "$no_create" != yes; then
15663 ac_cs_success=:
15664 ac_config_status_args=
15665 test "$silent" = yes &&
15666 ac_config_status_args="$ac_config_status_args --quiet"
15667 exec 5>/dev/null
15668 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15669 exec 5>>config.log
15670 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15671 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15672 $ac_cs_success || as_fn_exit $?
15673fi
15674if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15676$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15677fi
c906108c
SS
15678
15679
This page took 1.2619 seconds and 4 git commands to generate.