]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/configure
Build ifunc tests when non-native
[thirdparty/binutils-gdb.git] / sim / m32c / configure
CommitLineData
d45a4bef
JB
1#! /bin/sh
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.
d45a4bef 8#
d45a4bef
JB
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## -------------------- ##
d45a4bef 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 :
d45a4bef
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d45a4bef
JB
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
d45a4bef 31fi
d45a4bef 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 }
d45a4bef
JB
79fi
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
d45a4bef
JB
121PS1='$ '
122PS2='> '
123PS4='+ '
124
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
d45a4bef 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."
d45a4bef 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."
d45a4bef 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
271
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
d45a4bef 364
81ecdfbb
RW
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
d45a4bef
JB
383 as_expr=expr
384else
385 as_expr=false
386fi
387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
d45a4bef
JB
389 as_basename=basename
390else
391 as_basename=false
392fi
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
d45a4bef 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
d45a4bef
JB
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'`
d45a4bef 418
d45a4bef
JB
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
425
d45a4bef 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 |
d45a4bef 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
d45a4bef 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
d45a4bef 444 t loop
81ecdfbb 445 s/-\n.*//
d45a4bef 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; }
d45a4bef
JB
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"
d45a4bef
JB
454 # Exit status is that of the last command.
455 exit
456}
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';;
d45a4bef
JB
469esac
470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
d45a4bef 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
d45a4bef 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
d45a4bef 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'
d45a4bef 491 fi
d45a4bef
JB
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
d45a4bef
JB
497
498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
d45a4bef
JB
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
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
d45a4bef
JB
527
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'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d45a4bef 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
d45a4bef
JB
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
d45a4bef
JB
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
d45a4bef 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
d45a4bef
JB
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
d45a4bef
JB
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
d45a4bef
JB
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
d45a4bef
JB
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
d45a4bef
JB
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
d45a4bef
JB
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
d45a4bef
JB
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
d45a4bef
JB
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
d45a4bef
JB
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
d45a4bef 592# include <inttypes.h>
d45a4bef 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
d45a4bef
JB
598# include <unistd.h>
599#endif"
600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604REPORT_BUGS_TEXI
605REPORT_BUGS_TO
606PKGVERSION
81ecdfbb 607MAINT
31e6ad7d
MF
608MAINTAINER_MODE_FALSE
609MAINTAINER_MODE_TRUE
6bb11ab3
L
610lt_cv_dlopen_libs
611OTOOL64
612OTOOL
613LIPO
614NMEDIT
615DSYMUTIL
616AWK
617STRIP
618OBJDUMP
619LN_S
620NM
621ac_ct_DUMPBIN
622DUMPBIN
623LD
624FGREP
625SED
626LIBTOOL
627PLUGINS_FALSE
628PLUGINS_TRUE
aadc9410
MF
629zlibinc
630zlibdir
81ecdfbb
RW
631CATOBJEXT
632GENCAT
633INSTOBJEXT
634DATADIRNAME
635CATALOGS
636POSUB
637GMSGFMT
638XGETTEXT
639INCINTL
640LIBINTL_DEP
641LIBINTL
642USE_NLS
db2e4d67
MF
643GMAKE_FALSE
644GMAKE_TRUE
645MAKE
646CCDEPMODE
647DEPDIR
648am__leading_dot
5f3ef9d0 649PACKAGE
81ecdfbb
RW
650RANLIB
651AR
652HDEFINES
653CC_FOR_BUILD
654INSTALL_DATA
655INSTALL_SCRIPT
656INSTALL_PROGRAM
2232061b
MF
657EGREP
658GREP
659CPP
81ecdfbb
RW
660target_os
661target_vendor
662target_cpu
663target
664host_os
665host_vendor
666host_cpu
667host
668build_os
669build_vendor
670build_cpu
671build
6ffe910a
MF
672OBJEXT
673EXEEXT
674ac_ct_CC
675CPPFLAGS
676LDFLAGS
677CFLAGS
678CC
81ecdfbb
RW
679WERROR_CFLAGS
680WARN_CFLAGS
81ecdfbb 681sim_reserved_bits
81ecdfbb
RW
682sim_inline
683sim_hw
684sim_hw_objs
685sim_hw_cflags
686sim_default_model
687sim_scache
688sim_float
81ecdfbb
RW
689sim_endian
690sim_bitsize
81ecdfbb 691sim_alignment
81ecdfbb
RW
692target_alias
693host_alias
694build_alias
695LIBS
696ECHO_T
697ECHO_N
698ECHO_C
699DEFS
700mandir
701localedir
702libdir
703psdir
704pdfdir
705dvidir
706htmldir
707infodir
708docdir
709oldincludedir
710includedir
711localstatedir
712sharedstatedir
713sysconfdir
714datadir
715datarootdir
716libexecdir
717sbindir
718bindir
719program_transform_name
720prefix
721exec_prefix
722PACKAGE_URL
723PACKAGE_BUGREPORT
724PACKAGE_STRING
725PACKAGE_VERSION
726PACKAGE_TARNAME
727PACKAGE_NAME
728PATH_SEPARATOR
729SHELL'
d45a4bef 730ac_subst_files=''
81ecdfbb
RW
731ac_user_opts='
732enable_option_checking
aadc9410 733with_system_zlib
6bb11ab3
L
734enable_plugins
735enable_shared
736enable_static
737with_pic
738enable_fast_install
739with_gnu_ld
740enable_libtool_lock
81ecdfbb 741enable_maintainer_mode
81ecdfbb
RW
742enable_sim_debug
743enable_sim_stdio
744enable_sim_trace
745enable_sim_profile
35656e95 746enable_sim_assert
16f7876d 747enable_sim_environment
347fe5bb 748enable_sim_inline
81ecdfbb
RW
749with_pkgversion
750with_bugurl
269e9c18
MF
751enable_werror
752enable_build_warnings
753enable_sim_build_warnings
81ecdfbb
RW
754'
755 ac_precious_vars='build_alias
756host_alias
757target_alias
758CC
759CFLAGS
760LDFLAGS
761LIBS
762CPPFLAGS
763CPP'
764
d45a4bef
JB
765
766# Initialize some variables set by options.
767ac_init_help=
768ac_init_version=false
81ecdfbb
RW
769ac_unrecognized_opts=
770ac_unrecognized_sep=
d45a4bef
JB
771# The variables have the same names as the options, with
772# dashes changed to underlines.
773cache_file=/dev/null
774exec_prefix=NONE
775no_create=
776no_recursion=
777prefix=NONE
778program_prefix=NONE
779program_suffix=NONE
780program_transform_name=s,x,x,
781silent=
782site=
783srcdir=
784verbose=
785x_includes=NONE
786x_libraries=NONE
787
788# Installation directory options.
789# These are left unexpanded so users can "make install exec_prefix=/foo"
790# and all the variables that are supposed to be based on exec_prefix
791# by default will actually change.
792# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 793# (The list follows the same order as the GNU Coding Standards.)
d45a4bef
JB
794bindir='${exec_prefix}/bin'
795sbindir='${exec_prefix}/sbin'
796libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
797datarootdir='${prefix}/share'
798datadir='${datarootdir}'
d45a4bef
JB
799sysconfdir='${prefix}/etc'
800sharedstatedir='${prefix}/com'
801localstatedir='${prefix}/var'
d45a4bef
JB
802includedir='${prefix}/include'
803oldincludedir='/usr/include'
81ecdfbb
RW
804docdir='${datarootdir}/doc/${PACKAGE}'
805infodir='${datarootdir}/info'
806htmldir='${docdir}'
807dvidir='${docdir}'
808pdfdir='${docdir}'
809psdir='${docdir}'
810libdir='${exec_prefix}/lib'
811localedir='${datarootdir}/locale'
812mandir='${datarootdir}/man'
d45a4bef
JB
813
814ac_prev=
81ecdfbb 815ac_dashdash=
d45a4bef
JB
816for ac_option
817do
818 # If the previous option needs an argument, assign it.
819 if test -n "$ac_prev"; then
81ecdfbb 820 eval $ac_prev=\$ac_option
d45a4bef
JB
821 ac_prev=
822 continue
823 fi
824
81ecdfbb
RW
825 case $ac_option in
826 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
827 *) ac_optarg=yes ;;
828 esac
d45a4bef
JB
829
830 # Accept the important Cygnus configure options, so we can diagnose typos.
831
81ecdfbb
RW
832 case $ac_dashdash$ac_option in
833 --)
834 ac_dashdash=yes ;;
d45a4bef
JB
835
836 -bindir | --bindir | --bindi | --bind | --bin | --bi)
837 ac_prev=bindir ;;
838 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
839 bindir=$ac_optarg ;;
840
841 -build | --build | --buil | --bui | --bu)
842 ac_prev=build_alias ;;
843 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
844 build_alias=$ac_optarg ;;
845
846 -cache-file | --cache-file | --cache-fil | --cache-fi \
847 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
848 ac_prev=cache_file ;;
849 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
850 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
851 cache_file=$ac_optarg ;;
852
853 --config-cache | -C)
854 cache_file=config.cache ;;
855
81ecdfbb 856 -datadir | --datadir | --datadi | --datad)
d45a4bef 857 ac_prev=datadir ;;
81ecdfbb 858 -datadir=* | --datadir=* | --datadi=* | --datad=*)
d45a4bef
JB
859 datadir=$ac_optarg ;;
860
81ecdfbb
RW
861 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
862 | --dataroo | --dataro | --datar)
863 ac_prev=datarootdir ;;
864 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
865 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
866 datarootdir=$ac_optarg ;;
867
d45a4bef 868 -disable-* | --disable-*)
81ecdfbb 869 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
d45a4bef 870 # Reject names that are not valid shell variable names.
81ecdfbb
RW
871 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
872 as_fn_error "invalid feature name: $ac_useropt"
873 ac_useropt_orig=$ac_useropt
874 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
875 case $ac_user_opts in
876 *"
877"enable_$ac_useropt"
878"*) ;;
879 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
880 ac_unrecognized_sep=', ';;
881 esac
882 eval enable_$ac_useropt=no ;;
883
884 -docdir | --docdir | --docdi | --doc | --do)
885 ac_prev=docdir ;;
886 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
887 docdir=$ac_optarg ;;
888
889 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
890 ac_prev=dvidir ;;
891 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
892 dvidir=$ac_optarg ;;
d45a4bef
JB
893
894 -enable-* | --enable-*)
81ecdfbb 895 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
d45a4bef 896 # Reject names that are not valid shell variable names.
81ecdfbb
RW
897 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
898 as_fn_error "invalid feature name: $ac_useropt"
899 ac_useropt_orig=$ac_useropt
900 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
901 case $ac_user_opts in
902 *"
903"enable_$ac_useropt"
904"*) ;;
905 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
906 ac_unrecognized_sep=', ';;
d45a4bef 907 esac
81ecdfbb 908 eval enable_$ac_useropt=\$ac_optarg ;;
d45a4bef
JB
909
910 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
911 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
912 | --exec | --exe | --ex)
913 ac_prev=exec_prefix ;;
914 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
915 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
916 | --exec=* | --exe=* | --ex=*)
917 exec_prefix=$ac_optarg ;;
918
919 -gas | --gas | --ga | --g)
920 # Obsolete; use --with-gas.
921 with_gas=yes ;;
922
923 -help | --help | --hel | --he | -h)
924 ac_init_help=long ;;
925 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
926 ac_init_help=recursive ;;
927 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
928 ac_init_help=short ;;
929
930 -host | --host | --hos | --ho)
931 ac_prev=host_alias ;;
932 -host=* | --host=* | --hos=* | --ho=*)
933 host_alias=$ac_optarg ;;
934
81ecdfbb
RW
935 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
936 ac_prev=htmldir ;;
937 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
938 | --ht=*)
939 htmldir=$ac_optarg ;;
940
d45a4bef
JB
941 -includedir | --includedir | --includedi | --included | --include \
942 | --includ | --inclu | --incl | --inc)
943 ac_prev=includedir ;;
944 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
945 | --includ=* | --inclu=* | --incl=* | --inc=*)
946 includedir=$ac_optarg ;;
947
948 -infodir | --infodir | --infodi | --infod | --info | --inf)
949 ac_prev=infodir ;;
950 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
951 infodir=$ac_optarg ;;
952
953 -libdir | --libdir | --libdi | --libd)
954 ac_prev=libdir ;;
955 -libdir=* | --libdir=* | --libdi=* | --libd=*)
956 libdir=$ac_optarg ;;
957
958 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
959 | --libexe | --libex | --libe)
960 ac_prev=libexecdir ;;
961 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
962 | --libexe=* | --libex=* | --libe=*)
963 libexecdir=$ac_optarg ;;
964
81ecdfbb
RW
965 -localedir | --localedir | --localedi | --localed | --locale)
966 ac_prev=localedir ;;
967 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
968 localedir=$ac_optarg ;;
969
d45a4bef 970 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 971 | --localstate | --localstat | --localsta | --localst | --locals)
d45a4bef
JB
972 ac_prev=localstatedir ;;
973 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 974 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
d45a4bef
JB
975 localstatedir=$ac_optarg ;;
976
977 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
978 ac_prev=mandir ;;
979 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
980 mandir=$ac_optarg ;;
981
982 -nfp | --nfp | --nf)
983 # Obsolete; use --without-fp.
984 with_fp=no ;;
985
986 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
987 | --no-cr | --no-c | -n)
988 no_create=yes ;;
989
990 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
991 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
992 no_recursion=yes ;;
993
994 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
995 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
996 | --oldin | --oldi | --old | --ol | --o)
997 ac_prev=oldincludedir ;;
998 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
999 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1000 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1001 oldincludedir=$ac_optarg ;;
1002
1003 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1004 ac_prev=prefix ;;
1005 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1006 prefix=$ac_optarg ;;
1007
1008 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1009 | --program-pre | --program-pr | --program-p)
1010 ac_prev=program_prefix ;;
1011 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1012 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1013 program_prefix=$ac_optarg ;;
1014
1015 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1016 | --program-suf | --program-su | --program-s)
1017 ac_prev=program_suffix ;;
1018 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1019 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1020 program_suffix=$ac_optarg ;;
1021
1022 -program-transform-name | --program-transform-name \
1023 | --program-transform-nam | --program-transform-na \
1024 | --program-transform-n | --program-transform- \
1025 | --program-transform | --program-transfor \
1026 | --program-transfo | --program-transf \
1027 | --program-trans | --program-tran \
1028 | --progr-tra | --program-tr | --program-t)
1029 ac_prev=program_transform_name ;;
1030 -program-transform-name=* | --program-transform-name=* \
1031 | --program-transform-nam=* | --program-transform-na=* \
1032 | --program-transform-n=* | --program-transform-=* \
1033 | --program-transform=* | --program-transfor=* \
1034 | --program-transfo=* | --program-transf=* \
1035 | --program-trans=* | --program-tran=* \
1036 | --progr-tra=* | --program-tr=* | --program-t=*)
1037 program_transform_name=$ac_optarg ;;
1038
81ecdfbb
RW
1039 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1040 ac_prev=pdfdir ;;
1041 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1042 pdfdir=$ac_optarg ;;
1043
1044 -psdir | --psdir | --psdi | --psd | --ps)
1045 ac_prev=psdir ;;
1046 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1047 psdir=$ac_optarg ;;
1048
d45a4bef
JB
1049 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1050 | -silent | --silent | --silen | --sile | --sil)
1051 silent=yes ;;
1052
1053 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1054 ac_prev=sbindir ;;
1055 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1056 | --sbi=* | --sb=*)
1057 sbindir=$ac_optarg ;;
1058
1059 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1060 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1061 | --sharedst | --shareds | --shared | --share | --shar \
1062 | --sha | --sh)
1063 ac_prev=sharedstatedir ;;
1064 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1065 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1066 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1067 | --sha=* | --sh=*)
1068 sharedstatedir=$ac_optarg ;;
1069
1070 -site | --site | --sit)
1071 ac_prev=site ;;
1072 -site=* | --site=* | --sit=*)
1073 site=$ac_optarg ;;
1074
1075 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1076 ac_prev=srcdir ;;
1077 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1078 srcdir=$ac_optarg ;;
1079
1080 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1081 | --syscon | --sysco | --sysc | --sys | --sy)
1082 ac_prev=sysconfdir ;;
1083 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1084 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1085 sysconfdir=$ac_optarg ;;
1086
1087 -target | --target | --targe | --targ | --tar | --ta | --t)
1088 ac_prev=target_alias ;;
1089 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1090 target_alias=$ac_optarg ;;
1091
1092 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1093 verbose=yes ;;
1094
1095 -version | --version | --versio | --versi | --vers | -V)
1096 ac_init_version=: ;;
1097
1098 -with-* | --with-*)
81ecdfbb 1099 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
d45a4bef 1100 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1102 as_fn_error "invalid package name: $ac_useropt"
1103 ac_useropt_orig=$ac_useropt
1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1105 case $ac_user_opts in
1106 *"
1107"with_$ac_useropt"
1108"*) ;;
1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1110 ac_unrecognized_sep=', ';;
d45a4bef 1111 esac
81ecdfbb 1112 eval with_$ac_useropt=\$ac_optarg ;;
d45a4bef
JB
1113
1114 -without-* | --without-*)
81ecdfbb 1115 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
d45a4bef 1116 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1117 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1118 as_fn_error "invalid package name: $ac_useropt"
1119 ac_useropt_orig=$ac_useropt
1120 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1121 case $ac_user_opts in
1122 *"
1123"with_$ac_useropt"
1124"*) ;;
1125 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1126 ac_unrecognized_sep=', ';;
1127 esac
1128 eval with_$ac_useropt=no ;;
d45a4bef
JB
1129
1130 --x)
1131 # Obsolete; use --with-x.
1132 with_x=yes ;;
1133
1134 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1135 | --x-incl | --x-inc | --x-in | --x-i)
1136 ac_prev=x_includes ;;
1137 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1138 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1139 x_includes=$ac_optarg ;;
1140
1141 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1142 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1143 ac_prev=x_libraries ;;
1144 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1145 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1146 x_libraries=$ac_optarg ;;
1147
81ecdfbb
RW
1148 -*) as_fn_error "unrecognized option: \`$ac_option'
1149Try \`$0 --help' for more information."
d45a4bef
JB
1150 ;;
1151
1152 *=*)
1153 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1154 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1155 case $ac_envvar in #(
1156 '' | [0-9]* | *[!_$as_cr_alnum]* )
1157 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1158 esac
1159 eval $ac_envvar=\$ac_optarg
d45a4bef
JB
1160 export $ac_envvar ;;
1161
1162 *)
1163 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1164 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
d45a4bef 1165 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1166 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d45a4bef
JB
1167 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1168 ;;
1169
1170 esac
1171done
1172
1173if test -n "$ac_prev"; then
1174 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1175 as_fn_error "missing argument to $ac_option"
d45a4bef
JB
1176fi
1177
81ecdfbb
RW
1178if test -n "$ac_unrecognized_opts"; then
1179 case $enable_option_checking in
1180 no) ;;
1181 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1182 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
d45a4bef 1183 esac
81ecdfbb 1184fi
d45a4bef 1185
81ecdfbb
RW
1186# Check all directory arguments for consistency.
1187for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1188 datadir sysconfdir sharedstatedir localstatedir includedir \
1189 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1190 libdir localedir mandir
d45a4bef 1191do
81ecdfbb
RW
1192 eval ac_val=\$$ac_var
1193 # Remove trailing slashes.
1194 case $ac_val in
1195 */ )
1196 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1197 eval $ac_var=\$ac_val;;
1198 esac
1199 # Be sure to have absolute directory names.
d45a4bef 1200 case $ac_val in
81ecdfbb
RW
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
d45a4bef 1203 esac
81ecdfbb 1204 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
d45a4bef
JB
1205done
1206
1207# There might be people who depend on the old broken behavior: `$host'
1208# used to hold the argument of --host etc.
1209# FIXME: To remove some day.
1210build=$build_alias
1211host=$host_alias
1212target=$target_alias
1213
1214# FIXME: To remove some day.
1215if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
81ecdfbb 1218 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
d45a4bef
JB
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1222 fi
1223fi
1224
1225ac_tool_prefix=
1226test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227
1228test "$silent" = yes && exec 6>/dev/null
1229
1230
81ecdfbb
RW
1231ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232ac_ls_di=`ls -di .` &&
1233ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 as_fn_error "working directory cannot be determined"
1235test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 as_fn_error "pwd does not report name of working directory"
1237
1238
d45a4bef
JB
1239# Find the source files, if location was not specified.
1240if test -z "$srcdir"; then
1241 ac_srcdir_defaulted=yes
81ecdfbb
RW
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir=`$as_dirname -- "$as_myself" ||
1244$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$as_myself" : 'X\(//\)[^/]' \| \
1246 X"$as_myself" : 'X\(//\)$' \| \
1247 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1248$as_echo X"$as_myself" |
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250 s//\1/
1251 q
1252 }
1253 /^X\(\/\/\)[^/].*/{
1254 s//\1/
1255 q
1256 }
1257 /^X\(\/\/\)$/{
1258 s//\1/
1259 q
1260 }
1261 /^X\(\/\).*/{
1262 s//\1/
1263 q
1264 }
1265 s/.*/./; q'`
d45a4bef 1266 srcdir=$ac_confdir
81ecdfbb 1267 if test ! -r "$srcdir/$ac_unique_file"; then
d45a4bef
JB
1268 srcdir=..
1269 fi
1270else
1271 ac_srcdir_defaulted=no
1272fi
81ecdfbb
RW
1273if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1276fi
1277ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1280 pwd)`
1281# When building in place, set srcdir=.
1282if test "$ac_abs_confdir" = "$ac_pwd"; then
1283 srcdir=.
1284fi
1285# Remove unnecessary trailing slashes from srcdir.
1286# Double slashes in file names in object file debugging info
1287# mess up M-x gdb in Emacs.
1288case $srcdir in
1289*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1290esac
1291for ac_var in $ac_precious_vars; do
1292 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1293 eval ac_env_${ac_var}_value=\$${ac_var}
1294 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1295 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1296done
d45a4bef
JB
1297
1298#
1299# Report the --help message.
1300#
1301if test "$ac_init_help" = "long"; then
1302 # Omit some internal or obsolete options to make the list less imposing.
1303 # This message is too long to be a string in the A/UX 3.1 sh.
1304 cat <<_ACEOF
1305\`configure' configures this package to adapt to many kinds of systems.
1306
1307Usage: $0 [OPTION]... [VAR=VALUE]...
1308
1309To assign environment variables (e.g., CC, CFLAGS...), specify them as
1310VAR=VALUE. See below for descriptions of some of the useful variables.
1311
1312Defaults for the options are specified in brackets.
1313
1314Configuration:
1315 -h, --help display this help and exit
1316 --help=short display options specific to this package
1317 --help=recursive display the short help of all the included packages
1318 -V, --version display version information and exit
1319 -q, --quiet, --silent do not print \`checking...' messages
1320 --cache-file=FILE cache test results in FILE [disabled]
1321 -C, --config-cache alias for \`--cache-file=config.cache'
1322 -n, --no-create do not create output files
1323 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324
d45a4bef
JB
1325Installation directories:
1326 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1327 [$ac_default_prefix]
d45a4bef 1328 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1329 [PREFIX]
d45a4bef
JB
1330
1331By default, \`make install' will install all the files in
1332\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1333an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1334for instance \`--prefix=\$HOME'.
1335
1336For better control, use the options below.
1337
1338Fine tuning of the installation directories:
81ecdfbb
RW
1339 --bindir=DIR user executables [EPREFIX/bin]
1340 --sbindir=DIR system admin executables [EPREFIX/sbin]
1341 --libexecdir=DIR program executables [EPREFIX/libexec]
1342 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1343 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1344 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1345 --libdir=DIR object code libraries [EPREFIX/lib]
1346 --includedir=DIR C header files [PREFIX/include]
1347 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1348 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1349 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1350 --infodir=DIR info documentation [DATAROOTDIR/info]
1351 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1352 --mandir=DIR man documentation [DATAROOTDIR/man]
1353 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1354 --htmldir=DIR html documentation [DOCDIR]
1355 --dvidir=DIR dvi documentation [DOCDIR]
1356 --pdfdir=DIR pdf documentation [DOCDIR]
1357 --psdir=DIR ps documentation [DOCDIR]
d45a4bef
JB
1358_ACEOF
1359
1360 cat <<\_ACEOF
1361
1362Program names:
1363 --program-prefix=PREFIX prepend PREFIX to installed program names
1364 --program-suffix=SUFFIX append SUFFIX to installed program names
1365 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1366
1367System types:
1368 --build=BUILD configure for building on BUILD [guessed]
1369 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1370 --target=TARGET configure for building compilers for TARGET [HOST]
1371_ACEOF
1372fi
1373
1374if test -n "$ac_init_help"; then
1375
1376 cat <<\_ACEOF
1377
1378Optional Features:
81ecdfbb 1379 --disable-option-checking ignore unrecognized --enable/--with options
d45a4bef
JB
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1382 --enable-plugins Enable support for plugins
6bb11ab3
L
1383 --enable-shared[=PKGS] build shared libraries [default=yes]
1384 --enable-static[=PKGS] build static libraries [default=yes]
1385 --enable-fast-install[=PKGS]
1386 optimize for fast installation [default=yes]
1387 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1388 --enable-maintainer-mode enable make rules and dependencies not useful
1389 (and sometimes confusing) to the casual installer
8d0978fb
MF
1390 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1391 itself)
1392 --enable-sim-stdio Specify whether to use stdio for console
1393 input/output
1394 --enable-sim-trace=opts Enable tracing of simulated programs
1395 --enable-sim-profile=opts
1396 Enable profiling flags
35656e95 1397 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1398 --enable-sim-environment=environment
1399 Specify mixed, user, virtual or operating
1400 environment
347fe5bb
MF
1401 --enable-sim-inline=inlines
1402 Specify which functions should be inlined
269e9c18
MF
1403 --enable-werror treat compile warnings as errors
1404 --enable-build-warnings enable build-time compiler warnings if gcc is used
1405 --enable-sim-build-warnings
1406 enable SIM specific build-time compiler warnings if
1407 gcc is used
d45a4bef 1408
6efef468
JM
1409Optional Packages:
1410 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1411 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1412 --with-system-zlib use installed libz
6bb11ab3
L
1413 --with-pic try to use only PIC/non-PIC objects [default=use
1414 both]
1415 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1416 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1417 --with-bugurl=URL Direct users to URL to report a bug
1418
d45a4bef
JB
1419Some influential environment variables:
1420 CC C compiler command
1421 CFLAGS C compiler flags
1422 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1423 nonstandard directory <lib dir>
81ecdfbb
RW
1424 LIBS libraries to pass to the linker, e.g. -l<library>
1425 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1426 you have headers in a nonstandard directory <include dir>
d45a4bef
JB
1427 CPP C preprocessor
1428
1429Use these variables to override the choices made by `configure' or to help
1430it to find libraries and programs with nonstandard names/locations.
1431
81ecdfbb 1432Report bugs to the package provider.
d45a4bef 1433_ACEOF
81ecdfbb 1434ac_status=$?
d45a4bef
JB
1435fi
1436
1437if test "$ac_init_help" = "recursive"; then
1438 # If there are subdirs, report their specific --help.
d45a4bef 1439 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1440 test -d "$ac_dir" ||
1441 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1442 continue
d45a4bef
JB
1443 ac_builddir=.
1444
81ecdfbb
RW
1445case "$ac_dir" in
1446.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1447*)
1448 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1449 # A ".." for each directory in $ac_dir_suffix.
1450 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1451 case $ac_top_builddir_sub in
1452 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1453 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1454 esac ;;
1455esac
1456ac_abs_top_builddir=$ac_pwd
1457ac_abs_builddir=$ac_pwd$ac_dir_suffix
1458# for backward compatibility:
1459ac_top_builddir=$ac_top_build_prefix
d45a4bef
JB
1460
1461case $srcdir in
81ecdfbb 1462 .) # We are building in place.
d45a4bef 1463 ac_srcdir=.
81ecdfbb
RW
1464 ac_top_srcdir=$ac_top_builddir_sub
1465 ac_abs_top_srcdir=$ac_pwd ;;
1466 [\\/]* | ?:[\\/]* ) # Absolute name.
d45a4bef 1467 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1468 ac_top_srcdir=$srcdir
1469 ac_abs_top_srcdir=$srcdir ;;
1470 *) # Relative name.
1471 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1472 ac_top_srcdir=$ac_top_build_prefix$srcdir
1473 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d45a4bef 1474esac
81ecdfbb
RW
1475ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1476
1477 cd "$ac_dir" || { ac_status=$?; continue; }
1478 # Check for guested configure.
1479 if test -f "$ac_srcdir/configure.gnu"; then
1480 echo &&
1481 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1482 elif test -f "$ac_srcdir/configure"; then
1483 echo &&
1484 $SHELL "$ac_srcdir/configure" --help=recursive
d45a4bef 1485 else
81ecdfbb
RW
1486 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1487 fi || ac_status=$?
1488 cd "$ac_pwd" || { ac_status=$?; break; }
d45a4bef
JB
1489 done
1490fi
1491
81ecdfbb 1492test -n "$ac_init_help" && exit $ac_status
d45a4bef
JB
1493if $ac_init_version; then
1494 cat <<\_ACEOF
81ecdfbb
RW
1495configure
1496generated by GNU Autoconf 2.64
d45a4bef 1497
81ecdfbb 1498Copyright (C) 2009 Free Software Foundation, Inc.
d45a4bef
JB
1499This configure script is free software; the Free Software Foundation
1500gives unlimited permission to copy, distribute and modify it.
1501_ACEOF
81ecdfbb 1502 exit
d45a4bef 1503fi
d45a4bef 1504
81ecdfbb
RW
1505## ------------------------ ##
1506## Autoconf initialization. ##
1507## ------------------------ ##
d45a4bef 1508
81ecdfbb
RW
1509# ac_fn_c_try_compile LINENO
1510# --------------------------
1511# Try to compile conftest.$ac_ext, and return whether this succeeded.
1512ac_fn_c_try_compile ()
d45a4bef 1513{
81ecdfbb
RW
1514 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1515 rm -f conftest.$ac_objext
1516 if { { ac_try="$ac_compile"
1517case "(($ac_try" in
1518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1519 *) ac_try_echo=$ac_try;;
1520esac
1521eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1522$as_echo "$ac_try_echo"; } >&5
1523 (eval "$ac_compile") 2>conftest.err
1524 ac_status=$?
1525 if test -s conftest.err; then
1526 grep -v '^ *+' conftest.err >conftest.er1
1527 cat conftest.er1 >&5
1528 mv -f conftest.er1 conftest.err
1529 fi
1530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1531 test $ac_status = 0; } && {
1532 test -z "$ac_c_werror_flag" ||
1533 test ! -s conftest.err
1534 } && test -s conftest.$ac_objext; then :
1535 ac_retval=0
1536else
1537 $as_echo "$as_me: failed program was:" >&5
1538sed 's/^/| /' conftest.$ac_ext >&5
d45a4bef 1539
81ecdfbb
RW
1540 ac_retval=1
1541fi
1542 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1543 return $ac_retval
d45a4bef 1544
81ecdfbb 1545} # ac_fn_c_try_compile
d45a4bef 1546
81ecdfbb
RW
1547# ac_fn_c_try_cpp LINENO
1548# ----------------------
1549# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1550ac_fn_c_try_cpp ()
1551{
1552 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1553 if { { ac_try="$ac_cpp conftest.$ac_ext"
1554case "(($ac_try" in
1555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1556 *) ac_try_echo=$ac_try;;
1557esac
1558eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1559$as_echo "$ac_try_echo"; } >&5
1560 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1561 ac_status=$?
1562 if test -s conftest.err; then
1563 grep -v '^ *+' conftest.err >conftest.er1
1564 cat conftest.er1 >&5
1565 mv -f conftest.er1 conftest.err
1566 fi
1567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1568 test $ac_status = 0; } >/dev/null && {
1569 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1570 test ! -s conftest.err
1571 }; then :
1572 ac_retval=0
1573else
1574 $as_echo "$as_me: failed program was:" >&5
1575sed 's/^/| /' conftest.$ac_ext >&5
d45a4bef 1576
81ecdfbb
RW
1577 ac_retval=1
1578fi
1579 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1580 return $ac_retval
d45a4bef 1581
81ecdfbb 1582} # ac_fn_c_try_cpp
d45a4bef 1583
81ecdfbb
RW
1584# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1585# -------------------------------------------------------
1586# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1587# the include files in INCLUDES and setting the cache variable VAR
1588# accordingly.
1589ac_fn_c_check_header_mongrel ()
1590{
1591 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1592 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1594$as_echo_n "checking for $2... " >&6; }
1595if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1596 $as_echo_n "(cached) " >&6
1597fi
1598eval ac_res=\$$3
1599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1600$as_echo "$ac_res" >&6; }
1601else
1602 # Is the header compilable?
1603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1604$as_echo_n "checking $2 usability... " >&6; }
1605cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1606/* end confdefs.h. */
1607$4
1608#include <$2>
1609_ACEOF
1610if ac_fn_c_try_compile "$LINENO"; then :
1611 ac_header_compiler=yes
1612else
1613 ac_header_compiler=no
1614fi
1615rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1616{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1617$as_echo "$ac_header_compiler" >&6; }
1618
1619# Is the header present?
1620{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1621$as_echo_n "checking $2 presence... " >&6; }
1622cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1623/* end confdefs.h. */
1624#include <$2>
1625_ACEOF
1626if ac_fn_c_try_cpp "$LINENO"; then :
1627 ac_header_preproc=yes
1628else
1629 ac_header_preproc=no
1630fi
1631rm -f conftest.err conftest.$ac_ext
1632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1633$as_echo "$ac_header_preproc" >&6; }
1634
1635# So? What about this header?
1636case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1637 yes:no: )
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1639$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1641$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1642 ;;
1643 no:yes:* )
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1645$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1647$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1649$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1651$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1652 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1653$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1654 ;;
1655esac
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1657$as_echo_n "checking for $2... " >&6; }
1658if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1659 $as_echo_n "(cached) " >&6
1660else
1661 eval "$3=\$ac_header_compiler"
1662fi
1663eval ac_res=\$$3
1664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1665$as_echo "$ac_res" >&6; }
1666fi
1667 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1668
1669} # ac_fn_c_check_header_mongrel
1670
1671# ac_fn_c_try_run LINENO
1672# ----------------------
1673# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1674# that executables *can* be run.
1675ac_fn_c_try_run ()
1676{
1677 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1678 if { { ac_try="$ac_link"
1679case "(($ac_try" in
1680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1681 *) ac_try_echo=$ac_try;;
1682esac
1683eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1684$as_echo "$ac_try_echo"; } >&5
1685 (eval "$ac_link") 2>&5
1686 ac_status=$?
1687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1688 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1689 { { case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692esac
1693eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694$as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_try") 2>&5
1696 ac_status=$?
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; }; }; then :
1699 ac_retval=0
1700else
1701 $as_echo "$as_me: program exited with status $ac_status" >&5
1702 $as_echo "$as_me: failed program was:" >&5
1703sed 's/^/| /' conftest.$ac_ext >&5
1704
1705 ac_retval=$ac_status
1706fi
1707 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1708 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1709 return $ac_retval
1710
1711} # ac_fn_c_try_run
1712
1713# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1714# -------------------------------------------------------
1715# Tests whether HEADER exists and can be compiled using the include files in
1716# INCLUDES, setting the cache variable VAR accordingly.
1717ac_fn_c_check_header_compile ()
1718{
1719 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1721$as_echo_n "checking for $2... " >&6; }
1722if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1723 $as_echo_n "(cached) " >&6
1724else
1725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1726/* end confdefs.h. */
1727$4
1728#include <$2>
1729_ACEOF
1730if ac_fn_c_try_compile "$LINENO"; then :
1731 eval "$3=yes"
1732else
1733 eval "$3=no"
1734fi
1735rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1736fi
1737eval ac_res=\$$3
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1739$as_echo "$ac_res" >&6; }
1740 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1741
1742} # ac_fn_c_check_header_compile
1743
1744# ac_fn_c_try_link LINENO
1745# -----------------------
1746# Try to link conftest.$ac_ext, and return whether this succeeded.
1747ac_fn_c_try_link ()
1748{
1749 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1750 rm -f conftest.$ac_objext conftest$ac_exeext
1751 if { { ac_try="$ac_link"
1752case "(($ac_try" in
1753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1754 *) ac_try_echo=$ac_try;;
1755esac
1756eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1757$as_echo "$ac_try_echo"; } >&5
1758 (eval "$ac_link") 2>conftest.err
1759 ac_status=$?
1760 if test -s conftest.err; then
1761 grep -v '^ *+' conftest.err >conftest.er1
1762 cat conftest.er1 >&5
1763 mv -f conftest.er1 conftest.err
1764 fi
1765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1766 test $ac_status = 0; } && {
1767 test -z "$ac_c_werror_flag" ||
1768 test ! -s conftest.err
1769 } && test -s conftest$ac_exeext && {
1770 test "$cross_compiling" = yes ||
1771 $as_test_x conftest$ac_exeext
1772 }; then :
1773 ac_retval=0
1774else
1775 $as_echo "$as_me: failed program was:" >&5
1776sed 's/^/| /' conftest.$ac_ext >&5
1777
1778 ac_retval=1
1779fi
1780 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1781 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1782 # interfere with the next link command; also delete a directory that is
1783 # left behind by Apple's compiler. We do this before executing the actions.
1784 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1785 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1786 return $ac_retval
1787
1788} # ac_fn_c_try_link
1789
1790# ac_fn_c_check_func LINENO FUNC VAR
1791# ----------------------------------
1792# Tests whether FUNC exists, setting the cache variable VAR accordingly
1793ac_fn_c_check_func ()
1794{
1795 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797$as_echo_n "checking for $2... " >&6; }
1798if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1799 $as_echo_n "(cached) " >&6
1800else
1801 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1802/* end confdefs.h. */
1803/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1804 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1805#define $2 innocuous_$2
1806
1807/* System header to define __stub macros and hopefully few prototypes,
1808 which can conflict with char $2 (); below.
1809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1810 <limits.h> exists even on freestanding compilers. */
1811
1812#ifdef __STDC__
1813# include <limits.h>
1814#else
1815# include <assert.h>
1816#endif
1817
1818#undef $2
1819
1820/* Override any GCC internal prototype to avoid an error.
1821 Use char because int might match the return type of a GCC
1822 builtin and then its argument prototype would still apply. */
1823#ifdef __cplusplus
1824extern "C"
1825#endif
1826char $2 ();
1827/* The GNU C library defines this for functions which it implements
1828 to always fail with ENOSYS. Some functions are actually named
1829 something starting with __ and the normal name is an alias. */
1830#if defined __stub_$2 || defined __stub___$2
1831choke me
1832#endif
1833
1834int
1835main ()
1836{
1837return $2 ();
1838 ;
1839 return 0;
1840}
1841_ACEOF
1842if ac_fn_c_try_link "$LINENO"; then :
1843 eval "$3=yes"
1844else
1845 eval "$3=no"
1846fi
1847rm -f core conftest.err conftest.$ac_objext \
1848 conftest$ac_exeext conftest.$ac_ext
1849fi
1850eval ac_res=\$$3
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1852$as_echo "$ac_res" >&6; }
1853 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1854
1855} # ac_fn_c_check_func
936df756
MF
1856
1857# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1858# ----------------------------------------------------
1859# Tries to find if the field MEMBER exists in type AGGR, after including
1860# INCLUDES, setting cache variable VAR accordingly.
1861ac_fn_c_check_member ()
1862{
1863 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1865$as_echo_n "checking for $2.$3... " >&6; }
1866if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1867 $as_echo_n "(cached) " >&6
1868else
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870/* end confdefs.h. */
1871$5
1872int
1873main ()
1874{
1875static $2 ac_aggr;
1876if (ac_aggr.$3)
1877return 0;
1878 ;
1879 return 0;
1880}
1881_ACEOF
1882if ac_fn_c_try_compile "$LINENO"; then :
1883 eval "$4=yes"
1884else
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886/* end confdefs.h. */
1887$5
1888int
1889main ()
1890{
1891static $2 ac_aggr;
1892if (sizeof ac_aggr.$3)
1893return 0;
1894 ;
1895 return 0;
1896}
1897_ACEOF
1898if ac_fn_c_try_compile "$LINENO"; then :
1899 eval "$4=yes"
1900else
1901 eval "$4=no"
1902fi
1903rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904fi
1905rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1906fi
1907eval ac_res=\$$4
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1909$as_echo "$ac_res" >&6; }
1910 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1911
1912} # ac_fn_c_check_member
1913
1914# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1915# -------------------------------------------
1916# Tests whether TYPE exists after having included INCLUDES, setting cache
1917# variable VAR accordingly.
1918ac_fn_c_check_type ()
1919{
1920 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1922$as_echo_n "checking for $2... " >&6; }
1923if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1924 $as_echo_n "(cached) " >&6
1925else
1926 eval "$3=no"
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928/* end confdefs.h. */
1929$4
1930int
1931main ()
1932{
1933if (sizeof ($2))
1934 return 0;
1935 ;
1936 return 0;
1937}
1938_ACEOF
1939if ac_fn_c_try_compile "$LINENO"; then :
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941/* end confdefs.h. */
1942$4
1943int
1944main ()
1945{
1946if (sizeof (($2)))
1947 return 0;
1948 ;
1949 return 0;
1950}
1951_ACEOF
1952if ac_fn_c_try_compile "$LINENO"; then :
1953
1954else
1955 eval "$3=yes"
1956fi
1957rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1958fi
1959rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1960fi
1961eval ac_res=\$$3
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963$as_echo "$ac_res" >&6; }
1964 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1965
1966} # ac_fn_c_check_type
81ecdfbb
RW
1967cat >config.log <<_ACEOF
1968This file contains any messages produced by compilers while
1969running configure, to aid debugging if configure makes a mistake.
1970
1971It was created by $as_me, which was
1972generated by GNU Autoconf 2.64. Invocation command line was
1973
1974 $ $0 $@
1975
1976_ACEOF
1977exec 5>>config.log
1978{
1979cat <<_ASUNAME
1980## --------- ##
1981## Platform. ##
1982## --------- ##
1983
1984hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1985uname -m = `(uname -m) 2>/dev/null || echo unknown`
1986uname -r = `(uname -r) 2>/dev/null || echo unknown`
1987uname -s = `(uname -s) 2>/dev/null || echo unknown`
1988uname -v = `(uname -v) 2>/dev/null || echo unknown`
1989
1990/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1991/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1992
1993/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1994/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1995/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1996/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1997/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1998/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1999/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2000
2001_ASUNAME
2002
2003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2004for as_dir in $PATH
2005do
2006 IFS=$as_save_IFS
2007 test -z "$as_dir" && as_dir=.
2008 $as_echo "PATH: $as_dir"
2009 done
2010IFS=$as_save_IFS
2011
2012} >&5
2013
2014cat >&5 <<_ACEOF
d45a4bef
JB
2015
2016
2017## ----------- ##
2018## Core tests. ##
2019## ----------- ##
2020
2021_ACEOF
2022
2023
2024# Keep a trace of the command line.
2025# Strip out --no-create and --no-recursion so they do not pile up.
2026# Strip out --silent because we don't want to record it for future runs.
2027# Also quote any args containing shell meta-characters.
2028# Make two passes to allow for proper duplicate-argument suppression.
2029ac_configure_args=
2030ac_configure_args0=
2031ac_configure_args1=
d45a4bef
JB
2032ac_must_keep_next=false
2033for ac_pass in 1 2
2034do
2035 for ac_arg
2036 do
2037 case $ac_arg in
2038 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2039 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2040 | -silent | --silent | --silen | --sile | --sil)
2041 continue ;;
81ecdfbb
RW
2042 *\'*)
2043 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
d45a4bef
JB
2044 esac
2045 case $ac_pass in
81ecdfbb 2046 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
d45a4bef 2047 2)
81ecdfbb 2048 as_fn_append ac_configure_args1 " '$ac_arg'"
d45a4bef
JB
2049 if test $ac_must_keep_next = true; then
2050 ac_must_keep_next=false # Got value, back to normal.
2051 else
2052 case $ac_arg in
2053 *=* | --config-cache | -C | -disable-* | --disable-* \
2054 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2055 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2056 | -with-* | --with-* | -without-* | --without-* | --x)
2057 case "$ac_configure_args0 " in
2058 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2059 esac
2060 ;;
2061 -* ) ac_must_keep_next=true ;;
2062 esac
2063 fi
81ecdfbb 2064 as_fn_append ac_configure_args " '$ac_arg'"
d45a4bef
JB
2065 ;;
2066 esac
2067 done
2068done
81ecdfbb
RW
2069{ ac_configure_args0=; unset ac_configure_args0;}
2070{ ac_configure_args1=; unset ac_configure_args1;}
d45a4bef
JB
2071
2072# When interrupted or exit'd, cleanup temporary files, and complete
2073# config.log. We remove comments because anyway the quotes in there
2074# would cause problems or look ugly.
81ecdfbb
RW
2075# WARNING: Use '\'' to represent an apostrophe within the trap.
2076# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
d45a4bef
JB
2077trap 'exit_status=$?
2078 # Save into config.log some information that might help in debugging.
2079 {
2080 echo
2081
2082 cat <<\_ASBOX
2083## ---------------- ##
2084## Cache variables. ##
2085## ---------------- ##
2086_ASBOX
2087 echo
2088 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2089(
2090 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2091 eval ac_val=\$$ac_var
2092 case $ac_val in #(
2093 *${as_nl}*)
2094 case $ac_var in #(
2095 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2096$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2097 esac
2098 case $ac_var in #(
2099 _ | IFS | as_nl) ;; #(
2100 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2101 *) { eval $ac_var=; unset $ac_var;} ;;
2102 esac ;;
2103 esac
2104 done
d45a4bef 2105 (set) 2>&1 |
81ecdfbb
RW
2106 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2107 *${as_nl}ac_space=\ *)
d45a4bef 2108 sed -n \
81ecdfbb
RW
2109 "s/'\''/'\''\\\\'\'''\''/g;
2110 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2111 ;; #(
d45a4bef 2112 *)
81ecdfbb 2113 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d45a4bef 2114 ;;
81ecdfbb
RW
2115 esac |
2116 sort
2117)
d45a4bef
JB
2118 echo
2119
2120 cat <<\_ASBOX
2121## ----------------- ##
2122## Output variables. ##
2123## ----------------- ##
2124_ASBOX
2125 echo
2126 for ac_var in $ac_subst_vars
2127 do
81ecdfbb
RW
2128 eval ac_val=\$$ac_var
2129 case $ac_val in
2130 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2131 esac
2132 $as_echo "$ac_var='\''$ac_val'\''"
d45a4bef
JB
2133 done | sort
2134 echo
2135
2136 if test -n "$ac_subst_files"; then
2137 cat <<\_ASBOX
81ecdfbb
RW
2138## ------------------- ##
2139## File substitutions. ##
2140## ------------------- ##
d45a4bef
JB
2141_ASBOX
2142 echo
2143 for ac_var in $ac_subst_files
2144 do
81ecdfbb
RW
2145 eval ac_val=\$$ac_var
2146 case $ac_val in
2147 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2148 esac
2149 $as_echo "$ac_var='\''$ac_val'\''"
d45a4bef
JB
2150 done | sort
2151 echo
2152 fi
2153
2154 if test -s confdefs.h; then
2155 cat <<\_ASBOX
2156## ----------- ##
2157## confdefs.h. ##
2158## ----------- ##
2159_ASBOX
2160 echo
81ecdfbb 2161 cat confdefs.h
d45a4bef
JB
2162 echo
2163 fi
2164 test "$ac_signal" != 0 &&
81ecdfbb
RW
2165 $as_echo "$as_me: caught signal $ac_signal"
2166 $as_echo "$as_me: exit $exit_status"
d45a4bef 2167 } >&5
81ecdfbb
RW
2168 rm -f core *.core core.conftest.* &&
2169 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
d45a4bef 2170 exit $exit_status
81ecdfbb 2171' 0
d45a4bef 2172for ac_signal in 1 2 13 15; do
81ecdfbb 2173 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
d45a4bef
JB
2174done
2175ac_signal=0
2176
2177# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2178rm -f -r conftest* confdefs.h
2179
2180$as_echo "/* confdefs.h */" > confdefs.h
d45a4bef
JB
2181
2182# Predefined preprocessor variables.
2183
2184cat >>confdefs.h <<_ACEOF
2185#define PACKAGE_NAME "$PACKAGE_NAME"
2186_ACEOF
2187
d45a4bef
JB
2188cat >>confdefs.h <<_ACEOF
2189#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2190_ACEOF
2191
d45a4bef
JB
2192cat >>confdefs.h <<_ACEOF
2193#define PACKAGE_VERSION "$PACKAGE_VERSION"
2194_ACEOF
2195
d45a4bef
JB
2196cat >>confdefs.h <<_ACEOF
2197#define PACKAGE_STRING "$PACKAGE_STRING"
2198_ACEOF
2199
d45a4bef
JB
2200cat >>confdefs.h <<_ACEOF
2201#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2202_ACEOF
2203
81ecdfbb
RW
2204cat >>confdefs.h <<_ACEOF
2205#define PACKAGE_URL "$PACKAGE_URL"
2206_ACEOF
2207
d45a4bef
JB
2208
2209# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2210# Prefer an explicitly selected file to automatically selected ones.
2211ac_site_file1=NONE
2212ac_site_file2=NONE
2213if test -n "$CONFIG_SITE"; then
2214 ac_site_file1=$CONFIG_SITE
2215elif test "x$prefix" != xNONE; then
2216 ac_site_file1=$prefix/share/config.site
2217 ac_site_file2=$prefix/etc/config.site
2218else
2219 ac_site_file1=$ac_default_prefix/share/config.site
2220 ac_site_file2=$ac_default_prefix/etc/config.site
2221fi
2222for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2223do
2224 test "x$ac_site_file" = xNONE && continue
d45a4bef 2225 if test -r "$ac_site_file"; then
81ecdfbb
RW
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2227$as_echo "$as_me: loading site script $ac_site_file" >&6;}
d45a4bef
JB
2228 sed 's/^/| /' "$ac_site_file" >&5
2229 . "$ac_site_file"
2230 fi
2231done
2232
2233if test -r "$cache_file"; then
2234 # Some versions of bash will fail to source /dev/null (special
2235 # files actually), so we avoid doing that.
2236 if test -f "$cache_file"; then
81ecdfbb
RW
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2238$as_echo "$as_me: loading cache $cache_file" >&6;}
d45a4bef 2239 case $cache_file in
81ecdfbb
RW
2240 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2241 *) . "./$cache_file";;
d45a4bef
JB
2242 esac
2243 fi
2244else
81ecdfbb
RW
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2246$as_echo "$as_me: creating cache $cache_file" >&6;}
d45a4bef
JB
2247 >$cache_file
2248fi
2249
2250# Check that the precious variables saved in the cache have kept the same
2251# value.
2252ac_cache_corrupted=false
81ecdfbb 2253for ac_var in $ac_precious_vars; do
d45a4bef
JB
2254 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2255 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2256 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2257 eval ac_new_val=\$ac_env_${ac_var}_value
d45a4bef
JB
2258 case $ac_old_set,$ac_new_set in
2259 set,)
81ecdfbb
RW
2260 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2261$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
d45a4bef
JB
2262 ac_cache_corrupted=: ;;
2263 ,set)
81ecdfbb
RW
2264 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2265$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
d45a4bef
JB
2266 ac_cache_corrupted=: ;;
2267 ,);;
2268 *)
2269 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2270 # differences in whitespace do not lead to failure.
2271 ac_old_val_w=`echo x $ac_old_val`
2272 ac_new_val_w=`echo x $ac_new_val`
2273 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2275$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2276 ac_cache_corrupted=:
2277 else
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2279$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2280 eval $ac_var=\$ac_old_val
2281 fi
2282 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2283$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2285$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
d45a4bef
JB
2286 fi;;
2287 esac
2288 # Pass precious variables to config.status.
2289 if test "$ac_new_set" = set; then
2290 case $ac_new_val in
81ecdfbb 2291 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
d45a4bef
JB
2292 *) ac_arg=$ac_var=$ac_new_val ;;
2293 esac
2294 case " $ac_configure_args " in
2295 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2296 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
d45a4bef
JB
2297 esac
2298 fi
2299done
2300if $ac_cache_corrupted; then
81ecdfbb
RW
2301 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2302$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2304$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2305 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
d45a4bef 2306fi
81ecdfbb
RW
2307## -------------------- ##
2308## Main body of script. ##
2309## -------------------- ##
d45a4bef
JB
2310
2311ac_ext=c
2312ac_cpp='$CPP $CPPFLAGS'
2313ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2314ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2315ac_compiler_gnu=$ac_cv_c_compiler_gnu
2316
2317
d45a4bef
JB
2318# This file contains common code used by all simulators.
2319#
2320# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2321# directory. It is intended to be invoked before any target specific stuff.
2322# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2323# It is intended to be invoked last.
2324#
306f4178 2325# The simulator's configure.ac should look like:
d45a4bef
JB
2326#
2327# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2328# AC_PREREQ(2.64)dnl
d45a4bef 2329# AC_INIT(Makefile.in)
6ffe910a 2330# sinclude(../common/aclocal.m4)
d45a4bef
JB
2331#
2332# SIM_AC_COMMON
2333#
2334# ... target specific stuff ...
2335#
2336# SIM_AC_OUTPUT
2337
d6416cdc
RW
2338# Include global overrides and fixes for Autoconf.
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
6ffe910a
MF
2365# _AC_CHECK_DECL_BODY
2366# -------------------
2367# Shell function body for AC_CHECK_DECL.
2368# _AC_CHECK_DECL_BODY
d6416cdc 2369
6ffe910a
MF
2370# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2371# INCLUDES)
2372# -------------------------------------------------------------
2373# Helper to AC_CHECK_DECLS, which generates the check for a single
2374# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2375# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc
RW
2376
2377
2378
2379
2380
2381
2382
d45a4bef
JB
2383
2384
2385
db2e4d67 2386
5c887dd5
JB
2387
2388
6bb11ab3 2389# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2390#
6bb11ab3
L
2391# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2392# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2393# Written by Gordon Matzigkeit, 1996
2394#
2395# This file is free software; the Free Software Foundation gives
2396# unlimited permission to copy and/or distribute it, with or without
2397# modifications, as long as this notice is preserved.
db2e4d67 2398
db2e4d67 2399
db2e4d67 2400
6bb11ab3 2401# serial 56 LT_INIT
db2e4d67
MF
2402
2403
6bb11ab3
L
2404# LT_PREREQ(VERSION)
2405# ------------------
2406# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2407
db2e4d67
MF
2408
2409
6bb11ab3
L
2410# _LT_CHECK_BUILDDIR
2411# ------------------
2412# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2413
2414
d45a4bef 2415
6bb11ab3
L
2416# LT_INIT([OPTIONS])
2417# ------------------
2418# LT_INIT
d45a4bef 2419
6bb11ab3
L
2420# Old names:
2421# This is what autoupdate's m4 run will expand. It fires
2422# the warning (with _au_warn_XXX), outputs it into the
2423# updated configure.ac (with AC_DIAGNOSE), and then outputs
2424# the replacement expansion.
d45a4bef
JB
2425
2426
6bb11ab3
L
2427# This is an auxiliary macro that is also run when
2428# autoupdate runs m4. It simply calls m4_warning, but
2429# we need a wrapper so that each warning is emitted only
2430# once. We break the quoting in m4_warning's argument in
2431# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef
JB
2432
2433
6bb11ab3
L
2434# Finally, this is the expansion that is picked up by
2435# autoconf. It tells the user to run autoupdate, and
2436# then outputs the replacement expansion. We do not care
2437# about autoupdate's warning because that contains
2438# information on what to do *after* running autoupdate.
d45a4bef 2439
6bb11ab3
L
2440# This is what autoupdate's m4 run will expand. It fires
2441# the warning (with _au_warn_XXX), outputs it into the
2442# updated configure.ac (with AC_DIAGNOSE), and then outputs
2443# the replacement expansion.
d45a4bef
JB
2444
2445
6bb11ab3
L
2446# This is an auxiliary macro that is also run when
2447# autoupdate runs m4. It simply calls m4_warning, but
2448# we need a wrapper so that each warning is emitted only
2449# once. We break the quoting in m4_warning's argument in
2450# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef
JB
2451
2452
6bb11ab3
L
2453# Finally, this is the expansion that is picked up by
2454# autoconf. It tells the user to run autoupdate, and
2455# then outputs the replacement expansion. We do not care
2456# about autoupdate's warning because that contains
2457# information on what to do *after* running autoupdate.
d45a4bef
JB
2458
2459
2460
6bb11ab3
L
2461# _LT_CC_BASENAME(CC)
2462# -------------------
2463# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
d45a4bef
JB
2464
2465
2466
6bb11ab3
L
2467# _LT_FILEUTILS_DEFAULTS
2468# ----------------------
2469# It is okay to use these file commands and assume they have been set
2470# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2471# _LT_FILEUTILS_DEFAULTS
d45a4bef
JB
2472
2473
6bb11ab3
L
2474# _LT_SETUP
2475# ---------
2476# _LT_SETUP
d45a4bef
JB
2477
2478
6bb11ab3
L
2479# _LT_PREPARE_SED_QUOTE_VARS
2480# --------------------------
2481# Define a few sed substitution that help us do robust quoting.
d45a4bef
JB
2482
2483
6bb11ab3
L
2484# _LT_PROG_LTMAIN
2485# ---------------
2486# Note that this code is called both from `configure', and `config.status'
2487# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2488# `config.status' has no value for ac_aux_dir unless we are using Automake,
2489# so we pass a copy along to make sure it has a sensible value anyway.
2490# _LT_PROG_LTMAIN
d45a4bef
JB
2491
2492
6bb11ab3
L
2493## ------------------------------------- ##
2494## Accumulate code for creating libtool. ##
2495## ------------------------------------- ##
d45a4bef 2496
6bb11ab3
L
2497# So that we can recreate a full libtool script including additional
2498# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2499# in macros and then make a single call at the end using the `libtool'
2500# label.
d45a4bef
JB
2501
2502
6bb11ab3
L
2503# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2504# ----------------------------------------
2505# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
d45a4bef
JB
2506
2507
6bb11ab3 2508# Initialize.
d45a4bef
JB
2509
2510
2511
6bb11ab3
L
2512# _LT_CONFIG_LIBTOOL([COMMANDS])
2513# ------------------------------
2514# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
d45a4bef
JB
2515
2516
6bb11ab3 2517# Initialize.
d45a4bef
JB
2518
2519
2520
6bb11ab3
L
2521# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2522# -----------------------------------------------------
d45a4bef 2523
5912fadd
JB
2524
2525
6bb11ab3
L
2526# _LT_FORMAT_COMMENT([COMMENT])
2527# -----------------------------
2528# Add leading comment marks to the start of each line, and a trailing
2529# full-stop to the whole comment if one is not present already.
5912fadd
JB
2530
2531
d45a4bef
JB
2532
2533
6bb11ab3
L
2534## ------------------------ ##
2535## FIXME: Eliminate VARNAME ##
2536## ------------------------ ##
d45a4bef
JB
2537
2538
6bb11ab3
L
2539# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2540# -------------------------------------------------------------------
2541# CONFIGNAME is the name given to the value in the libtool script.
2542# VARNAME is the (base) name used in the configure script.
2543# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2544# VARNAME. Any other value will be used directly.
d45a4bef 2545
d45a4bef
JB
2546
2547
6bb11ab3
L
2548# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2549# --------------------------------------------------------
d45a4bef
JB
2550
2551
2552
6bb11ab3
L
2553# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2554# ------------------------------------------------
d45a4bef
JB
2555
2556
2557
6bb11ab3
L
2558# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2559# ---------------------------------------------------------
d45a4bef
JB
2560
2561
2562
6bb11ab3
L
2563# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2564# --------------------------------------------------
d45a4bef
JB
2565
2566
2567
6bb11ab3
L
2568# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2569# ---------------------------------------------------
d45a4bef
JB
2570
2571
2572
6bb11ab3
L
2573# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2574# ---------------------------------------------------
d45a4bef
JB
2575
2576
2577
2578
6bb11ab3
L
2579# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2580# ------------------------------------------------
d45a4bef
JB
2581
2582
2583
2584
6bb11ab3
L
2585# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2586# ------------------------------------
2587# Quote a variable value, and forward it to `config.status' so that its
2588# declaration there will have the same value as in `configure'. VARNAME
2589# must have a single quote delimited value for this to work.
d45a4bef
JB
2590
2591
2592
6bb11ab3
L
2593# _LT_CONFIG_STATUS_DECLARATIONS
2594# ------------------------------
2595# We delimit libtool config variables with single quotes, so when
2596# we write them to config.status, we have to be sure to quote all
2597# embedded single quotes properly. In configure, this macro expands
2598# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2599#
2600# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
d45a4bef
JB
2601
2602
2603
6bb11ab3
L
2604# _LT_LIBTOOL_TAGS
2605# ----------------
2606# Output comment and list of tags supported by the script
d45a4bef
JB
2607
2608
2609
6bb11ab3
L
2610# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2611# -----------------------------------
2612# Extract the dictionary values for VARNAME (optionally with TAG) and
2613# expand to a commented shell variable setting:
2614#
2615# # Some comment about what VAR is for.
2616# visible_name=$lt_internal_name
d45a4bef
JB
2617
2618
d45a4bef 2619
6bb11ab3
L
2620# _LT_LIBTOOL_CONFIG_VARS
2621# -----------------------
2622# Produce commented declarations of non-tagged libtool config variables
2623# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2624# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2625# section) are produced by _LT_LIBTOOL_TAG_VARS.
d45a4bef
JB
2626
2627
6efef468 2628
6bb11ab3
L
2629# _LT_LIBTOOL_TAG_VARS(TAG)
2630# -------------------------
6efef468
JM
2631
2632
2633
6bb11ab3
L
2634# _LT_TAGVAR(VARNAME, [TAGNAME])
2635# ------------------------------
6efef468
JM
2636
2637
2638
6bb11ab3
L
2639# _LT_CONFIG_COMMANDS
2640# -------------------
2641# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2642# variables for single and double quote escaping we saved from calls
2643# to _LT_DECL, we can put quote escaped variables declarations
2644# into `config.status', and then the shell code to quote escape them in
2645# for loops in `config.status'. Finally, any additional code accumulated
2646# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2647#_LT_CONFIG_COMMANDS
2648
2649
2650# Initialize.
2651
2652
2653# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2654# ------------------------------------
2655# Generate a child script FILE with all initialization necessary to
2656# reuse the environment learned by the parent script, and make the
2657# file executable. If COMMENT is supplied, it is inserted after the
2658# `#!' sequence but before initialization text begins. After this
2659# macro, additional text can be appended to FILE to form the body of
2660# the child script. The macro ends with non-zero status if the
2661# file could not be fully written (such as if the disk is full).
2662# _LT_GENERATED_FILE_INIT
2663
2664# LT_OUTPUT
2665# ---------
2666# This macro allows early generation of the libtool script (before
2667# AC_OUTPUT is called), incase it is used in configure for compilation
2668# tests.
2669# LT_OUTPUT
2670
2671
2672# _LT_CONFIG(TAG)
2673# ---------------
2674# If TAG is the built-in tag, create an initial libtool script with a
2675# default configuration from the untagged config vars. Otherwise add code
2676# to config.status for appending the configuration named by TAG from the
2677# matching tagged config vars.
2678# _LT_CONFIG
6efef468
JM
2679
2680
6bb11ab3
L
2681# LT_SUPPORTED_TAG(TAG)
2682# ---------------------
2683# Trace this macro to discover what tags are supported by the libtool
2684# --tag option, using:
2685# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2686
6efef468 2687
6efef468 2688
6bb11ab3 2689# C support is built-in for now
6efef468 2690
6efef468
JM
2691
2692
2693
6bb11ab3
L
2694# LT_LANG(LANG)
2695# -------------
2696# Enable libtool support for the given language if not already enabled.
2697# LT_LANG
6efef468
JM
2698
2699
6bb11ab3
L
2700# _LT_LANG(LANGNAME)
2701# ------------------
2702# _LT_LANG
6efef468
JM
2703
2704
6bb11ab3
L
2705# _LT_LANG_DEFAULT_CONFIG
2706# -----------------------
2707# _LT_LANG_DEFAULT_CONFIG
6efef468 2708
6bb11ab3
L
2709# Obsolete macros:
2710# This is what autoupdate's m4 run will expand. It fires
2711# the warning (with _au_warn_XXX), outputs it into the
2712# updated configure.ac (with AC_DIAGNOSE), and then outputs
2713# the replacement expansion.
6efef468 2714
6efef468 2715
6bb11ab3
L
2716# This is an auxiliary macro that is also run when
2717# autoupdate runs m4. It simply calls m4_warning, but
2718# we need a wrapper so that each warning is emitted only
2719# once. We break the quoting in m4_warning's argument in
2720# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2721
6efef468 2722
6bb11ab3
L
2723# Finally, this is the expansion that is picked up by
2724# autoconf. It tells the user to run autoupdate, and
2725# then outputs the replacement expansion. We do not care
2726# about autoupdate's warning because that contains
2727# information on what to do *after* running autoupdate.
6efef468 2728
6bb11ab3
L
2729# This is what autoupdate's m4 run will expand. It fires
2730# the warning (with _au_warn_XXX), outputs it into the
2731# updated configure.ac (with AC_DIAGNOSE), and then outputs
2732# the replacement expansion.
6efef468
JM
2733
2734
6bb11ab3
L
2735# This is an auxiliary macro that is also run when
2736# autoupdate runs m4. It simply calls m4_warning, but
2737# we need a wrapper so that each warning is emitted only
2738# once. We break the quoting in m4_warning's argument in
2739# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2740
2741
6bb11ab3
L
2742# Finally, this is the expansion that is picked up by
2743# autoconf. It tells the user to run autoupdate, and
2744# then outputs the replacement expansion. We do not care
2745# about autoupdate's warning because that contains
2746# information on what to do *after* running autoupdate.
6efef468 2747
6bb11ab3
L
2748# This is what autoupdate's m4 run will expand. It fires
2749# the warning (with _au_warn_XXX), outputs it into the
2750# updated configure.ac (with AC_DIAGNOSE), and then outputs
2751# the replacement expansion.
6efef468
JM
2752
2753
6bb11ab3
L
2754# This is an auxiliary macro that is also run when
2755# autoupdate runs m4. It simply calls m4_warning, but
2756# we need a wrapper so that each warning is emitted only
2757# once. We break the quoting in m4_warning's argument in
2758# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2759
2760
6bb11ab3
L
2761# Finally, this is the expansion that is picked up by
2762# autoconf. It tells the user to run autoupdate, and
2763# then outputs the replacement expansion. We do not care
2764# about autoupdate's warning because that contains
2765# information on what to do *after* running autoupdate.
6efef468 2766
6bb11ab3
L
2767# This is what autoupdate's m4 run will expand. It fires
2768# the warning (with _au_warn_XXX), outputs it into the
2769# updated configure.ac (with AC_DIAGNOSE), and then outputs
2770# the replacement expansion.
6efef468
JM
2771
2772
6bb11ab3
L
2773# This is an auxiliary macro that is also run when
2774# autoupdate runs m4. It simply calls m4_warning, but
2775# we need a wrapper so that each warning is emitted only
2776# once. We break the quoting in m4_warning's argument in
2777# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2778
2779
6bb11ab3
L
2780# Finally, this is the expansion that is picked up by
2781# autoconf. It tells the user to run autoupdate, and
2782# then outputs the replacement expansion. We do not care
2783# about autoupdate's warning because that contains
2784# information on what to do *after* running autoupdate.
6efef468 2785
6bb11ab3
L
2786# This is what autoupdate's m4 run will expand. It fires
2787# the warning (with _au_warn_XXX), outputs it into the
2788# updated configure.ac (with AC_DIAGNOSE), and then outputs
2789# the replacement expansion.
6efef468
JM
2790
2791
6bb11ab3
L
2792# This is an auxiliary macro that is also run when
2793# autoupdate runs m4. It simply calls m4_warning, but
2794# we need a wrapper so that each warning is emitted only
2795# once. We break the quoting in m4_warning's argument in
2796# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2797
2798
6bb11ab3
L
2799# Finally, this is the expansion that is picked up by
2800# autoconf. It tells the user to run autoupdate, and
2801# then outputs the replacement expansion. We do not care
2802# about autoupdate's warning because that contains
2803# information on what to do *after* running autoupdate.
6efef468 2804
d45a4bef
JB
2805
2806
6bb11ab3
L
2807# _LT_TAG_COMPILER
2808# ----------------
2809# _LT_TAG_COMPILER
d45a4bef
JB
2810
2811
6bb11ab3
L
2812# _LT_COMPILER_BOILERPLATE
2813# ------------------------
2814# Check for compiler boilerplate output or warnings with
2815# the simple compiler test code.
2816# _LT_COMPILER_BOILERPLATE
d45a4bef 2817
d45a4bef 2818
6bb11ab3
L
2819# _LT_LINKER_BOILERPLATE
2820# ----------------------
2821# Check for linker boilerplate output or warnings with
2822# the simple link test code.
2823# _LT_LINKER_BOILERPLATE
d45a4bef 2824
6bb11ab3
L
2825# _LT_REQUIRED_DARWIN_CHECKS
2826# -------------------------
81ecdfbb 2827
d45a4bef 2828
d45a4bef 2829
6bb11ab3
L
2830# _LT_DARWIN_LINKER_FEATURES
2831# --------------------------
2832# Checks for linker and compiler features on darwin
d45a4bef 2833
d45a4bef 2834
6bb11ab3
L
2835# _LT_SYS_MODULE_PATH_AIX
2836# -----------------------
2837# Links a minimal program and checks the executable
2838# for the system default hardcoded library path. In most cases,
2839# this is /usr/lib:/lib, but when the MPI compilers are used
2840# the location of the communication and MPI libs are included too.
2841# If we don't find anything, use the default library path according
2842# to the aix ld manual.
2843# _LT_SYS_MODULE_PATH_AIX
d45a4bef 2844
d45a4bef 2845
6bb11ab3
L
2846# _LT_SHELL_INIT(ARG)
2847# -------------------
2848# _LT_SHELL_INIT
d45a4bef 2849
d45a4bef 2850
81ecdfbb 2851
6bb11ab3
L
2852# _LT_PROG_ECHO_BACKSLASH
2853# -----------------------
2854# Find how we can fake an echo command that does not interpret backslash.
2855# In particular, with Autoconf 2.60 or later we add some code to the start
2856# of the generated configure script which will find a shell with a builtin
2857# printf (which we can use as an echo command).
2858# _LT_PROG_ECHO_BACKSLASH
d45a4bef 2859
d45a4bef 2860
6bb11ab3
L
2861# _LT_ENABLE_LOCK
2862# ---------------
2863# _LT_ENABLE_LOCK
81ecdfbb 2864
d45a4bef 2865
6bb11ab3
L
2866# _LT_CMD_OLD_ARCHIVE
2867# -------------------
2868# _LT_CMD_OLD_ARCHIVE
d45a4bef 2869
81ecdfbb 2870
6bb11ab3
L
2871# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2872# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2873# ----------------------------------------------------------------
2874# Check whether the given compiler option works
2875# _LT_COMPILER_OPTION
d45a4bef 2876
6bb11ab3
L
2877# Old name:
2878# This is what autoupdate's m4 run will expand. It fires
2879# the warning (with _au_warn_XXX), outputs it into the
2880# updated configure.ac (with AC_DIAGNOSE), and then outputs
2881# the replacement expansion.
d45a4bef 2882
d45a4bef 2883
6bb11ab3
L
2884# This is an auxiliary macro that is also run when
2885# autoupdate runs m4. It simply calls m4_warning, but
2886# we need a wrapper so that each warning is emitted only
2887# once. We break the quoting in m4_warning's argument in
2888# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef 2889
d45a4bef 2890
6bb11ab3
L
2891# Finally, this is the expansion that is picked up by
2892# autoconf. It tells the user to run autoupdate, and
2893# then outputs the replacement expansion. We do not care
2894# about autoupdate's warning because that contains
2895# information on what to do *after* running autoupdate.
d45a4bef 2896
d45a4bef 2897
d45a4bef 2898
6bb11ab3
L
2899# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2900# [ACTION-SUCCESS], [ACTION-FAILURE])
2901# ----------------------------------------------------
2902# Check whether the given linker option works
2903# _LT_LINKER_OPTION
81ecdfbb 2904
6bb11ab3
L
2905# Old name:
2906# This is what autoupdate's m4 run will expand. It fires
2907# the warning (with _au_warn_XXX), outputs it into the
2908# updated configure.ac (with AC_DIAGNOSE), and then outputs
2909# the replacement expansion.
81ecdfbb 2910
81ecdfbb 2911
6bb11ab3
L
2912# This is an auxiliary macro that is also run when
2913# autoupdate runs m4. It simply calls m4_warning, but
2914# we need a wrapper so that each warning is emitted only
2915# once. We break the quoting in m4_warning's argument in
2916# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2917
d45a4bef 2918
6bb11ab3
L
2919# Finally, this is the expansion that is picked up by
2920# autoconf. It tells the user to run autoupdate, and
2921# then outputs the replacement expansion. We do not care
2922# about autoupdate's warning because that contains
2923# information on what to do *after* running autoupdate.
2924
2925
2926
2927# LT_CMD_MAX_LEN
2928#---------------
2929# LT_CMD_MAX_LEN
2930
2931# Old name:
2932# This is what autoupdate's m4 run will expand. It fires
2933# the warning (with _au_warn_XXX), outputs it into the
2934# updated configure.ac (with AC_DIAGNOSE), and then outputs
2935# the replacement expansion.
2936
2937
2938# This is an auxiliary macro that is also run when
2939# autoupdate runs m4. It simply calls m4_warning, but
2940# we need a wrapper so that each warning is emitted only
2941# once. We break the quoting in m4_warning's argument in
2942# order to expand this macro's arguments, not AU_DEFUN's.
2943
2944
2945# Finally, this is the expansion that is picked up by
2946# autoconf. It tells the user to run autoupdate, and
2947# then outputs the replacement expansion. We do not care
2948# about autoupdate's warning because that contains
2949# information on what to do *after* running autoupdate.
2950
2951
2952
2953# _LT_HEADER_DLFCN
2954# ----------------
2955# _LT_HEADER_DLFCN
2956
2957
2958# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2959# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2960# ----------------------------------------------------------------
2961# _LT_TRY_DLOPEN_SELF
2962
2963
2964# LT_SYS_DLOPEN_SELF
2965# ------------------
2966# LT_SYS_DLOPEN_SELF
2967
2968# Old name:
2969# This is what autoupdate's m4 run will expand. It fires
2970# the warning (with _au_warn_XXX), outputs it into the
2971# updated configure.ac (with AC_DIAGNOSE), and then outputs
2972# the replacement expansion.
2973
2974
2975# This is an auxiliary macro that is also run when
2976# autoupdate runs m4. It simply calls m4_warning, but
2977# we need a wrapper so that each warning is emitted only
2978# once. We break the quoting in m4_warning's argument in
2979# order to expand this macro's arguments, not AU_DEFUN's.
2980
2981
2982# Finally, this is the expansion that is picked up by
2983# autoconf. It tells the user to run autoupdate, and
2984# then outputs the replacement expansion. We do not care
2985# about autoupdate's warning because that contains
2986# information on what to do *after* running autoupdate.
2987
2988
2989
2990# _LT_COMPILER_C_O([TAGNAME])
2991# ---------------------------
2992# Check to see if options -c and -o are simultaneously supported by compiler.
2993# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2994# _LT_COMPILER_C_O
2995
2996
2997# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2998# ----------------------------------
2999# Check to see if we can do hard links to lock some files if needed
3000# _LT_COMPILER_FILE_LOCKS
3001
3002
3003# _LT_CHECK_OBJDIR
3004# ----------------
3005# _LT_CHECK_OBJDIR
3006
3007
3008# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3009# --------------------------------------
3010# Check hardcoding attributes.
3011# _LT_LINKER_HARDCODE_LIBPATH
3012
3013
3014# _LT_CMD_STRIPLIB
3015# ----------------
3016# _LT_CMD_STRIPLIB
3017
3018
3019# _LT_SYS_DYNAMIC_LINKER([TAG])
3020# -----------------------------
3021# PORTME Fill in your ld.so characteristics
3022# _LT_SYS_DYNAMIC_LINKER
3023
3024
3025# _LT_PATH_TOOL_PREFIX(TOOL)
3026# --------------------------
3027# find a file program which can recognize shared library
3028# _LT_PATH_TOOL_PREFIX
3029
3030# Old name:
3031# This is what autoupdate's m4 run will expand. It fires
3032# the warning (with _au_warn_XXX), outputs it into the
3033# updated configure.ac (with AC_DIAGNOSE), and then outputs
3034# the replacement expansion.
3035
3036
3037# This is an auxiliary macro that is also run when
3038# autoupdate runs m4. It simply calls m4_warning, but
3039# we need a wrapper so that each warning is emitted only
3040# once. We break the quoting in m4_warning's argument in
3041# order to expand this macro's arguments, not AU_DEFUN's.
3042
3043
3044# Finally, this is the expansion that is picked up by
3045# autoconf. It tells the user to run autoupdate, and
3046# then outputs the replacement expansion. We do not care
3047# about autoupdate's warning because that contains
3048# information on what to do *after* running autoupdate.
3049
3050
3051
3052# _LT_PATH_MAGIC
3053# --------------
3054# find a file program which can recognize a shared library
3055# _LT_PATH_MAGIC
3056
3057
3058# LT_PATH_LD
3059# ----------
3060# find the pathname to the GNU or non-GNU linker
3061# LT_PATH_LD
3062
3063# Old names:
3064# This is what autoupdate's m4 run will expand. It fires
3065# the warning (with _au_warn_XXX), outputs it into the
3066# updated configure.ac (with AC_DIAGNOSE), and then outputs
3067# the replacement expansion.
3068
3069
3070# This is an auxiliary macro that is also run when
3071# autoupdate runs m4. It simply calls m4_warning, but
3072# we need a wrapper so that each warning is emitted only
3073# once. We break the quoting in m4_warning's argument in
3074# order to expand this macro's arguments, not AU_DEFUN's.
3075
3076
3077# Finally, this is the expansion that is picked up by
3078# autoconf. It tells the user to run autoupdate, and
3079# then outputs the replacement expansion. We do not care
3080# about autoupdate's warning because that contains
3081# information on what to do *after* running autoupdate.
3082
3083# This is what autoupdate's m4 run will expand. It fires
3084# the warning (with _au_warn_XXX), outputs it into the
3085# updated configure.ac (with AC_DIAGNOSE), and then outputs
3086# the replacement expansion.
3087
3088
3089# This is an auxiliary macro that is also run when
3090# autoupdate runs m4. It simply calls m4_warning, but
3091# we need a wrapper so that each warning is emitted only
3092# once. We break the quoting in m4_warning's argument in
3093# order to expand this macro's arguments, not AU_DEFUN's.
3094
3095
3096# Finally, this is the expansion that is picked up by
3097# autoconf. It tells the user to run autoupdate, and
3098# then outputs the replacement expansion. We do not care
3099# about autoupdate's warning because that contains
3100# information on what to do *after* running autoupdate.
3101
3102
3103
3104# _LT_PATH_LD_GNU
3105#- --------------
3106# _LT_PATH_LD_GNU
3107
3108
3109# _LT_CMD_RELOAD
3110# --------------
3111# find reload flag for linker
3112# -- PORTME Some linkers may need a different reload flag.
3113# _LT_CMD_RELOAD
3114
3115
3116# _LT_CHECK_MAGIC_METHOD
3117# ----------------------
3118# how to check for library dependencies
3119# -- PORTME fill in with the dynamic library characteristics
3120# _LT_CHECK_MAGIC_METHOD
3121
3122
3123# LT_PATH_NM
3124# ----------
3125# find the pathname to a BSD- or MS-compatible name lister
3126# LT_PATH_NM
3127
3128# Old names:
3129# This is what autoupdate's m4 run will expand. It fires
3130# the warning (with _au_warn_XXX), outputs it into the
3131# updated configure.ac (with AC_DIAGNOSE), and then outputs
3132# the replacement expansion.
3133
3134
3135# This is an auxiliary macro that is also run when
3136# autoupdate runs m4. It simply calls m4_warning, but
3137# we need a wrapper so that each warning is emitted only
3138# once. We break the quoting in m4_warning's argument in
3139# order to expand this macro's arguments, not AU_DEFUN's.
3140
3141
3142# Finally, this is the expansion that is picked up by
3143# autoconf. It tells the user to run autoupdate, and
3144# then outputs the replacement expansion. We do not care
3145# about autoupdate's warning because that contains
3146# information on what to do *after* running autoupdate.
3147
3148# This is what autoupdate's m4 run will expand. It fires
3149# the warning (with _au_warn_XXX), outputs it into the
3150# updated configure.ac (with AC_DIAGNOSE), and then outputs
3151# the replacement expansion.
3152
3153
3154# This is an auxiliary macro that is also run when
3155# autoupdate runs m4. It simply calls m4_warning, but
3156# we need a wrapper so that each warning is emitted only
3157# once. We break the quoting in m4_warning's argument in
3158# order to expand this macro's arguments, not AU_DEFUN's.
3159
3160
3161# Finally, this is the expansion that is picked up by
3162# autoconf. It tells the user to run autoupdate, and
3163# then outputs the replacement expansion. We do not care
3164# about autoupdate's warning because that contains
3165# information on what to do *after* running autoupdate.
3166
3167
3168
3169# LT_LIB_M
3170# --------
3171# check for math library
3172# LT_LIB_M
3173
3174# Old name:
3175# This is what autoupdate's m4 run will expand. It fires
3176# the warning (with _au_warn_XXX), outputs it into the
3177# updated configure.ac (with AC_DIAGNOSE), and then outputs
3178# the replacement expansion.
3179
3180
3181# This is an auxiliary macro that is also run when
3182# autoupdate runs m4. It simply calls m4_warning, but
3183# we need a wrapper so that each warning is emitted only
3184# once. We break the quoting in m4_warning's argument in
3185# order to expand this macro's arguments, not AU_DEFUN's.
3186
3187
3188# Finally, this is the expansion that is picked up by
3189# autoconf. It tells the user to run autoupdate, and
3190# then outputs the replacement expansion. We do not care
3191# about autoupdate's warning because that contains
3192# information on what to do *after* running autoupdate.
3193
3194
3195
3196# _LT_COMPILER_NO_RTTI([TAGNAME])
3197# -------------------------------
3198# _LT_COMPILER_NO_RTTI
3199
3200
3201# _LT_CMD_GLOBAL_SYMBOLS
3202# ----------------------
3203 # _LT_CMD_GLOBAL_SYMBOLS
3204
3205
3206# _LT_COMPILER_PIC([TAGNAME])
3207# ---------------------------
3208# _LT_COMPILER_PIC
3209
3210
3211# _LT_LINKER_SHLIBS([TAGNAME])
3212# ----------------------------
3213# See if the linker supports building shared libraries.
3214# _LT_LINKER_SHLIBS
3215
3216
3217# _LT_LANG_C_CONFIG([TAG])
3218# ------------------------
3219# Ensure that the configuration variables for a C compiler are suitably
3220# defined. These variables are subsequently used by _LT_CONFIG to write
3221# the compiler configuration to `libtool'.
3222# _LT_LANG_C_CONFIG
3223
3224
3225# _LT_LANG_CXX_CONFIG([TAG])
3226# --------------------------
3227# Ensure that the configuration variables for a C++ compiler are suitably
3228# defined. These variables are subsequently used by _LT_CONFIG to write
3229# the compiler configuration to `libtool'.
3230# _LT_LANG_CXX_CONFIG
3231
3232
3233# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3234# ---------------------------------
3235# Figure out "hidden" library dependencies from verbose
3236# compiler output when linking a shared library.
3237# Parse the compiler output and extract the necessary
3238# objects, libraries and library flags.
3239# _LT_SYS_HIDDEN_LIBDEPS
3240
3241
3242# _LT_LANG_F77_CONFIG([TAG])
3243# --------------------------
3244# Ensure that the configuration variables for a Fortran 77 compiler are
3245# suitably defined. These variables are subsequently used by _LT_CONFIG
3246# to write the compiler configuration to `libtool'.
3247# _LT_LANG_F77_CONFIG
3248
3249
3250# _LT_LANG_FC_CONFIG([TAG])
3251# -------------------------
3252# Ensure that the configuration variables for a Fortran compiler are
3253# suitably defined. These variables are subsequently used by _LT_CONFIG
3254# to write the compiler configuration to `libtool'.
3255# _LT_LANG_FC_CONFIG
3256
3257
3258# _LT_LANG_GCJ_CONFIG([TAG])
3259# --------------------------
3260# Ensure that the configuration variables for the GNU Java Compiler compiler
3261# are suitably defined. These variables are subsequently used by _LT_CONFIG
3262# to write the compiler configuration to `libtool'.
3263# _LT_LANG_GCJ_CONFIG
3264
3265
3266# _LT_LANG_RC_CONFIG([TAG])
3267# -------------------------
3268# Ensure that the configuration variables for the Windows resource compiler
3269# are suitably defined. These variables are subsequently used by _LT_CONFIG
3270# to write the compiler configuration to `libtool'.
3271# _LT_LANG_RC_CONFIG
3272
3273
3274# LT_PROG_GCJ
3275# -----------
3276
3277
3278# Old name:
3279# This is what autoupdate's m4 run will expand. It fires
3280# the warning (with _au_warn_XXX), outputs it into the
3281# updated configure.ac (with AC_DIAGNOSE), and then outputs
3282# the replacement expansion.
3283
3284
3285# This is an auxiliary macro that is also run when
3286# autoupdate runs m4. It simply calls m4_warning, but
3287# we need a wrapper so that each warning is emitted only
3288# once. We break the quoting in m4_warning's argument in
3289# order to expand this macro's arguments, not AU_DEFUN's.
3290
3291
3292# Finally, this is the expansion that is picked up by
3293# autoconf. It tells the user to run autoupdate, and
3294# then outputs the replacement expansion. We do not care
3295# about autoupdate's warning because that contains
3296# information on what to do *after* running autoupdate.
3297
3298
3299
3300# LT_PROG_RC
3301# ----------
3302
3303
3304# Old name:
3305# This is what autoupdate's m4 run will expand. It fires
3306# the warning (with _au_warn_XXX), outputs it into the
3307# updated configure.ac (with AC_DIAGNOSE), and then outputs
3308# the replacement expansion.
3309
3310
3311# This is an auxiliary macro that is also run when
3312# autoupdate runs m4. It simply calls m4_warning, but
3313# we need a wrapper so that each warning is emitted only
3314# once. We break the quoting in m4_warning's argument in
3315# order to expand this macro's arguments, not AU_DEFUN's.
3316
3317
3318# Finally, this is the expansion that is picked up by
3319# autoconf. It tells the user to run autoupdate, and
3320# then outputs the replacement expansion. We do not care
3321# about autoupdate's warning because that contains
3322# information on what to do *after* running autoupdate.
3323
3324
3325
3326# _LT_DECL_EGREP
3327# --------------
3328# If we don't have a new enough Autoconf to choose the best grep
3329# available, choose the one first in the user's PATH.
3330
3331
3332
3333# _LT_DECL_OBJDUMP
3334# --------------
3335# If we don't have a new enough Autoconf to choose the best objdump
3336# available, choose the one first in the user's PATH.
3337
3338
3339
3340# _LT_DECL_SED
3341# ------------
3342# Check for a fully-functional sed program, that truncates
3343# as few characters as possible. Prefer GNU sed if found.
3344# _LT_DECL_SED
3345
3346#m4_ifndef
3347
3348# Old name:
3349# This is what autoupdate's m4 run will expand. It fires
3350# the warning (with _au_warn_XXX), outputs it into the
3351# updated configure.ac (with AC_DIAGNOSE), and then outputs
3352# the replacement expansion.
3353
3354
3355# This is an auxiliary macro that is also run when
3356# autoupdate runs m4. It simply calls m4_warning, but
3357# we need a wrapper so that each warning is emitted only
3358# once. We break the quoting in m4_warning's argument in
3359# order to expand this macro's arguments, not AU_DEFUN's.
3360
3361
3362# Finally, this is the expansion that is picked up by
3363# autoconf. It tells the user to run autoupdate, and
3364# then outputs the replacement expansion. We do not care
3365# about autoupdate's warning because that contains
3366# information on what to do *after* running autoupdate.
3367
3368
3369
3370# _LT_CHECK_SHELL_FEATURES
3371# ------------------------
3372# Find out whether the shell is Bourne or XSI compatible,
3373# or has some other useful features.
3374# _LT_CHECK_SHELL_FEATURES
3375
3376
3377# _LT_PROG_XSI_SHELLFNS
3378# ---------------------
3379# Bourne and XSI compatible variants of some useful shell functions.
3380
3381
3382# Helper functions for option handling. -*- Autoconf -*-
3383#
3384# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3385# Inc.
3386# Written by Gary V. Vaughan, 2004
3387#
3388# This file is free software; the Free Software Foundation gives
3389# unlimited permission to copy and/or distribute it, with or without
3390# modifications, as long as this notice is preserved.
3391
3392# serial 6 ltoptions.m4
3393
3394# This is to help aclocal find these macros, as it can't see m4_define.
3395
3396
3397
3398# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3399# ------------------------------------------
3400
3401
3402
3403# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3404# ---------------------------------------
3405# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3406# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3407# saved as a flag.
3408
3409
3410
3411# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3412# ------------------------------------------------------------
3413# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3414
3415
3416
3417# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3418# -------------------------------------------------------
3419# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3420# are set.
3421
3422
3423
3424# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3425# ----------------------------------------
3426# OPTION-LIST is a space-separated list of Libtool options associated
3427# with MACRO-NAME. If any OPTION has a matching handler declared with
3428# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3429# the unknown option and exit.
3430# _LT_SET_OPTIONS
3431
3432
3433## --------------------------------- ##
3434## Macros to handle LT_INIT options. ##
3435## --------------------------------- ##
3436
3437# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3438# -----------------------------------------
3439
3440
3441
3442# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3443# -----------------------------------------------
3444# LT_OPTION_DEFINE
3445
3446
3447# dlopen
3448# ------
3449
3450
3451# This is what autoupdate's m4 run will expand. It fires
3452# the warning (with _au_warn_XXX), outputs it into the
3453# updated configure.ac (with AC_DIAGNOSE), and then outputs
3454# the replacement expansion.
3455
3456
3457# This is an auxiliary macro that is also run when
3458# autoupdate runs m4. It simply calls m4_warning, but
3459# we need a wrapper so that each warning is emitted only
3460# once. We break the quoting in m4_warning's argument in
3461# order to expand this macro's arguments, not AU_DEFUN's.
3462
3463
3464# Finally, this is the expansion that is picked up by
3465# autoconf. It tells the user to run autoupdate, and
3466# then outputs the replacement expansion. We do not care
3467# about autoupdate's warning because that contains
3468# information on what to do *after* running autoupdate.
3469
3470
3471
3472
3473# win32-dll
3474# ---------
3475# Declare package support for building win32 dll's.
3476# win32-dll
3477
3478# This is what autoupdate's m4 run will expand. It fires
3479# the warning (with _au_warn_XXX), outputs it into the
3480# updated configure.ac (with AC_DIAGNOSE), and then outputs
3481# the replacement expansion.
3482
3483
3484# This is an auxiliary macro that is also run when
3485# autoupdate runs m4. It simply calls m4_warning, but
3486# we need a wrapper so that each warning is emitted only
3487# once. We break the quoting in m4_warning's argument in
3488# order to expand this macro's arguments, not AU_DEFUN's.
3489
3490
3491# Finally, this is the expansion that is picked up by
3492# autoconf. It tells the user to run autoupdate, and
3493# then outputs the replacement expansion. We do not care
3494# about autoupdate's warning because that contains
3495# information on what to do *after* running autoupdate.
3496
3497
3498
3499
3500# _LT_ENABLE_SHARED([DEFAULT])
3501# ----------------------------
3502# implement the --enable-shared flag, and supports the `shared' and
3503# `disable-shared' LT_INIT options.
3504# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3505# _LT_ENABLE_SHARED
3506
3507
3508
3509
3510# Old names:
3511
3512
3513
3514
3515# This is what autoupdate's m4 run will expand. It fires
3516# the warning (with _au_warn_XXX), outputs it into the
3517# updated configure.ac (with AC_DIAGNOSE), and then outputs
3518# the replacement expansion.
3519
3520
3521# This is an auxiliary macro that is also run when
3522# autoupdate runs m4. It simply calls m4_warning, but
3523# we need a wrapper so that each warning is emitted only
3524# once. We break the quoting in m4_warning's argument in
3525# order to expand this macro's arguments, not AU_DEFUN's.
3526
3527
3528# Finally, this is the expansion that is picked up by
3529# autoconf. It tells the user to run autoupdate, and
3530# then outputs the replacement expansion. We do not care
3531# about autoupdate's warning because that contains
3532# information on what to do *after* running autoupdate.
3533
3534# This is what autoupdate's m4 run will expand. It fires
3535# the warning (with _au_warn_XXX), outputs it into the
3536# updated configure.ac (with AC_DIAGNOSE), and then outputs
3537# the replacement expansion.
3538
3539
3540# This is an auxiliary macro that is also run when
3541# autoupdate runs m4. It simply calls m4_warning, but
3542# we need a wrapper so that each warning is emitted only
3543# once. We break the quoting in m4_warning's argument in
3544# order to expand this macro's arguments, not AU_DEFUN's.
3545
3546
3547# Finally, this is the expansion that is picked up by
3548# autoconf. It tells the user to run autoupdate, and
3549# then outputs the replacement expansion. We do not care
3550# about autoupdate's warning because that contains
3551# information on what to do *after* running autoupdate.
3552
3553
3554
3555
3556
3557# _LT_ENABLE_STATIC([DEFAULT])
3558# ----------------------------
3559# implement the --enable-static flag, and support the `static' and
3560# `disable-static' LT_INIT options.
3561# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3562# _LT_ENABLE_STATIC
3563
3564
3565
3566
3567# Old names:
3568
3569
3570
3571
3572# This is what autoupdate's m4 run will expand. It fires
3573# the warning (with _au_warn_XXX), outputs it into the
3574# updated configure.ac (with AC_DIAGNOSE), and then outputs
3575# the replacement expansion.
3576
3577
3578# This is an auxiliary macro that is also run when
3579# autoupdate runs m4. It simply calls m4_warning, but
3580# we need a wrapper so that each warning is emitted only
3581# once. We break the quoting in m4_warning's argument in
3582# order to expand this macro's arguments, not AU_DEFUN's.
3583
3584
3585# Finally, this is the expansion that is picked up by
3586# autoconf. It tells the user to run autoupdate, and
3587# then outputs the replacement expansion. We do not care
3588# about autoupdate's warning because that contains
3589# information on what to do *after* running autoupdate.
3590
3591# This is what autoupdate's m4 run will expand. It fires
3592# the warning (with _au_warn_XXX), outputs it into the
3593# updated configure.ac (with AC_DIAGNOSE), and then outputs
3594# the replacement expansion.
3595
3596
3597# This is an auxiliary macro that is also run when
3598# autoupdate runs m4. It simply calls m4_warning, but
3599# we need a wrapper so that each warning is emitted only
3600# once. We break the quoting in m4_warning's argument in
3601# order to expand this macro's arguments, not AU_DEFUN's.
3602
3603
3604# Finally, this is the expansion that is picked up by
3605# autoconf. It tells the user to run autoupdate, and
3606# then outputs the replacement expansion. We do not care
3607# about autoupdate's warning because that contains
3608# information on what to do *after* running autoupdate.
3609
3610
3611
3612
3613
3614# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3615# ----------------------------------
3616# implement the --enable-fast-install flag, and support the `fast-install'
3617# and `disable-fast-install' LT_INIT options.
3618# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3619# _LT_ENABLE_FAST_INSTALL
3620
3621
3622
3623
3624# Old names:
3625# This is what autoupdate's m4 run will expand. It fires
3626# the warning (with _au_warn_XXX), outputs it into the
3627# updated configure.ac (with AC_DIAGNOSE), and then outputs
3628# the replacement expansion.
3629
3630
3631# This is an auxiliary macro that is also run when
3632# autoupdate runs m4. It simply calls m4_warning, but
3633# we need a wrapper so that each warning is emitted only
3634# once. We break the quoting in m4_warning's argument in
3635# order to expand this macro's arguments, not AU_DEFUN's.
3636
3637
3638# Finally, this is the expansion that is picked up by
3639# autoconf. It tells the user to run autoupdate, and
3640# then outputs the replacement expansion. We do not care
3641# about autoupdate's warning because that contains
3642# information on what to do *after* running autoupdate.
3643
3644
3645# This is what autoupdate's m4 run will expand. It fires
3646# the warning (with _au_warn_XXX), outputs it into the
3647# updated configure.ac (with AC_DIAGNOSE), and then outputs
3648# the replacement expansion.
3649
3650
3651# This is an auxiliary macro that is also run when
3652# autoupdate runs m4. It simply calls m4_warning, but
3653# we need a wrapper so that each warning is emitted only
3654# once. We break the quoting in m4_warning's argument in
3655# order to expand this macro's arguments, not AU_DEFUN's.
3656
3657
3658# Finally, this is the expansion that is picked up by
3659# autoconf. It tells the user to run autoupdate, and
3660# then outputs the replacement expansion. We do not care
3661# about autoupdate's warning because that contains
3662# information on what to do *after* running autoupdate.
3663
3664
3665
3666
3667# _LT_WITH_PIC([MODE])
3668# --------------------
3669# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3670# LT_INIT options.
3671# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3672# _LT_WITH_PIC
3673
3674
3675
3676
3677# Old name:
3678# This is what autoupdate's m4 run will expand. It fires
3679# the warning (with _au_warn_XXX), outputs it into the
3680# updated configure.ac (with AC_DIAGNOSE), and then outputs
3681# the replacement expansion.
3682
3683
3684# This is an auxiliary macro that is also run when
3685# autoupdate runs m4. It simply calls m4_warning, but
3686# we need a wrapper so that each warning is emitted only
3687# once. We break the quoting in m4_warning's argument in
3688# order to expand this macro's arguments, not AU_DEFUN's.
3689
3690
3691# Finally, this is the expansion that is picked up by
3692# autoconf. It tells the user to run autoupdate, and
3693# then outputs the replacement expansion. We do not care
3694# about autoupdate's warning because that contains
3695# information on what to do *after* running autoupdate.
3696
3697
3698
3699## ----------------- ##
3700## LTDL_INIT Options ##
3701## ----------------- ##
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3713#
3714# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3715# Written by Gary V. Vaughan, 2004
3716#
3717# This file is free software; the Free Software Foundation gives
3718# unlimited permission to copy and/or distribute it, with or without
3719# modifications, as long as this notice is preserved.
3720
3721# serial 6 ltsugar.m4
3722
3723# This is to help aclocal find these macros, as it can't see m4_define.
3724
3725
3726
3727# lt_join(SEP, ARG1, [ARG2...])
3728# -----------------------------
3729# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3730# associated separator.
3731# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3732# versions in m4sugar had bugs.
3733
3734
3735
3736
3737# lt_car(LIST)
3738# lt_cdr(LIST)
3739# ------------
3740# Manipulate m4 lists.
3741# These macros are necessary as long as will still need to support
3742# Autoconf-2.59 which quotes differently.
3743
3744
3745
3746
3747
3748# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3749# ------------------------------------------
3750# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3751# Note that neither SEPARATOR nor STRING are expanded; they are appended
3752# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3753# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3754# than defined and empty).
3755#
3756# This macro is needed until we can rely on Autoconf 2.62, since earlier
3757# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3758
3759
3760
3761
3762# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3763# ----------------------------------------------------------
3764# Produce a SEP delimited list of all paired combinations of elements of
3765# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3766# has the form PREFIXmINFIXSUFFIXn.
3767# Needed until we can rely on m4_combine added in Autoconf 2.62.
3768
3769
3770
3771# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3772# -----------------------------------------------------------------------
3773# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3774# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3775
3776
3777
3778# lt_dict_add(DICT, KEY, VALUE)
3779# -----------------------------
3780
3781
3782
3783# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3784# --------------------------------------------
3785
3786
3787
3788# lt_dict_fetch(DICT, KEY, [SUBKEY])
3789# ----------------------------------
3790
3791
3792
3793# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3794# -----------------------------------------------------------------
3795
3796
3797
3798# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3799# --------------------------------------------------------------
3800
3801
3802# ltversion.m4 -- version numbers -*- Autoconf -*-
3803#
3804# Copyright (C) 2004 Free Software Foundation, Inc.
3805# Written by Scott James Remnant, 2004
3806#
3807# This file is free software; the Free Software Foundation gives
3808# unlimited permission to copy and/or distribute it, with or without
3809# modifications, as long as this notice is preserved.
3810
3811# Generated from ltversion.in.
3812
3813# serial 3134 ltversion.m4
3814# This file is part of GNU Libtool
3815
3816
3817
3818
3819
3820
3821# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3822#
3823# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3824# Written by Scott James Remnant, 2004.
3825#
3826# This file is free software; the Free Software Foundation gives
3827# unlimited permission to copy and/or distribute it, with or without
3828# modifications, as long as this notice is preserved.
3829
3830# serial 4 lt~obsolete.m4
3831
3832# These exist entirely to fool aclocal when bootstrapping libtool.
3833#
3834# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3835# which have later been changed to m4_define as they aren't part of the
3836# exported API, or moved to Autoconf or Automake where they belong.
3837#
3838# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3839# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3840# using a macro with the same name in our local m4/libtool.m4 it'll
3841# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3842# and doesn't know about Autoconf macros at all.)
3843#
3844# So we provide this file, which has a silly filename so it's always
3845# included after everything else. This provides aclocal with the
3846# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3847# because those macros already exist, or will be overwritten later.
3848# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3849#
3850# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3851# Yes, that means every name once taken will need to remain here until
3852# we give up compatibility with versions before 1.7, at which point
3853# we need to keep only those names which we still refer to.
3854
3855# This is to help aclocal find these macros, as it can't see m4_define.
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920## -*- Autoconf -*-
3921
3922# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3923# Free Software Foundation, Inc.
3924#
3925# This file is free software; the Free Software Foundation
3926# gives unlimited permission to copy and/or distribute it,
3927# with or without modifications, as long as this notice is preserved.
3928
3929# serial 8
3930
3931# Based on depend.m4 from automake 1.9, modified for standalone use in
3932# an environment where GNU make is required.
3933
3934# ZW_PROG_COMPILER_DEPENDENCIES
3935# -----------------------------
3936# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3937# sets fooDEPMODE accordingly. Cache-variable compatible with
3938# original; not side-effect compatible. As the users of this macro
3939# may require accurate dependencies for correct builds, it does *not*
3940# honor --disable-dependency-checking, and failure to detect a usable
3941# method is an error. depcomp is assumed to be located in
3942# $ac_aux_dir.
3943#
3944# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3945
3946
3947
3948# AM_SET_DEPDIR
3949# -------------
3950# Choose a directory name for dependency files.
3951
3952
3953# ZW_CREATE_DEPDIR
3954# ----------------
3955# As AM_SET_DEPDIR, but also create the directory at config.status time.
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
6bb11ab3
L
3997
3998
3999
4000
4001
6bb11ab3
L
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
6bb11ab3
L
4017
4018
4019
4020
4021
4022# intl sister-directory configuration rules.
4023#
4024
4025# The idea behind this macro is that there's no need to repeat all the
4026# autoconf probes done by the intl directory - it's already done them
4027# for us. In fact, there's no need even to look at the cache for the
4028# answers. All we need to do is nab a few pieces of information.
4029# The intl directory is set up to make this easy, by generating a
4030# small file which can be sourced as a shell script; then we produce
4031# the necessary substitutions and definitions for this directory.
4032
4033
4034
4035# Autoconf M4 include file defining utility macros for complex Canadian
4036# cross builds.
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046####
4047# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4048# or AC_INIT.
4049# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4050
4051####
4052# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4053# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4054
4055
4056####
4057# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4058# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4059
4060
4061
4062# Backported from Autoconf 2.5x; can go away when and if
4063# we switch. Put the OS path separator in $PATH_SEPARATOR.
4064
4065
4066
4067
4068# ACX_HAVE_GCC_FOR_TARGET
4069# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4070
4071
4072# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4073# Searching for installed target binutils. We need to take extra care,
4074# else we may find the wrong assembler, linker, etc., and lose.
4075#
4076# First try --with-build-time-tools, if specified.
4077#
4078# For build != host, we ask the installed GCC for the name of the tool it
4079# uses, and accept it if it is an absolute path. This is because the
4080# only good choice for a compiler is the same GCC version that is being
4081# installed (or we couldn't make target libraries), and we assume that
4082# on the host system we'll have not only the same GCC version, but also
4083# the same binutils version.
4084#
4085# For build == host, search the same directories that the installed
4086# compiler will search. We used to do this for the assembler, linker,
4087# and nm only; for simplicity of configuration, however, we extend this
4088# criterion to tools (such as ar and ranlib) that are never invoked by
4089# the compiler, to avoid mismatches.
4090#
4091# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4092# if build == target. This makes the most sense only when bootstrapping,
4093# but we also do so when build != host. In this case, we hope that the
4094# build and host systems will have similar contents of MD_EXEC_PREFIX.
4095#
4096# If we do not find a suitable binary, then try the user's path.
4097
4098
4099###
4100# AC_PROG_CPP_WERROR
4101# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4102# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4103# For now, using this also overrides header checks to use only the
4104# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4105# bit harder from here).
4106# Eventually autoconf will default to checking headers with the compiler
4107# instead, and we'll have to do this differently.
4108
4109# AC_PROG_CPP_WERROR
4110
4111# Test for GNAT.
4112# We require the gnatbind & gnatmake programs, as well as a compiler driver
4113# that understands Ada. We use the user's CC setting, already found, and
4114# possibly add $1 to the command-line parameters.
4115#
4116# Sets the shell variable have_gnat to yes or no as appropriate, and
4117# substitutes GNATBIND and GNATMAKE.
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143ac_ext=c
4144ac_cpp='$CPP $CPPFLAGS'
4145ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4146ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4147ac_compiler_gnu=$ac_cv_c_compiler_gnu
4148if test -n "$ac_tool_prefix"; then
4149 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4150set dummy ${ac_tool_prefix}gcc; ac_word=$2
4151{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4152$as_echo_n "checking for $ac_word... " >&6; }
4153if test "${ac_cv_prog_CC+set}" = set; then :
4154 $as_echo_n "(cached) " >&6
4155else
4156 if test -n "$CC"; then
4157 ac_cv_prog_CC="$CC" # Let the user override the test.
4158else
4159as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4160for as_dir in $PATH
4161do
4162 IFS=$as_save_IFS
4163 test -z "$as_dir" && as_dir=.
4164 for ac_exec_ext in '' $ac_executable_extensions; do
4165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4166 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4168 break 2
4169 fi
4170done
4171 done
4172IFS=$as_save_IFS
4173
4174fi
4175fi
4176CC=$ac_cv_prog_CC
4177if test -n "$CC"; then
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4179$as_echo "$CC" >&6; }
4180else
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4182$as_echo "no" >&6; }
4183fi
4184
4185
4186fi
4187if test -z "$ac_cv_prog_CC"; then
4188 ac_ct_CC=$CC
4189 # Extract the first word of "gcc", so it can be a program name with args.
4190set dummy gcc; ac_word=$2
4191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4192$as_echo_n "checking for $ac_word... " >&6; }
4193if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4194 $as_echo_n "(cached) " >&6
4195else
4196 if test -n "$ac_ct_CC"; then
4197 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4198else
4199as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4200for as_dir in $PATH
4201do
4202 IFS=$as_save_IFS
4203 test -z "$as_dir" && as_dir=.
4204 for ac_exec_ext in '' $ac_executable_extensions; do
4205 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4206 ac_cv_prog_ac_ct_CC="gcc"
4207 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4208 break 2
4209 fi
4210done
4211 done
4212IFS=$as_save_IFS
4213
4214fi
4215fi
4216ac_ct_CC=$ac_cv_prog_ac_ct_CC
4217if test -n "$ac_ct_CC"; then
4218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4219$as_echo "$ac_ct_CC" >&6; }
4220else
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4222$as_echo "no" >&6; }
4223fi
4224
4225 if test "x$ac_ct_CC" = x; then
4226 CC=""
4227 else
4228 case $cross_compiling:$ac_tool_warned in
4229yes:)
4230{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4231$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4232ac_tool_warned=yes ;;
4233esac
4234 CC=$ac_ct_CC
4235 fi
4236else
4237 CC="$ac_cv_prog_CC"
4238fi
4239
4240if test -z "$CC"; then
4241 if test -n "$ac_tool_prefix"; then
4242 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4243set dummy ${ac_tool_prefix}cc; ac_word=$2
4244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4245$as_echo_n "checking for $ac_word... " >&6; }
4246if test "${ac_cv_prog_CC+set}" = set; then :
4247 $as_echo_n "(cached) " >&6
4248else
4249 if test -n "$CC"; then
4250 ac_cv_prog_CC="$CC" # Let the user override the test.
4251else
4252as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4253for as_dir in $PATH
4254do
4255 IFS=$as_save_IFS
4256 test -z "$as_dir" && as_dir=.
4257 for ac_exec_ext in '' $ac_executable_extensions; do
4258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4259 ac_cv_prog_CC="${ac_tool_prefix}cc"
4260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4261 break 2
4262 fi
4263done
4264 done
4265IFS=$as_save_IFS
4266
4267fi
4268fi
4269CC=$ac_cv_prog_CC
4270if test -n "$CC"; then
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4272$as_echo "$CC" >&6; }
4273else
4274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4275$as_echo "no" >&6; }
4276fi
4277
4278
4279 fi
4280fi
4281if test -z "$CC"; then
4282 # Extract the first word of "cc", so it can be a program name with args.
4283set dummy cc; ac_word=$2
4284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4285$as_echo_n "checking for $ac_word... " >&6; }
4286if test "${ac_cv_prog_CC+set}" = set; then :
4287 $as_echo_n "(cached) " >&6
4288else
4289 if test -n "$CC"; then
4290 ac_cv_prog_CC="$CC" # Let the user override the test.
4291else
4292 ac_prog_rejected=no
4293as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294for as_dir in $PATH
4295do
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
4298 for ac_exec_ext in '' $ac_executable_extensions; do
4299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4300 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4301 ac_prog_rejected=yes
4302 continue
4303 fi
4304 ac_cv_prog_CC="cc"
4305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4306 break 2
4307 fi
4308done
4309 done
4310IFS=$as_save_IFS
4311
4312if test $ac_prog_rejected = yes; then
4313 # We found a bogon in the path, so make sure we never use it.
4314 set dummy $ac_cv_prog_CC
4315 shift
4316 if test $# != 0; then
4317 # We chose a different compiler from the bogus one.
4318 # However, it has the same basename, so the bogon will be chosen
4319 # first if we set CC to just the basename; use the full file name.
4320 shift
4321 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4322 fi
4323fi
4324fi
4325fi
4326CC=$ac_cv_prog_CC
4327if test -n "$CC"; then
4328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4329$as_echo "$CC" >&6; }
4330else
4331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4332$as_echo "no" >&6; }
4333fi
4334
4335
4336fi
4337if test -z "$CC"; then
4338 if test -n "$ac_tool_prefix"; then
4339 for ac_prog in cl.exe
4340 do
4341 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4342set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4343{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4344$as_echo_n "checking for $ac_word... " >&6; }
4345if test "${ac_cv_prog_CC+set}" = set; then :
4346 $as_echo_n "(cached) " >&6
4347else
4348 if test -n "$CC"; then
4349 ac_cv_prog_CC="$CC" # Let the user override the test.
4350else
4351as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4352for as_dir in $PATH
4353do
4354 IFS=$as_save_IFS
4355 test -z "$as_dir" && as_dir=.
4356 for ac_exec_ext in '' $ac_executable_extensions; do
4357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4358 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4360 break 2
4361 fi
4362done
4363 done
4364IFS=$as_save_IFS
4365
4366fi
4367fi
4368CC=$ac_cv_prog_CC
4369if test -n "$CC"; then
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4371$as_echo "$CC" >&6; }
4372else
4373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4374$as_echo "no" >&6; }
4375fi
4376
4377
4378 test -n "$CC" && break
4379 done
4380fi
4381if test -z "$CC"; then
4382 ac_ct_CC=$CC
4383 for ac_prog in cl.exe
4384do
4385 # Extract the first word of "$ac_prog", so it can be a program name with args.
4386set dummy $ac_prog; ac_word=$2
4387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4388$as_echo_n "checking for $ac_word... " >&6; }
4389if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4390 $as_echo_n "(cached) " >&6
4391else
4392 if test -n "$ac_ct_CC"; then
4393 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4394else
4395as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4396for as_dir in $PATH
4397do
4398 IFS=$as_save_IFS
4399 test -z "$as_dir" && as_dir=.
4400 for ac_exec_ext in '' $ac_executable_extensions; do
4401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4402 ac_cv_prog_ac_ct_CC="$ac_prog"
4403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4404 break 2
4405 fi
4406done
4407 done
4408IFS=$as_save_IFS
4409
4410fi
4411fi
4412ac_ct_CC=$ac_cv_prog_ac_ct_CC
4413if test -n "$ac_ct_CC"; then
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4415$as_echo "$ac_ct_CC" >&6; }
4416else
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4418$as_echo "no" >&6; }
4419fi
4420
4421
4422 test -n "$ac_ct_CC" && break
4423done
4424
4425 if test "x$ac_ct_CC" = x; then
4426 CC=""
4427 else
4428 case $cross_compiling:$ac_tool_warned in
4429yes:)
4430{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4432ac_tool_warned=yes ;;
4433esac
4434 CC=$ac_ct_CC
4435 fi
4436fi
4437
4438fi
4439
4440
4441test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4442$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4443as_fn_error "no acceptable C compiler found in \$PATH
4444See \`config.log' for more details." "$LINENO" 5; }
4445
4446# Provide some information about the compiler.
4447$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4448set X $ac_compile
4449ac_compiler=$2
4450for ac_option in --version -v -V -qversion; do
4451 { { ac_try="$ac_compiler $ac_option >&5"
4452case "(($ac_try" in
4453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4454 *) ac_try_echo=$ac_try;;
4455esac
4456eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4457$as_echo "$ac_try_echo"; } >&5
4458 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4459 ac_status=$?
4460 if test -s conftest.err; then
4461 sed '10a\
4462... rest of stderr output deleted ...
4463 10q' conftest.err >conftest.er1
4464 cat conftest.er1 >&5
4465 rm -f conftest.er1 conftest.err
4466 fi
4467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4468 test $ac_status = 0; }
4469done
4470
4471cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4472/* end confdefs.h. */
4473
4474int
4475main ()
4476{
4477
4478 ;
4479 return 0;
4480}
4481_ACEOF
4482ac_clean_files_save=$ac_clean_files
4483ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4484# Try to create an executable without -o first, disregard a.out.
4485# It will help us diagnose broken compilers, and finding out an intuition
4486# of exeext.
4487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4488$as_echo_n "checking for C compiler default output file name... " >&6; }
4489ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4490
4491# The possible output files:
4492ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4493
4494ac_rmfiles=
4495for ac_file in $ac_files
4496do
4497 case $ac_file in
4498 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4499 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4500 esac
4501done
4502rm -f $ac_rmfiles
4503
4504if { { ac_try="$ac_link_default"
4505case "(($ac_try" in
4506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4507 *) ac_try_echo=$ac_try;;
4508esac
4509eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4510$as_echo "$ac_try_echo"; } >&5
4511 (eval "$ac_link_default") 2>&5
4512 ac_status=$?
4513 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4514 test $ac_status = 0; }; then :
4515 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4516# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4517# in a Makefile. We should not override ac_cv_exeext if it was cached,
4518# so that the user can short-circuit this test for compilers unknown to
4519# Autoconf.
4520for ac_file in $ac_files ''
4521do
4522 test -f "$ac_file" || continue
4523 case $ac_file in
4524 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4525 ;;
4526 [ab].out )
4527 # We found the default executable, but exeext='' is most
4528 # certainly right.
4529 break;;
4530 *.* )
4531 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4532 then :; else
4533 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4534 fi
4535 # We set ac_cv_exeext here because the later test for it is not
4536 # safe: cross compilers may not add the suffix if given an `-o'
4537 # argument, so we may need to know it at that point already.
4538 # Even if this section looks crufty: it has the advantage of
4539 # actually working.
4540 break;;
4541 * )
4542 break;;
4543 esac
4544done
4545test "$ac_cv_exeext" = no && ac_cv_exeext=
4546
4547else
4548 ac_file=''
4549fi
4550{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4551$as_echo "$ac_file" >&6; }
4552if test -z "$ac_file"; then :
4553 $as_echo "$as_me: failed program was:" >&5
4554sed 's/^/| /' conftest.$ac_ext >&5
4555
4556{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4557$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4558{ as_fn_set_status 77
4559as_fn_error "C compiler cannot create executables
4560See \`config.log' for more details." "$LINENO" 5; }; }
4561fi
4562ac_exeext=$ac_cv_exeext
4563
4564# Check that the compiler produces executables we can run. If not, either
4565# the compiler is broken, or we cross compile.
4566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4567$as_echo_n "checking whether the C compiler works... " >&6; }
4568# If not cross compiling, check that we can run a simple program.
4569if test "$cross_compiling" != yes; then
4570 if { ac_try='./$ac_file'
4571 { { case "(($ac_try" in
4572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4573 *) ac_try_echo=$ac_try;;
4574esac
4575eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4576$as_echo "$ac_try_echo"; } >&5
4577 (eval "$ac_try") 2>&5
4578 ac_status=$?
4579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4580 test $ac_status = 0; }; }; then
4581 cross_compiling=no
4582 else
4583 if test "$cross_compiling" = maybe; then
4584 cross_compiling=yes
4585 else
4586 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4587$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4588as_fn_error "cannot run C compiled programs.
4589If you meant to cross compile, use \`--host'.
4590See \`config.log' for more details." "$LINENO" 5; }
4591 fi
4592 fi
4593fi
4594{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4595$as_echo "yes" >&6; }
4596
4597rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4598ac_clean_files=$ac_clean_files_save
4599# Check that the compiler produces executables we can run. If not, either
4600# the compiler is broken, or we cross compile.
4601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4602$as_echo_n "checking whether we are cross compiling... " >&6; }
4603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4604$as_echo "$cross_compiling" >&6; }
4605
4606{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4607$as_echo_n "checking for suffix of executables... " >&6; }
4608if { { ac_try="$ac_link"
4609case "(($ac_try" in
4610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4611 *) ac_try_echo=$ac_try;;
4612esac
4613eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4614$as_echo "$ac_try_echo"; } >&5
4615 (eval "$ac_link") 2>&5
4616 ac_status=$?
4617 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4618 test $ac_status = 0; }; then :
4619 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4620# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4621# work properly (i.e., refer to `conftest.exe'), while it won't with
4622# `rm'.
4623for ac_file in conftest.exe conftest conftest.*; do
4624 test -f "$ac_file" || continue
4625 case $ac_file in
4626 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4627 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4628 break;;
4629 * ) break;;
4630 esac
4631done
4632else
4633 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4634$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4635as_fn_error "cannot compute suffix of executables: cannot compile and link
4636See \`config.log' for more details." "$LINENO" 5; }
4637fi
4638rm -f conftest$ac_cv_exeext
4639{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4640$as_echo "$ac_cv_exeext" >&6; }
4641
4642rm -f conftest.$ac_ext
4643EXEEXT=$ac_cv_exeext
4644ac_exeext=$EXEEXT
4645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4646$as_echo_n "checking for suffix of object files... " >&6; }
4647if test "${ac_cv_objext+set}" = set; then :
4648 $as_echo_n "(cached) " >&6
4649else
4650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4651/* end confdefs.h. */
4652
4653int
4654main ()
4655{
4656
4657 ;
4658 return 0;
4659}
4660_ACEOF
4661rm -f conftest.o conftest.obj
4662if { { ac_try="$ac_compile"
4663case "(($ac_try" in
4664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4665 *) ac_try_echo=$ac_try;;
4666esac
4667eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4668$as_echo "$ac_try_echo"; } >&5
4669 (eval "$ac_compile") 2>&5
4670 ac_status=$?
4671 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4672 test $ac_status = 0; }; then :
4673 for ac_file in conftest.o conftest.obj conftest.*; do
4674 test -f "$ac_file" || continue;
4675 case $ac_file in
4676 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4677 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4678 break;;
4679 esac
4680done
4681else
4682 $as_echo "$as_me: failed program was:" >&5
4683sed 's/^/| /' conftest.$ac_ext >&5
4684
4685{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4686$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4687as_fn_error "cannot compute suffix of object files: cannot compile
4688See \`config.log' for more details." "$LINENO" 5; }
4689fi
4690rm -f conftest.$ac_cv_objext conftest.$ac_ext
4691fi
4692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4693$as_echo "$ac_cv_objext" >&6; }
4694OBJEXT=$ac_cv_objext
4695ac_objext=$OBJEXT
4696{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4697$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4698if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4699 $as_echo_n "(cached) " >&6
4700else
4701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4702/* end confdefs.h. */
4703
4704int
4705main ()
4706{
4707#ifndef __GNUC__
4708 choke me
4709#endif
4710
4711 ;
4712 return 0;
4713}
4714_ACEOF
4715if ac_fn_c_try_compile "$LINENO"; then :
4716 ac_compiler_gnu=yes
4717else
4718 ac_compiler_gnu=no
4719fi
4720rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4721ac_cv_c_compiler_gnu=$ac_compiler_gnu
4722
4723fi
4724{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4725$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4726if test $ac_compiler_gnu = yes; then
4727 GCC=yes
4728else
4729 GCC=
4730fi
4731ac_test_CFLAGS=${CFLAGS+set}
4732ac_save_CFLAGS=$CFLAGS
4733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4734$as_echo_n "checking whether $CC accepts -g... " >&6; }
4735if test "${ac_cv_prog_cc_g+set}" = set; then :
4736 $as_echo_n "(cached) " >&6
4737else
4738 ac_save_c_werror_flag=$ac_c_werror_flag
4739 ac_c_werror_flag=yes
4740 ac_cv_prog_cc_g=no
4741 CFLAGS="-g"
4742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4743/* end confdefs.h. */
4744
4745int
4746main ()
4747{
4748
4749 ;
4750 return 0;
4751}
4752_ACEOF
4753if ac_fn_c_try_compile "$LINENO"; then :
4754 ac_cv_prog_cc_g=yes
4755else
4756 CFLAGS=""
4757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4758/* end confdefs.h. */
4759
4760int
4761main ()
4762{
4763
4764 ;
4765 return 0;
4766}
4767_ACEOF
4768if ac_fn_c_try_compile "$LINENO"; then :
4769
4770else
4771 ac_c_werror_flag=$ac_save_c_werror_flag
4772 CFLAGS="-g"
4773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4774/* end confdefs.h. */
4775
4776int
4777main ()
4778{
4779
4780 ;
4781 return 0;
4782}
4783_ACEOF
4784if ac_fn_c_try_compile "$LINENO"; then :
4785 ac_cv_prog_cc_g=yes
4786fi
4787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4788fi
4789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4790fi
4791rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4792 ac_c_werror_flag=$ac_save_c_werror_flag
4793fi
4794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4795$as_echo "$ac_cv_prog_cc_g" >&6; }
4796if test "$ac_test_CFLAGS" = set; then
4797 CFLAGS=$ac_save_CFLAGS
4798elif test $ac_cv_prog_cc_g = yes; then
4799 if test "$GCC" = yes; then
4800 CFLAGS="-g -O2"
4801 else
4802 CFLAGS="-g"
4803 fi
4804else
4805 if test "$GCC" = yes; then
4806 CFLAGS="-O2"
4807 else
4808 CFLAGS=
4809 fi
4810fi
4811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4812$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4813if test "${ac_cv_prog_cc_c89+set}" = set; then :
4814 $as_echo_n "(cached) " >&6
4815else
4816 ac_cv_prog_cc_c89=no
4817ac_save_CC=$CC
4818cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4819/* end confdefs.h. */
4820#include <stdarg.h>
4821#include <stdio.h>
4822#include <sys/types.h>
4823#include <sys/stat.h>
4824/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4825struct buf { int x; };
4826FILE * (*rcsopen) (struct buf *, struct stat *, int);
4827static char *e (p, i)
4828 char **p;
4829 int i;
4830{
4831 return p[i];
4832}
4833static char *f (char * (*g) (char **, int), char **p, ...)
4834{
4835 char *s;
4836 va_list v;
4837 va_start (v,p);
4838 s = g (p, va_arg (v,int));
4839 va_end (v);
4840 return s;
4841}
4842
4843/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4844 function prototypes and stuff, but not '\xHH' hex character constants.
4845 These don't provoke an error unfortunately, instead are silently treated
4846 as 'x'. The following induces an error, until -std is added to get
4847 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4848 array size at least. It's necessary to write '\x00'==0 to get something
4849 that's true only with -std. */
4850int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4851
4852/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4853 inside strings and character constants. */
4854#define FOO(x) 'x'
4855int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4856
4857int test (int i, double x);
4858struct s1 {int (*f) (int a);};
4859struct s2 {int (*f) (double a);};
4860int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4861int argc;
4862char **argv;
4863int
4864main ()
4865{
4866return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4867 ;
4868 return 0;
4869}
4870_ACEOF
4871for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4872 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4873do
4874 CC="$ac_save_CC $ac_arg"
4875 if ac_fn_c_try_compile "$LINENO"; then :
4876 ac_cv_prog_cc_c89=$ac_arg
4877fi
4878rm -f core conftest.err conftest.$ac_objext
4879 test "x$ac_cv_prog_cc_c89" != "xno" && break
4880done
4881rm -f conftest.$ac_ext
4882CC=$ac_save_CC
4883
4884fi
4885# AC_CACHE_VAL
4886case "x$ac_cv_prog_cc_c89" in
4887 x)
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4889$as_echo "none needed" >&6; } ;;
4890 xno)
4891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4892$as_echo "unsupported" >&6; } ;;
4893 *)
4894 CC="$CC $ac_cv_prog_cc_c89"
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4896$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4897esac
4898if test "x$ac_cv_prog_cc_c89" != xno; then :
4899
4900fi
4901
4902ac_ext=c
4903ac_cpp='$CPP $CPPFLAGS'
4904ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4905ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4906ac_compiler_gnu=$ac_cv_c_compiler_gnu
4907
4908ac_aux_dir=
4909for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4910 for ac_t in install-sh install.sh shtool; do
4911 if test -f "$ac_dir/$ac_t"; then
4912 ac_aux_dir=$ac_dir
4913 ac_install_sh="$ac_aux_dir/$ac_t -c"
4914 break 2
4915 fi
4916 done
4917done
4918if test -z "$ac_aux_dir"; then
4919 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4920fi
4921
4922# These three variables are undocumented and unsupported,
4923# and are intended to be withdrawn in a future Autoconf release.
4924# They can cause serious problems if a builder's source tree is in a directory
4925# whose full name contains unusual characters.
4926ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4927ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4928ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4929
4930
4931# Make sure we can run config.sub.
4932$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4933 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4934
4935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4936$as_echo_n "checking build system type... " >&6; }
4937if test "${ac_cv_build+set}" = set; then :
4938 $as_echo_n "(cached) " >&6
4939else
4940 ac_build_alias=$build_alias
4941test "x$ac_build_alias" = x &&
4942 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4943test "x$ac_build_alias" = x &&
4944 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4945ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4946 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4947
4948fi
4949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4950$as_echo "$ac_cv_build" >&6; }
4951case $ac_cv_build in
4952*-*-*) ;;
4953*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4954esac
4955build=$ac_cv_build
4956ac_save_IFS=$IFS; IFS='-'
4957set x $ac_cv_build
4958shift
4959build_cpu=$1
4960build_vendor=$2
4961shift; shift
4962# Remember, the first character of IFS is used to create $*,
4963# except with old shells:
4964build_os=$*
4965IFS=$ac_save_IFS
4966case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4967
4968
4969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4970$as_echo_n "checking host system type... " >&6; }
4971if test "${ac_cv_host+set}" = set; then :
4972 $as_echo_n "(cached) " >&6
4973else
4974 if test "x$host_alias" = x; then
4975 ac_cv_host=$ac_cv_build
4976else
4977 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4978 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4979fi
4980
4981fi
4982{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4983$as_echo "$ac_cv_host" >&6; }
4984case $ac_cv_host in
4985*-*-*) ;;
4986*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4987esac
4988host=$ac_cv_host
4989ac_save_IFS=$IFS; IFS='-'
4990set x $ac_cv_host
4991shift
4992host_cpu=$1
4993host_vendor=$2
4994shift; shift
4995# Remember, the first character of IFS is used to create $*,
4996# except with old shells:
4997host_os=$*
4998IFS=$ac_save_IFS
4999case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5000
5001
5002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5003$as_echo_n "checking target system type... " >&6; }
5004if test "${ac_cv_target+set}" = set; then :
5005 $as_echo_n "(cached) " >&6
5006else
5007 if test "x$target_alias" = x; then
5008 ac_cv_target=$ac_cv_host
5009else
5010 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5011 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5012fi
5013
5014fi
5015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5016$as_echo "$ac_cv_target" >&6; }
5017case $ac_cv_target in
5018*-*-*) ;;
5019*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5020esac
5021target=$ac_cv_target
5022ac_save_IFS=$IFS; IFS='-'
5023set x $ac_cv_target
5024shift
5025target_cpu=$1
5026target_vendor=$2
5027shift; shift
5028# Remember, the first character of IFS is used to create $*,
5029# except with old shells:
5030target_os=$*
5031IFS=$ac_save_IFS
5032case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5033
5034
5035# The aliases save the names the user supplied, while $host etc.
5036# will get canonicalized.
5037test -n "$target_alias" &&
5038 test "$program_prefix$program_suffix$program_transform_name" = \
5039 NONENONEs,x,x, &&
5040 program_prefix=${target_alias}-
5041
5042ac_ext=c
5043ac_cpp='$CPP $CPPFLAGS'
5044ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5045ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5046ac_compiler_gnu=$ac_cv_c_compiler_gnu
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5048$as_echo_n "checking how to run the C preprocessor... " >&6; }
5049# On Suns, sometimes $CPP names a directory.
5050if test -n "$CPP" && test -d "$CPP"; then
5051 CPP=
5052fi
5053if test -z "$CPP"; then
5054 if test "${ac_cv_prog_CPP+set}" = set; then :
5055 $as_echo_n "(cached) " >&6
5056else
5057 # Double quotes because CPP needs to be expanded
5058 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5059 do
5060 ac_preproc_ok=false
5061for ac_c_preproc_warn_flag in '' yes
5062do
5063 # Use a header file that comes with gcc, so configuring glibc
5064 # with a fresh cross-compiler works.
5065 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5066 # <limits.h> exists even on freestanding compilers.
5067 # On the NeXT, cc -E runs the code through the compiler's parser,
5068 # not just through cpp. "Syntax error" is here to catch this case.
5069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5070/* end confdefs.h. */
5071#ifdef __STDC__
5072# include <limits.h>
5073#else
5074# include <assert.h>
5075#endif
5076 Syntax error
5077_ACEOF
5078if ac_fn_c_try_cpp "$LINENO"; then :
5079
5080else
5081 # Broken: fails on valid input.
5082continue
5083fi
5084rm -f conftest.err conftest.$ac_ext
5085
5086 # OK, works on sane cases. Now check whether nonexistent headers
5087 # can be detected and how.
5088 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5089/* end confdefs.h. */
5090#include <ac_nonexistent.h>
5091_ACEOF
5092if ac_fn_c_try_cpp "$LINENO"; then :
5093 # Broken: success on invalid input.
5094continue
5095else
5096 # Passes both tests.
5097ac_preproc_ok=:
5098break
5099fi
5100rm -f conftest.err conftest.$ac_ext
5101
5102done
5103# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5104rm -f conftest.err conftest.$ac_ext
5105if $ac_preproc_ok; then :
5106 break
5107fi
5108
5109 done
5110 ac_cv_prog_CPP=$CPP
5111
5112fi
5113 CPP=$ac_cv_prog_CPP
5114else
5115 ac_cv_prog_CPP=$CPP
5116fi
5117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5118$as_echo "$CPP" >&6; }
5119ac_preproc_ok=false
5120for ac_c_preproc_warn_flag in '' yes
5121do
5122 # Use a header file that comes with gcc, so configuring glibc
5123 # with a fresh cross-compiler works.
5124 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5125 # <limits.h> exists even on freestanding compilers.
5126 # On the NeXT, cc -E runs the code through the compiler's parser,
5127 # not just through cpp. "Syntax error" is here to catch this case.
5128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5129/* end confdefs.h. */
5130#ifdef __STDC__
5131# include <limits.h>
5132#else
5133# include <assert.h>
5134#endif
5135 Syntax error
5136_ACEOF
5137if ac_fn_c_try_cpp "$LINENO"; then :
5138
5139else
5140 # Broken: fails on valid input.
5141continue
5142fi
5143rm -f conftest.err conftest.$ac_ext
5144
5145 # OK, works on sane cases. Now check whether nonexistent headers
5146 # can be detected and how.
5147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5148/* end confdefs.h. */
5149#include <ac_nonexistent.h>
5150_ACEOF
5151if ac_fn_c_try_cpp "$LINENO"; then :
5152 # Broken: success on invalid input.
5153continue
5154else
5155 # Passes both tests.
5156ac_preproc_ok=:
5157break
5158fi
5159rm -f conftest.err conftest.$ac_ext
5160
5161done
5162# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5163rm -f conftest.err conftest.$ac_ext
5164if $ac_preproc_ok; then :
5165
5166else
5167 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5168$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5169as_fn_error "C preprocessor \"$CPP\" fails sanity check
5170See \`config.log' for more details." "$LINENO" 5; }
5171fi
5172
5173ac_ext=c
5174ac_cpp='$CPP $CPPFLAGS'
5175ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5176ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5177ac_compiler_gnu=$ac_cv_c_compiler_gnu
5178
5179
5180{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5181$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5182if test "${ac_cv_path_GREP+set}" = set; then :
5183 $as_echo_n "(cached) " >&6
5184else
5185 if test -z "$GREP"; then
5186 ac_path_GREP_found=false
5187 # Loop through the user's path and test for each of PROGNAME-LIST
5188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5189for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5190do
5191 IFS=$as_save_IFS
5192 test -z "$as_dir" && as_dir=.
5193 for ac_prog in grep ggrep; do
5194 for ac_exec_ext in '' $ac_executable_extensions; do
5195 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5196 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5197# Check for GNU ac_path_GREP and select it if it is found.
5198 # Check for GNU $ac_path_GREP
5199case `"$ac_path_GREP" --version 2>&1` in
5200*GNU*)
5201 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5202*)
5203 ac_count=0
5204 $as_echo_n 0123456789 >"conftest.in"
5205 while :
5206 do
5207 cat "conftest.in" "conftest.in" >"conftest.tmp"
5208 mv "conftest.tmp" "conftest.in"
5209 cp "conftest.in" "conftest.nl"
5210 $as_echo 'GREP' >> "conftest.nl"
5211 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5212 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5213 as_fn_arith $ac_count + 1 && ac_count=$as_val
5214 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5215 # Best one so far, save it but keep looking for a better one
5216 ac_cv_path_GREP="$ac_path_GREP"
5217 ac_path_GREP_max=$ac_count
5218 fi
5219 # 10*(2^10) chars as input seems more than enough
5220 test $ac_count -gt 10 && break
5221 done
5222 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5223esac
5224
5225 $ac_path_GREP_found && break 3
5226 done
5227 done
5228 done
5229IFS=$as_save_IFS
5230 if test -z "$ac_cv_path_GREP"; then
5231 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5232 fi
5233else
5234 ac_cv_path_GREP=$GREP
5235fi
5236
5237fi
5238{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5239$as_echo "$ac_cv_path_GREP" >&6; }
5240 GREP="$ac_cv_path_GREP"
5241
5242
5243{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5244$as_echo_n "checking for egrep... " >&6; }
5245if test "${ac_cv_path_EGREP+set}" = set; then :
5246 $as_echo_n "(cached) " >&6
5247else
5248 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5249 then ac_cv_path_EGREP="$GREP -E"
5250 else
5251 if test -z "$EGREP"; then
5252 ac_path_EGREP_found=false
5253 # Loop through the user's path and test for each of PROGNAME-LIST
5254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5255for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5256do
5257 IFS=$as_save_IFS
5258 test -z "$as_dir" && as_dir=.
5259 for ac_prog in egrep; do
5260 for ac_exec_ext in '' $ac_executable_extensions; do
5261 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5262 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5263# Check for GNU ac_path_EGREP and select it if it is found.
5264 # Check for GNU $ac_path_EGREP
5265case `"$ac_path_EGREP" --version 2>&1` in
5266*GNU*)
5267 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5268*)
5269 ac_count=0
5270 $as_echo_n 0123456789 >"conftest.in"
5271 while :
5272 do
5273 cat "conftest.in" "conftest.in" >"conftest.tmp"
5274 mv "conftest.tmp" "conftest.in"
5275 cp "conftest.in" "conftest.nl"
5276 $as_echo 'EGREP' >> "conftest.nl"
5277 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5278 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5279 as_fn_arith $ac_count + 1 && ac_count=$as_val
5280 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5281 # Best one so far, save it but keep looking for a better one
5282 ac_cv_path_EGREP="$ac_path_EGREP"
5283 ac_path_EGREP_max=$ac_count
5284 fi
5285 # 10*(2^10) chars as input seems more than enough
5286 test $ac_count -gt 10 && break
5287 done
5288 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5289esac
5290
5291 $ac_path_EGREP_found && break 3
5292 done
5293 done
5294 done
5295IFS=$as_save_IFS
5296 if test -z "$ac_cv_path_EGREP"; then
5297 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5298 fi
5299else
5300 ac_cv_path_EGREP=$EGREP
5301fi
5302
5303 fi
5304fi
5305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5306$as_echo "$ac_cv_path_EGREP" >&6; }
5307 EGREP="$ac_cv_path_EGREP"
5308
5309
5310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5311$as_echo_n "checking for ANSI C header files... " >&6; }
5312if test "${ac_cv_header_stdc+set}" = set; then :
5313 $as_echo_n "(cached) " >&6
5314else
5315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5316/* end confdefs.h. */
5317#include <stdlib.h>
5318#include <stdarg.h>
5319#include <string.h>
5320#include <float.h>
5321
5322int
5323main ()
5324{
5325
5326 ;
5327 return 0;
5328}
5329_ACEOF
5330if ac_fn_c_try_compile "$LINENO"; then :
5331 ac_cv_header_stdc=yes
5332else
5333 ac_cv_header_stdc=no
5334fi
5335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5336
5337if test $ac_cv_header_stdc = yes; then
5338 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5340/* end confdefs.h. */
5341#include <string.h>
5342
5343_ACEOF
5344if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5345 $EGREP "memchr" >/dev/null 2>&1; then :
5346
5347else
5348 ac_cv_header_stdc=no
5349fi
5350rm -f conftest*
5351
5352fi
5353
5354if test $ac_cv_header_stdc = yes; then
5355 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5357/* end confdefs.h. */
5358#include <stdlib.h>
5359
5360_ACEOF
5361if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5362 $EGREP "free" >/dev/null 2>&1; then :
5363
5364else
5365 ac_cv_header_stdc=no
5366fi
5367rm -f conftest*
5368
5369fi
5370
5371if test $ac_cv_header_stdc = yes; then
5372 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5373 if test "$cross_compiling" = yes; then :
5374 :
5375else
5376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5377/* end confdefs.h. */
5378#include <ctype.h>
5379#include <stdlib.h>
5380#if ((' ' & 0x0FF) == 0x020)
5381# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5382# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5383#else
5384# define ISLOWER(c) \
5385 (('a' <= (c) && (c) <= 'i') \
5386 || ('j' <= (c) && (c) <= 'r') \
5387 || ('s' <= (c) && (c) <= 'z'))
5388# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5389#endif
5390
5391#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5392int
5393main ()
5394{
5395 int i;
5396 for (i = 0; i < 256; i++)
5397 if (XOR (islower (i), ISLOWER (i))
5398 || toupper (i) != TOUPPER (i))
5399 return 2;
5400 return 0;
5401}
5402_ACEOF
5403if ac_fn_c_try_run "$LINENO"; then :
5404
5405else
5406 ac_cv_header_stdc=no
5407fi
5408rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5409 conftest.$ac_objext conftest.beam conftest.$ac_ext
5410fi
5411
5412fi
5413fi
5414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5415$as_echo "$ac_cv_header_stdc" >&6; }
5416if test $ac_cv_header_stdc = yes; then
5417
5418$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5419
5420fi
5421
5422# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5423for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5424 inttypes.h stdint.h unistd.h
5425do :
5426 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5427ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5428"
5429eval as_val=\$$as_ac_Header
5430 if test "x$as_val" = x""yes; then :
5431 cat >>confdefs.h <<_ACEOF
5432#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5433_ACEOF
5434
5435fi
5436
5437done
5438
5439
5440
5441 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5442if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5443 MINIX=yes
5444else
5445 MINIX=
5446fi
5447
5448
5449 if test "$MINIX" = yes; then
5450
5451$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5452
5453
5454$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5455
5456
5457$as_echo "#define _MINIX 1" >>confdefs.h
5458
5459 fi
5460
5461
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5463$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5464if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5465 $as_echo_n "(cached) " >&6
5466else
5467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5468/* end confdefs.h. */
5469
5470# define __EXTENSIONS__ 1
5471 $ac_includes_default
5472int
5473main ()
5474{
5475
5476 ;
5477 return 0;
5478}
5479_ACEOF
5480if ac_fn_c_try_compile "$LINENO"; then :
5481 ac_cv_safe_to_define___extensions__=yes
5482else
5483 ac_cv_safe_to_define___extensions__=no
5484fi
5485rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5486fi
5487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5488$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5489 test $ac_cv_safe_to_define___extensions__ = yes &&
5490 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5491
5492 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5493
5494 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5495
5496 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5497
5498 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5499
5500
5501test "$program_prefix" != NONE &&
5502 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5503# Use a double $ so make ignores it.
5504test "$program_suffix" != NONE &&
5505 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5506# Double any \ or $.
5507# By default was `s,x,x', remove it if useless.
5508ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5509program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5510
5511# Find a good install program. We prefer a C program (faster),
5512# so one script is as good as another. But avoid the broken or
5513# incompatible versions:
5514# SysV /etc/install, /usr/sbin/install
5515# SunOS /usr/etc/install
5516# IRIX /sbin/install
5517# AIX /bin/install
5518# AmigaOS /C/install, which installs bootblocks on floppy discs
5519# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5520# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5521# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5522# OS/2's system install, which has a completely different semantic
5523# ./install, which can be erroneously created by make from ./install.sh.
5524# Reject install programs that cannot install multiple files.
5525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5526$as_echo_n "checking for a BSD-compatible install... " >&6; }
5527if test -z "$INSTALL"; then
5528if test "${ac_cv_path_install+set}" = set; then :
5529 $as_echo_n "(cached) " >&6
5530else
5531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5532for as_dir in $PATH
5533do
5534 IFS=$as_save_IFS
5535 test -z "$as_dir" && as_dir=.
5536 # Account for people who put trailing slashes in PATH elements.
5537case $as_dir/ in #((
5538 ./ | .// | /[cC]/* | \
5539 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5540 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5541 /usr/ucb/* ) ;;
5542 *)
5543 # OSF1 and SCO ODT 3.0 have their own names for install.
5544 # Don't use installbsd from OSF since it installs stuff as root
5545 # by default.
5546 for ac_prog in ginstall scoinst install; do
5547 for ac_exec_ext in '' $ac_executable_extensions; do
5548 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5549 if test $ac_prog = install &&
5550 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5551 # AIX install. It has an incompatible calling convention.
5552 :
5553 elif test $ac_prog = install &&
5554 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5555 # program-specific install script used by HP pwplus--don't use.
5556 :
5557 else
5558 rm -rf conftest.one conftest.two conftest.dir
5559 echo one > conftest.one
5560 echo two > conftest.two
5561 mkdir conftest.dir
5562 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5563 test -s conftest.one && test -s conftest.two &&
5564 test -s conftest.dir/conftest.one &&
5565 test -s conftest.dir/conftest.two
5566 then
5567 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5568 break 3
5569 fi
5570 fi
5571 fi
5572 done
5573 done
5574 ;;
5575esac
5576
5577 done
5578IFS=$as_save_IFS
5579
5580rm -rf conftest.one conftest.two conftest.dir
5581
5582fi
5583 if test "${ac_cv_path_install+set}" = set; then
5584 INSTALL=$ac_cv_path_install
5585 else
5586 # As a last resort, use the slow shell script. Don't cache a
5587 # value for INSTALL within a source directory, because that will
5588 # break other packages using the cache if that directory is
5589 # removed, or if the value is a relative name.
5590 INSTALL=$ac_install_sh
5591 fi
5592fi
5593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5594$as_echo "$INSTALL" >&6; }
5595
5596# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5597# It thinks the first close brace ends the variable substitution.
5598test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5599
5600test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5601
5602test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5603
5604rm -rf .tst 2>/dev/null
5605mkdir .tst 2>/dev/null
5606if test -d .tst; then
5607 am__leading_dot=.
5608else
5609 am__leading_dot=_
5610fi
5611rmdir .tst 2>/dev/null
5612
5613DEPDIR="${am__leading_dot}deps"
5614
5615case `pwd` in
5616 *\ * | *\ *)
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5618$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5619esac
5620
5621
5622
5623macro_version='2.2.7a'
5624macro_revision='1.3134'
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638ltmain="$ac_aux_dir/ltmain.sh"
5639
5640# Backslashify metacharacters that are still active within
5641# double-quoted strings.
5642sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5643
5644# Same as above, but do not quote variable references.
5645double_quote_subst='s/\(["`\\]\)/\\\1/g'
5646
5647# Sed substitution to delay expansion of an escaped shell variable in a
5648# double_quote_subst'ed string.
5649delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5650
5651# Sed substitution to delay expansion of an escaped single quote.
5652delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5653
5654# Sed substitution to avoid accidental globbing in evaled expressions
5655no_glob_subst='s/\*/\\\*/g'
5656
5657ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5658ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5659ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5660
5661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5662$as_echo_n "checking how to print strings... " >&6; }
5663# Test print first, because it will be a builtin if present.
5664if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5665 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5666 ECHO='print -r --'
5667elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5668 ECHO='printf %s\n'
5669else
5670 # Use this function as a fallback that always works.
5671 func_fallback_echo ()
5672 {
5673 eval 'cat <<_LTECHO_EOF
5674$1
5675_LTECHO_EOF'
5676 }
5677 ECHO='func_fallback_echo'
5678fi
5679
5680# func_echo_all arg...
5681# Invoke $ECHO with all args, space-separated.
5682func_echo_all ()
5683{
5684 $ECHO ""
5685}
5686
5687case "$ECHO" in
5688 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5689$as_echo "printf" >&6; } ;;
5690 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5691$as_echo "print -r" >&6; } ;;
5692 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5693$as_echo "cat" >&6; } ;;
5694esac
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5710$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5711if test "${ac_cv_path_SED+set}" = set; then :
5712 $as_echo_n "(cached) " >&6
5713else
5714 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5715 for ac_i in 1 2 3 4 5 6 7; do
5716 ac_script="$ac_script$as_nl$ac_script"
5717 done
5718 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5719 { ac_script=; unset ac_script;}
5720 if test -z "$SED"; then
5721 ac_path_SED_found=false
5722 # Loop through the user's path and test for each of PROGNAME-LIST
5723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5724for as_dir in $PATH
5725do
5726 IFS=$as_save_IFS
5727 test -z "$as_dir" && as_dir=.
5728 for ac_prog in sed gsed; do
5729 for ac_exec_ext in '' $ac_executable_extensions; do
5730 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5731 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5732# Check for GNU ac_path_SED and select it if it is found.
5733 # Check for GNU $ac_path_SED
5734case `"$ac_path_SED" --version 2>&1` in
5735*GNU*)
5736 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5737*)
5738 ac_count=0
5739 $as_echo_n 0123456789 >"conftest.in"
5740 while :
5741 do
5742 cat "conftest.in" "conftest.in" >"conftest.tmp"
5743 mv "conftest.tmp" "conftest.in"
5744 cp "conftest.in" "conftest.nl"
5745 $as_echo '' >> "conftest.nl"
5746 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5747 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5748 as_fn_arith $ac_count + 1 && ac_count=$as_val
5749 if test $ac_count -gt ${ac_path_SED_max-0}; then
5750 # Best one so far, save it but keep looking for a better one
5751 ac_cv_path_SED="$ac_path_SED"
5752 ac_path_SED_max=$ac_count
5753 fi
5754 # 10*(2^10) chars as input seems more than enough
5755 test $ac_count -gt 10 && break
5756 done
5757 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5758esac
5759
5760 $ac_path_SED_found && break 3
5761 done
5762 done
5763 done
5764IFS=$as_save_IFS
5765 if test -z "$ac_cv_path_SED"; then
5766 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5767 fi
5768else
5769 ac_cv_path_SED=$SED
5770fi
5771
5772fi
5773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5774$as_echo "$ac_cv_path_SED" >&6; }
5775 SED="$ac_cv_path_SED"
5776 rm -f conftest.sed
5777
5778test -z "$SED" && SED=sed
5779Xsed="$SED -e 1s/^X//"
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5792$as_echo_n "checking for fgrep... " >&6; }
5793if test "${ac_cv_path_FGREP+set}" = set; then :
5794 $as_echo_n "(cached) " >&6
5795else
5796 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5797 then ac_cv_path_FGREP="$GREP -F"
5798 else
5799 if test -z "$FGREP"; then
5800 ac_path_FGREP_found=false
5801 # Loop through the user's path and test for each of PROGNAME-LIST
5802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5803for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5804do
5805 IFS=$as_save_IFS
5806 test -z "$as_dir" && as_dir=.
5807 for ac_prog in fgrep; do
5808 for ac_exec_ext in '' $ac_executable_extensions; do
5809 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5810 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5811# Check for GNU ac_path_FGREP and select it if it is found.
5812 # Check for GNU $ac_path_FGREP
5813case `"$ac_path_FGREP" --version 2>&1` in
5814*GNU*)
5815 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5816*)
5817 ac_count=0
5818 $as_echo_n 0123456789 >"conftest.in"
5819 while :
5820 do
5821 cat "conftest.in" "conftest.in" >"conftest.tmp"
5822 mv "conftest.tmp" "conftest.in"
5823 cp "conftest.in" "conftest.nl"
5824 $as_echo 'FGREP' >> "conftest.nl"
5825 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5826 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5827 as_fn_arith $ac_count + 1 && ac_count=$as_val
5828 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5829 # Best one so far, save it but keep looking for a better one
5830 ac_cv_path_FGREP="$ac_path_FGREP"
5831 ac_path_FGREP_max=$ac_count
5832 fi
5833 # 10*(2^10) chars as input seems more than enough
5834 test $ac_count -gt 10 && break
5835 done
5836 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5837esac
5838
5839 $ac_path_FGREP_found && break 3
5840 done
5841 done
5842 done
5843IFS=$as_save_IFS
5844 if test -z "$ac_cv_path_FGREP"; then
5845 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5846 fi
5847else
5848 ac_cv_path_FGREP=$FGREP
5849fi
5850
5851 fi
5852fi
5853{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5854$as_echo "$ac_cv_path_FGREP" >&6; }
5855 FGREP="$ac_cv_path_FGREP"
5856
5857
5858test -z "$GREP" && GREP=grep
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878# Check whether --with-gnu-ld was given.
5879if test "${with_gnu_ld+set}" = set; then :
5880 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5881else
5882 with_gnu_ld=no
5883fi
5884
5885ac_prog=ld
5886if test "$GCC" = yes; then
5887 # Check if gcc -print-prog-name=ld gives a path.
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5889$as_echo_n "checking for ld used by $CC... " >&6; }
5890 case $host in
5891 *-*-mingw*)
5892 # gcc leaves a trailing carriage return which upsets mingw
5893 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5894 *)
5895 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5896 esac
5897 case $ac_prog in
5898 # Accept absolute paths.
5899 [\\/]* | ?:[\\/]*)
5900 re_direlt='/[^/][^/]*/\.\./'
5901 # Canonicalize the pathname of ld
5902 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5903 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5904 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5905 done
5906 test -z "$LD" && LD="$ac_prog"
5907 ;;
5908 "")
5909 # If it fails, then pretend we aren't using GCC.
5910 ac_prog=ld
5911 ;;
5912 *)
5913 # If it is relative, then search for the first ld in PATH.
5914 with_gnu_ld=unknown
5915 ;;
5916 esac
5917elif test "$with_gnu_ld" = yes; then
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5919$as_echo_n "checking for GNU ld... " >&6; }
5920else
5921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5922$as_echo_n "checking for non-GNU ld... " >&6; }
5923fi
5924if test "${lt_cv_path_LD+set}" = set; then :
5925 $as_echo_n "(cached) " >&6
5926else
5927 if test -z "$LD"; then
5928 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5929 for ac_dir in $PATH; do
5930 IFS="$lt_save_ifs"
5931 test -z "$ac_dir" && ac_dir=.
5932 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5933 lt_cv_path_LD="$ac_dir/$ac_prog"
5934 # Check to see if the program is GNU ld. I'd rather use --version,
5935 # but apparently some variants of GNU ld only accept -v.
5936 # Break only if it was the GNU/non-GNU ld that we prefer.
5937 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5938 *GNU* | *'with BFD'*)
5939 test "$with_gnu_ld" != no && break
5940 ;;
5941 *)
5942 test "$with_gnu_ld" != yes && break
5943 ;;
5944 esac
5945 fi
5946 done
5947 IFS="$lt_save_ifs"
5948else
5949 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5950fi
5951fi
5952
5953LD="$lt_cv_path_LD"
5954if test -n "$LD"; then
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5956$as_echo "$LD" >&6; }
5957else
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5959$as_echo "no" >&6; }
5960fi
5961test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5963$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5964if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5965 $as_echo_n "(cached) " >&6
5966else
5967 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5968case `$LD -v 2>&1 </dev/null` in
5969*GNU* | *'with BFD'*)
5970 lt_cv_prog_gnu_ld=yes
5971 ;;
5972*)
5973 lt_cv_prog_gnu_ld=no
5974 ;;
5975esac
5976fi
5977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5978$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5979with_gnu_ld=$lt_cv_prog_gnu_ld
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5990$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5991if test "${lt_cv_path_NM+set}" = set; then :
5992 $as_echo_n "(cached) " >&6
5993else
5994 if test -n "$NM"; then
5995 # Let the user override the test.
5996 lt_cv_path_NM="$NM"
5997else
5998 lt_nm_to_check="${ac_tool_prefix}nm"
5999 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6000 lt_nm_to_check="$lt_nm_to_check nm"
6001 fi
6002 for lt_tmp_nm in $lt_nm_to_check; do
6003 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6004 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6005 IFS="$lt_save_ifs"
6006 test -z "$ac_dir" && ac_dir=.
6007 tmp_nm="$ac_dir/$lt_tmp_nm"
6008 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6009 # Check to see if the nm accepts a BSD-compat flag.
6010 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6011 # nm: unknown option "B" ignored
6012 # Tru64's nm complains that /dev/null is an invalid object file
6013 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6014 */dev/null* | *'Invalid file or object type'*)
6015 lt_cv_path_NM="$tmp_nm -B"
6016 break
6017 ;;
6018 *)
6019 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6020 */dev/null*)
6021 lt_cv_path_NM="$tmp_nm -p"
6022 break
6023 ;;
6024 *)
6025 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6026 continue # so that we can try to find one that supports BSD flags
6027 ;;
6028 esac
6029 ;;
6030 esac
6031 fi
6032 done
6033 IFS="$lt_save_ifs"
6034 done
6035 : ${lt_cv_path_NM=no}
6036fi
6037fi
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6039$as_echo "$lt_cv_path_NM" >&6; }
6040if test "$lt_cv_path_NM" != "no"; then
6041 NM="$lt_cv_path_NM"
6042else
6043 # Didn't find any BSD compatible name lister, look for dumpbin.
6044 if test -n "$DUMPBIN"; then :
6045 # Let the user override the test.
6046 else
6047 if test -n "$ac_tool_prefix"; then
6048 for ac_prog in dumpbin "link -dump"
6049 do
6050 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6051set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6053$as_echo_n "checking for $ac_word... " >&6; }
6054if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6055 $as_echo_n "(cached) " >&6
6056else
6057 if test -n "$DUMPBIN"; then
6058 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6059else
6060as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6061for as_dir in $PATH
6062do
6063 IFS=$as_save_IFS
6064 test -z "$as_dir" && as_dir=.
6065 for ac_exec_ext in '' $ac_executable_extensions; do
6066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6067 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6068 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6069 break 2
6070 fi
6071done
6072 done
6073IFS=$as_save_IFS
6074
6075fi
6076fi
6077DUMPBIN=$ac_cv_prog_DUMPBIN
6078if test -n "$DUMPBIN"; then
6079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6080$as_echo "$DUMPBIN" >&6; }
6081else
6082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6083$as_echo "no" >&6; }
6084fi
6085
6086
6087 test -n "$DUMPBIN" && break
6088 done
6089fi
6090if test -z "$DUMPBIN"; then
6091 ac_ct_DUMPBIN=$DUMPBIN
6092 for ac_prog in dumpbin "link -dump"
6093do
6094 # Extract the first word of "$ac_prog", so it can be a program name with args.
6095set dummy $ac_prog; ac_word=$2
6096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6097$as_echo_n "checking for $ac_word... " >&6; }
6098if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6099 $as_echo_n "(cached) " >&6
6100else
6101 if test -n "$ac_ct_DUMPBIN"; then
6102 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6103else
6104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6105for as_dir in $PATH
6106do
6107 IFS=$as_save_IFS
6108 test -z "$as_dir" && as_dir=.
6109 for ac_exec_ext in '' $ac_executable_extensions; do
6110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6111 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6113 break 2
6114 fi
6115done
6116 done
6117IFS=$as_save_IFS
6118
6119fi
6120fi
6121ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6122if test -n "$ac_ct_DUMPBIN"; then
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6124$as_echo "$ac_ct_DUMPBIN" >&6; }
6125else
6126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6127$as_echo "no" >&6; }
6128fi
6129
6130
6131 test -n "$ac_ct_DUMPBIN" && break
6132done
6133
6134 if test "x$ac_ct_DUMPBIN" = x; then
6135 DUMPBIN=":"
6136 else
6137 case $cross_compiling:$ac_tool_warned in
6138yes:)
6139{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6140$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6141ac_tool_warned=yes ;;
6142esac
6143 DUMPBIN=$ac_ct_DUMPBIN
6144 fi
6145fi
6146
6147 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6148 *COFF*)
6149 DUMPBIN="$DUMPBIN -symbols"
6150 ;;
6151 *)
6152 DUMPBIN=:
6153 ;;
6154 esac
6155 fi
6156
6157 if test "$DUMPBIN" != ":"; then
6158 NM="$DUMPBIN"
6159 fi
6160fi
6161test -z "$NM" && NM=nm
6162
6163
6164
6165
6166
6167
6168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6169$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6170if test "${lt_cv_nm_interface+set}" = set; then :
6171 $as_echo_n "(cached) " >&6
6172else
6173 lt_cv_nm_interface="BSD nm"
6174 echo "int some_variable = 0;" > conftest.$ac_ext
6175 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6176 (eval "$ac_compile" 2>conftest.err)
6177 cat conftest.err >&5
6178 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6179 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6180 cat conftest.err >&5
6181 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6182 cat conftest.out >&5
6183 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6184 lt_cv_nm_interface="MS dumpbin"
6185 fi
6186 rm -f conftest*
6187fi
6188{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6189$as_echo "$lt_cv_nm_interface" >&6; }
6190
6191{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6192$as_echo_n "checking whether ln -s works... " >&6; }
6193LN_S=$as_ln_s
6194if test "$LN_S" = "ln -s"; then
6195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6196$as_echo "yes" >&6; }
6197else
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6199$as_echo "no, using $LN_S" >&6; }
6200fi
6201
6202# find the maximum length of command line arguments
6203{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6204$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6205if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6206 $as_echo_n "(cached) " >&6
6207else
6208 i=0
6209 teststring="ABCD"
6210
6211 case $build_os in
6212 msdosdjgpp*)
6213 # On DJGPP, this test can blow up pretty badly due to problems in libc
6214 # (any single argument exceeding 2000 bytes causes a buffer overrun
6215 # during glob expansion). Even if it were fixed, the result of this
6216 # check would be larger than it should be.
6217 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6218 ;;
6219
6220 gnu*)
6221 # Under GNU Hurd, this test is not required because there is
6222 # no limit to the length of command line arguments.
6223 # Libtool will interpret -1 as no limit whatsoever
6224 lt_cv_sys_max_cmd_len=-1;
6225 ;;
6226
6227 cygwin* | mingw* | cegcc*)
6228 # On Win9x/ME, this test blows up -- it succeeds, but takes
6229 # about 5 minutes as the teststring grows exponentially.
6230 # Worse, since 9x/ME are not pre-emptively multitasking,
6231 # you end up with a "frozen" computer, even though with patience
6232 # the test eventually succeeds (with a max line length of 256k).
6233 # Instead, let's just punt: use the minimum linelength reported by
6234 # all of the supported platforms: 8192 (on NT/2K/XP).
6235 lt_cv_sys_max_cmd_len=8192;
6236 ;;
6237
6238 mint*)
6239 # On MiNT this can take a long time and run out of memory.
6240 lt_cv_sys_max_cmd_len=8192;
6241 ;;
6242
6243 amigaos*)
6244 # On AmigaOS with pdksh, this test takes hours, literally.
6245 # So we just punt and use a minimum line length of 8192.
6246 lt_cv_sys_max_cmd_len=8192;
6247 ;;
6248
6249 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6250 # This has been around since 386BSD, at least. Likely further.
6251 if test -x /sbin/sysctl; then
6252 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6253 elif test -x /usr/sbin/sysctl; then
6254 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6255 else
6256 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6257 fi
6258 # And add a safety zone
6259 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6260 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6261 ;;
6262
6263 interix*)
6264 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6265 lt_cv_sys_max_cmd_len=196608
6266 ;;
6267
6268 osf*)
6269 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6270 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6271 # nice to cause kernel panics so lets avoid the loop below.
6272 # First set a reasonable default.
6273 lt_cv_sys_max_cmd_len=16384
6274 #
6275 if test -x /sbin/sysconfig; then
6276 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6277 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6278 esac
6279 fi
6280 ;;
6281 sco3.2v5*)
6282 lt_cv_sys_max_cmd_len=102400
6283 ;;
6284 sysv5* | sco5v6* | sysv4.2uw2*)
6285 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6286 if test -n "$kargmax"; then
6287 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6288 else
6289 lt_cv_sys_max_cmd_len=32768
6290 fi
6291 ;;
6292 *)
6293 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6294 if test -n "$lt_cv_sys_max_cmd_len"; then
6295 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6296 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6297 else
6298 # Make teststring a little bigger before we do anything with it.
6299 # a 1K string should be a reasonable start.
6300 for i in 1 2 3 4 5 6 7 8 ; do
6301 teststring=$teststring$teststring
6302 done
6303 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6304 # If test is not a shell built-in, we'll probably end up computing a
6305 # maximum length that is only half of the actual maximum length, but
6306 # we can't tell.
6307 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6308 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6309 test $i != 17 # 1/2 MB should be enough
6310 do
6311 i=`expr $i + 1`
6312 teststring=$teststring$teststring
6313 done
6314 # Only check the string length outside the loop.
6315 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6316 teststring=
6317 # Add a significant safety factor because C++ compilers can tack on
6318 # massive amounts of additional arguments before passing them to the
6319 # linker. It appears as though 1/2 is a usable value.
6320 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6321 fi
6322 ;;
6323 esac
6324
6325fi
6326
6327if test -n $lt_cv_sys_max_cmd_len ; then
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6329$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6330else
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6332$as_echo "none" >&6; }
6333fi
6334max_cmd_len=$lt_cv_sys_max_cmd_len
6335
6336
6337
6338
6339
6340
6341: ${CP="cp -f"}
6342: ${MV="mv -f"}
6343: ${RM="rm -f"}
6344
6345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6346$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6347# Try some XSI features
6348xsi_shell=no
6349( _lt_dummy="a/b/c"
6350 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6351 = c,a/b,, \
6352 && eval 'test $(( 1 + 1 )) -eq 2 \
6353 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6354 && xsi_shell=yes
6355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6356$as_echo "$xsi_shell" >&6; }
6357
6358
6359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6360$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6361lt_shell_append=no
6362( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6363 >/dev/null 2>&1 \
6364 && lt_shell_append=yes
6365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6366$as_echo "$lt_shell_append" >&6; }
6367
6368
6369if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6370 lt_unset=unset
6371else
6372 lt_unset=false
6373fi
6374
6375
6376
6377
6378
6379# test EBCDIC or ASCII
6380case `echo X|tr X '\101'` in
6381 A) # ASCII based system
6382 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6383 lt_SP2NL='tr \040 \012'
6384 lt_NL2SP='tr \015\012 \040\040'
6385 ;;
6386 *) # EBCDIC based system
6387 lt_SP2NL='tr \100 \n'
6388 lt_NL2SP='tr \r\n \100\100'
6389 ;;
6390esac
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6401$as_echo_n "checking for $LD option to reload object files... " >&6; }
6402if test "${lt_cv_ld_reload_flag+set}" = set; then :
6403 $as_echo_n "(cached) " >&6
6404else
6405 lt_cv_ld_reload_flag='-r'
6406fi
6407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6408$as_echo "$lt_cv_ld_reload_flag" >&6; }
6409reload_flag=$lt_cv_ld_reload_flag
6410case $reload_flag in
6411"" | " "*) ;;
6412*) reload_flag=" $reload_flag" ;;
6413esac
6414reload_cmds='$LD$reload_flag -o $output$reload_objs'
6415case $host_os in
6416 darwin*)
6417 if test "$GCC" = yes; then
6418 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6419 else
6420 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6421 fi
6422 ;;
6423esac
6424
6425
6426
6427
6428
6429
6430
6431
6432
6433if test -n "$ac_tool_prefix"; then
6434 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6435set dummy ${ac_tool_prefix}objdump; ac_word=$2
6436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437$as_echo_n "checking for $ac_word... " >&6; }
6438if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6439 $as_echo_n "(cached) " >&6
6440else
6441 if test -n "$OBJDUMP"; then
6442 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6443else
6444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445for as_dir in $PATH
6446do
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 break 2
6454 fi
6455done
6456 done
6457IFS=$as_save_IFS
6458
6459fi
6460fi
6461OBJDUMP=$ac_cv_prog_OBJDUMP
6462if test -n "$OBJDUMP"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6464$as_echo "$OBJDUMP" >&6; }
6465else
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467$as_echo "no" >&6; }
6468fi
6469
6470
6471fi
6472if test -z "$ac_cv_prog_OBJDUMP"; then
6473 ac_ct_OBJDUMP=$OBJDUMP
6474 # Extract the first word of "objdump", so it can be a program name with args.
6475set dummy objdump; ac_word=$2
6476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6477$as_echo_n "checking for $ac_word... " >&6; }
6478if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6479 $as_echo_n "(cached) " >&6
6480else
6481 if test -n "$ac_ct_OBJDUMP"; then
6482 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6483else
6484as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6485for as_dir in $PATH
6486do
6487 IFS=$as_save_IFS
6488 test -z "$as_dir" && as_dir=.
6489 for ac_exec_ext in '' $ac_executable_extensions; do
6490 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6491 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6493 break 2
6494 fi
6495done
6496 done
6497IFS=$as_save_IFS
6498
6499fi
6500fi
6501ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6502if test -n "$ac_ct_OBJDUMP"; then
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6504$as_echo "$ac_ct_OBJDUMP" >&6; }
6505else
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6507$as_echo "no" >&6; }
6508fi
6509
6510 if test "x$ac_ct_OBJDUMP" = x; then
6511 OBJDUMP="false"
6512 else
6513 case $cross_compiling:$ac_tool_warned in
6514yes:)
6515{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6516$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6517ac_tool_warned=yes ;;
6518esac
6519 OBJDUMP=$ac_ct_OBJDUMP
6520 fi
6521else
6522 OBJDUMP="$ac_cv_prog_OBJDUMP"
6523fi
6524
6525test -z "$OBJDUMP" && OBJDUMP=objdump
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6536$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6537if test "${lt_cv_deplibs_check_method+set}" = set; then :
6538 $as_echo_n "(cached) " >&6
6539else
6540 lt_cv_file_magic_cmd='$MAGIC_CMD'
6541lt_cv_file_magic_test_file=
6542lt_cv_deplibs_check_method='unknown'
6543# Need to set the preceding variable on all platforms that support
6544# interlibrary dependencies.
6545# 'none' -- dependencies not supported.
6546# `unknown' -- same as none, but documents that we really don't know.
6547# 'pass_all' -- all dependencies passed with no checks.
6548# 'test_compile' -- check by making test program.
6549# 'file_magic [[regex]]' -- check by looking for files in library path
6550# which responds to the $file_magic_cmd with a given extended regex.
6551# If you have `file' or equivalent on your system and you're not sure
6552# whether `pass_all' will *always* work, you probably want this one.
6553
6554case $host_os in
6555aix[4-9]*)
6556 lt_cv_deplibs_check_method=pass_all
6557 ;;
6558
6559beos*)
6560 lt_cv_deplibs_check_method=pass_all
6561 ;;
6562
6563bsdi[45]*)
6564 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6565 lt_cv_file_magic_cmd='/usr/bin/file -L'
6566 lt_cv_file_magic_test_file=/shlib/libc.so
6567 ;;
6568
6569cygwin*)
6570 # func_win32_libid is a shell function defined in ltmain.sh
6571 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6572 lt_cv_file_magic_cmd='func_win32_libid'
6573 ;;
6574
6575mingw* | pw32*)
6576 # Base MSYS/MinGW do not provide the 'file' command needed by
6577 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6578 # unless we find 'file', for example because we are cross-compiling.
6579 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6580 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6581 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6582 lt_cv_file_magic_cmd='func_win32_libid'
6583 else
6584 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6585 lt_cv_file_magic_cmd='$OBJDUMP -f'
6586 fi
6587 ;;
6588
6589cegcc*)
6590 # use the weaker test based on 'objdump'. See mingw*.
6591 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6592 lt_cv_file_magic_cmd='$OBJDUMP -f'
6593 ;;
6594
6595darwin* | rhapsody*)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598
6599freebsd* | dragonfly*)
6600 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6601 case $host_cpu in
6602 i*86 )
6603 # Not sure whether the presence of OpenBSD here was a mistake.
6604 # Let's accept both of them until this is cleared up.
6605 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6606 lt_cv_file_magic_cmd=/usr/bin/file
6607 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6608 ;;
6609 esac
6610 else
6611 lt_cv_deplibs_check_method=pass_all
6612 fi
6613 ;;
6614
6615gnu*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619haiku*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623hpux10.20* | hpux11*)
6624 lt_cv_file_magic_cmd=/usr/bin/file
6625 case $host_cpu in
6626 ia64*)
6627 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6628 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6629 ;;
6630 hppa*64*)
6631 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]'
6632 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6633 ;;
6634 *)
6635 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6636 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6637 ;;
6638 esac
6639 ;;
6640
6641interix[3-9]*)
6642 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6643 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6644 ;;
6645
6646irix5* | irix6* | nonstopux*)
6647 case $LD in
6648 *-32|*"-32 ") libmagic=32-bit;;
6649 *-n32|*"-n32 ") libmagic=N32;;
6650 *-64|*"-64 ") libmagic=64-bit;;
6651 *) libmagic=never-match;;
6652 esac
6653 lt_cv_deplibs_check_method=pass_all
6654 ;;
6655
6656# This must be Linux ELF.
6657linux* | k*bsd*-gnu | kopensolaris*-gnu)
6658 lt_cv_deplibs_check_method=pass_all
6659 ;;
6660
6661netbsd*)
6662 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6663 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6664 else
6665 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6666 fi
6667 ;;
6668
6669newos6*)
6670 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6671 lt_cv_file_magic_cmd=/usr/bin/file
6672 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6673 ;;
6674
6675*nto* | *qnx*)
6676 lt_cv_deplibs_check_method=pass_all
6677 ;;
6678
6679openbsd*)
6680 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6681 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6682 else
6683 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6684 fi
6685 ;;
6686
6687osf3* | osf4* | osf5*)
6688 lt_cv_deplibs_check_method=pass_all
6689 ;;
6690
6691rdos*)
6692 lt_cv_deplibs_check_method=pass_all
6693 ;;
6694
6695solaris*)
6696 lt_cv_deplibs_check_method=pass_all
6697 ;;
6698
6699sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6700 lt_cv_deplibs_check_method=pass_all
6701 ;;
6702
6703sysv4 | sysv4.3*)
6704 case $host_vendor in
6705 motorola)
6706 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]'
6707 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6708 ;;
6709 ncr)
6710 lt_cv_deplibs_check_method=pass_all
6711 ;;
6712 sequent)
6713 lt_cv_file_magic_cmd='/bin/file'
6714 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6715 ;;
6716 sni)
6717 lt_cv_file_magic_cmd='/bin/file'
6718 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6719 lt_cv_file_magic_test_file=/lib/libc.so
6720 ;;
6721 siemens)
6722 lt_cv_deplibs_check_method=pass_all
6723 ;;
6724 pc)
6725 lt_cv_deplibs_check_method=pass_all
6726 ;;
6727 esac
6728 ;;
6729
6730tpf*)
6731 lt_cv_deplibs_check_method=pass_all
6732 ;;
6733esac
6734
6735fi
6736{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6737$as_echo "$lt_cv_deplibs_check_method" >&6; }
6738file_magic_cmd=$lt_cv_file_magic_cmd
6739deplibs_check_method=$lt_cv_deplibs_check_method
6740test -z "$deplibs_check_method" && deplibs_check_method=unknown
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753if test -n "$ac_tool_prefix"; then
6754 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6755set dummy ${ac_tool_prefix}ar; ac_word=$2
6756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6757$as_echo_n "checking for $ac_word... " >&6; }
6758if test "${ac_cv_prog_AR+set}" = set; then :
6759 $as_echo_n "(cached) " >&6
6760else
6761 if test -n "$AR"; then
6762 ac_cv_prog_AR="$AR" # Let the user override the test.
6763else
6764as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6765for as_dir in $PATH
6766do
6767 IFS=$as_save_IFS
6768 test -z "$as_dir" && as_dir=.
6769 for ac_exec_ext in '' $ac_executable_extensions; do
6770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6771 ac_cv_prog_AR="${ac_tool_prefix}ar"
6772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6773 break 2
6774 fi
6775done
6776 done
6777IFS=$as_save_IFS
6778
6779fi
6780fi
6781AR=$ac_cv_prog_AR
6782if test -n "$AR"; then
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6784$as_echo "$AR" >&6; }
6785else
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6787$as_echo "no" >&6; }
6788fi
6789
6790
6791fi
6792if test -z "$ac_cv_prog_AR"; then
6793 ac_ct_AR=$AR
6794 # Extract the first word of "ar", so it can be a program name with args.
6795set dummy ar; ac_word=$2
6796{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6797$as_echo_n "checking for $ac_word... " >&6; }
6798if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6799 $as_echo_n "(cached) " >&6
6800else
6801 if test -n "$ac_ct_AR"; then
6802 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6803else
6804as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6805for as_dir in $PATH
6806do
6807 IFS=$as_save_IFS
6808 test -z "$as_dir" && as_dir=.
6809 for ac_exec_ext in '' $ac_executable_extensions; do
6810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6811 ac_cv_prog_ac_ct_AR="ar"
6812 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6813 break 2
6814 fi
6815done
6816 done
6817IFS=$as_save_IFS
6818
6819fi
6820fi
6821ac_ct_AR=$ac_cv_prog_ac_ct_AR
6822if test -n "$ac_ct_AR"; then
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6824$as_echo "$ac_ct_AR" >&6; }
6825else
6826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6827$as_echo "no" >&6; }
6828fi
6829
6830 if test "x$ac_ct_AR" = x; then
6831 AR="false"
6832 else
6833 case $cross_compiling:$ac_tool_warned in
6834yes:)
6835{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6836$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6837ac_tool_warned=yes ;;
6838esac
6839 AR=$ac_ct_AR
6840 fi
6841else
6842 AR="$ac_cv_prog_AR"
6843fi
6844
6845test -z "$AR" && AR=ar
6846test -z "$AR_FLAGS" && AR_FLAGS=cru
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858if test -n "$ac_tool_prefix"; then
6859 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6860set dummy ${ac_tool_prefix}strip; ac_word=$2
6861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6862$as_echo_n "checking for $ac_word... " >&6; }
6863if test "${ac_cv_prog_STRIP+set}" = set; then :
6864 $as_echo_n "(cached) " >&6
6865else
6866 if test -n "$STRIP"; then
6867 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6868else
6869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6870for as_dir in $PATH
6871do
6872 IFS=$as_save_IFS
6873 test -z "$as_dir" && as_dir=.
6874 for ac_exec_ext in '' $ac_executable_extensions; do
6875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6876 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6878 break 2
6879 fi
6880done
6881 done
6882IFS=$as_save_IFS
6883
6884fi
6885fi
6886STRIP=$ac_cv_prog_STRIP
6887if test -n "$STRIP"; then
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6889$as_echo "$STRIP" >&6; }
6890else
6891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6892$as_echo "no" >&6; }
6893fi
6894
6895
6896fi
6897if test -z "$ac_cv_prog_STRIP"; then
6898 ac_ct_STRIP=$STRIP
6899 # Extract the first word of "strip", so it can be a program name with args.
6900set dummy strip; ac_word=$2
6901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6902$as_echo_n "checking for $ac_word... " >&6; }
6903if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6904 $as_echo_n "(cached) " >&6
6905else
6906 if test -n "$ac_ct_STRIP"; then
6907 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6908else
6909as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6910for as_dir in $PATH
6911do
6912 IFS=$as_save_IFS
6913 test -z "$as_dir" && as_dir=.
6914 for ac_exec_ext in '' $ac_executable_extensions; do
6915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6916 ac_cv_prog_ac_ct_STRIP="strip"
6917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6918 break 2
6919 fi
6920done
6921 done
6922IFS=$as_save_IFS
6923
6924fi
6925fi
6926ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6927if test -n "$ac_ct_STRIP"; then
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6929$as_echo "$ac_ct_STRIP" >&6; }
6930else
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6932$as_echo "no" >&6; }
6933fi
6934
6935 if test "x$ac_ct_STRIP" = x; then
6936 STRIP=":"
6937 else
6938 case $cross_compiling:$ac_tool_warned in
6939yes:)
6940{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6941$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6942ac_tool_warned=yes ;;
6943esac
6944 STRIP=$ac_ct_STRIP
6945 fi
6946else
6947 STRIP="$ac_cv_prog_STRIP"
6948fi
6949
6950test -z "$STRIP" && STRIP=:
6951
6952
6953
6954
6955
6956
6957if test -n "$ac_tool_prefix"; then
6958 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6959set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6960{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6961$as_echo_n "checking for $ac_word... " >&6; }
6962if test "${ac_cv_prog_RANLIB+set}" = set; then :
6963 $as_echo_n "(cached) " >&6
6964else
6965 if test -n "$RANLIB"; then
6966 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6967else
6968as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6969for as_dir in $PATH
6970do
6971 IFS=$as_save_IFS
6972 test -z "$as_dir" && as_dir=.
6973 for ac_exec_ext in '' $ac_executable_extensions; do
6974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6975 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6976 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6977 break 2
6978 fi
6979done
6980 done
6981IFS=$as_save_IFS
6982
6983fi
6984fi
6985RANLIB=$ac_cv_prog_RANLIB
6986if test -n "$RANLIB"; then
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6988$as_echo "$RANLIB" >&6; }
6989else
6990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6991$as_echo "no" >&6; }
6992fi
6993
6994
6995fi
6996if test -z "$ac_cv_prog_RANLIB"; then
6997 ac_ct_RANLIB=$RANLIB
6998 # Extract the first word of "ranlib", so it can be a program name with args.
6999set dummy ranlib; ac_word=$2
7000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7001$as_echo_n "checking for $ac_word... " >&6; }
7002if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7003 $as_echo_n "(cached) " >&6
7004else
7005 if test -n "$ac_ct_RANLIB"; then
7006 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7007else
7008as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7009for as_dir in $PATH
7010do
7011 IFS=$as_save_IFS
7012 test -z "$as_dir" && as_dir=.
7013 for ac_exec_ext in '' $ac_executable_extensions; do
7014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7015 ac_cv_prog_ac_ct_RANLIB="ranlib"
7016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7017 break 2
7018 fi
7019done
7020 done
7021IFS=$as_save_IFS
7022
7023fi
7024fi
7025ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7026if test -n "$ac_ct_RANLIB"; then
7027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7028$as_echo "$ac_ct_RANLIB" >&6; }
7029else
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7031$as_echo "no" >&6; }
7032fi
7033
7034 if test "x$ac_ct_RANLIB" = x; then
7035 RANLIB=":"
7036 else
7037 case $cross_compiling:$ac_tool_warned in
7038yes:)
7039{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7040$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7041ac_tool_warned=yes ;;
7042esac
7043 RANLIB=$ac_ct_RANLIB
7044 fi
7045else
7046 RANLIB="$ac_cv_prog_RANLIB"
7047fi
7048
7049test -z "$RANLIB" && RANLIB=:
7050
7051
7052
7053
7054
7055
7056# Determine commands to create old-style static archives.
7057old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7058old_postinstall_cmds='chmod 644 $oldlib'
7059old_postuninstall_cmds=
7060
7061if test -n "$RANLIB"; then
7062 case $host_os in
7063 openbsd*)
7064 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7065 ;;
7066 *)
7067 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7068 ;;
7069 esac
7070 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7071fi
7072
7073case $host_os in
7074 darwin*)
7075 lock_old_archive_extraction=yes ;;
7076 *)
7077 lock_old_archive_extraction=no ;;
7078esac
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100for ac_prog in gawk mawk nawk awk
7101do
7102 # Extract the first word of "$ac_prog", so it can be a program name with args.
7103set dummy $ac_prog; ac_word=$2
7104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7105$as_echo_n "checking for $ac_word... " >&6; }
7106if test "${ac_cv_prog_AWK+set}" = set; then :
7107 $as_echo_n "(cached) " >&6
7108else
7109 if test -n "$AWK"; then
7110 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7111else
7112as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7113for as_dir in $PATH
7114do
7115 IFS=$as_save_IFS
7116 test -z "$as_dir" && as_dir=.
7117 for ac_exec_ext in '' $ac_executable_extensions; do
7118 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7119 ac_cv_prog_AWK="$ac_prog"
7120 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7121 break 2
7122 fi
7123done
7124 done
7125IFS=$as_save_IFS
7126
7127fi
7128fi
7129AWK=$ac_cv_prog_AWK
7130if test -n "$AWK"; then
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7132$as_echo "$AWK" >&6; }
7133else
7134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7135$as_echo "no" >&6; }
7136fi
7137
7138
7139 test -n "$AWK" && break
7140done
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160# If no C compiler was specified, use CC.
7161LTCC=${LTCC-"$CC"}
7162
7163# If no C compiler flags were specified, use CFLAGS.
7164LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7165
7166# Allow CC to be a program name with arguments.
7167compiler=$CC
7168
7169
7170# Check for command to grab the raw symbol name followed by C symbol from nm.
7171{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7172$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7173if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7174 $as_echo_n "(cached) " >&6
7175else
7176
7177# These are sane defaults that work on at least a few old systems.
7178# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7179
7180# Character class describing NM global symbol codes.
7181symcode='[BCDEGRST]'
7182
7183# Regexp to match symbols that can be accessed directly from C.
7184sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7185
7186# Define system-specific variables.
7187case $host_os in
7188aix*)
7189 symcode='[BCDT]'
7190 ;;
7191cygwin* | mingw* | pw32* | cegcc*)
7192 symcode='[ABCDGISTW]'
7193 ;;
7194hpux*)
7195 if test "$host_cpu" = ia64; then
7196 symcode='[ABCDEGRST]'
7197 fi
7198 ;;
7199irix* | nonstopux*)
7200 symcode='[BCDEGRST]'
7201 ;;
7202osf*)
7203 symcode='[BCDEGQRST]'
7204 ;;
7205solaris*)
7206 symcode='[BDRT]'
7207 ;;
7208sco3.2v5*)
7209 symcode='[DT]'
7210 ;;
7211sysv4.2uw2*)
7212 symcode='[DT]'
7213 ;;
7214sysv5* | sco5v6* | unixware* | OpenUNIX*)
7215 symcode='[ABDT]'
7216 ;;
7217sysv4)
7218 symcode='[DFNSTU]'
7219 ;;
7220esac
7221
7222# If we're using GNU nm, then use its standard symbol codes.
7223case `$NM -V 2>&1` in
7224*GNU* | *'with BFD'*)
7225 symcode='[ABCDGIRSTW]' ;;
7226esac
7227
7228# Transform an extracted symbol line into a proper C declaration.
7229# Some systems (esp. on ia64) link data and code symbols differently,
7230# so use this general approach.
7231lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7232
7233# Transform an extracted symbol line into symbol name and symbol address
7234lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7235lt_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'"
7236
7237# Handle CRLF in mingw tool chain
7238opt_cr=
7239case $build_os in
7240mingw*)
7241 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7242 ;;
7243esac
7244
7245# Try without a prefix underscore, then with it.
7246for ac_symprfx in "" "_"; do
7247
7248 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7249 symxfrm="\\1 $ac_symprfx\\2 \\2"
7250
7251 # Write the raw and C identifiers.
7252 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7253 # Fake it for dumpbin and say T for any non-static function
7254 # and D for any global variable.
7255 # Also find C++ and __fastcall symbols from MSVC++,
7256 # which start with @ or ?.
7257 lt_cv_sys_global_symbol_pipe="$AWK '"\
7258" {last_section=section; section=\$ 3};"\
7259" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7260" \$ 0!~/External *\|/{next};"\
7261" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7262" {if(hide[section]) next};"\
7263" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7264" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7265" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7266" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7267" ' prfx=^$ac_symprfx"
7268 else
7269 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7270 fi
7271
7272 # Check to see that the pipe works correctly.
7273 pipe_works=no
7274
7275 rm -f conftest*
7276 cat > conftest.$ac_ext <<_LT_EOF
7277#ifdef __cplusplus
7278extern "C" {
7279#endif
7280char nm_test_var;
7281void nm_test_func(void);
7282void nm_test_func(void){}
7283#ifdef __cplusplus
7284}
7285#endif
7286int main(){nm_test_var='a';nm_test_func();return(0);}
7287_LT_EOF
7288
7289 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7290 (eval $ac_compile) 2>&5
7291 ac_status=$?
7292 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7293 test $ac_status = 0; }; then
7294 # Now try to grab the symbols.
7295 nlist=conftest.nm
7296 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7297 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7298 ac_status=$?
7299 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7300 test $ac_status = 0; } && test -s "$nlist"; then
7301 # Try sorting and uniquifying the output.
7302 if sort "$nlist" | uniq > "$nlist"T; then
7303 mv -f "$nlist"T "$nlist"
7304 else
7305 rm -f "$nlist"T
7306 fi
7307
7308 # Make sure that we snagged all the symbols we need.
7309 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7310 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7311 cat <<_LT_EOF > conftest.$ac_ext
7312#ifdef __cplusplus
7313extern "C" {
7314#endif
7315
7316_LT_EOF
7317 # Now generate the symbol file.
7318 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7319
7320 cat <<_LT_EOF >> conftest.$ac_ext
7321
7322/* The mapping between symbol names and symbols. */
7323const struct {
7324 const char *name;
7325 void *address;
7326}
7327lt__PROGRAM__LTX_preloaded_symbols[] =
7328{
7329 { "@PROGRAM@", (void *) 0 },
7330_LT_EOF
7331 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7332 cat <<\_LT_EOF >> conftest.$ac_ext
7333 {0, (void *) 0}
7334};
7335
7336/* This works around a problem in FreeBSD linker */
7337#ifdef FREEBSD_WORKAROUND
7338static const void *lt_preloaded_setup() {
7339 return lt__PROGRAM__LTX_preloaded_symbols;
7340}
7341#endif
7342
7343#ifdef __cplusplus
7344}
7345#endif
7346_LT_EOF
7347 # Now try linking the two files.
7348 mv conftest.$ac_objext conftstm.$ac_objext
7349 lt_save_LIBS="$LIBS"
7350 lt_save_CFLAGS="$CFLAGS"
7351 LIBS="conftstm.$ac_objext"
7352 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7353 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7354 (eval $ac_link) 2>&5
7355 ac_status=$?
7356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7357 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7358 pipe_works=yes
7359 fi
7360 LIBS="$lt_save_LIBS"
7361 CFLAGS="$lt_save_CFLAGS"
7362 else
7363 echo "cannot find nm_test_func in $nlist" >&5
7364 fi
7365 else
7366 echo "cannot find nm_test_var in $nlist" >&5
7367 fi
7368 else
7369 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7370 fi
7371 else
7372 echo "$progname: failed program was:" >&5
7373 cat conftest.$ac_ext >&5
7374 fi
7375 rm -rf conftest* conftst*
7376
7377 # Do not use the global_symbol_pipe unless it works.
7378 if test "$pipe_works" = yes; then
7379 break
7380 else
7381 lt_cv_sys_global_symbol_pipe=
7382 fi
7383done
7384
7385fi
7386
7387if test -z "$lt_cv_sys_global_symbol_pipe"; then
7388 lt_cv_sys_global_symbol_to_cdecl=
7389fi
7390if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7392$as_echo "failed" >&6; }
7393else
7394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7395$as_echo "ok" >&6; }
7396fi
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419# Check whether --enable-libtool-lock was given.
7420if test "${enable_libtool_lock+set}" = set; then :
7421 enableval=$enable_libtool_lock;
7422fi
7423
7424test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7425
7426# Some flags need to be propagated to the compiler or linker for good
7427# libtool support.
7428case $host in
7429ia64-*-hpux*)
7430 # Find out which ABI we are using.
7431 echo 'int i;' > conftest.$ac_ext
7432 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7433 (eval $ac_compile) 2>&5
7434 ac_status=$?
7435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7436 test $ac_status = 0; }; then
7437 case `/usr/bin/file conftest.$ac_objext` in
7438 *ELF-32*)
7439 HPUX_IA64_MODE="32"
7440 ;;
7441 *ELF-64*)
7442 HPUX_IA64_MODE="64"
7443 ;;
7444 esac
7445 fi
7446 rm -rf conftest*
7447 ;;
7448*-*-irix6*)
7449 # Find out which ABI we are using.
7450 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7451 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7452 (eval $ac_compile) 2>&5
7453 ac_status=$?
7454 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7455 test $ac_status = 0; }; then
7456 if test "$lt_cv_prog_gnu_ld" = yes; then
7457 case `/usr/bin/file conftest.$ac_objext` in
7458 *32-bit*)
7459 LD="${LD-ld} -melf32bsmip"
7460 ;;
7461 *N32*)
7462 LD="${LD-ld} -melf32bmipn32"
7463 ;;
7464 *64-bit*)
7465 LD="${LD-ld} -melf64bmip"
7466 ;;
7467 esac
7468 else
7469 case `/usr/bin/file conftest.$ac_objext` in
7470 *32-bit*)
7471 LD="${LD-ld} -32"
7472 ;;
7473 *N32*)
7474 LD="${LD-ld} -n32"
7475 ;;
7476 *64-bit*)
7477 LD="${LD-ld} -64"
7478 ;;
7479 esac
7480 fi
7481 fi
7482 rm -rf conftest*
7483 ;;
7484
bf3d9781 7485x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7486s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7487 # Find out which ABI we are using.
7488 echo 'int i;' > conftest.$ac_ext
7489 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7490 (eval $ac_compile) 2>&5
7491 ac_status=$?
7492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7493 test $ac_status = 0; }; then
7494 case `/usr/bin/file conftest.o` in
7495 *32-bit*)
7496 case $host in
7497 x86_64-*kfreebsd*-gnu)
7498 LD="${LD-ld} -m elf_i386_fbsd"
7499 ;;
7500 x86_64-*linux*)
7501 case `/usr/bin/file conftest.o` in
7502 *x86-64*)
7503 LD="${LD-ld} -m elf32_x86_64"
7504 ;;
7505 *)
7506 LD="${LD-ld} -m elf_i386"
7507 ;;
7508 esac
7509 ;;
bf3d9781
AM
7510 powerpc64le-*linux*)
7511 LD="${LD-ld} -m elf32lppclinux"
7512 ;;
7513 powerpc64-*linux*)
6bb11ab3
L
7514 LD="${LD-ld} -m elf32ppclinux"
7515 ;;
7516 s390x-*linux*)
7517 LD="${LD-ld} -m elf_s390"
7518 ;;
7519 sparc64-*linux*)
7520 LD="${LD-ld} -m elf32_sparc"
7521 ;;
7522 esac
7523 ;;
7524 *64-bit*)
7525 case $host in
7526 x86_64-*kfreebsd*-gnu)
7527 LD="${LD-ld} -m elf_x86_64_fbsd"
7528 ;;
7529 x86_64-*linux*)
7530 LD="${LD-ld} -m elf_x86_64"
7531 ;;
bf3d9781
AM
7532 powerpcle-*linux*)
7533 LD="${LD-ld} -m elf64lppc"
7534 ;;
7535 powerpc-*linux*)
6bb11ab3
L
7536 LD="${LD-ld} -m elf64ppc"
7537 ;;
7538 s390*-*linux*|s390*-*tpf*)
7539 LD="${LD-ld} -m elf64_s390"
7540 ;;
7541 sparc*-*linux*)
7542 LD="${LD-ld} -m elf64_sparc"
7543 ;;
7544 esac
7545 ;;
7546 esac
7547 fi
7548 rm -rf conftest*
7549 ;;
7550
7551*-*-sco3.2v5*)
7552 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7553 SAVE_CFLAGS="$CFLAGS"
7554 CFLAGS="$CFLAGS -belf"
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7556$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7557if test "${lt_cv_cc_needs_belf+set}" = set; then :
7558 $as_echo_n "(cached) " >&6
7559else
7560 ac_ext=c
7561ac_cpp='$CPP $CPPFLAGS'
7562ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7563ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7564ac_compiler_gnu=$ac_cv_c_compiler_gnu
7565
7566 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7567/* end confdefs.h. */
7568
7569int
7570main ()
7571{
7572
7573 ;
7574 return 0;
7575}
7576_ACEOF
7577if ac_fn_c_try_link "$LINENO"; then :
7578 lt_cv_cc_needs_belf=yes
7579else
7580 lt_cv_cc_needs_belf=no
7581fi
7582rm -f core conftest.err conftest.$ac_objext \
7583 conftest$ac_exeext conftest.$ac_ext
7584 ac_ext=c
7585ac_cpp='$CPP $CPPFLAGS'
7586ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7587ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7588ac_compiler_gnu=$ac_cv_c_compiler_gnu
7589
7590fi
7591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7592$as_echo "$lt_cv_cc_needs_belf" >&6; }
7593 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7594 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7595 CFLAGS="$SAVE_CFLAGS"
7596 fi
7597 ;;
7598sparc*-*solaris*)
7599 # Find out which ABI we are using.
7600 echo 'int i;' > conftest.$ac_ext
7601 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7602 (eval $ac_compile) 2>&5
7603 ac_status=$?
7604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7605 test $ac_status = 0; }; then
7606 case `/usr/bin/file conftest.o` in
7607 *64-bit*)
7608 case $lt_cv_prog_gnu_ld in
7609 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7610 *)
7611 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7612 LD="${LD-ld} -64"
7613 fi
7614 ;;
7615 esac
7616 ;;
7617 esac
7618 fi
7619 rm -rf conftest*
7620 ;;
7621esac
7622
7623need_locks="$enable_libtool_lock"
7624
7625
7626 case $host_os in
7627 rhapsody* | darwin*)
7628 if test -n "$ac_tool_prefix"; then
7629 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7630set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7632$as_echo_n "checking for $ac_word... " >&6; }
7633if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7634 $as_echo_n "(cached) " >&6
7635else
7636 if test -n "$DSYMUTIL"; then
7637 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7638else
7639as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7640for as_dir in $PATH
7641do
7642 IFS=$as_save_IFS
7643 test -z "$as_dir" && as_dir=.
7644 for ac_exec_ext in '' $ac_executable_extensions; do
7645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7646 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7648 break 2
7649 fi
7650done
7651 done
7652IFS=$as_save_IFS
7653
7654fi
7655fi
7656DSYMUTIL=$ac_cv_prog_DSYMUTIL
7657if test -n "$DSYMUTIL"; then
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7659$as_echo "$DSYMUTIL" >&6; }
7660else
7661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7662$as_echo "no" >&6; }
7663fi
7664
7665
7666fi
7667if test -z "$ac_cv_prog_DSYMUTIL"; then
7668 ac_ct_DSYMUTIL=$DSYMUTIL
7669 # Extract the first word of "dsymutil", so it can be a program name with args.
7670set dummy dsymutil; ac_word=$2
7671{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7672$as_echo_n "checking for $ac_word... " >&6; }
7673if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
7675else
7676 if test -n "$ac_ct_DSYMUTIL"; then
7677 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7678else
7679as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7680for as_dir in $PATH
7681do
7682 IFS=$as_save_IFS
7683 test -z "$as_dir" && as_dir=.
7684 for ac_exec_ext in '' $ac_executable_extensions; do
7685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7686 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7687 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7688 break 2
7689 fi
7690done
7691 done
7692IFS=$as_save_IFS
7693
7694fi
7695fi
7696ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7697if test -n "$ac_ct_DSYMUTIL"; then
7698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7699$as_echo "$ac_ct_DSYMUTIL" >&6; }
7700else
7701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7702$as_echo "no" >&6; }
7703fi
7704
7705 if test "x$ac_ct_DSYMUTIL" = x; then
7706 DSYMUTIL=":"
7707 else
7708 case $cross_compiling:$ac_tool_warned in
7709yes:)
7710{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7711$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7712ac_tool_warned=yes ;;
7713esac
7714 DSYMUTIL=$ac_ct_DSYMUTIL
7715 fi
7716else
7717 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7718fi
7719
7720 if test -n "$ac_tool_prefix"; then
7721 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7722set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7724$as_echo_n "checking for $ac_word... " >&6; }
7725if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7726 $as_echo_n "(cached) " >&6
7727else
7728 if test -n "$NMEDIT"; then
7729 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7730else
7731as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7732for as_dir in $PATH
7733do
7734 IFS=$as_save_IFS
7735 test -z "$as_dir" && as_dir=.
7736 for ac_exec_ext in '' $ac_executable_extensions; do
7737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7738 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7740 break 2
7741 fi
7742done
7743 done
7744IFS=$as_save_IFS
7745
7746fi
7747fi
7748NMEDIT=$ac_cv_prog_NMEDIT
7749if test -n "$NMEDIT"; then
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7751$as_echo "$NMEDIT" >&6; }
7752else
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7754$as_echo "no" >&6; }
7755fi
7756
7757
7758fi
7759if test -z "$ac_cv_prog_NMEDIT"; then
7760 ac_ct_NMEDIT=$NMEDIT
7761 # Extract the first word of "nmedit", so it can be a program name with args.
7762set dummy nmedit; ac_word=$2
7763{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7764$as_echo_n "checking for $ac_word... " >&6; }
7765if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7766 $as_echo_n "(cached) " >&6
7767else
7768 if test -n "$ac_ct_NMEDIT"; then
7769 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7770else
7771as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772for as_dir in $PATH
7773do
7774 IFS=$as_save_IFS
7775 test -z "$as_dir" && as_dir=.
7776 for ac_exec_ext in '' $ac_executable_extensions; do
7777 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7778 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7779 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7780 break 2
7781 fi
7782done
7783 done
7784IFS=$as_save_IFS
7785
7786fi
7787fi
7788ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7789if test -n "$ac_ct_NMEDIT"; then
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7791$as_echo "$ac_ct_NMEDIT" >&6; }
7792else
7793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7794$as_echo "no" >&6; }
7795fi
7796
7797 if test "x$ac_ct_NMEDIT" = x; then
7798 NMEDIT=":"
7799 else
7800 case $cross_compiling:$ac_tool_warned in
7801yes:)
7802{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7803$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7804ac_tool_warned=yes ;;
7805esac
7806 NMEDIT=$ac_ct_NMEDIT
7807 fi
7808else
7809 NMEDIT="$ac_cv_prog_NMEDIT"
7810fi
7811
7812 if test -n "$ac_tool_prefix"; then
7813 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7814set dummy ${ac_tool_prefix}lipo; ac_word=$2
7815{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7816$as_echo_n "checking for $ac_word... " >&6; }
7817if test "${ac_cv_prog_LIPO+set}" = set; then :
7818 $as_echo_n "(cached) " >&6
7819else
7820 if test -n "$LIPO"; then
7821 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7822else
7823as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7824for as_dir in $PATH
7825do
7826 IFS=$as_save_IFS
7827 test -z "$as_dir" && as_dir=.
7828 for ac_exec_ext in '' $ac_executable_extensions; do
7829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7830 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7831 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7832 break 2
7833 fi
7834done
7835 done
7836IFS=$as_save_IFS
7837
7838fi
7839fi
7840LIPO=$ac_cv_prog_LIPO
7841if test -n "$LIPO"; then
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7843$as_echo "$LIPO" >&6; }
7844else
7845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7846$as_echo "no" >&6; }
7847fi
7848
7849
7850fi
7851if test -z "$ac_cv_prog_LIPO"; then
7852 ac_ct_LIPO=$LIPO
7853 # Extract the first word of "lipo", so it can be a program name with args.
7854set dummy lipo; ac_word=$2
7855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7856$as_echo_n "checking for $ac_word... " >&6; }
7857if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7858 $as_echo_n "(cached) " >&6
7859else
7860 if test -n "$ac_ct_LIPO"; then
7861 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7862else
7863as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7864for as_dir in $PATH
7865do
7866 IFS=$as_save_IFS
7867 test -z "$as_dir" && as_dir=.
7868 for ac_exec_ext in '' $ac_executable_extensions; do
7869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7870 ac_cv_prog_ac_ct_LIPO="lipo"
7871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7872 break 2
7873 fi
7874done
7875 done
7876IFS=$as_save_IFS
7877
7878fi
7879fi
7880ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7881if test -n "$ac_ct_LIPO"; then
7882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7883$as_echo "$ac_ct_LIPO" >&6; }
7884else
7885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7886$as_echo "no" >&6; }
7887fi
7888
7889 if test "x$ac_ct_LIPO" = x; then
7890 LIPO=":"
7891 else
7892 case $cross_compiling:$ac_tool_warned in
7893yes:)
7894{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7895$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7896ac_tool_warned=yes ;;
7897esac
7898 LIPO=$ac_ct_LIPO
7899 fi
7900else
7901 LIPO="$ac_cv_prog_LIPO"
7902fi
7903
7904 if test -n "$ac_tool_prefix"; then
7905 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7906set dummy ${ac_tool_prefix}otool; ac_word=$2
7907{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7908$as_echo_n "checking for $ac_word... " >&6; }
7909if test "${ac_cv_prog_OTOOL+set}" = set; then :
7910 $as_echo_n "(cached) " >&6
7911else
7912 if test -n "$OTOOL"; then
7913 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7914else
7915as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7916for as_dir in $PATH
7917do
7918 IFS=$as_save_IFS
7919 test -z "$as_dir" && as_dir=.
7920 for ac_exec_ext in '' $ac_executable_extensions; do
7921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7922 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7923 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7924 break 2
7925 fi
7926done
7927 done
7928IFS=$as_save_IFS
7929
7930fi
7931fi
7932OTOOL=$ac_cv_prog_OTOOL
7933if test -n "$OTOOL"; then
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7935$as_echo "$OTOOL" >&6; }
7936else
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7938$as_echo "no" >&6; }
7939fi
7940
7941
7942fi
7943if test -z "$ac_cv_prog_OTOOL"; then
7944 ac_ct_OTOOL=$OTOOL
7945 # Extract the first word of "otool", so it can be a program name with args.
7946set dummy otool; ac_word=$2
7947{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7948$as_echo_n "checking for $ac_word... " >&6; }
7949if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7950 $as_echo_n "(cached) " >&6
7951else
7952 if test -n "$ac_ct_OTOOL"; then
7953 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7954else
7955as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7956for as_dir in $PATH
7957do
7958 IFS=$as_save_IFS
7959 test -z "$as_dir" && as_dir=.
7960 for ac_exec_ext in '' $ac_executable_extensions; do
7961 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7962 ac_cv_prog_ac_ct_OTOOL="otool"
7963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7964 break 2
7965 fi
7966done
7967 done
7968IFS=$as_save_IFS
7969
7970fi
7971fi
7972ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7973if test -n "$ac_ct_OTOOL"; then
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7975$as_echo "$ac_ct_OTOOL" >&6; }
7976else
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7978$as_echo "no" >&6; }
7979fi
7980
7981 if test "x$ac_ct_OTOOL" = x; then
7982 OTOOL=":"
7983 else
7984 case $cross_compiling:$ac_tool_warned in
7985yes:)
7986{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7987$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7988ac_tool_warned=yes ;;
7989esac
7990 OTOOL=$ac_ct_OTOOL
7991 fi
7992else
7993 OTOOL="$ac_cv_prog_OTOOL"
7994fi
7995
7996 if test -n "$ac_tool_prefix"; then
7997 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7998set dummy ${ac_tool_prefix}otool64; ac_word=$2
7999{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8000$as_echo_n "checking for $ac_word... " >&6; }
8001if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8002 $as_echo_n "(cached) " >&6
8003else
8004 if test -n "$OTOOL64"; then
8005 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8006else
8007as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8008for as_dir in $PATH
8009do
8010 IFS=$as_save_IFS
8011 test -z "$as_dir" && as_dir=.
8012 for ac_exec_ext in '' $ac_executable_extensions; do
8013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8014 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8015 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8016 break 2
8017 fi
8018done
8019 done
8020IFS=$as_save_IFS
8021
8022fi
8023fi
8024OTOOL64=$ac_cv_prog_OTOOL64
8025if test -n "$OTOOL64"; then
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8027$as_echo "$OTOOL64" >&6; }
8028else
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8030$as_echo "no" >&6; }
8031fi
8032
8033
8034fi
8035if test -z "$ac_cv_prog_OTOOL64"; then
8036 ac_ct_OTOOL64=$OTOOL64
8037 # Extract the first word of "otool64", so it can be a program name with args.
8038set dummy otool64; ac_word=$2
8039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8040$as_echo_n "checking for $ac_word... " >&6; }
8041if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8042 $as_echo_n "(cached) " >&6
8043else
8044 if test -n "$ac_ct_OTOOL64"; then
8045 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8046else
8047as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8048for as_dir in $PATH
8049do
8050 IFS=$as_save_IFS
8051 test -z "$as_dir" && as_dir=.
8052 for ac_exec_ext in '' $ac_executable_extensions; do
8053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8054 ac_cv_prog_ac_ct_OTOOL64="otool64"
8055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8056 break 2
8057 fi
8058done
8059 done
8060IFS=$as_save_IFS
8061
8062fi
8063fi
8064ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8065if test -n "$ac_ct_OTOOL64"; then
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8067$as_echo "$ac_ct_OTOOL64" >&6; }
8068else
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8070$as_echo "no" >&6; }
8071fi
8072
8073 if test "x$ac_ct_OTOOL64" = x; then
8074 OTOOL64=":"
8075 else
8076 case $cross_compiling:$ac_tool_warned in
8077yes:)
8078{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8079$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8080ac_tool_warned=yes ;;
8081esac
8082 OTOOL64=$ac_ct_OTOOL64
8083 fi
8084else
8085 OTOOL64="$ac_cv_prog_OTOOL64"
8086fi
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109
8110
8111
8112
8113
8114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8115$as_echo_n "checking for -single_module linker flag... " >&6; }
8116if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8117 $as_echo_n "(cached) " >&6
8118else
8119 lt_cv_apple_cc_single_mod=no
8120 if test -z "${LT_MULTI_MODULE}"; then
8121 # By default we will add the -single_module flag. You can override
8122 # by either setting the environment variable LT_MULTI_MODULE
8123 # non-empty at configure time, or by adding -multi_module to the
8124 # link flags.
8125 rm -rf libconftest.dylib*
8126 echo "int foo(void){return 1;}" > conftest.c
8127 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8128-dynamiclib -Wl,-single_module conftest.c" >&5
8129 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8130 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8131 _lt_result=$?
8132 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8133 lt_cv_apple_cc_single_mod=yes
8134 else
8135 cat conftest.err >&5
8136 fi
8137 rm -rf libconftest.dylib*
8138 rm -f conftest.*
8139 fi
8140fi
8141{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8142$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8144$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8145if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8146 $as_echo_n "(cached) " >&6
8147else
8148 lt_cv_ld_exported_symbols_list=no
8149 save_LDFLAGS=$LDFLAGS
8150 echo "_main" > conftest.sym
8151 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8153/* end confdefs.h. */
8154
8155int
8156main ()
8157{
8158
8159 ;
8160 return 0;
8161}
8162_ACEOF
8163if ac_fn_c_try_link "$LINENO"; then :
8164 lt_cv_ld_exported_symbols_list=yes
8165else
8166 lt_cv_ld_exported_symbols_list=no
8167fi
8168rm -f core conftest.err conftest.$ac_objext \
8169 conftest$ac_exeext conftest.$ac_ext
8170 LDFLAGS="$save_LDFLAGS"
8171
8172fi
8173{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8174$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8176$as_echo_n "checking for -force_load linker flag... " >&6; }
8177if test "${lt_cv_ld_force_load+set}" = set; then :
8178 $as_echo_n "(cached) " >&6
8179else
8180 lt_cv_ld_force_load=no
8181 cat > conftest.c << _LT_EOF
8182int forced_loaded() { return 2;}
8183_LT_EOF
8184 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8185 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8186 echo "$AR cru libconftest.a conftest.o" >&5
8187 $AR cru libconftest.a conftest.o 2>&5
8188 cat > conftest.c << _LT_EOF
8189int main() { return 0;}
8190_LT_EOF
8191 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8192 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8193 _lt_result=$?
8194 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8195 lt_cv_ld_force_load=yes
8196 else
8197 cat conftest.err >&5
8198 fi
8199 rm -f conftest.err libconftest.a conftest conftest.c
8200 rm -rf conftest.dSYM
8201
8202fi
8203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8204$as_echo "$lt_cv_ld_force_load" >&6; }
8205 case $host_os in
8206 rhapsody* | darwin1.[012])
8207 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8208 darwin1.*)
8209 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8210 darwin*) # darwin 5.x on
8211 # if running on 10.5 or later, the deployment target defaults
8212 # to the OS version, if on x86, and 10.4, the deployment
8213 # target defaults to 10.4. Don't you love it?
8214 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8215 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8216 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8217 10.[012][,.]*)
6bb11ab3
L
8218 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8219 10.*)
8220 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8221 esac
8222 ;;
8223 esac
8224 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8225 _lt_dar_single_mod='$single_module'
8226 fi
8227 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8228 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8229 else
8230 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8231 fi
8232 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8233 _lt_dsymutil='~$DSYMUTIL $lib || :'
8234 else
8235 _lt_dsymutil=
8236 fi
8237 ;;
8238 esac
8239
8240for ac_header in dlfcn.h
8241do :
8242 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8243"
8244if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8245 cat >>confdefs.h <<_ACEOF
8246#define HAVE_DLFCN_H 1
8247_ACEOF
8248
8249fi
8250
8251done
8252
8253
8254
8255# autoconf.info says this should be called right after AC_INIT.
8256ac_config_headers="$ac_config_headers config.h:config.in"
8257
8258
8259
0cb8d851
MF
8260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8261$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8262if test "${ac_cv_c_bigendian+set}" = set; then :
8263 $as_echo_n "(cached) " >&6
8264else
8265 ac_cv_c_bigendian=unknown
8266 # See if we're dealing with a universal compiler.
8267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8268/* end confdefs.h. */
8269#ifndef __APPLE_CC__
8270 not a universal capable compiler
8271 #endif
8272 typedef int dummy;
8273
8274_ACEOF
8275if ac_fn_c_try_compile "$LINENO"; then :
8276
8277 # Check for potential -arch flags. It is not universal unless
8278 # there are at least two -arch flags with different values.
8279 ac_arch=
8280 ac_prev=
8281 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8282 if test -n "$ac_prev"; then
8283 case $ac_word in
8284 i?86 | x86_64 | ppc | ppc64)
8285 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8286 ac_arch=$ac_word
8287 else
8288 ac_cv_c_bigendian=universal
8289 break
8290 fi
8291 ;;
8292 esac
8293 ac_prev=
8294 elif test "x$ac_word" = "x-arch"; then
8295 ac_prev=arch
8296 fi
8297 done
8298fi
8299rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8300 if test $ac_cv_c_bigendian = unknown; then
8301 # See if sys/param.h defines the BYTE_ORDER macro.
8302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8303/* end confdefs.h. */
8304#include <sys/types.h>
8305 #include <sys/param.h>
8306
8307int
8308main ()
8309{
8310#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8311 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8312 && LITTLE_ENDIAN)
8313 bogus endian macros
8314 #endif
8315
8316 ;
8317 return 0;
8318}
8319_ACEOF
8320if ac_fn_c_try_compile "$LINENO"; then :
8321 # It does; now see whether it defined to BIG_ENDIAN or not.
8322 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8323/* end confdefs.h. */
8324#include <sys/types.h>
8325 #include <sys/param.h>
8326
8327int
8328main ()
8329{
8330#if BYTE_ORDER != BIG_ENDIAN
8331 not big endian
8332 #endif
8333
8334 ;
8335 return 0;
8336}
8337_ACEOF
8338if ac_fn_c_try_compile "$LINENO"; then :
8339 ac_cv_c_bigendian=yes
8340else
8341 ac_cv_c_bigendian=no
8342fi
8343rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8344fi
8345rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8346 fi
8347 if test $ac_cv_c_bigendian = unknown; then
8348 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8350/* end confdefs.h. */
8351#include <limits.h>
8352
8353int
8354main ()
8355{
8356#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8357 bogus endian macros
8358 #endif
8359
8360 ;
8361 return 0;
8362}
8363_ACEOF
8364if ac_fn_c_try_compile "$LINENO"; then :
8365 # It does; now see whether it defined to _BIG_ENDIAN or not.
8366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8367/* end confdefs.h. */
8368#include <limits.h>
8369
8370int
8371main ()
8372{
8373#ifndef _BIG_ENDIAN
8374 not big endian
8375 #endif
8376
8377 ;
8378 return 0;
8379}
8380_ACEOF
8381if ac_fn_c_try_compile "$LINENO"; then :
8382 ac_cv_c_bigendian=yes
8383else
8384 ac_cv_c_bigendian=no
8385fi
8386rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8387fi
8388rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8389 fi
8390 if test $ac_cv_c_bigendian = unknown; then
8391 # Compile a test program.
8392 if test "$cross_compiling" = yes; then :
8393 # Try to guess by grepping values from an object file.
8394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8395/* end confdefs.h. */
8396short int ascii_mm[] =
8397 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8398 short int ascii_ii[] =
8399 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8400 int use_ascii (int i) {
8401 return ascii_mm[i] + ascii_ii[i];
8402 }
8403 short int ebcdic_ii[] =
8404 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8405 short int ebcdic_mm[] =
8406 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8407 int use_ebcdic (int i) {
8408 return ebcdic_mm[i] + ebcdic_ii[i];
8409 }
8410 extern int foo;
8411
8412int
8413main ()
8414{
8415return use_ascii (foo) == use_ebcdic (foo);
8416 ;
8417 return 0;
8418}
8419_ACEOF
8420if ac_fn_c_try_compile "$LINENO"; then :
8421 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8422 ac_cv_c_bigendian=yes
8423 fi
8424 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8425 if test "$ac_cv_c_bigendian" = unknown; then
8426 ac_cv_c_bigendian=no
8427 else
8428 # finding both strings is unlikely to happen, but who knows?
8429 ac_cv_c_bigendian=unknown
8430 fi
8431 fi
8432fi
8433rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8434else
8435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8436/* end confdefs.h. */
8437$ac_includes_default
8438int
8439main ()
8440{
8441
8442 /* Are we little or big endian? From Harbison&Steele. */
8443 union
8444 {
8445 long int l;
8446 char c[sizeof (long int)];
8447 } u;
8448 u.l = 1;
8449 return u.c[sizeof (long int) - 1] == 1;
8450
8451 ;
8452 return 0;
8453}
8454_ACEOF
8455if ac_fn_c_try_run "$LINENO"; then :
8456 ac_cv_c_bigendian=no
8457else
8458 ac_cv_c_bigendian=yes
8459fi
8460rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8461 conftest.$ac_objext conftest.beam conftest.$ac_ext
8462fi
8463
8464 fi
8465fi
8466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8467$as_echo "$ac_cv_c_bigendian" >&6; }
8468 case $ac_cv_c_bigendian in #(
8469 yes)
8470 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8471;; #(
8472 no)
8473 ;; #(
8474 universal)
8475
8476$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8477
8478 ;; #(
8479 *)
8480 as_fn_error "unknown endianness
8481 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8482 esac
8483
6bb11ab3
L
8484
8485
8486
8487# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8488if test -z "$CC_FOR_BUILD"; then
8489 if test "x$cross_compiling" = "xno"; then
8490 CC_FOR_BUILD='$(CC)'
8491 else
8492 CC_FOR_BUILD=gcc
8493 fi
6bb11ab3
L
8494fi
8495
8496
8497
8498
8499AR=${AR-ar}
8500
8501if test -n "$ac_tool_prefix"; then
8502 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8503set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8505$as_echo_n "checking for $ac_word... " >&6; }
8506if test "${ac_cv_prog_RANLIB+set}" = set; then :
8507 $as_echo_n "(cached) " >&6
8508else
8509 if test -n "$RANLIB"; then
8510 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8511else
8512as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8513for as_dir in $PATH
8514do
8515 IFS=$as_save_IFS
8516 test -z "$as_dir" && as_dir=.
8517 for ac_exec_ext in '' $ac_executable_extensions; do
8518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8519 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8521 break 2
8522 fi
8523done
8524 done
8525IFS=$as_save_IFS
8526
8527fi
8528fi
8529RANLIB=$ac_cv_prog_RANLIB
8530if test -n "$RANLIB"; then
8531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8532$as_echo "$RANLIB" >&6; }
8533else
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8535$as_echo "no" >&6; }
8536fi
8537
8538
8539fi
8540if test -z "$ac_cv_prog_RANLIB"; then
8541 ac_ct_RANLIB=$RANLIB
8542 # Extract the first word of "ranlib", so it can be a program name with args.
8543set dummy ranlib; ac_word=$2
8544{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8545$as_echo_n "checking for $ac_word... " >&6; }
8546if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8547 $as_echo_n "(cached) " >&6
8548else
8549 if test -n "$ac_ct_RANLIB"; then
8550 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8551else
8552as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8553for as_dir in $PATH
8554do
8555 IFS=$as_save_IFS
8556 test -z "$as_dir" && as_dir=.
8557 for ac_exec_ext in '' $ac_executable_extensions; do
8558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8559 ac_cv_prog_ac_ct_RANLIB="ranlib"
8560 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8561 break 2
8562 fi
8563done
8564 done
8565IFS=$as_save_IFS
8566
8567fi
8568fi
8569ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8570if test -n "$ac_ct_RANLIB"; then
8571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8572$as_echo "$ac_ct_RANLIB" >&6; }
8573else
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8575$as_echo "no" >&6; }
8576fi
8577
8578 if test "x$ac_ct_RANLIB" = x; then
8579 RANLIB=":"
8580 else
8581 case $cross_compiling:$ac_tool_warned in
8582yes:)
8583{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8584$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8585ac_tool_warned=yes ;;
8586esac
8587 RANLIB=$ac_ct_RANLIB
8588 fi
8589else
8590 RANLIB="$ac_cv_prog_RANLIB"
8591fi
8592
8593
8594# Some of the common include files depend on bfd.h, and bfd.h checks
8595# that config.h is included first by testing that the PACKAGE macro
8596# is defined.
8597PACKAGE=sim
8598
8599cat >>confdefs.h <<_ACEOF
8600#define PACKAGE "$PACKAGE"
8601_ACEOF
8602
8603
8604
8605# Dependency checking.
8606ac_config_commands="$ac_config_commands depdir"
8607
8608
8609depcc="$CC" am_compiler_list=
8610
8611am_depcomp=$ac_aux_dir/depcomp
8612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8613$as_echo_n "checking dependency style of $depcc... " >&6; }
8614if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8615 $as_echo_n "(cached) " >&6
8616else
8617 if test -f "$am_depcomp"; then
8618 # We make a subdir and do the tests there. Otherwise we can end up
8619 # making bogus files that we don't know about and never remove. For
8620 # instance it was reported that on HP-UX the gcc test will end up
8621 # making a dummy file named `D' -- because `-MD' means `put the output
8622 # in D'.
8623 mkdir conftest.dir
8624 # Copy depcomp to subdir because otherwise we won't find it if we're
8625 # using a relative directory.
8626 cp "$am_depcomp" conftest.dir
8627 cd conftest.dir
8628 # We will build objects and dependencies in a subdirectory because
8629 # it helps to detect inapplicable dependency modes. For instance
8630 # both Tru64's cc and ICC support -MD to output dependencies as a
8631 # side effect of compilation, but ICC will put the dependencies in
8632 # the current directory while Tru64 will put them in the object
8633 # directory.
8634 mkdir sub
8635
8636 am_cv_CC_dependencies_compiler_type=none
8637 if test "$am_compiler_list" = ""; then
8638 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8639 fi
8640 for depmode in $am_compiler_list; do
8641 if test $depmode = none; then break; fi
8642
8643 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8644 # Setup a source with many dependencies, because some compilers
8645 # like to wrap large dependency lists on column 80 (with \), and
8646 # we should not choose a depcomp mode which is confused by this.
8647 #
8648 # We need to recreate these files for each test, as the compiler may
8649 # overwrite some of them when testing with obscure command lines.
8650 # This happens at least with the AIX C compiler.
8651 : > sub/conftest.c
8652 for i in 1 2 3 4 5 6; do
8653 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8654 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8655 # Solaris 8's {/usr,}/bin/sh.
8656 touch sub/conftst$i.h
8657 done
8658 echo "include sub/conftest.Po" > confmf
8659
8660 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8661 # mode. It turns out that the SunPro C++ compiler does not properly
8662 # handle `-M -o', and we need to detect this.
8663 depcmd="depmode=$depmode \
8664 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8665 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8666 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8667 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8668 if env $depcmd > conftest.err 2>&1 &&
8669 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8670 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8671 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8672 # icc doesn't choke on unknown options, it will just issue warnings
8673 # or remarks (even with -Werror). So we grep stderr for any message
8674 # that says an option was ignored or not supported.
8675 # When given -MP, icc 7.0 and 7.1 complain thusly:
8676 # icc: Command line warning: ignoring option '-M'; no argument required
8677 # The diagnosis changed in icc 8.0:
8678 # icc: Command line remark: option '-MP' not supported
8679 if (grep 'ignoring option' conftest.err ||
8680 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8681 am_cv_CC_dependencies_compiler_type=$depmode
8682 $as_echo "$as_me:$LINENO: success" >&5
8683 break
8684 fi
8685 fi
8686 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8687 sed -e 's/^/| /' < conftest.err >&5
8688 done
8689
8690 cd ..
8691 rm -rf conftest.dir
8692else
8693 am_cv_CC_dependencies_compiler_type=none
8694fi
8695
8696fi
8697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8698$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8699if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8700then as_fn_error "no usable dependency style found" "$LINENO" 5
8701else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8702
8703fi
8704
8705
8706# Check for the 'make' the user wants to use.
8707for ac_prog in make
8708do
8709 # Extract the first word of "$ac_prog", so it can be a program name with args.
8710set dummy $ac_prog; ac_word=$2
8711{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8712$as_echo_n "checking for $ac_word... " >&6; }
8713if test "${ac_cv_prog_MAKE+set}" = set; then :
8714 $as_echo_n "(cached) " >&6
8715else
8716 if test -n "$MAKE"; then
8717 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8718else
8719as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8720for as_dir in $PATH
8721do
8722 IFS=$as_save_IFS
8723 test -z "$as_dir" && as_dir=.
8724 for ac_exec_ext in '' $ac_executable_extensions; do
8725 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8726 ac_cv_prog_MAKE="$ac_prog"
8727 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8728 break 2
8729 fi
8730done
8731 done
8732IFS=$as_save_IFS
8733
8734fi
8735fi
8736MAKE=$ac_cv_prog_MAKE
8737if test -n "$MAKE"; then
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8739$as_echo "$MAKE" >&6; }
8740else
8741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8742$as_echo "no" >&6; }
8743fi
8744
8745
8746 test -n "$MAKE" && break
8747done
8748
8749MAKE_IS_GNU=
8750case "`$MAKE --version 2>&1 | sed 1q`" in
8751 *GNU*)
8752 MAKE_IS_GNU=yes
8753 ;;
8754esac
8755 if test "$MAKE_IS_GNU" = yes; then
8756 GMAKE_TRUE=
8757 GMAKE_FALSE='#'
8758else
8759 GMAKE_TRUE='#'
8760 GMAKE_FALSE=
8761fi
8762
8763
8764ALL_LINGUAS=
8765# If we haven't got the data from the intl directory,
8766# assume NLS is disabled.
8767USE_NLS=no
8768LIBINTL=
8769LIBINTL_DEP=
8770INCINTL=
8771XGETTEXT=
8772GMSGFMT=
8773POSUB=
8774
8775if test -f ../../intl/config.intl; then
8776 . ../../intl/config.intl
8777fi
8778{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8779$as_echo_n "checking whether NLS is requested... " >&6; }
8780if test x"$USE_NLS" != xyes; then
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8782$as_echo "no" >&6; }
8783else
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8785$as_echo "yes" >&6; }
8786
8787$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8788
8789
8790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8791$as_echo_n "checking for catalogs to be installed... " >&6; }
8792 # Look for .po and .gmo files in the source directory.
8793 CATALOGS=
8794 XLINGUAS=
8795 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8796 # If there aren't any .gmo files the shell will give us the
8797 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8798 # weeded out.
8799 case "$cat" in *\**)
8800 continue;;
8801 esac
8802 # The quadruple backslash is collapsed to a double backslash
8803 # by the backticks, then collapsed again by the double quotes,
8804 # leaving us with one backslash in the sed expression (right
8805 # before the dot that mustn't act as a wildcard).
8806 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8807 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8808 # The user is allowed to set LINGUAS to a list of languages to
8809 # install catalogs for. If it's empty that means "all of them."
8810 if test "x$LINGUAS" = x; then
8811 CATALOGS="$CATALOGS $cat"
8812 XLINGUAS="$XLINGUAS $lang"
8813 else
8814 case "$LINGUAS" in *$lang*)
8815 CATALOGS="$CATALOGS $cat"
8816 XLINGUAS="$XLINGUAS $lang"
8817 ;;
8818 esac
8819 fi
8820 done
8821 LINGUAS="$XLINGUAS"
8822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8823$as_echo "$LINGUAS" >&6; }
8824
8825
8826 DATADIRNAME=share
8827
8828 INSTOBJEXT=.mo
8829
8830 GENCAT=gencat
8831
8832 CATOBJEXT=.gmo
8833
8834fi
8835
8836# Check for common headers.
8837# FIXME: Seems to me this can cause problems for i386-windows hosts.
8838# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8839for ac_header in stdlib.h string.h strings.h unistd.h time.h
8840do :
8841 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8842ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8843eval as_val=\$$as_ac_Header
8844 if test "x$as_val" = x""yes; then :
8845 cat >>confdefs.h <<_ACEOF
8846#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8847_ACEOF
8848
8849fi
8850
8851done
8852
936df756 8853for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8854do :
8855 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8856ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8857eval as_val=\$$as_ac_Header
8858 if test "x$as_val" = x""yes; then :
8859 cat >>confdefs.h <<_ACEOF
8860#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8861_ACEOF
8862
8863fi
8864
8865done
8866
8867for ac_header in fcntl.h fpu_control.h
8868do :
8869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8870ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8871eval as_val=\$$as_ac_Header
8872 if test "x$as_val" = x""yes; then :
8873 cat >>confdefs.h <<_ACEOF
8874#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8875_ACEOF
8876
8877fi
8878
8879done
8880
8881for ac_header in dlfcn.h errno.h sys/stat.h
8882do :
8883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8884ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8885eval as_val=\$$as_ac_Header
8886 if test "x$as_val" = x""yes; then :
8887 cat >>confdefs.h <<_ACEOF
8888#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8889_ACEOF
8890
8891fi
8892
8893done
8894
8895for ac_func in getrusage time sigaction __setfpucw
8896do :
8897 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8898ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8899eval as_val=\$$as_ac_var
8900 if test "x$as_val" = x""yes; then :
8901 cat >>confdefs.h <<_ACEOF
8902#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8903_ACEOF
8904
8905fi
8906done
8907
936df756
MF
8908for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8909do :
8910 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8911ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8912eval as_val=\$$as_ac_var
8913 if test "x$as_val" = x""yes; then :
8914 cat >>confdefs.h <<_ACEOF
8915#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8916_ACEOF
8917
8918fi
8919done
8920
8921ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8922#include <sys/types.h>
8923#endif
8924#ifdef HAVE_SYS_STAT_H
8925#include <sys/stat.h>
8926#endif
8927"
8928if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8929
8930cat >>confdefs.h <<_ACEOF
8931#define HAVE_STRUCT_STAT_ST_DEV 1
8932_ACEOF
8933
8934
8935fi
8936ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8937#include <sys/types.h>
8938#endif
8939#ifdef HAVE_SYS_STAT_H
8940#include <sys/stat.h>
8941#endif
8942"
8943if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8944
8945cat >>confdefs.h <<_ACEOF
8946#define HAVE_STRUCT_STAT_ST_INO 1
8947_ACEOF
8948
8949
8950fi
8951ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8952#include <sys/types.h>
8953#endif
8954#ifdef HAVE_SYS_STAT_H
8955#include <sys/stat.h>
8956#endif
8957"
8958if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8959
8960cat >>confdefs.h <<_ACEOF
8961#define HAVE_STRUCT_STAT_ST_MODE 1
8962_ACEOF
8963
8964
8965fi
8966ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8967#include <sys/types.h>
8968#endif
8969#ifdef HAVE_SYS_STAT_H
8970#include <sys/stat.h>
8971#endif
8972"
8973if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8974
8975cat >>confdefs.h <<_ACEOF
8976#define HAVE_STRUCT_STAT_ST_NLINK 1
8977_ACEOF
8978
8979
8980fi
8981ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8982#include <sys/types.h>
8983#endif
8984#ifdef HAVE_SYS_STAT_H
8985#include <sys/stat.h>
8986#endif
8987"
8988if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8989
8990cat >>confdefs.h <<_ACEOF
8991#define HAVE_STRUCT_STAT_ST_UID 1
8992_ACEOF
8993
8994
8995fi
8996ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8997#include <sys/types.h>
8998#endif
8999#ifdef HAVE_SYS_STAT_H
9000#include <sys/stat.h>
9001#endif
9002"
9003if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9004
9005cat >>confdefs.h <<_ACEOF
9006#define HAVE_STRUCT_STAT_ST_GID 1
9007_ACEOF
9008
9009
9010fi
9011ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9012#include <sys/types.h>
9013#endif
9014#ifdef HAVE_SYS_STAT_H
9015#include <sys/stat.h>
9016#endif
9017"
9018if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9019
9020cat >>confdefs.h <<_ACEOF
9021#define HAVE_STRUCT_STAT_ST_RDEV 1
9022_ACEOF
9023
9024
9025fi
9026ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9027#include <sys/types.h>
9028#endif
9029#ifdef HAVE_SYS_STAT_H
9030#include <sys/stat.h>
9031#endif
9032"
9033if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9034
9035cat >>confdefs.h <<_ACEOF
9036#define HAVE_STRUCT_STAT_ST_SIZE 1
9037_ACEOF
9038
9039
9040fi
9041ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9042#include <sys/types.h>
9043#endif
9044#ifdef HAVE_SYS_STAT_H
9045#include <sys/stat.h>
9046#endif
9047"
9048if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9049
9050cat >>confdefs.h <<_ACEOF
9051#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9052_ACEOF
9053
9054
9055fi
9056ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9057#include <sys/types.h>
9058#endif
9059#ifdef HAVE_SYS_STAT_H
9060#include <sys/stat.h>
9061#endif
9062"
9063if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9064
9065cat >>confdefs.h <<_ACEOF
9066#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9067_ACEOF
9068
9069
9070fi
9071ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9072#include <sys/types.h>
9073#endif
9074#ifdef HAVE_SYS_STAT_H
9075#include <sys/stat.h>
9076#endif
9077"
9078if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9079
9080cat >>confdefs.h <<_ACEOF
9081#define HAVE_STRUCT_STAT_ST_ATIME 1
9082_ACEOF
9083
9084
9085fi
9086ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9087#include <sys/types.h>
9088#endif
9089#ifdef HAVE_SYS_STAT_H
9090#include <sys/stat.h>
9091#endif
9092"
9093if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9094
9095cat >>confdefs.h <<_ACEOF
9096#define HAVE_STRUCT_STAT_ST_MTIME 1
9097_ACEOF
9098
9099
9100fi
9101ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9102#include <sys/types.h>
9103#endif
9104#ifdef HAVE_SYS_STAT_H
9105#include <sys/stat.h>
9106#endif
9107"
9108if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9109
9110cat >>confdefs.h <<_ACEOF
9111#define HAVE_STRUCT_STAT_ST_CTIME 1
9112_ACEOF
9113
9114
9115fi
9116
9117ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9118#include <sys/socket.h>
9119
9120"
9121if test "x$ac_cv_type_socklen_t" = x""yes; then :
9122
9123cat >>confdefs.h <<_ACEOF
9124#define HAVE_SOCKLEN_T 1
9125_ACEOF
9126
9127
9128fi
9129
6bb11ab3
L
9130
9131# Check for socket libraries
9132{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9133$as_echo_n "checking for bind in -lsocket... " >&6; }
9134if test "${ac_cv_lib_socket_bind+set}" = set; then :
9135 $as_echo_n "(cached) " >&6
9136else
9137 ac_check_lib_save_LIBS=$LIBS
9138LIBS="-lsocket $LIBS"
9139cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9140/* end confdefs.h. */
9141
9142/* Override any GCC internal prototype to avoid an error.
9143 Use char because int might match the return type of a GCC
9144 builtin and then its argument prototype would still apply. */
9145#ifdef __cplusplus
9146extern "C"
9147#endif
9148char bind ();
9149int
9150main ()
9151{
9152return bind ();
9153 ;
9154 return 0;
9155}
9156_ACEOF
9157if ac_fn_c_try_link "$LINENO"; then :
9158 ac_cv_lib_socket_bind=yes
9159else
9160 ac_cv_lib_socket_bind=no
9161fi
9162rm -f core conftest.err conftest.$ac_objext \
9163 conftest$ac_exeext conftest.$ac_ext
9164LIBS=$ac_check_lib_save_LIBS
9165fi
9166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9167$as_echo "$ac_cv_lib_socket_bind" >&6; }
9168if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9169 cat >>confdefs.h <<_ACEOF
9170#define HAVE_LIBSOCKET 1
9171_ACEOF
9172
9173 LIBS="-lsocket $LIBS"
9174
9175fi
9176
9177{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9178$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9179if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9180 $as_echo_n "(cached) " >&6
9181else
9182 ac_check_lib_save_LIBS=$LIBS
9183LIBS="-lnsl $LIBS"
9184cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9185/* end confdefs.h. */
9186
9187/* Override any GCC internal prototype to avoid an error.
9188 Use char because int might match the return type of a GCC
9189 builtin and then its argument prototype would still apply. */
9190#ifdef __cplusplus
9191extern "C"
9192#endif
9193char gethostbyname ();
9194int
9195main ()
9196{
9197return gethostbyname ();
9198 ;
9199 return 0;
9200}
9201_ACEOF
9202if ac_fn_c_try_link "$LINENO"; then :
9203 ac_cv_lib_nsl_gethostbyname=yes
9204else
9205 ac_cv_lib_nsl_gethostbyname=no
9206fi
9207rm -f core conftest.err conftest.$ac_objext \
9208 conftest$ac_exeext conftest.$ac_ext
9209LIBS=$ac_check_lib_save_LIBS
9210fi
9211{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9212$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9213if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9214 cat >>confdefs.h <<_ACEOF
9215#define HAVE_LIBNSL 1
9216_ACEOF
9217
9218 LIBS="-lnsl $LIBS"
9219
9220fi
9221
9222
9223# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9224# using the same condition.
9225
aadc9410 9226 # Use the system's zlib library.
7fed4b0b
L
9227 zlibdir="-L\$(top_builddir)/../zlib"
9228 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9229
aadc9410
MF
9230# Check whether --with-system-zlib was given.
9231if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9232 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9233 zlibdir=
9234 zlibinc=
9235 fi
6bb11ab3
L
9236
9237fi
9238
6bb11ab3 9239
6bb11ab3 9240
6bb11ab3
L
9241
9242
9243# BFD uses libdl when when plugins enabled.
9244
faa743bb
RM
9245 maybe_plugins=no
9246 for ac_header in dlfcn.h
9247do :
9248 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9249"
9250if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9251 cat >>confdefs.h <<_ACEOF
9252#define HAVE_DLFCN_H 1
9253_ACEOF
9254 maybe_plugins=yes
9255fi
9256
9257done
9258
9259 for ac_header in windows.h
9260do :
9261 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9262"
9263if test "x$ac_cv_header_windows_h" = x""yes; then :
9264 cat >>confdefs.h <<_ACEOF
9265#define HAVE_WINDOWS_H 1
9266_ACEOF
9267 maybe_plugins=yes
9268fi
9269
9270done
9271
9272
9273 # Check whether --enable-plugins was given.
6bb11ab3
L
9274if test "${enable_plugins+set}" = set; then :
9275 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9276 no) plugins=no ;;
9277 *) plugins=yes
9278 if test "$maybe_plugins" != "yes" ; then
9279 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9280 fi ;;
9281 esac
6bb11ab3 9282else
faa743bb
RM
9283 plugins=$maybe_plugins
9284
6bb11ab3
L
9285fi
9286
2974be62
AM
9287 if test "$plugins" = "yes"; then
9288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9289$as_echo_n "checking for library containing dlopen... " >&6; }
9290if test "${ac_cv_search_dlopen+set}" = set; then :
9291 $as_echo_n "(cached) " >&6
9292else
9293 ac_func_search_save_LIBS=$LIBS
9294cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9295/* end confdefs.h. */
9296
9297/* Override any GCC internal prototype to avoid an error.
9298 Use char because int might match the return type of a GCC
9299 builtin and then its argument prototype would still apply. */
9300#ifdef __cplusplus
9301extern "C"
9302#endif
9303char dlopen ();
9304int
9305main ()
9306{
9307return dlopen ();
9308 ;
9309 return 0;
9310}
9311_ACEOF
9312for ac_lib in '' dl; do
9313 if test -z "$ac_lib"; then
9314 ac_res="none required"
9315 else
9316 ac_res=-l$ac_lib
9317 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9318 fi
9319 if ac_fn_c_try_link "$LINENO"; then :
9320 ac_cv_search_dlopen=$ac_res
9321fi
9322rm -f core conftest.err conftest.$ac_objext \
9323 conftest$ac_exeext
9324 if test "${ac_cv_search_dlopen+set}" = set; then :
9325 break
9326fi
9327done
9328if test "${ac_cv_search_dlopen+set}" = set; then :
9329
9330else
9331 ac_cv_search_dlopen=no
9332fi
9333rm conftest.$ac_ext
9334LIBS=$ac_func_search_save_LIBS
9335fi
9336{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9337$as_echo "$ac_cv_search_dlopen" >&6; }
9338ac_res=$ac_cv_search_dlopen
9339if test "$ac_res" != no; then :
9340 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9341
9342fi
9343
9344 fi
6bb11ab3
L
9345
9346 if test "$plugins" = yes; then
9347 PLUGINS_TRUE=
9348 PLUGINS_FALSE='#'
9349else
9350 PLUGINS_TRUE='#'
9351 PLUGINS_FALSE=
9352fi
9353
9354
9355
9356
9357
9358# Set options
9359enable_dlopen=yes
9360
9361
9362
9363
9364 enable_win32_dll=no
9365
9366
9367 # Check whether --enable-shared was given.
9368if test "${enable_shared+set}" = set; then :
9369 enableval=$enable_shared; p=${PACKAGE-default}
9370 case $enableval in
9371 yes) enable_shared=yes ;;
9372 no) enable_shared=no ;;
9373 *)
9374 enable_shared=no
9375 # Look at the argument we got. We use all the common list separators.
9376 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9377 for pkg in $enableval; do
9378 IFS="$lt_save_ifs"
9379 if test "X$pkg" = "X$p"; then
9380 enable_shared=yes
9381 fi
9382 done
9383 IFS="$lt_save_ifs"
9384 ;;
9385 esac
9386else
9387 enable_shared=yes
9388fi
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398 # Check whether --enable-static was given.
9399if test "${enable_static+set}" = set; then :
9400 enableval=$enable_static; p=${PACKAGE-default}
9401 case $enableval in
9402 yes) enable_static=yes ;;
9403 no) enable_static=no ;;
9404 *)
9405 enable_static=no
9406 # Look at the argument we got. We use all the common list separators.
9407 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9408 for pkg in $enableval; do
9409 IFS="$lt_save_ifs"
9410 if test "X$pkg" = "X$p"; then
9411 enable_static=yes
9412 fi
9413 done
9414 IFS="$lt_save_ifs"
9415 ;;
9416 esac
9417else
9418 enable_static=yes
9419fi
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430# Check whether --with-pic was given.
9431if test "${with_pic+set}" = set; then :
9432 withval=$with_pic; pic_mode="$withval"
9433else
9434 pic_mode=default
9435fi
9436
9437
9438test -z "$pic_mode" && pic_mode=default
9439
9440
9441
9442
9443
9444
9445
9446 # Check whether --enable-fast-install was given.
9447if test "${enable_fast_install+set}" = set; then :
9448 enableval=$enable_fast_install; p=${PACKAGE-default}
9449 case $enableval in
9450 yes) enable_fast_install=yes ;;
9451 no) enable_fast_install=no ;;
9452 *)
9453 enable_fast_install=no
9454 # Look at the argument we got. We use all the common list separators.
9455 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9456 for pkg in $enableval; do
9457 IFS="$lt_save_ifs"
9458 if test "X$pkg" = "X$p"; then
9459 enable_fast_install=yes
9460 fi
9461 done
9462 IFS="$lt_save_ifs"
9463 ;;
9464 esac
9465else
9466 enable_fast_install=yes
9467fi
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479# This can be used to rebuild libtool when needed
9480LIBTOOL_DEPS="$ltmain"
9481
9482# Always use our own libtool.
9483LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510test -z "$LN_S" && LN_S="ln -s"
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525if test -n "${ZSH_VERSION+set}" ; then
9526 setopt NO_GLOB_SUBST
d45a4bef 9527fi
d45a4bef 9528
6bb11ab3
L
9529{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9530$as_echo_n "checking for objdir... " >&6; }
9531if test "${lt_cv_objdir+set}" = set; then :
9532 $as_echo_n "(cached) " >&6
9533else
9534 rm -f .libs 2>/dev/null
9535mkdir .libs 2>/dev/null
9536if test -d .libs; then
9537 lt_cv_objdir=.libs
9538else
9539 # MS-DOS does not allow filenames that begin with a dot.
9540 lt_cv_objdir=_libs
9541fi
9542rmdir .libs 2>/dev/null
9543fi
9544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9545$as_echo "$lt_cv_objdir" >&6; }
9546objdir=$lt_cv_objdir
9547
9548
9549
9550
9551
9552cat >>confdefs.h <<_ACEOF
9553#define LT_OBJDIR "$lt_cv_objdir/"
9554_ACEOF
9555
9556
9557
9558
9559case $host_os in
9560aix3*)
9561 # AIX sometimes has problems with the GCC collect2 program. For some
9562 # reason, if we set the COLLECT_NAMES environment variable, the problems
9563 # vanish in a puff of smoke.
9564 if test "X${COLLECT_NAMES+set}" != Xset; then
9565 COLLECT_NAMES=
9566 export COLLECT_NAMES
9567 fi
9568 ;;
81ecdfbb 9569esac
6bb11ab3
L
9570
9571# Global variables:
9572ofile=libtool
9573can_build_shared=yes
9574
9575# All known linkers require a `.a' archive for static linking (except MSVC,
9576# which needs '.lib').
9577libext=a
9578
9579with_gnu_ld="$lt_cv_prog_gnu_ld"
9580
9581old_CC="$CC"
9582old_CFLAGS="$CFLAGS"
9583
9584# Set sane defaults for various variables
9585test -z "$CC" && CC=cc
9586test -z "$LTCC" && LTCC=$CC
9587test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9588test -z "$LD" && LD=ld
9589test -z "$ac_objext" && ac_objext=o
9590
9591for cc_temp in $compiler""; do
9592 case $cc_temp in
9593 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9594 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9595 \-*) ;;
9596 *) break;;
9597 esac
9598done
9599cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9600
9601
9602# Only perform the check for file, if the check method requires it
9603test -z "$MAGIC_CMD" && MAGIC_CMD=file
9604case $deplibs_check_method in
9605file_magic*)
9606 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9608$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9609if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9610 $as_echo_n "(cached) " >&6
9611else
9612 case $MAGIC_CMD in
9613[\\/*] | ?:[\\/]*)
9614 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9615 ;;
9616*)
9617 lt_save_MAGIC_CMD="$MAGIC_CMD"
9618 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9619 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9620 for ac_dir in $ac_dummy; do
9621 IFS="$lt_save_ifs"
9622 test -z "$ac_dir" && ac_dir=.
9623 if test -f $ac_dir/${ac_tool_prefix}file; then
9624 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9625 if test -n "$file_magic_test_file"; then
9626 case $deplibs_check_method in
9627 "file_magic "*)
9628 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9629 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9630 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9631 $EGREP "$file_magic_regex" > /dev/null; then
9632 :
9633 else
9634 cat <<_LT_EOF 1>&2
9635
9636*** Warning: the command libtool uses to detect shared libraries,
9637*** $file_magic_cmd, produces output that libtool cannot recognize.
9638*** The result is that libtool may fail to recognize shared libraries
9639*** as such. This will affect the creation of libtool libraries that
9640*** depend on shared libraries, but programs linked with such libtool
9641*** libraries will work regardless of this problem. Nevertheless, you
9642*** may want to report the problem to your system manager and/or to
9643*** bug-libtool@gnu.org
9644
9645_LT_EOF
9646 fi ;;
9647 esac
9648 fi
9649 break
d45a4bef 9650 fi
6bb11ab3
L
9651 done
9652 IFS="$lt_save_ifs"
9653 MAGIC_CMD="$lt_save_MAGIC_CMD"
9654 ;;
9655esac
d45a4bef 9656fi
d45a4bef 9657
6bb11ab3
L
9658MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9659if test -n "$MAGIC_CMD"; then
9660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9661$as_echo "$MAGIC_CMD" >&6; }
9662else
9663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9664$as_echo "no" >&6; }
9665fi
81ecdfbb 9666
6bb11ab3
L
9667
9668
9669
9670
9671if test -z "$lt_cv_path_MAGIC_CMD"; then
9672 if test -n "$ac_tool_prefix"; then
9673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9674$as_echo_n "checking for file... " >&6; }
9675if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9676 $as_echo_n "(cached) " >&6
9677else
9678 case $MAGIC_CMD in
9679[\\/*] | ?:[\\/]*)
9680 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9681 ;;
9682*)
9683 lt_save_MAGIC_CMD="$MAGIC_CMD"
9684 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9685 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9686 for ac_dir in $ac_dummy; do
9687 IFS="$lt_save_ifs"
9688 test -z "$ac_dir" && ac_dir=.
9689 if test -f $ac_dir/file; then
9690 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9691 if test -n "$file_magic_test_file"; then
9692 case $deplibs_check_method in
9693 "file_magic "*)
9694 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9695 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9696 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9697 $EGREP "$file_magic_regex" > /dev/null; then
9698 :
9699 else
9700 cat <<_LT_EOF 1>&2
9701
9702*** Warning: the command libtool uses to detect shared libraries,
9703*** $file_magic_cmd, produces output that libtool cannot recognize.
9704*** The result is that libtool may fail to recognize shared libraries
9705*** as such. This will affect the creation of libtool libraries that
9706*** depend on shared libraries, but programs linked with such libtool
9707*** libraries will work regardless of this problem. Nevertheless, you
9708*** may want to report the problem to your system manager and/or to
9709*** bug-libtool@gnu.org
9710
9711_LT_EOF
9712 fi ;;
9713 esac
9714 fi
9715 break
9716 fi
9717 done
9718 IFS="$lt_save_ifs"
9719 MAGIC_CMD="$lt_save_MAGIC_CMD"
9720 ;;
81ecdfbb 9721esac
6bb11ab3
L
9722fi
9723
9724MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9725if test -n "$MAGIC_CMD"; then
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9727$as_echo "$MAGIC_CMD" >&6; }
9728else
9729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9730$as_echo "no" >&6; }
9731fi
9732
9733
9734 else
9735 MAGIC_CMD=:
9736 fi
9737fi
9738
9739 fi
9740 ;;
9741esac
9742
9743# Use C for the default configuration in the libtool script
9744
9745lt_save_CC="$CC"
9746ac_ext=c
9747ac_cpp='$CPP $CPPFLAGS'
9748ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9749ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9750ac_compiler_gnu=$ac_cv_c_compiler_gnu
9751
9752
9753# Source file extension for C test sources.
9754ac_ext=c
9755
9756# Object file extension for compiled C test sources.
9757objext=o
9758objext=$objext
9759
9760# Code to be used in simple compile tests
9761lt_simple_compile_test_code="int some_variable = 0;"
9762
9763# Code to be used in simple link tests
9764lt_simple_link_test_code='int main(){return(0);}'
9765
9766
9767
9768
9769
9770
9771
9772# If no C compiler was specified, use CC.
9773LTCC=${LTCC-"$CC"}
9774
9775# If no C compiler flags were specified, use CFLAGS.
9776LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9777
9778# Allow CC to be a program name with arguments.
9779compiler=$CC
9780
9781# Save the default compiler, since it gets overwritten when the other
9782# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9783compiler_DEFAULT=$CC
9784
9785# save warnings/boilerplate of simple test code
9786ac_outfile=conftest.$ac_objext
9787echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9788eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9789_lt_compiler_boilerplate=`cat conftest.err`
9790$RM conftest*
9791
9792ac_outfile=conftest.$ac_objext
9793echo "$lt_simple_link_test_code" >conftest.$ac_ext
9794eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9795_lt_linker_boilerplate=`cat conftest.err`
9796$RM -r conftest*
9797
9798
9799## CAVEAT EMPTOR:
9800## There is no encapsulation within the following macros, do not change
9801## the running order or otherwise move them around unless you know exactly
9802## what you are doing...
9803if test -n "$compiler"; then
9804
9805lt_prog_compiler_no_builtin_flag=
9806
9807if test "$GCC" = yes; then
9808 case $cc_basename in
9809 nvcc*)
9810 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9811 *)
9812 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
d45a4bef 9813 esac
6bb11ab3
L
9814
9815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9816$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9817if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9818 $as_echo_n "(cached) " >&6
d45a4bef 9819else
6bb11ab3
L
9820 lt_cv_prog_compiler_rtti_exceptions=no
9821 ac_outfile=conftest.$ac_objext
9822 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9823 lt_compiler_flag="-fno-rtti -fno-exceptions"
9824 # Insert the option either (1) after the last *FLAGS variable, or
9825 # (2) before a word containing "conftest.", or (3) at the end.
9826 # Note that $ac_compile itself does not contain backslashes and begins
9827 # with a dollar sign (not a hyphen), so the echo should work correctly.
9828 # The option is referenced via a variable to avoid confusing sed.
9829 lt_compile=`echo "$ac_compile" | $SED \
9830 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9831 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9832 -e 's:$: $lt_compiler_flag:'`
9833 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9834 (eval "$lt_compile" 2>conftest.err)
9835 ac_status=$?
9836 cat conftest.err >&5
9837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9838 if (exit $ac_status) && test -s "$ac_outfile"; then
9839 # The compiler can only warn and ignore the option if not recognized
9840 # So say no if there are warnings other than the usual output.
9841 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9842 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9843 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9844 lt_cv_prog_compiler_rtti_exceptions=yes
9845 fi
9846 fi
9847 $RM conftest*
9848
d45a4bef 9849fi
6bb11ab3
L
9850{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9851$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9852
9853if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9854 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9855else
9856 :
9857fi
9858
9859fi
9860
9861
9862
9863
9864
9865
9866 lt_prog_compiler_wl=
9867lt_prog_compiler_pic=
9868lt_prog_compiler_static=
9869
9870{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9871$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9872
9873 if test "$GCC" = yes; then
9874 lt_prog_compiler_wl='-Wl,'
9875 lt_prog_compiler_static='-static'
9876
9877 case $host_os in
9878 aix*)
9879 # All AIX code is PIC.
9880 if test "$host_cpu" = ia64; then
9881 # AIX 5 now supports IA64 processor
9882 lt_prog_compiler_static='-Bstatic'
9883 fi
9884 lt_prog_compiler_pic='-fPIC'
9885 ;;
9886
9887 amigaos*)
9888 case $host_cpu in
9889 powerpc)
9890 # see comment about AmigaOS4 .so support
9891 lt_prog_compiler_pic='-fPIC'
9892 ;;
9893 m68k)
9894 # FIXME: we need at least 68020 code to build shared libraries, but
9895 # adding the `-m68020' flag to GCC prevents building anything better,
9896 # like `-m68040'.
9897 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9898 ;;
9899 esac
9900 ;;
9901
9902 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9903 # PIC is the default for these OSes.
9904 ;;
9905
9906 mingw* | cygwin* | pw32* | os2* | cegcc*)
9907 # This hack is so that the source file can tell whether it is being
9908 # built for inclusion in a dll (and should export symbols for example).
9909 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9910 # (--disable-auto-import) libraries
9911 lt_prog_compiler_pic='-DDLL_EXPORT'
9912 ;;
9913
9914 darwin* | rhapsody*)
9915 # PIC is the default on this platform
9916 # Common symbols not allowed in MH_DYLIB files
9917 lt_prog_compiler_pic='-fno-common'
9918 ;;
9919
9920 haiku*)
9921 # PIC is the default for Haiku.
9922 # The "-static" flag exists, but is broken.
9923 lt_prog_compiler_static=
9924 ;;
9925
9926 hpux*)
9927 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9928 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9929 # sets the default TLS model and affects inlining.
9930 case $host_cpu in
9931 hppa*64*)
9932 # +Z the default
9933 ;;
9934 *)
9935 lt_prog_compiler_pic='-fPIC'
9936 ;;
9937 esac
9938 ;;
9939
9940 interix[3-9]*)
9941 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9942 # Instead, we relocate shared libraries at runtime.
9943 ;;
9944
9945 msdosdjgpp*)
9946 # Just because we use GCC doesn't mean we suddenly get shared libraries
9947 # on systems that don't support them.
9948 lt_prog_compiler_can_build_shared=no
9949 enable_shared=no
9950 ;;
9951
9952 *nto* | *qnx*)
9953 # QNX uses GNU C++, but need to define -shared option too, otherwise
9954 # it will coredump.
9955 lt_prog_compiler_pic='-fPIC -shared'
9956 ;;
9957
9958 sysv4*MP*)
9959 if test -d /usr/nec; then
9960 lt_prog_compiler_pic=-Kconform_pic
9961 fi
9962 ;;
9963
9964 *)
9965 lt_prog_compiler_pic='-fPIC'
9966 ;;
9967 esac
9968
9969 case $cc_basename in
9970 nvcc*) # Cuda Compiler Driver 2.2
9971 lt_prog_compiler_wl='-Xlinker '
9972 lt_prog_compiler_pic='-Xcompiler -fPIC'
9973 ;;
9974 esac
9975 else
9976 # PORTME Check for flag to pass linker flags through the system compiler.
9977 case $host_os in
9978 aix*)
9979 lt_prog_compiler_wl='-Wl,'
9980 if test "$host_cpu" = ia64; then
9981 # AIX 5 now supports IA64 processor
9982 lt_prog_compiler_static='-Bstatic'
9983 else
9984 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9985 fi
9986 ;;
9987
9988 mingw* | cygwin* | pw32* | os2* | cegcc*)
9989 # This hack is so that the source file can tell whether it is being
9990 # built for inclusion in a dll (and should export symbols for example).
9991 lt_prog_compiler_pic='-DDLL_EXPORT'
9992 ;;
9993
9994 hpux9* | hpux10* | hpux11*)
9995 lt_prog_compiler_wl='-Wl,'
9996 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9997 # not for PA HP-UX.
9998 case $host_cpu in
9999 hppa*64*|ia64*)
10000 # +Z the default
10001 ;;
10002 *)
10003 lt_prog_compiler_pic='+Z'
10004 ;;
10005 esac
10006 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10007 lt_prog_compiler_static='${wl}-a ${wl}archive'
10008 ;;
10009
10010 irix5* | irix6* | nonstopux*)
10011 lt_prog_compiler_wl='-Wl,'
10012 # PIC (with -KPIC) is the default.
10013 lt_prog_compiler_static='-non_shared'
10014 ;;
10015
10016 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10017 case $cc_basename in
10018 # old Intel for x86_64 which still supported -KPIC.
10019 ecc*)
10020 lt_prog_compiler_wl='-Wl,'
10021 lt_prog_compiler_pic='-KPIC'
10022 lt_prog_compiler_static='-static'
10023 ;;
10024 # icc used to be incompatible with GCC.
10025 # ICC 10 doesn't accept -KPIC any more.
10026 icc* | ifort*)
10027 lt_prog_compiler_wl='-Wl,'
10028 lt_prog_compiler_pic='-fPIC'
10029 lt_prog_compiler_static='-static'
10030 ;;
10031 # Lahey Fortran 8.1.
10032 lf95*)
10033 lt_prog_compiler_wl='-Wl,'
10034 lt_prog_compiler_pic='--shared'
10035 lt_prog_compiler_static='--static'
10036 ;;
10037 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10038 # Portland Group compilers (*not* the Pentium gcc compiler,
10039 # which looks to be a dead project)
10040 lt_prog_compiler_wl='-Wl,'
10041 lt_prog_compiler_pic='-fpic'
10042 lt_prog_compiler_static='-Bstatic'
10043 ;;
10044 ccc*)
10045 lt_prog_compiler_wl='-Wl,'
10046 # All Alpha code is PIC.
10047 lt_prog_compiler_static='-non_shared'
10048 ;;
10049 xl* | bgxl* | bgf* | mpixl*)
10050 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10051 lt_prog_compiler_wl='-Wl,'
10052 lt_prog_compiler_pic='-qpic'
10053 lt_prog_compiler_static='-qstaticlink'
10054 ;;
10055 *)
10056 case `$CC -V 2>&1 | sed 5q` in
10057 *Sun\ F* | *Sun*Fortran*)
10058 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10059 lt_prog_compiler_pic='-KPIC'
10060 lt_prog_compiler_static='-Bstatic'
10061 lt_prog_compiler_wl=''
10062 ;;
10063 *Sun\ C*)
10064 # Sun C 5.9
10065 lt_prog_compiler_pic='-KPIC'
10066 lt_prog_compiler_static='-Bstatic'
10067 lt_prog_compiler_wl='-Wl,'
10068 ;;
10069 esac
10070 ;;
10071 esac
10072 ;;
10073
10074 newsos6)
10075 lt_prog_compiler_pic='-KPIC'
10076 lt_prog_compiler_static='-Bstatic'
10077 ;;
10078
10079 *nto* | *qnx*)
10080 # QNX uses GNU C++, but need to define -shared option too, otherwise
10081 # it will coredump.
10082 lt_prog_compiler_pic='-fPIC -shared'
10083 ;;
10084
10085 osf3* | osf4* | osf5*)
10086 lt_prog_compiler_wl='-Wl,'
10087 # All OSF/1 code is PIC.
10088 lt_prog_compiler_static='-non_shared'
10089 ;;
10090
10091 rdos*)
10092 lt_prog_compiler_static='-non_shared'
10093 ;;
d45a4bef 10094
6bb11ab3
L
10095 solaris*)
10096 lt_prog_compiler_pic='-KPIC'
10097 lt_prog_compiler_static='-Bstatic'
10098 case $cc_basename in
10099 f77* | f90* | f95*)
10100 lt_prog_compiler_wl='-Qoption ld ';;
10101 *)
10102 lt_prog_compiler_wl='-Wl,';;
10103 esac
10104 ;;
d45a4bef 10105
6bb11ab3
L
10106 sunos4*)
10107 lt_prog_compiler_wl='-Qoption ld '
10108 lt_prog_compiler_pic='-PIC'
10109 lt_prog_compiler_static='-Bstatic'
10110 ;;
d45a4bef 10111
6bb11ab3
L
10112 sysv4 | sysv4.2uw2* | sysv4.3*)
10113 lt_prog_compiler_wl='-Wl,'
10114 lt_prog_compiler_pic='-KPIC'
10115 lt_prog_compiler_static='-Bstatic'
10116 ;;
10117
10118 sysv4*MP*)
10119 if test -d /usr/nec ;then
10120 lt_prog_compiler_pic='-Kconform_pic'
10121 lt_prog_compiler_static='-Bstatic'
10122 fi
10123 ;;
10124
10125 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10126 lt_prog_compiler_wl='-Wl,'
10127 lt_prog_compiler_pic='-KPIC'
10128 lt_prog_compiler_static='-Bstatic'
10129 ;;
10130
10131 unicos*)
10132 lt_prog_compiler_wl='-Wl,'
10133 lt_prog_compiler_can_build_shared=no
10134 ;;
10135
10136 uts4*)
10137 lt_prog_compiler_pic='-pic'
10138 lt_prog_compiler_static='-Bstatic'
10139 ;;
10140
10141 *)
10142 lt_prog_compiler_can_build_shared=no
10143 ;;
10144 esac
10145 fi
10146
10147case $host_os in
10148 # For platforms which do not support PIC, -DPIC is meaningless:
10149 *djgpp*)
10150 lt_prog_compiler_pic=
10151 ;;
10152 *)
10153 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10154 ;;
81ecdfbb 10155esac
6bb11ab3
L
10156{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10157$as_echo "$lt_prog_compiler_pic" >&6; }
10158
10159
10160
10161
10162
10163
10164#
10165# Check to make sure the PIC flag actually works.
10166#
10167if test -n "$lt_prog_compiler_pic"; then
10168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10169$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10170if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10171 $as_echo_n "(cached) " >&6
d45a4bef 10172else
6bb11ab3
L
10173 lt_cv_prog_compiler_pic_works=no
10174 ac_outfile=conftest.$ac_objext
10175 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10176 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10177 # Insert the option either (1) after the last *FLAGS variable, or
10178 # (2) before a word containing "conftest.", or (3) at the end.
10179 # Note that $ac_compile itself does not contain backslashes and begins
10180 # with a dollar sign (not a hyphen), so the echo should work correctly.
10181 # The option is referenced via a variable to avoid confusing sed.
10182 lt_compile=`echo "$ac_compile" | $SED \
10183 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10184 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10185 -e 's:$: $lt_compiler_flag:'`
10186 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10187 (eval "$lt_compile" 2>conftest.err)
10188 ac_status=$?
10189 cat conftest.err >&5
10190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10191 if (exit $ac_status) && test -s "$ac_outfile"; then
10192 # The compiler can only warn and ignore the option if not recognized
10193 # So say no if there are warnings other than the usual output.
10194 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10195 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10196 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10197 lt_cv_prog_compiler_pic_works=yes
10198 fi
10199 fi
10200 $RM conftest*
d45a4bef 10201
d45a4bef 10202fi
6bb11ab3
L
10203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10204$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10205
10206if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10207 case $lt_prog_compiler_pic in
10208 "" | " "*) ;;
10209 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10210 esac
10211else
10212 lt_prog_compiler_pic=
10213 lt_prog_compiler_can_build_shared=no
d45a4bef 10214fi
6bb11ab3
L
10215
10216fi
10217
10218
10219
10220
10221
10222
10223#
10224# Check to make sure the static flag actually works.
10225#
10226wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10228$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10229if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10230 $as_echo_n "(cached) " >&6
d45a4bef 10231else
6bb11ab3
L
10232 lt_cv_prog_compiler_static_works=no
10233 save_LDFLAGS="$LDFLAGS"
10234 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10235 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10236 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10237 # The linker can only warn and ignore the option if not recognized
10238 # So say no if there are warnings
10239 if test -s conftest.err; then
10240 # Append any errors to the config.log.
10241 cat conftest.err 1>&5
10242 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10243 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10244 if diff conftest.exp conftest.er2 >/dev/null; then
10245 lt_cv_prog_compiler_static_works=yes
10246 fi
10247 else
10248 lt_cv_prog_compiler_static_works=yes
10249 fi
10250 fi
10251 $RM -r conftest*
10252 LDFLAGS="$save_LDFLAGS"
d45a4bef 10253
6bb11ab3
L
10254fi
10255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10256$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d45a4bef 10257
6bb11ab3
L
10258if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10259 :
d45a4bef 10260else
6bb11ab3 10261 lt_prog_compiler_static=
d45a4bef 10262fi
d45a4bef 10263
6bb11ab3
L
10264
10265
10266
10267
10268
10269
10270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10271$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10272if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10273 $as_echo_n "(cached) " >&6
81ecdfbb 10274else
6bb11ab3
L
10275 lt_cv_prog_compiler_c_o=no
10276 $RM -r conftest 2>/dev/null
10277 mkdir conftest
10278 cd conftest
10279 mkdir out
10280 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10281
10282 lt_compiler_flag="-o out/conftest2.$ac_objext"
10283 # Insert the option either (1) after the last *FLAGS variable, or
10284 # (2) before a word containing "conftest.", or (3) at the end.
10285 # Note that $ac_compile itself does not contain backslashes and begins
10286 # with a dollar sign (not a hyphen), so the echo should work correctly.
10287 lt_compile=`echo "$ac_compile" | $SED \
10288 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10289 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10290 -e 's:$: $lt_compiler_flag:'`
10291 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10292 (eval "$lt_compile" 2>out/conftest.err)
10293 ac_status=$?
10294 cat out/conftest.err >&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10297 then
10298 # The compiler can only warn and ignore the option if not recognized
10299 # So say no if there are warnings
10300 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10301 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10302 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10303 lt_cv_prog_compiler_c_o=yes
10304 fi
10305 fi
10306 chmod u+w . 2>&5
10307 $RM conftest*
10308 # SGI C++ compiler will create directory out/ii_files/ for
10309 # template instantiation
10310 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10311 $RM out/* && rmdir out
10312 cd ..
10313 $RM -r conftest
10314 $RM conftest*
10315
81ecdfbb 10316fi
6bb11ab3
L
10317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10318$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10319
10320
10321
10322
10323
10324
10325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10326$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10327if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10328 $as_echo_n "(cached) " >&6
10329else
6bb11ab3
L
10330 lt_cv_prog_compiler_c_o=no
10331 $RM -r conftest 2>/dev/null
10332 mkdir conftest
10333 cd conftest
10334 mkdir out
10335 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10336
10337 lt_compiler_flag="-o out/conftest2.$ac_objext"
10338 # Insert the option either (1) after the last *FLAGS variable, or
10339 # (2) before a word containing "conftest.", or (3) at the end.
10340 # Note that $ac_compile itself does not contain backslashes and begins
10341 # with a dollar sign (not a hyphen), so the echo should work correctly.
10342 lt_compile=`echo "$ac_compile" | $SED \
10343 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10344 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10345 -e 's:$: $lt_compiler_flag:'`
10346 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10347 (eval "$lt_compile" 2>out/conftest.err)
10348 ac_status=$?
10349 cat out/conftest.err >&5
10350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10351 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10352 then
10353 # The compiler can only warn and ignore the option if not recognized
10354 # So say no if there are warnings
10355 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10356 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10357 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10358 lt_cv_prog_compiler_c_o=yes
10359 fi
10360 fi
10361 chmod u+w . 2>&5
10362 $RM conftest*
10363 # SGI C++ compiler will create directory out/ii_files/ for
10364 # template instantiation
10365 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10366 $RM out/* && rmdir out
10367 cd ..
10368 $RM -r conftest
10369 $RM conftest*
10370
10371fi
10372{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10373$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10374
10375
10376
10377
10378hard_links="nottested"
10379if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10380 # do not overwrite the value of need_locks provided by the user
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10382$as_echo_n "checking if we can lock with hard links... " >&6; }
10383 hard_links=yes
10384 $RM conftest*
10385 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10386 touch conftest.a
10387 ln conftest.a conftest.b 2>&5 || hard_links=no
10388 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10390$as_echo "$hard_links" >&6; }
10391 if test "$hard_links" = no; then
10392 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10393$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10394 need_locks=warn
10395 fi
10396else
10397 need_locks=no
10398fi
10399
10400
10401
10402
10403
10404
10405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10406$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10407
10408 runpath_var=
10409 allow_undefined_flag=
10410 always_export_symbols=no
10411 archive_cmds=
10412 archive_expsym_cmds=
10413 compiler_needs_object=no
10414 enable_shared_with_static_runtimes=no
10415 export_dynamic_flag_spec=
10416 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10417 hardcode_automatic=no
10418 hardcode_direct=no
10419 hardcode_direct_absolute=no
10420 hardcode_libdir_flag_spec=
10421 hardcode_libdir_flag_spec_ld=
10422 hardcode_libdir_separator=
10423 hardcode_minus_L=no
10424 hardcode_shlibpath_var=unsupported
10425 inherit_rpath=no
10426 link_all_deplibs=unknown
10427 module_cmds=
10428 module_expsym_cmds=
10429 old_archive_from_new_cmds=
10430 old_archive_from_expsyms_cmds=
10431 thread_safe_flag_spec=
10432 whole_archive_flag_spec=
10433 # include_expsyms should be a list of space-separated symbols to be *always*
10434 # included in the symbol list
10435 include_expsyms=
10436 # exclude_expsyms can be an extended regexp of symbols to exclude
10437 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10438 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10439 # as well as any symbol that contains `d'.
10440 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10441 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10442 # platforms (ab)use it in PIC code, but their linkers get confused if
10443 # the symbol is explicitly referenced. Since portable code cannot
10444 # rely on this symbol name, it's probably fine to never include it in
10445 # preloaded symbol tables.
10446 # Exclude shared library initialization/finalization symbols.
10447 extract_expsyms_cmds=
10448
10449 case $host_os in
10450 cygwin* | mingw* | pw32* | cegcc*)
10451 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10452 # When not using gcc, we currently assume that we are using
10453 # Microsoft Visual C++.
10454 if test "$GCC" != yes; then
10455 with_gnu_ld=no
10456 fi
10457 ;;
10458 interix*)
10459 # we just hope/assume this is gcc and not c89 (= MSVC++)
10460 with_gnu_ld=yes
10461 ;;
10462 openbsd*)
10463 with_gnu_ld=no
10464 ;;
10465 esac
d45a4bef 10466
6bb11ab3
L
10467 ld_shlibs=yes
10468
10469 # On some targets, GNU ld is compatible enough with the native linker
10470 # that we're better off using the native interface for both.
10471 lt_use_gnu_ld_interface=no
10472 if test "$with_gnu_ld" = yes; then
10473 case $host_os in
10474 aix*)
10475 # The AIX port of GNU ld has always aspired to compatibility
10476 # with the native linker. However, as the warning in the GNU ld
10477 # block says, versions before 2.19.5* couldn't really create working
10478 # shared libraries, regardless of the interface used.
10479 case `$LD -v 2>&1` in
10480 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10481 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10482 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10483 *)
10484 lt_use_gnu_ld_interface=yes
10485 ;;
10486 esac
10487 ;;
10488 *)
10489 lt_use_gnu_ld_interface=yes
10490 ;;
10491 esac
10492 fi
d45a4bef 10493
6bb11ab3
L
10494 if test "$lt_use_gnu_ld_interface" = yes; then
10495 # If archive_cmds runs LD, not CC, wlarc should be empty
10496 wlarc='${wl}'
10497
10498 # Set some defaults for GNU ld with shared library support. These
10499 # are reset later if shared libraries are not supported. Putting them
10500 # here allows them to be overridden if necessary.
10501 runpath_var=LD_RUN_PATH
10502 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10503 export_dynamic_flag_spec='${wl}--export-dynamic'
10504 # ancient GNU ld didn't support --whole-archive et. al.
10505 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10506 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10507 else
10508 whole_archive_flag_spec=
10509 fi
10510 supports_anon_versioning=no
10511 case `$LD -v 2>&1` in
10512 *GNU\ gold*) supports_anon_versioning=yes ;;
10513 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10514 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10515 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10516 *\ 2.11.*) ;; # other 2.11 versions
10517 *) supports_anon_versioning=yes ;;
10518 esac
10519
10520 # See if GNU ld supports shared libraries.
10521 case $host_os in
10522 aix[3-9]*)
10523 # On AIX/PPC, the GNU linker is very broken
10524 if test "$host_cpu" != ia64; then
10525 ld_shlibs=no
10526 cat <<_LT_EOF 1>&2
10527
10528*** Warning: the GNU linker, at least up to release 2.19, is reported
10529*** to be unable to reliably create shared libraries on AIX.
10530*** Therefore, libtool is disabling shared libraries support. If you
10531*** really care for shared libraries, you may want to install binutils
10532*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10533*** You will then need to restart the configuration process.
10534
10535_LT_EOF
10536 fi
10537 ;;
10538
10539 amigaos*)
10540 case $host_cpu in
10541 powerpc)
10542 # see comment about AmigaOS4 .so support
10543 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10544 archive_expsym_cmds=''
10545 ;;
10546 m68k)
10547 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10548 hardcode_libdir_flag_spec='-L$libdir'
10549 hardcode_minus_L=yes
10550 ;;
10551 esac
10552 ;;
10553
10554 beos*)
10555 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10556 allow_undefined_flag=unsupported
10557 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10558 # support --undefined. This deserves some investigation. FIXME
10559 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10560 else
10561 ld_shlibs=no
10562 fi
10563 ;;
10564
10565 cygwin* | mingw* | pw32* | cegcc*)
10566 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10567 # as there is no search path for DLLs.
10568 hardcode_libdir_flag_spec='-L$libdir'
10569 export_dynamic_flag_spec='${wl}--export-all-symbols'
10570 allow_undefined_flag=unsupported
10571 always_export_symbols=no
10572 enable_shared_with_static_runtimes=yes
10573 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10574
10575 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10576 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10577 # If the export-symbols file already is a .def file (1st line
10578 # is EXPORTS), use it as is; otherwise, prepend...
10579 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10580 cp $export_symbols $output_objdir/$soname.def;
10581 else
10582 echo EXPORTS > $output_objdir/$soname.def;
10583 cat $export_symbols >> $output_objdir/$soname.def;
10584 fi~
10585 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10586 else
10587 ld_shlibs=no
10588 fi
10589 ;;
10590
10591 haiku*)
10592 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10593 link_all_deplibs=yes
10594 ;;
10595
10596 interix[3-9]*)
10597 hardcode_direct=no
10598 hardcode_shlibpath_var=no
10599 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10600 export_dynamic_flag_spec='${wl}-E'
10601 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10602 # Instead, shared libraries are loaded at an image base (0x10000000 by
10603 # default) and relocated if they conflict, which is a slow very memory
10604 # consuming and fragmenting process. To avoid this, we pick a random,
10605 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10606 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10607 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10608 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10609 ;;
10610
10611 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10612 tmp_diet=no
10613 if test "$host_os" = linux-dietlibc; then
10614 case $cc_basename in
10615 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10616 esac
10617 fi
10618 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10619 && test "$tmp_diet" = no
10620 then
ae7d0cac 10621 tmp_addflag=' $pic_flag'
6bb11ab3
L
10622 tmp_sharedflag='-shared'
10623 case $cc_basename,$host_cpu in
10624 pgcc*) # Portland Group C compiler
10625 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10626 tmp_addflag=' $pic_flag'
10627 ;;
10628 pgf77* | pgf90* | pgf95* | pgfortran*)
10629 # Portland Group f77 and f90 compilers
10630 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10631 tmp_addflag=' $pic_flag -Mnomain' ;;
10632 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10633 tmp_addflag=' -i_dynamic' ;;
10634 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10635 tmp_addflag=' -i_dynamic -nofor_main' ;;
10636 ifc* | ifort*) # Intel Fortran compiler
10637 tmp_addflag=' -nofor_main' ;;
10638 lf95*) # Lahey Fortran 8.1
10639 whole_archive_flag_spec=
10640 tmp_sharedflag='--shared' ;;
10641 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10642 tmp_sharedflag='-qmkshrobj'
10643 tmp_addflag= ;;
10644 nvcc*) # Cuda Compiler Driver 2.2
10645 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10646 compiler_needs_object=yes
10647 ;;
10648 esac
10649 case `$CC -V 2>&1 | sed 5q` in
10650 *Sun\ C*) # Sun C 5.9
10651 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10652 compiler_needs_object=yes
10653 tmp_sharedflag='-G' ;;
10654 *Sun\ F*) # Sun Fortran 8.3
10655 tmp_sharedflag='-G' ;;
10656 esac
10657 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10658
10659 if test "x$supports_anon_versioning" = xyes; then
10660 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10661 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10662 echo "local: *; };" >> $output_objdir/$libname.ver~
10663 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10664 fi
10665
10666 case $cc_basename in
10667 xlf* | bgf* | bgxlf* | mpixlf*)
10668 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10669 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10670 hardcode_libdir_flag_spec=
10671 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10672 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10673 if test "x$supports_anon_versioning" = xyes; then
10674 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10675 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10676 echo "local: *; };" >> $output_objdir/$libname.ver~
10677 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10678 fi
10679 ;;
10680 esac
10681 else
10682 ld_shlibs=no
10683 fi
10684 ;;
10685
10686 netbsd*)
10687 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10688 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10689 wlarc=
10690 else
10691 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10692 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10693 fi
10694 ;;
10695
10696 solaris*)
10697 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10698 ld_shlibs=no
10699 cat <<_LT_EOF 1>&2
10700
10701*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10702*** create shared libraries on Solaris systems. Therefore, libtool
10703*** is disabling shared libraries support. We urge you to upgrade GNU
10704*** binutils to release 2.9.1 or newer. Another option is to modify
10705*** your PATH or compiler configuration so that the native linker is
10706*** used, and then restart.
10707
10708_LT_EOF
10709 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10710 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10711 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10712 else
10713 ld_shlibs=no
10714 fi
10715 ;;
10716
10717 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10718 case `$LD -v 2>&1` in
10719 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10720 ld_shlibs=no
10721 cat <<_LT_EOF 1>&2
10722
10723*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10724*** reliably create shared libraries on SCO systems. Therefore, libtool
10725*** is disabling shared libraries support. We urge you to upgrade GNU
10726*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10727*** your PATH or compiler configuration so that the native linker is
10728*** used, and then restart.
10729
10730_LT_EOF
10731 ;;
10732 *)
10733 # For security reasons, it is highly recommended that you always
10734 # use absolute paths for naming shared libraries, and exclude the
10735 # DT_RUNPATH tag from executables and libraries. But doing so
10736 # requires that you compile everything twice, which is a pain.
10737 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10738 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10739 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10740 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10741 else
10742 ld_shlibs=no
10743 fi
10744 ;;
10745 esac
10746 ;;
10747
10748 sunos4*)
10749 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10750 wlarc=
10751 hardcode_direct=yes
10752 hardcode_shlibpath_var=no
10753 ;;
10754
10755 *)
10756 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10757 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10758 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10759 else
10760 ld_shlibs=no
10761 fi
10762 ;;
10763 esac
10764
10765 if test "$ld_shlibs" = no; then
10766 runpath_var=
10767 hardcode_libdir_flag_spec=
10768 export_dynamic_flag_spec=
10769 whole_archive_flag_spec=
10770 fi
10771 else
10772 # PORTME fill in a description of your system's linker (not GNU ld)
10773 case $host_os in
10774 aix3*)
10775 allow_undefined_flag=unsupported
10776 always_export_symbols=yes
10777 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
10778 # Note: this linker hardcodes the directories in LIBPATH if there
10779 # are no directories specified by -L.
10780 hardcode_minus_L=yes
10781 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10782 # Neither direct hardcoding nor static linking is supported with a
10783 # broken collect2.
10784 hardcode_direct=unsupported
10785 fi
10786 ;;
10787
10788 aix[4-9]*)
10789 if test "$host_cpu" = ia64; then
10790 # On IA64, the linker does run time linking by default, so we don't
10791 # have to do anything special.
10792 aix_use_runtimelinking=no
10793 exp_sym_flag='-Bexport'
10794 no_entry_flag=""
10795 else
10796 # If we're using GNU nm, then we don't want the "-C" option.
10797 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10798 # Also, AIX nm treats weak defined symbols like other global
10799 # defined symbols, whereas GNU nm marks them as "W".
10800 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10801 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10802 else
5c887dd5 10803 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
6bb11ab3
L
10804 fi
10805 aix_use_runtimelinking=no
10806
10807 # Test if we are trying to use run time linking or normal
10808 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10809 # need to do runtime linking.
10810 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10811 for ld_flag in $LDFLAGS; do
10812 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10813 aix_use_runtimelinking=yes
10814 break
10815 fi
10816 done
10817 ;;
10818 esac
10819
10820 exp_sym_flag='-bexport'
10821 no_entry_flag='-bnoentry'
10822 fi
10823
10824 # When large executables or shared objects are built, AIX ld can
10825 # have problems creating the table of contents. If linking a library
10826 # or program results in "error TOC overflow" add -mminimal-toc to
10827 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10828 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10829
10830 archive_cmds=''
10831 hardcode_direct=yes
10832 hardcode_direct_absolute=yes
10833 hardcode_libdir_separator=':'
10834 link_all_deplibs=yes
10835 file_list_spec='${wl}-f,'
10836
10837 if test "$GCC" = yes; then
10838 case $host_os in aix4.[012]|aix4.[012].*)
10839 # We only want to do this on AIX 4.2 and lower, the check
10840 # below for broken collect2 doesn't work under 4.3+
10841 collect2name=`${CC} -print-prog-name=collect2`
10842 if test -f "$collect2name" &&
10843 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10844 then
10845 # We have reworked collect2
10846 :
10847 else
10848 # We have old collect2
10849 hardcode_direct=unsupported
10850 # It fails to find uninstalled libraries when the uninstalled
10851 # path is not listed in the libpath. Setting hardcode_minus_L
10852 # to unsupported forces relinking
10853 hardcode_minus_L=yes
10854 hardcode_libdir_flag_spec='-L$libdir'
10855 hardcode_libdir_separator=
10856 fi
10857 ;;
10858 esac
10859 shared_flag='-shared'
10860 if test "$aix_use_runtimelinking" = yes; then
10861 shared_flag="$shared_flag "'${wl}-G'
10862 fi
10863 else
10864 # not using gcc
10865 if test "$host_cpu" = ia64; then
10866 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10867 # chokes on -Wl,-G. The following line is correct:
10868 shared_flag='-G'
10869 else
10870 if test "$aix_use_runtimelinking" = yes; then
10871 shared_flag='${wl}-G'
10872 else
10873 shared_flag='${wl}-bM:SRE'
10874 fi
10875 fi
10876 fi
10877
10878 export_dynamic_flag_spec='${wl}-bexpall'
10879 # It seems that -bexpall does not export symbols beginning with
10880 # underscore (_), so it is better to generate a list of symbols to export.
10881 always_export_symbols=yes
10882 if test "$aix_use_runtimelinking" = yes; then
10883 # Warning - without using the other runtime loading flags (-brtl),
10884 # -berok will link without error, but may produce a broken library.
10885 allow_undefined_flag='-berok'
10886 # Determine the default libpath from the value encoded in an
10887 # empty executable.
10888 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10889/* end confdefs.h. */
10890
10891int
10892main ()
10893{
10894
10895 ;
10896 return 0;
10897}
10898_ACEOF
6bb11ab3 10899if ac_fn_c_try_link "$LINENO"; then :
d45a4bef 10900
6bb11ab3
L
10901lt_aix_libpath_sed='
10902 /Import File Strings/,/^$/ {
10903 /^0/ {
10904 s/^0 *\(.*\)$/\1/
10905 p
10906 }
10907 }'
10908aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10909# Check for a 64-bit object if we didn't find anything.
10910if test -z "$aix_libpath"; then
10911 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10912fi
10913fi
10914rm -f core conftest.err conftest.$ac_objext \
10915 conftest$ac_exeext conftest.$ac_ext
10916if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10917
10918 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10919 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
10920 else
10921 if test "$host_cpu" = ia64; then
10922 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10923 allow_undefined_flag="-z nodefs"
10924 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
10925 else
10926 # Determine the default libpath from the value encoded in an
10927 # empty executable.
81ecdfbb
RW
10928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10929/* end confdefs.h. */
10930
10931int
10932main ()
10933{
10934
10935 ;
10936 return 0;
10937}
10938_ACEOF
6bb11ab3
L
10939if ac_fn_c_try_link "$LINENO"; then :
10940
10941lt_aix_libpath_sed='
10942 /Import File Strings/,/^$/ {
10943 /^0/ {
10944 s/^0 *\(.*\)$/\1/
10945 p
10946 }
10947 }'
10948aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10949# Check for a 64-bit object if we didn't find anything.
10950if test -z "$aix_libpath"; then
10951 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10952fi
81ecdfbb 10953fi
6bb11ab3
L
10954rm -f core conftest.err conftest.$ac_objext \
10955 conftest$ac_exeext conftest.$ac_ext
10956if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10957
10958 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10959 # Warning - without using the other run time loading flags,
10960 # -berok will link without error, but may produce a broken library.
10961 no_undefined_flag=' ${wl}-bernotok'
10962 allow_undefined_flag=' ${wl}-berok'
10963 if test "$with_gnu_ld" = yes; then
10964 # We only use this code for GNU lds that support --whole-archive.
10965 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10966 else
10967 # Exported symbols can be pulled into shared objects from archives
10968 whole_archive_flag_spec='$convenience'
10969 fi
10970 archive_cmds_need_lc=yes
10971 # This is similar to how AIX traditionally builds its shared libraries.
10972 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
10973 fi
10974 fi
10975 ;;
10976
10977 amigaos*)
10978 case $host_cpu in
10979 powerpc)
10980 # see comment about AmigaOS4 .so support
10981 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10982 archive_expsym_cmds=''
10983 ;;
10984 m68k)
10985 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
10986 hardcode_libdir_flag_spec='-L$libdir'
10987 hardcode_minus_L=yes
10988 ;;
10989 esac
10990 ;;
10991
10992 bsdi[45]*)
10993 export_dynamic_flag_spec=-rdynamic
10994 ;;
10995
10996 cygwin* | mingw* | pw32* | cegcc*)
10997 # When not using gcc, we currently assume that we are using
10998 # Microsoft Visual C++.
10999 # hardcode_libdir_flag_spec is actually meaningless, as there is
11000 # no search path for DLLs.
11001 hardcode_libdir_flag_spec=' '
11002 allow_undefined_flag=unsupported
11003 # Tell ltmain to make .lib files, not .a files.
11004 libext=lib
11005 # Tell ltmain to make .dll files, not .so files.
11006 shrext_cmds=".dll"
11007 # FIXME: Setting linknames here is a bad hack.
11008 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11009 # The linker will automatically build a .lib file if we build a DLL.
11010 old_archive_from_new_cmds='true'
11011 # FIXME: Should let the user specify the lib program.
11012 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11013 fix_srcfile_path='`cygpath -w "$srcfile"`'
11014 enable_shared_with_static_runtimes=yes
11015 ;;
11016
11017 darwin* | rhapsody*)
11018
11019
11020 archive_cmds_need_lc=no
11021 hardcode_direct=no
11022 hardcode_automatic=yes
11023 hardcode_shlibpath_var=unsupported
11024 if test "$lt_cv_ld_force_load" = "yes"; then
11025 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
d45a4bef 11026 else
6bb11ab3 11027 whole_archive_flag_spec=''
d45a4bef 11028 fi
6bb11ab3
L
11029 link_all_deplibs=yes
11030 allow_undefined_flag="$_lt_dar_allow_undefined"
11031 case $cc_basename in
11032 ifort*) _lt_dar_can_shared=yes ;;
11033 *) _lt_dar_can_shared=$GCC ;;
11034 esac
11035 if test "$_lt_dar_can_shared" = "yes"; then
11036 output_verbose_link_cmd=func_echo_all
11037 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11038 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11039 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
11040 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
11041
d45a4bef 11042 else
6bb11ab3 11043 ld_shlibs=no
d45a4bef 11044 fi
6bb11ab3
L
11045
11046 ;;
11047
11048 dgux*)
11049 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11050 hardcode_libdir_flag_spec='-L$libdir'
11051 hardcode_shlibpath_var=no
11052 ;;
11053
11054 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11055 # support. Future versions do this automatically, but an explicit c++rt0.o
11056 # does not break anything, and helps significantly (at the cost of a little
11057 # extra space).
11058 freebsd2.2*)
11059 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11060 hardcode_libdir_flag_spec='-R$libdir'
11061 hardcode_direct=yes
11062 hardcode_shlibpath_var=no
11063 ;;
11064
11065 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11066 freebsd2.*)
11067 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11068 hardcode_direct=yes
11069 hardcode_minus_L=yes
11070 hardcode_shlibpath_var=no
11071 ;;
11072
11073 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11074 freebsd* | dragonfly*)
11075 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11076 hardcode_libdir_flag_spec='-R$libdir'
11077 hardcode_direct=yes
11078 hardcode_shlibpath_var=no
11079 ;;
11080
11081 hpux9*)
11082 if test "$GCC" = yes; then
11083 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11084 else
11085 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
11086 fi
11087 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11088 hardcode_libdir_separator=:
11089 hardcode_direct=yes
11090
11091 # hardcode_minus_L: Not really in the search PATH,
11092 # but as the default location of the library.
11093 hardcode_minus_L=yes
11094 export_dynamic_flag_spec='${wl}-E'
11095 ;;
11096
11097 hpux10*)
11098 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11099 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11100 else
11101 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11102 fi
11103 if test "$with_gnu_ld" = no; then
11104 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11105 hardcode_libdir_flag_spec_ld='+b $libdir'
11106 hardcode_libdir_separator=:
11107 hardcode_direct=yes
11108 hardcode_direct_absolute=yes
11109 export_dynamic_flag_spec='${wl}-E'
11110 # hardcode_minus_L: Not really in the search PATH,
11111 # but as the default location of the library.
11112 hardcode_minus_L=yes
11113 fi
11114 ;;
11115
11116 hpux11*)
11117 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11118 case $host_cpu in
11119 hppa*64*)
11120 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11121 ;;
11122 ia64*)
11123 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11124 ;;
11125 *)
11126 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11127 ;;
11128 esac
11129 else
11130 case $host_cpu in
11131 hppa*64*)
11132 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11133 ;;
11134 ia64*)
11135 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11136 ;;
11137 *)
11138
11139 # Older versions of the 11.00 compiler do not understand -b yet
11140 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11142$as_echo_n "checking if $CC understands -b... " >&6; }
11143if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11144 $as_echo_n "(cached) " >&6
d45a4bef 11145else
6bb11ab3
L
11146 lt_cv_prog_compiler__b=no
11147 save_LDFLAGS="$LDFLAGS"
11148 LDFLAGS="$LDFLAGS -b"
11149 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11150 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11151 # The linker can only warn and ignore the option if not recognized
11152 # So say no if there are warnings
11153 if test -s conftest.err; then
11154 # Append any errors to the config.log.
11155 cat conftest.err 1>&5
11156 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11157 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11158 if diff conftest.exp conftest.er2 >/dev/null; then
11159 lt_cv_prog_compiler__b=yes
11160 fi
11161 else
11162 lt_cv_prog_compiler__b=yes
11163 fi
11164 fi
11165 $RM -r conftest*
11166 LDFLAGS="$save_LDFLAGS"
d45a4bef 11167
6bb11ab3
L
11168fi
11169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11170$as_echo "$lt_cv_prog_compiler__b" >&6; }
d45a4bef 11171
6bb11ab3
L
11172if test x"$lt_cv_prog_compiler__b" = xyes; then
11173 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11174else
11175 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11176fi
81ecdfbb 11177
6bb11ab3
L
11178 ;;
11179 esac
11180 fi
11181 if test "$with_gnu_ld" = no; then
11182 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11183 hardcode_libdir_separator=:
11184
11185 case $host_cpu in
11186 hppa*64*|ia64*)
11187 hardcode_direct=no
11188 hardcode_shlibpath_var=no
11189 ;;
11190 *)
11191 hardcode_direct=yes
11192 hardcode_direct_absolute=yes
11193 export_dynamic_flag_spec='${wl}-E'
11194
11195 # hardcode_minus_L: Not really in the search PATH,
11196 # but as the default location of the library.
11197 hardcode_minus_L=yes
11198 ;;
11199 esac
11200 fi
11201 ;;
11202
11203 irix5* | irix6* | nonstopux*)
11204 if test "$GCC" = yes; then
11205 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11206 # Try to use the -exported_symbol ld option, if it does not
11207 # work, assume that -exports_file does not work either and
11208 # implicitly export all symbols.
11209 save_LDFLAGS="$LDFLAGS"
11210 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11212/* end confdefs.h. */
11213int foo(void) {}
d45a4bef 11214_ACEOF
6bb11ab3
L
11215if ac_fn_c_try_link "$LINENO"; then :
11216 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
d45a4bef
JB
11217
11218fi
6bb11ab3
L
11219rm -f core conftest.err conftest.$ac_objext \
11220 conftest$ac_exeext conftest.$ac_ext
11221 LDFLAGS="$save_LDFLAGS"
11222 else
11223 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11224 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
11225 fi
11226 archive_cmds_need_lc='no'
11227 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11228 hardcode_libdir_separator=:
11229 inherit_rpath=yes
11230 link_all_deplibs=yes
11231 ;;
11232
11233 netbsd*)
11234 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11235 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11236 else
11237 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11238 fi
11239 hardcode_libdir_flag_spec='-R$libdir'
11240 hardcode_direct=yes
11241 hardcode_shlibpath_var=no
11242 ;;
11243
11244 newsos6)
11245 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11246 hardcode_direct=yes
11247 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11248 hardcode_libdir_separator=:
11249 hardcode_shlibpath_var=no
11250 ;;
11251
11252 *nto* | *qnx*)
11253 ;;
11254
11255 openbsd*)
11256 if test -f /usr/libexec/ld.so; then
11257 hardcode_direct=yes
11258 hardcode_shlibpath_var=no
11259 hardcode_direct_absolute=yes
11260 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11261 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11262 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11263 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11264 export_dynamic_flag_spec='${wl}-E'
11265 else
11266 case $host_os in
11267 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11268 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11269 hardcode_libdir_flag_spec='-R$libdir'
11270 ;;
11271 *)
11272 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11273 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11274 ;;
11275 esac
11276 fi
11277 else
11278 ld_shlibs=no
11279 fi
11280 ;;
11281
11282 os2*)
11283 hardcode_libdir_flag_spec='-L$libdir'
11284 hardcode_minus_L=yes
11285 allow_undefined_flag=unsupported
11286 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
11287 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11288 ;;
11289
11290 osf3*)
11291 if test "$GCC" = yes; then
11292 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11293 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11294 else
11295 allow_undefined_flag=' -expect_unresolved \*'
11296 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11297 fi
11298 archive_cmds_need_lc='no'
11299 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11300 hardcode_libdir_separator=:
11301 ;;
11302
11303 osf4* | osf5*) # as osf3* with the addition of -msym flag
11304 if test "$GCC" = yes; then
11305 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11306 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
11307 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11308 else
11309 allow_undefined_flag=' -expect_unresolved \*'
11310 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
11311 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
11312 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
11313
11314 # Both c and cxx compiler support -rpath directly
11315 hardcode_libdir_flag_spec='-rpath $libdir'
11316 fi
11317 archive_cmds_need_lc='no'
11318 hardcode_libdir_separator=:
11319 ;;
11320
11321 solaris*)
11322 no_undefined_flag=' -z defs'
11323 if test "$GCC" = yes; then
11324 wlarc='${wl}'
11325 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11326 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11327 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11328 else
11329 case `$CC -V 2>&1` in
11330 *"Compilers 5.0"*)
11331 wlarc=''
11332 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11333 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11334 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11335 ;;
11336 *)
11337 wlarc='${wl}'
11338 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11339 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11340 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11341 ;;
11342 esac
11343 fi
11344 hardcode_libdir_flag_spec='-R$libdir'
11345 hardcode_shlibpath_var=no
11346 case $host_os in
11347 solaris2.[0-5] | solaris2.[0-5].*) ;;
11348 *)
11349 # The compiler driver will combine and reorder linker options,
11350 # but understands `-z linker_flag'. GCC discards it without `$wl',
11351 # but is careful enough not to reorder.
11352 # Supported since Solaris 2.6 (maybe 2.5.1?)
11353 if test "$GCC" = yes; then
11354 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11355 else
11356 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11357 fi
11358 ;;
11359 esac
11360 link_all_deplibs=yes
11361 ;;
11362
11363 sunos4*)
11364 if test "x$host_vendor" = xsequent; then
11365 # Use $CC to link under sequent, because it throws in some extra .o
11366 # files that make .init and .fini sections work.
11367 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11368 else
11369 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11370 fi
11371 hardcode_libdir_flag_spec='-L$libdir'
11372 hardcode_direct=yes
11373 hardcode_minus_L=yes
11374 hardcode_shlibpath_var=no
11375 ;;
11376
11377 sysv4)
11378 case $host_vendor in
11379 sni)
11380 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11381 hardcode_direct=yes # is this really true???
11382 ;;
11383 siemens)
11384 ## LD is ld it makes a PLAMLIB
11385 ## CC just makes a GrossModule.
11386 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11387 reload_cmds='$CC -r -o $output$reload_objs'
11388 hardcode_direct=no
11389 ;;
11390 motorola)
11391 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11392 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11393 ;;
11394 esac
11395 runpath_var='LD_RUN_PATH'
11396 hardcode_shlibpath_var=no
11397 ;;
11398
11399 sysv4.3*)
11400 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11401 hardcode_shlibpath_var=no
11402 export_dynamic_flag_spec='-Bexport'
11403 ;;
11404
11405 sysv4*MP*)
11406 if test -d /usr/nec; then
11407 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11408 hardcode_shlibpath_var=no
11409 runpath_var=LD_RUN_PATH
11410 hardcode_runpath_var=yes
11411 ld_shlibs=yes
11412 fi
11413 ;;
11414
11415 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11416 no_undefined_flag='${wl}-z,text'
11417 archive_cmds_need_lc=no
11418 hardcode_shlibpath_var=no
11419 runpath_var='LD_RUN_PATH'
11420
11421 if test "$GCC" = yes; then
11422 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11423 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11424 else
11425 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11426 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11427 fi
11428 ;;
11429
11430 sysv5* | sco3.2v5* | sco5v6*)
11431 # Note: We can NOT use -z defs as we might desire, because we do not
11432 # link with -lc, and that would cause any symbols used from libc to
11433 # always be unresolved, which means just about no library would
11434 # ever link correctly. If we're not using GNU ld we use -z text
11435 # though, which does catch some bad symbols but isn't as heavy-handed
11436 # as -z defs.
11437 no_undefined_flag='${wl}-z,text'
11438 allow_undefined_flag='${wl}-z,nodefs'
11439 archive_cmds_need_lc=no
11440 hardcode_shlibpath_var=no
11441 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11442 hardcode_libdir_separator=':'
11443 link_all_deplibs=yes
11444 export_dynamic_flag_spec='${wl}-Bexport'
11445 runpath_var='LD_RUN_PATH'
11446
11447 if test "$GCC" = yes; then
11448 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11449 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11450 else
11451 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11452 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11453 fi
11454 ;;
11455
11456 uts4*)
11457 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11458 hardcode_libdir_flag_spec='-L$libdir'
11459 hardcode_shlibpath_var=no
11460 ;;
11461
11462 *)
11463 ld_shlibs=no
11464 ;;
11465 esac
11466
11467 if test x$host_vendor = xsni; then
11468 case $host in
11469 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11470 export_dynamic_flag_spec='${wl}-Blargedynsym'
11471 ;;
11472 esac
11473 fi
11474 fi
11475
11476{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11477$as_echo "$ld_shlibs" >&6; }
11478test "$ld_shlibs" = no && can_build_shared=no
11479
11480with_gnu_ld=$with_gnu_ld
11481
11482
11483
d45a4bef 11484
d45a4bef 11485
d45a4bef 11486
6ffe910a 11487
6ffe910a
MF
11488
11489
6ffe910a 11490
d45a4bef 11491
d45a4bef
JB
11492
11493
6bb11ab3
L
11494
11495
11496#
11497# Do we need to explicitly link libc?
11498#
11499case "x$archive_cmds_need_lc" in
11500x|xyes)
11501 # Assume -lc should be added
11502 archive_cmds_need_lc=yes
11503
11504 if test "$enable_shared" = yes && test "$GCC" = yes; then
11505 case $archive_cmds in
11506 *'~'*)
11507 # FIXME: we may have to deal with multi-command sequences.
11508 ;;
11509 '$CC '*)
11510 # Test whether the compiler implicitly links with -lc since on some
11511 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11512 # to ld, don't add -lc before -lgcc.
11513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11514$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11515if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11516 $as_echo_n "(cached) " >&6
d45a4bef 11517else
6bb11ab3
L
11518 $RM conftest*
11519 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11520
11521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11522 (eval $ac_compile) 2>&5
11523 ac_status=$?
11524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11525 test $ac_status = 0; } 2>conftest.err; then
11526 soname=conftest
11527 lib=conftest
11528 libobjs=conftest.$ac_objext
11529 deplibs=
11530 wl=$lt_prog_compiler_wl
11531 pic_flag=$lt_prog_compiler_pic
11532 compiler_flags=-v
11533 linker_flags=-v
11534 verstring=
11535 output_objdir=.
11536 libname=conftest
11537 lt_save_allow_undefined_flag=$allow_undefined_flag
11538 allow_undefined_flag=
11539 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11540 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11541 ac_status=$?
11542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11543 test $ac_status = 0; }
11544 then
11545 lt_cv_archive_cmds_need_lc=no
11546 else
11547 lt_cv_archive_cmds_need_lc=yes
11548 fi
11549 allow_undefined_flag=$lt_save_allow_undefined_flag
11550 else
11551 cat conftest.err 1>&5
11552 fi
11553 $RM conftest*
d45a4bef 11554
6ffe910a 11555fi
6bb11ab3
L
11556{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11557$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11558 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11559 ;;
11560 esac
11561 fi
11562 ;;
6ffe910a 11563esac
d45a4bef
JB
11564
11565
6ffe910a 11566
d45a4bef 11567
81ecdfbb 11568
d45a4bef 11569
d45a4bef 11570
d45a4bef 11571
d45a4bef 11572
d45a4bef 11573
d45a4bef 11574
d45a4bef 11575
d45a4bef 11576
d45a4bef 11577
81ecdfbb 11578
d45a4bef 11579
d45a4bef
JB
11580
11581
81ecdfbb 11582
81ecdfbb 11583
81ecdfbb
RW
11584
11585
81ecdfbb 11586
81ecdfbb 11587
d45a4bef
JB
11588
11589
d45a4bef 11590
d45a4bef 11591
d45a4bef 11592
d45a4bef 11593
81ecdfbb 11594
d45a4bef 11595
d45a4bef 11596
d45a4bef 11597
81ecdfbb 11598
d45a4bef 11599
d45a4bef 11600
d45a4bef 11601
d45a4bef 11602
81ecdfbb 11603
d45a4bef 11604
d45a4bef 11605
d45a4bef 11606
d45a4bef
JB
11607
11608
11609
11610
6ffe910a 11611
2232061b
MF
11612
11613
2232061b 11614
2232061b
MF
11615
11616
2232061b
MF
11617
11618
2232061b 11619
2232061b
MF
11620
11621
6bb11ab3
L
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11722$as_echo_n "checking dynamic linker characteristics... " >&6; }
11723
11724if test "$GCC" = yes; then
11725 case $host_os in
11726 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11727 *) lt_awk_arg="/^libraries:/" ;;
11728 esac
11729 case $host_os in
11730 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11731 *) lt_sed_strip_eq="s,=/,/,g" ;;
11732 esac
11733 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11734 case $lt_search_path_spec in
11735 *\;*)
11736 # if the path contains ";" then we assume it to be the separator
11737 # otherwise default to the standard path separator (i.e. ":") - it is
11738 # assumed that no part of a normal pathname contains ";" but that should
11739 # okay in the real world where ";" in dirpaths is itself problematic.
11740 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11741 ;;
11742 *)
11743 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11744 ;;
11745 esac
11746 # Ok, now we have the path, separated by spaces, we can step through it
11747 # and add multilib dir if necessary.
11748 lt_tmp_lt_search_path_spec=
11749 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11750 for lt_sys_path in $lt_search_path_spec; do
11751 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11752 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11753 else
11754 test -d "$lt_sys_path" && \
11755 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11756 fi
11757 done
11758 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11759BEGIN {RS=" "; FS="/|\n";} {
11760 lt_foo="";
11761 lt_count=0;
11762 for (lt_i = NF; lt_i > 0; lt_i--) {
11763 if ($lt_i != "" && $lt_i != ".") {
11764 if ($lt_i == "..") {
11765 lt_count++;
11766 } else {
11767 if (lt_count == 0) {
11768 lt_foo="/" $lt_i lt_foo;
11769 } else {
11770 lt_count--;
11771 }
11772 }
11773 }
11774 }
11775 if (lt_foo != "") { lt_freq[lt_foo]++; }
11776 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11777}'`
11778 # AWK program above erroneously prepends '/' to C:/dos/paths
11779 # for these hosts.
11780 case $host_os in
11781 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11782 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11783 esac
11784 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11785else
11786 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11787fi
11788library_names_spec=
11789libname_spec='lib$name'
11790soname_spec=
11791shrext_cmds=".so"
11792postinstall_cmds=
11793postuninstall_cmds=
11794finish_cmds=
11795finish_eval=
11796shlibpath_var=
11797shlibpath_overrides_runpath=unknown
11798version_type=none
11799dynamic_linker="$host_os ld.so"
11800sys_lib_dlsearch_path_spec="/lib /usr/lib"
11801need_lib_prefix=unknown
11802hardcode_into_libs=no
11803
11804# when you set need_version to no, make sure it does not cause -set_version
11805# flags to be left without arguments
11806need_version=unknown
11807
11808case $host_os in
11809aix3*)
11810 version_type=linux
11811 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11812 shlibpath_var=LIBPATH
11813
11814 # AIX 3 has no versioning support, so we append a major version to the name.
11815 soname_spec='${libname}${release}${shared_ext}$major'
11816 ;;
11817
11818aix[4-9]*)
11819 version_type=linux
11820 need_lib_prefix=no
11821 need_version=no
11822 hardcode_into_libs=yes
11823 if test "$host_cpu" = ia64; then
11824 # AIX 5 supports IA64
11825 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11826 shlibpath_var=LD_LIBRARY_PATH
11827 else
11828 # With GCC up to 2.95.x, collect2 would create an import file
11829 # for dependence libraries. The import file would start with
11830 # the line `#! .'. This would cause the generated library to
11831 # depend on `.', always an invalid library. This was fixed in
11832 # development snapshots of GCC prior to 3.0.
11833 case $host_os in
11834 aix4 | aix4.[01] | aix4.[01].*)
11835 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11836 echo ' yes '
11837 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11838 :
11839 else
11840 can_build_shared=no
11841 fi
11842 ;;
11843 esac
11844 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11845 # soname into executable. Probably we can add versioning support to
11846 # collect2, so additional links can be useful in future.
11847 if test "$aix_use_runtimelinking" = yes; then
11848 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11849 # instead of lib<name>.a to let people know that these are not
11850 # typical AIX shared libraries.
11851 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11852 else
11853 # We preserve .a as extension for shared libraries through AIX4.2
11854 # and later when we are not doing run time linking.
11855 library_names_spec='${libname}${release}.a $libname.a'
11856 soname_spec='${libname}${release}${shared_ext}$major'
11857 fi
11858 shlibpath_var=LIBPATH
11859 fi
11860 ;;
11861
11862amigaos*)
11863 case $host_cpu in
11864 powerpc)
11865 # Since July 2007 AmigaOS4 officially supports .so libraries.
11866 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11868 ;;
11869 m68k)
11870 library_names_spec='$libname.ixlibrary $libname.a'
11871 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11872 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
11873 ;;
11874 esac
11875 ;;
11876
11877beos*)
11878 library_names_spec='${libname}${shared_ext}'
11879 dynamic_linker="$host_os ld.so"
11880 shlibpath_var=LIBRARY_PATH
11881 ;;
11882
11883bsdi[45]*)
11884 version_type=linux
11885 need_version=no
11886 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11887 soname_spec='${libname}${release}${shared_ext}$major'
11888 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11889 shlibpath_var=LD_LIBRARY_PATH
11890 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11891 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11892 # the default ld.so.conf also contains /usr/contrib/lib and
11893 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11894 # libtool to hard-code these into programs
11895 ;;
11896
11897cygwin* | mingw* | pw32* | cegcc*)
11898 version_type=windows
11899 shrext_cmds=".dll"
11900 need_version=no
11901 need_lib_prefix=no
11902
11903 case $GCC,$host_os in
11904 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11905 library_names_spec='$libname.dll.a'
11906 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11907 postinstall_cmds='base_file=`basename \${file}`~
11908 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11909 dldir=$destdir/`dirname \$dlpath`~
11910 test -d \$dldir || mkdir -p \$dldir~
11911 $install_prog $dir/$dlname \$dldir/$dlname~
11912 chmod a+x \$dldir/$dlname~
11913 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11914 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11915 fi'
11916 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11917 dlpath=$dir/\$dldll~
11918 $RM \$dlpath'
11919 shlibpath_overrides_runpath=yes
11920
11921 case $host_os in
11922 cygwin*)
11923 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11924 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11925
11926 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11927 ;;
11928 mingw* | cegcc*)
11929 # MinGW DLLs use traditional 'lib' prefix
11930 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11931 ;;
11932 pw32*)
11933 # pw32 DLLs use 'pw' prefix rather than 'lib'
11934 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11935 ;;
11936 esac
11937 ;;
11938
11939 *)
11940 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11941 ;;
11942 esac
11943 dynamic_linker='Win32 ld.exe'
11944 # FIXME: first we should search . and the directory the executable is in
11945 shlibpath_var=PATH
11946 ;;
11947
11948darwin* | rhapsody*)
11949 dynamic_linker="$host_os dyld"
11950 version_type=darwin
11951 need_lib_prefix=no
11952 need_version=no
11953 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11954 soname_spec='${libname}${release}${major}$shared_ext'
11955 shlibpath_overrides_runpath=yes
11956 shlibpath_var=DYLD_LIBRARY_PATH
11957 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11958
11959 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11960 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11961 ;;
11962
11963dgux*)
11964 version_type=linux
11965 need_lib_prefix=no
11966 need_version=no
11967 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11968 soname_spec='${libname}${release}${shared_ext}$major'
11969 shlibpath_var=LD_LIBRARY_PATH
11970 ;;
11971
11972freebsd* | dragonfly*)
11973 # DragonFly does not have aout. When/if they implement a new
11974 # versioning mechanism, adjust this.
11975 if test -x /usr/bin/objformat; then
11976 objformat=`/usr/bin/objformat`
11977 else
11978 case $host_os in
11979 freebsd[23].*) objformat=aout ;;
11980 *) objformat=elf ;;
11981 esac
11982 fi
11983 version_type=freebsd-$objformat
11984 case $version_type in
11985 freebsd-elf*)
11986 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11987 need_version=no
11988 need_lib_prefix=no
11989 ;;
11990 freebsd-*)
11991 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11992 need_version=yes
11993 ;;
11994 esac
11995 shlibpath_var=LD_LIBRARY_PATH
11996 case $host_os in
11997 freebsd2.*)
11998 shlibpath_overrides_runpath=yes
11999 ;;
12000 freebsd3.[01]* | freebsdelf3.[01]*)
12001 shlibpath_overrides_runpath=yes
12002 hardcode_into_libs=yes
12003 ;;
12004 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12005 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12006 shlibpath_overrides_runpath=no
12007 hardcode_into_libs=yes
12008 ;;
12009 *) # from 4.6 on, and DragonFly
12010 shlibpath_overrides_runpath=yes
12011 hardcode_into_libs=yes
12012 ;;
12013 esac
12014 ;;
12015
12016gnu*)
12017 version_type=linux
12018 need_lib_prefix=no
12019 need_version=no
12020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12021 soname_spec='${libname}${release}${shared_ext}$major'
12022 shlibpath_var=LD_LIBRARY_PATH
12023 hardcode_into_libs=yes
12024 ;;
12025
12026haiku*)
12027 version_type=linux
12028 need_lib_prefix=no
12029 need_version=no
12030 dynamic_linker="$host_os runtime_loader"
12031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12032 soname_spec='${libname}${release}${shared_ext}$major'
12033 shlibpath_var=LIBRARY_PATH
12034 shlibpath_overrides_runpath=yes
12035 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12036 hardcode_into_libs=yes
12037 ;;
12038
12039hpux9* | hpux10* | hpux11*)
12040 # Give a soname corresponding to the major version so that dld.sl refuses to
12041 # link against other versions.
12042 version_type=sunos
12043 need_lib_prefix=no
12044 need_version=no
12045 case $host_cpu in
12046 ia64*)
12047 shrext_cmds='.so'
12048 hardcode_into_libs=yes
12049 dynamic_linker="$host_os dld.so"
12050 shlibpath_var=LD_LIBRARY_PATH
12051 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12052 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12053 soname_spec='${libname}${release}${shared_ext}$major'
12054 if test "X$HPUX_IA64_MODE" = X32; then
12055 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12056 else
12057 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12058 fi
12059 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12060 ;;
12061 hppa*64*)
12062 shrext_cmds='.sl'
12063 hardcode_into_libs=yes
12064 dynamic_linker="$host_os dld.sl"
12065 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12066 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12068 soname_spec='${libname}${release}${shared_ext}$major'
12069 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12070 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12071 ;;
12072 *)
12073 shrext_cmds='.sl'
12074 dynamic_linker="$host_os dld.sl"
12075 shlibpath_var=SHLIB_PATH
12076 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12078 soname_spec='${libname}${release}${shared_ext}$major'
12079 ;;
12080 esac
12081 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12082 postinstall_cmds='chmod 555 $lib'
12083 # or fails outright, so override atomically:
12084 install_override_mode=555
12085 ;;
12086
12087interix[3-9]*)
12088 version_type=linux
12089 need_lib_prefix=no
12090 need_version=no
12091 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12092 soname_spec='${libname}${release}${shared_ext}$major'
12093 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12094 shlibpath_var=LD_LIBRARY_PATH
12095 shlibpath_overrides_runpath=no
12096 hardcode_into_libs=yes
12097 ;;
12098
12099irix5* | irix6* | nonstopux*)
12100 case $host_os in
12101 nonstopux*) version_type=nonstopux ;;
12102 *)
12103 if test "$lt_cv_prog_gnu_ld" = yes; then
12104 version_type=linux
12105 else
12106 version_type=irix
12107 fi ;;
12108 esac
12109 need_lib_prefix=no
12110 need_version=no
12111 soname_spec='${libname}${release}${shared_ext}$major'
12112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12113 case $host_os in
12114 irix5* | nonstopux*)
12115 libsuff= shlibsuff=
12116 ;;
12117 *)
12118 case $LD in # libtool.m4 will add one of these switches to LD
12119 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12120 libsuff= shlibsuff= libmagic=32-bit;;
12121 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12122 libsuff=32 shlibsuff=N32 libmagic=N32;;
12123 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12124 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12125 *) libsuff= shlibsuff= libmagic=never-match;;
12126 esac
12127 ;;
12128 esac
12129 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12130 shlibpath_overrides_runpath=no
12131 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12132 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12133 hardcode_into_libs=yes
12134 ;;
12135
12136# No shared lib support for Linux oldld, aout, or coff.
12137linux*oldld* | linux*aout* | linux*coff*)
12138 dynamic_linker=no
12139 ;;
12140
12141# This must be Linux ELF.
12142linux* | k*bsd*-gnu | kopensolaris*-gnu)
12143 version_type=linux
12144 need_lib_prefix=no
12145 need_version=no
12146 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12147 soname_spec='${libname}${release}${shared_ext}$major'
12148 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12149 shlibpath_var=LD_LIBRARY_PATH
12150 shlibpath_overrides_runpath=no
12151
12152 # Some binutils ld are patched to set DT_RUNPATH
12153 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12154 $as_echo_n "(cached) " >&6
12155else
6bb11ab3
L
12156 lt_cv_shlibpath_overrides_runpath=no
12157 save_LDFLAGS=$LDFLAGS
12158 save_libdir=$libdir
12159 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12160 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12161 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12162/* end confdefs.h. */
12163
2232061b
MF
12164int
12165main ()
12166{
12167
12168 ;
12169 return 0;
12170}
12171_ACEOF
6bb11ab3
L
12172if ac_fn_c_try_link "$LINENO"; then :
12173 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12174 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12175fi
2232061b 12176fi
6bb11ab3
L
12177rm -f core conftest.err conftest.$ac_objext \
12178 conftest$ac_exeext conftest.$ac_ext
12179 LDFLAGS=$save_LDFLAGS
12180 libdir=$save_libdir
2232061b 12181
6bb11ab3 12182fi
2232061b 12183
6bb11ab3 12184 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12185
6bb11ab3
L
12186 # This implies no fast_install, which is unacceptable.
12187 # Some rework will be needed to allow for fast_install
12188 # before this can be enabled.
12189 hardcode_into_libs=yes
2232061b 12190
6bb11ab3
L
12191 # Append ld.so.conf contents to the search path
12192 if test -f /etc/ld.so.conf; then
12193 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
12194 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12195 fi
2232061b 12196
6bb11ab3
L
12197 # We used to test for /lib/ld.so.1 and disable shared libraries on
12198 # powerpc, because MkLinux only supported shared libraries with the
12199 # GNU dynamic linker. Since this was broken with cross compilers,
12200 # most powerpc-linux boxes support dynamic linking these days and
12201 # people can always --disable-shared, the test was removed, and we
12202 # assume the GNU/Linux dynamic linker is in use.
12203 dynamic_linker='GNU/Linux ld.so'
12204 ;;
12205
12206netbsd*)
12207 version_type=sunos
12208 need_lib_prefix=no
12209 need_version=no
12210 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12212 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12213 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12214 else
6bb11ab3
L
12215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12216 soname_spec='${libname}${release}${shared_ext}$major'
12217 dynamic_linker='NetBSD ld.elf_so'
12218 fi
12219 shlibpath_var=LD_LIBRARY_PATH
12220 shlibpath_overrides_runpath=yes
12221 hardcode_into_libs=yes
12222 ;;
12223
12224newsos6)
12225 version_type=linux
12226 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12227 shlibpath_var=LD_LIBRARY_PATH
12228 shlibpath_overrides_runpath=yes
12229 ;;
12230
12231*nto* | *qnx*)
12232 version_type=qnx
12233 need_lib_prefix=no
12234 need_version=no
12235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12236 soname_spec='${libname}${release}${shared_ext}$major'
12237 shlibpath_var=LD_LIBRARY_PATH
12238 shlibpath_overrides_runpath=no
12239 hardcode_into_libs=yes
12240 dynamic_linker='ldqnx.so'
12241 ;;
12242
12243openbsd*)
12244 version_type=sunos
12245 sys_lib_dlsearch_path_spec="/usr/lib"
12246 need_lib_prefix=no
12247 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12248 case $host_os in
12249 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12250 *) need_version=no ;;
12251 esac
12252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12253 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12254 shlibpath_var=LD_LIBRARY_PATH
12255 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12256 case $host_os in
12257 openbsd2.[89] | openbsd2.[89].*)
12258 shlibpath_overrides_runpath=no
12259 ;;
12260 *)
12261 shlibpath_overrides_runpath=yes
12262 ;;
12263 esac
12264 else
12265 shlibpath_overrides_runpath=yes
12266 fi
12267 ;;
12268
12269os2*)
12270 libname_spec='$name'
12271 shrext_cmds=".dll"
12272 need_lib_prefix=no
12273 library_names_spec='$libname${shared_ext} $libname.a'
12274 dynamic_linker='OS/2 ld.exe'
12275 shlibpath_var=LIBPATH
12276 ;;
12277
12278osf3* | osf4* | osf5*)
12279 version_type=osf
12280 need_lib_prefix=no
12281 need_version=no
12282 soname_spec='${libname}${release}${shared_ext}$major'
12283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12284 shlibpath_var=LD_LIBRARY_PATH
12285 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12286 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12287 ;;
12288
12289rdos*)
12290 dynamic_linker=no
12291 ;;
12292
12293solaris*)
12294 version_type=linux
12295 need_lib_prefix=no
12296 need_version=no
12297 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12298 soname_spec='${libname}${release}${shared_ext}$major'
12299 shlibpath_var=LD_LIBRARY_PATH
12300 shlibpath_overrides_runpath=yes
12301 hardcode_into_libs=yes
12302 # ldd complains unless libraries are executable
12303 postinstall_cmds='chmod +x $lib'
12304 ;;
12305
12306sunos4*)
12307 version_type=sunos
12308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12309 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12310 shlibpath_var=LD_LIBRARY_PATH
12311 shlibpath_overrides_runpath=yes
12312 if test "$with_gnu_ld" = yes; then
12313 need_lib_prefix=no
12314 fi
12315 need_version=yes
12316 ;;
12317
12318sysv4 | sysv4.3*)
12319 version_type=linux
12320 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12321 soname_spec='${libname}${release}${shared_ext}$major'
12322 shlibpath_var=LD_LIBRARY_PATH
12323 case $host_vendor in
12324 sni)
12325 shlibpath_overrides_runpath=no
12326 need_lib_prefix=no
12327 runpath_var=LD_RUN_PATH
12328 ;;
12329 siemens)
12330 need_lib_prefix=no
12331 ;;
12332 motorola)
12333 need_lib_prefix=no
12334 need_version=no
12335 shlibpath_overrides_runpath=no
12336 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12337 ;;
12338 esac
12339 ;;
12340
12341sysv4*MP*)
12342 if test -d /usr/nec ;then
12343 version_type=linux
12344 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12345 soname_spec='$libname${shared_ext}.$major'
12346 shlibpath_var=LD_LIBRARY_PATH
2232061b 12347 fi
6bb11ab3
L
12348 ;;
12349
12350sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12351 version_type=freebsd-elf
12352 need_lib_prefix=no
12353 need_version=no
12354 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12355 soname_spec='${libname}${release}${shared_ext}$major'
12356 shlibpath_var=LD_LIBRARY_PATH
12357 shlibpath_overrides_runpath=yes
12358 hardcode_into_libs=yes
12359 if test "$with_gnu_ld" = yes; then
12360 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12361 else
12362 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12363 case $host_os in
12364 sco3.2v5*)
12365 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12366 ;;
12367 esac
12368 fi
12369 sys_lib_dlsearch_path_spec='/usr/lib'
12370 ;;
12371
12372tpf*)
12373 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12374 version_type=linux
12375 need_lib_prefix=no
12376 need_version=no
12377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12378 shlibpath_var=LD_LIBRARY_PATH
12379 shlibpath_overrides_runpath=no
12380 hardcode_into_libs=yes
12381 ;;
12382
12383uts4*)
12384 version_type=linux
12385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12386 soname_spec='${libname}${release}${shared_ext}$major'
12387 shlibpath_var=LD_LIBRARY_PATH
12388 ;;
12389
12390*)
12391 dynamic_linker=no
12392 ;;
12393esac
12394{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12395$as_echo "$dynamic_linker" >&6; }
12396test "$dynamic_linker" = no && can_build_shared=no
12397
12398variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12399if test "$GCC" = yes; then
12400 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12401fi
2232061b 12402
6bb11ab3
L
12403if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12404 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12405fi
12406if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12407 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12408fi
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
12428
12429
12430
12431
12432
12433
12434
2232061b 12435
2232061b 12436
2232061b 12437
2232061b 12438
2232061b
MF
12439
12440
6ffe910a 12441
6ffe910a
MF
12442
12443
12444
12445
12446
2232061b 12447
6ffe910a
MF
12448
12449
12450
12451
6ffe910a 12452
6ffe910a 12453
6ffe910a
MF
12454
12455
6ffe910a 12456
6ffe910a 12457
6ffe910a
MF
12458
12459
5f3ef9d0 12460
5f3ef9d0
JB
12461
12462
12463
db2e4d67
MF
12464
12465
db2e4d67 12466
db2e4d67 12467
db2e4d67 12468
db2e4d67 12469
db2e4d67 12470
db2e4d67 12471
db2e4d67 12472
db2e4d67
MF
12473
12474
db2e4d67 12475
db2e4d67
MF
12476
12477
db2e4d67 12478
db2e4d67
MF
12479
12480
6ffe910a 12481
6ffe910a 12482
6ffe910a
MF
12483
12484
6ffe910a
MF
12485
12486
6ffe910a 12487
6ffe910a 12488
6ffe910a 12489
6ffe910a 12490
6ffe910a 12491
d45a4bef
JB
12492
12493
12494
12495
d45a4bef 12496
d45a4bef 12497
d45a4bef 12498
d45a4bef 12499
d45a4bef 12500
6bb11ab3
L
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12502$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12503hardcode_action=
12504if test -n "$hardcode_libdir_flag_spec" ||
12505 test -n "$runpath_var" ||
12506 test "X$hardcode_automatic" = "Xyes" ; then
d45a4bef 12507
6bb11ab3
L
12508 # We can hardcode non-existent directories.
12509 if test "$hardcode_direct" != no &&
12510 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12511 # have to relink, otherwise we might link with an installed library
12512 # when we should be linking with a yet-to-be-installed one
12513 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12514 test "$hardcode_minus_L" != no; then
12515 # Linking always hardcodes the temporary library directory.
12516 hardcode_action=relink
12517 else
12518 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12519 hardcode_action=immediate
12520 fi
12521else
12522 # We cannot hardcode anything, or else we can only hardcode existing
12523 # directories.
12524 hardcode_action=unsupported
d45a4bef 12525fi
6bb11ab3
L
12526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12527$as_echo "$hardcode_action" >&6; }
d45a4bef 12528
6bb11ab3
L
12529if test "$hardcode_action" = relink ||
12530 test "$inherit_rpath" = yes; then
12531 # Fast installation is not supported
12532 enable_fast_install=no
12533elif test "$shlibpath_overrides_runpath" = yes ||
12534 test "$enable_shared" = no; then
12535 # Fast installation is not necessary
12536 enable_fast_install=needless
12537fi
d45a4bef 12538
6bb11ab3
L
12539
12540
12541
12542
12543
12544 if test "x$enable_dlopen" != xyes; then
12545 enable_dlopen=unknown
12546 enable_dlopen_self=unknown
12547 enable_dlopen_self_static=unknown
12548else
12549 lt_cv_dlopen=no
12550 lt_cv_dlopen_libs=
12551
12552 case $host_os in
12553 beos*)
12554 lt_cv_dlopen="load_add_on"
12555 lt_cv_dlopen_libs=
12556 lt_cv_dlopen_self=yes
12557 ;;
12558
12559 mingw* | pw32* | cegcc*)
12560 lt_cv_dlopen="LoadLibrary"
12561 lt_cv_dlopen_libs=
12562 ;;
12563
12564 cygwin*)
12565 lt_cv_dlopen="dlopen"
12566 lt_cv_dlopen_libs=
12567 ;;
12568
12569 darwin*)
12570 # if libdl is installed we need to link against it
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12572$as_echo_n "checking for dlopen in -ldl... " >&6; }
12573if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12574 $as_echo_n "(cached) " >&6
12575else
12576 ac_check_lib_save_LIBS=$LIBS
12577LIBS="-ldl $LIBS"
12578cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12579/* end confdefs.h. */
12580
12581/* Override any GCC internal prototype to avoid an error.
12582 Use char because int might match the return type of a GCC
12583 builtin and then its argument prototype would still apply. */
12584#ifdef __cplusplus
12585extern "C"
12586#endif
12587char dlopen ();
12588int
12589main ()
12590{
12591return dlopen ();
12592 ;
12593 return 0;
12594}
d45a4bef 12595_ACEOF
6bb11ab3
L
12596if ac_fn_c_try_link "$LINENO"; then :
12597 ac_cv_lib_dl_dlopen=yes
12598else
12599 ac_cv_lib_dl_dlopen=no
12600fi
12601rm -f core conftest.err conftest.$ac_objext \
12602 conftest$ac_exeext conftest.$ac_ext
12603LIBS=$ac_check_lib_save_LIBS
12604fi
12605{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12606$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12607if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12608 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12609else
12610
12611 lt_cv_dlopen="dyld"
12612 lt_cv_dlopen_libs=
12613 lt_cv_dlopen_self=yes
d45a4bef
JB
12614
12615fi
d45a4bef 12616
6bb11ab3 12617 ;;
d45a4bef 12618
6bb11ab3
L
12619 *)
12620 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12621if test "x$ac_cv_func_shl_load" = x""yes; then :
12622 lt_cv_dlopen="shl_load"
12623else
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12625$as_echo_n "checking for shl_load in -ldld... " >&6; }
12626if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12627 $as_echo_n "(cached) " >&6
12628else
12629 ac_check_lib_save_LIBS=$LIBS
12630LIBS="-ldld $LIBS"
12631cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12632/* end confdefs.h. */
12633
12634/* Override any GCC internal prototype to avoid an error.
12635 Use char because int might match the return type of a GCC
12636 builtin and then its argument prototype would still apply. */
12637#ifdef __cplusplus
12638extern "C"
12639#endif
12640char shl_load ();
12641int
12642main ()
12643{
12644return shl_load ();
12645 ;
12646 return 0;
12647}
12648_ACEOF
12649if ac_fn_c_try_link "$LINENO"; then :
12650 ac_cv_lib_dld_shl_load=yes
12651else
12652 ac_cv_lib_dld_shl_load=no
12653fi
12654rm -f core conftest.err conftest.$ac_objext \
12655 conftest$ac_exeext conftest.$ac_ext
12656LIBS=$ac_check_lib_save_LIBS
12657fi
12658{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12659$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12660if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12661 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12662else
12663 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12664if test "x$ac_cv_func_dlopen" = x""yes; then :
12665 lt_cv_dlopen="dlopen"
12666else
12667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12668$as_echo_n "checking for dlopen in -ldl... " >&6; }
12669if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12670 $as_echo_n "(cached) " >&6
d45a4bef
JB
12671else
12672 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12673LIBS="-ldl $LIBS"
81ecdfbb 12674cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
12675/* end confdefs.h. */
12676
81ecdfbb
RW
12677/* Override any GCC internal prototype to avoid an error.
12678 Use char because int might match the return type of a GCC
12679 builtin and then its argument prototype would still apply. */
d45a4bef
JB
12680#ifdef __cplusplus
12681extern "C"
12682#endif
6bb11ab3 12683char dlopen ();
d45a4bef
JB
12684int
12685main ()
12686{
6bb11ab3 12687return dlopen ();
d45a4bef
JB
12688 ;
12689 return 0;
12690}
12691_ACEOF
81ecdfbb 12692if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12693 ac_cv_lib_dl_dlopen=yes
d45a4bef 12694else
6bb11ab3 12695 ac_cv_lib_dl_dlopen=no
d45a4bef 12696fi
81ecdfbb
RW
12697rm -f core conftest.err conftest.$ac_objext \
12698 conftest$ac_exeext conftest.$ac_ext
d45a4bef
JB
12699LIBS=$ac_check_lib_save_LIBS
12700fi
6bb11ab3
L
12701{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12702$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12703if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12704 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12705else
12706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12707$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12708if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12709 $as_echo_n "(cached) " >&6
d45a4bef
JB
12710else
12711 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12712LIBS="-lsvld $LIBS"
81ecdfbb 12713cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
12714/* end confdefs.h. */
12715
81ecdfbb
RW
12716/* Override any GCC internal prototype to avoid an error.
12717 Use char because int might match the return type of a GCC
12718 builtin and then its argument prototype would still apply. */
d45a4bef
JB
12719#ifdef __cplusplus
12720extern "C"
12721#endif
6bb11ab3 12722char dlopen ();
d45a4bef
JB
12723int
12724main ()
12725{
6bb11ab3 12726return dlopen ();
d45a4bef
JB
12727 ;
12728 return 0;
12729}
12730_ACEOF
81ecdfbb 12731if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12732 ac_cv_lib_svld_dlopen=yes
d45a4bef 12733else
6bb11ab3 12734 ac_cv_lib_svld_dlopen=no
d45a4bef 12735fi
81ecdfbb
RW
12736rm -f core conftest.err conftest.$ac_objext \
12737 conftest$ac_exeext conftest.$ac_ext
d45a4bef
JB
12738LIBS=$ac_check_lib_save_LIBS
12739fi
6bb11ab3
L
12740{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12741$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12742if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12743 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12744else
6bb11ab3
L
12745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12746$as_echo_n "checking for dld_link in -ldld... " >&6; }
12747if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12748 $as_echo_n "(cached) " >&6
b5bd9624 12749else
6bb11ab3
L
12750 ac_check_lib_save_LIBS=$LIBS
12751LIBS="-ldld $LIBS"
81ecdfbb 12752cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12753/* end confdefs.h. */
12754
81ecdfbb
RW
12755/* Override any GCC internal prototype to avoid an error.
12756 Use char because int might match the return type of a GCC
b5bd9624 12757 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12758#ifdef __cplusplus
12759extern "C"
12760#endif
6bb11ab3 12761char dld_link ();
b5bd9624
HPN
12762int
12763main ()
12764{
6bb11ab3 12765return dld_link ();
b5bd9624
HPN
12766 ;
12767 return 0;
81ecdfbb 12768}
b5bd9624 12769_ACEOF
6bb11ab3
L
12770if ac_fn_c_try_link "$LINENO"; then :
12771 ac_cv_lib_dld_dld_link=yes
12772else
12773 ac_cv_lib_dld_dld_link=no
12774fi
12775rm -f core conftest.err conftest.$ac_objext \
12776 conftest$ac_exeext conftest.$ac_ext
12777LIBS=$ac_check_lib_save_LIBS
12778fi
12779{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12780$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12781if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12782 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12783fi
12784
12785
12786fi
12787
12788
12789fi
12790
12791
12792fi
12793
12794
12795fi
12796
12797
12798fi
12799
12800 ;;
12801 esac
12802
12803 if test "x$lt_cv_dlopen" != xno; then
12804 enable_dlopen=yes
b5bd9624 12805 else
6bb11ab3
L
12806 enable_dlopen=no
12807 fi
12808
12809 case $lt_cv_dlopen in
12810 dlopen)
12811 save_CPPFLAGS="$CPPFLAGS"
12812 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12813
12814 save_LDFLAGS="$LDFLAGS"
12815 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12816
12817 save_LIBS="$LIBS"
12818 LIBS="$lt_cv_dlopen_libs $LIBS"
12819
12820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12821$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12822if test "${lt_cv_dlopen_self+set}" = set; then :
12823 $as_echo_n "(cached) " >&6
12824else
12825 if test "$cross_compiling" = yes; then :
12826 lt_cv_dlopen_self=cross
12827else
12828 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12829 lt_status=$lt_dlunknown
12830 cat > conftest.$ac_ext <<_LT_EOF
5c887dd5 12831#line 12831 "configure"
6bb11ab3
L
12832#include "confdefs.h"
12833
12834#if HAVE_DLFCN_H
12835#include <dlfcn.h>
12836#endif
12837
12838#include <stdio.h>
12839
12840#ifdef RTLD_GLOBAL
12841# define LT_DLGLOBAL RTLD_GLOBAL
12842#else
12843# ifdef DL_GLOBAL
12844# define LT_DLGLOBAL DL_GLOBAL
12845# else
12846# define LT_DLGLOBAL 0
12847# endif
12848#endif
12849
12850/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12851 find out it does not work in some platform. */
12852#ifndef LT_DLLAZY_OR_NOW
12853# ifdef RTLD_LAZY
12854# define LT_DLLAZY_OR_NOW RTLD_LAZY
12855# else
12856# ifdef DL_LAZY
12857# define LT_DLLAZY_OR_NOW DL_LAZY
12858# else
12859# ifdef RTLD_NOW
12860# define LT_DLLAZY_OR_NOW RTLD_NOW
12861# else
12862# ifdef DL_NOW
12863# define LT_DLLAZY_OR_NOW DL_NOW
12864# else
12865# define LT_DLLAZY_OR_NOW 0
12866# endif
12867# endif
12868# endif
12869# endif
12870#endif
12871
12872/* When -fvisbility=hidden is used, assume the code has been annotated
12873 correspondingly for the symbols needed. */
12874#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12875void fnord () __attribute__((visibility("default")));
12876#endif
12877
12878void fnord () { int i=42; }
12879int main ()
12880{
12881 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12882 int status = $lt_dlunknown;
12883
12884 if (self)
12885 {
12886 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12887 else
12888 {
12889 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12890 else puts (dlerror ());
12891 }
12892 /* dlclose (self); */
12893 }
12894 else
12895 puts (dlerror ());
12896
12897 return status;
12898}
12899_LT_EOF
12900 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12901 (eval $ac_link) 2>&5
12902 ac_status=$?
12903 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12904 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12905 (./conftest; exit; ) >&5 2>/dev/null
12906 lt_status=$?
12907 case x$lt_status in
12908 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12909 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12910 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12911 esac
12912 else :
12913 # compilation failed
12914 lt_cv_dlopen_self=no
b5bd9624 12915 fi
b5bd9624 12916fi
6bb11ab3
L
12917rm -fr conftest*
12918
12919
b5bd9624 12920fi
6bb11ab3
L
12921{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12922$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12923
6bb11ab3
L
12924 if test "x$lt_cv_dlopen_self" = xyes; then
12925 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12927$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12928if test "${lt_cv_dlopen_self_static+set}" = set; then :
12929 $as_echo_n "(cached) " >&6
b5bd9624 12930else
6bb11ab3
L
12931 if test "$cross_compiling" = yes; then :
12932 lt_cv_dlopen_self_static=cross
12933else
12934 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12935 lt_status=$lt_dlunknown
12936 cat > conftest.$ac_ext <<_LT_EOF
5c887dd5 12937#line 12937 "configure"
6bb11ab3
L
12938#include "confdefs.h"
12939
12940#if HAVE_DLFCN_H
12941#include <dlfcn.h>
12942#endif
12943
12944#include <stdio.h>
12945
12946#ifdef RTLD_GLOBAL
12947# define LT_DLGLOBAL RTLD_GLOBAL
12948#else
12949# ifdef DL_GLOBAL
12950# define LT_DLGLOBAL DL_GLOBAL
12951# else
12952# define LT_DLGLOBAL 0
12953# endif
12954#endif
12955
12956/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12957 find out it does not work in some platform. */
12958#ifndef LT_DLLAZY_OR_NOW
12959# ifdef RTLD_LAZY
12960# define LT_DLLAZY_OR_NOW RTLD_LAZY
12961# else
12962# ifdef DL_LAZY
12963# define LT_DLLAZY_OR_NOW DL_LAZY
12964# else
12965# ifdef RTLD_NOW
12966# define LT_DLLAZY_OR_NOW RTLD_NOW
12967# else
12968# ifdef DL_NOW
12969# define LT_DLLAZY_OR_NOW DL_NOW
12970# else
12971# define LT_DLLAZY_OR_NOW 0
12972# endif
12973# endif
12974# endif
12975# endif
12976#endif
12977
12978/* When -fvisbility=hidden is used, assume the code has been annotated
12979 correspondingly for the symbols needed. */
12980#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12981void fnord () __attribute__((visibility("default")));
12982#endif
12983
12984void fnord () { int i=42; }
12985int main ()
12986{
12987 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12988 int status = $lt_dlunknown;
12989
12990 if (self)
12991 {
12992 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12993 else
12994 {
12995 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12996 else puts (dlerror ());
12997 }
12998 /* dlclose (self); */
12999 }
13000 else
13001 puts (dlerror ());
13002
13003 return status;
13004}
13005_LT_EOF
13006 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13007 (eval $ac_link) 2>&5
13008 ac_status=$?
13009 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13010 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13011 (./conftest; exit; ) >&5 2>/dev/null
13012 lt_status=$?
13013 case x$lt_status in
13014 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13015 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13016 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13017 esac
13018 else :
13019 # compilation failed
13020 lt_cv_dlopen_self_static=no
13021 fi
b5bd9624 13022fi
6bb11ab3
L
13023rm -fr conftest*
13024
13025
b5bd9624 13026fi
6bb11ab3
L
13027{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13028$as_echo "$lt_cv_dlopen_self_static" >&6; }
13029 fi
13030
13031 CPPFLAGS="$save_CPPFLAGS"
13032 LDFLAGS="$save_LDFLAGS"
13033 LIBS="$save_LIBS"
13034 ;;
13035 esac
13036
13037 case $lt_cv_dlopen_self in
13038 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13039 *) enable_dlopen_self=unknown ;;
13040 esac
13041
13042 case $lt_cv_dlopen_self_static in
13043 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13044 *) enable_dlopen_self_static=unknown ;;
13045 esac
13046fi
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057
13058
13059
13060
13061
13062
13063
13064striplib=
13065old_striplib=
13066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13067$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13068if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13069 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13070 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13072$as_echo "yes" >&6; }
13073else
13074# FIXME - insert some real tests, host_os isn't really good enough
13075 case $host_os in
13076 darwin*)
13077 if test -n "$STRIP" ; then
13078 striplib="$STRIP -x"
13079 old_striplib="$STRIP -S"
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13081$as_echo "yes" >&6; }
13082 else
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13084$as_echo "no" >&6; }
13085 fi
13086 ;;
13087 *)
13088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13089$as_echo "no" >&6; }
13090 ;;
13091 esac
13092fi
13093
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105 # Report which library types will actually be built
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13107$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13109$as_echo "$can_build_shared" >&6; }
13110
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13112$as_echo_n "checking whether to build shared libraries... " >&6; }
13113 test "$can_build_shared" = "no" && enable_shared=no
13114
13115 # On AIX, shared libraries and static libraries use the same namespace, and
13116 # are all built from PIC.
13117 case $host_os in
13118 aix3*)
13119 test "$enable_shared" = yes && enable_static=no
13120 if test -n "$RANLIB"; then
13121 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13122 postinstall_cmds='$RANLIB $lib'
13123 fi
13124 ;;
13125
13126 aix[4-9]*)
13127 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13128 test "$enable_shared" = yes && enable_static=no
13129 fi
13130 ;;
13131 esac
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13133$as_echo "$enable_shared" >&6; }
13134
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13136$as_echo_n "checking whether to build static libraries... " >&6; }
13137 # Make sure either enable_shared or enable_static is yes.
13138 test "$enable_shared" = yes || enable_static=yes
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13140$as_echo "$enable_static" >&6; }
13141
13142
13143
13144
13145fi
13146ac_ext=c
13147ac_cpp='$CPP $CPPFLAGS'
13148ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13149ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13150ac_compiler_gnu=$ac_cv_c_compiler_gnu
13151
13152CC="$lt_save_CC"
13153
13154
13155
13156
13157
13158
13159
13160
13161
b5bd9624 13162
b5bd9624 13163
b5bd9624 13164
b5bd9624 13165
6bb11ab3
L
13166 ac_config_commands="$ac_config_commands libtool"
13167
13168
13169
13170
13171# Only expand once:
13172
13173
5912fadd 13174
b5bd9624 13175
d45a4bef
JB
13176. ${srcdir}/../../bfd/configure.host
13177
13178
13179
31e6ad7d
MF
13180
13181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13182$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13183 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13184if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13185 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13186else
13187 USE_MAINTAINER_MODE=no
d45a4bef 13188fi
31e6ad7d
MF
13189
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13191$as_echo "$USE_MAINTAINER_MODE" >&6; }
13192 if test $USE_MAINTAINER_MODE = yes; then
13193 MAINTAINER_MODE_TRUE=
13194 MAINTAINER_MODE_FALSE='#'
d45a4bef 13195else
31e6ad7d
MF
13196 MAINTAINER_MODE_TRUE='#'
13197 MAINTAINER_MODE_FALSE=
81ecdfbb 13198fi
d45a4bef 13199
31e6ad7d
MF
13200 MAINT=$MAINTAINER_MODE_TRUE
13201
13202
d45a4bef 13203
81ecdfbb 13204
ce39bd38
MF
13205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13206$as_echo_n "checking for sim debug setting... " >&6; }
13207sim_debug="0"
81ecdfbb
RW
13208# Check whether --enable-sim-debug was given.
13209if test "${enable_sim_debug+set}" = set; then :
13210 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13211 yes) sim_debug="7";;
13212 no) sim_debug="0";;
13213 *) sim_debug="($enableval)";;
d45a4bef 13214esac
d45a4bef 13215fi
ce39bd38
MF
13216if test "$sim_debug" != "0"; then
13217
13218cat >>confdefs.h <<_ACEOF
13219#define DEBUG $sim_debug
13220_ACEOF
13221
81ecdfbb 13222fi
d45a4bef 13223
ce39bd38
MF
13224cat >>confdefs.h <<_ACEOF
13225#define WITH_DEBUG $sim_debug
13226_ACEOF
13227
13228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13229$as_echo "$sim_debug" >&6; }
d45a4bef 13230
81ecdfbb 13231
ce39bd38
MF
13232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13233$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13234sim_stdio="0"
81ecdfbb
RW
13235# Check whether --enable-sim-stdio was given.
13236if test "${enable_sim_stdio+set}" = set; then :
13237 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13238 yes) sim_stdio="DO_USE_STDIO";;
13239 no) sim_stdio="DONT_USE_STDIO";;
13240 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
d45a4bef 13241esac
81ecdfbb 13242fi
d45a4bef 13243
ce39bd38
MF
13244cat >>confdefs.h <<_ACEOF
13245#define WITH_STDIO $sim_stdio
13246_ACEOF
13247
13248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13249$as_echo "$sim_stdio" >&6; }
d45a4bef 13250
81ecdfbb 13251
ce39bd38
MF
13252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13253$as_echo_n "checking for sim trace settings... " >&6; }
13254sim_trace="~TRACE_debug"
81ecdfbb
RW
13255# Check whether --enable-sim-trace was given.
13256if test "${enable_sim_trace+set}" = set; then :
13257 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13258 yes) sim_trace="-1";;
13259 no) sim_trace="0";;
d45a4bef 13260 [-0-9]*)
ce39bd38 13261 sim_trace="'(${enableval})'";;
2232061b 13262 [[:lower:]]*)
d45a4bef
JB
13263 sim_trace=""
13264 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13265 if test x"$sim_trace" = x; then
ce39bd38 13266 sim_trace="(TRACE_$x"
d45a4bef
JB
13267 else
13268 sim_trace="${sim_trace}|TRACE_$x"
13269 fi
13270 done
ce39bd38 13271 sim_trace="$sim_trace)" ;;
d45a4bef 13272esac
81ecdfbb 13273fi
d45a4bef 13274
ce39bd38
MF
13275cat >>confdefs.h <<_ACEOF
13276#define WITH_TRACE $sim_trace
13277_ACEOF
13278
13279{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13280$as_echo "$sim_trace" >&6; }
d45a4bef 13281
81ecdfbb 13282
ce39bd38
MF
13283{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13284$as_echo_n "checking for sim profile settings... " >&6; }
13285profile="1"
13286sim_profile="-1"
81ecdfbb
RW
13287# Check whether --enable-sim-profile was given.
13288if test "${enable_sim_profile+set}" = set; then :
13289 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13290 yes) profile="1" sim_profile="-1";;
13291 no) profile="0" sim_profile="0";;
d45a4bef 13292 [-0-9]*)
ce39bd38 13293 profile="(${enableval})" sim_profile="(${enableval})";;
d45a4bef 13294 [a-z]*)
ce39bd38 13295 profile="1"
d45a4bef
JB
13296 sim_profile=""
13297 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13298 if test x"$sim_profile" = x; then
ce39bd38 13299 sim_profile="(PROFILE_$x"
d45a4bef
JB
13300 else
13301 sim_profile="${sim_profile}|PROFILE_$x"
13302 fi
13303 done
ce39bd38 13304 sim_profile="$sim_profile)" ;;
d45a4bef 13305esac
81ecdfbb 13306fi
d45a4bef 13307
ce39bd38
MF
13308cat >>confdefs.h <<_ACEOF
13309#define PROFILE $profile
13310_ACEOF
d45a4bef 13311
6efef468 13312
ce39bd38
MF
13313cat >>confdefs.h <<_ACEOF
13314#define WITH_PROFILE $sim_profile
13315_ACEOF
13316
13317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13318$as_echo "$sim_profile" >&6; }
13319
13320
13321
13322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13323$as_echo_n "checking whether to enable sim asserts... " >&6; }
13324sim_assert="1"
35656e95
MF
13325# Check whether --enable-sim-assert was given.
13326if test "${enable_sim_assert+set}" = set; then :
13327 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13328 yes) sim_assert="1";;
13329 no) sim_assert="0";;
13330 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13331esac
35656e95
MF
13332fi
13333
ce39bd38
MF
13334cat >>confdefs.h <<_ACEOF
13335#define WITH_ASSERT $sim_assert
13336_ACEOF
13337
13338{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13339$as_echo "$sim_assert" >&6; }
13340
35656e95 13341
ce39bd38
MF
13342{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13343$as_echo_n "checking default sim environment setting... " >&6; }
13344sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13345# Check whether --enable-sim-environment was given.
13346if test "${enable_sim_environment+set}" = set; then :
13347 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13348 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13349 user | USER) sim_environment="USER_ENVIRONMENT";;
13350 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13351 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13352 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13353esac
16f7876d
MF
13354fi
13355
ce39bd38
MF
13356cat >>confdefs.h <<_ACEOF
13357#define WITH_ENVIRONMENT $sim_environment
13358_ACEOF
13359
13360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13361$as_echo "$sim_environment" >&6; }
13362
16f7876d 13363
347fe5bb
MF
13364sim_inline="-DDEFAULT_INLINE=0"
13365# Check whether --enable-sim-inline was given.
13366if test "${enable_sim_inline+set}" = set; then :
13367 enableval=$enable_sim_inline; sim_inline=""
13368case "$enableval" in
13369 no) sim_inline="-DDEFAULT_INLINE=0";;
13370 0) sim_inline="-DDEFAULT_INLINE=0";;
13371 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13372 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13373 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13374 new_flag=""
13375 case "$x" in
13376 *_INLINE=*) new_flag="-D$x";;
13377 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13378 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13379 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13380 esac
13381 if test x"$sim_inline" = x""; then
13382 sim_inline="$new_flag"
13383 else
13384 sim_inline="$sim_inline $new_flag"
13385 fi
13386 done;;
13387esac
13388if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13389 echo "Setting inline flags = $sim_inline" 6>&1
13390fi
13391fi
13392
13393
13394
81ecdfbb
RW
13395
13396# Check whether --with-pkgversion was given.
13397if test "${with_pkgversion+set}" = set; then :
13398 withval=$with_pkgversion; case "$withval" in
13399 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13400 no) PKGVERSION= ;;
13401 *) PKGVERSION="($withval) " ;;
13402 esac
13403else
bf12d44e 13404 PKGVERSION="(SIM) "
6efef468 13405
81ecdfbb
RW
13406fi
13407
6efef468
JM
13408
13409
13410
13411
81ecdfbb
RW
13412# Check whether --with-bugurl was given.
13413if test "${with_bugurl+set}" = set; then :
13414 withval=$with_bugurl; case "$withval" in
13415 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13416 no) BUGURL=
13417 ;;
13418 *) BUGURL="$withval"
13419 ;;
13420 esac
13421else
13422 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13423
81ecdfbb
RW
13424fi
13425
6efef468
JM
13426 case ${BUGURL} in
13427 "")
13428 REPORT_BUGS_TO=
13429 REPORT_BUGS_TEXI=
13430 ;;
13431 *)
13432 REPORT_BUGS_TO="<$BUGURL>"
13433 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13434 ;;
13435 esac;
13436
13437
13438
13439
13440cat >>confdefs.h <<_ACEOF
13441#define PKGVERSION "$PKGVERSION"
13442_ACEOF
13443
13444
13445cat >>confdefs.h <<_ACEOF
13446#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13447_ACEOF
13448
13449
81ecdfbb
RW
13450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13451$as_echo_n "checking return type of signal handlers... " >&6; }
13452if test "${ac_cv_type_signal+set}" = set; then :
13453 $as_echo_n "(cached) " >&6
d45a4bef 13454else
81ecdfbb 13455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
13456/* end confdefs.h. */
13457#include <sys/types.h>
13458#include <signal.h>
d45a4bef
JB
13459
13460int
13461main ()
13462{
81ecdfbb 13463return *(signal (0, 0)) (0) == 1;
d45a4bef
JB
13464 ;
13465 return 0;
13466}
13467_ACEOF
81ecdfbb
RW
13468if ac_fn_c_try_compile "$LINENO"; then :
13469 ac_cv_type_signal=int
d45a4bef 13470else
81ecdfbb 13471 ac_cv_type_signal=void
d45a4bef 13472fi
81ecdfbb 13473rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45a4bef 13474fi
81ecdfbb
RW
13475{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13476$as_echo "$ac_cv_type_signal" >&6; }
d45a4bef
JB
13477
13478cat >>confdefs.h <<_ACEOF
13479#define RETSIGTYPE $ac_cv_type_signal
13480_ACEOF
13481
13482
13483
13484
13485
d45a4bef 13486
6ffe910a 13487
269e9c18
MF
13488
13489# Check whether --enable-werror was given.
13490if test "${enable_werror+set}" = set; then :
13491 enableval=$enable_werror; case "${enableval}" in
13492 yes | y) ERROR_ON_WARNING="yes" ;;
13493 no | n) ERROR_ON_WARNING="no" ;;
13494 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13495 esac
13496fi
13497
13498
13499# Enable -Werror by default when using gcc
13500if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13501 ERROR_ON_WARNING=yes
13502fi
13503
13504WERROR_CFLAGS=""
13505if test "${ERROR_ON_WARNING}" = yes ; then
13506# NOTE: Disabled in the sim dir due to most sims generating warnings.
13507# WERROR_CFLAGS="-Werror"
13508 true
13509fi
13510
13511build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13512-Wpointer-sign \
13513-Wno-unused -Wunused-value -Wunused-function \
13514-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13515-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13516-Wold-style-declaration -Wold-style-definition"
13517
13518# Enable -Wno-format by default when using gcc on mingw since many
13519# GCC versions complain about %I64.
13520case "${host}" in
13521 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13522 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13523esac
13524
13525# Check whether --enable-build-warnings was given.
13526if test "${enable_build_warnings+set}" = set; then :
13527 enableval=$enable_build_warnings; case "${enableval}" in
13528 yes) ;;
13529 no) build_warnings="-w";;
13530 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13531 build_warnings="${build_warnings} ${t}";;
13532 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13533 build_warnings="${t} ${build_warnings}";;
13534 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13535esac
13536if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13537 echo "Setting compiler warning flags = $build_warnings" 6>&1
13538fi
13539fi
13540# Check whether --enable-sim-build-warnings was given.
13541if test "${enable_sim_build_warnings+set}" = set; then :
13542 enableval=$enable_sim_build_warnings; case "${enableval}" in
13543 yes) ;;
13544 no) build_warnings="-w";;
13545 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13546 build_warnings="${build_warnings} ${t}";;
13547 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13548 build_warnings="${t} ${build_warnings}";;
13549 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13550esac
13551if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13552 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13553fi
13554fi
13555WARN_CFLAGS=""
13556if test "x${build_warnings}" != x -a "x$GCC" = xyes
13557then
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13559$as_echo_n "checking compiler warning flags... " >&6; }
13560 # Separate out the -Werror flag as some files just cannot be
13561 # compiled with it enabled.
13562 for w in ${build_warnings}; do
13563 case $w in
13564 -Werr*) WERROR_CFLAGS=-Werror ;;
13565 *) # Check that GCC accepts it
13566 saved_CFLAGS="$CFLAGS"
13567 CFLAGS="$CFLAGS $w"
13568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13569/* end confdefs.h. */
13570
13571int
13572main ()
13573{
13574
13575 ;
13576 return 0;
13577}
13578_ACEOF
13579if ac_fn_c_try_compile "$LINENO"; then :
13580 WARN_CFLAGS="${WARN_CFLAGS} $w"
13581fi
13582rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13583 CFLAGS="$saved_CFLAGS"
13584 esac
13585 done
13586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13587$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13588fi
13589
13590
340cf1cf 13591for ac_header in sys/select.h termios.h sys/socket.h netinet/in.h netinet/tcp.h
81ecdfbb
RW
13592do :
13593 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13594ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13595eval as_val=\$$as_ac_Header
13596 if test "x$as_val" = x""yes; then :
340cf1cf 13597 cat >>confdefs.h <<_ACEOF
81ecdfbb 13598#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
340cf1cf
DD
13599_ACEOF
13600
13601fi
13602
13603done
13604
13605
13606
d45a4bef
JB
13607cgen_breaks=""
13608if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13609cgen_breaks="break cgen_rtx_error";
13610fi
13611
81ecdfbb 13612ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
d45a4bef 13613
81ecdfbb 13614ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
d45a4bef 13615
81ecdfbb 13616ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
d45a4bef 13617
81ecdfbb 13618ac_config_commands="$ac_config_commands Makefile"
d45a4bef 13619
81ecdfbb 13620ac_config_commands="$ac_config_commands stamp-h"
d45a4bef
JB
13621
13622cat >confcache <<\_ACEOF
13623# This file is a shell script that caches the results of configure
13624# tests run on this system so they can be shared between configure
13625# scripts and configure runs, see configure's option --config-cache.
13626# It is not useful on other systems. If it contains results you don't
13627# want to keep, you may remove or edit it.
13628#
13629# config.status only pays attention to the cache file if you give it
13630# the --recheck option to rerun configure.
13631#
13632# `ac_cv_env_foo' variables (set or unset) will be overridden when
13633# loading this file, other *unset* `ac_cv_foo' will be assigned the
13634# following values.
13635
13636_ACEOF
13637
13638# The following way of writing the cache mishandles newlines in values,
13639# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13640# So, we kill variables containing newlines.
d45a4bef
JB
13641# Ultrix sh set writes to stderr and can't be redirected directly,
13642# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13643(
13644 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13645 eval ac_val=\$$ac_var
13646 case $ac_val in #(
13647 *${as_nl}*)
13648 case $ac_var in #(
13649 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13650$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13651 esac
13652 case $ac_var in #(
13653 _ | IFS | as_nl) ;; #(
13654 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13655 *) { eval $ac_var=; unset $ac_var;} ;;
13656 esac ;;
13657 esac
13658 done
13659
d45a4bef 13660 (set) 2>&1 |
81ecdfbb
RW
13661 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13662 *${as_nl}ac_space=\ *)
13663 # `set' does not quote correctly, so add quotes: double-quote
13664 # substitution turns \\\\ into \\, and sed turns \\ into \.
d45a4bef
JB
13665 sed -n \
13666 "s/'/'\\\\''/g;
13667 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13668 ;; #(
d45a4bef
JB
13669 *)
13670 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13671 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d45a4bef 13672 ;;
81ecdfbb
RW
13673 esac |
13674 sort
13675) |
d45a4bef 13676 sed '
81ecdfbb 13677 /^ac_cv_env_/b end
d45a4bef 13678 t clear
81ecdfbb 13679 :clear
d45a4bef
JB
13680 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13681 t end
81ecdfbb
RW
13682 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13683 :end' >>confcache
13684if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13685 if test -w "$cache_file"; then
13686 test "x$cache_file" != "x/dev/null" &&
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13688$as_echo "$as_me: updating cache $cache_file" >&6;}
d45a4bef
JB
13689 cat confcache >$cache_file
13690 else
81ecdfbb
RW
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13692$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
d45a4bef
JB
13693 fi
13694fi
13695rm -f confcache
13696
13697test "x$prefix" = xNONE && prefix=$ac_default_prefix
13698# Let make expand exec_prefix.
13699test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13700
d45a4bef
JB
13701DEFS=-DHAVE_CONFIG_H
13702
13703ac_libobjs=
13704ac_ltlibobjs=
13705for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13706 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13707 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13708 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13709 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13710 # will be set to the directory where LIBOBJS objects are built.
13711 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13712 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
d45a4bef
JB
13713done
13714LIBOBJS=$ac_libobjs
13715
13716LTLIBOBJS=$ac_ltlibobjs
13717
13718
0cb8d851 13719
db2e4d67
MF
13720if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13721 as_fn_error "conditional \"GMAKE\" was never defined.
13722Usually this means the macro was only invoked conditionally." "$LINENO" 5
13723fi
6bb11ab3
L
13724if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13725 as_fn_error "conditional \"PLUGINS\" was never defined.
13726Usually this means the macro was only invoked conditionally." "$LINENO" 5
13727fi
31e6ad7d
MF
13728if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13729 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13730Usually this means the macro was only invoked conditionally." "$LINENO" 5
13731fi
d45a4bef
JB
13732
13733: ${CONFIG_STATUS=./config.status}
81ecdfbb 13734ac_write_fail=0
d45a4bef
JB
13735ac_clean_files_save=$ac_clean_files
13736ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13737{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13738$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13739as_write_fail=0
13740cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
d45a4bef
JB
13741#! $SHELL
13742# Generated by $as_me.
13743# Run this file to recreate the current configuration.
13744# Compiler output produced by configure, useful for debugging
13745# configure, is in config.log if it exists.
13746
13747debug=false
13748ac_cs_recheck=false
13749ac_cs_silent=false
d45a4bef 13750
81ecdfbb
RW
13751SHELL=\${CONFIG_SHELL-$SHELL}
13752export SHELL
13753_ASEOF
13754cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13755## -------------------- ##
13756## M4sh Initialization. ##
13757## -------------------- ##
13758
13759# Be more Bourne compatible
13760DUALCASE=1; export DUALCASE # for MKS sh
13761if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d45a4bef
JB
13762 emulate sh
13763 NULLCMD=:
81ecdfbb 13764 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d45a4bef
JB
13765 # is contrary to our usage. Disable this feature.
13766 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13767 setopt NO_GLOB_SUBST
13768else
13769 case `(set -o) 2>/dev/null` in #(
13770 *posix*) :
13771 set -o posix ;; #(
13772 *) :
13773 ;;
13774esac
d45a4bef 13775fi
d45a4bef 13776
81ecdfbb
RW
13777
13778as_nl='
13779'
13780export as_nl
13781# Printing a long string crashes Solaris 7 /usr/bin/printf.
13782as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13783as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13784as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13785# Prefer a ksh shell builtin over an external printf program on Solaris,
13786# but without wasting forks for bash or zsh.
13787if test -z "$BASH_VERSION$ZSH_VERSION" \
13788 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13789 as_echo='print -r --'
13790 as_echo_n='print -rn --'
13791elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13792 as_echo='printf %s\n'
13793 as_echo_n='printf %s'
13794else
13795 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13796 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13797 as_echo_n='/usr/ucb/echo -n'
13798 else
13799 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13800 as_echo_n_body='eval
13801 arg=$1;
13802 case $arg in #(
13803 *"$as_nl"*)
13804 expr "X$arg" : "X\\(.*\\)$as_nl";
13805 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13806 esac;
13807 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13808 '
13809 export as_echo_n_body
13810 as_echo_n='sh -c $as_echo_n_body as_echo'
13811 fi
13812 export as_echo_body
13813 as_echo='sh -c $as_echo_body as_echo'
13814fi
13815
13816# The user is always right.
13817if test "${PATH_SEPARATOR+set}" != set; then
13818 PATH_SEPARATOR=:
13819 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13820 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13821 PATH_SEPARATOR=';'
13822 }
d45a4bef
JB
13823fi
13824
13825
81ecdfbb
RW
13826# IFS
13827# We need space, tab and new line, in precisely that order. Quoting is
13828# there to prevent editors from complaining about space-tab.
13829# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13830# splitting by setting IFS to empty value.)
13831IFS=" "" $as_nl"
13832
13833# Find who we are. Look in the path if we contain no directory separator.
13834case $0 in #((
13835 *[\\/]* ) as_myself=$0 ;;
13836 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13837for as_dir in $PATH
13838do
13839 IFS=$as_save_IFS
13840 test -z "$as_dir" && as_dir=.
13841 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13842 done
13843IFS=$as_save_IFS
13844
13845 ;;
13846esac
13847# We did not find ourselves, most probably we were run as `sh COMMAND'
13848# in which case we are not to be found in the path.
13849if test "x$as_myself" = x; then
13850 as_myself=$0
13851fi
13852if test ! -f "$as_myself"; then
13853 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13854 exit 1
13855fi
13856
13857# Unset variables that we do not need and which cause bugs (e.g. in
13858# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13859# suppresses any "Segmentation fault" message there. '((' could
13860# trigger a bug in pdksh 5.2.14.
13861for as_var in BASH_ENV ENV MAIL MAILPATH
13862do eval test x\${$as_var+set} = xset \
13863 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13864done
d45a4bef
JB
13865PS1='$ '
13866PS2='> '
13867PS4='+ '
13868
13869# NLS nuisances.
81ecdfbb
RW
13870LC_ALL=C
13871export LC_ALL
13872LANGUAGE=C
13873export LANGUAGE
13874
13875# CDPATH.
13876(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13877
13878
13879# as_fn_error ERROR [LINENO LOG_FD]
13880# ---------------------------------
13881# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13882# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13883# script with status $?, using 1 if that was 0.
13884as_fn_error ()
13885{
13886 as_status=$?; test $as_status -eq 0 && as_status=1
13887 if test "$3"; then
13888 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13889 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
d45a4bef 13890 fi
81ecdfbb
RW
13891 $as_echo "$as_me: error: $1" >&2
13892 as_fn_exit $as_status
13893} # as_fn_error
13894
13895
13896# as_fn_set_status STATUS
13897# -----------------------
13898# Set $? to STATUS, without forking.
13899as_fn_set_status ()
13900{
13901 return $1
13902} # as_fn_set_status
13903
13904# as_fn_exit STATUS
13905# -----------------
13906# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13907as_fn_exit ()
13908{
13909 set +e
13910 as_fn_set_status $1
13911 exit $1
13912} # as_fn_exit
13913
13914# as_fn_unset VAR
13915# ---------------
13916# Portably unset VAR.
13917as_fn_unset ()
13918{
13919 { eval $1=; unset $1;}
13920}
13921as_unset=as_fn_unset
13922# as_fn_append VAR VALUE
13923# ----------------------
13924# Append the text in VALUE to the end of the definition contained in VAR. Take
13925# advantage of any shell optimizations that allow amortized linear growth over
13926# repeated appends, instead of the typical quadratic growth present in naive
13927# implementations.
13928if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13929 eval 'as_fn_append ()
13930 {
13931 eval $1+=\$2
13932 }'
13933else
13934 as_fn_append ()
13935 {
13936 eval $1=\$$1\$2
13937 }
13938fi # as_fn_append
13939
13940# as_fn_arith ARG...
13941# ------------------
13942# Perform arithmetic evaluation on the ARGs, and store the result in the
13943# global $as_val. Take advantage of shells that can avoid forks. The arguments
13944# must be portable across $(()) and expr.
13945if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13946 eval 'as_fn_arith ()
13947 {
13948 as_val=$(( $* ))
13949 }'
13950else
13951 as_fn_arith ()
13952 {
13953 as_val=`expr "$@" || test $? -eq 1`
13954 }
13955fi # as_fn_arith
13956
d45a4bef 13957
81ecdfbb
RW
13958if expr a : '\(a\)' >/dev/null 2>&1 &&
13959 test "X`expr 00001 : '.*\(...\)'`" = X001; then
d45a4bef
JB
13960 as_expr=expr
13961else
13962 as_expr=false
13963fi
13964
81ecdfbb 13965if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
d45a4bef
JB
13966 as_basename=basename
13967else
13968 as_basename=false
13969fi
13970
81ecdfbb
RW
13971if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13972 as_dirname=dirname
13973else
13974 as_dirname=false
13975fi
d45a4bef 13976
81ecdfbb 13977as_me=`$as_basename -- "$0" ||
d45a4bef
JB
13978$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13979 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13980 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13981$as_echo X/"$0" |
13982 sed '/^.*\/\([^/][^/]*\)\/*$/{
13983 s//\1/
13984 q
13985 }
13986 /^X\/\(\/\/\)$/{
13987 s//\1/
13988 q
13989 }
13990 /^X\/\(\/\).*/{
13991 s//\1/
13992 q
13993 }
13994 s/.*/./; q'`
d45a4bef 13995
d45a4bef
JB
13996# Avoid depending upon Character Ranges.
13997as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13998as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13999as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14000as_cr_digits='0123456789'
14001as_cr_alnum=$as_cr_Letters$as_cr_digits
14002
81ecdfbb
RW
14003ECHO_C= ECHO_N= ECHO_T=
14004case `echo -n x` in #(((((
14005-n*)
14006 case `echo 'xy\c'` in
14007 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14008 xy) ECHO_C='\c';;
14009 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14010 ECHO_T=' ';;
14011 esac;;
14012*)
14013 ECHO_N='-n';;
d45a4bef
JB
14014esac
14015
81ecdfbb
RW
14016rm -f conf$$ conf$$.exe conf$$.file
14017if test -d conf$$.dir; then
14018 rm -f conf$$.dir/conf$$.file
d45a4bef 14019else
81ecdfbb
RW
14020 rm -f conf$$.dir
14021 mkdir conf$$.dir 2>/dev/null
d45a4bef 14022fi
81ecdfbb
RW
14023if (echo >conf$$.file) 2>/dev/null; then
14024 if ln -s conf$$.file conf$$ 2>/dev/null; then
d45a4bef 14025 as_ln_s='ln -s'
81ecdfbb
RW
14026 # ... but there are two gotchas:
14027 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14028 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14029 # In both cases, we have to default to `cp -p'.
14030 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14031 as_ln_s='cp -p'
14032 elif ln conf$$.file conf$$ 2>/dev/null; then
14033 as_ln_s=ln
14034 else
14035 as_ln_s='cp -p'
d45a4bef 14036 fi
d45a4bef
JB
14037else
14038 as_ln_s='cp -p'
14039fi
81ecdfbb
RW
14040rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14041rmdir conf$$.dir 2>/dev/null
14042
d45a4bef 14043
81ecdfbb
RW
14044# as_fn_mkdir_p
14045# -------------
14046# Create "$as_dir" as a directory, including parents if necessary.
14047as_fn_mkdir_p ()
14048{
14049
14050 case $as_dir in #(
14051 -*) as_dir=./$as_dir;;
14052 esac
14053 test -d "$as_dir" || eval $as_mkdir_p || {
14054 as_dirs=
14055 while :; do
14056 case $as_dir in #(
14057 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14058 *) as_qdir=$as_dir;;
14059 esac
14060 as_dirs="'$as_qdir' $as_dirs"
14061 as_dir=`$as_dirname -- "$as_dir" ||
14062$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14063 X"$as_dir" : 'X\(//\)[^/]' \| \
14064 X"$as_dir" : 'X\(//\)$' \| \
14065 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14066$as_echo X"$as_dir" |
14067 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14068 s//\1/
14069 q
14070 }
14071 /^X\(\/\/\)[^/].*/{
14072 s//\1/
14073 q
14074 }
14075 /^X\(\/\/\)$/{
14076 s//\1/
14077 q
14078 }
14079 /^X\(\/\).*/{
14080 s//\1/
14081 q
14082 }
14083 s/.*/./; q'`
14084 test -d "$as_dir" && break
14085 done
14086 test -z "$as_dirs" || eval "mkdir $as_dirs"
14087 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14088
14089
14090} # as_fn_mkdir_p
d45a4bef 14091if mkdir -p . 2>/dev/null; then
81ecdfbb 14092 as_mkdir_p='mkdir -p "$as_dir"'
d45a4bef
JB
14093else
14094 test -d ./-p && rmdir ./-p
14095 as_mkdir_p=false
14096fi
14097
81ecdfbb
RW
14098if test -x / >/dev/null 2>&1; then
14099 as_test_x='test -x'
14100else
14101 if ls -dL / >/dev/null 2>&1; then
14102 as_ls_L_option=L
14103 else
14104 as_ls_L_option=
14105 fi
14106 as_test_x='
14107 eval sh -c '\''
14108 if test -d "$1"; then
14109 test -d "$1/.";
14110 else
14111 case $1 in #(
14112 -*)set "./$1";;
14113 esac;
14114 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14115 ???[sx]*):;;*)false;;esac;fi
14116 '\'' sh
14117 '
14118fi
14119as_executable_p=$as_test_x
d45a4bef
JB
14120
14121# Sed expression to map a string onto a valid CPP name.
14122as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14123
14124# Sed expression to map a string onto a valid variable name.
14125as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14126
14127
d45a4bef 14128exec 6>&1
81ecdfbb
RW
14129## ----------------------------------- ##
14130## Main body of $CONFIG_STATUS script. ##
14131## ----------------------------------- ##
14132_ASEOF
14133test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14134
14135cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14136# Save the log message, to keep $0 and so on meaningful, and to
d45a4bef 14137# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14138# values after options handling.
14139ac_log="
d45a4bef 14140This file was extended by $as_me, which was
81ecdfbb 14141generated by GNU Autoconf 2.64. Invocation command line was
d45a4bef
JB
14142
14143 CONFIG_FILES = $CONFIG_FILES
14144 CONFIG_HEADERS = $CONFIG_HEADERS
14145 CONFIG_LINKS = $CONFIG_LINKS
14146 CONFIG_COMMANDS = $CONFIG_COMMANDS
14147 $ $0 $@
14148
81ecdfbb
RW
14149on `(hostname || uname -n) 2>/dev/null | sed 1q`
14150"
14151
d45a4bef
JB
14152_ACEOF
14153
81ecdfbb
RW
14154case $ac_config_files in *"
14155"*) set x $ac_config_files; shift; ac_config_files=$*;;
14156esac
d45a4bef 14157
81ecdfbb
RW
14158case $ac_config_headers in *"
14159"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14160esac
d45a4bef 14161
d45a4bef 14162
81ecdfbb
RW
14163cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14164# Files that config.status was made for.
14165config_files="$ac_config_files"
14166config_headers="$ac_config_headers"
81ecdfbb 14167config_commands="$ac_config_commands"
d45a4bef 14168
81ecdfbb 14169_ACEOF
d45a4bef 14170
81ecdfbb 14171cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d45a4bef 14172ac_cs_usage="\
81ecdfbb
RW
14173\`$as_me' instantiates files and other configuration actions
14174from templates according to the current configuration. Unless the files
14175and actions are specified as TAGs, all are instantiated by default.
d45a4bef 14176
81ecdfbb 14177Usage: $0 [OPTION]... [TAG]...
d45a4bef
JB
14178
14179 -h, --help print this help, then exit
81ecdfbb
RW
14180 -V, --version print version number and configuration settings, then exit
14181 -q, --quiet, --silent
14182 do not print progress messages
d45a4bef
JB
14183 -d, --debug don't remove temporary files
14184 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14185 --file=FILE[:TEMPLATE]
14186 instantiate the configuration file FILE
14187 --header=FILE[:TEMPLATE]
14188 instantiate the configuration header FILE
d45a4bef
JB
14189
14190Configuration files:
14191$config_files
14192
14193Configuration headers:
14194$config_headers
14195
d45a4bef
JB
14196Configuration commands:
14197$config_commands
14198
81ecdfbb 14199Report bugs to the package provider."
d45a4bef 14200
81ecdfbb
RW
14201_ACEOF
14202cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d45a4bef
JB
14203ac_cs_version="\\
14204config.status
81ecdfbb
RW
14205configured by $0, generated by GNU Autoconf 2.64,
14206 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
d45a4bef 14207
81ecdfbb 14208Copyright (C) 2009 Free Software Foundation, Inc.
d45a4bef
JB
14209This config.status script is free software; the Free Software Foundation
14210gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14211
14212ac_pwd='$ac_pwd'
14213srcdir='$srcdir'
14214INSTALL='$INSTALL'
6bb11ab3 14215AWK='$AWK'
81ecdfbb 14216test -n "\$AWK" || AWK=awk
d45a4bef
JB
14217_ACEOF
14218
81ecdfbb
RW
14219cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14220# The default lists apply if the user does not specify any file.
d45a4bef
JB
14221ac_need_defaults=:
14222while test $# != 0
14223do
14224 case $1 in
14225 --*=*)
81ecdfbb
RW
14226 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14227 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
d45a4bef
JB
14228 ac_shift=:
14229 ;;
81ecdfbb 14230 *)
d45a4bef
JB
14231 ac_option=$1
14232 ac_optarg=$2
14233 ac_shift=shift
14234 ;;
d45a4bef
JB
14235 esac
14236
14237 case $ac_option in
14238 # Handling of the options.
d45a4bef
JB
14239 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14240 ac_cs_recheck=: ;;
81ecdfbb
RW
14241 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14242 $as_echo "$ac_cs_version"; exit ;;
14243 --debug | --debu | --deb | --de | --d | -d )
d45a4bef
JB
14244 debug=: ;;
14245 --file | --fil | --fi | --f )
14246 $ac_shift
81ecdfbb
RW
14247 case $ac_optarg in
14248 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14249 esac
14250 as_fn_append CONFIG_FILES " '$ac_optarg'"
d45a4bef
JB
14251 ac_need_defaults=false;;
14252 --header | --heade | --head | --hea )
14253 $ac_shift
81ecdfbb
RW
14254 case $ac_optarg in
14255 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14256 esac
14257 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
d45a4bef 14258 ac_need_defaults=false;;
81ecdfbb
RW
14259 --he | --h)
14260 # Conflict between --help and --header
14261 as_fn_error "ambiguous option: \`$1'
14262Try \`$0 --help' for more information.";;
14263 --help | --hel | -h )
14264 $as_echo "$ac_cs_usage"; exit ;;
d45a4bef
JB
14265 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14266 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14267 ac_cs_silent=: ;;
14268
14269 # This is an error.
81ecdfbb
RW
14270 -*) as_fn_error "unrecognized option: \`$1'
14271Try \`$0 --help' for more information." ;;
d45a4bef 14272
81ecdfbb
RW
14273 *) as_fn_append ac_config_targets " $1"
14274 ac_need_defaults=false ;;
d45a4bef
JB
14275
14276 esac
14277 shift
14278done
14279
14280ac_configure_extra_args=
14281
14282if $ac_cs_silent; then
14283 exec 6>/dev/null
14284 ac_configure_extra_args="$ac_configure_extra_args --silent"
14285fi
14286
14287_ACEOF
81ecdfbb 14288cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d45a4bef 14289if \$ac_cs_recheck; then
81ecdfbb
RW
14290 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14291 shift
14292 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14293 CONFIG_SHELL='$SHELL'
14294 export CONFIG_SHELL
14295 exec "\$@"
d45a4bef
JB
14296fi
14297
14298_ACEOF
81ecdfbb
RW
14299cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14300exec 5>>config.log
14301{
14302 echo
14303 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14304## Running $as_me. ##
14305_ASBOX
14306 $as_echo "$ac_log"
14307} >&5
d45a4bef 14308
81ecdfbb
RW
14309_ACEOF
14310cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14311#
14312# INIT-COMMANDS
14313#
14314ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14315
6bb11ab3
L
14316
14317# The HP-UX ksh and POSIX shell print the target directory to stdout
14318# if CDPATH is set.
14319(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14320
14321sed_quote_subst='$sed_quote_subst'
14322double_quote_subst='$double_quote_subst'
14323delay_variable_subst='$delay_variable_subst'
14324macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14325macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14326enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14327enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14328pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14329enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14330SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14331ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14332host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14333host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14334host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14335build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14336build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14337build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14338SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14339Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14340GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14341EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14342FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14343LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14344NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14345LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14346max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14347ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14348exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14349lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14350lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14351lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14352reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14353reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14354OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14355deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14356file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14357AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14358AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14359STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14360RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14361old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14362old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14363old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14364lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14365CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14366CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14367compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14368GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14369lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14370lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14371lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14372lt_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"`'
14373objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14374MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14375lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14376lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14377lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14378lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14379lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14380need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14381DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14382NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14383LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14384OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14385OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14386libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14387shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14388extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14389archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14390enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14391export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14392whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14393compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14394old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14395old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14396archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14397archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14398module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14399module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14400with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14401allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14402no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14403hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14404hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14405hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14406hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14407hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14408hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14409hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14410hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14411inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14412link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14413fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14414always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14415export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14416exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14417include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14418prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14419file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14420variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14421need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14422need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14423version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14424runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14425shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14426shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14427libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14428library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14429soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14430install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14431postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14432postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14433finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14434finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14435hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14436sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14437sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14438hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14439enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14440enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14441enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14442old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14443striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14444
14445LTCC='$LTCC'
14446LTCFLAGS='$LTCFLAGS'
14447compiler='$compiler_DEFAULT'
14448
14449# A function that is used when there is no print builtin or printf.
14450func_fallback_echo ()
14451{
14452 eval 'cat <<_LTECHO_EOF
14453\$1
14454_LTECHO_EOF'
14455}
14456
14457# Quote evaled strings.
14458for var in SHELL \
14459ECHO \
14460SED \
14461GREP \
14462EGREP \
14463FGREP \
14464LD \
14465NM \
14466LN_S \
14467lt_SP2NL \
14468lt_NL2SP \
14469reload_flag \
14470OBJDUMP \
14471deplibs_check_method \
14472file_magic_cmd \
14473AR \
14474AR_FLAGS \
14475STRIP \
14476RANLIB \
14477CC \
14478CFLAGS \
14479compiler \
14480lt_cv_sys_global_symbol_pipe \
14481lt_cv_sys_global_symbol_to_cdecl \
14482lt_cv_sys_global_symbol_to_c_name_address \
14483lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14484lt_prog_compiler_no_builtin_flag \
14485lt_prog_compiler_wl \
14486lt_prog_compiler_pic \
14487lt_prog_compiler_static \
14488lt_cv_prog_compiler_c_o \
14489need_locks \
14490DSYMUTIL \
14491NMEDIT \
14492LIPO \
14493OTOOL \
14494OTOOL64 \
14495shrext_cmds \
14496export_dynamic_flag_spec \
14497whole_archive_flag_spec \
14498compiler_needs_object \
14499with_gnu_ld \
14500allow_undefined_flag \
14501no_undefined_flag \
14502hardcode_libdir_flag_spec \
14503hardcode_libdir_flag_spec_ld \
14504hardcode_libdir_separator \
14505fix_srcfile_path \
14506exclude_expsyms \
14507include_expsyms \
14508file_list_spec \
14509variables_saved_for_relink \
14510libname_spec \
14511library_names_spec \
14512soname_spec \
14513install_override_mode \
14514finish_eval \
14515old_striplib \
14516striplib; do
14517 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14518 *[\\\\\\\`\\"\\\$]*)
14519 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14520 ;;
14521 *)
14522 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14523 ;;
14524 esac
14525done
14526
14527# Double-quote double-evaled strings.
14528for var in reload_cmds \
14529old_postinstall_cmds \
14530old_postuninstall_cmds \
14531old_archive_cmds \
14532extract_expsyms_cmds \
14533old_archive_from_new_cmds \
14534old_archive_from_expsyms_cmds \
14535archive_cmds \
14536archive_expsym_cmds \
14537module_cmds \
14538module_expsym_cmds \
14539export_symbols_cmds \
14540prelink_cmds \
14541postinstall_cmds \
14542postuninstall_cmds \
14543finish_cmds \
14544sys_lib_search_path_spec \
14545sys_lib_dlsearch_path_spec; do
14546 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14547 *[\\\\\\\`\\"\\\$]*)
14548 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14549 ;;
14550 *)
14551 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14552 ;;
14553 esac
14554done
14555
14556ac_aux_dir='$ac_aux_dir'
14557xsi_shell='$xsi_shell'
14558lt_shell_append='$lt_shell_append'
14559
14560# See if we are running on zsh, and set the options which allow our
14561# commands through without removal of \ escapes INIT.
14562if test -n "\${ZSH_VERSION+set}" ; then
14563 setopt NO_GLOB_SUBST
14564fi
14565
14566
14567 PACKAGE='$PACKAGE'
14568 VERSION='$VERSION'
14569 TIMESTAMP='$TIMESTAMP'
14570 RM='$RM'
14571 ofile='$ofile'
14572
14573
14574
14575
81ecdfbb 14576_ACEOF
d45a4bef 14577
81ecdfbb 14578cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d45a4bef 14579
81ecdfbb 14580# Handling of arguments.
d45a4bef
JB
14581for ac_config_target in $ac_config_targets
14582do
81ecdfbb
RW
14583 case $ac_config_target in
14584 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14585 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14586 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14587 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14588 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14589 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14590 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14591 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14592
14593 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d45a4bef
JB
14594 esac
14595done
14596
81ecdfbb 14597
d45a4bef
JB
14598# If the user did not use the arguments to specify the items to instantiate,
14599# then the envvar interface is used. Set only those that are not.
14600# We use the long form for the default assignment because of an extremely
14601# bizarre bug on SunOS 4.1.3.
14602if $ac_need_defaults; then
14603 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14604 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
d45a4bef
JB
14605 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14606fi
14607
14608# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14609# simply because there is no reason against having it here, and in addition,
d45a4bef 14610# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14611# Hook for its removal unless debugging.
14612# Note that there is a small window in which the directory will not be cleaned:
14613# after its creation but before its name has been assigned to `$tmp'.
d45a4bef
JB
14614$debug ||
14615{
81ecdfbb
RW
14616 tmp=
14617 trap 'exit_status=$?
14618 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14619' 0
14620 trap 'as_fn_exit 1' 1 2 13 15
d45a4bef 14621}
d45a4bef
JB
14622# Create a (secure) tmp directory for tmp files.
14623
14624{
81ecdfbb 14625 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d45a4bef
JB
14626 test -n "$tmp" && test -d "$tmp"
14627} ||
14628{
81ecdfbb
RW
14629 tmp=./conf$$-$RANDOM
14630 (umask 077 && mkdir "$tmp")
14631} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
d45a4bef 14632
81ecdfbb
RW
14633# Set up the scripts for CONFIG_FILES section.
14634# No need to generate them if there are no CONFIG_FILES.
14635# This happens for instance with `./config.status config.h'.
14636if test -n "$CONFIG_FILES"; then
d45a4bef 14637
d45a4bef 14638
81ecdfbb
RW
14639ac_cr=`echo X | tr X '\015'`
14640# On cygwin, bash can eat \r inside `` if the user requested igncr.
14641# But we know of no other shell where ac_cr would be empty at this
14642# point, so we can use a bashism as a fallback.
14643if test "x$ac_cr" = x; then
14644 eval ac_cr=\$\'\\r\'
14645fi
14646ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14647if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14648 ac_cs_awk_cr='\r'
14649else
14650 ac_cs_awk_cr=$ac_cr
14651fi
d45a4bef 14652
81ecdfbb 14653echo 'BEGIN {' >"$tmp/subs1.awk" &&
d45a4bef
JB
14654_ACEOF
14655
81ecdfbb
RW
14656
14657{
14658 echo "cat >conf$$subs.awk <<_ACEOF" &&
14659 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14660 echo "_ACEOF"
14661} >conf$$subs.sh ||
14662 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14663ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14664ac_delim='%!_!# '
14665for ac_last_try in false false false false false :; do
14666 . ./conf$$subs.sh ||
14667 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14668
14669 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14670 if test $ac_delim_n = $ac_delim_num; then
14671 break
14672 elif $ac_last_try; then
14673 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14674 else
14675 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
d45a4bef 14676 fi
81ecdfbb
RW
14677done
14678rm -f conf$$subs.sh
d45a4bef 14679
81ecdfbb
RW
14680cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14681cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
d45a4bef 14682_ACEOF
81ecdfbb
RW
14683sed -n '
14684h
14685s/^/S["/; s/!.*/"]=/
14686p
14687g
14688s/^[^!]*!//
14689:repl
14690t repl
14691s/'"$ac_delim"'$//
14692t delim
14693:nl
14694h
14695s/\(.\{148\}\).*/\1/
14696t more1
14697s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14698p
14699n
14700b repl
14701:more1
14702s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14703p
14704g
14705s/.\{148\}//
14706t nl
14707:delim
14708h
14709s/\(.\{148\}\).*/\1/
14710t more2
14711s/["\\]/\\&/g; s/^/"/; s/$/"/
14712p
14713b
14714:more2
14715s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14716p
14717g
14718s/.\{148\}//
14719t delim
14720' <conf$$subs.awk | sed '
14721/^[^""]/{
14722 N
14723 s/\n//
14724}
14725' >>$CONFIG_STATUS || ac_write_fail=1
14726rm -f conf$$subs.awk
14727cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14728_ACAWK
14729cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14730 for (key in S) S_is_set[key] = 1
14731 FS = "\a"
d45a4bef 14732
81ecdfbb
RW
14733}
14734{
14735 line = $ 0
14736 nfields = split(line, field, "@")
14737 substed = 0
14738 len = length(field[1])
14739 for (i = 2; i < nfields; i++) {
14740 key = field[i]
14741 keylen = length(key)
14742 if (S_is_set[key]) {
14743 value = S[key]
14744 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14745 len += length(value) + length(field[++i])
14746 substed = 1
14747 } else
14748 len += 1 + keylen
14749 }
14750
14751 print line
14752}
d45a4bef 14753
81ecdfbb
RW
14754_ACAWK
14755_ACEOF
14756cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14757if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14758 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d45a4bef 14759else
81ecdfbb
RW
14760 cat
14761fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14762 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14763_ACEOF
d45a4bef 14764
81ecdfbb
RW
14765# VPATH may cause trouble with some makes, so we remove $(srcdir),
14766# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14767# trailing colons and then remove the whole line if VPATH becomes empty
14768# (actually we leave an empty line to preserve line numbers).
14769if test "x$srcdir" = x.; then
14770 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14771s/:*\$(srcdir):*/:/
14772s/:*\${srcdir}:*/:/
14773s/:*@srcdir@:*/:/
14774s/^\([^=]*=[ ]*\):*/\1/
14775s/:*$//
14776s/^[^=]*=[ ]*$//
14777}'
14778fi
d45a4bef 14779
81ecdfbb
RW
14780cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14781fi # test -n "$CONFIG_FILES"
d45a4bef 14782
81ecdfbb
RW
14783# Set up the scripts for CONFIG_HEADERS section.
14784# No need to generate them if there are no CONFIG_HEADERS.
14785# This happens for instance with `./config.status Makefile'.
14786if test -n "$CONFIG_HEADERS"; then
14787cat >"$tmp/defines.awk" <<\_ACAWK ||
14788BEGIN {
14789_ACEOF
d45a4bef 14790
81ecdfbb
RW
14791# Transform confdefs.h into an awk script `defines.awk', embedded as
14792# here-document in config.status, that substitutes the proper values into
14793# config.h.in to produce config.h.
d45a4bef 14794
81ecdfbb
RW
14795# Create a delimiter string that does not exist in confdefs.h, to ease
14796# handling of long lines.
14797ac_delim='%!_!# '
14798for ac_last_try in false false :; do
14799 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14800 if test -z "$ac_t"; then
14801 break
14802 elif $ac_last_try; then
14803 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
d45a4bef 14804 else
81ecdfbb 14805 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
d45a4bef 14806 fi
d45a4bef 14807done
81ecdfbb
RW
14808
14809# For the awk script, D is an array of macro values keyed by name,
14810# likewise P contains macro parameters if any. Preserve backslash
14811# newline sequences.
14812
14813ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14814sed -n '
14815s/.\{148\}/&'"$ac_delim"'/g
14816t rset
14817:rset
14818s/^[ ]*#[ ]*define[ ][ ]*/ /
14819t def
14820d
14821:def
14822s/\\$//
14823t bsnl
14824s/["\\]/\\&/g
14825s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14826D["\1"]=" \3"/p
14827s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14828d
14829:bsnl
14830s/["\\]/\\&/g
14831s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14832D["\1"]=" \3\\\\\\n"\\/p
14833t cont
14834s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14835t cont
14836d
14837:cont
14838n
14839s/.\{148\}/&'"$ac_delim"'/g
14840t clear
14841:clear
14842s/\\$//
14843t bsnlc
14844s/["\\]/\\&/g; s/^/"/; s/$/"/p
14845d
14846:bsnlc
14847s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14848b cont
14849' <confdefs.h | sed '
14850s/'"$ac_delim"'/"\\\
14851"/g' >>$CONFIG_STATUS || ac_write_fail=1
14852
14853cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14854 for (key in D) D_is_set[key] = 1
14855 FS = "\a"
14856}
14857/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14858 line = \$ 0
14859 split(line, arg, " ")
14860 if (arg[1] == "#") {
14861 defundef = arg[2]
14862 mac1 = arg[3]
14863 } else {
14864 defundef = substr(arg[1], 2)
14865 mac1 = arg[2]
14866 }
14867 split(mac1, mac2, "(") #)
14868 macro = mac2[1]
14869 prefix = substr(line, 1, index(line, defundef) - 1)
14870 if (D_is_set[macro]) {
14871 # Preserve the white space surrounding the "#".
14872 print prefix "define", macro P[macro] D[macro]
14873 next
14874 } else {
14875 # Replace #undef with comments. This is necessary, for example,
14876 # in the case of _POSIX_SOURCE, which is predefined and required
14877 # on some systems where configure will not decide to define it.
14878 if (defundef == "undef") {
14879 print "/*", prefix defundef, macro, "*/"
14880 next
14881 }
14882 }
14883}
14884{ print }
14885_ACAWK
d45a4bef 14886_ACEOF
81ecdfbb
RW
14887cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14888 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14889fi # test -n "$CONFIG_HEADERS"
d45a4bef 14890
d45a4bef 14891
99d8e879 14892eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14893shift
14894for ac_tag
14895do
14896 case $ac_tag in
14897 :[FHLC]) ac_mode=$ac_tag; continue;;
14898 esac
14899 case $ac_mode$ac_tag in
14900 :[FHL]*:*);;
14901 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14902 :[FH]-) ac_tag=-:-;;
14903 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
d45a4bef 14904 esac
81ecdfbb
RW
14905 ac_save_IFS=$IFS
14906 IFS=:
14907 set x $ac_tag
14908 IFS=$ac_save_IFS
14909 shift
14910 ac_file=$1
14911 shift
d45a4bef 14912
81ecdfbb
RW
14913 case $ac_mode in
14914 :L) ac_source=$1;;
14915 :[FH])
14916 ac_file_inputs=
14917 for ac_f
14918 do
14919 case $ac_f in
14920 -) ac_f="$tmp/stdin";;
14921 *) # Look for the file first in the build tree, then in the source tree
14922 # (if the path is not absolute). The absolute path cannot be DOS-style,
14923 # because $ac_f cannot contain `:'.
14924 test -f "$ac_f" ||
14925 case $ac_f in
14926 [\\/$]*) false;;
14927 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14928 esac ||
14929 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
d45a4bef 14930 esac
81ecdfbb
RW
14931 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14932 as_fn_append ac_file_inputs " '$ac_f'"
14933 done
d45a4bef 14934
81ecdfbb
RW
14935 # Let's still pretend it is `configure' which instantiates (i.e., don't
14936 # use $as_me), people would be surprised to read:
14937 # /* config.h. Generated by config.status. */
14938 configure_input='Generated from '`
14939 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14940 `' by configure.'
14941 if test x"$ac_file" != x-; then
14942 configure_input="$ac_file. $configure_input"
14943 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14944$as_echo "$as_me: creating $ac_file" >&6;}
14945 fi
14946 # Neutralize special characters interpreted by sed in replacement strings.
14947 case $configure_input in #(
14948 *\&* | *\|* | *\\* )
14949 ac_sed_conf_input=`$as_echo "$configure_input" |
14950 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14951 *) ac_sed_conf_input=$configure_input;;
14952 esac
d45a4bef 14953
81ecdfbb
RW
14954 case $ac_tag in
14955 *:-:* | *:-) cat >"$tmp/stdin" \
14956 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14957 esac
14958 ;;
14959 esac
d45a4bef 14960
81ecdfbb 14961 ac_dir=`$as_dirname -- "$ac_file" ||
d45a4bef
JB
14962$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14963 X"$ac_file" : 'X\(//\)[^/]' \| \
14964 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14965 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14966$as_echo X"$ac_file" |
14967 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14968 s//\1/
14969 q
14970 }
14971 /^X\(\/\/\)[^/].*/{
14972 s//\1/
14973 q
14974 }
14975 /^X\(\/\/\)$/{
14976 s//\1/
14977 q
14978 }
14979 /^X\(\/\).*/{
14980 s//\1/
14981 q
14982 }
14983 s/.*/./; q'`
14984 as_dir="$ac_dir"; as_fn_mkdir_p
d45a4bef
JB
14985 ac_builddir=.
14986
81ecdfbb
RW
14987case "$ac_dir" in
14988.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14989*)
14990 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14991 # A ".." for each directory in $ac_dir_suffix.
14992 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14993 case $ac_top_builddir_sub in
14994 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14995 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14996 esac ;;
14997esac
14998ac_abs_top_builddir=$ac_pwd
14999ac_abs_builddir=$ac_pwd$ac_dir_suffix
15000# for backward compatibility:
15001ac_top_builddir=$ac_top_build_prefix
d45a4bef
JB
15002
15003case $srcdir in
81ecdfbb 15004 .) # We are building in place.
d45a4bef 15005 ac_srcdir=.
81ecdfbb
RW
15006 ac_top_srcdir=$ac_top_builddir_sub
15007 ac_abs_top_srcdir=$ac_pwd ;;
15008 [\\/]* | ?:[\\/]* ) # Absolute name.
d45a4bef 15009 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15010 ac_top_srcdir=$srcdir
15011 ac_abs_top_srcdir=$srcdir ;;
15012 *) # Relative name.
15013 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15014 ac_top_srcdir=$ac_top_build_prefix$srcdir
15015 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d45a4bef 15016esac
81ecdfbb 15017ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
d45a4bef 15018
d45a4bef 15019
81ecdfbb
RW
15020 case $ac_mode in
15021 :F)
15022 #
15023 # CONFIG_FILE
15024 #
d45a4bef 15025
81ecdfbb
RW
15026 case $INSTALL in
15027 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15028 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
d45a4bef 15029 esac
81ecdfbb 15030_ACEOF
d45a4bef 15031
81ecdfbb
RW
15032cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15033# If the template does not know about datarootdir, expand it.
15034# FIXME: This hack should be removed a few years after 2.60.
15035ac_datarootdir_hack=; ac_datarootdir_seen=
15036ac_sed_dataroot='
15037/datarootdir/ {
15038 p
15039 q
15040}
15041/@datadir@/p
15042/@docdir@/p
15043/@infodir@/p
15044/@localedir@/p
15045/@mandir@/p'
15046case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15047*datarootdir*) ac_datarootdir_seen=yes;;
15048*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15049 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15050$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15051_ACEOF
15052cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15053 ac_datarootdir_hack='
15054 s&@datadir@&$datadir&g
15055 s&@docdir@&$docdir&g
15056 s&@infodir@&$infodir&g
15057 s&@localedir@&$localedir&g
15058 s&@mandir@&$mandir&g
15059 s&\\\${datarootdir}&$datarootdir&g' ;;
15060esac
d45a4bef 15061_ACEOF
d45a4bef 15062
81ecdfbb
RW
15063# Neutralize VPATH when `$srcdir' = `.'.
15064# Shell code in configure.ac might set extrasub.
15065# FIXME: do we really want to maintain this feature?
15066cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15067ac_sed_extra="$ac_vpsub
15068$extrasub
15069_ACEOF
15070cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15071:t
15072/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15073s|@configure_input@|$ac_sed_conf_input|;t t
15074s&@top_builddir@&$ac_top_builddir_sub&;t t
15075s&@top_build_prefix@&$ac_top_build_prefix&;t t
15076s&@srcdir@&$ac_srcdir&;t t
15077s&@abs_srcdir@&$ac_abs_srcdir&;t t
15078s&@top_srcdir@&$ac_top_srcdir&;t t
15079s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15080s&@builddir@&$ac_builddir&;t t
15081s&@abs_builddir@&$ac_abs_builddir&;t t
15082s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15083s&@INSTALL@&$ac_INSTALL&;t t
15084$ac_datarootdir_hack
15085"
15086eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15087 || as_fn_error "could not create $ac_file" "$LINENO" 5
15088
15089test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15090 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15091 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15092 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15093which seems to be undefined. Please make sure it is defined." >&5
15094$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15095which seems to be undefined. Please make sure it is defined." >&2;}
15096
15097 rm -f "$tmp/stdin"
15098 case $ac_file in
15099 -) cat "$tmp/out" && rm -f "$tmp/out";;
15100 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15101 esac \
15102 || as_fn_error "could not create $ac_file" "$LINENO" 5
15103 ;;
15104 :H)
15105 #
15106 # CONFIG_HEADER
15107 #
15108 if test x"$ac_file" != x-; then
15109 {
15110 $as_echo "/* $configure_input */" \
15111 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15112 } >"$tmp/config.h" \
15113 || as_fn_error "could not create $ac_file" "$LINENO" 5
15114 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15116$as_echo "$as_me: $ac_file is unchanged" >&6;}
15117 else
15118 rm -f "$ac_file"
15119 mv "$tmp/config.h" "$ac_file" \
15120 || as_fn_error "could not create $ac_file" "$LINENO" 5
15121 fi
d45a4bef 15122 else
81ecdfbb
RW
15123 $as_echo "/* $configure_input */" \
15124 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15125 || as_fn_error "could not create -" "$LINENO" 5
15126 fi
15127 ;;
d45a4bef 15128
81ecdfbb
RW
15129 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15130$as_echo "$as_me: executing $ac_file commands" >&6;}
15131 ;;
15132 esac
d45a4bef
JB
15133
15134
81ecdfbb 15135 case $ac_file$ac_mode in
db2e4d67 15136 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15137 "libtool":C)
15138
15139 # See if we are running on zsh, and set the options which allow our
15140 # commands through without removal of \ escapes.
15141 if test -n "${ZSH_VERSION+set}" ; then
15142 setopt NO_GLOB_SUBST
15143 fi
15144
15145 cfgfile="${ofile}T"
15146 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15147 $RM "$cfgfile"
15148
15149 cat <<_LT_EOF >> "$cfgfile"
15150#! $SHELL
15151
15152# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15153# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15154# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15155# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15156#
15157# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15158# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15159# Written by Gordon Matzigkeit, 1996
15160#
15161# This file is part of GNU Libtool.
15162#
15163# GNU Libtool is free software; you can redistribute it and/or
15164# modify it under the terms of the GNU General Public License as
15165# published by the Free Software Foundation; either version 2 of
15166# the License, or (at your option) any later version.
15167#
15168# As a special exception to the GNU General Public License,
15169# if you distribute this file as part of a program or library that
15170# is built using GNU Libtool, you may include this file under the
15171# same distribution terms that you use for the rest of that program.
15172#
15173# GNU Libtool is distributed in the hope that it will be useful,
15174# but WITHOUT ANY WARRANTY; without even the implied warranty of
15175# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15176# GNU General Public License for more details.
15177#
15178# You should have received a copy of the GNU General Public License
15179# along with GNU Libtool; see the file COPYING. If not, a copy
15180# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15181# obtained by writing to the Free Software Foundation, Inc.,
15182# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15183
15184
15185# The names of the tagged configurations supported by this script.
15186available_tags=""
15187
15188# ### BEGIN LIBTOOL CONFIG
15189
15190# Which release of libtool.m4 was used?
15191macro_version=$macro_version
15192macro_revision=$macro_revision
15193
15194# Whether or not to build shared libraries.
15195build_libtool_libs=$enable_shared
15196
15197# Whether or not to build static libraries.
15198build_old_libs=$enable_static
15199
15200# What type of objects to build.
15201pic_mode=$pic_mode
15202
15203# Whether or not to optimize for fast installation.
15204fast_install=$enable_fast_install
15205
15206# Shell to use when invoking shell scripts.
15207SHELL=$lt_SHELL
15208
15209# An echo program that protects backslashes.
15210ECHO=$lt_ECHO
15211
15212# The host system.
15213host_alias=$host_alias
15214host=$host
15215host_os=$host_os
15216
15217# The build system.
15218build_alias=$build_alias
15219build=$build
15220build_os=$build_os
15221
15222# A sed program that does not truncate output.
15223SED=$lt_SED
15224
15225# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15226Xsed="\$SED -e 1s/^X//"
15227
15228# A grep program that handles long lines.
15229GREP=$lt_GREP
15230
15231# An ERE matcher.
15232EGREP=$lt_EGREP
15233
15234# A literal string matcher.
15235FGREP=$lt_FGREP
15236
15237# A BSD- or MS-compatible name lister.
15238NM=$lt_NM
15239
15240# Whether we need soft or hard links.
15241LN_S=$lt_LN_S
15242
15243# What is the maximum length of a command?
15244max_cmd_len=$max_cmd_len
15245
15246# Object file suffix (normally "o").
15247objext=$ac_objext
15248
15249# Executable file suffix (normally "").
15250exeext=$exeext
15251
15252# whether the shell understands "unset".
15253lt_unset=$lt_unset
15254
15255# turn spaces into newlines.
15256SP2NL=$lt_lt_SP2NL
15257
15258# turn newlines into spaces.
15259NL2SP=$lt_lt_NL2SP
15260
15261# An object symbol dumper.
15262OBJDUMP=$lt_OBJDUMP
15263
15264# Method to check whether dependent libraries are shared objects.
15265deplibs_check_method=$lt_deplibs_check_method
15266
15267# Command to use when deplibs_check_method == "file_magic".
15268file_magic_cmd=$lt_file_magic_cmd
15269
15270# The archiver.
15271AR=$lt_AR
15272AR_FLAGS=$lt_AR_FLAGS
15273
15274# A symbol stripping program.
15275STRIP=$lt_STRIP
15276
15277# Commands used to install an old-style archive.
15278RANLIB=$lt_RANLIB
15279old_postinstall_cmds=$lt_old_postinstall_cmds
15280old_postuninstall_cmds=$lt_old_postuninstall_cmds
15281
15282# Whether to use a lock for old archive extraction.
15283lock_old_archive_extraction=$lock_old_archive_extraction
15284
15285# A C compiler.
15286LTCC=$lt_CC
15287
15288# LTCC compiler flags.
15289LTCFLAGS=$lt_CFLAGS
15290
15291# Take the output of nm and produce a listing of raw symbols and C names.
15292global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15293
15294# Transform the output of nm in a proper C declaration.
15295global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15296
15297# Transform the output of nm in a C name address pair.
15298global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15299
15300# Transform the output of nm in a C name address pair when lib prefix is needed.
15301global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15302
15303# The name of the directory that contains temporary libtool files.
15304objdir=$objdir
15305
15306# Used to examine libraries when file_magic_cmd begins with "file".
15307MAGIC_CMD=$MAGIC_CMD
15308
15309# Must we lock files when doing compilation?
15310need_locks=$lt_need_locks
15311
15312# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15313DSYMUTIL=$lt_DSYMUTIL
15314
15315# Tool to change global to local symbols on Mac OS X.
15316NMEDIT=$lt_NMEDIT
15317
15318# Tool to manipulate fat objects and archives on Mac OS X.
15319LIPO=$lt_LIPO
15320
15321# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15322OTOOL=$lt_OTOOL
15323
15324# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15325OTOOL64=$lt_OTOOL64
15326
15327# Old archive suffix (normally "a").
15328libext=$libext
15329
15330# Shared library suffix (normally ".so").
15331shrext_cmds=$lt_shrext_cmds
15332
15333# The commands to extract the exported symbol list from a shared archive.
15334extract_expsyms_cmds=$lt_extract_expsyms_cmds
15335
15336# Variables whose values should be saved in libtool wrapper scripts and
15337# restored at link time.
15338variables_saved_for_relink=$lt_variables_saved_for_relink
15339
15340# Do we need the "lib" prefix for modules?
15341need_lib_prefix=$need_lib_prefix
15342
15343# Do we need a version for libraries?
15344need_version=$need_version
15345
15346# Library versioning type.
15347version_type=$version_type
15348
15349# Shared library runtime path variable.
15350runpath_var=$runpath_var
15351
15352# Shared library path variable.
15353shlibpath_var=$shlibpath_var
15354
15355# Is shlibpath searched before the hard-coded library search path?
15356shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15357
15358# Format of library name prefix.
15359libname_spec=$lt_libname_spec
15360
15361# List of archive names. First name is the real one, the rest are links.
15362# The last name is the one that the linker finds with -lNAME
15363library_names_spec=$lt_library_names_spec
15364
15365# The coded name of the library, if different from the real name.
15366soname_spec=$lt_soname_spec
15367
15368# Permission mode override for installation of shared libraries.
15369install_override_mode=$lt_install_override_mode
15370
15371# Command to use after installation of a shared archive.
15372postinstall_cmds=$lt_postinstall_cmds
15373
15374# Command to use after uninstallation of a shared archive.
15375postuninstall_cmds=$lt_postuninstall_cmds
15376
15377# Commands used to finish a libtool library installation in a directory.
15378finish_cmds=$lt_finish_cmds
15379
15380# As "finish_cmds", except a single script fragment to be evaled but
15381# not shown.
15382finish_eval=$lt_finish_eval
15383
15384# Whether we should hardcode library paths into libraries.
15385hardcode_into_libs=$hardcode_into_libs
15386
15387# Compile-time system search path for libraries.
15388sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15389
15390# Run-time system search path for libraries.
15391sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15392
15393# Whether dlopen is supported.
15394dlopen_support=$enable_dlopen
15395
15396# Whether dlopen of programs is supported.
15397dlopen_self=$enable_dlopen_self
15398
15399# Whether dlopen of statically linked programs is supported.
15400dlopen_self_static=$enable_dlopen_self_static
15401
15402# Commands to strip libraries.
15403old_striplib=$lt_old_striplib
15404striplib=$lt_striplib
15405
15406
15407# The linker used to build libraries.
15408LD=$lt_LD
15409
15410# How to create reloadable object files.
15411reload_flag=$lt_reload_flag
15412reload_cmds=$lt_reload_cmds
15413
15414# Commands used to build an old-style archive.
15415old_archive_cmds=$lt_old_archive_cmds
15416
15417# A language specific compiler.
15418CC=$lt_compiler
15419
15420# Is the compiler the GNU compiler?
15421with_gcc=$GCC
15422
15423# Compiler flag to turn off builtin functions.
15424no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15425
15426# How to pass a linker flag through the compiler.
15427wl=$lt_lt_prog_compiler_wl
15428
15429# Additional compiler flags for building library objects.
15430pic_flag=$lt_lt_prog_compiler_pic
15431
15432# Compiler flag to prevent dynamic linking.
15433link_static_flag=$lt_lt_prog_compiler_static
15434
15435# Does compiler simultaneously support -c and -o options?
15436compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15437
15438# Whether or not to add -lc for building shared libraries.
15439build_libtool_need_lc=$archive_cmds_need_lc
15440
15441# Whether or not to disallow shared libs when runtime libs are static.
15442allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15443
15444# Compiler flag to allow reflexive dlopens.
15445export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15446
15447# Compiler flag to generate shared objects directly from archives.
15448whole_archive_flag_spec=$lt_whole_archive_flag_spec
15449
15450# Whether the compiler copes with passing no objects directly.
15451compiler_needs_object=$lt_compiler_needs_object
15452
15453# Create an old-style archive from a shared archive.
15454old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15455
15456# Create a temporary old-style archive to link instead of a shared archive.
15457old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15458
15459# Commands used to build a shared archive.
15460archive_cmds=$lt_archive_cmds
15461archive_expsym_cmds=$lt_archive_expsym_cmds
15462
15463# Commands used to build a loadable module if different from building
15464# a shared archive.
15465module_cmds=$lt_module_cmds
15466module_expsym_cmds=$lt_module_expsym_cmds
15467
15468# Whether we are building with GNU ld or not.
15469with_gnu_ld=$lt_with_gnu_ld
15470
15471# Flag that allows shared libraries with undefined symbols to be built.
15472allow_undefined_flag=$lt_allow_undefined_flag
15473
15474# Flag that enforces no undefined symbols.
15475no_undefined_flag=$lt_no_undefined_flag
15476
15477# Flag to hardcode \$libdir into a binary during linking.
15478# This must work even if \$libdir does not exist
15479hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15480
15481# If ld is used when linking, flag to hardcode \$libdir into a binary
15482# during linking. This must work even if \$libdir does not exist.
15483hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15484
15485# Whether we need a single "-rpath" flag with a separated argument.
15486hardcode_libdir_separator=$lt_hardcode_libdir_separator
15487
15488# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15489# DIR into the resulting binary.
15490hardcode_direct=$hardcode_direct
15491
15492# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15493# DIR into the resulting binary and the resulting library dependency is
15494# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15495# library is relocated.
15496hardcode_direct_absolute=$hardcode_direct_absolute
15497
15498# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15499# into the resulting binary.
15500hardcode_minus_L=$hardcode_minus_L
15501
15502# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15503# into the resulting binary.
15504hardcode_shlibpath_var=$hardcode_shlibpath_var
15505
15506# Set to "yes" if building a shared library automatically hardcodes DIR
15507# into the library and all subsequent libraries and executables linked
15508# against it.
15509hardcode_automatic=$hardcode_automatic
15510
15511# Set to yes if linker adds runtime paths of dependent libraries
15512# to runtime path list.
15513inherit_rpath=$inherit_rpath
15514
15515# Whether libtool must link a program against all its dependency libraries.
15516link_all_deplibs=$link_all_deplibs
15517
15518# Fix the shell variable \$srcfile for the compiler.
15519fix_srcfile_path=$lt_fix_srcfile_path
15520
15521# Set to "yes" if exported symbols are required.
15522always_export_symbols=$always_export_symbols
15523
15524# The commands to list exported symbols.
15525export_symbols_cmds=$lt_export_symbols_cmds
15526
15527# Symbols that should not be listed in the preloaded symbols.
15528exclude_expsyms=$lt_exclude_expsyms
15529
15530# Symbols that must always be exported.
15531include_expsyms=$lt_include_expsyms
15532
15533# Commands necessary for linking programs (against libraries) with templates.
15534prelink_cmds=$lt_prelink_cmds
15535
15536# Specify filename containing input files.
15537file_list_spec=$lt_file_list_spec
15538
15539# How to hardcode a shared library path into an executable.
15540hardcode_action=$hardcode_action
15541
15542# ### END LIBTOOL CONFIG
15543
15544_LT_EOF
15545
15546 case $host_os in
15547 aix3*)
15548 cat <<\_LT_EOF >> "$cfgfile"
15549# AIX sometimes has problems with the GCC collect2 program. For some
15550# reason, if we set the COLLECT_NAMES environment variable, the problems
15551# vanish in a puff of smoke.
15552if test "X${COLLECT_NAMES+set}" != Xset; then
15553 COLLECT_NAMES=
15554 export COLLECT_NAMES
15555fi
15556_LT_EOF
15557 ;;
15558 esac
15559
15560
15561ltmain="$ac_aux_dir/ltmain.sh"
15562
15563
15564 # We use sed instead of cat because bash on DJGPP gets confused if
15565 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15566 # text mode, it properly converts lines to CR/LF. This bash problem
15567 # is reportedly fixed, but why not run on old versions too?
15568 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15569 || (rm -f "$cfgfile"; exit 1)
15570
15571 case $xsi_shell in
15572 yes)
15573 cat << \_LT_EOF >> "$cfgfile"
15574
15575# func_dirname file append nondir_replacement
15576# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15577# otherwise set result to NONDIR_REPLACEMENT.
15578func_dirname ()
15579{
15580 case ${1} in
15581 */*) func_dirname_result="${1%/*}${2}" ;;
15582 * ) func_dirname_result="${3}" ;;
15583 esac
15584}
15585
15586# func_basename file
15587func_basename ()
15588{
15589 func_basename_result="${1##*/}"
15590}
15591
15592# func_dirname_and_basename file append nondir_replacement
15593# perform func_basename and func_dirname in a single function
15594# call:
15595# dirname: Compute the dirname of FILE. If nonempty,
15596# add APPEND to the result, otherwise set result
15597# to NONDIR_REPLACEMENT.
15598# value returned in "$func_dirname_result"
15599# basename: Compute filename of FILE.
15600# value retuned in "$func_basename_result"
15601# Implementation must be kept synchronized with func_dirname
15602# and func_basename. For efficiency, we do not delegate to
15603# those functions but instead duplicate the functionality here.
15604func_dirname_and_basename ()
15605{
15606 case ${1} in
15607 */*) func_dirname_result="${1%/*}${2}" ;;
15608 * ) func_dirname_result="${3}" ;;
15609 esac
15610 func_basename_result="${1##*/}"
15611}
15612
15613# func_stripname prefix suffix name
15614# strip PREFIX and SUFFIX off of NAME.
15615# PREFIX and SUFFIX must not contain globbing or regex special
15616# characters, hashes, percent signs, but SUFFIX may contain a leading
15617# dot (in which case that matches only a dot).
15618func_stripname ()
15619{
15620 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15621 # positional parameters, so assign one to ordinary parameter first.
15622 func_stripname_result=${3}
15623 func_stripname_result=${func_stripname_result#"${1}"}
15624 func_stripname_result=${func_stripname_result%"${2}"}
15625}
15626
15627# func_opt_split
15628func_opt_split ()
15629{
15630 func_opt_split_opt=${1%%=*}
15631 func_opt_split_arg=${1#*=}
15632}
15633
15634# func_lo2o object
15635func_lo2o ()
15636{
15637 case ${1} in
15638 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15639 *) func_lo2o_result=${1} ;;
15640 esac
15641}
15642
15643# func_xform libobj-or-source
15644func_xform ()
15645{
15646 func_xform_result=${1%.*}.lo
15647}
15648
15649# func_arith arithmetic-term...
15650func_arith ()
15651{
15652 func_arith_result=$(( $* ))
15653}
15654
15655# func_len string
15656# STRING may not start with a hyphen.
15657func_len ()
15658{
15659 func_len_result=${#1}
15660}
15661
15662_LT_EOF
15663 ;;
15664 *) # Bourne compatible functions.
15665 cat << \_LT_EOF >> "$cfgfile"
15666
15667# func_dirname file append nondir_replacement
15668# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15669# otherwise set result to NONDIR_REPLACEMENT.
15670func_dirname ()
15671{
15672 # Extract subdirectory from the argument.
15673 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15674 if test "X$func_dirname_result" = "X${1}"; then
15675 func_dirname_result="${3}"
15676 else
15677 func_dirname_result="$func_dirname_result${2}"
15678 fi
15679}
15680
15681# func_basename file
15682func_basename ()
15683{
15684 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15685}
15686
15687
15688# func_stripname prefix suffix name
15689# strip PREFIX and SUFFIX off of NAME.
15690# PREFIX and SUFFIX must not contain globbing or regex special
15691# characters, hashes, percent signs, but SUFFIX may contain a leading
15692# dot (in which case that matches only a dot).
15693# func_strip_suffix prefix name
15694func_stripname ()
15695{
15696 case ${2} in
15697 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15698 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15699 esac
15700}
15701
15702# sed scripts:
15703my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15704my_sed_long_arg='1s/^-[^=]*=//'
15705
15706# func_opt_split
15707func_opt_split ()
15708{
15709 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15710 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15711}
15712
15713# func_lo2o object
15714func_lo2o ()
15715{
15716 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15717}
15718
15719# func_xform libobj-or-source
15720func_xform ()
15721{
15722 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15723}
15724
15725# func_arith arithmetic-term...
15726func_arith ()
15727{
15728 func_arith_result=`expr "$@"`
15729}
15730
15731# func_len string
15732# STRING may not start with a hyphen.
15733func_len ()
15734{
15735 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15736}
15737
15738_LT_EOF
15739esac
15740
15741case $lt_shell_append in
15742 yes)
15743 cat << \_LT_EOF >> "$cfgfile"
15744
15745# func_append var value
15746# Append VALUE to the end of shell variable VAR.
15747func_append ()
15748{
15749 eval "$1+=\$2"
15750}
15751_LT_EOF
15752 ;;
15753 *)
15754 cat << \_LT_EOF >> "$cfgfile"
15755
15756# func_append var value
15757# Append VALUE to the end of shell variable VAR.
15758func_append ()
15759{
15760 eval "$1=\$$1\$2"
15761}
15762
15763_LT_EOF
15764 ;;
15765 esac
15766
15767
15768 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15769 || (rm -f "$cfgfile"; exit 1)
15770
15771 mv -f "$cfgfile" "$ofile" ||
15772 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15773 chmod +x "$ofile"
15774
15775 ;;
81ecdfbb 15776 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
d45a4bef
JB
15777 rm -f Makesim1.tmp Makesim2.tmp Makefile
15778 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15779 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15780 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15781 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15782 <Makefile.sim >Makefile
15783 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15784 ;;
81ecdfbb
RW
15785 "stamp-h":C) echo > stamp-h ;;
15786
d45a4bef 15787 esac
81ecdfbb 15788done # for ac_tag
d45a4bef 15789
d45a4bef 15790
81ecdfbb 15791as_fn_exit 0
d45a4bef 15792_ACEOF
d45a4bef
JB
15793ac_clean_files=$ac_clean_files_save
15794
81ecdfbb
RW
15795test $ac_write_fail = 0 ||
15796 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15797
d45a4bef
JB
15798
15799# configure is writing to config.log, and then calls config.status.
15800# config.status does its own redirection, appending to config.log.
15801# Unfortunately, on DOS this fails, as config.log is still kept open
15802# by configure, so config.status won't be able to write to it; its
15803# output is simply discarded. So we exec the FD to /dev/null,
15804# effectively closing config.log, so it can be properly (re)opened and
15805# appended to by config.status. When coming back to configure, we
15806# need to make the FD available again.
15807if test "$no_create" != yes; then
15808 ac_cs_success=:
15809 ac_config_status_args=
15810 test "$silent" = yes &&
15811 ac_config_status_args="$ac_config_status_args --quiet"
15812 exec 5>/dev/null
15813 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15814 exec 5>>config.log
15815 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15816 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15817 $ac_cs_success || as_fn_exit $?
15818fi
15819if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15821$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
d45a4bef
JB
15822fi
15823
15824