sim: mips: drop SIM_AC_OPTION_SMP call
[deliverable/binutils-gdb.git] / sim / mips / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
81ecdfbb
RW
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
b7026657 8#
b7026657
AC
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
c906108c 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
b7026657 31fi
c906108c 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
b7026657 79fi
c906108c
SS
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
b7026657
AC
121PS1='$ '
122PS2='> '
123PS4='+ '
c906108c 124
b7026657 125# NLS nuisances.
81ecdfbb
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 192do
81ecdfbb
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 236 else
81ecdfbb
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
b7026657 241 fi
81ecdfbb
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
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
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
c906108c 380
81ecdfbb
RW
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
383 as_expr=expr
384else
385 as_expr=false
386fi
c906108c 387
81ecdfbb 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
389 as_basename=basename
390else
391 as_basename=false
392fi
c906108c 393
81ecdfbb
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
c906108c 399
81ecdfbb 400as_me=`$as_basename -- "$0" ||
b7026657
AC
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
c906108c 418
b7026657
AC
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 425
c906108c 426
81ecdfbb
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
b7026657 436 sed '
81ecdfbb
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
b7026657 441 N
81ecdfbb
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 444 t loop
81ecdfbb 445 s/-\n.*//
b7026657 446 ' >$as_me.lineno &&
81ecdfbb
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657
AC
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
b7026657
AC
454 # Exit status is that of the last command.
455 exit
456}
c906108c 457
81ecdfbb
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
b7026657 469esac
c906108c 470
81ecdfbb
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
b7026657 474else
81ecdfbb
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
b7026657 477fi
81ecdfbb
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 480 as_ln_s='ln -s'
81ecdfbb
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
b7026657 491 fi
b7026657
AC
492else
493 as_ln_s='cp -p'
494fi
81ecdfbb
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
c906108c 497
b7026657 498if mkdir -p . 2>/dev/null; then
81ecdfbb 499 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
c906108c 504
81ecdfbb
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
c906108c 527
b7026657
AC
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 530
b7026657
AC
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
c906108c 536
81ecdfbb 537exec 7<&0 </dev/null 6>&1
c906108c 538
b7026657
AC
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 543
c906108c 544#
b7026657 545# Initializations.
c906108c 546#
b7026657 547ac_default_prefix=/usr/local
81ecdfbb 548ac_clean_files=
b7026657 549ac_config_libobj_dir=.
81ecdfbb 550LIBOBJS=
b7026657
AC
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
b7026657
AC
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
81ecdfbb 562PACKAGE_URL=
b7026657
AC
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
81ecdfbb 568#ifdef HAVE_SYS_TYPES_H
b7026657
AC
569# include <sys/types.h>
570#endif
81ecdfbb 571#ifdef HAVE_SYS_STAT_H
b7026657
AC
572# include <sys/stat.h>
573#endif
81ecdfbb 574#ifdef STDC_HEADERS
b7026657
AC
575# include <stdlib.h>
576# include <stddef.h>
577#else
81ecdfbb 578# ifdef HAVE_STDLIB_H
b7026657
AC
579# include <stdlib.h>
580# endif
581#endif
81ecdfbb
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
81ecdfbb 588#ifdef HAVE_STRINGS_H
b7026657
AC
589# include <strings.h>
590#endif
81ecdfbb 591#ifdef HAVE_INTTYPES_H
b7026657 592# include <inttypes.h>
b7026657 593#endif
81ecdfbb
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
b7026657
AC
598# include <unistd.h>
599#endif"
c906108c 600
81ecdfbb
RW
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604mips_extra_libs
605XMKMF
606mips_igen_engine
81ecdfbb
RW
607sim_multi_obj
608sim_multi_src
609sim_multi_igen_configs
610sim_multi_flags
611sim_gen
8e394ffc
AB
612sim_micromips16_flags
613sim_micromips_flags
81ecdfbb
RW
614sim_m16_flags
615sim_igen_flags
616SIM_SUBTARGET
617REPORT_BUGS_TEXI
618REPORT_BUGS_TO
619PKGVERSION
620sim_profile
621sim_trace
622sim_stdio
623sim_debug
81ecdfbb 624MAINT
31e6ad7d
MF
625MAINTAINER_MODE_FALSE
626MAINTAINER_MODE_TRUE
6bb11ab3
L
627lt_cv_dlopen_libs
628OTOOL64
629OTOOL
630LIPO
631NMEDIT
632DSYMUTIL
633AWK
634STRIP
635OBJDUMP
636LN_S
637NM
638ac_ct_DUMPBIN
639DUMPBIN
640LD
641FGREP
642SED
643LIBTOOL
644PLUGINS_FALSE
645PLUGINS_TRUE
aadc9410
MF
646zlibinc
647zlibdir
81ecdfbb
RW
648CATOBJEXT
649GENCAT
650INSTOBJEXT
651DATADIRNAME
652CATALOGS
653POSUB
654GMSGFMT
655XGETTEXT
656INCINTL
657LIBINTL_DEP
658LIBINTL
659USE_NLS
db2e4d67
MF
660GMAKE_FALSE
661GMAKE_TRUE
662MAKE
663CCDEPMODE
664DEPDIR
665am__leading_dot
5f3ef9d0 666PACKAGE
81ecdfbb
RW
667RANLIB
668AR
669HDEFINES
670CC_FOR_BUILD
671INSTALL_DATA
672INSTALL_SCRIPT
673INSTALL_PROGRAM
2232061b
MF
674EGREP
675GREP
676CPP
81ecdfbb
RW
677target_os
678target_vendor
679target_cpu
680target
681host_os
682host_vendor
683host_cpu
684host
685build_os
686build_vendor
687build_cpu
688build
6ffe910a
MF
689OBJEXT
690EXEEXT
691ac_ct_CC
692CPPFLAGS
693LDFLAGS
694CFLAGS
695CC
81ecdfbb
RW
696WERROR_CFLAGS
697WARN_CFLAGS
698sim_xor_endian
81ecdfbb
RW
699sim_smp
700sim_reserved_bits
81ecdfbb
RW
701sim_packages
702sim_inline
703sim_hw
704sim_hw_objs
705sim_hw_cflags
706sim_default_model
707sim_scache
708sim_float
81ecdfbb
RW
709sim_endian
710sim_bitsize
711sim_assert
712sim_alignment
713sim_environment
714target_alias
715host_alias
716build_alias
717LIBS
718ECHO_T
719ECHO_N
720ECHO_C
721DEFS
722mandir
723localedir
724libdir
725psdir
726pdfdir
727dvidir
728htmldir
729infodir
730docdir
731oldincludedir
732includedir
733localstatedir
734sharedstatedir
735sysconfdir
736datadir
737datarootdir
738libexecdir
739sbindir
740bindir
741program_transform_name
742prefix
743exec_prefix
744PACKAGE_URL
745PACKAGE_BUGREPORT
746PACKAGE_STRING
747PACKAGE_VERSION
748PACKAGE_TARNAME
749PACKAGE_NAME
750PATH_SEPARATOR
751SHELL'
b7026657 752ac_subst_files=''
81ecdfbb
RW
753ac_user_opts='
754enable_option_checking
aadc9410 755with_system_zlib
6bb11ab3
L
756enable_plugins
757enable_shared
758enable_static
759with_pic
760enable_fast_install
761with_gnu_ld
762enable_libtool_lock
81ecdfbb 763enable_maintainer_mode
81ecdfbb
RW
764enable_sim_debug
765enable_sim_stdio
766enable_sim_trace
767enable_sim_profile
347fe5bb 768enable_sim_inline
81ecdfbb
RW
769with_pkgversion
770with_bugurl
81ecdfbb 771enable_sim_alignment
2232061b 772enable_werror
81ecdfbb
RW
773enable_build_warnings
774enable_sim_build_warnings
775enable_sim_reserved_bits
776enable_sim_endian
777enable_sim_bitsize
778enable_sim_float
81ecdfbb
RW
779enable_sim_hardware
780with_x
781'
782 ac_precious_vars='build_alias
783host_alias
784target_alias
785CC
786CFLAGS
787LDFLAGS
788LIBS
789CPPFLAGS
790CPP
791XMKMF'
792
c906108c
SS
793
794# Initialize some variables set by options.
b7026657
AC
795ac_init_help=
796ac_init_version=false
81ecdfbb
RW
797ac_unrecognized_opts=
798ac_unrecognized_sep=
c906108c
SS
799# The variables have the same names as the options, with
800# dashes changed to underlines.
b7026657 801cache_file=/dev/null
c906108c 802exec_prefix=NONE
c906108c 803no_create=
c906108c
SS
804no_recursion=
805prefix=NONE
806program_prefix=NONE
807program_suffix=NONE
808program_transform_name=s,x,x,
809silent=
810site=
811srcdir=
c906108c
SS
812verbose=
813x_includes=NONE
814x_libraries=NONE
b7026657
AC
815
816# Installation directory options.
817# These are left unexpanded so users can "make install exec_prefix=/foo"
818# and all the variables that are supposed to be based on exec_prefix
819# by default will actually change.
820# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 821# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
822bindir='${exec_prefix}/bin'
823sbindir='${exec_prefix}/sbin'
824libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
825datarootdir='${prefix}/share'
826datadir='${datarootdir}'
c906108c
SS
827sysconfdir='${prefix}/etc'
828sharedstatedir='${prefix}/com'
829localstatedir='${prefix}/var'
c906108c
SS
830includedir='${prefix}/include'
831oldincludedir='/usr/include'
81ecdfbb
RW
832docdir='${datarootdir}/doc/${PACKAGE}'
833infodir='${datarootdir}/info'
834htmldir='${docdir}'
835dvidir='${docdir}'
836pdfdir='${docdir}'
837psdir='${docdir}'
838libdir='${exec_prefix}/lib'
839localedir='${datarootdir}/locale'
840mandir='${datarootdir}/man'
c906108c 841
c906108c 842ac_prev=
81ecdfbb 843ac_dashdash=
c906108c
SS
844for ac_option
845do
c906108c
SS
846 # If the previous option needs an argument, assign it.
847 if test -n "$ac_prev"; then
81ecdfbb 848 eval $ac_prev=\$ac_option
c906108c
SS
849 ac_prev=
850 continue
851 fi
852
81ecdfbb
RW
853 case $ac_option in
854 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
855 *) ac_optarg=yes ;;
856 esac
c906108c
SS
857
858 # Accept the important Cygnus configure options, so we can diagnose typos.
859
81ecdfbb
RW
860 case $ac_dashdash$ac_option in
861 --)
862 ac_dashdash=yes ;;
c906108c
SS
863
864 -bindir | --bindir | --bindi | --bind | --bin | --bi)
865 ac_prev=bindir ;;
866 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 867 bindir=$ac_optarg ;;
c906108c
SS
868
869 -build | --build | --buil | --bui | --bu)
b7026657 870 ac_prev=build_alias ;;
c906108c 871 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 872 build_alias=$ac_optarg ;;
c906108c
SS
873
874 -cache-file | --cache-file | --cache-fil | --cache-fi \
875 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
876 ac_prev=cache_file ;;
877 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
878 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
879 cache_file=$ac_optarg ;;
880
881 --config-cache | -C)
882 cache_file=config.cache ;;
c906108c 883
81ecdfbb 884 -datadir | --datadir | --datadi | --datad)
c906108c 885 ac_prev=datadir ;;
81ecdfbb 886 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 887 datadir=$ac_optarg ;;
c906108c 888
81ecdfbb
RW
889 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
890 | --dataroo | --dataro | --datar)
891 ac_prev=datarootdir ;;
892 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
893 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
894 datarootdir=$ac_optarg ;;
895
c906108c 896 -disable-* | --disable-*)
81ecdfbb 897 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 898 # Reject names that are not valid shell variable names.
81ecdfbb
RW
899 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
900 as_fn_error "invalid feature name: $ac_useropt"
901 ac_useropt_orig=$ac_useropt
902 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
903 case $ac_user_opts in
904 *"
905"enable_$ac_useropt"
906"*) ;;
907 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
908 ac_unrecognized_sep=', ';;
909 esac
910 eval enable_$ac_useropt=no ;;
911
912 -docdir | --docdir | --docdi | --doc | --do)
913 ac_prev=docdir ;;
914 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
915 docdir=$ac_optarg ;;
916
917 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
918 ac_prev=dvidir ;;
919 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
920 dvidir=$ac_optarg ;;
c906108c
SS
921
922 -enable-* | --enable-*)
81ecdfbb 923 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 924 # Reject names that are not valid shell variable names.
81ecdfbb
RW
925 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
926 as_fn_error "invalid feature name: $ac_useropt"
927 ac_useropt_orig=$ac_useropt
928 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
929 case $ac_user_opts in
930 *"
931"enable_$ac_useropt"
932"*) ;;
933 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
934 ac_unrecognized_sep=', ';;
c906108c 935 esac
81ecdfbb 936 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
937
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
b7026657 945 exec_prefix=$ac_optarg ;;
c906108c
SS
946
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
950
b7026657
AC
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
c906108c
SS
957
958 -host | --host | --hos | --ho)
b7026657 959 ac_prev=host_alias ;;
c906108c 960 -host=* | --host=* | --hos=* | --ho=*)
b7026657 961 host_alias=$ac_optarg ;;
c906108c 962
81ecdfbb
RW
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
968
c906108c
SS
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 974 includedir=$ac_optarg ;;
c906108c
SS
975
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 979 infodir=$ac_optarg ;;
c906108c
SS
980
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 984 libdir=$ac_optarg ;;
c906108c
SS
985
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
b7026657 991 libexecdir=$ac_optarg ;;
c906108c 992
81ecdfbb
RW
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
997
c906108c 998 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 999 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1003 localstatedir=$ac_optarg ;;
c906108c
SS
1004
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1008 mandir=$ac_optarg ;;
c906108c
SS
1009
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1013
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1015 | --no-cr | --no-c | -n)
c906108c
SS
1016 no_create=yes ;;
1017
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1021
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1029 oldincludedir=$ac_optarg ;;
c906108c
SS
1030
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1034 prefix=$ac_optarg ;;
c906108c
SS
1035
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1041 program_prefix=$ac_optarg ;;
c906108c
SS
1042
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1048 program_suffix=$ac_optarg ;;
c906108c
SS
1049
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1065 program_transform_name=$ac_optarg ;;
c906108c 1066
81ecdfbb
RW
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1071
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1076
c906108c
SS
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1080
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
b7026657 1085 sbindir=$ac_optarg ;;
c906108c
SS
1086
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
b7026657 1096 sharedstatedir=$ac_optarg ;;
c906108c
SS
1097
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
b7026657 1101 site=$ac_optarg ;;
e514a9d6 1102
c906108c
SS
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1106 srcdir=$ac_optarg ;;
c906108c
SS
1107
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1113 sysconfdir=$ac_optarg ;;
c906108c
SS
1114
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1116 ac_prev=target_alias ;;
c906108c 1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1118 target_alias=$ac_optarg ;;
c906108c
SS
1119
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1122
b7026657
AC
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
c906108c
SS
1125
1126 -with-* | --with-*)
81ecdfbb 1127 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1128 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1129 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1130 as_fn_error "invalid package name: $ac_useropt"
1131 ac_useropt_orig=$ac_useropt
1132 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1133 case $ac_user_opts in
1134 *"
1135"with_$ac_useropt"
1136"*) ;;
1137 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1138 ac_unrecognized_sep=', ';;
c906108c 1139 esac
81ecdfbb 1140 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1141
1142 -without-* | --without-*)
81ecdfbb 1143 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1144 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1145 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1146 as_fn_error "invalid package name: $ac_useropt"
1147 ac_useropt_orig=$ac_useropt
1148 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1149 case $ac_user_opts in
1150 *"
1151"with_$ac_useropt"
1152"*) ;;
1153 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1154 ac_unrecognized_sep=', ';;
1155 esac
1156 eval with_$ac_useropt=no ;;
c906108c
SS
1157
1158 --x)
1159 # Obsolete; use --with-x.
1160 with_x=yes ;;
1161
1162 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1163 | --x-incl | --x-inc | --x-in | --x-i)
1164 ac_prev=x_includes ;;
1165 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1166 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1167 x_includes=$ac_optarg ;;
c906108c
SS
1168
1169 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1170 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1171 ac_prev=x_libraries ;;
1172 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1173 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1174 x_libraries=$ac_optarg ;;
c906108c 1175
81ecdfbb
RW
1176 -*) as_fn_error "unrecognized option: \`$ac_option'
1177Try \`$0 --help' for more information."
c906108c
SS
1178 ;;
1179
b7026657
AC
1180 *=*)
1181 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1182 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1183 case $ac_envvar in #(
1184 '' | [0-9]* | *[!_$as_cr_alnum]* )
1185 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1186 esac
1187 eval $ac_envvar=\$ac_optarg
b7026657
AC
1188 export $ac_envvar ;;
1189
c906108c 1190 *)
b7026657 1191 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1192 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1193 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1194 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1195 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1196 ;;
1197
1198 esac
1199done
1200
1201if test -n "$ac_prev"; then
b7026657 1202 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1203 as_fn_error "missing argument to $ac_option"
c906108c 1204fi
c906108c 1205
81ecdfbb
RW
1206if test -n "$ac_unrecognized_opts"; then
1207 case $enable_option_checking in
1208 no) ;;
1209 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1210 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1211 esac
81ecdfbb 1212fi
c906108c 1213
81ecdfbb
RW
1214# Check all directory arguments for consistency.
1215for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1216 datadir sysconfdir sharedstatedir localstatedir includedir \
1217 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1218 libdir localedir mandir
c906108c 1219do
81ecdfbb
RW
1220 eval ac_val=\$$ac_var
1221 # Remove trailing slashes.
1222 case $ac_val in
1223 */ )
1224 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1225 eval $ac_var=\$ac_val;;
1226 esac
1227 # Be sure to have absolute directory names.
b7026657 1228 case $ac_val in
81ecdfbb
RW
1229 [\\/$]* | ?:[\\/]* ) continue;;
1230 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1231 esac
81ecdfbb 1232 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1233done
1234
b7026657
AC
1235# There might be people who depend on the old broken behavior: `$host'
1236# used to hold the argument of --host etc.
1237# FIXME: To remove some day.
1238build=$build_alias
1239host=$host_alias
1240target=$target_alias
1241
1242# FIXME: To remove some day.
1243if test "x$host_alias" != x; then
1244 if test "x$build_alias" = x; then
1245 cross_compiling=maybe
81ecdfbb 1246 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1247 If a cross compiler is detected then cross compile mode will be used." >&2
1248 elif test "x$build_alias" != "x$host_alias"; then
1249 cross_compiling=yes
1250 fi
1251fi
c906108c 1252
b7026657
AC
1253ac_tool_prefix=
1254test -n "$host_alias" && ac_tool_prefix=$host_alias-
1255
1256test "$silent" = yes && exec 6>/dev/null
c906108c 1257
c906108c 1258
81ecdfbb
RW
1259ac_pwd=`pwd` && test -n "$ac_pwd" &&
1260ac_ls_di=`ls -di .` &&
1261ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1262 as_fn_error "working directory cannot be determined"
1263test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1264 as_fn_error "pwd does not report name of working directory"
1265
1266
c906108c
SS
1267# Find the source files, if location was not specified.
1268if test -z "$srcdir"; then
1269 ac_srcdir_defaulted=yes
81ecdfbb
RW
1270 # Try the directory containing this script, then the parent directory.
1271 ac_confdir=`$as_dirname -- "$as_myself" ||
1272$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1273 X"$as_myself" : 'X\(//\)[^/]' \| \
1274 X"$as_myself" : 'X\(//\)$' \| \
1275 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1276$as_echo X"$as_myself" |
1277 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\/\)[^/].*/{
1282 s//\1/
1283 q
1284 }
1285 /^X\(\/\/\)$/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\).*/{
1290 s//\1/
1291 q
1292 }
1293 s/.*/./; q'`
c906108c 1294 srcdir=$ac_confdir
81ecdfbb 1295 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1296 srcdir=..
1297 fi
1298else
1299 ac_srcdir_defaulted=no
1300fi
81ecdfbb
RW
1301if test ! -r "$srcdir/$ac_unique_file"; then
1302 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1303 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1304fi
1305ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1306ac_abs_confdir=`(
1307 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1308 pwd)`
1309# When building in place, set srcdir=.
1310if test "$ac_abs_confdir" = "$ac_pwd"; then
1311 srcdir=.
1312fi
1313# Remove unnecessary trailing slashes from srcdir.
1314# Double slashes in file names in object file debugging info
1315# mess up M-x gdb in Emacs.
1316case $srcdir in
1317*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1318esac
1319for ac_var in $ac_precious_vars; do
1320 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1321 eval ac_env_${ac_var}_value=\$${ac_var}
1322 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1323 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1324done
c906108c 1325
b7026657
AC
1326#
1327# Report the --help message.
1328#
1329if test "$ac_init_help" = "long"; then
1330 # Omit some internal or obsolete options to make the list less imposing.
1331 # This message is too long to be a string in the A/UX 3.1 sh.
1332 cat <<_ACEOF
1333\`configure' configures this package to adapt to many kinds of systems.
c906108c 1334
b7026657 1335Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1336
b7026657
AC
1337To assign environment variables (e.g., CC, CFLAGS...), specify them as
1338VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1339
b7026657 1340Defaults for the options are specified in brackets.
c906108c 1341
b7026657
AC
1342Configuration:
1343 -h, --help display this help and exit
1344 --help=short display options specific to this package
1345 --help=recursive display the short help of all the included packages
1346 -V, --version display version information and exit
1347 -q, --quiet, --silent do not print \`checking...' messages
1348 --cache-file=FILE cache test results in FILE [disabled]
1349 -C, --config-cache alias for \`--cache-file=config.cache'
1350 -n, --no-create do not create output files
1351 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1352
b7026657
AC
1353Installation directories:
1354 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1355 [$ac_default_prefix]
b7026657 1356 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1357 [PREFIX]
c906108c 1358
b7026657
AC
1359By default, \`make install' will install all the files in
1360\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1361an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1362for instance \`--prefix=\$HOME'.
c906108c 1363
b7026657
AC
1364For better control, use the options below.
1365
1366Fine tuning of the installation directories:
81ecdfbb
RW
1367 --bindir=DIR user executables [EPREFIX/bin]
1368 --sbindir=DIR system admin executables [EPREFIX/sbin]
1369 --libexecdir=DIR program executables [EPREFIX/libexec]
1370 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1371 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1372 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1373 --libdir=DIR object code libraries [EPREFIX/lib]
1374 --includedir=DIR C header files [PREFIX/include]
1375 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1376 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1377 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1378 --infodir=DIR info documentation [DATAROOTDIR/info]
1379 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1380 --mandir=DIR man documentation [DATAROOTDIR/man]
1381 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1382 --htmldir=DIR html documentation [DOCDIR]
1383 --dvidir=DIR dvi documentation [DOCDIR]
1384 --pdfdir=DIR pdf documentation [DOCDIR]
1385 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1386_ACEOF
1387
1388 cat <<\_ACEOF
1389
1390Program names:
1391 --program-prefix=PREFIX prepend PREFIX to installed program names
1392 --program-suffix=SUFFIX append SUFFIX to installed program names
1393 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1394
1395X features:
1396 --x-includes=DIR X include files are in DIR
1397 --x-libraries=DIR X library files are in DIR
1398
1399System types:
1400 --build=BUILD configure for building on BUILD [guessed]
1401 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1402 --target=TARGET configure for building compilers for TARGET [HOST]
1403_ACEOF
c906108c 1404fi
b7026657
AC
1405
1406if test -n "$ac_init_help"; then
1407
1408 cat <<\_ACEOF
1409
1410Optional Features:
81ecdfbb 1411 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1412 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1413 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1414 --enable-plugins Enable support for plugins
6bb11ab3
L
1415 --enable-shared[=PKGS] build shared libraries [default=yes]
1416 --enable-static[=PKGS] build static libraries [default=yes]
1417 --enable-fast-install[=PKGS]
1418 optimize for fast installation [default=yes]
1419 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1420 --enable-maintainer-mode enable make rules and dependencies not useful
1421 (and sometimes confusing) to the casual installer
8d0978fb
MF
1422 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1423 itself)
1424 --enable-sim-stdio Specify whether to use stdio for console
1425 input/output
1426 --enable-sim-trace=opts Enable tracing of simulated programs
1427 --enable-sim-profile=opts
1428 Enable profiling flags
1429 --enable-sim-inline=inlines
1430 Specify which functions should be inlined
1431 --enable-sim-alignment=align
1432 Specify strict, nonstrict or forced alignment of
1433 memory accesses
2232061b
MF
1434 --enable-werror treat compile warnings as errors
1435 --enable-build-warnings enable build-time compiler warnings if gcc is used
1436 --enable-sim-build-warnings
1437 enable SIM specific build-time compiler warnings if
1438 gcc is used
8d0978fb
MF
1439 --enable-sim-reserved-bits
1440 Specify whether to check reserved bits in
1441 instruction
1442 --enable-sim-endian=endian
1443 Specify target byte endian orientation
1444 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1445 --enable-sim-float Specify that the target processor has floating point
1446 hardware
1517bd27
MF
1447 --enable-sim-hardware=LIST
1448 Specify the hardware to be included in the build.
b7026657
AC
1449
1450Optional Packages:
1451 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1452 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1453 --with-system-zlib use installed libz
6bb11ab3
L
1454 --with-pic try to use only PIC/non-PIC objects [default=use
1455 both]
1456 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1457 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468 1458 --with-bugurl=URL Direct users to URL to report a bug
b7026657
AC
1459 --with-x use the X Window System
1460
1461Some influential environment variables:
1462 CC C compiler command
1463 CFLAGS C compiler flags
1464 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1465 nonstandard directory <lib dir>
81ecdfbb
RW
1466 LIBS libraries to pass to the linker, e.g. -l<library>
1467 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1468 you have headers in a nonstandard directory <include dir>
b7026657 1469 CPP C preprocessor
81ecdfbb 1470 XMKMF Path to xmkmf, Makefile generator for X Window System
b7026657
AC
1471
1472Use these variables to override the choices made by `configure' or to help
1473it to find libraries and programs with nonstandard names/locations.
1474
81ecdfbb 1475Report bugs to the package provider.
b7026657 1476_ACEOF
81ecdfbb 1477ac_status=$?
c906108c
SS
1478fi
1479
b7026657
AC
1480if test "$ac_init_help" = "recursive"; then
1481 # If there are subdirs, report their specific --help.
b7026657 1482 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1483 test -d "$ac_dir" ||
1484 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1485 continue
b7026657 1486 ac_builddir=.
c906108c 1487
81ecdfbb
RW
1488case "$ac_dir" in
1489.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1490*)
1491 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1492 # A ".." for each directory in $ac_dir_suffix.
1493 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1494 case $ac_top_builddir_sub in
1495 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1496 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1497 esac ;;
1498esac
1499ac_abs_top_builddir=$ac_pwd
1500ac_abs_builddir=$ac_pwd$ac_dir_suffix
1501# for backward compatibility:
1502ac_top_builddir=$ac_top_build_prefix
c906108c 1503
b7026657 1504case $srcdir in
81ecdfbb 1505 .) # We are building in place.
b7026657 1506 ac_srcdir=.
81ecdfbb
RW
1507 ac_top_srcdir=$ac_top_builddir_sub
1508 ac_abs_top_srcdir=$ac_pwd ;;
1509 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1510 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1511 ac_top_srcdir=$srcdir
1512 ac_abs_top_srcdir=$srcdir ;;
1513 *) # Relative name.
1514 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1515 ac_top_srcdir=$ac_top_build_prefix$srcdir
1516 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1517esac
81ecdfbb
RW
1518ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1519
1520 cd "$ac_dir" || { ac_status=$?; continue; }
1521 # Check for guested configure.
1522 if test -f "$ac_srcdir/configure.gnu"; then
1523 echo &&
1524 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1525 elif test -f "$ac_srcdir/configure"; then
1526 echo &&
1527 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1528 else
81ecdfbb
RW
1529 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1530 fi || ac_status=$?
1531 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657
AC
1532 done
1533fi
1534
81ecdfbb 1535test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1536if $ac_init_version; then
1537 cat <<\_ACEOF
81ecdfbb
RW
1538configure
1539generated by GNU Autoconf 2.64
b7026657 1540
81ecdfbb 1541Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1542This configure script is free software; the Free Software Foundation
1543gives unlimited permission to copy, distribute and modify it.
1544_ACEOF
81ecdfbb 1545 exit
b7026657 1546fi
b7026657 1547
81ecdfbb
RW
1548## ------------------------ ##
1549## Autoconf initialization. ##
1550## ------------------------ ##
b7026657 1551
81ecdfbb
RW
1552# ac_fn_c_try_compile LINENO
1553# --------------------------
1554# Try to compile conftest.$ac_ext, and return whether this succeeded.
1555ac_fn_c_try_compile ()
b7026657 1556{
81ecdfbb
RW
1557 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1558 rm -f conftest.$ac_objext
1559 if { { ac_try="$ac_compile"
1560case "(($ac_try" in
1561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1562 *) ac_try_echo=$ac_try;;
1563esac
1564eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1565$as_echo "$ac_try_echo"; } >&5
1566 (eval "$ac_compile") 2>conftest.err
1567 ac_status=$?
1568 if test -s conftest.err; then
1569 grep -v '^ *+' conftest.err >conftest.er1
1570 cat conftest.er1 >&5
1571 mv -f conftest.er1 conftest.err
1572 fi
1573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1574 test $ac_status = 0; } && {
1575 test -z "$ac_c_werror_flag" ||
1576 test ! -s conftest.err
1577 } && test -s conftest.$ac_objext; then :
1578 ac_retval=0
1579else
1580 $as_echo "$as_me: failed program was:" >&5
1581sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1582
81ecdfbb
RW
1583 ac_retval=1
1584fi
1585 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1586 return $ac_retval
b7026657 1587
81ecdfbb 1588} # ac_fn_c_try_compile
b7026657 1589
81ecdfbb
RW
1590# ac_fn_c_try_cpp LINENO
1591# ----------------------
1592# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1593ac_fn_c_try_cpp ()
1594{
1595 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1596 if { { ac_try="$ac_cpp conftest.$ac_ext"
1597case "(($ac_try" in
1598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1599 *) ac_try_echo=$ac_try;;
1600esac
1601eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1602$as_echo "$ac_try_echo"; } >&5
1603 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1604 ac_status=$?
1605 if test -s conftest.err; then
1606 grep -v '^ *+' conftest.err >conftest.er1
1607 cat conftest.er1 >&5
1608 mv -f conftest.er1 conftest.err
1609 fi
1610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1611 test $ac_status = 0; } >/dev/null && {
1612 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1613 test ! -s conftest.err
1614 }; then :
1615 ac_retval=0
1616else
1617 $as_echo "$as_me: failed program was:" >&5
1618sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1619
81ecdfbb
RW
1620 ac_retval=1
1621fi
1622 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1623 return $ac_retval
b7026657 1624
81ecdfbb
RW
1625} # ac_fn_c_try_cpp
1626
1627# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1628# -------------------------------------------------------
1629# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1630# the include files in INCLUDES and setting the cache variable VAR
1631# accordingly.
1632ac_fn_c_check_header_mongrel ()
1633{
1634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1637$as_echo_n "checking for $2... " >&6; }
1638if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1639 $as_echo_n "(cached) " >&6
1640fi
1641eval ac_res=\$$3
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1643$as_echo "$ac_res" >&6; }
1644else
1645 # Is the header compilable?
1646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1647$as_echo_n "checking $2 usability... " >&6; }
1648cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1649/* end confdefs.h. */
1650$4
1651#include <$2>
1652_ACEOF
1653if ac_fn_c_try_compile "$LINENO"; then :
1654 ac_header_compiler=yes
1655else
1656 ac_header_compiler=no
1657fi
1658rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1659{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1660$as_echo "$ac_header_compiler" >&6; }
1661
1662# Is the header present?
1663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1664$as_echo_n "checking $2 presence... " >&6; }
1665cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1666/* end confdefs.h. */
1667#include <$2>
1668_ACEOF
1669if ac_fn_c_try_cpp "$LINENO"; then :
1670 ac_header_preproc=yes
1671else
1672 ac_header_preproc=no
1673fi
1674rm -f conftest.err conftest.$ac_ext
1675{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1676$as_echo "$ac_header_preproc" >&6; }
1677
1678# So? What about this header?
1679case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1680 yes:no: )
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1682$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1684$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1685 ;;
1686 no:yes:* )
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1688$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1690$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1692$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1694$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1696$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1697 ;;
1698esac
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1700$as_echo_n "checking for $2... " >&6; }
1701if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1702 $as_echo_n "(cached) " >&6
1703else
1704 eval "$3=\$ac_header_compiler"
1705fi
1706eval ac_res=\$$3
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708$as_echo "$ac_res" >&6; }
1709fi
1710 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1711
1712} # ac_fn_c_check_header_mongrel
1713
1714# ac_fn_c_try_run LINENO
1715# ----------------------
1716# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1717# that executables *can* be run.
1718ac_fn_c_try_run ()
1719{
1720 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1721 if { { ac_try="$ac_link"
1722case "(($ac_try" in
1723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1724 *) ac_try_echo=$ac_try;;
1725esac
1726eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1727$as_echo "$ac_try_echo"; } >&5
1728 (eval "$ac_link") 2>&5
1729 ac_status=$?
1730 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1731 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1732 { { case "(($ac_try" in
1733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1734 *) ac_try_echo=$ac_try;;
1735esac
1736eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1737$as_echo "$ac_try_echo"; } >&5
1738 (eval "$ac_try") 2>&5
1739 ac_status=$?
1740 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1741 test $ac_status = 0; }; }; then :
1742 ac_retval=0
1743else
1744 $as_echo "$as_me: program exited with status $ac_status" >&5
1745 $as_echo "$as_me: failed program was:" >&5
1746sed 's/^/| /' conftest.$ac_ext >&5
1747
1748 ac_retval=$ac_status
1749fi
1750 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1751 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1752 return $ac_retval
1753
1754} # ac_fn_c_try_run
1755
1756# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1757# -------------------------------------------------------
1758# Tests whether HEADER exists and can be compiled using the include files in
1759# INCLUDES, setting the cache variable VAR accordingly.
1760ac_fn_c_check_header_compile ()
1761{
1762 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1764$as_echo_n "checking for $2... " >&6; }
1765if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1766 $as_echo_n "(cached) " >&6
1767else
1768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1769/* end confdefs.h. */
1770$4
1771#include <$2>
1772_ACEOF
1773if ac_fn_c_try_compile "$LINENO"; then :
1774 eval "$3=yes"
1775else
1776 eval "$3=no"
1777fi
1778rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1779fi
1780eval ac_res=\$$3
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1782$as_echo "$ac_res" >&6; }
1783 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1784
1785} # ac_fn_c_check_header_compile
1786
1787# ac_fn_c_try_link LINENO
1788# -----------------------
1789# Try to link conftest.$ac_ext, and return whether this succeeded.
1790ac_fn_c_try_link ()
1791{
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 rm -f conftest.$ac_objext conftest$ac_exeext
1794 if { { ac_try="$ac_link"
1795case "(($ac_try" in
1796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797 *) ac_try_echo=$ac_try;;
1798esac
1799eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800$as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_link") 2>conftest.err
1802 ac_status=$?
1803 if test -s conftest.err; then
1804 grep -v '^ *+' conftest.err >conftest.er1
1805 cat conftest.er1 >&5
1806 mv -f conftest.er1 conftest.err
1807 fi
1808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1809 test $ac_status = 0; } && {
1810 test -z "$ac_c_werror_flag" ||
1811 test ! -s conftest.err
1812 } && test -s conftest$ac_exeext && {
1813 test "$cross_compiling" = yes ||
1814 $as_test_x conftest$ac_exeext
1815 }; then :
1816 ac_retval=0
1817else
1818 $as_echo "$as_me: failed program was:" >&5
1819sed 's/^/| /' conftest.$ac_ext >&5
1820
1821 ac_retval=1
1822fi
1823 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1824 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1825 # interfere with the next link command; also delete a directory that is
1826 # left behind by Apple's compiler. We do this before executing the actions.
1827 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1828 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1829 return $ac_retval
1830
1831} # ac_fn_c_try_link
1832
1833# ac_fn_c_check_func LINENO FUNC VAR
1834# ----------------------------------
1835# Tests whether FUNC exists, setting the cache variable VAR accordingly
1836ac_fn_c_check_func ()
1837{
1838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1840$as_echo_n "checking for $2... " >&6; }
1841if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1842 $as_echo_n "(cached) " >&6
1843else
1844 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1845/* end confdefs.h. */
1846/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1847 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1848#define $2 innocuous_$2
1849
1850/* System header to define __stub macros and hopefully few prototypes,
1851 which can conflict with char $2 (); below.
1852 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1853 <limits.h> exists even on freestanding compilers. */
1854
1855#ifdef __STDC__
1856# include <limits.h>
1857#else
1858# include <assert.h>
1859#endif
1860
1861#undef $2
1862
1863/* Override any GCC internal prototype to avoid an error.
1864 Use char because int might match the return type of a GCC
1865 builtin and then its argument prototype would still apply. */
1866#ifdef __cplusplus
1867extern "C"
1868#endif
1869char $2 ();
1870/* The GNU C library defines this for functions which it implements
1871 to always fail with ENOSYS. Some functions are actually named
1872 something starting with __ and the normal name is an alias. */
1873#if defined __stub_$2 || defined __stub___$2
1874choke me
1875#endif
1876
1877int
1878main ()
1879{
1880return $2 ();
1881 ;
1882 return 0;
1883}
1884_ACEOF
1885if ac_fn_c_try_link "$LINENO"; then :
1886 eval "$3=yes"
1887else
1888 eval "$3=no"
1889fi
1890rm -f core conftest.err conftest.$ac_objext \
1891 conftest$ac_exeext conftest.$ac_ext
1892fi
1893eval ac_res=\$$3
1894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1895$as_echo "$ac_res" >&6; }
1896 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1897
1898} # ac_fn_c_check_func
936df756
MF
1899
1900# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1901# ----------------------------------------------------
1902# Tries to find if the field MEMBER exists in type AGGR, after including
1903# INCLUDES, setting cache variable VAR accordingly.
1904ac_fn_c_check_member ()
1905{
1906 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1908$as_echo_n "checking for $2.$3... " >&6; }
1909if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1910 $as_echo_n "(cached) " >&6
1911else
1912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1913/* end confdefs.h. */
1914$5
1915int
1916main ()
1917{
1918static $2 ac_aggr;
1919if (ac_aggr.$3)
1920return 0;
1921 ;
1922 return 0;
1923}
1924_ACEOF
1925if ac_fn_c_try_compile "$LINENO"; then :
1926 eval "$4=yes"
1927else
1928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1929/* end confdefs.h. */
1930$5
1931int
1932main ()
1933{
1934static $2 ac_aggr;
1935if (sizeof ac_aggr.$3)
1936return 0;
1937 ;
1938 return 0;
1939}
1940_ACEOF
1941if ac_fn_c_try_compile "$LINENO"; then :
1942 eval "$4=yes"
1943else
1944 eval "$4=no"
1945fi
1946rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1947fi
1948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1949fi
1950eval ac_res=\$$4
1951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1952$as_echo "$ac_res" >&6; }
1953 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1954
1955} # ac_fn_c_check_member
1956
1957# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1958# -------------------------------------------
1959# Tests whether TYPE exists after having included INCLUDES, setting cache
1960# variable VAR accordingly.
1961ac_fn_c_check_type ()
1962{
1963 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1965$as_echo_n "checking for $2... " >&6; }
1966if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1967 $as_echo_n "(cached) " >&6
1968else
1969 eval "$3=no"
1970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1971/* end confdefs.h. */
1972$4
1973int
1974main ()
1975{
1976if (sizeof ($2))
1977 return 0;
1978 ;
1979 return 0;
1980}
1981_ACEOF
1982if ac_fn_c_try_compile "$LINENO"; then :
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984/* end confdefs.h. */
1985$4
1986int
1987main ()
1988{
1989if (sizeof (($2)))
1990 return 0;
1991 ;
1992 return 0;
1993}
1994_ACEOF
1995if ac_fn_c_try_compile "$LINENO"; then :
1996
1997else
1998 eval "$3=yes"
1999fi
2000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2001fi
2002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003fi
2004eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006$as_echo "$ac_res" >&6; }
2007 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2008
2009} # ac_fn_c_check_type
81ecdfbb
RW
2010cat >config.log <<_ACEOF
2011This file contains any messages produced by compilers while
2012running configure, to aid debugging if configure makes a mistake.
2013
2014It was created by $as_me, which was
2015generated by GNU Autoconf 2.64. Invocation command line was
2016
2017 $ $0 $@
2018
2019_ACEOF
2020exec 5>>config.log
2021{
2022cat <<_ASUNAME
2023## --------- ##
2024## Platform. ##
2025## --------- ##
2026
2027hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2028uname -m = `(uname -m) 2>/dev/null || echo unknown`
2029uname -r = `(uname -r) 2>/dev/null || echo unknown`
2030uname -s = `(uname -s) 2>/dev/null || echo unknown`
2031uname -v = `(uname -v) 2>/dev/null || echo unknown`
2032
2033/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2034/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2035
2036/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2037/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2038/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2039/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2040/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2041/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2042/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2043
2044_ASUNAME
2045
2046as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047for as_dir in $PATH
2048do
2049 IFS=$as_save_IFS
2050 test -z "$as_dir" && as_dir=.
2051 $as_echo "PATH: $as_dir"
2052 done
2053IFS=$as_save_IFS
2054
2055} >&5
2056
2057cat >&5 <<_ACEOF
b7026657
AC
2058
2059
2060## ----------- ##
2061## Core tests. ##
2062## ----------- ##
2063
2064_ACEOF
2065
2066
2067# Keep a trace of the command line.
2068# Strip out --no-create and --no-recursion so they do not pile up.
2069# Strip out --silent because we don't want to record it for future runs.
2070# Also quote any args containing shell meta-characters.
2071# Make two passes to allow for proper duplicate-argument suppression.
2072ac_configure_args=
2073ac_configure_args0=
2074ac_configure_args1=
b7026657
AC
2075ac_must_keep_next=false
2076for ac_pass in 1 2
2077do
2078 for ac_arg
2079 do
2080 case $ac_arg in
2081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083 | -silent | --silent | --silen | --sile | --sil)
2084 continue ;;
81ecdfbb
RW
2085 *\'*)
2086 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2087 esac
2088 case $ac_pass in
81ecdfbb 2089 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2090 2)
81ecdfbb 2091 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2092 if test $ac_must_keep_next = true; then
2093 ac_must_keep_next=false # Got value, back to normal.
2094 else
2095 case $ac_arg in
2096 *=* | --config-cache | -C | -disable-* | --disable-* \
2097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099 | -with-* | --with-* | -without-* | --without-* | --x)
2100 case "$ac_configure_args0 " in
2101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2102 esac
2103 ;;
2104 -* ) ac_must_keep_next=true ;;
2105 esac
2106 fi
81ecdfbb 2107 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2108 ;;
2109 esac
2110 done
2111done
81ecdfbb
RW
2112{ ac_configure_args0=; unset ac_configure_args0;}
2113{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2114
2115# When interrupted or exit'd, cleanup temporary files, and complete
2116# config.log. We remove comments because anyway the quotes in there
2117# would cause problems or look ugly.
81ecdfbb
RW
2118# WARNING: Use '\'' to represent an apostrophe within the trap.
2119# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2120trap 'exit_status=$?
2121 # Save into config.log some information that might help in debugging.
2122 {
2123 echo
2124
2125 cat <<\_ASBOX
2126## ---------------- ##
2127## Cache variables. ##
2128## ---------------- ##
2129_ASBOX
2130 echo
2131 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2132(
2133 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2134 eval ac_val=\$$ac_var
2135 case $ac_val in #(
2136 *${as_nl}*)
2137 case $ac_var in #(
2138 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2139$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2140 esac
2141 case $ac_var in #(
2142 _ | IFS | as_nl) ;; #(
2143 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2144 *) { eval $ac_var=; unset $ac_var;} ;;
2145 esac ;;
2146 esac
2147 done
b7026657 2148 (set) 2>&1 |
81ecdfbb
RW
2149 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2150 *${as_nl}ac_space=\ *)
b7026657 2151 sed -n \
81ecdfbb
RW
2152 "s/'\''/'\''\\\\'\'''\''/g;
2153 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2154 ;; #(
b7026657 2155 *)
81ecdfbb 2156 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2157 ;;
81ecdfbb
RW
2158 esac |
2159 sort
2160)
b7026657
AC
2161 echo
2162
2163 cat <<\_ASBOX
2164## ----------------- ##
2165## Output variables. ##
2166## ----------------- ##
2167_ASBOX
2168 echo
2169 for ac_var in $ac_subst_vars
2170 do
81ecdfbb
RW
2171 eval ac_val=\$$ac_var
2172 case $ac_val in
2173 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2174 esac
2175 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2176 done | sort
2177 echo
2178
2179 if test -n "$ac_subst_files"; then
2180 cat <<\_ASBOX
81ecdfbb
RW
2181## ------------------- ##
2182## File substitutions. ##
2183## ------------------- ##
b7026657
AC
2184_ASBOX
2185 echo
2186 for ac_var in $ac_subst_files
2187 do
81ecdfbb
RW
2188 eval ac_val=\$$ac_var
2189 case $ac_val in
2190 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2191 esac
2192 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2193 done | sort
2194 echo
2195 fi
2196
2197 if test -s confdefs.h; then
2198 cat <<\_ASBOX
2199## ----------- ##
2200## confdefs.h. ##
2201## ----------- ##
2202_ASBOX
2203 echo
81ecdfbb 2204 cat confdefs.h
b7026657
AC
2205 echo
2206 fi
2207 test "$ac_signal" != 0 &&
81ecdfbb
RW
2208 $as_echo "$as_me: caught signal $ac_signal"
2209 $as_echo "$as_me: exit $exit_status"
b7026657 2210 } >&5
81ecdfbb
RW
2211 rm -f core *.core core.conftest.* &&
2212 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2213 exit $exit_status
81ecdfbb 2214' 0
b7026657 2215for ac_signal in 1 2 13 15; do
81ecdfbb 2216 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2217done
2218ac_signal=0
2219
2220# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2221rm -f -r conftest* confdefs.h
2222
2223$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2224
2225# Predefined preprocessor variables.
2226
2227cat >>confdefs.h <<_ACEOF
2228#define PACKAGE_NAME "$PACKAGE_NAME"
2229_ACEOF
2230
b7026657
AC
2231cat >>confdefs.h <<_ACEOF
2232#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2233_ACEOF
2234
b7026657
AC
2235cat >>confdefs.h <<_ACEOF
2236#define PACKAGE_VERSION "$PACKAGE_VERSION"
2237_ACEOF
2238
b7026657
AC
2239cat >>confdefs.h <<_ACEOF
2240#define PACKAGE_STRING "$PACKAGE_STRING"
2241_ACEOF
2242
b7026657
AC
2243cat >>confdefs.h <<_ACEOF
2244#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2245_ACEOF
2246
81ecdfbb
RW
2247cat >>confdefs.h <<_ACEOF
2248#define PACKAGE_URL "$PACKAGE_URL"
2249_ACEOF
2250
b7026657
AC
2251
2252# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2253# Prefer an explicitly selected file to automatically selected ones.
2254ac_site_file1=NONE
2255ac_site_file2=NONE
2256if test -n "$CONFIG_SITE"; then
2257 ac_site_file1=$CONFIG_SITE
2258elif test "x$prefix" != xNONE; then
2259 ac_site_file1=$prefix/share/config.site
2260 ac_site_file2=$prefix/etc/config.site
2261else
2262 ac_site_file1=$ac_default_prefix/share/config.site
2263 ac_site_file2=$ac_default_prefix/etc/config.site
2264fi
2265for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2266do
2267 test "x$ac_site_file" = xNONE && continue
b7026657 2268 if test -r "$ac_site_file"; then
81ecdfbb
RW
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2270$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2271 sed 's/^/| /' "$ac_site_file" >&5
2272 . "$ac_site_file"
2273 fi
2274done
2275
2276if test -r "$cache_file"; then
2277 # Some versions of bash will fail to source /dev/null (special
2278 # files actually), so we avoid doing that.
2279 if test -f "$cache_file"; then
81ecdfbb
RW
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2281$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2282 case $cache_file in
81ecdfbb
RW
2283 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2284 *) . "./$cache_file";;
b7026657
AC
2285 esac
2286 fi
c906108c 2287else
81ecdfbb
RW
2288 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2289$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2290 >$cache_file
2291fi
2292
2293# Check that the precious variables saved in the cache have kept the same
2294# value.
2295ac_cache_corrupted=false
81ecdfbb 2296for ac_var in $ac_precious_vars; do
b7026657
AC
2297 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2298 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2299 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2300 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2301 case $ac_old_set,$ac_new_set in
2302 set,)
81ecdfbb
RW
2303 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2304$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2305 ac_cache_corrupted=: ;;
2306 ,set)
81ecdfbb
RW
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2308$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2309 ac_cache_corrupted=: ;;
2310 ,);;
2311 *)
2312 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2313 # differences in whitespace do not lead to failure.
2314 ac_old_val_w=`echo x $ac_old_val`
2315 ac_new_val_w=`echo x $ac_new_val`
2316 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2318$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2319 ac_cache_corrupted=:
2320 else
2321 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2322$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2323 eval $ac_var=\$ac_old_val
2324 fi
2325 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2326$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2328$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2329 fi;;
2330 esac
2331 # Pass precious variables to config.status.
2332 if test "$ac_new_set" = set; then
2333 case $ac_new_val in
81ecdfbb 2334 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2335 *) ac_arg=$ac_var=$ac_new_val ;;
2336 esac
2337 case " $ac_configure_args " in
2338 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2339 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2340 esac
2341 fi
2342done
2343if $ac_cache_corrupted; then
81ecdfbb
RW
2344 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2345$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2346 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2347$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2348 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
c906108c 2349fi
81ecdfbb
RW
2350## -------------------- ##
2351## Main body of script. ##
2352## -------------------- ##
b7026657
AC
2353
2354ac_ext=c
2355ac_cpp='$CPP $CPPFLAGS'
2356ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2357ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2358ac_compiler_gnu=$ac_cv_c_compiler_gnu
2359
2360
35695fd6
AC
2361# This file contains common code used by all simulators.
2362#
2363# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2364# directory. It is intended to be invoked before any target specific stuff.
2365# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2366# It is intended to be invoked last.
2367#
306f4178 2368# The simulator's configure.ac should look like:
35695fd6
AC
2369#
2370# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2371# AC_PREREQ(2.64)dnl
35695fd6 2372# AC_INIT(Makefile.in)
6ffe910a 2373# sinclude(../common/aclocal.m4)
35695fd6
AC
2374#
2375# SIM_AC_COMMON
2376#
2377# ... target specific stuff ...
2378#
2379# SIM_AC_OUTPUT
2380
d6416cdc
RW
2381# Include global overrides and fixes for Autoconf.
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
6ffe910a
MF
2408# _AC_CHECK_DECL_BODY
2409# -------------------
2410# Shell function body for AC_CHECK_DECL.
2411# _AC_CHECK_DECL_BODY
d6416cdc 2412
6ffe910a
MF
2413# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2414# INCLUDES)
2415# -------------------------------------------------------------
2416# Helper to AC_CHECK_DECLS, which generates the check for a single
2417# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2418# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc 2419
d6416cdc
RW
2420
2421
2422
2423
2424
2425
35695fd6
AC
2426
2427
2428
db2e4d67 2429
6bb11ab3 2430# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2431#
6bb11ab3
L
2432# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2433# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2434# Written by Gordon Matzigkeit, 1996
2435#
2436# This file is free software; the Free Software Foundation gives
2437# unlimited permission to copy and/or distribute it, with or without
2438# modifications, as long as this notice is preserved.
db2e4d67 2439
db2e4d67 2440
db2e4d67 2441
6bb11ab3 2442# serial 56 LT_INIT
db2e4d67
MF
2443
2444
6bb11ab3
L
2445# LT_PREREQ(VERSION)
2446# ------------------
2447# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2448
db2e4d67
MF
2449
2450
6bb11ab3
L
2451# _LT_CHECK_BUILDDIR
2452# ------------------
2453# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2454
2455
35695fd6 2456
6bb11ab3
L
2457# LT_INIT([OPTIONS])
2458# ------------------
2459# LT_INIT
35695fd6 2460
6bb11ab3
L
2461# Old names:
2462# This is what autoupdate's m4 run will expand. It fires
2463# the warning (with _au_warn_XXX), outputs it into the
2464# updated configure.ac (with AC_DIAGNOSE), and then outputs
2465# the replacement expansion.
35695fd6
AC
2466
2467
6bb11ab3
L
2468# This is an auxiliary macro that is also run when
2469# autoupdate runs m4. It simply calls m4_warning, but
2470# we need a wrapper so that each warning is emitted only
2471# once. We break the quoting in m4_warning's argument in
2472# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2473
2474
6bb11ab3
L
2475# Finally, this is the expansion that is picked up by
2476# autoconf. It tells the user to run autoupdate, and
2477# then outputs the replacement expansion. We do not care
2478# about autoupdate's warning because that contains
2479# information on what to do *after* running autoupdate.
35695fd6 2480
6bb11ab3
L
2481# This is what autoupdate's m4 run will expand. It fires
2482# the warning (with _au_warn_XXX), outputs it into the
2483# updated configure.ac (with AC_DIAGNOSE), and then outputs
2484# the replacement expansion.
35695fd6
AC
2485
2486
6bb11ab3
L
2487# This is an auxiliary macro that is also run when
2488# autoupdate runs m4. It simply calls m4_warning, but
2489# we need a wrapper so that each warning is emitted only
2490# once. We break the quoting in m4_warning's argument in
2491# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2492
2493
6bb11ab3
L
2494# Finally, this is the expansion that is picked up by
2495# autoconf. It tells the user to run autoupdate, and
2496# then outputs the replacement expansion. We do not care
2497# about autoupdate's warning because that contains
2498# information on what to do *after* running autoupdate.
35695fd6
AC
2499
2500
2501
6bb11ab3
L
2502# _LT_CC_BASENAME(CC)
2503# -------------------
2504# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2505
2506
2507
6bb11ab3
L
2508# _LT_FILEUTILS_DEFAULTS
2509# ----------------------
2510# It is okay to use these file commands and assume they have been set
2511# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2512# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2513
2514
6bb11ab3
L
2515# _LT_SETUP
2516# ---------
2517# _LT_SETUP
35695fd6
AC
2518
2519
6bb11ab3
L
2520# _LT_PREPARE_SED_QUOTE_VARS
2521# --------------------------
2522# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2523
2524
6bb11ab3
L
2525# _LT_PROG_LTMAIN
2526# ---------------
2527# Note that this code is called both from `configure', and `config.status'
2528# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2529# `config.status' has no value for ac_aux_dir unless we are using Automake,
2530# so we pass a copy along to make sure it has a sensible value anyway.
2531# _LT_PROG_LTMAIN
35695fd6
AC
2532
2533
6bb11ab3
L
2534## ------------------------------------- ##
2535## Accumulate code for creating libtool. ##
2536## ------------------------------------- ##
35695fd6 2537
6bb11ab3
L
2538# So that we can recreate a full libtool script including additional
2539# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2540# in macros and then make a single call at the end using the `libtool'
2541# label.
35695fd6
AC
2542
2543
6bb11ab3
L
2544# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2545# ----------------------------------------
2546# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2547
2548
6bb11ab3 2549# Initialize.
35695fd6
AC
2550
2551
2552
6bb11ab3
L
2553# _LT_CONFIG_LIBTOOL([COMMANDS])
2554# ------------------------------
2555# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2556
2557
6bb11ab3 2558# Initialize.
35695fd6
AC
2559
2560
2561
6bb11ab3
L
2562# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2563# -----------------------------------------------------
35695fd6 2564
5912fadd
JB
2565
2566
6bb11ab3
L
2567# _LT_FORMAT_COMMENT([COMMENT])
2568# -----------------------------
2569# Add leading comment marks to the start of each line, and a trailing
2570# full-stop to the whole comment if one is not present already.
5912fadd
JB
2571
2572
35695fd6
AC
2573
2574
6bb11ab3
L
2575## ------------------------ ##
2576## FIXME: Eliminate VARNAME ##
2577## ------------------------ ##
35695fd6
AC
2578
2579
6bb11ab3
L
2580# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2581# -------------------------------------------------------------------
2582# CONFIGNAME is the name given to the value in the libtool script.
2583# VARNAME is the (base) name used in the configure script.
2584# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2585# VARNAME. Any other value will be used directly.
35695fd6 2586
35695fd6
AC
2587
2588
6bb11ab3
L
2589# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2590# --------------------------------------------------------
35695fd6
AC
2591
2592
2593
6bb11ab3
L
2594# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2595# ------------------------------------------------
35695fd6
AC
2596
2597
2598
6bb11ab3
L
2599# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2600# ---------------------------------------------------------
35695fd6
AC
2601
2602
2603
6bb11ab3
L
2604# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2605# --------------------------------------------------
35695fd6
AC
2606
2607
2608
6bb11ab3
L
2609# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2610# ---------------------------------------------------
35695fd6
AC
2611
2612
2613
6bb11ab3
L
2614# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2615# ---------------------------------------------------
35695fd6
AC
2616
2617
2618
2619
6bb11ab3
L
2620# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2621# ------------------------------------------------
35695fd6
AC
2622
2623
2624
2625
6bb11ab3
L
2626# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2627# ------------------------------------
2628# Quote a variable value, and forward it to `config.status' so that its
2629# declaration there will have the same value as in `configure'. VARNAME
2630# must have a single quote delimited value for this to work.
35695fd6
AC
2631
2632
2633
6bb11ab3
L
2634# _LT_CONFIG_STATUS_DECLARATIONS
2635# ------------------------------
2636# We delimit libtool config variables with single quotes, so when
2637# we write them to config.status, we have to be sure to quote all
2638# embedded single quotes properly. In configure, this macro expands
2639# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2640#
2641# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2642
2643
2644
6bb11ab3
L
2645# _LT_LIBTOOL_TAGS
2646# ----------------
2647# Output comment and list of tags supported by the script
35695fd6
AC
2648
2649
2650
6bb11ab3
L
2651# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2652# -----------------------------------
2653# Extract the dictionary values for VARNAME (optionally with TAG) and
2654# expand to a commented shell variable setting:
2655#
2656# # Some comment about what VAR is for.
2657# visible_name=$lt_internal_name
35695fd6
AC
2658
2659
35695fd6 2660
6bb11ab3
L
2661# _LT_LIBTOOL_CONFIG_VARS
2662# -----------------------
2663# Produce commented declarations of non-tagged libtool config variables
2664# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2665# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2666# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2667
2668
6efef468 2669
6bb11ab3
L
2670# _LT_LIBTOOL_TAG_VARS(TAG)
2671# -------------------------
6efef468
JM
2672
2673
2674
6bb11ab3
L
2675# _LT_TAGVAR(VARNAME, [TAGNAME])
2676# ------------------------------
6efef468
JM
2677
2678
2679
6bb11ab3
L
2680# _LT_CONFIG_COMMANDS
2681# -------------------
2682# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2683# variables for single and double quote escaping we saved from calls
2684# to _LT_DECL, we can put quote escaped variables declarations
2685# into `config.status', and then the shell code to quote escape them in
2686# for loops in `config.status'. Finally, any additional code accumulated
2687# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2688#_LT_CONFIG_COMMANDS
2689
2690
2691# Initialize.
2692
2693
2694# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2695# ------------------------------------
2696# Generate a child script FILE with all initialization necessary to
2697# reuse the environment learned by the parent script, and make the
2698# file executable. If COMMENT is supplied, it is inserted after the
2699# `#!' sequence but before initialization text begins. After this
2700# macro, additional text can be appended to FILE to form the body of
2701# the child script. The macro ends with non-zero status if the
2702# file could not be fully written (such as if the disk is full).
2703# _LT_GENERATED_FILE_INIT
2704
2705# LT_OUTPUT
2706# ---------
2707# This macro allows early generation of the libtool script (before
2708# AC_OUTPUT is called), incase it is used in configure for compilation
2709# tests.
2710# LT_OUTPUT
2711
2712
2713# _LT_CONFIG(TAG)
2714# ---------------
2715# If TAG is the built-in tag, create an initial libtool script with a
2716# default configuration from the untagged config vars. Otherwise add code
2717# to config.status for appending the configuration named by TAG from the
2718# matching tagged config vars.
2719# _LT_CONFIG
6efef468
JM
2720
2721
6bb11ab3
L
2722# LT_SUPPORTED_TAG(TAG)
2723# ---------------------
2724# Trace this macro to discover what tags are supported by the libtool
2725# --tag option, using:
2726# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2727
6efef468 2728
6efef468 2729
6bb11ab3 2730# C support is built-in for now
6efef468 2731
6efef468
JM
2732
2733
2734
6bb11ab3
L
2735# LT_LANG(LANG)
2736# -------------
2737# Enable libtool support for the given language if not already enabled.
2738# LT_LANG
6efef468
JM
2739
2740
6bb11ab3
L
2741# _LT_LANG(LANGNAME)
2742# ------------------
2743# _LT_LANG
6efef468
JM
2744
2745
6bb11ab3
L
2746# _LT_LANG_DEFAULT_CONFIG
2747# -----------------------
2748# _LT_LANG_DEFAULT_CONFIG
6efef468 2749
6bb11ab3
L
2750# Obsolete macros:
2751# This is what autoupdate's m4 run will expand. It fires
2752# the warning (with _au_warn_XXX), outputs it into the
2753# updated configure.ac (with AC_DIAGNOSE), and then outputs
2754# the replacement expansion.
6efef468 2755
6efef468 2756
6bb11ab3
L
2757# This is an auxiliary macro that is also run when
2758# autoupdate runs m4. It simply calls m4_warning, but
2759# we need a wrapper so that each warning is emitted only
2760# once. We break the quoting in m4_warning's argument in
2761# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2762
6efef468 2763
6bb11ab3
L
2764# Finally, this is the expansion that is picked up by
2765# autoconf. It tells the user to run autoupdate, and
2766# then outputs the replacement expansion. We do not care
2767# about autoupdate's warning because that contains
2768# information on what to do *after* running autoupdate.
6efef468 2769
6bb11ab3
L
2770# This is what autoupdate's m4 run will expand. It fires
2771# the warning (with _au_warn_XXX), outputs it into the
2772# updated configure.ac (with AC_DIAGNOSE), and then outputs
2773# the replacement expansion.
6efef468
JM
2774
2775
6bb11ab3
L
2776# This is an auxiliary macro that is also run when
2777# autoupdate runs m4. It simply calls m4_warning, but
2778# we need a wrapper so that each warning is emitted only
2779# once. We break the quoting in m4_warning's argument in
2780# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2781
2782
6bb11ab3
L
2783# Finally, this is the expansion that is picked up by
2784# autoconf. It tells the user to run autoupdate, and
2785# then outputs the replacement expansion. We do not care
2786# about autoupdate's warning because that contains
2787# information on what to do *after* running autoupdate.
6efef468 2788
6bb11ab3
L
2789# This is what autoupdate's m4 run will expand. It fires
2790# the warning (with _au_warn_XXX), outputs it into the
2791# updated configure.ac (with AC_DIAGNOSE), and then outputs
2792# the replacement expansion.
6efef468
JM
2793
2794
6bb11ab3
L
2795# This is an auxiliary macro that is also run when
2796# autoupdate runs m4. It simply calls m4_warning, but
2797# we need a wrapper so that each warning is emitted only
2798# once. We break the quoting in m4_warning's argument in
2799# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2800
2801
6bb11ab3
L
2802# Finally, this is the expansion that is picked up by
2803# autoconf. It tells the user to run autoupdate, and
2804# then outputs the replacement expansion. We do not care
2805# about autoupdate's warning because that contains
2806# information on what to do *after* running autoupdate.
6efef468 2807
6bb11ab3
L
2808# This is what autoupdate's m4 run will expand. It fires
2809# the warning (with _au_warn_XXX), outputs it into the
2810# updated configure.ac (with AC_DIAGNOSE), and then outputs
2811# the replacement expansion.
6efef468
JM
2812
2813
6bb11ab3
L
2814# This is an auxiliary macro that is also run when
2815# autoupdate runs m4. It simply calls m4_warning, but
2816# we need a wrapper so that each warning is emitted only
2817# once. We break the quoting in m4_warning's argument in
2818# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2819
2820
6bb11ab3
L
2821# Finally, this is the expansion that is picked up by
2822# autoconf. It tells the user to run autoupdate, and
2823# then outputs the replacement expansion. We do not care
2824# about autoupdate's warning because that contains
2825# information on what to do *after* running autoupdate.
6efef468 2826
6bb11ab3
L
2827# This is what autoupdate's m4 run will expand. It fires
2828# the warning (with _au_warn_XXX), outputs it into the
2829# updated configure.ac (with AC_DIAGNOSE), and then outputs
2830# the replacement expansion.
6efef468
JM
2831
2832
6bb11ab3
L
2833# This is an auxiliary macro that is also run when
2834# autoupdate runs m4. It simply calls m4_warning, but
2835# we need a wrapper so that each warning is emitted only
2836# once. We break the quoting in m4_warning's argument in
2837# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2838
2839
6bb11ab3
L
2840# Finally, this is the expansion that is picked up by
2841# autoconf. It tells the user to run autoupdate, and
2842# then outputs the replacement expansion. We do not care
2843# about autoupdate's warning because that contains
2844# information on what to do *after* running autoupdate.
6efef468 2845
35695fd6 2846
b7026657 2847
6bb11ab3
L
2848# _LT_TAG_COMPILER
2849# ----------------
2850# _LT_TAG_COMPILER
35695fd6
AC
2851
2852
6bb11ab3
L
2853# _LT_COMPILER_BOILERPLATE
2854# ------------------------
2855# Check for compiler boilerplate output or warnings with
2856# the simple compiler test code.
2857# _LT_COMPILER_BOILERPLATE
f0569246 2858
f0569246 2859
6bb11ab3
L
2860# _LT_LINKER_BOILERPLATE
2861# ----------------------
2862# Check for linker boilerplate output or warnings with
2863# the simple link test code.
2864# _LT_LINKER_BOILERPLATE
b7026657 2865
6bb11ab3
L
2866# _LT_REQUIRED_DARWIN_CHECKS
2867# -------------------------
81ecdfbb 2868
b7026657 2869
b7026657 2870
6bb11ab3
L
2871# _LT_DARWIN_LINKER_FEATURES
2872# --------------------------
2873# Checks for linker and compiler features on darwin
b7026657 2874
b7026657 2875
6bb11ab3
L
2876# _LT_SYS_MODULE_PATH_AIX
2877# -----------------------
2878# Links a minimal program and checks the executable
2879# for the system default hardcoded library path. In most cases,
2880# this is /usr/lib:/lib, but when the MPI compilers are used
2881# the location of the communication and MPI libs are included too.
2882# If we don't find anything, use the default library path according
2883# to the aix ld manual.
2884# _LT_SYS_MODULE_PATH_AIX
b7026657 2885
b7026657 2886
6bb11ab3
L
2887# _LT_SHELL_INIT(ARG)
2888# -------------------
2889# _LT_SHELL_INIT
b7026657 2890
f0569246 2891
81ecdfbb 2892
6bb11ab3
L
2893# _LT_PROG_ECHO_BACKSLASH
2894# -----------------------
2895# Find how we can fake an echo command that does not interpret backslash.
2896# In particular, with Autoconf 2.60 or later we add some code to the start
2897# of the generated configure script which will find a shell with a builtin
2898# printf (which we can use as an echo command).
2899# _LT_PROG_ECHO_BACKSLASH
f0569246 2900
b7026657 2901
6bb11ab3
L
2902# _LT_ENABLE_LOCK
2903# ---------------
2904# _LT_ENABLE_LOCK
81ecdfbb 2905
b7026657 2906
6bb11ab3
L
2907# _LT_CMD_OLD_ARCHIVE
2908# -------------------
2909# _LT_CMD_OLD_ARCHIVE
f0569246 2910
81ecdfbb 2911
6bb11ab3
L
2912# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2913# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2914# ----------------------------------------------------------------
2915# Check whether the given compiler option works
2916# _LT_COMPILER_OPTION
b7026657 2917
6bb11ab3
L
2918# Old name:
2919# This is what autoupdate's m4 run will expand. It fires
2920# the warning (with _au_warn_XXX), outputs it into the
2921# updated configure.ac (with AC_DIAGNOSE), and then outputs
2922# the replacement expansion.
b7026657 2923
b7026657 2924
6bb11ab3
L
2925# This is an auxiliary macro that is also run when
2926# autoupdate runs m4. It simply calls m4_warning, but
2927# we need a wrapper so that each warning is emitted only
2928# once. We break the quoting in m4_warning's argument in
2929# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2930
f0569246 2931
6bb11ab3
L
2932# Finally, this is the expansion that is picked up by
2933# autoconf. It tells the user to run autoupdate, and
2934# then outputs the replacement expansion. We do not care
2935# about autoupdate's warning because that contains
2936# information on what to do *after* running autoupdate.
f0569246 2937
f0569246 2938
f0569246 2939
6bb11ab3
L
2940# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2941# [ACTION-SUCCESS], [ACTION-FAILURE])
2942# ----------------------------------------------------
2943# Check whether the given linker option works
2944# _LT_LINKER_OPTION
81ecdfbb 2945
6bb11ab3
L
2946# Old name:
2947# This is what autoupdate's m4 run will expand. It fires
2948# the warning (with _au_warn_XXX), outputs it into the
2949# updated configure.ac (with AC_DIAGNOSE), and then outputs
2950# the replacement expansion.
81ecdfbb 2951
81ecdfbb 2952
6bb11ab3
L
2953# This is an auxiliary macro that is also run when
2954# autoupdate runs m4. It simply calls m4_warning, but
2955# we need a wrapper so that each warning is emitted only
2956# once. We break the quoting in m4_warning's argument in
2957# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2958
f0569246 2959
6bb11ab3
L
2960# Finally, this is the expansion that is picked up by
2961# autoconf. It tells the user to run autoupdate, and
2962# then outputs the replacement expansion. We do not care
2963# about autoupdate's warning because that contains
2964# information on what to do *after* running autoupdate.
2965
2966
2967
2968# LT_CMD_MAX_LEN
2969#---------------
2970# LT_CMD_MAX_LEN
2971
2972# Old name:
2973# This is what autoupdate's m4 run will expand. It fires
2974# the warning (with _au_warn_XXX), outputs it into the
2975# updated configure.ac (with AC_DIAGNOSE), and then outputs
2976# the replacement expansion.
2977
2978
2979# This is an auxiliary macro that is also run when
2980# autoupdate runs m4. It simply calls m4_warning, but
2981# we need a wrapper so that each warning is emitted only
2982# once. We break the quoting in m4_warning's argument in
2983# order to expand this macro's arguments, not AU_DEFUN's.
2984
2985
2986# Finally, this is the expansion that is picked up by
2987# autoconf. It tells the user to run autoupdate, and
2988# then outputs the replacement expansion. We do not care
2989# about autoupdate's warning because that contains
2990# information on what to do *after* running autoupdate.
2991
2992
2993
2994# _LT_HEADER_DLFCN
2995# ----------------
2996# _LT_HEADER_DLFCN
2997
2998
2999# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
3000# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
3001# ----------------------------------------------------------------
3002# _LT_TRY_DLOPEN_SELF
3003
3004
3005# LT_SYS_DLOPEN_SELF
3006# ------------------
3007# LT_SYS_DLOPEN_SELF
3008
3009# Old name:
3010# This is what autoupdate's m4 run will expand. It fires
3011# the warning (with _au_warn_XXX), outputs it into the
3012# updated configure.ac (with AC_DIAGNOSE), and then outputs
3013# the replacement expansion.
3014
3015
3016# This is an auxiliary macro that is also run when
3017# autoupdate runs m4. It simply calls m4_warning, but
3018# we need a wrapper so that each warning is emitted only
3019# once. We break the quoting in m4_warning's argument in
3020# order to expand this macro's arguments, not AU_DEFUN's.
3021
3022
3023# Finally, this is the expansion that is picked up by
3024# autoconf. It tells the user to run autoupdate, and
3025# then outputs the replacement expansion. We do not care
3026# about autoupdate's warning because that contains
3027# information on what to do *after* running autoupdate.
3028
3029
3030
3031# _LT_COMPILER_C_O([TAGNAME])
3032# ---------------------------
3033# Check to see if options -c and -o are simultaneously supported by compiler.
3034# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3035# _LT_COMPILER_C_O
3036
3037
3038# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3039# ----------------------------------
3040# Check to see if we can do hard links to lock some files if needed
3041# _LT_COMPILER_FILE_LOCKS
3042
3043
3044# _LT_CHECK_OBJDIR
3045# ----------------
3046# _LT_CHECK_OBJDIR
3047
3048
3049# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3050# --------------------------------------
3051# Check hardcoding attributes.
3052# _LT_LINKER_HARDCODE_LIBPATH
3053
3054
3055# _LT_CMD_STRIPLIB
3056# ----------------
3057# _LT_CMD_STRIPLIB
3058
3059
3060# _LT_SYS_DYNAMIC_LINKER([TAG])
3061# -----------------------------
3062# PORTME Fill in your ld.so characteristics
3063# _LT_SYS_DYNAMIC_LINKER
3064
3065
3066# _LT_PATH_TOOL_PREFIX(TOOL)
3067# --------------------------
3068# find a file program which can recognize shared library
3069# _LT_PATH_TOOL_PREFIX
3070
3071# Old name:
3072# This is what autoupdate's m4 run will expand. It fires
3073# the warning (with _au_warn_XXX), outputs it into the
3074# updated configure.ac (with AC_DIAGNOSE), and then outputs
3075# the replacement expansion.
3076
3077
3078# This is an auxiliary macro that is also run when
3079# autoupdate runs m4. It simply calls m4_warning, but
3080# we need a wrapper so that each warning is emitted only
3081# once. We break the quoting in m4_warning's argument in
3082# order to expand this macro's arguments, not AU_DEFUN's.
3083
3084
3085# Finally, this is the expansion that is picked up by
3086# autoconf. It tells the user to run autoupdate, and
3087# then outputs the replacement expansion. We do not care
3088# about autoupdate's warning because that contains
3089# information on what to do *after* running autoupdate.
3090
3091
3092
3093# _LT_PATH_MAGIC
3094# --------------
3095# find a file program which can recognize a shared library
3096# _LT_PATH_MAGIC
3097
3098
3099# LT_PATH_LD
3100# ----------
3101# find the pathname to the GNU or non-GNU linker
3102# LT_PATH_LD
3103
3104# Old names:
3105# This is what autoupdate's m4 run will expand. It fires
3106# the warning (with _au_warn_XXX), outputs it into the
3107# updated configure.ac (with AC_DIAGNOSE), and then outputs
3108# the replacement expansion.
3109
3110
3111# This is an auxiliary macro that is also run when
3112# autoupdate runs m4. It simply calls m4_warning, but
3113# we need a wrapper so that each warning is emitted only
3114# once. We break the quoting in m4_warning's argument in
3115# order to expand this macro's arguments, not AU_DEFUN's.
3116
3117
3118# Finally, this is the expansion that is picked up by
3119# autoconf. It tells the user to run autoupdate, and
3120# then outputs the replacement expansion. We do not care
3121# about autoupdate's warning because that contains
3122# information on what to do *after* running autoupdate.
3123
3124# This is what autoupdate's m4 run will expand. It fires
3125# the warning (with _au_warn_XXX), outputs it into the
3126# updated configure.ac (with AC_DIAGNOSE), and then outputs
3127# the replacement expansion.
3128
3129
3130# This is an auxiliary macro that is also run when
3131# autoupdate runs m4. It simply calls m4_warning, but
3132# we need a wrapper so that each warning is emitted only
3133# once. We break the quoting in m4_warning's argument in
3134# order to expand this macro's arguments, not AU_DEFUN's.
3135
3136
3137# Finally, this is the expansion that is picked up by
3138# autoconf. It tells the user to run autoupdate, and
3139# then outputs the replacement expansion. We do not care
3140# about autoupdate's warning because that contains
3141# information on what to do *after* running autoupdate.
3142
3143
3144
3145# _LT_PATH_LD_GNU
3146#- --------------
3147# _LT_PATH_LD_GNU
3148
3149
3150# _LT_CMD_RELOAD
3151# --------------
3152# find reload flag for linker
3153# -- PORTME Some linkers may need a different reload flag.
3154# _LT_CMD_RELOAD
3155
3156
3157# _LT_CHECK_MAGIC_METHOD
3158# ----------------------
3159# how to check for library dependencies
3160# -- PORTME fill in with the dynamic library characteristics
3161# _LT_CHECK_MAGIC_METHOD
3162
3163
3164# LT_PATH_NM
3165# ----------
3166# find the pathname to a BSD- or MS-compatible name lister
3167# LT_PATH_NM
3168
3169# Old names:
3170# This is what autoupdate's m4 run will expand. It fires
3171# the warning (with _au_warn_XXX), outputs it into the
3172# updated configure.ac (with AC_DIAGNOSE), and then outputs
3173# the replacement expansion.
3174
3175
3176# This is an auxiliary macro that is also run when
3177# autoupdate runs m4. It simply calls m4_warning, but
3178# we need a wrapper so that each warning is emitted only
3179# once. We break the quoting in m4_warning's argument in
3180# order to expand this macro's arguments, not AU_DEFUN's.
3181
3182
3183# Finally, this is the expansion that is picked up by
3184# autoconf. It tells the user to run autoupdate, and
3185# then outputs the replacement expansion. We do not care
3186# about autoupdate's warning because that contains
3187# information on what to do *after* running autoupdate.
3188
3189# This is what autoupdate's m4 run will expand. It fires
3190# the warning (with _au_warn_XXX), outputs it into the
3191# updated configure.ac (with AC_DIAGNOSE), and then outputs
3192# the replacement expansion.
3193
3194
3195# This is an auxiliary macro that is also run when
3196# autoupdate runs m4. It simply calls m4_warning, but
3197# we need a wrapper so that each warning is emitted only
3198# once. We break the quoting in m4_warning's argument in
3199# order to expand this macro's arguments, not AU_DEFUN's.
3200
3201
3202# Finally, this is the expansion that is picked up by
3203# autoconf. It tells the user to run autoupdate, and
3204# then outputs the replacement expansion. We do not care
3205# about autoupdate's warning because that contains
3206# information on what to do *after* running autoupdate.
3207
3208
3209
3210# LT_LIB_M
3211# --------
3212# check for math library
3213# LT_LIB_M
3214
3215# Old name:
3216# This is what autoupdate's m4 run will expand. It fires
3217# the warning (with _au_warn_XXX), outputs it into the
3218# updated configure.ac (with AC_DIAGNOSE), and then outputs
3219# the replacement expansion.
3220
3221
3222# This is an auxiliary macro that is also run when
3223# autoupdate runs m4. It simply calls m4_warning, but
3224# we need a wrapper so that each warning is emitted only
3225# once. We break the quoting in m4_warning's argument in
3226# order to expand this macro's arguments, not AU_DEFUN's.
3227
3228
3229# Finally, this is the expansion that is picked up by
3230# autoconf. It tells the user to run autoupdate, and
3231# then outputs the replacement expansion. We do not care
3232# about autoupdate's warning because that contains
3233# information on what to do *after* running autoupdate.
3234
3235
3236
3237# _LT_COMPILER_NO_RTTI([TAGNAME])
3238# -------------------------------
3239# _LT_COMPILER_NO_RTTI
3240
3241
3242# _LT_CMD_GLOBAL_SYMBOLS
3243# ----------------------
3244 # _LT_CMD_GLOBAL_SYMBOLS
3245
3246
3247# _LT_COMPILER_PIC([TAGNAME])
3248# ---------------------------
3249# _LT_COMPILER_PIC
3250
3251
3252# _LT_LINKER_SHLIBS([TAGNAME])
3253# ----------------------------
3254# See if the linker supports building shared libraries.
3255# _LT_LINKER_SHLIBS
3256
3257
3258# _LT_LANG_C_CONFIG([TAG])
3259# ------------------------
3260# Ensure that the configuration variables for a C compiler are suitably
3261# defined. These variables are subsequently used by _LT_CONFIG to write
3262# the compiler configuration to `libtool'.
3263# _LT_LANG_C_CONFIG
3264
3265
3266# _LT_LANG_CXX_CONFIG([TAG])
3267# --------------------------
3268# Ensure that the configuration variables for a C++ compiler are suitably
3269# defined. These variables are subsequently used by _LT_CONFIG to write
3270# the compiler configuration to `libtool'.
3271# _LT_LANG_CXX_CONFIG
3272
3273
3274# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3275# ---------------------------------
3276# Figure out "hidden" library dependencies from verbose
3277# compiler output when linking a shared library.
3278# Parse the compiler output and extract the necessary
3279# objects, libraries and library flags.
3280# _LT_SYS_HIDDEN_LIBDEPS
3281
3282
3283# _LT_LANG_F77_CONFIG([TAG])
3284# --------------------------
3285# Ensure that the configuration variables for a Fortran 77 compiler are
3286# suitably defined. These variables are subsequently used by _LT_CONFIG
3287# to write the compiler configuration to `libtool'.
3288# _LT_LANG_F77_CONFIG
3289
3290
3291# _LT_LANG_FC_CONFIG([TAG])
3292# -------------------------
3293# Ensure that the configuration variables for a Fortran compiler are
3294# suitably defined. These variables are subsequently used by _LT_CONFIG
3295# to write the compiler configuration to `libtool'.
3296# _LT_LANG_FC_CONFIG
3297
3298
3299# _LT_LANG_GCJ_CONFIG([TAG])
3300# --------------------------
3301# Ensure that the configuration variables for the GNU Java Compiler compiler
3302# are suitably defined. These variables are subsequently used by _LT_CONFIG
3303# to write the compiler configuration to `libtool'.
3304# _LT_LANG_GCJ_CONFIG
3305
3306
3307# _LT_LANG_RC_CONFIG([TAG])
3308# -------------------------
3309# Ensure that the configuration variables for the Windows resource compiler
3310# are suitably defined. These variables are subsequently used by _LT_CONFIG
3311# to write the compiler configuration to `libtool'.
3312# _LT_LANG_RC_CONFIG
3313
3314
3315# LT_PROG_GCJ
3316# -----------
3317
3318
3319# Old name:
3320# This is what autoupdate's m4 run will expand. It fires
3321# the warning (with _au_warn_XXX), outputs it into the
3322# updated configure.ac (with AC_DIAGNOSE), and then outputs
3323# the replacement expansion.
3324
3325
3326# This is an auxiliary macro that is also run when
3327# autoupdate runs m4. It simply calls m4_warning, but
3328# we need a wrapper so that each warning is emitted only
3329# once. We break the quoting in m4_warning's argument in
3330# order to expand this macro's arguments, not AU_DEFUN's.
3331
3332
3333# Finally, this is the expansion that is picked up by
3334# autoconf. It tells the user to run autoupdate, and
3335# then outputs the replacement expansion. We do not care
3336# about autoupdate's warning because that contains
3337# information on what to do *after* running autoupdate.
3338
3339
3340
3341# LT_PROG_RC
3342# ----------
3343
3344
3345# Old name:
3346# This is what autoupdate's m4 run will expand. It fires
3347# the warning (with _au_warn_XXX), outputs it into the
3348# updated configure.ac (with AC_DIAGNOSE), and then outputs
3349# the replacement expansion.
3350
3351
3352# This is an auxiliary macro that is also run when
3353# autoupdate runs m4. It simply calls m4_warning, but
3354# we need a wrapper so that each warning is emitted only
3355# once. We break the quoting in m4_warning's argument in
3356# order to expand this macro's arguments, not AU_DEFUN's.
3357
3358
3359# Finally, this is the expansion that is picked up by
3360# autoconf. It tells the user to run autoupdate, and
3361# then outputs the replacement expansion. We do not care
3362# about autoupdate's warning because that contains
3363# information on what to do *after* running autoupdate.
3364
3365
3366
3367# _LT_DECL_EGREP
3368# --------------
3369# If we don't have a new enough Autoconf to choose the best grep
3370# available, choose the one first in the user's PATH.
3371
3372
3373
3374# _LT_DECL_OBJDUMP
3375# --------------
3376# If we don't have a new enough Autoconf to choose the best objdump
3377# available, choose the one first in the user's PATH.
3378
3379
3380
3381# _LT_DECL_SED
3382# ------------
3383# Check for a fully-functional sed program, that truncates
3384# as few characters as possible. Prefer GNU sed if found.
3385# _LT_DECL_SED
3386
3387#m4_ifndef
3388
3389# Old name:
3390# This is what autoupdate's m4 run will expand. It fires
3391# the warning (with _au_warn_XXX), outputs it into the
3392# updated configure.ac (with AC_DIAGNOSE), and then outputs
3393# the replacement expansion.
3394
3395
3396# This is an auxiliary macro that is also run when
3397# autoupdate runs m4. It simply calls m4_warning, but
3398# we need a wrapper so that each warning is emitted only
3399# once. We break the quoting in m4_warning's argument in
3400# order to expand this macro's arguments, not AU_DEFUN's.
3401
3402
3403# Finally, this is the expansion that is picked up by
3404# autoconf. It tells the user to run autoupdate, and
3405# then outputs the replacement expansion. We do not care
3406# about autoupdate's warning because that contains
3407# information on what to do *after* running autoupdate.
3408
3409
3410
3411# _LT_CHECK_SHELL_FEATURES
3412# ------------------------
3413# Find out whether the shell is Bourne or XSI compatible,
3414# or has some other useful features.
3415# _LT_CHECK_SHELL_FEATURES
3416
3417
3418# _LT_PROG_XSI_SHELLFNS
3419# ---------------------
3420# Bourne and XSI compatible variants of some useful shell functions.
3421
3422
3423# Helper functions for option handling. -*- Autoconf -*-
3424#
3425# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3426# Inc.
3427# Written by Gary V. Vaughan, 2004
3428#
3429# This file is free software; the Free Software Foundation gives
3430# unlimited permission to copy and/or distribute it, with or without
3431# modifications, as long as this notice is preserved.
3432
3433# serial 6 ltoptions.m4
3434
3435# This is to help aclocal find these macros, as it can't see m4_define.
3436
3437
3438
3439# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3440# ------------------------------------------
3441
3442
3443
3444# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3445# ---------------------------------------
3446# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3447# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3448# saved as a flag.
3449
3450
3451
3452# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3453# ------------------------------------------------------------
3454# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3455
3456
3457
3458# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3459# -------------------------------------------------------
3460# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3461# are set.
3462
3463
3464
3465# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3466# ----------------------------------------
3467# OPTION-LIST is a space-separated list of Libtool options associated
3468# with MACRO-NAME. If any OPTION has a matching handler declared with
3469# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3470# the unknown option and exit.
3471# _LT_SET_OPTIONS
3472
3473
3474## --------------------------------- ##
3475## Macros to handle LT_INIT options. ##
3476## --------------------------------- ##
3477
3478# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3479# -----------------------------------------
3480
3481
3482
3483# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3484# -----------------------------------------------
3485# LT_OPTION_DEFINE
3486
3487
3488# dlopen
3489# ------
3490
3491
3492# This is what autoupdate's m4 run will expand. It fires
3493# the warning (with _au_warn_XXX), outputs it into the
3494# updated configure.ac (with AC_DIAGNOSE), and then outputs
3495# the replacement expansion.
3496
3497
3498# This is an auxiliary macro that is also run when
3499# autoupdate runs m4. It simply calls m4_warning, but
3500# we need a wrapper so that each warning is emitted only
3501# once. We break the quoting in m4_warning's argument in
3502# order to expand this macro's arguments, not AU_DEFUN's.
3503
3504
3505# Finally, this is the expansion that is picked up by
3506# autoconf. It tells the user to run autoupdate, and
3507# then outputs the replacement expansion. We do not care
3508# about autoupdate's warning because that contains
3509# information on what to do *after* running autoupdate.
3510
3511
3512
3513
3514# win32-dll
3515# ---------
3516# Declare package support for building win32 dll's.
3517# win32-dll
3518
3519# This is what autoupdate's m4 run will expand. It fires
3520# the warning (with _au_warn_XXX), outputs it into the
3521# updated configure.ac (with AC_DIAGNOSE), and then outputs
3522# the replacement expansion.
3523
3524
3525# This is an auxiliary macro that is also run when
3526# autoupdate runs m4. It simply calls m4_warning, but
3527# we need a wrapper so that each warning is emitted only
3528# once. We break the quoting in m4_warning's argument in
3529# order to expand this macro's arguments, not AU_DEFUN's.
3530
3531
3532# Finally, this is the expansion that is picked up by
3533# autoconf. It tells the user to run autoupdate, and
3534# then outputs the replacement expansion. We do not care
3535# about autoupdate's warning because that contains
3536# information on what to do *after* running autoupdate.
3537
3538
3539
3540
3541# _LT_ENABLE_SHARED([DEFAULT])
3542# ----------------------------
3543# implement the --enable-shared flag, and supports the `shared' and
3544# `disable-shared' LT_INIT options.
3545# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3546# _LT_ENABLE_SHARED
3547
3548
3549
3550
3551# Old names:
3552
3553
3554
3555
3556# This is what autoupdate's m4 run will expand. It fires
3557# the warning (with _au_warn_XXX), outputs it into the
3558# updated configure.ac (with AC_DIAGNOSE), and then outputs
3559# the replacement expansion.
3560
3561
3562# This is an auxiliary macro that is also run when
3563# autoupdate runs m4. It simply calls m4_warning, but
3564# we need a wrapper so that each warning is emitted only
3565# once. We break the quoting in m4_warning's argument in
3566# order to expand this macro's arguments, not AU_DEFUN's.
3567
3568
3569# Finally, this is the expansion that is picked up by
3570# autoconf. It tells the user to run autoupdate, and
3571# then outputs the replacement expansion. We do not care
3572# about autoupdate's warning because that contains
3573# information on what to do *after* running autoupdate.
3574
3575# This is what autoupdate's m4 run will expand. It fires
3576# the warning (with _au_warn_XXX), outputs it into the
3577# updated configure.ac (with AC_DIAGNOSE), and then outputs
3578# the replacement expansion.
3579
3580
3581# This is an auxiliary macro that is also run when
3582# autoupdate runs m4. It simply calls m4_warning, but
3583# we need a wrapper so that each warning is emitted only
3584# once. We break the quoting in m4_warning's argument in
3585# order to expand this macro's arguments, not AU_DEFUN's.
3586
3587
3588# Finally, this is the expansion that is picked up by
3589# autoconf. It tells the user to run autoupdate, and
3590# then outputs the replacement expansion. We do not care
3591# about autoupdate's warning because that contains
3592# information on what to do *after* running autoupdate.
3593
3594
3595
3596
3597
3598# _LT_ENABLE_STATIC([DEFAULT])
3599# ----------------------------
3600# implement the --enable-static flag, and support the `static' and
3601# `disable-static' LT_INIT options.
3602# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3603# _LT_ENABLE_STATIC
3604
3605
3606
3607
3608# Old names:
3609
3610
3611
3612
3613# This is what autoupdate's m4 run will expand. It fires
3614# the warning (with _au_warn_XXX), outputs it into the
3615# updated configure.ac (with AC_DIAGNOSE), and then outputs
3616# the replacement expansion.
3617
3618
3619# This is an auxiliary macro that is also run when
3620# autoupdate runs m4. It simply calls m4_warning, but
3621# we need a wrapper so that each warning is emitted only
3622# once. We break the quoting in m4_warning's argument in
3623# order to expand this macro's arguments, not AU_DEFUN's.
3624
3625
3626# Finally, this is the expansion that is picked up by
3627# autoconf. It tells the user to run autoupdate, and
3628# then outputs the replacement expansion. We do not care
3629# about autoupdate's warning because that contains
3630# information on what to do *after* running autoupdate.
3631
3632# This is what autoupdate's m4 run will expand. It fires
3633# the warning (with _au_warn_XXX), outputs it into the
3634# updated configure.ac (with AC_DIAGNOSE), and then outputs
3635# the replacement expansion.
3636
3637
3638# This is an auxiliary macro that is also run when
3639# autoupdate runs m4. It simply calls m4_warning, but
3640# we need a wrapper so that each warning is emitted only
3641# once. We break the quoting in m4_warning's argument in
3642# order to expand this macro's arguments, not AU_DEFUN's.
3643
3644
3645# Finally, this is the expansion that is picked up by
3646# autoconf. It tells the user to run autoupdate, and
3647# then outputs the replacement expansion. We do not care
3648# about autoupdate's warning because that contains
3649# information on what to do *after* running autoupdate.
3650
3651
3652
3653
3654
3655# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3656# ----------------------------------
3657# implement the --enable-fast-install flag, and support the `fast-install'
3658# and `disable-fast-install' LT_INIT options.
3659# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3660# _LT_ENABLE_FAST_INSTALL
3661
3662
3663
3664
3665# Old names:
3666# This is what autoupdate's m4 run will expand. It fires
3667# the warning (with _au_warn_XXX), outputs it into the
3668# updated configure.ac (with AC_DIAGNOSE), and then outputs
3669# the replacement expansion.
3670
3671
3672# This is an auxiliary macro that is also run when
3673# autoupdate runs m4. It simply calls m4_warning, but
3674# we need a wrapper so that each warning is emitted only
3675# once. We break the quoting in m4_warning's argument in
3676# order to expand this macro's arguments, not AU_DEFUN's.
3677
3678
3679# Finally, this is the expansion that is picked up by
3680# autoconf. It tells the user to run autoupdate, and
3681# then outputs the replacement expansion. We do not care
3682# about autoupdate's warning because that contains
3683# information on what to do *after* running autoupdate.
3684
3685
3686# This is what autoupdate's m4 run will expand. It fires
3687# the warning (with _au_warn_XXX), outputs it into the
3688# updated configure.ac (with AC_DIAGNOSE), and then outputs
3689# the replacement expansion.
3690
3691
3692# This is an auxiliary macro that is also run when
3693# autoupdate runs m4. It simply calls m4_warning, but
3694# we need a wrapper so that each warning is emitted only
3695# once. We break the quoting in m4_warning's argument in
3696# order to expand this macro's arguments, not AU_DEFUN's.
3697
3698
3699# Finally, this is the expansion that is picked up by
3700# autoconf. It tells the user to run autoupdate, and
3701# then outputs the replacement expansion. We do not care
3702# about autoupdate's warning because that contains
3703# information on what to do *after* running autoupdate.
3704
3705
3706
3707
3708# _LT_WITH_PIC([MODE])
3709# --------------------
3710# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3711# LT_INIT options.
3712# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3713# _LT_WITH_PIC
3714
3715
3716
3717
3718# Old name:
3719# This is what autoupdate's m4 run will expand. It fires
3720# the warning (with _au_warn_XXX), outputs it into the
3721# updated configure.ac (with AC_DIAGNOSE), and then outputs
3722# the replacement expansion.
3723
3724
3725# This is an auxiliary macro that is also run when
3726# autoupdate runs m4. It simply calls m4_warning, but
3727# we need a wrapper so that each warning is emitted only
3728# once. We break the quoting in m4_warning's argument in
3729# order to expand this macro's arguments, not AU_DEFUN's.
3730
3731
3732# Finally, this is the expansion that is picked up by
3733# autoconf. It tells the user to run autoupdate, and
3734# then outputs the replacement expansion. We do not care
3735# about autoupdate's warning because that contains
3736# information on what to do *after* running autoupdate.
3737
3738
3739
3740## ----------------- ##
3741## LTDL_INIT Options ##
3742## ----------------- ##
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3754#
3755# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3756# Written by Gary V. Vaughan, 2004
3757#
3758# This file is free software; the Free Software Foundation gives
3759# unlimited permission to copy and/or distribute it, with or without
3760# modifications, as long as this notice is preserved.
3761
3762# serial 6 ltsugar.m4
3763
3764# This is to help aclocal find these macros, as it can't see m4_define.
3765
3766
3767
3768# lt_join(SEP, ARG1, [ARG2...])
3769# -----------------------------
3770# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3771# associated separator.
3772# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3773# versions in m4sugar had bugs.
3774
3775
3776
3777
3778# lt_car(LIST)
3779# lt_cdr(LIST)
3780# ------------
3781# Manipulate m4 lists.
3782# These macros are necessary as long as will still need to support
3783# Autoconf-2.59 which quotes differently.
3784
3785
3786
3787
3788
3789# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3790# ------------------------------------------
3791# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3792# Note that neither SEPARATOR nor STRING are expanded; they are appended
3793# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3794# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3795# than defined and empty).
3796#
3797# This macro is needed until we can rely on Autoconf 2.62, since earlier
3798# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3799
3800
3801
3802
3803# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3804# ----------------------------------------------------------
3805# Produce a SEP delimited list of all paired combinations of elements of
3806# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3807# has the form PREFIXmINFIXSUFFIXn.
3808# Needed until we can rely on m4_combine added in Autoconf 2.62.
3809
3810
3811
3812# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3813# -----------------------------------------------------------------------
3814# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3815# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3816
3817
3818
3819# lt_dict_add(DICT, KEY, VALUE)
3820# -----------------------------
3821
3822
3823
3824# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3825# --------------------------------------------
3826
3827
3828
3829# lt_dict_fetch(DICT, KEY, [SUBKEY])
3830# ----------------------------------
3831
3832
3833
3834# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3835# -----------------------------------------------------------------
3836
3837
3838
3839# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3840# --------------------------------------------------------------
3841
3842
3843# ltversion.m4 -- version numbers -*- Autoconf -*-
3844#
3845# Copyright (C) 2004 Free Software Foundation, Inc.
3846# Written by Scott James Remnant, 2004
3847#
3848# This file is free software; the Free Software Foundation gives
3849# unlimited permission to copy and/or distribute it, with or without
3850# modifications, as long as this notice is preserved.
3851
3852# Generated from ltversion.in.
3853
3854# serial 3134 ltversion.m4
3855# This file is part of GNU Libtool
3856
3857
3858
3859
3860
3861
3862# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3863#
3864# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3865# Written by Scott James Remnant, 2004.
3866#
3867# This file is free software; the Free Software Foundation gives
3868# unlimited permission to copy and/or distribute it, with or without
3869# modifications, as long as this notice is preserved.
3870
3871# serial 4 lt~obsolete.m4
3872
3873# These exist entirely to fool aclocal when bootstrapping libtool.
3874#
3875# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3876# which have later been changed to m4_define as they aren't part of the
3877# exported API, or moved to Autoconf or Automake where they belong.
3878#
3879# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3880# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3881# using a macro with the same name in our local m4/libtool.m4 it'll
3882# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3883# and doesn't know about Autoconf macros at all.)
3884#
3885# So we provide this file, which has a silly filename so it's always
3886# included after everything else. This provides aclocal with the
3887# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3888# because those macros already exist, or will be overwritten later.
3889# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3890#
3891# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3892# Yes, that means every name once taken will need to remain here until
3893# we give up compatibility with versions before 1.7, at which point
3894# we need to keep only those names which we still refer to.
3895
3896# This is to help aclocal find these macros, as it can't see m4_define.
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961## -*- Autoconf -*-
3962
3963# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3964# Free Software Foundation, Inc.
3965#
3966# This file is free software; the Free Software Foundation
3967# gives unlimited permission to copy and/or distribute it,
3968# with or without modifications, as long as this notice is preserved.
3969
3970# serial 8
3971
3972# Based on depend.m4 from automake 1.9, modified for standalone use in
3973# an environment where GNU make is required.
3974
3975# ZW_PROG_COMPILER_DEPENDENCIES
3976# -----------------------------
3977# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3978# sets fooDEPMODE accordingly. Cache-variable compatible with
3979# original; not side-effect compatible. As the users of this macro
3980# may require accurate dependencies for correct builds, it does *not*
3981# honor --disable-dependency-checking, and failure to detect a usable
3982# method is an error. depcomp is assumed to be located in
3983# $ac_aux_dir.
3984#
3985# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3986
3987
3988
3989# AM_SET_DEPDIR
3990# -------------
3991# Choose a directory name for dependency files.
3992
3993
3994# ZW_CREATE_DEPDIR
3995# ----------------
3996# As AM_SET_DEPDIR, but also create the directory at config.status time.
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
6bb11ab3
L
4038
4039
4040
4041
4042
6bb11ab3
L
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
6bb11ab3
L
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071# intl sister-directory configuration rules.
4072#
4073
4074# The idea behind this macro is that there's no need to repeat all the
4075# autoconf probes done by the intl directory - it's already done them
4076# for us. In fact, there's no need even to look at the cache for the
4077# answers. All we need to do is nab a few pieces of information.
4078# The intl directory is set up to make this easy, by generating a
4079# small file which can be sourced as a shell script; then we produce
4080# the necessary substitutions and definitions for this directory.
4081
4082
4083
4084# Autoconf M4 include file defining utility macros for complex Canadian
4085# cross builds.
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095####
4096# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4097# or AC_INIT.
4098# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4099
4100####
4101# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4102# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4103
4104
4105####
4106# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4107# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4108
4109
4110
4111# Backported from Autoconf 2.5x; can go away when and if
4112# we switch. Put the OS path separator in $PATH_SEPARATOR.
4113
4114
4115
4116
4117# ACX_HAVE_GCC_FOR_TARGET
4118# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4119
4120
4121# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4122# Searching for installed target binutils. We need to take extra care,
4123# else we may find the wrong assembler, linker, etc., and lose.
4124#
4125# First try --with-build-time-tools, if specified.
4126#
4127# For build != host, we ask the installed GCC for the name of the tool it
4128# uses, and accept it if it is an absolute path. This is because the
4129# only good choice for a compiler is the same GCC version that is being
4130# installed (or we couldn't make target libraries), and we assume that
4131# on the host system we'll have not only the same GCC version, but also
4132# the same binutils version.
4133#
4134# For build == host, search the same directories that the installed
4135# compiler will search. We used to do this for the assembler, linker,
4136# and nm only; for simplicity of configuration, however, we extend this
4137# criterion to tools (such as ar and ranlib) that are never invoked by
4138# the compiler, to avoid mismatches.
4139#
4140# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4141# if build == target. This makes the most sense only when bootstrapping,
4142# but we also do so when build != host. In this case, we hope that the
4143# build and host systems will have similar contents of MD_EXEC_PREFIX.
4144#
4145# If we do not find a suitable binary, then try the user's path.
4146
4147
4148###
4149# AC_PROG_CPP_WERROR
4150# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4151# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4152# For now, using this also overrides header checks to use only the
4153# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4154# bit harder from here).
4155# Eventually autoconf will default to checking headers with the compiler
4156# instead, and we'll have to do this differently.
4157
4158# AC_PROG_CPP_WERROR
4159
4160# Test for GNAT.
4161# We require the gnatbind & gnatmake programs, as well as a compiler driver
4162# that understands Ada. We use the user's CC setting, already found, and
4163# possibly add $1 to the command-line parameters.
4164#
4165# Sets the shell variable have_gnat to yes or no as appropriate, and
4166# substitutes GNATBIND and GNATMAKE.
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192ac_ext=c
4193ac_cpp='$CPP $CPPFLAGS'
4194ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4195ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4196ac_compiler_gnu=$ac_cv_c_compiler_gnu
4197if test -n "$ac_tool_prefix"; then
4198 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4199set dummy ${ac_tool_prefix}gcc; ac_word=$2
4200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4201$as_echo_n "checking for $ac_word... " >&6; }
4202if test "${ac_cv_prog_CC+set}" = set; then :
4203 $as_echo_n "(cached) " >&6
4204else
4205 if test -n "$CC"; then
4206 ac_cv_prog_CC="$CC" # Let the user override the test.
4207else
4208as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4209for as_dir in $PATH
4210do
4211 IFS=$as_save_IFS
4212 test -z "$as_dir" && as_dir=.
4213 for ac_exec_ext in '' $ac_executable_extensions; do
4214 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4215 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4216 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4217 break 2
4218 fi
4219done
4220 done
4221IFS=$as_save_IFS
4222
4223fi
4224fi
4225CC=$ac_cv_prog_CC
4226if test -n "$CC"; then
4227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4228$as_echo "$CC" >&6; }
4229else
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4231$as_echo "no" >&6; }
4232fi
4233
4234
4235fi
4236if test -z "$ac_cv_prog_CC"; then
4237 ac_ct_CC=$CC
4238 # Extract the first word of "gcc", so it can be a program name with args.
4239set dummy gcc; ac_word=$2
4240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4241$as_echo_n "checking for $ac_word... " >&6; }
4242if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4243 $as_echo_n "(cached) " >&6
4244else
4245 if test -n "$ac_ct_CC"; then
4246 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4247else
4248as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4249for as_dir in $PATH
4250do
4251 IFS=$as_save_IFS
4252 test -z "$as_dir" && as_dir=.
4253 for ac_exec_ext in '' $ac_executable_extensions; do
4254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4255 ac_cv_prog_ac_ct_CC="gcc"
4256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4257 break 2
4258 fi
4259done
4260 done
4261IFS=$as_save_IFS
4262
4263fi
4264fi
4265ac_ct_CC=$ac_cv_prog_ac_ct_CC
4266if test -n "$ac_ct_CC"; then
4267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4268$as_echo "$ac_ct_CC" >&6; }
4269else
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4271$as_echo "no" >&6; }
4272fi
4273
4274 if test "x$ac_ct_CC" = x; then
4275 CC=""
4276 else
4277 case $cross_compiling:$ac_tool_warned in
4278yes:)
4279{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4280$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4281ac_tool_warned=yes ;;
4282esac
4283 CC=$ac_ct_CC
4284 fi
4285else
4286 CC="$ac_cv_prog_CC"
4287fi
4288
4289if test -z "$CC"; then
4290 if test -n "$ac_tool_prefix"; then
4291 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4292set dummy ${ac_tool_prefix}cc; ac_word=$2
4293{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4294$as_echo_n "checking for $ac_word... " >&6; }
4295if test "${ac_cv_prog_CC+set}" = set; then :
4296 $as_echo_n "(cached) " >&6
4297else
4298 if test -n "$CC"; then
4299 ac_cv_prog_CC="$CC" # Let the user override the test.
4300else
4301as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302for as_dir in $PATH
4303do
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4308 ac_cv_prog_CC="${ac_tool_prefix}cc"
4309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4310 break 2
4311 fi
4312done
4313 done
4314IFS=$as_save_IFS
4315
4316fi
4317fi
4318CC=$ac_cv_prog_CC
4319if test -n "$CC"; then
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4321$as_echo "$CC" >&6; }
4322else
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324$as_echo "no" >&6; }
4325fi
4326
4327
4328 fi
4329fi
4330if test -z "$CC"; then
4331 # Extract the first word of "cc", so it can be a program name with args.
4332set dummy cc; ac_word=$2
4333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334$as_echo_n "checking for $ac_word... " >&6; }
4335if test "${ac_cv_prog_CC+set}" = set; then :
4336 $as_echo_n "(cached) " >&6
4337else
4338 if test -n "$CC"; then
4339 ac_cv_prog_CC="$CC" # Let the user override the test.
4340else
4341 ac_prog_rejected=no
4342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4343for as_dir in $PATH
4344do
4345 IFS=$as_save_IFS
4346 test -z "$as_dir" && as_dir=.
4347 for ac_exec_ext in '' $ac_executable_extensions; do
4348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4349 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4350 ac_prog_rejected=yes
4351 continue
4352 fi
4353 ac_cv_prog_CC="cc"
4354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4355 break 2
4356 fi
4357done
4358 done
4359IFS=$as_save_IFS
4360
4361if test $ac_prog_rejected = yes; then
4362 # We found a bogon in the path, so make sure we never use it.
4363 set dummy $ac_cv_prog_CC
4364 shift
4365 if test $# != 0; then
4366 # We chose a different compiler from the bogus one.
4367 # However, it has the same basename, so the bogon will be chosen
4368 # first if we set CC to just the basename; use the full file name.
4369 shift
4370 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4371 fi
4372fi
4373fi
4374fi
4375CC=$ac_cv_prog_CC
4376if test -n "$CC"; then
4377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4378$as_echo "$CC" >&6; }
4379else
4380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4381$as_echo "no" >&6; }
4382fi
4383
4384
4385fi
4386if test -z "$CC"; then
4387 if test -n "$ac_tool_prefix"; then
4388 for ac_prog in cl.exe
4389 do
4390 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4391set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393$as_echo_n "checking for $ac_word... " >&6; }
4394if test "${ac_cv_prog_CC+set}" = set; then :
4395 $as_echo_n "(cached) " >&6
4396else
4397 if test -n "$CC"; then
4398 ac_cv_prog_CC="$CC" # Let the user override the test.
4399else
4400as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401for as_dir in $PATH
4402do
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409 break 2
4410 fi
4411done
4412 done
4413IFS=$as_save_IFS
4414
4415fi
4416fi
4417CC=$ac_cv_prog_CC
4418if test -n "$CC"; then
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4420$as_echo "$CC" >&6; }
4421else
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423$as_echo "no" >&6; }
4424fi
4425
4426
4427 test -n "$CC" && break
4428 done
4429fi
4430if test -z "$CC"; then
4431 ac_ct_CC=$CC
4432 for ac_prog in cl.exe
4433do
4434 # Extract the first word of "$ac_prog", so it can be a program name with args.
4435set dummy $ac_prog; ac_word=$2
4436{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4437$as_echo_n "checking for $ac_word... " >&6; }
4438if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4439 $as_echo_n "(cached) " >&6
4440else
4441 if test -n "$ac_ct_CC"; then
4442 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4443else
4444as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4445for as_dir in $PATH
4446do
4447 IFS=$as_save_IFS
4448 test -z "$as_dir" && as_dir=.
4449 for ac_exec_ext in '' $ac_executable_extensions; do
4450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4451 ac_cv_prog_ac_ct_CC="$ac_prog"
4452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4453 break 2
4454 fi
4455done
4456 done
4457IFS=$as_save_IFS
4458
4459fi
4460fi
4461ac_ct_CC=$ac_cv_prog_ac_ct_CC
4462if test -n "$ac_ct_CC"; then
4463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4464$as_echo "$ac_ct_CC" >&6; }
4465else
4466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4467$as_echo "no" >&6; }
4468fi
4469
4470
4471 test -n "$ac_ct_CC" && break
4472done
4473
4474 if test "x$ac_ct_CC" = x; then
4475 CC=""
4476 else
4477 case $cross_compiling:$ac_tool_warned in
4478yes:)
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4480$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4481ac_tool_warned=yes ;;
4482esac
4483 CC=$ac_ct_CC
4484 fi
4485fi
4486
4487fi
4488
4489
4490test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4491$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4492as_fn_error "no acceptable C compiler found in \$PATH
4493See \`config.log' for more details." "$LINENO" 5; }
4494
4495# Provide some information about the compiler.
4496$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4497set X $ac_compile
4498ac_compiler=$2
4499for ac_option in --version -v -V -qversion; do
4500 { { ac_try="$ac_compiler $ac_option >&5"
4501case "(($ac_try" in
4502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4503 *) ac_try_echo=$ac_try;;
4504esac
4505eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4506$as_echo "$ac_try_echo"; } >&5
4507 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4508 ac_status=$?
4509 if test -s conftest.err; then
4510 sed '10a\
4511... rest of stderr output deleted ...
4512 10q' conftest.err >conftest.er1
4513 cat conftest.er1 >&5
4514 rm -f conftest.er1 conftest.err
4515 fi
4516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4517 test $ac_status = 0; }
4518done
4519
4520cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4521/* end confdefs.h. */
4522
4523int
4524main ()
4525{
4526
4527 ;
4528 return 0;
4529}
4530_ACEOF
4531ac_clean_files_save=$ac_clean_files
4532ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4533# Try to create an executable without -o first, disregard a.out.
4534# It will help us diagnose broken compilers, and finding out an intuition
4535# of exeext.
4536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4537$as_echo_n "checking for C compiler default output file name... " >&6; }
4538ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4539
4540# The possible output files:
4541ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4542
4543ac_rmfiles=
4544for ac_file in $ac_files
4545do
4546 case $ac_file in
4547 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4548 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4549 esac
4550done
4551rm -f $ac_rmfiles
4552
4553if { { ac_try="$ac_link_default"
4554case "(($ac_try" in
4555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4556 *) ac_try_echo=$ac_try;;
4557esac
4558eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4559$as_echo "$ac_try_echo"; } >&5
4560 (eval "$ac_link_default") 2>&5
4561 ac_status=$?
4562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4563 test $ac_status = 0; }; then :
4564 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4565# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4566# in a Makefile. We should not override ac_cv_exeext if it was cached,
4567# so that the user can short-circuit this test for compilers unknown to
4568# Autoconf.
4569for ac_file in $ac_files ''
4570do
4571 test -f "$ac_file" || continue
4572 case $ac_file in
4573 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4574 ;;
4575 [ab].out )
4576 # We found the default executable, but exeext='' is most
4577 # certainly right.
4578 break;;
4579 *.* )
4580 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4581 then :; else
4582 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4583 fi
4584 # We set ac_cv_exeext here because the later test for it is not
4585 # safe: cross compilers may not add the suffix if given an `-o'
4586 # argument, so we may need to know it at that point already.
4587 # Even if this section looks crufty: it has the advantage of
4588 # actually working.
4589 break;;
4590 * )
4591 break;;
4592 esac
4593done
4594test "$ac_cv_exeext" = no && ac_cv_exeext=
4595
4596else
4597 ac_file=''
4598fi
4599{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4600$as_echo "$ac_file" >&6; }
4601if test -z "$ac_file"; then :
4602 $as_echo "$as_me: failed program was:" >&5
4603sed 's/^/| /' conftest.$ac_ext >&5
4604
4605{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4606$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4607{ as_fn_set_status 77
4608as_fn_error "C compiler cannot create executables
4609See \`config.log' for more details." "$LINENO" 5; }; }
4610fi
4611ac_exeext=$ac_cv_exeext
4612
4613# Check that the compiler produces executables we can run. If not, either
4614# the compiler is broken, or we cross compile.
4615{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4616$as_echo_n "checking whether the C compiler works... " >&6; }
4617# If not cross compiling, check that we can run a simple program.
4618if test "$cross_compiling" != yes; then
4619 if { ac_try='./$ac_file'
4620 { { case "(($ac_try" in
4621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622 *) ac_try_echo=$ac_try;;
4623esac
4624eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4625$as_echo "$ac_try_echo"; } >&5
4626 (eval "$ac_try") 2>&5
4627 ac_status=$?
4628 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4629 test $ac_status = 0; }; }; then
4630 cross_compiling=no
4631 else
4632 if test "$cross_compiling" = maybe; then
4633 cross_compiling=yes
4634 else
4635 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4636$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4637as_fn_error "cannot run C compiled programs.
4638If you meant to cross compile, use \`--host'.
4639See \`config.log' for more details." "$LINENO" 5; }
4640 fi
4641 fi
4642fi
4643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4644$as_echo "yes" >&6; }
4645
4646rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4647ac_clean_files=$ac_clean_files_save
4648# Check that the compiler produces executables we can run. If not, either
4649# the compiler is broken, or we cross compile.
4650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4651$as_echo_n "checking whether we are cross compiling... " >&6; }
4652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4653$as_echo "$cross_compiling" >&6; }
4654
4655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4656$as_echo_n "checking for suffix of executables... " >&6; }
4657if { { ac_try="$ac_link"
4658case "(($ac_try" in
4659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660 *) ac_try_echo=$ac_try;;
4661esac
4662eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663$as_echo "$ac_try_echo"; } >&5
4664 (eval "$ac_link") 2>&5
4665 ac_status=$?
4666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667 test $ac_status = 0; }; then :
4668 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4669# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4670# work properly (i.e., refer to `conftest.exe'), while it won't with
4671# `rm'.
4672for ac_file in conftest.exe conftest conftest.*; do
4673 test -f "$ac_file" || continue
4674 case $ac_file in
4675 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4676 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4677 break;;
4678 * ) break;;
4679 esac
4680done
4681else
4682 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4683$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4684as_fn_error "cannot compute suffix of executables: cannot compile and link
4685See \`config.log' for more details." "$LINENO" 5; }
4686fi
4687rm -f conftest$ac_cv_exeext
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4689$as_echo "$ac_cv_exeext" >&6; }
4690
4691rm -f conftest.$ac_ext
4692EXEEXT=$ac_cv_exeext
4693ac_exeext=$EXEEXT
4694{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4695$as_echo_n "checking for suffix of object files... " >&6; }
4696if test "${ac_cv_objext+set}" = set; then :
4697 $as_echo_n "(cached) " >&6
4698else
4699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4700/* end confdefs.h. */
4701
4702int
4703main ()
4704{
4705
4706 ;
4707 return 0;
4708}
4709_ACEOF
4710rm -f conftest.o conftest.obj
4711if { { ac_try="$ac_compile"
4712case "(($ac_try" in
4713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4714 *) ac_try_echo=$ac_try;;
4715esac
4716eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4717$as_echo "$ac_try_echo"; } >&5
4718 (eval "$ac_compile") 2>&5
4719 ac_status=$?
4720 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4721 test $ac_status = 0; }; then :
4722 for ac_file in conftest.o conftest.obj conftest.*; do
4723 test -f "$ac_file" || continue;
4724 case $ac_file in
4725 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4726 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4727 break;;
4728 esac
4729done
4730else
4731 $as_echo "$as_me: failed program was:" >&5
4732sed 's/^/| /' conftest.$ac_ext >&5
4733
4734{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4735$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4736as_fn_error "cannot compute suffix of object files: cannot compile
4737See \`config.log' for more details." "$LINENO" 5; }
4738fi
4739rm -f conftest.$ac_cv_objext conftest.$ac_ext
4740fi
4741{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4742$as_echo "$ac_cv_objext" >&6; }
4743OBJEXT=$ac_cv_objext
4744ac_objext=$OBJEXT
4745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4746$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4747if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4748 $as_echo_n "(cached) " >&6
4749else
4750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4751/* end confdefs.h. */
4752
4753int
4754main ()
4755{
4756#ifndef __GNUC__
4757 choke me
4758#endif
4759
4760 ;
4761 return 0;
4762}
4763_ACEOF
4764if ac_fn_c_try_compile "$LINENO"; then :
4765 ac_compiler_gnu=yes
4766else
4767 ac_compiler_gnu=no
4768fi
4769rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4770ac_cv_c_compiler_gnu=$ac_compiler_gnu
4771
4772fi
4773{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4774$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4775if test $ac_compiler_gnu = yes; then
4776 GCC=yes
4777else
4778 GCC=
4779fi
4780ac_test_CFLAGS=${CFLAGS+set}
4781ac_save_CFLAGS=$CFLAGS
4782{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4783$as_echo_n "checking whether $CC accepts -g... " >&6; }
4784if test "${ac_cv_prog_cc_g+set}" = set; then :
4785 $as_echo_n "(cached) " >&6
4786else
4787 ac_save_c_werror_flag=$ac_c_werror_flag
4788 ac_c_werror_flag=yes
4789 ac_cv_prog_cc_g=no
4790 CFLAGS="-g"
4791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4792/* end confdefs.h. */
4793
4794int
4795main ()
4796{
4797
4798 ;
4799 return 0;
4800}
4801_ACEOF
4802if ac_fn_c_try_compile "$LINENO"; then :
4803 ac_cv_prog_cc_g=yes
4804else
4805 CFLAGS=""
4806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4807/* end confdefs.h. */
4808
4809int
4810main ()
4811{
4812
4813 ;
4814 return 0;
4815}
4816_ACEOF
4817if ac_fn_c_try_compile "$LINENO"; then :
4818
4819else
4820 ac_c_werror_flag=$ac_save_c_werror_flag
4821 CFLAGS="-g"
4822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4823/* end confdefs.h. */
4824
4825int
4826main ()
4827{
4828
4829 ;
4830 return 0;
4831}
4832_ACEOF
4833if ac_fn_c_try_compile "$LINENO"; then :
4834 ac_cv_prog_cc_g=yes
4835fi
4836rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4837fi
4838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4839fi
4840rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4841 ac_c_werror_flag=$ac_save_c_werror_flag
4842fi
4843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4844$as_echo "$ac_cv_prog_cc_g" >&6; }
4845if test "$ac_test_CFLAGS" = set; then
4846 CFLAGS=$ac_save_CFLAGS
4847elif test $ac_cv_prog_cc_g = yes; then
4848 if test "$GCC" = yes; then
4849 CFLAGS="-g -O2"
4850 else
4851 CFLAGS="-g"
4852 fi
4853else
4854 if test "$GCC" = yes; then
4855 CFLAGS="-O2"
4856 else
4857 CFLAGS=
4858 fi
4859fi
4860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4861$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4862if test "${ac_cv_prog_cc_c89+set}" = set; then :
4863 $as_echo_n "(cached) " >&6
4864else
4865 ac_cv_prog_cc_c89=no
4866ac_save_CC=$CC
4867cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4868/* end confdefs.h. */
4869#include <stdarg.h>
4870#include <stdio.h>
4871#include <sys/types.h>
4872#include <sys/stat.h>
4873/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4874struct buf { int x; };
4875FILE * (*rcsopen) (struct buf *, struct stat *, int);
4876static char *e (p, i)
4877 char **p;
4878 int i;
4879{
4880 return p[i];
4881}
4882static char *f (char * (*g) (char **, int), char **p, ...)
4883{
4884 char *s;
4885 va_list v;
4886 va_start (v,p);
4887 s = g (p, va_arg (v,int));
4888 va_end (v);
4889 return s;
4890}
4891
4892/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4893 function prototypes and stuff, but not '\xHH' hex character constants.
4894 These don't provoke an error unfortunately, instead are silently treated
4895 as 'x'. The following induces an error, until -std is added to get
4896 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4897 array size at least. It's necessary to write '\x00'==0 to get something
4898 that's true only with -std. */
4899int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4900
4901/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4902 inside strings and character constants. */
4903#define FOO(x) 'x'
4904int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4905
4906int test (int i, double x);
4907struct s1 {int (*f) (int a);};
4908struct s2 {int (*f) (double a);};
4909int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4910int argc;
4911char **argv;
4912int
4913main ()
4914{
4915return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4916 ;
4917 return 0;
4918}
4919_ACEOF
4920for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4921 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4922do
4923 CC="$ac_save_CC $ac_arg"
4924 if ac_fn_c_try_compile "$LINENO"; then :
4925 ac_cv_prog_cc_c89=$ac_arg
4926fi
4927rm -f core conftest.err conftest.$ac_objext
4928 test "x$ac_cv_prog_cc_c89" != "xno" && break
4929done
4930rm -f conftest.$ac_ext
4931CC=$ac_save_CC
4932
4933fi
4934# AC_CACHE_VAL
4935case "x$ac_cv_prog_cc_c89" in
4936 x)
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4938$as_echo "none needed" >&6; } ;;
4939 xno)
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4941$as_echo "unsupported" >&6; } ;;
4942 *)
4943 CC="$CC $ac_cv_prog_cc_c89"
4944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4945$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4946esac
4947if test "x$ac_cv_prog_cc_c89" != xno; then :
4948
4949fi
4950
4951ac_ext=c
4952ac_cpp='$CPP $CPPFLAGS'
4953ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4954ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4955ac_compiler_gnu=$ac_cv_c_compiler_gnu
4956
4957ac_aux_dir=
4958for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4959 for ac_t in install-sh install.sh shtool; do
4960 if test -f "$ac_dir/$ac_t"; then
4961 ac_aux_dir=$ac_dir
4962 ac_install_sh="$ac_aux_dir/$ac_t -c"
4963 break 2
4964 fi
4965 done
4966done
4967if test -z "$ac_aux_dir"; then
4968 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4969fi
4970
4971# These three variables are undocumented and unsupported,
4972# and are intended to be withdrawn in a future Autoconf release.
4973# They can cause serious problems if a builder's source tree is in a directory
4974# whose full name contains unusual characters.
4975ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4976ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4977ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4978
4979
4980# Make sure we can run config.sub.
4981$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4982 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4983
4984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4985$as_echo_n "checking build system type... " >&6; }
4986if test "${ac_cv_build+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988else
4989 ac_build_alias=$build_alias
4990test "x$ac_build_alias" = x &&
4991 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4992test "x$ac_build_alias" = x &&
4993 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4994ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4995 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4996
4997fi
4998{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4999$as_echo "$ac_cv_build" >&6; }
5000case $ac_cv_build in
5001*-*-*) ;;
5002*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5003esac
5004build=$ac_cv_build
5005ac_save_IFS=$IFS; IFS='-'
5006set x $ac_cv_build
5007shift
5008build_cpu=$1
5009build_vendor=$2
5010shift; shift
5011# Remember, the first character of IFS is used to create $*,
5012# except with old shells:
5013build_os=$*
5014IFS=$ac_save_IFS
5015case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5016
5017
5018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5019$as_echo_n "checking host system type... " >&6; }
5020if test "${ac_cv_host+set}" = set; then :
5021 $as_echo_n "(cached) " >&6
5022else
5023 if test "x$host_alias" = x; then
5024 ac_cv_host=$ac_cv_build
5025else
5026 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5027 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5028fi
5029
5030fi
5031{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5032$as_echo "$ac_cv_host" >&6; }
5033case $ac_cv_host in
5034*-*-*) ;;
5035*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5036esac
5037host=$ac_cv_host
5038ac_save_IFS=$IFS; IFS='-'
5039set x $ac_cv_host
5040shift
5041host_cpu=$1
5042host_vendor=$2
5043shift; shift
5044# Remember, the first character of IFS is used to create $*,
5045# except with old shells:
5046host_os=$*
5047IFS=$ac_save_IFS
5048case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5049
5050
5051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5052$as_echo_n "checking target system type... " >&6; }
5053if test "${ac_cv_target+set}" = set; then :
5054 $as_echo_n "(cached) " >&6
5055else
5056 if test "x$target_alias" = x; then
5057 ac_cv_target=$ac_cv_host
5058else
5059 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5060 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5061fi
5062
5063fi
5064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5065$as_echo "$ac_cv_target" >&6; }
5066case $ac_cv_target in
5067*-*-*) ;;
5068*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5069esac
5070target=$ac_cv_target
5071ac_save_IFS=$IFS; IFS='-'
5072set x $ac_cv_target
5073shift
5074target_cpu=$1
5075target_vendor=$2
5076shift; shift
5077# Remember, the first character of IFS is used to create $*,
5078# except with old shells:
5079target_os=$*
5080IFS=$ac_save_IFS
5081case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5082
5083
5084# The aliases save the names the user supplied, while $host etc.
5085# will get canonicalized.
5086test -n "$target_alias" &&
5087 test "$program_prefix$program_suffix$program_transform_name" = \
5088 NONENONEs,x,x, &&
5089 program_prefix=${target_alias}-
5090
5091ac_ext=c
5092ac_cpp='$CPP $CPPFLAGS'
5093ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5094ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5095ac_compiler_gnu=$ac_cv_c_compiler_gnu
5096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5097$as_echo_n "checking how to run the C preprocessor... " >&6; }
5098# On Suns, sometimes $CPP names a directory.
5099if test -n "$CPP" && test -d "$CPP"; then
5100 CPP=
5101fi
5102if test -z "$CPP"; then
5103 if test "${ac_cv_prog_CPP+set}" = set; then :
5104 $as_echo_n "(cached) " >&6
5105else
5106 # Double quotes because CPP needs to be expanded
5107 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5108 do
5109 ac_preproc_ok=false
5110for ac_c_preproc_warn_flag in '' yes
5111do
5112 # Use a header file that comes with gcc, so configuring glibc
5113 # with a fresh cross-compiler works.
5114 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5115 # <limits.h> exists even on freestanding compilers.
5116 # On the NeXT, cc -E runs the code through the compiler's parser,
5117 # not just through cpp. "Syntax error" is here to catch this case.
5118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119/* end confdefs.h. */
5120#ifdef __STDC__
5121# include <limits.h>
5122#else
5123# include <assert.h>
5124#endif
5125 Syntax error
5126_ACEOF
5127if ac_fn_c_try_cpp "$LINENO"; then :
5128
5129else
5130 # Broken: fails on valid input.
5131continue
5132fi
5133rm -f conftest.err conftest.$ac_ext
5134
5135 # OK, works on sane cases. Now check whether nonexistent headers
5136 # can be detected and how.
5137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5138/* end confdefs.h. */
5139#include <ac_nonexistent.h>
5140_ACEOF
5141if ac_fn_c_try_cpp "$LINENO"; then :
5142 # Broken: success on invalid input.
5143continue
5144else
5145 # Passes both tests.
5146ac_preproc_ok=:
5147break
5148fi
5149rm -f conftest.err conftest.$ac_ext
5150
5151done
5152# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5153rm -f conftest.err conftest.$ac_ext
5154if $ac_preproc_ok; then :
5155 break
5156fi
5157
5158 done
5159 ac_cv_prog_CPP=$CPP
5160
5161fi
5162 CPP=$ac_cv_prog_CPP
5163else
5164 ac_cv_prog_CPP=$CPP
5165fi
5166{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5167$as_echo "$CPP" >&6; }
5168ac_preproc_ok=false
5169for ac_c_preproc_warn_flag in '' yes
5170do
5171 # Use a header file that comes with gcc, so configuring glibc
5172 # with a fresh cross-compiler works.
5173 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5174 # <limits.h> exists even on freestanding compilers.
5175 # On the NeXT, cc -E runs the code through the compiler's parser,
5176 # not just through cpp. "Syntax error" is here to catch this case.
5177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5178/* end confdefs.h. */
5179#ifdef __STDC__
5180# include <limits.h>
5181#else
5182# include <assert.h>
5183#endif
5184 Syntax error
5185_ACEOF
5186if ac_fn_c_try_cpp "$LINENO"; then :
5187
5188else
5189 # Broken: fails on valid input.
5190continue
5191fi
5192rm -f conftest.err conftest.$ac_ext
5193
5194 # OK, works on sane cases. Now check whether nonexistent headers
5195 # can be detected and how.
5196 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5197/* end confdefs.h. */
5198#include <ac_nonexistent.h>
5199_ACEOF
5200if ac_fn_c_try_cpp "$LINENO"; then :
5201 # Broken: success on invalid input.
5202continue
5203else
5204 # Passes both tests.
5205ac_preproc_ok=:
5206break
5207fi
5208rm -f conftest.err conftest.$ac_ext
5209
5210done
5211# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5212rm -f conftest.err conftest.$ac_ext
5213if $ac_preproc_ok; then :
5214
5215else
5216 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5217$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5218as_fn_error "C preprocessor \"$CPP\" fails sanity check
5219See \`config.log' for more details." "$LINENO" 5; }
5220fi
5221
5222ac_ext=c
5223ac_cpp='$CPP $CPPFLAGS'
5224ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5225ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5226ac_compiler_gnu=$ac_cv_c_compiler_gnu
5227
5228
5229{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5230$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5231if test "${ac_cv_path_GREP+set}" = set; then :
5232 $as_echo_n "(cached) " >&6
5233else
5234 if test -z "$GREP"; then
5235 ac_path_GREP_found=false
5236 # Loop through the user's path and test for each of PROGNAME-LIST
5237 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5238for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5239do
5240 IFS=$as_save_IFS
5241 test -z "$as_dir" && as_dir=.
5242 for ac_prog in grep ggrep; do
5243 for ac_exec_ext in '' $ac_executable_extensions; do
5244 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5245 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5246# Check for GNU ac_path_GREP and select it if it is found.
5247 # Check for GNU $ac_path_GREP
5248case `"$ac_path_GREP" --version 2>&1` in
5249*GNU*)
5250 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5251*)
5252 ac_count=0
5253 $as_echo_n 0123456789 >"conftest.in"
5254 while :
5255 do
5256 cat "conftest.in" "conftest.in" >"conftest.tmp"
5257 mv "conftest.tmp" "conftest.in"
5258 cp "conftest.in" "conftest.nl"
5259 $as_echo 'GREP' >> "conftest.nl"
5260 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5261 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5262 as_fn_arith $ac_count + 1 && ac_count=$as_val
5263 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5264 # Best one so far, save it but keep looking for a better one
5265 ac_cv_path_GREP="$ac_path_GREP"
5266 ac_path_GREP_max=$ac_count
5267 fi
5268 # 10*(2^10) chars as input seems more than enough
5269 test $ac_count -gt 10 && break
5270 done
5271 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5272esac
5273
5274 $ac_path_GREP_found && break 3
5275 done
5276 done
5277 done
5278IFS=$as_save_IFS
5279 if test -z "$ac_cv_path_GREP"; then
5280 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5281 fi
5282else
5283 ac_cv_path_GREP=$GREP
5284fi
5285
5286fi
5287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5288$as_echo "$ac_cv_path_GREP" >&6; }
5289 GREP="$ac_cv_path_GREP"
5290
5291
5292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5293$as_echo_n "checking for egrep... " >&6; }
5294if test "${ac_cv_path_EGREP+set}" = set; then :
5295 $as_echo_n "(cached) " >&6
5296else
5297 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5298 then ac_cv_path_EGREP="$GREP -E"
5299 else
5300 if test -z "$EGREP"; then
5301 ac_path_EGREP_found=false
5302 # Loop through the user's path and test for each of PROGNAME-LIST
5303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5304for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5305do
5306 IFS=$as_save_IFS
5307 test -z "$as_dir" && as_dir=.
5308 for ac_prog in egrep; do
5309 for ac_exec_ext in '' $ac_executable_extensions; do
5310 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5311 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5312# Check for GNU ac_path_EGREP and select it if it is found.
5313 # Check for GNU $ac_path_EGREP
5314case `"$ac_path_EGREP" --version 2>&1` in
5315*GNU*)
5316 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5317*)
5318 ac_count=0
5319 $as_echo_n 0123456789 >"conftest.in"
5320 while :
5321 do
5322 cat "conftest.in" "conftest.in" >"conftest.tmp"
5323 mv "conftest.tmp" "conftest.in"
5324 cp "conftest.in" "conftest.nl"
5325 $as_echo 'EGREP' >> "conftest.nl"
5326 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5327 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5328 as_fn_arith $ac_count + 1 && ac_count=$as_val
5329 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5330 # Best one so far, save it but keep looking for a better one
5331 ac_cv_path_EGREP="$ac_path_EGREP"
5332 ac_path_EGREP_max=$ac_count
5333 fi
5334 # 10*(2^10) chars as input seems more than enough
5335 test $ac_count -gt 10 && break
5336 done
5337 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5338esac
5339
5340 $ac_path_EGREP_found && break 3
5341 done
5342 done
5343 done
5344IFS=$as_save_IFS
5345 if test -z "$ac_cv_path_EGREP"; then
5346 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5347 fi
5348else
5349 ac_cv_path_EGREP=$EGREP
5350fi
5351
5352 fi
5353fi
5354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5355$as_echo "$ac_cv_path_EGREP" >&6; }
5356 EGREP="$ac_cv_path_EGREP"
5357
5358
5359{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5360$as_echo_n "checking for ANSI C header files... " >&6; }
5361if test "${ac_cv_header_stdc+set}" = set; then :
5362 $as_echo_n "(cached) " >&6
5363else
5364 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5365/* end confdefs.h. */
5366#include <stdlib.h>
5367#include <stdarg.h>
5368#include <string.h>
5369#include <float.h>
5370
5371int
5372main ()
5373{
5374
5375 ;
5376 return 0;
5377}
5378_ACEOF
5379if ac_fn_c_try_compile "$LINENO"; then :
5380 ac_cv_header_stdc=yes
5381else
5382 ac_cv_header_stdc=no
5383fi
5384rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5385
5386if test $ac_cv_header_stdc = yes; then
5387 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5389/* end confdefs.h. */
5390#include <string.h>
5391
5392_ACEOF
5393if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5394 $EGREP "memchr" >/dev/null 2>&1; then :
5395
5396else
5397 ac_cv_header_stdc=no
5398fi
5399rm -f conftest*
5400
5401fi
5402
5403if test $ac_cv_header_stdc = yes; then
5404 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5406/* end confdefs.h. */
5407#include <stdlib.h>
5408
5409_ACEOF
5410if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5411 $EGREP "free" >/dev/null 2>&1; then :
5412
5413else
5414 ac_cv_header_stdc=no
5415fi
5416rm -f conftest*
5417
5418fi
5419
5420if test $ac_cv_header_stdc = yes; then
5421 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5422 if test "$cross_compiling" = yes; then :
5423 :
5424else
5425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5426/* end confdefs.h. */
5427#include <ctype.h>
5428#include <stdlib.h>
5429#if ((' ' & 0x0FF) == 0x020)
5430# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5431# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5432#else
5433# define ISLOWER(c) \
5434 (('a' <= (c) && (c) <= 'i') \
5435 || ('j' <= (c) && (c) <= 'r') \
5436 || ('s' <= (c) && (c) <= 'z'))
5437# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5438#endif
5439
5440#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5441int
5442main ()
5443{
5444 int i;
5445 for (i = 0; i < 256; i++)
5446 if (XOR (islower (i), ISLOWER (i))
5447 || toupper (i) != TOUPPER (i))
5448 return 2;
5449 return 0;
5450}
5451_ACEOF
5452if ac_fn_c_try_run "$LINENO"; then :
5453
5454else
5455 ac_cv_header_stdc=no
5456fi
5457rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5458 conftest.$ac_objext conftest.beam conftest.$ac_ext
5459fi
5460
5461fi
5462fi
5463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5464$as_echo "$ac_cv_header_stdc" >&6; }
5465if test $ac_cv_header_stdc = yes; then
5466
5467$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5468
5469fi
5470
5471# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5472for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5473 inttypes.h stdint.h unistd.h
5474do :
5475 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5476ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5477"
5478eval as_val=\$$as_ac_Header
5479 if test "x$as_val" = x""yes; then :
5480 cat >>confdefs.h <<_ACEOF
5481#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5482_ACEOF
5483
5484fi
5485
5486done
5487
5488
5489
5490 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5491if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5492 MINIX=yes
5493else
5494 MINIX=
5495fi
5496
5497
5498 if test "$MINIX" = yes; then
5499
5500$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5501
5502
5503$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5504
5505
5506$as_echo "#define _MINIX 1" >>confdefs.h
5507
5508 fi
5509
5510
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5512$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5513if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5514 $as_echo_n "(cached) " >&6
5515else
5516 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5517/* end confdefs.h. */
5518
5519# define __EXTENSIONS__ 1
5520 $ac_includes_default
5521int
5522main ()
5523{
5524
5525 ;
5526 return 0;
5527}
5528_ACEOF
5529if ac_fn_c_try_compile "$LINENO"; then :
5530 ac_cv_safe_to_define___extensions__=yes
5531else
5532 ac_cv_safe_to_define___extensions__=no
5533fi
5534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5535fi
5536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5537$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5538 test $ac_cv_safe_to_define___extensions__ = yes &&
5539 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5540
5541 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5542
5543 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5544
5545 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5546
5547 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5548
5549
5550test "$program_prefix" != NONE &&
5551 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5552# Use a double $ so make ignores it.
5553test "$program_suffix" != NONE &&
5554 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5555# Double any \ or $.
5556# By default was `s,x,x', remove it if useless.
5557ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5558program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5559
5560# Find a good install program. We prefer a C program (faster),
5561# so one script is as good as another. But avoid the broken or
5562# incompatible versions:
5563# SysV /etc/install, /usr/sbin/install
5564# SunOS /usr/etc/install
5565# IRIX /sbin/install
5566# AIX /bin/install
5567# AmigaOS /C/install, which installs bootblocks on floppy discs
5568# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5569# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5570# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5571# OS/2's system install, which has a completely different semantic
5572# ./install, which can be erroneously created by make from ./install.sh.
5573# Reject install programs that cannot install multiple files.
5574{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5575$as_echo_n "checking for a BSD-compatible install... " >&6; }
5576if test -z "$INSTALL"; then
5577if test "${ac_cv_path_install+set}" = set; then :
5578 $as_echo_n "(cached) " >&6
5579else
5580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5581for as_dir in $PATH
5582do
5583 IFS=$as_save_IFS
5584 test -z "$as_dir" && as_dir=.
5585 # Account for people who put trailing slashes in PATH elements.
5586case $as_dir/ in #((
5587 ./ | .// | /[cC]/* | \
5588 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5589 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5590 /usr/ucb/* ) ;;
5591 *)
5592 # OSF1 and SCO ODT 3.0 have their own names for install.
5593 # Don't use installbsd from OSF since it installs stuff as root
5594 # by default.
5595 for ac_prog in ginstall scoinst install; do
5596 for ac_exec_ext in '' $ac_executable_extensions; do
5597 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5598 if test $ac_prog = install &&
5599 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5600 # AIX install. It has an incompatible calling convention.
5601 :
5602 elif test $ac_prog = install &&
5603 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5604 # program-specific install script used by HP pwplus--don't use.
5605 :
5606 else
5607 rm -rf conftest.one conftest.two conftest.dir
5608 echo one > conftest.one
5609 echo two > conftest.two
5610 mkdir conftest.dir
5611 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5612 test -s conftest.one && test -s conftest.two &&
5613 test -s conftest.dir/conftest.one &&
5614 test -s conftest.dir/conftest.two
5615 then
5616 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5617 break 3
5618 fi
5619 fi
5620 fi
5621 done
5622 done
5623 ;;
5624esac
5625
5626 done
5627IFS=$as_save_IFS
5628
5629rm -rf conftest.one conftest.two conftest.dir
5630
5631fi
5632 if test "${ac_cv_path_install+set}" = set; then
5633 INSTALL=$ac_cv_path_install
5634 else
5635 # As a last resort, use the slow shell script. Don't cache a
5636 # value for INSTALL within a source directory, because that will
5637 # break other packages using the cache if that directory is
5638 # removed, or if the value is a relative name.
5639 INSTALL=$ac_install_sh
5640 fi
5641fi
5642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5643$as_echo "$INSTALL" >&6; }
5644
5645# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5646# It thinks the first close brace ends the variable substitution.
5647test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5648
5649test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5650
5651test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5652
5653rm -rf .tst 2>/dev/null
5654mkdir .tst 2>/dev/null
5655if test -d .tst; then
5656 am__leading_dot=.
5657else
5658 am__leading_dot=_
5659fi
5660rmdir .tst 2>/dev/null
5661
5662DEPDIR="${am__leading_dot}deps"
5663
5664case `pwd` in
5665 *\ * | *\ *)
5666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5667$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5668esac
5669
5670
5671
5672macro_version='2.2.7a'
5673macro_revision='1.3134'
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687ltmain="$ac_aux_dir/ltmain.sh"
5688
5689# Backslashify metacharacters that are still active within
5690# double-quoted strings.
5691sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5692
5693# Same as above, but do not quote variable references.
5694double_quote_subst='s/\(["`\\]\)/\\\1/g'
5695
5696# Sed substitution to delay expansion of an escaped shell variable in a
5697# double_quote_subst'ed string.
5698delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5699
5700# Sed substitution to delay expansion of an escaped single quote.
5701delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5702
5703# Sed substitution to avoid accidental globbing in evaled expressions
5704no_glob_subst='s/\*/\\\*/g'
5705
5706ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5707ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5708ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5709
5710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5711$as_echo_n "checking how to print strings... " >&6; }
5712# Test print first, because it will be a builtin if present.
5713if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5714 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5715 ECHO='print -r --'
5716elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5717 ECHO='printf %s\n'
5718else
5719 # Use this function as a fallback that always works.
5720 func_fallback_echo ()
5721 {
5722 eval 'cat <<_LTECHO_EOF
5723$1
5724_LTECHO_EOF'
5725 }
5726 ECHO='func_fallback_echo'
5727fi
5728
5729# func_echo_all arg...
5730# Invoke $ECHO with all args, space-separated.
5731func_echo_all ()
5732{
5733 $ECHO ""
5734}
5735
5736case "$ECHO" in
5737 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5738$as_echo "printf" >&6; } ;;
5739 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5740$as_echo "print -r" >&6; } ;;
5741 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5742$as_echo "cat" >&6; } ;;
5743esac
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5759$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5760if test "${ac_cv_path_SED+set}" = set; then :
5761 $as_echo_n "(cached) " >&6
5762else
5763 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5764 for ac_i in 1 2 3 4 5 6 7; do
5765 ac_script="$ac_script$as_nl$ac_script"
5766 done
5767 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5768 { ac_script=; unset ac_script;}
5769 if test -z "$SED"; then
5770 ac_path_SED_found=false
5771 # Loop through the user's path and test for each of PROGNAME-LIST
5772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773for as_dir in $PATH
5774do
5775 IFS=$as_save_IFS
5776 test -z "$as_dir" && as_dir=.
5777 for ac_prog in sed gsed; do
5778 for ac_exec_ext in '' $ac_executable_extensions; do
5779 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5780 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5781# Check for GNU ac_path_SED and select it if it is found.
5782 # Check for GNU $ac_path_SED
5783case `"$ac_path_SED" --version 2>&1` in
5784*GNU*)
5785 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5786*)
5787 ac_count=0
5788 $as_echo_n 0123456789 >"conftest.in"
5789 while :
5790 do
5791 cat "conftest.in" "conftest.in" >"conftest.tmp"
5792 mv "conftest.tmp" "conftest.in"
5793 cp "conftest.in" "conftest.nl"
5794 $as_echo '' >> "conftest.nl"
5795 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5796 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5797 as_fn_arith $ac_count + 1 && ac_count=$as_val
5798 if test $ac_count -gt ${ac_path_SED_max-0}; then
5799 # Best one so far, save it but keep looking for a better one
5800 ac_cv_path_SED="$ac_path_SED"
5801 ac_path_SED_max=$ac_count
5802 fi
5803 # 10*(2^10) chars as input seems more than enough
5804 test $ac_count -gt 10 && break
5805 done
5806 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5807esac
5808
5809 $ac_path_SED_found && break 3
5810 done
5811 done
5812 done
5813IFS=$as_save_IFS
5814 if test -z "$ac_cv_path_SED"; then
5815 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5816 fi
5817else
5818 ac_cv_path_SED=$SED
5819fi
5820
5821fi
5822{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5823$as_echo "$ac_cv_path_SED" >&6; }
5824 SED="$ac_cv_path_SED"
5825 rm -f conftest.sed
5826
5827test -z "$SED" && SED=sed
5828Xsed="$SED -e 1s/^X//"
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5841$as_echo_n "checking for fgrep... " >&6; }
5842if test "${ac_cv_path_FGREP+set}" = set; then :
5843 $as_echo_n "(cached) " >&6
5844else
5845 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5846 then ac_cv_path_FGREP="$GREP -F"
5847 else
5848 if test -z "$FGREP"; then
5849 ac_path_FGREP_found=false
5850 # Loop through the user's path and test for each of PROGNAME-LIST
5851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5852for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5853do
5854 IFS=$as_save_IFS
5855 test -z "$as_dir" && as_dir=.
5856 for ac_prog in fgrep; do
5857 for ac_exec_ext in '' $ac_executable_extensions; do
5858 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5859 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5860# Check for GNU ac_path_FGREP and select it if it is found.
5861 # Check for GNU $ac_path_FGREP
5862case `"$ac_path_FGREP" --version 2>&1` in
5863*GNU*)
5864 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5865*)
5866 ac_count=0
5867 $as_echo_n 0123456789 >"conftest.in"
5868 while :
5869 do
5870 cat "conftest.in" "conftest.in" >"conftest.tmp"
5871 mv "conftest.tmp" "conftest.in"
5872 cp "conftest.in" "conftest.nl"
5873 $as_echo 'FGREP' >> "conftest.nl"
5874 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5875 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5876 as_fn_arith $ac_count + 1 && ac_count=$as_val
5877 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5878 # Best one so far, save it but keep looking for a better one
5879 ac_cv_path_FGREP="$ac_path_FGREP"
5880 ac_path_FGREP_max=$ac_count
5881 fi
5882 # 10*(2^10) chars as input seems more than enough
5883 test $ac_count -gt 10 && break
5884 done
5885 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5886esac
5887
5888 $ac_path_FGREP_found && break 3
5889 done
5890 done
5891 done
5892IFS=$as_save_IFS
5893 if test -z "$ac_cv_path_FGREP"; then
5894 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5895 fi
5896else
5897 ac_cv_path_FGREP=$FGREP
5898fi
5899
5900 fi
5901fi
5902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5903$as_echo "$ac_cv_path_FGREP" >&6; }
5904 FGREP="$ac_cv_path_FGREP"
5905
5906
5907test -z "$GREP" && GREP=grep
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927# Check whether --with-gnu-ld was given.
5928if test "${with_gnu_ld+set}" = set; then :
5929 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5930else
5931 with_gnu_ld=no
5932fi
5933
5934ac_prog=ld
5935if test "$GCC" = yes; then
5936 # Check if gcc -print-prog-name=ld gives a path.
5937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5938$as_echo_n "checking for ld used by $CC... " >&6; }
5939 case $host in
5940 *-*-mingw*)
5941 # gcc leaves a trailing carriage return which upsets mingw
5942 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5943 *)
5944 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5945 esac
5946 case $ac_prog in
5947 # Accept absolute paths.
5948 [\\/]* | ?:[\\/]*)
5949 re_direlt='/[^/][^/]*/\.\./'
5950 # Canonicalize the pathname of ld
5951 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5952 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5953 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5954 done
5955 test -z "$LD" && LD="$ac_prog"
5956 ;;
5957 "")
5958 # If it fails, then pretend we aren't using GCC.
5959 ac_prog=ld
5960 ;;
5961 *)
5962 # If it is relative, then search for the first ld in PATH.
5963 with_gnu_ld=unknown
5964 ;;
5965 esac
5966elif test "$with_gnu_ld" = yes; then
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5968$as_echo_n "checking for GNU ld... " >&6; }
5969else
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5971$as_echo_n "checking for non-GNU ld... " >&6; }
5972fi
5973if test "${lt_cv_path_LD+set}" = set; then :
5974 $as_echo_n "(cached) " >&6
5975else
5976 if test -z "$LD"; then
5977 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5978 for ac_dir in $PATH; do
5979 IFS="$lt_save_ifs"
5980 test -z "$ac_dir" && ac_dir=.
5981 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5982 lt_cv_path_LD="$ac_dir/$ac_prog"
5983 # Check to see if the program is GNU ld. I'd rather use --version,
5984 # but apparently some variants of GNU ld only accept -v.
5985 # Break only if it was the GNU/non-GNU ld that we prefer.
5986 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5987 *GNU* | *'with BFD'*)
5988 test "$with_gnu_ld" != no && break
5989 ;;
5990 *)
5991 test "$with_gnu_ld" != yes && break
5992 ;;
5993 esac
5994 fi
5995 done
5996 IFS="$lt_save_ifs"
5997else
5998 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5999fi
6000fi
6001
6002LD="$lt_cv_path_LD"
6003if test -n "$LD"; then
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6005$as_echo "$LD" >&6; }
6006else
6007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6008$as_echo "no" >&6; }
6009fi
6010test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
6011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6012$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
6013if test "${lt_cv_prog_gnu_ld+set}" = set; then :
6014 $as_echo_n "(cached) " >&6
6015else
6016 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6017case `$LD -v 2>&1 </dev/null` in
6018*GNU* | *'with BFD'*)
6019 lt_cv_prog_gnu_ld=yes
6020 ;;
6021*)
6022 lt_cv_prog_gnu_ld=no
6023 ;;
6024esac
6025fi
6026{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6027$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6028with_gnu_ld=$lt_cv_prog_gnu_ld
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6039$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
6040if test "${lt_cv_path_NM+set}" = set; then :
6041 $as_echo_n "(cached) " >&6
6042else
6043 if test -n "$NM"; then
6044 # Let the user override the test.
6045 lt_cv_path_NM="$NM"
6046else
6047 lt_nm_to_check="${ac_tool_prefix}nm"
6048 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6049 lt_nm_to_check="$lt_nm_to_check nm"
6050 fi
6051 for lt_tmp_nm in $lt_nm_to_check; do
6052 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6053 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6054 IFS="$lt_save_ifs"
6055 test -z "$ac_dir" && ac_dir=.
6056 tmp_nm="$ac_dir/$lt_tmp_nm"
6057 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6058 # Check to see if the nm accepts a BSD-compat flag.
6059 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6060 # nm: unknown option "B" ignored
6061 # Tru64's nm complains that /dev/null is an invalid object file
6062 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6063 */dev/null* | *'Invalid file or object type'*)
6064 lt_cv_path_NM="$tmp_nm -B"
6065 break
6066 ;;
6067 *)
6068 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6069 */dev/null*)
6070 lt_cv_path_NM="$tmp_nm -p"
6071 break
6072 ;;
6073 *)
6074 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6075 continue # so that we can try to find one that supports BSD flags
6076 ;;
6077 esac
6078 ;;
6079 esac
6080 fi
6081 done
6082 IFS="$lt_save_ifs"
6083 done
6084 : ${lt_cv_path_NM=no}
6085fi
6086fi
6087{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6088$as_echo "$lt_cv_path_NM" >&6; }
6089if test "$lt_cv_path_NM" != "no"; then
6090 NM="$lt_cv_path_NM"
6091else
6092 # Didn't find any BSD compatible name lister, look for dumpbin.
6093 if test -n "$DUMPBIN"; then :
6094 # Let the user override the test.
6095 else
6096 if test -n "$ac_tool_prefix"; then
6097 for ac_prog in dumpbin "link -dump"
6098 do
6099 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6100set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6102$as_echo_n "checking for $ac_word... " >&6; }
6103if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6104 $as_echo_n "(cached) " >&6
6105else
6106 if test -n "$DUMPBIN"; then
6107 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6108else
6109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110for as_dir in $PATH
6111do
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6116 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6118 break 2
6119 fi
6120done
6121 done
6122IFS=$as_save_IFS
6123
6124fi
6125fi
6126DUMPBIN=$ac_cv_prog_DUMPBIN
6127if test -n "$DUMPBIN"; then
6128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6129$as_echo "$DUMPBIN" >&6; }
6130else
6131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6132$as_echo "no" >&6; }
6133fi
6134
6135
6136 test -n "$DUMPBIN" && break
6137 done
6138fi
6139if test -z "$DUMPBIN"; then
6140 ac_ct_DUMPBIN=$DUMPBIN
6141 for ac_prog in dumpbin "link -dump"
6142do
6143 # Extract the first word of "$ac_prog", so it can be a program name with args.
6144set dummy $ac_prog; ac_word=$2
6145{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6146$as_echo_n "checking for $ac_word... " >&6; }
6147if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6148 $as_echo_n "(cached) " >&6
6149else
6150 if test -n "$ac_ct_DUMPBIN"; then
6151 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6152else
6153as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6154for as_dir in $PATH
6155do
6156 IFS=$as_save_IFS
6157 test -z "$as_dir" && as_dir=.
6158 for ac_exec_ext in '' $ac_executable_extensions; do
6159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6160 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6161 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6162 break 2
6163 fi
6164done
6165 done
6166IFS=$as_save_IFS
6167
6168fi
6169fi
6170ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6171if test -n "$ac_ct_DUMPBIN"; then
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6173$as_echo "$ac_ct_DUMPBIN" >&6; }
6174else
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6176$as_echo "no" >&6; }
6177fi
6178
6179
6180 test -n "$ac_ct_DUMPBIN" && break
6181done
6182
6183 if test "x$ac_ct_DUMPBIN" = x; then
6184 DUMPBIN=":"
6185 else
6186 case $cross_compiling:$ac_tool_warned in
6187yes:)
6188{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6189$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6190ac_tool_warned=yes ;;
6191esac
6192 DUMPBIN=$ac_ct_DUMPBIN
6193 fi
6194fi
6195
6196 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6197 *COFF*)
6198 DUMPBIN="$DUMPBIN -symbols"
6199 ;;
6200 *)
6201 DUMPBIN=:
6202 ;;
6203 esac
6204 fi
6205
6206 if test "$DUMPBIN" != ":"; then
6207 NM="$DUMPBIN"
6208 fi
6209fi
6210test -z "$NM" && NM=nm
6211
6212
6213
6214
6215
6216
6217{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6218$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6219if test "${lt_cv_nm_interface+set}" = set; then :
6220 $as_echo_n "(cached) " >&6
6221else
6222 lt_cv_nm_interface="BSD nm"
6223 echo "int some_variable = 0;" > conftest.$ac_ext
6224 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6225 (eval "$ac_compile" 2>conftest.err)
6226 cat conftest.err >&5
6227 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6228 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6229 cat conftest.err >&5
6230 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6231 cat conftest.out >&5
6232 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6233 lt_cv_nm_interface="MS dumpbin"
6234 fi
6235 rm -f conftest*
6236fi
6237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6238$as_echo "$lt_cv_nm_interface" >&6; }
6239
6240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6241$as_echo_n "checking whether ln -s works... " >&6; }
6242LN_S=$as_ln_s
6243if test "$LN_S" = "ln -s"; then
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6245$as_echo "yes" >&6; }
6246else
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6248$as_echo "no, using $LN_S" >&6; }
6249fi
6250
6251# find the maximum length of command line arguments
6252{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6253$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6254if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6255 $as_echo_n "(cached) " >&6
6256else
6257 i=0
6258 teststring="ABCD"
6259
6260 case $build_os in
6261 msdosdjgpp*)
6262 # On DJGPP, this test can blow up pretty badly due to problems in libc
6263 # (any single argument exceeding 2000 bytes causes a buffer overrun
6264 # during glob expansion). Even if it were fixed, the result of this
6265 # check would be larger than it should be.
6266 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6267 ;;
6268
6269 gnu*)
6270 # Under GNU Hurd, this test is not required because there is
6271 # no limit to the length of command line arguments.
6272 # Libtool will interpret -1 as no limit whatsoever
6273 lt_cv_sys_max_cmd_len=-1;
6274 ;;
6275
6276 cygwin* | mingw* | cegcc*)
6277 # On Win9x/ME, this test blows up -- it succeeds, but takes
6278 # about 5 minutes as the teststring grows exponentially.
6279 # Worse, since 9x/ME are not pre-emptively multitasking,
6280 # you end up with a "frozen" computer, even though with patience
6281 # the test eventually succeeds (with a max line length of 256k).
6282 # Instead, let's just punt: use the minimum linelength reported by
6283 # all of the supported platforms: 8192 (on NT/2K/XP).
6284 lt_cv_sys_max_cmd_len=8192;
6285 ;;
6286
6287 mint*)
6288 # On MiNT this can take a long time and run out of memory.
6289 lt_cv_sys_max_cmd_len=8192;
6290 ;;
6291
6292 amigaos*)
6293 # On AmigaOS with pdksh, this test takes hours, literally.
6294 # So we just punt and use a minimum line length of 8192.
6295 lt_cv_sys_max_cmd_len=8192;
6296 ;;
6297
6298 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6299 # This has been around since 386BSD, at least. Likely further.
6300 if test -x /sbin/sysctl; then
6301 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6302 elif test -x /usr/sbin/sysctl; then
6303 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6304 else
6305 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6306 fi
6307 # And add a safety zone
6308 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6309 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6310 ;;
6311
6312 interix*)
6313 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6314 lt_cv_sys_max_cmd_len=196608
6315 ;;
6316
6317 osf*)
6318 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6319 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6320 # nice to cause kernel panics so lets avoid the loop below.
6321 # First set a reasonable default.
6322 lt_cv_sys_max_cmd_len=16384
6323 #
6324 if test -x /sbin/sysconfig; then
6325 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6326 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6327 esac
6328 fi
6329 ;;
6330 sco3.2v5*)
6331 lt_cv_sys_max_cmd_len=102400
6332 ;;
6333 sysv5* | sco5v6* | sysv4.2uw2*)
6334 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6335 if test -n "$kargmax"; then
6336 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6337 else
6338 lt_cv_sys_max_cmd_len=32768
6339 fi
6340 ;;
6341 *)
6342 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6343 if test -n "$lt_cv_sys_max_cmd_len"; then
6344 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6345 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6346 else
6347 # Make teststring a little bigger before we do anything with it.
6348 # a 1K string should be a reasonable start.
6349 for i in 1 2 3 4 5 6 7 8 ; do
6350 teststring=$teststring$teststring
6351 done
6352 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6353 # If test is not a shell built-in, we'll probably end up computing a
6354 # maximum length that is only half of the actual maximum length, but
6355 # we can't tell.
6356 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6357 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6358 test $i != 17 # 1/2 MB should be enough
6359 do
6360 i=`expr $i + 1`
6361 teststring=$teststring$teststring
6362 done
6363 # Only check the string length outside the loop.
6364 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6365 teststring=
6366 # Add a significant safety factor because C++ compilers can tack on
6367 # massive amounts of additional arguments before passing them to the
6368 # linker. It appears as though 1/2 is a usable value.
6369 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6370 fi
6371 ;;
6372 esac
6373
6374fi
6375
6376if test -n $lt_cv_sys_max_cmd_len ; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6378$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6379else
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6381$as_echo "none" >&6; }
6382fi
6383max_cmd_len=$lt_cv_sys_max_cmd_len
6384
6385
6386
6387
6388
6389
6390: ${CP="cp -f"}
6391: ${MV="mv -f"}
6392: ${RM="rm -f"}
6393
6394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6395$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6396# Try some XSI features
6397xsi_shell=no
6398( _lt_dummy="a/b/c"
6399 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6400 = c,a/b,, \
6401 && eval 'test $(( 1 + 1 )) -eq 2 \
6402 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6403 && xsi_shell=yes
6404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6405$as_echo "$xsi_shell" >&6; }
6406
6407
6408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6409$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6410lt_shell_append=no
6411( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6412 >/dev/null 2>&1 \
6413 && lt_shell_append=yes
6414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6415$as_echo "$lt_shell_append" >&6; }
6416
6417
6418if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6419 lt_unset=unset
6420else
6421 lt_unset=false
6422fi
6423
6424
6425
6426
6427
6428# test EBCDIC or ASCII
6429case `echo X|tr X '\101'` in
6430 A) # ASCII based system
6431 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6432 lt_SP2NL='tr \040 \012'
6433 lt_NL2SP='tr \015\012 \040\040'
6434 ;;
6435 *) # EBCDIC based system
6436 lt_SP2NL='tr \100 \n'
6437 lt_NL2SP='tr \r\n \100\100'
6438 ;;
6439esac
6440
6441
6442
6443
6444
6445
6446
6447
6448
6449{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6450$as_echo_n "checking for $LD option to reload object files... " >&6; }
6451if test "${lt_cv_ld_reload_flag+set}" = set; then :
6452 $as_echo_n "(cached) " >&6
6453else
6454 lt_cv_ld_reload_flag='-r'
6455fi
6456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6457$as_echo "$lt_cv_ld_reload_flag" >&6; }
6458reload_flag=$lt_cv_ld_reload_flag
6459case $reload_flag in
6460"" | " "*) ;;
6461*) reload_flag=" $reload_flag" ;;
6462esac
6463reload_cmds='$LD$reload_flag -o $output$reload_objs'
6464case $host_os in
6465 darwin*)
6466 if test "$GCC" = yes; then
6467 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6468 else
6469 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6470 fi
6471 ;;
6472esac
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482if test -n "$ac_tool_prefix"; then
6483 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6484set dummy ${ac_tool_prefix}objdump; ac_word=$2
6485{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6486$as_echo_n "checking for $ac_word... " >&6; }
6487if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6488 $as_echo_n "(cached) " >&6
6489else
6490 if test -n "$OBJDUMP"; then
6491 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6492else
6493as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6494for as_dir in $PATH
6495do
6496 IFS=$as_save_IFS
6497 test -z "$as_dir" && as_dir=.
6498 for ac_exec_ext in '' $ac_executable_extensions; do
6499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6500 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6501 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6502 break 2
6503 fi
6504done
6505 done
6506IFS=$as_save_IFS
6507
6508fi
6509fi
6510OBJDUMP=$ac_cv_prog_OBJDUMP
6511if test -n "$OBJDUMP"; then
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6513$as_echo "$OBJDUMP" >&6; }
6514else
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6516$as_echo "no" >&6; }
6517fi
6518
6519
6520fi
6521if test -z "$ac_cv_prog_OBJDUMP"; then
6522 ac_ct_OBJDUMP=$OBJDUMP
6523 # Extract the first word of "objdump", so it can be a program name with args.
6524set dummy objdump; ac_word=$2
6525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6526$as_echo_n "checking for $ac_word... " >&6; }
6527if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6528 $as_echo_n "(cached) " >&6
6529else
6530 if test -n "$ac_ct_OBJDUMP"; then
6531 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6532else
6533as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6534for as_dir in $PATH
6535do
6536 IFS=$as_save_IFS
6537 test -z "$as_dir" && as_dir=.
6538 for ac_exec_ext in '' $ac_executable_extensions; do
6539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6540 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6542 break 2
6543 fi
6544done
6545 done
6546IFS=$as_save_IFS
6547
6548fi
6549fi
6550ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6551if test -n "$ac_ct_OBJDUMP"; then
6552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6553$as_echo "$ac_ct_OBJDUMP" >&6; }
6554else
6555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6556$as_echo "no" >&6; }
6557fi
6558
6559 if test "x$ac_ct_OBJDUMP" = x; then
6560 OBJDUMP="false"
6561 else
6562 case $cross_compiling:$ac_tool_warned in
6563yes:)
6564{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6565$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6566ac_tool_warned=yes ;;
6567esac
6568 OBJDUMP=$ac_ct_OBJDUMP
6569 fi
6570else
6571 OBJDUMP="$ac_cv_prog_OBJDUMP"
6572fi
6573
6574test -z "$OBJDUMP" && OBJDUMP=objdump
6575
6576
6577
6578
6579
6580
6581
6582
6583
6584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6585$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6586if test "${lt_cv_deplibs_check_method+set}" = set; then :
6587 $as_echo_n "(cached) " >&6
6588else
6589 lt_cv_file_magic_cmd='$MAGIC_CMD'
6590lt_cv_file_magic_test_file=
6591lt_cv_deplibs_check_method='unknown'
6592# Need to set the preceding variable on all platforms that support
6593# interlibrary dependencies.
6594# 'none' -- dependencies not supported.
6595# `unknown' -- same as none, but documents that we really don't know.
6596# 'pass_all' -- all dependencies passed with no checks.
6597# 'test_compile' -- check by making test program.
6598# 'file_magic [[regex]]' -- check by looking for files in library path
6599# which responds to the $file_magic_cmd with a given extended regex.
6600# If you have `file' or equivalent on your system and you're not sure
6601# whether `pass_all' will *always* work, you probably want this one.
6602
6603case $host_os in
6604aix[4-9]*)
6605 lt_cv_deplibs_check_method=pass_all
6606 ;;
6607
6608beos*)
6609 lt_cv_deplibs_check_method=pass_all
6610 ;;
6611
6612bsdi[45]*)
6613 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6614 lt_cv_file_magic_cmd='/usr/bin/file -L'
6615 lt_cv_file_magic_test_file=/shlib/libc.so
6616 ;;
6617
6618cygwin*)
6619 # func_win32_libid is a shell function defined in ltmain.sh
6620 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6621 lt_cv_file_magic_cmd='func_win32_libid'
6622 ;;
6623
6624mingw* | pw32*)
6625 # Base MSYS/MinGW do not provide the 'file' command needed by
6626 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6627 # unless we find 'file', for example because we are cross-compiling.
6628 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6629 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6630 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6631 lt_cv_file_magic_cmd='func_win32_libid'
6632 else
6633 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6634 lt_cv_file_magic_cmd='$OBJDUMP -f'
6635 fi
6636 ;;
6637
6638cegcc*)
6639 # use the weaker test based on 'objdump'. See mingw*.
6640 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6641 lt_cv_file_magic_cmd='$OBJDUMP -f'
6642 ;;
6643
6644darwin* | rhapsody*)
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647
6648freebsd* | dragonfly*)
6649 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6650 case $host_cpu in
6651 i*86 )
6652 # Not sure whether the presence of OpenBSD here was a mistake.
6653 # Let's accept both of them until this is cleared up.
6654 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6655 lt_cv_file_magic_cmd=/usr/bin/file
6656 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6657 ;;
6658 esac
6659 else
6660 lt_cv_deplibs_check_method=pass_all
6661 fi
6662 ;;
6663
6664gnu*)
6665 lt_cv_deplibs_check_method=pass_all
6666 ;;
6667
6668haiku*)
6669 lt_cv_deplibs_check_method=pass_all
6670 ;;
6671
6672hpux10.20* | hpux11*)
6673 lt_cv_file_magic_cmd=/usr/bin/file
6674 case $host_cpu in
6675 ia64*)
6676 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6677 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6678 ;;
6679 hppa*64*)
6680 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]'
6681 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6682 ;;
6683 *)
6684 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6685 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6686 ;;
6687 esac
6688 ;;
6689
6690interix[3-9]*)
6691 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6692 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6693 ;;
6694
6695irix5* | irix6* | nonstopux*)
6696 case $LD in
6697 *-32|*"-32 ") libmagic=32-bit;;
6698 *-n32|*"-n32 ") libmagic=N32;;
6699 *-64|*"-64 ") libmagic=64-bit;;
6700 *) libmagic=never-match;;
6701 esac
6702 lt_cv_deplibs_check_method=pass_all
6703 ;;
6704
6705# This must be Linux ELF.
6706linux* | k*bsd*-gnu | kopensolaris*-gnu)
6707 lt_cv_deplibs_check_method=pass_all
6708 ;;
6709
6710netbsd*)
6711 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6712 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6713 else
6714 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6715 fi
6716 ;;
6717
6718newos6*)
6719 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6720 lt_cv_file_magic_cmd=/usr/bin/file
6721 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6722 ;;
6723
6724*nto* | *qnx*)
6725 lt_cv_deplibs_check_method=pass_all
6726 ;;
6727
6728openbsd*)
6729 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6730 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6731 else
6732 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6733 fi
6734 ;;
6735
6736osf3* | osf4* | osf5*)
6737 lt_cv_deplibs_check_method=pass_all
6738 ;;
6739
6740rdos*)
6741 lt_cv_deplibs_check_method=pass_all
6742 ;;
6743
6744solaris*)
6745 lt_cv_deplibs_check_method=pass_all
6746 ;;
6747
6748sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6749 lt_cv_deplibs_check_method=pass_all
6750 ;;
6751
6752sysv4 | sysv4.3*)
6753 case $host_vendor in
6754 motorola)
6755 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]'
6756 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6757 ;;
6758 ncr)
6759 lt_cv_deplibs_check_method=pass_all
6760 ;;
6761 sequent)
6762 lt_cv_file_magic_cmd='/bin/file'
6763 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6764 ;;
6765 sni)
6766 lt_cv_file_magic_cmd='/bin/file'
6767 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6768 lt_cv_file_magic_test_file=/lib/libc.so
6769 ;;
6770 siemens)
6771 lt_cv_deplibs_check_method=pass_all
6772 ;;
6773 pc)
6774 lt_cv_deplibs_check_method=pass_all
6775 ;;
6776 esac
6777 ;;
6778
6779tpf*)
6780 lt_cv_deplibs_check_method=pass_all
6781 ;;
6782esac
6783
6784fi
6785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6786$as_echo "$lt_cv_deplibs_check_method" >&6; }
6787file_magic_cmd=$lt_cv_file_magic_cmd
6788deplibs_check_method=$lt_cv_deplibs_check_method
6789test -z "$deplibs_check_method" && deplibs_check_method=unknown
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802if test -n "$ac_tool_prefix"; then
6803 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6804set dummy ${ac_tool_prefix}ar; ac_word=$2
6805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6806$as_echo_n "checking for $ac_word... " >&6; }
6807if test "${ac_cv_prog_AR+set}" = set; then :
6808 $as_echo_n "(cached) " >&6
6809else
6810 if test -n "$AR"; then
6811 ac_cv_prog_AR="$AR" # Let the user override the test.
6812else
6813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6814for as_dir in $PATH
6815do
6816 IFS=$as_save_IFS
6817 test -z "$as_dir" && as_dir=.
6818 for ac_exec_ext in '' $ac_executable_extensions; do
6819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6820 ac_cv_prog_AR="${ac_tool_prefix}ar"
6821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6822 break 2
6823 fi
6824done
6825 done
6826IFS=$as_save_IFS
6827
6828fi
6829fi
6830AR=$ac_cv_prog_AR
6831if test -n "$AR"; then
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6833$as_echo "$AR" >&6; }
6834else
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6836$as_echo "no" >&6; }
6837fi
6838
6839
6840fi
6841if test -z "$ac_cv_prog_AR"; then
6842 ac_ct_AR=$AR
6843 # Extract the first word of "ar", so it can be a program name with args.
6844set dummy ar; ac_word=$2
6845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846$as_echo_n "checking for $ac_word... " >&6; }
6847if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6848 $as_echo_n "(cached) " >&6
6849else
6850 if test -n "$ac_ct_AR"; then
6851 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6852else
6853as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854for as_dir in $PATH
6855do
6856 IFS=$as_save_IFS
6857 test -z "$as_dir" && as_dir=.
6858 for ac_exec_ext in '' $ac_executable_extensions; do
6859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6860 ac_cv_prog_ac_ct_AR="ar"
6861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862 break 2
6863 fi
6864done
6865 done
6866IFS=$as_save_IFS
6867
6868fi
6869fi
6870ac_ct_AR=$ac_cv_prog_ac_ct_AR
6871if test -n "$ac_ct_AR"; then
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6873$as_echo "$ac_ct_AR" >&6; }
6874else
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876$as_echo "no" >&6; }
6877fi
6878
6879 if test "x$ac_ct_AR" = x; then
6880 AR="false"
6881 else
6882 case $cross_compiling:$ac_tool_warned in
6883yes:)
6884{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6885$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6886ac_tool_warned=yes ;;
6887esac
6888 AR=$ac_ct_AR
6889 fi
6890else
6891 AR="$ac_cv_prog_AR"
6892fi
6893
6894test -z "$AR" && AR=ar
6895test -z "$AR_FLAGS" && AR_FLAGS=cru
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907if test -n "$ac_tool_prefix"; then
6908 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6909set dummy ${ac_tool_prefix}strip; ac_word=$2
6910{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6911$as_echo_n "checking for $ac_word... " >&6; }
6912if test "${ac_cv_prog_STRIP+set}" = set; then :
6913 $as_echo_n "(cached) " >&6
6914else
6915 if test -n "$STRIP"; then
6916 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6917else
6918as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6919for as_dir in $PATH
6920do
6921 IFS=$as_save_IFS
6922 test -z "$as_dir" && as_dir=.
6923 for ac_exec_ext in '' $ac_executable_extensions; do
6924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6925 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6926 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6927 break 2
6928 fi
6929done
6930 done
6931IFS=$as_save_IFS
6932
6933fi
6934fi
6935STRIP=$ac_cv_prog_STRIP
6936if test -n "$STRIP"; then
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6938$as_echo "$STRIP" >&6; }
6939else
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6941$as_echo "no" >&6; }
6942fi
6943
6944
6945fi
6946if test -z "$ac_cv_prog_STRIP"; then
6947 ac_ct_STRIP=$STRIP
6948 # Extract the first word of "strip", so it can be a program name with args.
6949set dummy strip; ac_word=$2
6950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6951$as_echo_n "checking for $ac_word... " >&6; }
6952if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6953 $as_echo_n "(cached) " >&6
6954else
6955 if test -n "$ac_ct_STRIP"; then
6956 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6957else
6958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959for as_dir in $PATH
6960do
6961 IFS=$as_save_IFS
6962 test -z "$as_dir" && as_dir=.
6963 for ac_exec_ext in '' $ac_executable_extensions; do
6964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6965 ac_cv_prog_ac_ct_STRIP="strip"
6966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967 break 2
6968 fi
6969done
6970 done
6971IFS=$as_save_IFS
6972
6973fi
6974fi
6975ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6976if test -n "$ac_ct_STRIP"; then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6978$as_echo "$ac_ct_STRIP" >&6; }
6979else
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981$as_echo "no" >&6; }
6982fi
6983
6984 if test "x$ac_ct_STRIP" = x; then
6985 STRIP=":"
6986 else
6987 case $cross_compiling:$ac_tool_warned in
6988yes:)
6989{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6990$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6991ac_tool_warned=yes ;;
6992esac
6993 STRIP=$ac_ct_STRIP
6994 fi
6995else
6996 STRIP="$ac_cv_prog_STRIP"
6997fi
6998
6999test -z "$STRIP" && STRIP=:
7000
7001
7002
7003
7004
7005
7006if test -n "$ac_tool_prefix"; then
7007 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7008set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7009{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7010$as_echo_n "checking for $ac_word... " >&6; }
7011if test "${ac_cv_prog_RANLIB+set}" = set; then :
7012 $as_echo_n "(cached) " >&6
7013else
7014 if test -n "$RANLIB"; then
7015 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7016else
7017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018for as_dir in $PATH
7019do
7020 IFS=$as_save_IFS
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
7023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7025 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7026 break 2
7027 fi
7028done
7029 done
7030IFS=$as_save_IFS
7031
7032fi
7033fi
7034RANLIB=$ac_cv_prog_RANLIB
7035if test -n "$RANLIB"; then
7036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7037$as_echo "$RANLIB" >&6; }
7038else
7039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7040$as_echo "no" >&6; }
7041fi
7042
7043
7044fi
7045if test -z "$ac_cv_prog_RANLIB"; then
7046 ac_ct_RANLIB=$RANLIB
7047 # Extract the first word of "ranlib", so it can be a program name with args.
7048set dummy ranlib; ac_word=$2
7049{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7050$as_echo_n "checking for $ac_word... " >&6; }
7051if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
7052 $as_echo_n "(cached) " >&6
7053else
7054 if test -n "$ac_ct_RANLIB"; then
7055 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7056else
7057as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7058for as_dir in $PATH
7059do
7060 IFS=$as_save_IFS
7061 test -z "$as_dir" && as_dir=.
7062 for ac_exec_ext in '' $ac_executable_extensions; do
7063 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7064 ac_cv_prog_ac_ct_RANLIB="ranlib"
7065 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7066 break 2
7067 fi
7068done
7069 done
7070IFS=$as_save_IFS
7071
7072fi
7073fi
7074ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7075if test -n "$ac_ct_RANLIB"; then
7076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7077$as_echo "$ac_ct_RANLIB" >&6; }
7078else
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080$as_echo "no" >&6; }
7081fi
7082
7083 if test "x$ac_ct_RANLIB" = x; then
7084 RANLIB=":"
7085 else
7086 case $cross_compiling:$ac_tool_warned in
7087yes:)
7088{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7089$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7090ac_tool_warned=yes ;;
7091esac
7092 RANLIB=$ac_ct_RANLIB
7093 fi
7094else
7095 RANLIB="$ac_cv_prog_RANLIB"
7096fi
7097
7098test -z "$RANLIB" && RANLIB=:
7099
7100
7101
7102
7103
7104
7105# Determine commands to create old-style static archives.
7106old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7107old_postinstall_cmds='chmod 644 $oldlib'
7108old_postuninstall_cmds=
7109
7110if test -n "$RANLIB"; then
7111 case $host_os in
7112 openbsd*)
7113 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7114 ;;
7115 *)
7116 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7117 ;;
7118 esac
7119 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7120fi
7121
7122case $host_os in
7123 darwin*)
7124 lock_old_archive_extraction=yes ;;
7125 *)
7126 lock_old_archive_extraction=no ;;
7127esac
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149for ac_prog in gawk mawk nawk awk
7150do
7151 # Extract the first word of "$ac_prog", so it can be a program name with args.
7152set dummy $ac_prog; ac_word=$2
7153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7154$as_echo_n "checking for $ac_word... " >&6; }
7155if test "${ac_cv_prog_AWK+set}" = set; then :
7156 $as_echo_n "(cached) " >&6
7157else
7158 if test -n "$AWK"; then
7159 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7160else
7161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7162for as_dir in $PATH
7163do
7164 IFS=$as_save_IFS
7165 test -z "$as_dir" && as_dir=.
7166 for ac_exec_ext in '' $ac_executable_extensions; do
7167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7168 ac_cv_prog_AWK="$ac_prog"
7169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7170 break 2
7171 fi
7172done
7173 done
7174IFS=$as_save_IFS
7175
7176fi
7177fi
7178AWK=$ac_cv_prog_AWK
7179if test -n "$AWK"; then
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7181$as_echo "$AWK" >&6; }
7182else
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7184$as_echo "no" >&6; }
7185fi
7186
7187
7188 test -n "$AWK" && break
7189done
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209# If no C compiler was specified, use CC.
7210LTCC=${LTCC-"$CC"}
7211
7212# If no C compiler flags were specified, use CFLAGS.
7213LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7214
7215# Allow CC to be a program name with arguments.
7216compiler=$CC
7217
7218
7219# Check for command to grab the raw symbol name followed by C symbol from nm.
7220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7221$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7222if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7223 $as_echo_n "(cached) " >&6
7224else
7225
7226# These are sane defaults that work on at least a few old systems.
7227# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7228
7229# Character class describing NM global symbol codes.
7230symcode='[BCDEGRST]'
7231
7232# Regexp to match symbols that can be accessed directly from C.
7233sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7234
7235# Define system-specific variables.
7236case $host_os in
7237aix*)
7238 symcode='[BCDT]'
7239 ;;
7240cygwin* | mingw* | pw32* | cegcc*)
7241 symcode='[ABCDGISTW]'
7242 ;;
7243hpux*)
7244 if test "$host_cpu" = ia64; then
7245 symcode='[ABCDEGRST]'
7246 fi
7247 ;;
7248irix* | nonstopux*)
7249 symcode='[BCDEGRST]'
7250 ;;
7251osf*)
7252 symcode='[BCDEGQRST]'
7253 ;;
7254solaris*)
7255 symcode='[BDRT]'
7256 ;;
7257sco3.2v5*)
7258 symcode='[DT]'
7259 ;;
7260sysv4.2uw2*)
7261 symcode='[DT]'
7262 ;;
7263sysv5* | sco5v6* | unixware* | OpenUNIX*)
7264 symcode='[ABDT]'
7265 ;;
7266sysv4)
7267 symcode='[DFNSTU]'
7268 ;;
7269esac
7270
7271# If we're using GNU nm, then use its standard symbol codes.
7272case `$NM -V 2>&1` in
7273*GNU* | *'with BFD'*)
7274 symcode='[ABCDGIRSTW]' ;;
7275esac
7276
7277# Transform an extracted symbol line into a proper C declaration.
7278# Some systems (esp. on ia64) link data and code symbols differently,
7279# so use this general approach.
7280lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7281
7282# Transform an extracted symbol line into symbol name and symbol address
7283lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7284lt_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'"
7285
7286# Handle CRLF in mingw tool chain
7287opt_cr=
7288case $build_os in
7289mingw*)
7290 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7291 ;;
7292esac
7293
7294# Try without a prefix underscore, then with it.
7295for ac_symprfx in "" "_"; do
7296
7297 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7298 symxfrm="\\1 $ac_symprfx\\2 \\2"
7299
7300 # Write the raw and C identifiers.
7301 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7302 # Fake it for dumpbin and say T for any non-static function
7303 # and D for any global variable.
7304 # Also find C++ and __fastcall symbols from MSVC++,
7305 # which start with @ or ?.
7306 lt_cv_sys_global_symbol_pipe="$AWK '"\
7307" {last_section=section; section=\$ 3};"\
7308" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7309" \$ 0!~/External *\|/{next};"\
7310" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7311" {if(hide[section]) next};"\
7312" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7313" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7314" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7315" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7316" ' prfx=^$ac_symprfx"
7317 else
7318 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7319 fi
7320
7321 # Check to see that the pipe works correctly.
7322 pipe_works=no
7323
7324 rm -f conftest*
7325 cat > conftest.$ac_ext <<_LT_EOF
7326#ifdef __cplusplus
7327extern "C" {
7328#endif
7329char nm_test_var;
7330void nm_test_func(void);
7331void nm_test_func(void){}
7332#ifdef __cplusplus
7333}
7334#endif
7335int main(){nm_test_var='a';nm_test_func();return(0);}
7336_LT_EOF
7337
7338 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7339 (eval $ac_compile) 2>&5
7340 ac_status=$?
7341 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7342 test $ac_status = 0; }; then
7343 # Now try to grab the symbols.
7344 nlist=conftest.nm
7345 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7346 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7347 ac_status=$?
7348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349 test $ac_status = 0; } && test -s "$nlist"; then
7350 # Try sorting and uniquifying the output.
7351 if sort "$nlist" | uniq > "$nlist"T; then
7352 mv -f "$nlist"T "$nlist"
7353 else
7354 rm -f "$nlist"T
7355 fi
7356
7357 # Make sure that we snagged all the symbols we need.
7358 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7359 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7360 cat <<_LT_EOF > conftest.$ac_ext
7361#ifdef __cplusplus
7362extern "C" {
7363#endif
7364
7365_LT_EOF
7366 # Now generate the symbol file.
7367 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7368
7369 cat <<_LT_EOF >> conftest.$ac_ext
7370
7371/* The mapping between symbol names and symbols. */
7372const struct {
7373 const char *name;
7374 void *address;
7375}
7376lt__PROGRAM__LTX_preloaded_symbols[] =
7377{
7378 { "@PROGRAM@", (void *) 0 },
7379_LT_EOF
7380 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7381 cat <<\_LT_EOF >> conftest.$ac_ext
7382 {0, (void *) 0}
7383};
7384
7385/* This works around a problem in FreeBSD linker */
7386#ifdef FREEBSD_WORKAROUND
7387static const void *lt_preloaded_setup() {
7388 return lt__PROGRAM__LTX_preloaded_symbols;
7389}
7390#endif
7391
7392#ifdef __cplusplus
7393}
7394#endif
7395_LT_EOF
7396 # Now try linking the two files.
7397 mv conftest.$ac_objext conftstm.$ac_objext
7398 lt_save_LIBS="$LIBS"
7399 lt_save_CFLAGS="$CFLAGS"
7400 LIBS="conftstm.$ac_objext"
7401 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7402 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7403 (eval $ac_link) 2>&5
7404 ac_status=$?
7405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7406 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7407 pipe_works=yes
7408 fi
7409 LIBS="$lt_save_LIBS"
7410 CFLAGS="$lt_save_CFLAGS"
7411 else
7412 echo "cannot find nm_test_func in $nlist" >&5
7413 fi
7414 else
7415 echo "cannot find nm_test_var in $nlist" >&5
7416 fi
7417 else
7418 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7419 fi
7420 else
7421 echo "$progname: failed program was:" >&5
7422 cat conftest.$ac_ext >&5
7423 fi
7424 rm -rf conftest* conftst*
7425
7426 # Do not use the global_symbol_pipe unless it works.
7427 if test "$pipe_works" = yes; then
7428 break
7429 else
7430 lt_cv_sys_global_symbol_pipe=
7431 fi
7432done
7433
7434fi
7435
7436if test -z "$lt_cv_sys_global_symbol_pipe"; then
7437 lt_cv_sys_global_symbol_to_cdecl=
7438fi
7439if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7441$as_echo "failed" >&6; }
7442else
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7444$as_echo "ok" >&6; }
7445fi
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468# Check whether --enable-libtool-lock was given.
7469if test "${enable_libtool_lock+set}" = set; then :
7470 enableval=$enable_libtool_lock;
7471fi
7472
7473test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7474
7475# Some flags need to be propagated to the compiler or linker for good
7476# libtool support.
7477case $host in
7478ia64-*-hpux*)
7479 # Find out which ABI we are using.
7480 echo 'int i;' > conftest.$ac_ext
7481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7482 (eval $ac_compile) 2>&5
7483 ac_status=$?
7484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7485 test $ac_status = 0; }; then
7486 case `/usr/bin/file conftest.$ac_objext` in
7487 *ELF-32*)
7488 HPUX_IA64_MODE="32"
7489 ;;
7490 *ELF-64*)
7491 HPUX_IA64_MODE="64"
7492 ;;
7493 esac
7494 fi
7495 rm -rf conftest*
7496 ;;
7497*-*-irix6*)
7498 # Find out which ABI we are using.
7499 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7500 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7501 (eval $ac_compile) 2>&5
7502 ac_status=$?
7503 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7504 test $ac_status = 0; }; then
7505 if test "$lt_cv_prog_gnu_ld" = yes; then
7506 case `/usr/bin/file conftest.$ac_objext` in
7507 *32-bit*)
7508 LD="${LD-ld} -melf32bsmip"
7509 ;;
7510 *N32*)
7511 LD="${LD-ld} -melf32bmipn32"
7512 ;;
7513 *64-bit*)
7514 LD="${LD-ld} -melf64bmip"
7515 ;;
7516 esac
7517 else
7518 case `/usr/bin/file conftest.$ac_objext` in
7519 *32-bit*)
7520 LD="${LD-ld} -32"
7521 ;;
7522 *N32*)
7523 LD="${LD-ld} -n32"
7524 ;;
7525 *64-bit*)
7526 LD="${LD-ld} -64"
7527 ;;
7528 esac
7529 fi
7530 fi
7531 rm -rf conftest*
7532 ;;
7533
bf3d9781 7534x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7535s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7536 # Find out which ABI we are using.
7537 echo 'int i;' > conftest.$ac_ext
7538 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7539 (eval $ac_compile) 2>&5
7540 ac_status=$?
7541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7542 test $ac_status = 0; }; then
7543 case `/usr/bin/file conftest.o` in
7544 *32-bit*)
7545 case $host in
7546 x86_64-*kfreebsd*-gnu)
7547 LD="${LD-ld} -m elf_i386_fbsd"
7548 ;;
7549 x86_64-*linux*)
7550 case `/usr/bin/file conftest.o` in
7551 *x86-64*)
7552 LD="${LD-ld} -m elf32_x86_64"
7553 ;;
7554 *)
7555 LD="${LD-ld} -m elf_i386"
7556 ;;
7557 esac
7558 ;;
bf3d9781
AM
7559 powerpc64le-*linux*)
7560 LD="${LD-ld} -m elf32lppclinux"
7561 ;;
7562 powerpc64-*linux*)
6bb11ab3
L
7563 LD="${LD-ld} -m elf32ppclinux"
7564 ;;
7565 s390x-*linux*)
7566 LD="${LD-ld} -m elf_s390"
7567 ;;
7568 sparc64-*linux*)
7569 LD="${LD-ld} -m elf32_sparc"
7570 ;;
7571 esac
7572 ;;
7573 *64-bit*)
7574 case $host in
7575 x86_64-*kfreebsd*-gnu)
7576 LD="${LD-ld} -m elf_x86_64_fbsd"
7577 ;;
7578 x86_64-*linux*)
7579 LD="${LD-ld} -m elf_x86_64"
7580 ;;
bf3d9781
AM
7581 powerpcle-*linux*)
7582 LD="${LD-ld} -m elf64lppc"
7583 ;;
7584 powerpc-*linux*)
6bb11ab3
L
7585 LD="${LD-ld} -m elf64ppc"
7586 ;;
7587 s390*-*linux*|s390*-*tpf*)
7588 LD="${LD-ld} -m elf64_s390"
7589 ;;
7590 sparc*-*linux*)
7591 LD="${LD-ld} -m elf64_sparc"
7592 ;;
7593 esac
7594 ;;
7595 esac
7596 fi
7597 rm -rf conftest*
7598 ;;
7599
7600*-*-sco3.2v5*)
7601 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7602 SAVE_CFLAGS="$CFLAGS"
7603 CFLAGS="$CFLAGS -belf"
7604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7605$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7606if test "${lt_cv_cc_needs_belf+set}" = set; then :
7607 $as_echo_n "(cached) " >&6
7608else
7609 ac_ext=c
7610ac_cpp='$CPP $CPPFLAGS'
7611ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7612ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7613ac_compiler_gnu=$ac_cv_c_compiler_gnu
7614
7615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7616/* end confdefs.h. */
7617
7618int
7619main ()
7620{
7621
7622 ;
7623 return 0;
7624}
7625_ACEOF
7626if ac_fn_c_try_link "$LINENO"; then :
7627 lt_cv_cc_needs_belf=yes
7628else
7629 lt_cv_cc_needs_belf=no
7630fi
7631rm -f core conftest.err conftest.$ac_objext \
7632 conftest$ac_exeext conftest.$ac_ext
7633 ac_ext=c
7634ac_cpp='$CPP $CPPFLAGS'
7635ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7636ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7637ac_compiler_gnu=$ac_cv_c_compiler_gnu
7638
7639fi
7640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7641$as_echo "$lt_cv_cc_needs_belf" >&6; }
7642 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7643 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7644 CFLAGS="$SAVE_CFLAGS"
7645 fi
7646 ;;
7647sparc*-*solaris*)
7648 # Find out which ABI we are using.
7649 echo 'int i;' > conftest.$ac_ext
7650 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7651 (eval $ac_compile) 2>&5
7652 ac_status=$?
7653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7654 test $ac_status = 0; }; then
7655 case `/usr/bin/file conftest.o` in
7656 *64-bit*)
7657 case $lt_cv_prog_gnu_ld in
7658 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7659 *)
7660 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7661 LD="${LD-ld} -64"
7662 fi
7663 ;;
7664 esac
7665 ;;
7666 esac
7667 fi
7668 rm -rf conftest*
7669 ;;
7670esac
7671
7672need_locks="$enable_libtool_lock"
7673
7674
7675 case $host_os in
7676 rhapsody* | darwin*)
7677 if test -n "$ac_tool_prefix"; then
7678 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7679set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7680{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7681$as_echo_n "checking for $ac_word... " >&6; }
7682if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7683 $as_echo_n "(cached) " >&6
7684else
7685 if test -n "$DSYMUTIL"; then
7686 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7687else
7688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7689for as_dir in $PATH
7690do
7691 IFS=$as_save_IFS
7692 test -z "$as_dir" && as_dir=.
7693 for ac_exec_ext in '' $ac_executable_extensions; do
7694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7697 break 2
7698 fi
7699done
7700 done
7701IFS=$as_save_IFS
7702
7703fi
7704fi
7705DSYMUTIL=$ac_cv_prog_DSYMUTIL
7706if test -n "$DSYMUTIL"; then
7707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7708$as_echo "$DSYMUTIL" >&6; }
7709else
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7711$as_echo "no" >&6; }
7712fi
7713
7714
7715fi
7716if test -z "$ac_cv_prog_DSYMUTIL"; then
7717 ac_ct_DSYMUTIL=$DSYMUTIL
7718 # Extract the first word of "dsymutil", so it can be a program name with args.
7719set dummy dsymutil; ac_word=$2
7720{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7721$as_echo_n "checking for $ac_word... " >&6; }
7722if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7723 $as_echo_n "(cached) " >&6
7724else
7725 if test -n "$ac_ct_DSYMUTIL"; then
7726 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7727else
7728as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7729for as_dir in $PATH
7730do
7731 IFS=$as_save_IFS
7732 test -z "$as_dir" && as_dir=.
7733 for ac_exec_ext in '' $ac_executable_extensions; do
7734 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7735 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7737 break 2
7738 fi
7739done
7740 done
7741IFS=$as_save_IFS
7742
7743fi
7744fi
7745ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7746if test -n "$ac_ct_DSYMUTIL"; then
7747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7748$as_echo "$ac_ct_DSYMUTIL" >&6; }
7749else
7750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7751$as_echo "no" >&6; }
7752fi
7753
7754 if test "x$ac_ct_DSYMUTIL" = x; then
7755 DSYMUTIL=":"
7756 else
7757 case $cross_compiling:$ac_tool_warned in
7758yes:)
7759{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7760$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7761ac_tool_warned=yes ;;
7762esac
7763 DSYMUTIL=$ac_ct_DSYMUTIL
7764 fi
7765else
7766 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7767fi
7768
7769 if test -n "$ac_tool_prefix"; then
7770 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7771set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773$as_echo_n "checking for $ac_word... " >&6; }
7774if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7775 $as_echo_n "(cached) " >&6
7776else
7777 if test -n "$NMEDIT"; then
7778 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7779else
7780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781for as_dir in $PATH
7782do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
7785 for ac_exec_ext in '' $ac_executable_extensions; do
7786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7787 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789 break 2
7790 fi
7791done
7792 done
7793IFS=$as_save_IFS
7794
7795fi
7796fi
7797NMEDIT=$ac_cv_prog_NMEDIT
7798if test -n "$NMEDIT"; then
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7800$as_echo "$NMEDIT" >&6; }
7801else
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803$as_echo "no" >&6; }
7804fi
7805
7806
7807fi
7808if test -z "$ac_cv_prog_NMEDIT"; then
7809 ac_ct_NMEDIT=$NMEDIT
7810 # Extract the first word of "nmedit", so it can be a program name with args.
7811set dummy nmedit; ac_word=$2
7812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7813$as_echo_n "checking for $ac_word... " >&6; }
7814if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7815 $as_echo_n "(cached) " >&6
7816else
7817 if test -n "$ac_ct_NMEDIT"; then
7818 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7819else
7820as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7821for as_dir in $PATH
7822do
7823 IFS=$as_save_IFS
7824 test -z "$as_dir" && as_dir=.
7825 for ac_exec_ext in '' $ac_executable_extensions; do
7826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7827 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7829 break 2
7830 fi
7831done
7832 done
7833IFS=$as_save_IFS
7834
7835fi
7836fi
7837ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7838if test -n "$ac_ct_NMEDIT"; then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7840$as_echo "$ac_ct_NMEDIT" >&6; }
7841else
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7843$as_echo "no" >&6; }
7844fi
7845
7846 if test "x$ac_ct_NMEDIT" = x; then
7847 NMEDIT=":"
7848 else
7849 case $cross_compiling:$ac_tool_warned in
7850yes:)
7851{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7852$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7853ac_tool_warned=yes ;;
7854esac
7855 NMEDIT=$ac_ct_NMEDIT
7856 fi
7857else
7858 NMEDIT="$ac_cv_prog_NMEDIT"
7859fi
7860
7861 if test -n "$ac_tool_prefix"; then
7862 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7863set dummy ${ac_tool_prefix}lipo; ac_word=$2
7864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865$as_echo_n "checking for $ac_word... " >&6; }
7866if test "${ac_cv_prog_LIPO+set}" = set; then :
7867 $as_echo_n "(cached) " >&6
7868else
7869 if test -n "$LIPO"; then
7870 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7871else
7872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873for as_dir in $PATH
7874do
7875 IFS=$as_save_IFS
7876 test -z "$as_dir" && as_dir=.
7877 for ac_exec_ext in '' $ac_executable_extensions; do
7878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7879 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881 break 2
7882 fi
7883done
7884 done
7885IFS=$as_save_IFS
7886
7887fi
7888fi
7889LIPO=$ac_cv_prog_LIPO
7890if test -n "$LIPO"; then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7892$as_echo "$LIPO" >&6; }
7893else
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895$as_echo "no" >&6; }
7896fi
7897
7898
7899fi
7900if test -z "$ac_cv_prog_LIPO"; then
7901 ac_ct_LIPO=$LIPO
7902 # Extract the first word of "lipo", so it can be a program name with args.
7903set dummy lipo; ac_word=$2
7904{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7905$as_echo_n "checking for $ac_word... " >&6; }
7906if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7907 $as_echo_n "(cached) " >&6
7908else
7909 if test -n "$ac_ct_LIPO"; then
7910 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7911else
7912as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7913for as_dir in $PATH
7914do
7915 IFS=$as_save_IFS
7916 test -z "$as_dir" && as_dir=.
7917 for ac_exec_ext in '' $ac_executable_extensions; do
7918 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7919 ac_cv_prog_ac_ct_LIPO="lipo"
7920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7921 break 2
7922 fi
7923done
7924 done
7925IFS=$as_save_IFS
7926
7927fi
7928fi
7929ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7930if test -n "$ac_ct_LIPO"; then
7931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7932$as_echo "$ac_ct_LIPO" >&6; }
7933else
7934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7935$as_echo "no" >&6; }
7936fi
7937
7938 if test "x$ac_ct_LIPO" = x; then
7939 LIPO=":"
7940 else
7941 case $cross_compiling:$ac_tool_warned in
7942yes:)
7943{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7944$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7945ac_tool_warned=yes ;;
7946esac
7947 LIPO=$ac_ct_LIPO
7948 fi
7949else
7950 LIPO="$ac_cv_prog_LIPO"
7951fi
7952
7953 if test -n "$ac_tool_prefix"; then
7954 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7955set dummy ${ac_tool_prefix}otool; ac_word=$2
7956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7957$as_echo_n "checking for $ac_word... " >&6; }
7958if test "${ac_cv_prog_OTOOL+set}" = set; then :
7959 $as_echo_n "(cached) " >&6
7960else
7961 if test -n "$OTOOL"; then
7962 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7963else
7964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965for as_dir in $PATH
7966do
7967 IFS=$as_save_IFS
7968 test -z "$as_dir" && as_dir=.
7969 for ac_exec_ext in '' $ac_executable_extensions; do
7970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7971 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973 break 2
7974 fi
7975done
7976 done
7977IFS=$as_save_IFS
7978
7979fi
7980fi
7981OTOOL=$ac_cv_prog_OTOOL
7982if test -n "$OTOOL"; then
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7984$as_echo "$OTOOL" >&6; }
7985else
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7987$as_echo "no" >&6; }
7988fi
7989
7990
7991fi
7992if test -z "$ac_cv_prog_OTOOL"; then
7993 ac_ct_OTOOL=$OTOOL
7994 # Extract the first word of "otool", so it can be a program name with args.
7995set dummy otool; ac_word=$2
7996{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7997$as_echo_n "checking for $ac_word... " >&6; }
7998if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7999 $as_echo_n "(cached) " >&6
8000else
8001 if test -n "$ac_ct_OTOOL"; then
8002 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8003else
8004as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8005for as_dir in $PATH
8006do
8007 IFS=$as_save_IFS
8008 test -z "$as_dir" && as_dir=.
8009 for ac_exec_ext in '' $ac_executable_extensions; do
8010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8011 ac_cv_prog_ac_ct_OTOOL="otool"
8012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8013 break 2
8014 fi
8015done
8016 done
8017IFS=$as_save_IFS
8018
8019fi
8020fi
8021ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8022if test -n "$ac_ct_OTOOL"; then
8023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8024$as_echo "$ac_ct_OTOOL" >&6; }
8025else
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8027$as_echo "no" >&6; }
8028fi
8029
8030 if test "x$ac_ct_OTOOL" = x; then
8031 OTOOL=":"
8032 else
8033 case $cross_compiling:$ac_tool_warned in
8034yes:)
8035{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8036$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8037ac_tool_warned=yes ;;
8038esac
8039 OTOOL=$ac_ct_OTOOL
8040 fi
8041else
8042 OTOOL="$ac_cv_prog_OTOOL"
8043fi
8044
8045 if test -n "$ac_tool_prefix"; then
8046 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8047set dummy ${ac_tool_prefix}otool64; ac_word=$2
8048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8049$as_echo_n "checking for $ac_word... " >&6; }
8050if test "${ac_cv_prog_OTOOL64+set}" = set; then :
8051 $as_echo_n "(cached) " >&6
8052else
8053 if test -n "$OTOOL64"; then
8054 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8055else
8056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8057for as_dir in $PATH
8058do
8059 IFS=$as_save_IFS
8060 test -z "$as_dir" && as_dir=.
8061 for ac_exec_ext in '' $ac_executable_extensions; do
8062 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8063 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8065 break 2
8066 fi
8067done
8068 done
8069IFS=$as_save_IFS
8070
8071fi
8072fi
8073OTOOL64=$ac_cv_prog_OTOOL64
8074if test -n "$OTOOL64"; then
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8076$as_echo "$OTOOL64" >&6; }
8077else
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079$as_echo "no" >&6; }
8080fi
8081
8082
8083fi
8084if test -z "$ac_cv_prog_OTOOL64"; then
8085 ac_ct_OTOOL64=$OTOOL64
8086 # Extract the first word of "otool64", so it can be a program name with args.
8087set dummy otool64; ac_word=$2
8088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8089$as_echo_n "checking for $ac_word... " >&6; }
8090if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8091 $as_echo_n "(cached) " >&6
8092else
8093 if test -n "$ac_ct_OTOOL64"; then
8094 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8095else
8096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8097for as_dir in $PATH
8098do
8099 IFS=$as_save_IFS
8100 test -z "$as_dir" && as_dir=.
8101 for ac_exec_ext in '' $ac_executable_extensions; do
8102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8103 ac_cv_prog_ac_ct_OTOOL64="otool64"
8104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8105 break 2
8106 fi
8107done
8108 done
8109IFS=$as_save_IFS
8110
8111fi
8112fi
8113ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8114if test -n "$ac_ct_OTOOL64"; then
8115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8116$as_echo "$ac_ct_OTOOL64" >&6; }
8117else
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8119$as_echo "no" >&6; }
8120fi
8121
8122 if test "x$ac_ct_OTOOL64" = x; then
8123 OTOOL64=":"
8124 else
8125 case $cross_compiling:$ac_tool_warned in
8126yes:)
8127{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8128$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8129ac_tool_warned=yes ;;
8130esac
8131 OTOOL64=$ac_ct_OTOOL64
8132 fi
8133else
8134 OTOOL64="$ac_cv_prog_OTOOL64"
8135fi
8136
8137
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8164$as_echo_n "checking for -single_module linker flag... " >&6; }
8165if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8166 $as_echo_n "(cached) " >&6
8167else
8168 lt_cv_apple_cc_single_mod=no
8169 if test -z "${LT_MULTI_MODULE}"; then
8170 # By default we will add the -single_module flag. You can override
8171 # by either setting the environment variable LT_MULTI_MODULE
8172 # non-empty at configure time, or by adding -multi_module to the
8173 # link flags.
8174 rm -rf libconftest.dylib*
8175 echo "int foo(void){return 1;}" > conftest.c
8176 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8177-dynamiclib -Wl,-single_module conftest.c" >&5
8178 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8179 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8180 _lt_result=$?
8181 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8182 lt_cv_apple_cc_single_mod=yes
8183 else
8184 cat conftest.err >&5
8185 fi
8186 rm -rf libconftest.dylib*
8187 rm -f conftest.*
8188 fi
8189fi
8190{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8191$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8193$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8194if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8195 $as_echo_n "(cached) " >&6
8196else
8197 lt_cv_ld_exported_symbols_list=no
8198 save_LDFLAGS=$LDFLAGS
8199 echo "_main" > conftest.sym
8200 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8202/* end confdefs.h. */
8203
8204int
8205main ()
8206{
8207
8208 ;
8209 return 0;
8210}
8211_ACEOF
8212if ac_fn_c_try_link "$LINENO"; then :
8213 lt_cv_ld_exported_symbols_list=yes
8214else
8215 lt_cv_ld_exported_symbols_list=no
8216fi
8217rm -f core conftest.err conftest.$ac_objext \
8218 conftest$ac_exeext conftest.$ac_ext
8219 LDFLAGS="$save_LDFLAGS"
8220
8221fi
8222{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8223$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8225$as_echo_n "checking for -force_load linker flag... " >&6; }
8226if test "${lt_cv_ld_force_load+set}" = set; then :
8227 $as_echo_n "(cached) " >&6
8228else
8229 lt_cv_ld_force_load=no
8230 cat > conftest.c << _LT_EOF
8231int forced_loaded() { return 2;}
8232_LT_EOF
8233 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8234 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8235 echo "$AR cru libconftest.a conftest.o" >&5
8236 $AR cru libconftest.a conftest.o 2>&5
8237 cat > conftest.c << _LT_EOF
8238int main() { return 0;}
8239_LT_EOF
8240 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8241 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8242 _lt_result=$?
8243 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8244 lt_cv_ld_force_load=yes
8245 else
8246 cat conftest.err >&5
8247 fi
8248 rm -f conftest.err libconftest.a conftest conftest.c
8249 rm -rf conftest.dSYM
8250
8251fi
8252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8253$as_echo "$lt_cv_ld_force_load" >&6; }
8254 case $host_os in
8255 rhapsody* | darwin1.[012])
8256 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8257 darwin1.*)
8258 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8259 darwin*) # darwin 5.x on
8260 # if running on 10.5 or later, the deployment target defaults
8261 # to the OS version, if on x86, and 10.4, the deployment
8262 # target defaults to 10.4. Don't you love it?
8263 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8264 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8265 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8266 10.[012][,.]*)
6bb11ab3
L
8267 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8268 10.*)
8269 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8270 esac
8271 ;;
8272 esac
8273 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8274 _lt_dar_single_mod='$single_module'
8275 fi
8276 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8277 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8278 else
8279 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8280 fi
8281 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8282 _lt_dsymutil='~$DSYMUTIL $lib || :'
8283 else
8284 _lt_dsymutil=
8285 fi
8286 ;;
8287 esac
8288
8289for ac_header in dlfcn.h
8290do :
8291 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8292"
8293if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8294 cat >>confdefs.h <<_ACEOF
8295#define HAVE_DLFCN_H 1
8296_ACEOF
8297
8298fi
8299
8300done
8301
8302
8303
8304# autoconf.info says this should be called right after AC_INIT.
8305ac_config_headers="$ac_config_headers config.h:config.in"
8306
8307
8308
0cb8d851
MF
8309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8310$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8311if test "${ac_cv_c_bigendian+set}" = set; then :
8312 $as_echo_n "(cached) " >&6
8313else
8314 ac_cv_c_bigendian=unknown
8315 # See if we're dealing with a universal compiler.
8316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8317/* end confdefs.h. */
8318#ifndef __APPLE_CC__
8319 not a universal capable compiler
8320 #endif
8321 typedef int dummy;
8322
8323_ACEOF
8324if ac_fn_c_try_compile "$LINENO"; then :
8325
8326 # Check for potential -arch flags. It is not universal unless
8327 # there are at least two -arch flags with different values.
8328 ac_arch=
8329 ac_prev=
8330 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8331 if test -n "$ac_prev"; then
8332 case $ac_word in
8333 i?86 | x86_64 | ppc | ppc64)
8334 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8335 ac_arch=$ac_word
8336 else
8337 ac_cv_c_bigendian=universal
8338 break
8339 fi
8340 ;;
8341 esac
8342 ac_prev=
8343 elif test "x$ac_word" = "x-arch"; then
8344 ac_prev=arch
8345 fi
8346 done
8347fi
8348rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8349 if test $ac_cv_c_bigendian = unknown; then
8350 # See if sys/param.h defines the BYTE_ORDER macro.
8351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8352/* end confdefs.h. */
8353#include <sys/types.h>
8354 #include <sys/param.h>
8355
8356int
8357main ()
8358{
8359#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8360 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8361 && LITTLE_ENDIAN)
8362 bogus endian macros
8363 #endif
8364
8365 ;
8366 return 0;
8367}
8368_ACEOF
8369if ac_fn_c_try_compile "$LINENO"; then :
8370 # It does; now see whether it defined to BIG_ENDIAN or not.
8371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8372/* end confdefs.h. */
8373#include <sys/types.h>
8374 #include <sys/param.h>
8375
8376int
8377main ()
8378{
8379#if BYTE_ORDER != BIG_ENDIAN
8380 not big endian
8381 #endif
8382
8383 ;
8384 return 0;
8385}
8386_ACEOF
8387if ac_fn_c_try_compile "$LINENO"; then :
8388 ac_cv_c_bigendian=yes
8389else
8390 ac_cv_c_bigendian=no
8391fi
8392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8393fi
8394rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8395 fi
8396 if test $ac_cv_c_bigendian = unknown; then
8397 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8398 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8399/* end confdefs.h. */
8400#include <limits.h>
8401
8402int
8403main ()
8404{
8405#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8406 bogus endian macros
8407 #endif
8408
8409 ;
8410 return 0;
8411}
8412_ACEOF
8413if ac_fn_c_try_compile "$LINENO"; then :
8414 # It does; now see whether it defined to _BIG_ENDIAN or not.
8415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8416/* end confdefs.h. */
8417#include <limits.h>
8418
8419int
8420main ()
8421{
8422#ifndef _BIG_ENDIAN
8423 not big endian
8424 #endif
8425
8426 ;
8427 return 0;
8428}
8429_ACEOF
8430if ac_fn_c_try_compile "$LINENO"; then :
8431 ac_cv_c_bigendian=yes
8432else
8433 ac_cv_c_bigendian=no
8434fi
8435rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8436fi
8437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438 fi
8439 if test $ac_cv_c_bigendian = unknown; then
8440 # Compile a test program.
8441 if test "$cross_compiling" = yes; then :
8442 # Try to guess by grepping values from an object file.
8443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8444/* end confdefs.h. */
8445short int ascii_mm[] =
8446 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8447 short int ascii_ii[] =
8448 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8449 int use_ascii (int i) {
8450 return ascii_mm[i] + ascii_ii[i];
8451 }
8452 short int ebcdic_ii[] =
8453 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8454 short int ebcdic_mm[] =
8455 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8456 int use_ebcdic (int i) {
8457 return ebcdic_mm[i] + ebcdic_ii[i];
8458 }
8459 extern int foo;
8460
8461int
8462main ()
8463{
8464return use_ascii (foo) == use_ebcdic (foo);
8465 ;
8466 return 0;
8467}
8468_ACEOF
8469if ac_fn_c_try_compile "$LINENO"; then :
8470 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8471 ac_cv_c_bigendian=yes
8472 fi
8473 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8474 if test "$ac_cv_c_bigendian" = unknown; then
8475 ac_cv_c_bigendian=no
8476 else
8477 # finding both strings is unlikely to happen, but who knows?
8478 ac_cv_c_bigendian=unknown
8479 fi
8480 fi
8481fi
8482rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8483else
8484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8485/* end confdefs.h. */
8486$ac_includes_default
8487int
8488main ()
8489{
8490
8491 /* Are we little or big endian? From Harbison&Steele. */
8492 union
8493 {
8494 long int l;
8495 char c[sizeof (long int)];
8496 } u;
8497 u.l = 1;
8498 return u.c[sizeof (long int) - 1] == 1;
8499
8500 ;
8501 return 0;
8502}
8503_ACEOF
8504if ac_fn_c_try_run "$LINENO"; then :
8505 ac_cv_c_bigendian=no
8506else
8507 ac_cv_c_bigendian=yes
8508fi
8509rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8510 conftest.$ac_objext conftest.beam conftest.$ac_ext
8511fi
8512
8513 fi
8514fi
8515{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8516$as_echo "$ac_cv_c_bigendian" >&6; }
8517 case $ac_cv_c_bigendian in #(
8518 yes)
8519 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8520;; #(
8521 no)
8522 ;; #(
8523 universal)
8524
8525$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8526
8527 ;; #(
8528 *)
8529 as_fn_error "unknown endianness
8530 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8531 esac
8532
6bb11ab3
L
8533
8534
8535
8536# Put a plausible default for CC_FOR_BUILD in Makefile.
8537if test "x$cross_compiling" = "xno"; then
8538 CC_FOR_BUILD='$(CC)'
8539else
8540 CC_FOR_BUILD=gcc
8541fi
8542
8543
8544
8545
8546AR=${AR-ar}
8547
8548if test -n "$ac_tool_prefix"; then
8549 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8550set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8551{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8552$as_echo_n "checking for $ac_word... " >&6; }
8553if test "${ac_cv_prog_RANLIB+set}" = set; then :
8554 $as_echo_n "(cached) " >&6
8555else
8556 if test -n "$RANLIB"; then
8557 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8558else
8559as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8560for as_dir in $PATH
8561do
8562 IFS=$as_save_IFS
8563 test -z "$as_dir" && as_dir=.
8564 for ac_exec_ext in '' $ac_executable_extensions; do
8565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8566 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8568 break 2
8569 fi
8570done
8571 done
8572IFS=$as_save_IFS
8573
8574fi
8575fi
8576RANLIB=$ac_cv_prog_RANLIB
8577if test -n "$RANLIB"; then
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8579$as_echo "$RANLIB" >&6; }
8580else
8581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8582$as_echo "no" >&6; }
8583fi
8584
8585
8586fi
8587if test -z "$ac_cv_prog_RANLIB"; then
8588 ac_ct_RANLIB=$RANLIB
8589 # Extract the first word of "ranlib", so it can be a program name with args.
8590set dummy ranlib; ac_word=$2
8591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8592$as_echo_n "checking for $ac_word... " >&6; }
8593if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8594 $as_echo_n "(cached) " >&6
8595else
8596 if test -n "$ac_ct_RANLIB"; then
8597 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8598else
8599as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600for as_dir in $PATH
8601do
8602 IFS=$as_save_IFS
8603 test -z "$as_dir" && as_dir=.
8604 for ac_exec_ext in '' $ac_executable_extensions; do
8605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8606 ac_cv_prog_ac_ct_RANLIB="ranlib"
8607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8608 break 2
8609 fi
8610done
8611 done
8612IFS=$as_save_IFS
8613
8614fi
8615fi
8616ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8617if test -n "$ac_ct_RANLIB"; then
8618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8619$as_echo "$ac_ct_RANLIB" >&6; }
8620else
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8622$as_echo "no" >&6; }
8623fi
8624
8625 if test "x$ac_ct_RANLIB" = x; then
8626 RANLIB=":"
8627 else
8628 case $cross_compiling:$ac_tool_warned in
8629yes:)
8630{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8631$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8632ac_tool_warned=yes ;;
8633esac
8634 RANLIB=$ac_ct_RANLIB
8635 fi
8636else
8637 RANLIB="$ac_cv_prog_RANLIB"
8638fi
8639
8640
8641# Some of the common include files depend on bfd.h, and bfd.h checks
8642# that config.h is included first by testing that the PACKAGE macro
8643# is defined.
8644PACKAGE=sim
8645
8646cat >>confdefs.h <<_ACEOF
8647#define PACKAGE "$PACKAGE"
8648_ACEOF
8649
8650
8651
8652# Dependency checking.
8653ac_config_commands="$ac_config_commands depdir"
8654
8655
8656depcc="$CC" am_compiler_list=
8657
8658am_depcomp=$ac_aux_dir/depcomp
8659{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8660$as_echo_n "checking dependency style of $depcc... " >&6; }
8661if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8662 $as_echo_n "(cached) " >&6
8663else
8664 if test -f "$am_depcomp"; then
8665 # We make a subdir and do the tests there. Otherwise we can end up
8666 # making bogus files that we don't know about and never remove. For
8667 # instance it was reported that on HP-UX the gcc test will end up
8668 # making a dummy file named `D' -- because `-MD' means `put the output
8669 # in D'.
8670 mkdir conftest.dir
8671 # Copy depcomp to subdir because otherwise we won't find it if we're
8672 # using a relative directory.
8673 cp "$am_depcomp" conftest.dir
8674 cd conftest.dir
8675 # We will build objects and dependencies in a subdirectory because
8676 # it helps to detect inapplicable dependency modes. For instance
8677 # both Tru64's cc and ICC support -MD to output dependencies as a
8678 # side effect of compilation, but ICC will put the dependencies in
8679 # the current directory while Tru64 will put them in the object
8680 # directory.
8681 mkdir sub
8682
8683 am_cv_CC_dependencies_compiler_type=none
8684 if test "$am_compiler_list" = ""; then
8685 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8686 fi
8687 for depmode in $am_compiler_list; do
8688 if test $depmode = none; then break; fi
8689
8690 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8691 # Setup a source with many dependencies, because some compilers
8692 # like to wrap large dependency lists on column 80 (with \), and
8693 # we should not choose a depcomp mode which is confused by this.
8694 #
8695 # We need to recreate these files for each test, as the compiler may
8696 # overwrite some of them when testing with obscure command lines.
8697 # This happens at least with the AIX C compiler.
8698 : > sub/conftest.c
8699 for i in 1 2 3 4 5 6; do
8700 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8701 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8702 # Solaris 8's {/usr,}/bin/sh.
8703 touch sub/conftst$i.h
8704 done
8705 echo "include sub/conftest.Po" > confmf
8706
8707 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8708 # mode. It turns out that the SunPro C++ compiler does not properly
8709 # handle `-M -o', and we need to detect this.
8710 depcmd="depmode=$depmode \
8711 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8712 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8713 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8714 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8715 if env $depcmd > conftest.err 2>&1 &&
8716 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8717 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8718 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8719 # icc doesn't choke on unknown options, it will just issue warnings
8720 # or remarks (even with -Werror). So we grep stderr for any message
8721 # that says an option was ignored or not supported.
8722 # When given -MP, icc 7.0 and 7.1 complain thusly:
8723 # icc: Command line warning: ignoring option '-M'; no argument required
8724 # The diagnosis changed in icc 8.0:
8725 # icc: Command line remark: option '-MP' not supported
8726 if (grep 'ignoring option' conftest.err ||
8727 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8728 am_cv_CC_dependencies_compiler_type=$depmode
8729 $as_echo "$as_me:$LINENO: success" >&5
8730 break
8731 fi
8732 fi
8733 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8734 sed -e 's/^/| /' < conftest.err >&5
8735 done
8736
8737 cd ..
8738 rm -rf conftest.dir
8739else
8740 am_cv_CC_dependencies_compiler_type=none
8741fi
8742
8743fi
8744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8745$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8746if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8747then as_fn_error "no usable dependency style found" "$LINENO" 5
8748else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8749
8750fi
8751
8752
8753# Check for the 'make' the user wants to use.
8754for ac_prog in make
8755do
8756 # Extract the first word of "$ac_prog", so it can be a program name with args.
8757set dummy $ac_prog; ac_word=$2
8758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8759$as_echo_n "checking for $ac_word... " >&6; }
8760if test "${ac_cv_prog_MAKE+set}" = set; then :
8761 $as_echo_n "(cached) " >&6
8762else
8763 if test -n "$MAKE"; then
8764 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8765else
8766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8767for as_dir in $PATH
8768do
8769 IFS=$as_save_IFS
8770 test -z "$as_dir" && as_dir=.
8771 for ac_exec_ext in '' $ac_executable_extensions; do
8772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8773 ac_cv_prog_MAKE="$ac_prog"
8774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8775 break 2
8776 fi
8777done
8778 done
8779IFS=$as_save_IFS
8780
8781fi
8782fi
8783MAKE=$ac_cv_prog_MAKE
8784if test -n "$MAKE"; then
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8786$as_echo "$MAKE" >&6; }
8787else
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8789$as_echo "no" >&6; }
8790fi
8791
8792
8793 test -n "$MAKE" && break
8794done
8795
8796MAKE_IS_GNU=
8797case "`$MAKE --version 2>&1 | sed 1q`" in
8798 *GNU*)
8799 MAKE_IS_GNU=yes
8800 ;;
8801esac
8802 if test "$MAKE_IS_GNU" = yes; then
8803 GMAKE_TRUE=
8804 GMAKE_FALSE='#'
8805else
8806 GMAKE_TRUE='#'
8807 GMAKE_FALSE=
8808fi
8809
8810
8811ALL_LINGUAS=
8812# If we haven't got the data from the intl directory,
8813# assume NLS is disabled.
8814USE_NLS=no
8815LIBINTL=
8816LIBINTL_DEP=
8817INCINTL=
8818XGETTEXT=
8819GMSGFMT=
8820POSUB=
8821
8822if test -f ../../intl/config.intl; then
8823 . ../../intl/config.intl
8824fi
8825{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8826$as_echo_n "checking whether NLS is requested... " >&6; }
8827if test x"$USE_NLS" != xyes; then
8828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8829$as_echo "no" >&6; }
8830else
8831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8832$as_echo "yes" >&6; }
8833
8834$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8835
8836
8837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8838$as_echo_n "checking for catalogs to be installed... " >&6; }
8839 # Look for .po and .gmo files in the source directory.
8840 CATALOGS=
8841 XLINGUAS=
8842 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8843 # If there aren't any .gmo files the shell will give us the
8844 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8845 # weeded out.
8846 case "$cat" in *\**)
8847 continue;;
8848 esac
8849 # The quadruple backslash is collapsed to a double backslash
8850 # by the backticks, then collapsed again by the double quotes,
8851 # leaving us with one backslash in the sed expression (right
8852 # before the dot that mustn't act as a wildcard).
8853 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8854 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8855 # The user is allowed to set LINGUAS to a list of languages to
8856 # install catalogs for. If it's empty that means "all of them."
8857 if test "x$LINGUAS" = x; then
8858 CATALOGS="$CATALOGS $cat"
8859 XLINGUAS="$XLINGUAS $lang"
8860 else
8861 case "$LINGUAS" in *$lang*)
8862 CATALOGS="$CATALOGS $cat"
8863 XLINGUAS="$XLINGUAS $lang"
8864 ;;
8865 esac
8866 fi
8867 done
8868 LINGUAS="$XLINGUAS"
8869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8870$as_echo "$LINGUAS" >&6; }
8871
8872
8873 DATADIRNAME=share
8874
8875 INSTOBJEXT=.mo
8876
8877 GENCAT=gencat
8878
8879 CATOBJEXT=.gmo
8880
8881fi
8882
8883# Check for common headers.
8884# FIXME: Seems to me this can cause problems for i386-windows hosts.
8885# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8886for ac_header in stdlib.h string.h strings.h unistd.h time.h
8887do :
8888 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8889ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8890eval as_val=\$$as_ac_Header
8891 if test "x$as_val" = x""yes; then :
8892 cat >>confdefs.h <<_ACEOF
8893#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8894_ACEOF
8895
8896fi
8897
8898done
8899
936df756 8900for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8901do :
8902 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8903ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8904eval as_val=\$$as_ac_Header
8905 if test "x$as_val" = x""yes; then :
8906 cat >>confdefs.h <<_ACEOF
8907#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8908_ACEOF
8909
8910fi
8911
8912done
8913
8914for ac_header in fcntl.h fpu_control.h
8915do :
8916 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8917ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8918eval as_val=\$$as_ac_Header
8919 if test "x$as_val" = x""yes; then :
8920 cat >>confdefs.h <<_ACEOF
8921#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8922_ACEOF
8923
8924fi
8925
8926done
8927
8928for ac_header in dlfcn.h errno.h sys/stat.h
8929do :
8930 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8931ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8932eval as_val=\$$as_ac_Header
8933 if test "x$as_val" = x""yes; then :
8934 cat >>confdefs.h <<_ACEOF
8935#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8936_ACEOF
8937
8938fi
8939
8940done
8941
8942for ac_func in getrusage time sigaction __setfpucw
8943do :
8944 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8945ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8946eval as_val=\$$as_ac_var
8947 if test "x$as_val" = x""yes; then :
8948 cat >>confdefs.h <<_ACEOF
8949#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8950_ACEOF
8951
8952fi
8953done
8954
936df756
MF
8955for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8956do :
8957 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8958ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8959eval as_val=\$$as_ac_var
8960 if test "x$as_val" = x""yes; then :
8961 cat >>confdefs.h <<_ACEOF
8962#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8963_ACEOF
8964
8965fi
8966done
8967
8968ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8969#include <sys/types.h>
8970#endif
8971#ifdef HAVE_SYS_STAT_H
8972#include <sys/stat.h>
8973#endif
8974"
8975if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8976
8977cat >>confdefs.h <<_ACEOF
8978#define HAVE_STRUCT_STAT_ST_DEV 1
8979_ACEOF
8980
8981
8982fi
8983ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8984#include <sys/types.h>
8985#endif
8986#ifdef HAVE_SYS_STAT_H
8987#include <sys/stat.h>
8988#endif
8989"
8990if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8991
8992cat >>confdefs.h <<_ACEOF
8993#define HAVE_STRUCT_STAT_ST_INO 1
8994_ACEOF
8995
8996
8997fi
8998ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8999#include <sys/types.h>
9000#endif
9001#ifdef HAVE_SYS_STAT_H
9002#include <sys/stat.h>
9003#endif
9004"
9005if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
9006
9007cat >>confdefs.h <<_ACEOF
9008#define HAVE_STRUCT_STAT_ST_MODE 1
9009_ACEOF
9010
9011
9012fi
9013ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9014#include <sys/types.h>
9015#endif
9016#ifdef HAVE_SYS_STAT_H
9017#include <sys/stat.h>
9018#endif
9019"
9020if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
9021
9022cat >>confdefs.h <<_ACEOF
9023#define HAVE_STRUCT_STAT_ST_NLINK 1
9024_ACEOF
9025
9026
9027fi
9028ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9029#include <sys/types.h>
9030#endif
9031#ifdef HAVE_SYS_STAT_H
9032#include <sys/stat.h>
9033#endif
9034"
9035if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
9036
9037cat >>confdefs.h <<_ACEOF
9038#define HAVE_STRUCT_STAT_ST_UID 1
9039_ACEOF
9040
9041
9042fi
9043ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9044#include <sys/types.h>
9045#endif
9046#ifdef HAVE_SYS_STAT_H
9047#include <sys/stat.h>
9048#endif
9049"
9050if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
9051
9052cat >>confdefs.h <<_ACEOF
9053#define HAVE_STRUCT_STAT_ST_GID 1
9054_ACEOF
9055
9056
9057fi
9058ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9059#include <sys/types.h>
9060#endif
9061#ifdef HAVE_SYS_STAT_H
9062#include <sys/stat.h>
9063#endif
9064"
9065if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9066
9067cat >>confdefs.h <<_ACEOF
9068#define HAVE_STRUCT_STAT_ST_RDEV 1
9069_ACEOF
9070
9071
9072fi
9073ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9074#include <sys/types.h>
9075#endif
9076#ifdef HAVE_SYS_STAT_H
9077#include <sys/stat.h>
9078#endif
9079"
9080if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9081
9082cat >>confdefs.h <<_ACEOF
9083#define HAVE_STRUCT_STAT_ST_SIZE 1
9084_ACEOF
9085
9086
9087fi
9088ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9089#include <sys/types.h>
9090#endif
9091#ifdef HAVE_SYS_STAT_H
9092#include <sys/stat.h>
9093#endif
9094"
9095if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9096
9097cat >>confdefs.h <<_ACEOF
9098#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9099_ACEOF
9100
9101
9102fi
9103ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9104#include <sys/types.h>
9105#endif
9106#ifdef HAVE_SYS_STAT_H
9107#include <sys/stat.h>
9108#endif
9109"
9110if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9111
9112cat >>confdefs.h <<_ACEOF
9113#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9114_ACEOF
9115
9116
9117fi
9118ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9119#include <sys/types.h>
9120#endif
9121#ifdef HAVE_SYS_STAT_H
9122#include <sys/stat.h>
9123#endif
9124"
9125if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9126
9127cat >>confdefs.h <<_ACEOF
9128#define HAVE_STRUCT_STAT_ST_ATIME 1
9129_ACEOF
9130
9131
9132fi
9133ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9134#include <sys/types.h>
9135#endif
9136#ifdef HAVE_SYS_STAT_H
9137#include <sys/stat.h>
9138#endif
9139"
9140if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9141
9142cat >>confdefs.h <<_ACEOF
9143#define HAVE_STRUCT_STAT_ST_MTIME 1
9144_ACEOF
9145
9146
9147fi
9148ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9149#include <sys/types.h>
9150#endif
9151#ifdef HAVE_SYS_STAT_H
9152#include <sys/stat.h>
9153#endif
9154"
9155if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9156
9157cat >>confdefs.h <<_ACEOF
9158#define HAVE_STRUCT_STAT_ST_CTIME 1
9159_ACEOF
9160
9161
9162fi
9163
9164ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9165#include <sys/socket.h>
9166
9167"
9168if test "x$ac_cv_type_socklen_t" = x""yes; then :
9169
9170cat >>confdefs.h <<_ACEOF
9171#define HAVE_SOCKLEN_T 1
9172_ACEOF
9173
9174
9175fi
9176
6bb11ab3
L
9177
9178# Check for socket libraries
9179{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9180$as_echo_n "checking for bind in -lsocket... " >&6; }
9181if test "${ac_cv_lib_socket_bind+set}" = set; then :
9182 $as_echo_n "(cached) " >&6
9183else
9184 ac_check_lib_save_LIBS=$LIBS
9185LIBS="-lsocket $LIBS"
9186cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9187/* end confdefs.h. */
9188
9189/* Override any GCC internal prototype to avoid an error.
9190 Use char because int might match the return type of a GCC
9191 builtin and then its argument prototype would still apply. */
9192#ifdef __cplusplus
9193extern "C"
9194#endif
9195char bind ();
9196int
9197main ()
9198{
9199return bind ();
9200 ;
9201 return 0;
9202}
9203_ACEOF
9204if ac_fn_c_try_link "$LINENO"; then :
9205 ac_cv_lib_socket_bind=yes
9206else
9207 ac_cv_lib_socket_bind=no
9208fi
9209rm -f core conftest.err conftest.$ac_objext \
9210 conftest$ac_exeext conftest.$ac_ext
9211LIBS=$ac_check_lib_save_LIBS
9212fi
9213{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9214$as_echo "$ac_cv_lib_socket_bind" >&6; }
9215if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9216 cat >>confdefs.h <<_ACEOF
9217#define HAVE_LIBSOCKET 1
9218_ACEOF
9219
9220 LIBS="-lsocket $LIBS"
9221
9222fi
9223
9224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9225$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9226if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9227 $as_echo_n "(cached) " >&6
9228else
9229 ac_check_lib_save_LIBS=$LIBS
9230LIBS="-lnsl $LIBS"
9231cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9232/* end confdefs.h. */
9233
9234/* Override any GCC internal prototype to avoid an error.
9235 Use char because int might match the return type of a GCC
9236 builtin and then its argument prototype would still apply. */
9237#ifdef __cplusplus
9238extern "C"
9239#endif
9240char gethostbyname ();
9241int
9242main ()
9243{
9244return gethostbyname ();
9245 ;
9246 return 0;
9247}
9248_ACEOF
9249if ac_fn_c_try_link "$LINENO"; then :
9250 ac_cv_lib_nsl_gethostbyname=yes
9251else
9252 ac_cv_lib_nsl_gethostbyname=no
9253fi
9254rm -f core conftest.err conftest.$ac_objext \
9255 conftest$ac_exeext conftest.$ac_ext
9256LIBS=$ac_check_lib_save_LIBS
9257fi
9258{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9259$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9260if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9261 cat >>confdefs.h <<_ACEOF
9262#define HAVE_LIBNSL 1
9263_ACEOF
9264
9265 LIBS="-lnsl $LIBS"
9266
9267fi
9268
9269
9270# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9271# using the same condition.
9272
aadc9410 9273 # Use the system's zlib library.
7fed4b0b
L
9274 zlibdir="-L\$(top_builddir)/../zlib"
9275 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9276
aadc9410
MF
9277# Check whether --with-system-zlib was given.
9278if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9279 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9280 zlibdir=
9281 zlibinc=
9282 fi
6bb11ab3
L
9283
9284fi
9285
6bb11ab3 9286
6bb11ab3 9287
6bb11ab3
L
9288
9289
9290# BFD uses libdl when when plugins enabled.
9291
faa743bb
RM
9292 maybe_plugins=no
9293 for ac_header in dlfcn.h
9294do :
9295 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9296"
9297if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9298 cat >>confdefs.h <<_ACEOF
9299#define HAVE_DLFCN_H 1
9300_ACEOF
9301 maybe_plugins=yes
9302fi
9303
9304done
9305
9306 for ac_header in windows.h
9307do :
9308 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9309"
9310if test "x$ac_cv_header_windows_h" = x""yes; then :
9311 cat >>confdefs.h <<_ACEOF
9312#define HAVE_WINDOWS_H 1
9313_ACEOF
9314 maybe_plugins=yes
9315fi
9316
9317done
9318
9319
9320 # Check whether --enable-plugins was given.
6bb11ab3
L
9321if test "${enable_plugins+set}" = set; then :
9322 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9323 no) plugins=no ;;
9324 *) plugins=yes
9325 if test "$maybe_plugins" != "yes" ; then
9326 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9327 fi ;;
9328 esac
6bb11ab3 9329else
faa743bb
RM
9330 plugins=$maybe_plugins
9331
6bb11ab3
L
9332fi
9333
2974be62
AM
9334 if test "$plugins" = "yes"; then
9335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9336$as_echo_n "checking for library containing dlopen... " >&6; }
9337if test "${ac_cv_search_dlopen+set}" = set; then :
9338 $as_echo_n "(cached) " >&6
9339else
9340 ac_func_search_save_LIBS=$LIBS
9341cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9342/* end confdefs.h. */
9343
9344/* Override any GCC internal prototype to avoid an error.
9345 Use char because int might match the return type of a GCC
9346 builtin and then its argument prototype would still apply. */
9347#ifdef __cplusplus
9348extern "C"
9349#endif
9350char dlopen ();
9351int
9352main ()
9353{
9354return dlopen ();
9355 ;
9356 return 0;
9357}
9358_ACEOF
9359for ac_lib in '' dl; do
9360 if test -z "$ac_lib"; then
9361 ac_res="none required"
9362 else
9363 ac_res=-l$ac_lib
9364 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9365 fi
9366 if ac_fn_c_try_link "$LINENO"; then :
9367 ac_cv_search_dlopen=$ac_res
9368fi
9369rm -f core conftest.err conftest.$ac_objext \
9370 conftest$ac_exeext
9371 if test "${ac_cv_search_dlopen+set}" = set; then :
9372 break
9373fi
9374done
9375if test "${ac_cv_search_dlopen+set}" = set; then :
9376
9377else
9378 ac_cv_search_dlopen=no
9379fi
9380rm conftest.$ac_ext
9381LIBS=$ac_func_search_save_LIBS
9382fi
9383{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9384$as_echo "$ac_cv_search_dlopen" >&6; }
9385ac_res=$ac_cv_search_dlopen
9386if test "$ac_res" != no; then :
9387 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9388
9389fi
9390
9391 fi
6bb11ab3
L
9392
9393 if test "$plugins" = yes; then
9394 PLUGINS_TRUE=
9395 PLUGINS_FALSE='#'
9396else
9397 PLUGINS_TRUE='#'
9398 PLUGINS_FALSE=
9399fi
9400
9401
9402
9403
9404
9405# Set options
9406enable_dlopen=yes
9407
9408
9409
9410
9411 enable_win32_dll=no
9412
9413
9414 # Check whether --enable-shared was given.
9415if test "${enable_shared+set}" = set; then :
9416 enableval=$enable_shared; p=${PACKAGE-default}
9417 case $enableval in
9418 yes) enable_shared=yes ;;
9419 no) enable_shared=no ;;
9420 *)
9421 enable_shared=no
9422 # Look at the argument we got. We use all the common list separators.
9423 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9424 for pkg in $enableval; do
9425 IFS="$lt_save_ifs"
9426 if test "X$pkg" = "X$p"; then
9427 enable_shared=yes
9428 fi
9429 done
9430 IFS="$lt_save_ifs"
9431 ;;
9432 esac
9433else
9434 enable_shared=yes
9435fi
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445 # Check whether --enable-static was given.
9446if test "${enable_static+set}" = set; then :
9447 enableval=$enable_static; p=${PACKAGE-default}
9448 case $enableval in
9449 yes) enable_static=yes ;;
9450 no) enable_static=no ;;
9451 *)
9452 enable_static=no
9453 # Look at the argument we got. We use all the common list separators.
9454 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9455 for pkg in $enableval; do
9456 IFS="$lt_save_ifs"
9457 if test "X$pkg" = "X$p"; then
9458 enable_static=yes
9459 fi
9460 done
9461 IFS="$lt_save_ifs"
9462 ;;
9463 esac
9464else
9465 enable_static=yes
9466fi
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477# Check whether --with-pic was given.
9478if test "${with_pic+set}" = set; then :
9479 withval=$with_pic; pic_mode="$withval"
9480else
9481 pic_mode=default
9482fi
9483
9484
9485test -z "$pic_mode" && pic_mode=default
9486
9487
9488
9489
9490
9491
9492
9493 # Check whether --enable-fast-install was given.
9494if test "${enable_fast_install+set}" = set; then :
9495 enableval=$enable_fast_install; p=${PACKAGE-default}
9496 case $enableval in
9497 yes) enable_fast_install=yes ;;
9498 no) enable_fast_install=no ;;
9499 *)
9500 enable_fast_install=no
9501 # Look at the argument we got. We use all the common list separators.
9502 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9503 for pkg in $enableval; do
9504 IFS="$lt_save_ifs"
9505 if test "X$pkg" = "X$p"; then
9506 enable_fast_install=yes
9507 fi
9508 done
9509 IFS="$lt_save_ifs"
9510 ;;
9511 esac
9512else
9513 enable_fast_install=yes
9514fi
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526# This can be used to rebuild libtool when needed
9527LIBTOOL_DEPS="$ltmain"
9528
9529# Always use our own libtool.
9530LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557test -z "$LN_S" && LN_S="ln -s"
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572if test -n "${ZSH_VERSION+set}" ; then
9573 setopt NO_GLOB_SUBST
9574fi
9575
9576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9577$as_echo_n "checking for objdir... " >&6; }
9578if test "${lt_cv_objdir+set}" = set; then :
9579 $as_echo_n "(cached) " >&6
9580else
9581 rm -f .libs 2>/dev/null
9582mkdir .libs 2>/dev/null
9583if test -d .libs; then
9584 lt_cv_objdir=.libs
9585else
9586 # MS-DOS does not allow filenames that begin with a dot.
9587 lt_cv_objdir=_libs
9588fi
9589rmdir .libs 2>/dev/null
9590fi
9591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9592$as_echo "$lt_cv_objdir" >&6; }
9593objdir=$lt_cv_objdir
9594
9595
9596
9597
9598
9599cat >>confdefs.h <<_ACEOF
9600#define LT_OBJDIR "$lt_cv_objdir/"
9601_ACEOF
9602
9603
9604
9605
9606case $host_os in
9607aix3*)
9608 # AIX sometimes has problems with the GCC collect2 program. For some
9609 # reason, if we set the COLLECT_NAMES environment variable, the problems
9610 # vanish in a puff of smoke.
9611 if test "X${COLLECT_NAMES+set}" != Xset; then
9612 COLLECT_NAMES=
9613 export COLLECT_NAMES
9614 fi
9615 ;;
9616esac
9617
9618# Global variables:
9619ofile=libtool
9620can_build_shared=yes
9621
9622# All known linkers require a `.a' archive for static linking (except MSVC,
9623# which needs '.lib').
9624libext=a
9625
9626with_gnu_ld="$lt_cv_prog_gnu_ld"
9627
9628old_CC="$CC"
9629old_CFLAGS="$CFLAGS"
9630
9631# Set sane defaults for various variables
9632test -z "$CC" && CC=cc
9633test -z "$LTCC" && LTCC=$CC
9634test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9635test -z "$LD" && LD=ld
9636test -z "$ac_objext" && ac_objext=o
9637
9638for cc_temp in $compiler""; do
9639 case $cc_temp in
9640 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9641 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9642 \-*) ;;
9643 *) break;;
9644 esac
9645done
9646cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9647
9648
9649# Only perform the check for file, if the check method requires it
9650test -z "$MAGIC_CMD" && MAGIC_CMD=file
9651case $deplibs_check_method in
9652file_magic*)
9653 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9655$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9656if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9657 $as_echo_n "(cached) " >&6
9658else
9659 case $MAGIC_CMD in
9660[\\/*] | ?:[\\/]*)
9661 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9662 ;;
9663*)
9664 lt_save_MAGIC_CMD="$MAGIC_CMD"
9665 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9666 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9667 for ac_dir in $ac_dummy; do
9668 IFS="$lt_save_ifs"
9669 test -z "$ac_dir" && ac_dir=.
9670 if test -f $ac_dir/${ac_tool_prefix}file; then
9671 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9672 if test -n "$file_magic_test_file"; then
9673 case $deplibs_check_method in
9674 "file_magic "*)
9675 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9676 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9677 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9678 $EGREP "$file_magic_regex" > /dev/null; then
9679 :
9680 else
9681 cat <<_LT_EOF 1>&2
9682
9683*** Warning: the command libtool uses to detect shared libraries,
9684*** $file_magic_cmd, produces output that libtool cannot recognize.
9685*** The result is that libtool may fail to recognize shared libraries
9686*** as such. This will affect the creation of libtool libraries that
9687*** depend on shared libraries, but programs linked with such libtool
9688*** libraries will work regardless of this problem. Nevertheless, you
9689*** may want to report the problem to your system manager and/or to
9690*** bug-libtool@gnu.org
9691
9692_LT_EOF
9693 fi ;;
9694 esac
9695 fi
9696 break
9697 fi
9698 done
9699 IFS="$lt_save_ifs"
9700 MAGIC_CMD="$lt_save_MAGIC_CMD"
9701 ;;
9702esac
f0569246 9703fi
f0569246 9704
6bb11ab3
L
9705MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9706if test -n "$MAGIC_CMD"; then
9707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9708$as_echo "$MAGIC_CMD" >&6; }
9709else
9710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9711$as_echo "no" >&6; }
9712fi
9713
9714
9715
9716
9717
9718if test -z "$lt_cv_path_MAGIC_CMD"; then
9719 if test -n "$ac_tool_prefix"; then
9720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9721$as_echo_n "checking for file... " >&6; }
9722if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9723 $as_echo_n "(cached) " >&6
9724else
9725 case $MAGIC_CMD in
9726[\\/*] | ?:[\\/]*)
9727 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9728 ;;
9729*)
9730 lt_save_MAGIC_CMD="$MAGIC_CMD"
9731 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9732 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9733 for ac_dir in $ac_dummy; do
9734 IFS="$lt_save_ifs"
9735 test -z "$ac_dir" && ac_dir=.
9736 if test -f $ac_dir/file; then
9737 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9738 if test -n "$file_magic_test_file"; then
9739 case $deplibs_check_method in
9740 "file_magic "*)
9741 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9742 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9743 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9744 $EGREP "$file_magic_regex" > /dev/null; then
9745 :
9746 else
9747 cat <<_LT_EOF 1>&2
9748
9749*** Warning: the command libtool uses to detect shared libraries,
9750*** $file_magic_cmd, produces output that libtool cannot recognize.
9751*** The result is that libtool may fail to recognize shared libraries
9752*** as such. This will affect the creation of libtool libraries that
9753*** depend on shared libraries, but programs linked with such libtool
9754*** libraries will work regardless of this problem. Nevertheless, you
9755*** may want to report the problem to your system manager and/or to
9756*** bug-libtool@gnu.org
9757
9758_LT_EOF
9759 fi ;;
9760 esac
9761 fi
9762 break
9763 fi
9764 done
9765 IFS="$lt_save_ifs"
9766 MAGIC_CMD="$lt_save_MAGIC_CMD"
9767 ;;
81ecdfbb 9768esac
6bb11ab3
L
9769fi
9770
9771MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9772if test -n "$MAGIC_CMD"; then
9773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9774$as_echo "$MAGIC_CMD" >&6; }
9775else
9776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9777$as_echo "no" >&6; }
9778fi
9779
9780
f0569246 9781 else
6bb11ab3 9782 MAGIC_CMD=:
f0569246
AC
9783 fi
9784fi
81ecdfbb 9785
6bb11ab3
L
9786 fi
9787 ;;
81ecdfbb 9788esac
6bb11ab3
L
9789
9790# Use C for the default configuration in the libtool script
9791
9792lt_save_CC="$CC"
9793ac_ext=c
9794ac_cpp='$CPP $CPPFLAGS'
9795ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9796ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9797ac_compiler_gnu=$ac_cv_c_compiler_gnu
9798
9799
9800# Source file extension for C test sources.
9801ac_ext=c
9802
9803# Object file extension for compiled C test sources.
9804objext=o
9805objext=$objext
9806
9807# Code to be used in simple compile tests
9808lt_simple_compile_test_code="int some_variable = 0;"
9809
9810# Code to be used in simple link tests
9811lt_simple_link_test_code='int main(){return(0);}'
9812
9813
9814
9815
9816
9817
9818
9819# If no C compiler was specified, use CC.
9820LTCC=${LTCC-"$CC"}
9821
9822# If no C compiler flags were specified, use CFLAGS.
9823LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9824
9825# Allow CC to be a program name with arguments.
9826compiler=$CC
9827
9828# Save the default compiler, since it gets overwritten when the other
9829# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9830compiler_DEFAULT=$CC
9831
9832# save warnings/boilerplate of simple test code
9833ac_outfile=conftest.$ac_objext
9834echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9835eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9836_lt_compiler_boilerplate=`cat conftest.err`
9837$RM conftest*
9838
9839ac_outfile=conftest.$ac_objext
9840echo "$lt_simple_link_test_code" >conftest.$ac_ext
9841eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9842_lt_linker_boilerplate=`cat conftest.err`
9843$RM -r conftest*
9844
9845
9846## CAVEAT EMPTOR:
9847## There is no encapsulation within the following macros, do not change
9848## the running order or otherwise move them around unless you know exactly
9849## what you are doing...
9850if test -n "$compiler"; then
9851
9852lt_prog_compiler_no_builtin_flag=
9853
9854if test "$GCC" = yes; then
9855 case $cc_basename in
9856 nvcc*)
9857 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9858 *)
9859 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9860 esac
6bb11ab3
L
9861
9862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9863$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9864if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9865 $as_echo_n "(cached) " >&6
f0569246 9866else
6bb11ab3
L
9867 lt_cv_prog_compiler_rtti_exceptions=no
9868 ac_outfile=conftest.$ac_objext
9869 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9870 lt_compiler_flag="-fno-rtti -fno-exceptions"
9871 # Insert the option either (1) after the last *FLAGS variable, or
9872 # (2) before a word containing "conftest.", or (3) at the end.
9873 # Note that $ac_compile itself does not contain backslashes and begins
9874 # with a dollar sign (not a hyphen), so the echo should work correctly.
9875 # The option is referenced via a variable to avoid confusing sed.
9876 lt_compile=`echo "$ac_compile" | $SED \
9877 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9878 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9879 -e 's:$: $lt_compiler_flag:'`
9880 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9881 (eval "$lt_compile" 2>conftest.err)
9882 ac_status=$?
9883 cat conftest.err >&5
9884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9885 if (exit $ac_status) && test -s "$ac_outfile"; then
9886 # The compiler can only warn and ignore the option if not recognized
9887 # So say no if there are warnings other than the usual output.
9888 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9889 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9890 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9891 lt_cv_prog_compiler_rtti_exceptions=yes
9892 fi
9893 fi
9894 $RM conftest*
9895
f0569246 9896fi
6bb11ab3
L
9897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9898$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9899
9900if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9901 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9902else
9903 :
9904fi
9905
9906fi
9907
9908
9909
9910
9911
9912
9913 lt_prog_compiler_wl=
9914lt_prog_compiler_pic=
9915lt_prog_compiler_static=
9916
9917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9918$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9919
9920 if test "$GCC" = yes; then
9921 lt_prog_compiler_wl='-Wl,'
9922 lt_prog_compiler_static='-static'
9923
9924 case $host_os in
9925 aix*)
9926 # All AIX code is PIC.
9927 if test "$host_cpu" = ia64; then
9928 # AIX 5 now supports IA64 processor
9929 lt_prog_compiler_static='-Bstatic'
9930 fi
9931 lt_prog_compiler_pic='-fPIC'
9932 ;;
9933
9934 amigaos*)
9935 case $host_cpu in
9936 powerpc)
9937 # see comment about AmigaOS4 .so support
9938 lt_prog_compiler_pic='-fPIC'
9939 ;;
9940 m68k)
9941 # FIXME: we need at least 68020 code to build shared libraries, but
9942 # adding the `-m68020' flag to GCC prevents building anything better,
9943 # like `-m68040'.
9944 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9945 ;;
9946 esac
9947 ;;
9948
9949 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9950 # PIC is the default for these OSes.
9951 ;;
9952
9953 mingw* | cygwin* | pw32* | os2* | cegcc*)
9954 # This hack is so that the source file can tell whether it is being
9955 # built for inclusion in a dll (and should export symbols for example).
9956 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9957 # (--disable-auto-import) libraries
9958 lt_prog_compiler_pic='-DDLL_EXPORT'
9959 ;;
9960
9961 darwin* | rhapsody*)
9962 # PIC is the default on this platform
9963 # Common symbols not allowed in MH_DYLIB files
9964 lt_prog_compiler_pic='-fno-common'
9965 ;;
9966
9967 haiku*)
9968 # PIC is the default for Haiku.
9969 # The "-static" flag exists, but is broken.
9970 lt_prog_compiler_static=
9971 ;;
9972
9973 hpux*)
9974 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9975 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9976 # sets the default TLS model and affects inlining.
9977 case $host_cpu in
9978 hppa*64*)
9979 # +Z the default
9980 ;;
9981 *)
9982 lt_prog_compiler_pic='-fPIC'
9983 ;;
9984 esac
9985 ;;
9986
9987 interix[3-9]*)
9988 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9989 # Instead, we relocate shared libraries at runtime.
9990 ;;
9991
9992 msdosdjgpp*)
9993 # Just because we use GCC doesn't mean we suddenly get shared libraries
9994 # on systems that don't support them.
9995 lt_prog_compiler_can_build_shared=no
9996 enable_shared=no
9997 ;;
9998
9999 *nto* | *qnx*)
10000 # QNX uses GNU C++, but need to define -shared option too, otherwise
10001 # it will coredump.
10002 lt_prog_compiler_pic='-fPIC -shared'
10003 ;;
10004
10005 sysv4*MP*)
10006 if test -d /usr/nec; then
10007 lt_prog_compiler_pic=-Kconform_pic
10008 fi
10009 ;;
10010
10011 *)
10012 lt_prog_compiler_pic='-fPIC'
10013 ;;
10014 esac
10015
10016 case $cc_basename in
10017 nvcc*) # Cuda Compiler Driver 2.2
10018 lt_prog_compiler_wl='-Xlinker '
10019 lt_prog_compiler_pic='-Xcompiler -fPIC'
10020 ;;
10021 esac
10022 else
10023 # PORTME Check for flag to pass linker flags through the system compiler.
10024 case $host_os in
10025 aix*)
10026 lt_prog_compiler_wl='-Wl,'
10027 if test "$host_cpu" = ia64; then
10028 # AIX 5 now supports IA64 processor
10029 lt_prog_compiler_static='-Bstatic'
10030 else
10031 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10032 fi
10033 ;;
10034
10035 mingw* | cygwin* | pw32* | os2* | cegcc*)
10036 # This hack is so that the source file can tell whether it is being
10037 # built for inclusion in a dll (and should export symbols for example).
10038 lt_prog_compiler_pic='-DDLL_EXPORT'
10039 ;;
10040
10041 hpux9* | hpux10* | hpux11*)
10042 lt_prog_compiler_wl='-Wl,'
10043 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10044 # not for PA HP-UX.
10045 case $host_cpu in
10046 hppa*64*|ia64*)
10047 # +Z the default
10048 ;;
10049 *)
10050 lt_prog_compiler_pic='+Z'
10051 ;;
10052 esac
10053 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10054 lt_prog_compiler_static='${wl}-a ${wl}archive'
10055 ;;
10056
10057 irix5* | irix6* | nonstopux*)
10058 lt_prog_compiler_wl='-Wl,'
10059 # PIC (with -KPIC) is the default.
10060 lt_prog_compiler_static='-non_shared'
10061 ;;
10062
10063 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10064 case $cc_basename in
10065 # old Intel for x86_64 which still supported -KPIC.
10066 ecc*)
10067 lt_prog_compiler_wl='-Wl,'
10068 lt_prog_compiler_pic='-KPIC'
10069 lt_prog_compiler_static='-static'
10070 ;;
10071 # icc used to be incompatible with GCC.
10072 # ICC 10 doesn't accept -KPIC any more.
10073 icc* | ifort*)
10074 lt_prog_compiler_wl='-Wl,'
10075 lt_prog_compiler_pic='-fPIC'
10076 lt_prog_compiler_static='-static'
10077 ;;
10078 # Lahey Fortran 8.1.
10079 lf95*)
10080 lt_prog_compiler_wl='-Wl,'
10081 lt_prog_compiler_pic='--shared'
10082 lt_prog_compiler_static='--static'
10083 ;;
10084 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10085 # Portland Group compilers (*not* the Pentium gcc compiler,
10086 # which looks to be a dead project)
10087 lt_prog_compiler_wl='-Wl,'
10088 lt_prog_compiler_pic='-fpic'
10089 lt_prog_compiler_static='-Bstatic'
10090 ;;
10091 ccc*)
10092 lt_prog_compiler_wl='-Wl,'
10093 # All Alpha code is PIC.
10094 lt_prog_compiler_static='-non_shared'
10095 ;;
10096 xl* | bgxl* | bgf* | mpixl*)
10097 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10098 lt_prog_compiler_wl='-Wl,'
10099 lt_prog_compiler_pic='-qpic'
10100 lt_prog_compiler_static='-qstaticlink'
10101 ;;
10102 *)
10103 case `$CC -V 2>&1 | sed 5q` in
10104 *Sun\ F* | *Sun*Fortran*)
10105 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10106 lt_prog_compiler_pic='-KPIC'
10107 lt_prog_compiler_static='-Bstatic'
10108 lt_prog_compiler_wl=''
10109 ;;
10110 *Sun\ C*)
10111 # Sun C 5.9
10112 lt_prog_compiler_pic='-KPIC'
10113 lt_prog_compiler_static='-Bstatic'
10114 lt_prog_compiler_wl='-Wl,'
10115 ;;
10116 esac
10117 ;;
10118 esac
10119 ;;
10120
10121 newsos6)
10122 lt_prog_compiler_pic='-KPIC'
10123 lt_prog_compiler_static='-Bstatic'
10124 ;;
10125
10126 *nto* | *qnx*)
10127 # QNX uses GNU C++, but need to define -shared option too, otherwise
10128 # it will coredump.
10129 lt_prog_compiler_pic='-fPIC -shared'
10130 ;;
10131
10132 osf3* | osf4* | osf5*)
10133 lt_prog_compiler_wl='-Wl,'
10134 # All OSF/1 code is PIC.
10135 lt_prog_compiler_static='-non_shared'
10136 ;;
10137
10138 rdos*)
10139 lt_prog_compiler_static='-non_shared'
10140 ;;
10141
10142 solaris*)
10143 lt_prog_compiler_pic='-KPIC'
10144 lt_prog_compiler_static='-Bstatic'
10145 case $cc_basename in
10146 f77* | f90* | f95*)
10147 lt_prog_compiler_wl='-Qoption ld ';;
10148 *)
10149 lt_prog_compiler_wl='-Wl,';;
10150 esac
10151 ;;
10152
10153 sunos4*)
10154 lt_prog_compiler_wl='-Qoption ld '
10155 lt_prog_compiler_pic='-PIC'
10156 lt_prog_compiler_static='-Bstatic'
10157 ;;
f0569246 10158
6bb11ab3
L
10159 sysv4 | sysv4.2uw2* | sysv4.3*)
10160 lt_prog_compiler_wl='-Wl,'
10161 lt_prog_compiler_pic='-KPIC'
10162 lt_prog_compiler_static='-Bstatic'
10163 ;;
f0569246 10164
6bb11ab3
L
10165 sysv4*MP*)
10166 if test -d /usr/nec ;then
10167 lt_prog_compiler_pic='-Kconform_pic'
10168 lt_prog_compiler_static='-Bstatic'
10169 fi
10170 ;;
f0569246 10171
6bb11ab3
L
10172 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10173 lt_prog_compiler_wl='-Wl,'
10174 lt_prog_compiler_pic='-KPIC'
10175 lt_prog_compiler_static='-Bstatic'
10176 ;;
10177
10178 unicos*)
10179 lt_prog_compiler_wl='-Wl,'
10180 lt_prog_compiler_can_build_shared=no
10181 ;;
10182
10183 uts4*)
10184 lt_prog_compiler_pic='-pic'
10185 lt_prog_compiler_static='-Bstatic'
10186 ;;
10187
10188 *)
10189 lt_prog_compiler_can_build_shared=no
10190 ;;
10191 esac
10192 fi
10193
10194case $host_os in
10195 # For platforms which do not support PIC, -DPIC is meaningless:
10196 *djgpp*)
10197 lt_prog_compiler_pic=
10198 ;;
10199 *)
10200 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10201 ;;
81ecdfbb 10202esac
6bb11ab3
L
10203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10204$as_echo "$lt_prog_compiler_pic" >&6; }
10205
10206
10207
10208
10209
10210
10211#
10212# Check to make sure the PIC flag actually works.
10213#
10214if test -n "$lt_prog_compiler_pic"; then
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10216$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10217if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10218 $as_echo_n "(cached) " >&6
b7026657 10219else
6bb11ab3
L
10220 lt_cv_prog_compiler_pic_works=no
10221 ac_outfile=conftest.$ac_objext
10222 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10223 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10224 # Insert the option either (1) after the last *FLAGS variable, or
10225 # (2) before a word containing "conftest.", or (3) at the end.
10226 # Note that $ac_compile itself does not contain backslashes and begins
10227 # with a dollar sign (not a hyphen), so the echo should work correctly.
10228 # The option is referenced via a variable to avoid confusing sed.
10229 lt_compile=`echo "$ac_compile" | $SED \
10230 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10231 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10232 -e 's:$: $lt_compiler_flag:'`
10233 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10234 (eval "$lt_compile" 2>conftest.err)
10235 ac_status=$?
10236 cat conftest.err >&5
10237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10238 if (exit $ac_status) && test -s "$ac_outfile"; then
10239 # The compiler can only warn and ignore the option if not recognized
10240 # So say no if there are warnings other than the usual output.
10241 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10242 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10243 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10244 lt_cv_prog_compiler_pic_works=yes
10245 fi
10246 fi
10247 $RM conftest*
b7026657 10248
b7026657 10249fi
6bb11ab3
L
10250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10251$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10252
10253if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10254 case $lt_prog_compiler_pic in
10255 "" | " "*) ;;
10256 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10257 esac
10258else
10259 lt_prog_compiler_pic=
10260 lt_prog_compiler_can_build_shared=no
f0569246 10261fi
6bb11ab3
L
10262
10263fi
10264
10265
10266
10267
10268
10269
10270#
10271# Check to make sure the static flag actually works.
10272#
10273wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10275$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10276if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 10277 $as_echo_n "(cached) " >&6
f0569246 10278else
6bb11ab3
L
10279 lt_cv_prog_compiler_static_works=no
10280 save_LDFLAGS="$LDFLAGS"
10281 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10282 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10283 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10284 # The linker can only warn and ignore the option if not recognized
10285 # So say no if there are warnings
10286 if test -s conftest.err; then
10287 # Append any errors to the config.log.
10288 cat conftest.err 1>&5
10289 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10290 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10291 if diff conftest.exp conftest.er2 >/dev/null; then
10292 lt_cv_prog_compiler_static_works=yes
10293 fi
10294 else
10295 lt_cv_prog_compiler_static_works=yes
10296 fi
10297 fi
10298 $RM -r conftest*
10299 LDFLAGS="$save_LDFLAGS"
f0569246 10300
6bb11ab3
L
10301fi
10302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10303$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10304
6bb11ab3
L
10305if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10306 :
f0569246 10307else
6bb11ab3 10308 lt_prog_compiler_static=
f0569246 10309fi
b7026657 10310
6bb11ab3
L
10311
10312
10313
10314
10315
10316
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10318$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10319if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10320 $as_echo_n "(cached) " >&6
81ecdfbb 10321else
6bb11ab3
L
10322 lt_cv_prog_compiler_c_o=no
10323 $RM -r conftest 2>/dev/null
10324 mkdir conftest
10325 cd conftest
10326 mkdir out
10327 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10328
10329 lt_compiler_flag="-o out/conftest2.$ac_objext"
10330 # Insert the option either (1) after the last *FLAGS variable, or
10331 # (2) before a word containing "conftest.", or (3) at the end.
10332 # Note that $ac_compile itself does not contain backslashes and begins
10333 # with a dollar sign (not a hyphen), so the echo should work correctly.
10334 lt_compile=`echo "$ac_compile" | $SED \
10335 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10336 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10337 -e 's:$: $lt_compiler_flag:'`
10338 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10339 (eval "$lt_compile" 2>out/conftest.err)
10340 ac_status=$?
10341 cat out/conftest.err >&5
10342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10344 then
10345 # The compiler can only warn and ignore the option if not recognized
10346 # So say no if there are warnings
10347 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10348 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10349 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10350 lt_cv_prog_compiler_c_o=yes
10351 fi
10352 fi
10353 chmod u+w . 2>&5
10354 $RM conftest*
10355 # SGI C++ compiler will create directory out/ii_files/ for
10356 # template instantiation
10357 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10358 $RM out/* && rmdir out
10359 cd ..
10360 $RM -r conftest
10361 $RM conftest*
10362
81ecdfbb 10363fi
6bb11ab3
L
10364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10365$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10366
10367
10368
10369
10370
10371
10372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10373$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10374if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10375 $as_echo_n "(cached) " >&6
10376else
6bb11ab3
L
10377 lt_cv_prog_compiler_c_o=no
10378 $RM -r conftest 2>/dev/null
10379 mkdir conftest
10380 cd conftest
10381 mkdir out
10382 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10383
10384 lt_compiler_flag="-o out/conftest2.$ac_objext"
10385 # Insert the option either (1) after the last *FLAGS variable, or
10386 # (2) before a word containing "conftest.", or (3) at the end.
10387 # Note that $ac_compile itself does not contain backslashes and begins
10388 # with a dollar sign (not a hyphen), so the echo should work correctly.
10389 lt_compile=`echo "$ac_compile" | $SED \
10390 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10391 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10392 -e 's:$: $lt_compiler_flag:'`
10393 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10394 (eval "$lt_compile" 2>out/conftest.err)
10395 ac_status=$?
10396 cat out/conftest.err >&5
10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10398 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10399 then
10400 # The compiler can only warn and ignore the option if not recognized
10401 # So say no if there are warnings
10402 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10403 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10404 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10405 lt_cv_prog_compiler_c_o=yes
10406 fi
10407 fi
10408 chmod u+w . 2>&5
10409 $RM conftest*
10410 # SGI C++ compiler will create directory out/ii_files/ for
10411 # template instantiation
10412 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10413 $RM out/* && rmdir out
10414 cd ..
10415 $RM -r conftest
10416 $RM conftest*
10417
10418fi
10419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10420$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10421
10422
10423
10424
10425hard_links="nottested"
10426if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10427 # do not overwrite the value of need_locks provided by the user
10428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10429$as_echo_n "checking if we can lock with hard links... " >&6; }
10430 hard_links=yes
10431 $RM conftest*
10432 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10433 touch conftest.a
10434 ln conftest.a conftest.b 2>&5 || hard_links=no
10435 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10437$as_echo "$hard_links" >&6; }
10438 if test "$hard_links" = no; then
10439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10440$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10441 need_locks=warn
10442 fi
10443else
10444 need_locks=no
10445fi
10446
10447
10448
10449
10450
10451
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10453$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10454
10455 runpath_var=
10456 allow_undefined_flag=
10457 always_export_symbols=no
10458 archive_cmds=
10459 archive_expsym_cmds=
10460 compiler_needs_object=no
10461 enable_shared_with_static_runtimes=no
10462 export_dynamic_flag_spec=
10463 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10464 hardcode_automatic=no
10465 hardcode_direct=no
10466 hardcode_direct_absolute=no
10467 hardcode_libdir_flag_spec=
10468 hardcode_libdir_flag_spec_ld=
10469 hardcode_libdir_separator=
10470 hardcode_minus_L=no
10471 hardcode_shlibpath_var=unsupported
10472 inherit_rpath=no
10473 link_all_deplibs=unknown
10474 module_cmds=
10475 module_expsym_cmds=
10476 old_archive_from_new_cmds=
10477 old_archive_from_expsyms_cmds=
10478 thread_safe_flag_spec=
10479 whole_archive_flag_spec=
10480 # include_expsyms should be a list of space-separated symbols to be *always*
10481 # included in the symbol list
10482 include_expsyms=
10483 # exclude_expsyms can be an extended regexp of symbols to exclude
10484 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10485 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10486 # as well as any symbol that contains `d'.
10487 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10488 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10489 # platforms (ab)use it in PIC code, but their linkers get confused if
10490 # the symbol is explicitly referenced. Since portable code cannot
10491 # rely on this symbol name, it's probably fine to never include it in
10492 # preloaded symbol tables.
10493 # Exclude shared library initialization/finalization symbols.
10494 extract_expsyms_cmds=
10495
10496 case $host_os in
10497 cygwin* | mingw* | pw32* | cegcc*)
10498 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10499 # When not using gcc, we currently assume that we are using
10500 # Microsoft Visual C++.
10501 if test "$GCC" != yes; then
10502 with_gnu_ld=no
10503 fi
10504 ;;
10505 interix*)
10506 # we just hope/assume this is gcc and not c89 (= MSVC++)
10507 with_gnu_ld=yes
10508 ;;
10509 openbsd*)
10510 with_gnu_ld=no
10511 ;;
10512 esac
f0569246 10513
6bb11ab3
L
10514 ld_shlibs=yes
10515
10516 # On some targets, GNU ld is compatible enough with the native linker
10517 # that we're better off using the native interface for both.
10518 lt_use_gnu_ld_interface=no
10519 if test "$with_gnu_ld" = yes; then
10520 case $host_os in
10521 aix*)
10522 # The AIX port of GNU ld has always aspired to compatibility
10523 # with the native linker. However, as the warning in the GNU ld
10524 # block says, versions before 2.19.5* couldn't really create working
10525 # shared libraries, regardless of the interface used.
10526 case `$LD -v 2>&1` in
10527 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10528 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10529 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10530 *)
10531 lt_use_gnu_ld_interface=yes
10532 ;;
10533 esac
10534 ;;
10535 *)
10536 lt_use_gnu_ld_interface=yes
10537 ;;
10538 esac
10539 fi
f0569246 10540
6bb11ab3
L
10541 if test "$lt_use_gnu_ld_interface" = yes; then
10542 # If archive_cmds runs LD, not CC, wlarc should be empty
10543 wlarc='${wl}'
10544
10545 # Set some defaults for GNU ld with shared library support. These
10546 # are reset later if shared libraries are not supported. Putting them
10547 # here allows them to be overridden if necessary.
10548 runpath_var=LD_RUN_PATH
10549 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10550 export_dynamic_flag_spec='${wl}--export-dynamic'
10551 # ancient GNU ld didn't support --whole-archive et. al.
10552 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10553 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10554 else
10555 whole_archive_flag_spec=
10556 fi
10557 supports_anon_versioning=no
10558 case `$LD -v 2>&1` in
10559 *GNU\ gold*) supports_anon_versioning=yes ;;
10560 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10561 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10562 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10563 *\ 2.11.*) ;; # other 2.11 versions
10564 *) supports_anon_versioning=yes ;;
10565 esac
10566
10567 # See if GNU ld supports shared libraries.
10568 case $host_os in
10569 aix[3-9]*)
10570 # On AIX/PPC, the GNU linker is very broken
10571 if test "$host_cpu" != ia64; then
10572 ld_shlibs=no
10573 cat <<_LT_EOF 1>&2
10574
10575*** Warning: the GNU linker, at least up to release 2.19, is reported
10576*** to be unable to reliably create shared libraries on AIX.
10577*** Therefore, libtool is disabling shared libraries support. If you
10578*** really care for shared libraries, you may want to install binutils
10579*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10580*** You will then need to restart the configuration process.
10581
10582_LT_EOF
10583 fi
10584 ;;
10585
10586 amigaos*)
10587 case $host_cpu in
10588 powerpc)
10589 # see comment about AmigaOS4 .so support
10590 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10591 archive_expsym_cmds=''
10592 ;;
10593 m68k)
10594 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)'
10595 hardcode_libdir_flag_spec='-L$libdir'
10596 hardcode_minus_L=yes
10597 ;;
10598 esac
10599 ;;
10600
10601 beos*)
10602 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10603 allow_undefined_flag=unsupported
10604 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10605 # support --undefined. This deserves some investigation. FIXME
10606 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10607 else
10608 ld_shlibs=no
10609 fi
10610 ;;
10611
10612 cygwin* | mingw* | pw32* | cegcc*)
10613 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10614 # as there is no search path for DLLs.
10615 hardcode_libdir_flag_spec='-L$libdir'
10616 export_dynamic_flag_spec='${wl}--export-all-symbols'
10617 allow_undefined_flag=unsupported
10618 always_export_symbols=no
10619 enable_shared_with_static_runtimes=yes
10620 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10621
10622 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10623 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10624 # If the export-symbols file already is a .def file (1st line
10625 # is EXPORTS), use it as is; otherwise, prepend...
10626 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10627 cp $export_symbols $output_objdir/$soname.def;
10628 else
10629 echo EXPORTS > $output_objdir/$soname.def;
10630 cat $export_symbols >> $output_objdir/$soname.def;
10631 fi~
10632 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10633 else
10634 ld_shlibs=no
10635 fi
10636 ;;
10637
10638 haiku*)
10639 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10640 link_all_deplibs=yes
10641 ;;
10642
10643 interix[3-9]*)
10644 hardcode_direct=no
10645 hardcode_shlibpath_var=no
10646 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10647 export_dynamic_flag_spec='${wl}-E'
10648 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10649 # Instead, shared libraries are loaded at an image base (0x10000000 by
10650 # default) and relocated if they conflict, which is a slow very memory
10651 # consuming and fragmenting process. To avoid this, we pick a random,
10652 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10653 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10654 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10655 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'
10656 ;;
10657
10658 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10659 tmp_diet=no
10660 if test "$host_os" = linux-dietlibc; then
10661 case $cc_basename in
10662 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10663 esac
10664 fi
10665 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10666 && test "$tmp_diet" = no
10667 then
5cddc23a 10668 tmp_addflag=' $pic_flag'
6bb11ab3
L
10669 tmp_sharedflag='-shared'
10670 case $cc_basename,$host_cpu in
10671 pgcc*) # Portland Group C compiler
10672 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'
10673 tmp_addflag=' $pic_flag'
10674 ;;
10675 pgf77* | pgf90* | pgf95* | pgfortran*)
10676 # Portland Group f77 and f90 compilers
10677 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'
10678 tmp_addflag=' $pic_flag -Mnomain' ;;
10679 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10680 tmp_addflag=' -i_dynamic' ;;
10681 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10682 tmp_addflag=' -i_dynamic -nofor_main' ;;
10683 ifc* | ifort*) # Intel Fortran compiler
10684 tmp_addflag=' -nofor_main' ;;
10685 lf95*) # Lahey Fortran 8.1
10686 whole_archive_flag_spec=
10687 tmp_sharedflag='--shared' ;;
10688 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10689 tmp_sharedflag='-qmkshrobj'
10690 tmp_addflag= ;;
10691 nvcc*) # Cuda Compiler Driver 2.2
10692 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'
10693 compiler_needs_object=yes
10694 ;;
10695 esac
10696 case `$CC -V 2>&1 | sed 5q` in
10697 *Sun\ C*) # Sun C 5.9
10698 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'
10699 compiler_needs_object=yes
10700 tmp_sharedflag='-G' ;;
10701 *Sun\ F*) # Sun Fortran 8.3
10702 tmp_sharedflag='-G' ;;
10703 esac
10704 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10705
10706 if test "x$supports_anon_versioning" = xyes; then
10707 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10708 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10709 echo "local: *; };" >> $output_objdir/$libname.ver~
10710 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10711 fi
10712
10713 case $cc_basename in
10714 xlf* | bgf* | bgxlf* | mpixlf*)
10715 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10716 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10717 hardcode_libdir_flag_spec=
10718 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10719 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10720 if test "x$supports_anon_versioning" = xyes; then
10721 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10722 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10723 echo "local: *; };" >> $output_objdir/$libname.ver~
10724 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10725 fi
10726 ;;
10727 esac
10728 else
10729 ld_shlibs=no
10730 fi
10731 ;;
10732
10733 netbsd*)
10734 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10735 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10736 wlarc=
10737 else
10738 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10739 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10740 fi
10741 ;;
10742
10743 solaris*)
10744 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10745 ld_shlibs=no
10746 cat <<_LT_EOF 1>&2
10747
10748*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10749*** create shared libraries on Solaris systems. Therefore, libtool
10750*** is disabling shared libraries support. We urge you to upgrade GNU
10751*** binutils to release 2.9.1 or newer. Another option is to modify
10752*** your PATH or compiler configuration so that the native linker is
10753*** used, and then restart.
10754
10755_LT_EOF
10756 elif $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
10764 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10765 case `$LD -v 2>&1` in
10766 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10767 ld_shlibs=no
10768 cat <<_LT_EOF 1>&2
10769
10770*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10771*** reliably create shared libraries on SCO systems. Therefore, libtool
10772*** is disabling shared libraries support. We urge you to upgrade GNU
10773*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10774*** your PATH or compiler configuration so that the native linker is
10775*** used, and then restart.
10776
10777_LT_EOF
10778 ;;
10779 *)
10780 # For security reasons, it is highly recommended that you always
10781 # use absolute paths for naming shared libraries, and exclude the
10782 # DT_RUNPATH tag from executables and libraries. But doing so
10783 # requires that you compile everything twice, which is a pain.
10784 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10785 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10786 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10787 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10788 else
10789 ld_shlibs=no
10790 fi
10791 ;;
10792 esac
10793 ;;
10794
10795 sunos4*)
10796 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10797 wlarc=
10798 hardcode_direct=yes
10799 hardcode_shlibpath_var=no
10800 ;;
10801
10802 *)
10803 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10804 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10805 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10806 else
10807 ld_shlibs=no
10808 fi
10809 ;;
10810 esac
10811
10812 if test "$ld_shlibs" = no; then
10813 runpath_var=
10814 hardcode_libdir_flag_spec=
10815 export_dynamic_flag_spec=
10816 whole_archive_flag_spec=
10817 fi
10818 else
10819 # PORTME fill in a description of your system's linker (not GNU ld)
10820 case $host_os in
10821 aix3*)
10822 allow_undefined_flag=unsupported
10823 always_export_symbols=yes
10824 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'
10825 # Note: this linker hardcodes the directories in LIBPATH if there
10826 # are no directories specified by -L.
10827 hardcode_minus_L=yes
10828 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10829 # Neither direct hardcoding nor static linking is supported with a
10830 # broken collect2.
10831 hardcode_direct=unsupported
10832 fi
10833 ;;
10834
10835 aix[4-9]*)
10836 if test "$host_cpu" = ia64; then
10837 # On IA64, the linker does run time linking by default, so we don't
10838 # have to do anything special.
10839 aix_use_runtimelinking=no
10840 exp_sym_flag='-Bexport'
10841 no_entry_flag=""
10842 else
10843 # If we're using GNU nm, then we don't want the "-C" option.
10844 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10845 # Also, AIX nm treats weak defined symbols like other global
10846 # defined symbols, whereas GNU nm marks them as "W".
10847 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10848 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'
10849 else
10850 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10851 fi
10852 aix_use_runtimelinking=no
10853
10854 # Test if we are trying to use run time linking or normal
10855 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10856 # need to do runtime linking.
10857 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10858 for ld_flag in $LDFLAGS; do
10859 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10860 aix_use_runtimelinking=yes
10861 break
10862 fi
10863 done
10864 ;;
10865 esac
10866
10867 exp_sym_flag='-bexport'
10868 no_entry_flag='-bnoentry'
10869 fi
10870
10871 # When large executables or shared objects are built, AIX ld can
10872 # have problems creating the table of contents. If linking a library
10873 # or program results in "error TOC overflow" add -mminimal-toc to
10874 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10875 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10876
10877 archive_cmds=''
10878 hardcode_direct=yes
10879 hardcode_direct_absolute=yes
10880 hardcode_libdir_separator=':'
10881 link_all_deplibs=yes
10882 file_list_spec='${wl}-f,'
10883
10884 if test "$GCC" = yes; then
10885 case $host_os in aix4.[012]|aix4.[012].*)
10886 # We only want to do this on AIX 4.2 and lower, the check
10887 # below for broken collect2 doesn't work under 4.3+
10888 collect2name=`${CC} -print-prog-name=collect2`
10889 if test -f "$collect2name" &&
10890 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10891 then
10892 # We have reworked collect2
10893 :
10894 else
10895 # We have old collect2
10896 hardcode_direct=unsupported
10897 # It fails to find uninstalled libraries when the uninstalled
10898 # path is not listed in the libpath. Setting hardcode_minus_L
10899 # to unsupported forces relinking
10900 hardcode_minus_L=yes
10901 hardcode_libdir_flag_spec='-L$libdir'
10902 hardcode_libdir_separator=
10903 fi
10904 ;;
10905 esac
10906 shared_flag='-shared'
10907 if test "$aix_use_runtimelinking" = yes; then
10908 shared_flag="$shared_flag "'${wl}-G'
10909 fi
10910 else
10911 # not using gcc
10912 if test "$host_cpu" = ia64; then
10913 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10914 # chokes on -Wl,-G. The following line is correct:
10915 shared_flag='-G'
10916 else
10917 if test "$aix_use_runtimelinking" = yes; then
10918 shared_flag='${wl}-G'
10919 else
10920 shared_flag='${wl}-bM:SRE'
10921 fi
10922 fi
10923 fi
10924
10925 export_dynamic_flag_spec='${wl}-bexpall'
10926 # It seems that -bexpall does not export symbols beginning with
10927 # underscore (_), so it is better to generate a list of symbols to export.
10928 always_export_symbols=yes
10929 if test "$aix_use_runtimelinking" = yes; then
10930 # Warning - without using the other runtime loading flags (-brtl),
10931 # -berok will link without error, but may produce a broken library.
10932 allow_undefined_flag='-berok'
10933 # Determine the default libpath from the value encoded in an
10934 # empty executable.
10935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10936/* end confdefs.h. */
10937
10938int
10939main ()
10940{
10941
10942 ;
10943 return 0;
10944}
10945_ACEOF
6bb11ab3 10946if ac_fn_c_try_link "$LINENO"; then :
81ecdfbb 10947
6bb11ab3
L
10948lt_aix_libpath_sed='
10949 /Import File Strings/,/^$/ {
10950 /^0/ {
10951 s/^0 *\(.*\)$/\1/
10952 p
10953 }
10954 }'
10955aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10956# Check for a 64-bit object if we didn't find anything.
10957if test -z "$aix_libpath"; then
10958 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10959fi
10960fi
10961rm -f core conftest.err conftest.$ac_objext \
10962 conftest$ac_exeext conftest.$ac_ext
10963if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10964
10965 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10966 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"
10967 else
10968 if test "$host_cpu" = ia64; then
10969 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10970 allow_undefined_flag="-z nodefs"
10971 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"
10972 else
10973 # Determine the default libpath from the value encoded in an
10974 # empty executable.
81ecdfbb
RW
10975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10976/* end confdefs.h. */
10977
10978int
10979main ()
10980{
b7026657 10981
81ecdfbb
RW
10982 ;
10983 return 0;
10984}
10985_ACEOF
6bb11ab3
L
10986if ac_fn_c_try_link "$LINENO"; then :
10987
10988lt_aix_libpath_sed='
10989 /Import File Strings/,/^$/ {
10990 /^0/ {
10991 s/^0 *\(.*\)$/\1/
10992 p
10993 }
10994 }'
10995aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10996# Check for a 64-bit object if we didn't find anything.
10997if test -z "$aix_libpath"; then
10998 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
f0569246 10999fi
81ecdfbb 11000fi
6bb11ab3
L
11001rm -f core conftest.err conftest.$ac_objext \
11002 conftest$ac_exeext conftest.$ac_ext
11003if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11004
11005 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11006 # Warning - without using the other run time loading flags,
11007 # -berok will link without error, but may produce a broken library.
11008 no_undefined_flag=' ${wl}-bernotok'
11009 allow_undefined_flag=' ${wl}-berok'
11010 if test "$with_gnu_ld" = yes; then
11011 # We only use this code for GNU lds that support --whole-archive.
11012 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11013 else
11014 # Exported symbols can be pulled into shared objects from archives
11015 whole_archive_flag_spec='$convenience'
11016 fi
11017 archive_cmds_need_lc=yes
11018 # This is similar to how AIX traditionally builds its shared libraries.
11019 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'
11020 fi
11021 fi
11022 ;;
11023
11024 amigaos*)
11025 case $host_cpu in
11026 powerpc)
11027 # see comment about AmigaOS4 .so support
11028 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11029 archive_expsym_cmds=''
11030 ;;
11031 m68k)
11032 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)'
11033 hardcode_libdir_flag_spec='-L$libdir'
11034 hardcode_minus_L=yes
11035 ;;
11036 esac
11037 ;;
11038
11039 bsdi[45]*)
11040 export_dynamic_flag_spec=-rdynamic
11041 ;;
11042
11043 cygwin* | mingw* | pw32* | cegcc*)
11044 # When not using gcc, we currently assume that we are using
11045 # Microsoft Visual C++.
11046 # hardcode_libdir_flag_spec is actually meaningless, as there is
11047 # no search path for DLLs.
11048 hardcode_libdir_flag_spec=' '
11049 allow_undefined_flag=unsupported
11050 # Tell ltmain to make .lib files, not .a files.
11051 libext=lib
11052 # Tell ltmain to make .dll files, not .so files.
11053 shrext_cmds=".dll"
11054 # FIXME: Setting linknames here is a bad hack.
11055 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11056 # The linker will automatically build a .lib file if we build a DLL.
11057 old_archive_from_new_cmds='true'
11058 # FIXME: Should let the user specify the lib program.
11059 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11060 fix_srcfile_path='`cygpath -w "$srcfile"`'
11061 enable_shared_with_static_runtimes=yes
11062 ;;
11063
11064 darwin* | rhapsody*)
11065
11066
11067 archive_cmds_need_lc=no
11068 hardcode_direct=no
11069 hardcode_automatic=yes
11070 hardcode_shlibpath_var=unsupported
11071 if test "$lt_cv_ld_force_load" = "yes"; then
11072 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
f0569246 11073 else
6bb11ab3 11074 whole_archive_flag_spec=''
f0569246 11075 fi
6bb11ab3
L
11076 link_all_deplibs=yes
11077 allow_undefined_flag="$_lt_dar_allow_undefined"
11078 case $cc_basename in
11079 ifort*) _lt_dar_can_shared=yes ;;
11080 *) _lt_dar_can_shared=$GCC ;;
11081 esac
11082 if test "$_lt_dar_can_shared" = "yes"; then
11083 output_verbose_link_cmd=func_echo_all
11084 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11085 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11086 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}"
11087 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}"
11088
f0569246 11089 else
6bb11ab3 11090 ld_shlibs=no
f0569246 11091 fi
6bb11ab3
L
11092
11093 ;;
11094
11095 dgux*)
11096 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11097 hardcode_libdir_flag_spec='-L$libdir'
11098 hardcode_shlibpath_var=no
11099 ;;
11100
11101 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11102 # support. Future versions do this automatically, but an explicit c++rt0.o
11103 # does not break anything, and helps significantly (at the cost of a little
11104 # extra space).
11105 freebsd2.2*)
11106 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11107 hardcode_libdir_flag_spec='-R$libdir'
11108 hardcode_direct=yes
11109 hardcode_shlibpath_var=no
11110 ;;
11111
11112 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11113 freebsd2.*)
11114 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11115 hardcode_direct=yes
11116 hardcode_minus_L=yes
11117 hardcode_shlibpath_var=no
11118 ;;
11119
11120 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11121 freebsd* | dragonfly*)
11122 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11123 hardcode_libdir_flag_spec='-R$libdir'
11124 hardcode_direct=yes
11125 hardcode_shlibpath_var=no
11126 ;;
11127
11128 hpux9*)
11129 if test "$GCC" = yes; then
11130 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'
11131 else
11132 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'
11133 fi
11134 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11135 hardcode_libdir_separator=:
11136 hardcode_direct=yes
11137
11138 # hardcode_minus_L: Not really in the search PATH,
11139 # but as the default location of the library.
11140 hardcode_minus_L=yes
11141 export_dynamic_flag_spec='${wl}-E'
11142 ;;
11143
11144 hpux10*)
11145 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11146 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11147 else
11148 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11149 fi
11150 if test "$with_gnu_ld" = no; then
11151 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11152 hardcode_libdir_flag_spec_ld='+b $libdir'
11153 hardcode_libdir_separator=:
11154 hardcode_direct=yes
11155 hardcode_direct_absolute=yes
11156 export_dynamic_flag_spec='${wl}-E'
11157 # hardcode_minus_L: Not really in the search PATH,
11158 # but as the default location of the library.
11159 hardcode_minus_L=yes
11160 fi
11161 ;;
11162
11163 hpux11*)
11164 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11165 case $host_cpu in
11166 hppa*64*)
11167 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11168 ;;
11169 ia64*)
11170 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11171 ;;
11172 *)
11173 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11174 ;;
11175 esac
11176 else
11177 case $host_cpu in
11178 hppa*64*)
11179 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11180 ;;
11181 ia64*)
11182 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11183 ;;
11184 *)
11185
11186 # Older versions of the 11.00 compiler do not understand -b yet
11187 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11189$as_echo_n "checking if $CC understands -b... " >&6; }
11190if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 11191 $as_echo_n "(cached) " >&6
f0569246 11192else
6bb11ab3
L
11193 lt_cv_prog_compiler__b=no
11194 save_LDFLAGS="$LDFLAGS"
11195 LDFLAGS="$LDFLAGS -b"
11196 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11197 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11198 # The linker can only warn and ignore the option if not recognized
11199 # So say no if there are warnings
11200 if test -s conftest.err; then
11201 # Append any errors to the config.log.
11202 cat conftest.err 1>&5
11203 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11204 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11205 if diff conftest.exp conftest.er2 >/dev/null; then
11206 lt_cv_prog_compiler__b=yes
11207 fi
11208 else
11209 lt_cv_prog_compiler__b=yes
11210 fi
11211 fi
11212 $RM -r conftest*
11213 LDFLAGS="$save_LDFLAGS"
f0569246 11214
6bb11ab3
L
11215fi
11216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11217$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11218
6bb11ab3
L
11219if test x"$lt_cv_prog_compiler__b" = xyes; then
11220 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11221else
11222 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11223fi
81ecdfbb 11224
6bb11ab3
L
11225 ;;
11226 esac
11227 fi
11228 if test "$with_gnu_ld" = no; then
11229 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11230 hardcode_libdir_separator=:
11231
11232 case $host_cpu in
11233 hppa*64*|ia64*)
11234 hardcode_direct=no
11235 hardcode_shlibpath_var=no
11236 ;;
11237 *)
11238 hardcode_direct=yes
11239 hardcode_direct_absolute=yes
11240 export_dynamic_flag_spec='${wl}-E'
11241
11242 # hardcode_minus_L: Not really in the search PATH,
11243 # but as the default location of the library.
11244 hardcode_minus_L=yes
11245 ;;
11246 esac
11247 fi
11248 ;;
11249
11250 irix5* | irix6* | nonstopux*)
11251 if test "$GCC" = yes; then
11252 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'
11253 # Try to use the -exported_symbol ld option, if it does not
11254 # work, assume that -exports_file does not work either and
11255 # implicitly export all symbols.
11256 save_LDFLAGS="$LDFLAGS"
11257 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11259/* end confdefs.h. */
11260int foo(void) {}
b7026657 11261_ACEOF
6bb11ab3
L
11262if ac_fn_c_try_link "$LINENO"; then :
11263 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
c906108c 11264
f0569246 11265fi
6bb11ab3
L
11266rm -f core conftest.err conftest.$ac_objext \
11267 conftest$ac_exeext conftest.$ac_ext
11268 LDFLAGS="$save_LDFLAGS"
11269 else
11270 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'
11271 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'
11272 fi
11273 archive_cmds_need_lc='no'
11274 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11275 hardcode_libdir_separator=:
11276 inherit_rpath=yes
11277 link_all_deplibs=yes
11278 ;;
11279
11280 netbsd*)
11281 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11282 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11283 else
11284 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11285 fi
11286 hardcode_libdir_flag_spec='-R$libdir'
11287 hardcode_direct=yes
11288 hardcode_shlibpath_var=no
11289 ;;
11290
11291 newsos6)
11292 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11293 hardcode_direct=yes
11294 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11295 hardcode_libdir_separator=:
11296 hardcode_shlibpath_var=no
11297 ;;
11298
11299 *nto* | *qnx*)
11300 ;;
11301
11302 openbsd*)
11303 if test -f /usr/libexec/ld.so; then
11304 hardcode_direct=yes
11305 hardcode_shlibpath_var=no
11306 hardcode_direct_absolute=yes
11307 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11308 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11309 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11310 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11311 export_dynamic_flag_spec='${wl}-E'
11312 else
11313 case $host_os in
11314 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11315 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11316 hardcode_libdir_flag_spec='-R$libdir'
11317 ;;
11318 *)
11319 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11320 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11321 ;;
11322 esac
11323 fi
11324 else
11325 ld_shlibs=no
11326 fi
11327 ;;
11328
11329 os2*)
11330 hardcode_libdir_flag_spec='-L$libdir'
11331 hardcode_minus_L=yes
11332 allow_undefined_flag=unsupported
11333 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'
11334 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11335 ;;
11336
11337 osf3*)
11338 if test "$GCC" = yes; then
11339 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11340 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'
11341 else
11342 allow_undefined_flag=' -expect_unresolved \*'
11343 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'
11344 fi
11345 archive_cmds_need_lc='no'
11346 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11347 hardcode_libdir_separator=:
11348 ;;
11349
11350 osf4* | osf5*) # as osf3* with the addition of -msym flag
11351 if test "$GCC" = yes; then
11352 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11353 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'
11354 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11355 else
11356 allow_undefined_flag=' -expect_unresolved \*'
11357 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'
11358 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~
11359 $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'
11360
11361 # Both c and cxx compiler support -rpath directly
11362 hardcode_libdir_flag_spec='-rpath $libdir'
11363 fi
11364 archive_cmds_need_lc='no'
11365 hardcode_libdir_separator=:
11366 ;;
11367
11368 solaris*)
11369 no_undefined_flag=' -z defs'
11370 if test "$GCC" = yes; then
11371 wlarc='${wl}'
11372 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11373 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11374 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11375 else
11376 case `$CC -V 2>&1` in
11377 *"Compilers 5.0"*)
11378 wlarc=''
11379 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11380 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11381 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11382 ;;
11383 *)
11384 wlarc='${wl}'
11385 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11386 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11387 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11388 ;;
11389 esac
11390 fi
11391 hardcode_libdir_flag_spec='-R$libdir'
11392 hardcode_shlibpath_var=no
11393 case $host_os in
11394 solaris2.[0-5] | solaris2.[0-5].*) ;;
11395 *)
11396 # The compiler driver will combine and reorder linker options,
11397 # but understands `-z linker_flag'. GCC discards it without `$wl',
11398 # but is careful enough not to reorder.
11399 # Supported since Solaris 2.6 (maybe 2.5.1?)
11400 if test "$GCC" = yes; then
11401 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11402 else
11403 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11404 fi
11405 ;;
11406 esac
11407 link_all_deplibs=yes
11408 ;;
11409
11410 sunos4*)
11411 if test "x$host_vendor" = xsequent; then
11412 # Use $CC to link under sequent, because it throws in some extra .o
11413 # files that make .init and .fini sections work.
11414 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11415 else
11416 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11417 fi
11418 hardcode_libdir_flag_spec='-L$libdir'
11419 hardcode_direct=yes
11420 hardcode_minus_L=yes
11421 hardcode_shlibpath_var=no
11422 ;;
11423
11424 sysv4)
11425 case $host_vendor in
11426 sni)
11427 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11428 hardcode_direct=yes # is this really true???
11429 ;;
11430 siemens)
11431 ## LD is ld it makes a PLAMLIB
11432 ## CC just makes a GrossModule.
11433 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11434 reload_cmds='$CC -r -o $output$reload_objs'
11435 hardcode_direct=no
11436 ;;
11437 motorola)
11438 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11439 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11440 ;;
11441 esac
11442 runpath_var='LD_RUN_PATH'
11443 hardcode_shlibpath_var=no
11444 ;;
11445
11446 sysv4.3*)
11447 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11448 hardcode_shlibpath_var=no
11449 export_dynamic_flag_spec='-Bexport'
11450 ;;
11451
11452 sysv4*MP*)
11453 if test -d /usr/nec; then
11454 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11455 hardcode_shlibpath_var=no
11456 runpath_var=LD_RUN_PATH
11457 hardcode_runpath_var=yes
11458 ld_shlibs=yes
11459 fi
11460 ;;
11461
11462 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11463 no_undefined_flag='${wl}-z,text'
11464 archive_cmds_need_lc=no
11465 hardcode_shlibpath_var=no
11466 runpath_var='LD_RUN_PATH'
11467
11468 if test "$GCC" = yes; then
11469 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11470 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11471 else
11472 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11473 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11474 fi
11475 ;;
11476
11477 sysv5* | sco3.2v5* | sco5v6*)
11478 # Note: We can NOT use -z defs as we might desire, because we do not
11479 # link with -lc, and that would cause any symbols used from libc to
11480 # always be unresolved, which means just about no library would
11481 # ever link correctly. If we're not using GNU ld we use -z text
11482 # though, which does catch some bad symbols but isn't as heavy-handed
11483 # as -z defs.
11484 no_undefined_flag='${wl}-z,text'
11485 allow_undefined_flag='${wl}-z,nodefs'
11486 archive_cmds_need_lc=no
11487 hardcode_shlibpath_var=no
11488 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11489 hardcode_libdir_separator=':'
11490 link_all_deplibs=yes
11491 export_dynamic_flag_spec='${wl}-Bexport'
11492 runpath_var='LD_RUN_PATH'
11493
11494 if test "$GCC" = yes; then
11495 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11496 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11497 else
11498 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11499 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11500 fi
11501 ;;
11502
11503 uts4*)
11504 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11505 hardcode_libdir_flag_spec='-L$libdir'
11506 hardcode_shlibpath_var=no
11507 ;;
11508
11509 *)
11510 ld_shlibs=no
11511 ;;
11512 esac
11513
11514 if test x$host_vendor = xsni; then
11515 case $host in
11516 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11517 export_dynamic_flag_spec='${wl}-Blargedynsym'
11518 ;;
11519 esac
11520 fi
11521 fi
11522
11523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11524$as_echo "$ld_shlibs" >&6; }
11525test "$ld_shlibs" = no && can_build_shared=no
11526
11527with_gnu_ld=$with_gnu_ld
11528
11529
11530
11531
11532
f0569246 11533
b7026657 11534
f0569246 11535
6ffe910a 11536
6ffe910a
MF
11537
11538
6ffe910a 11539
f0569246 11540
f0569246 11541
c906108c 11542
6bb11ab3
L
11543#
11544# Do we need to explicitly link libc?
11545#
11546case "x$archive_cmds_need_lc" in
11547x|xyes)
11548 # Assume -lc should be added
11549 archive_cmds_need_lc=yes
11550
11551 if test "$enable_shared" = yes && test "$GCC" = yes; then
11552 case $archive_cmds in
11553 *'~'*)
11554 # FIXME: we may have to deal with multi-command sequences.
11555 ;;
11556 '$CC '*)
11557 # Test whether the compiler implicitly links with -lc since on some
11558 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11559 # to ld, don't add -lc before -lgcc.
11560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11561$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11562if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11563 $as_echo_n "(cached) " >&6
f0569246 11564else
6bb11ab3
L
11565 $RM conftest*
11566 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11567
11568 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11569 (eval $ac_compile) 2>&5
11570 ac_status=$?
11571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11572 test $ac_status = 0; } 2>conftest.err; then
11573 soname=conftest
11574 lib=conftest
11575 libobjs=conftest.$ac_objext
11576 deplibs=
11577 wl=$lt_prog_compiler_wl
11578 pic_flag=$lt_prog_compiler_pic
11579 compiler_flags=-v
11580 linker_flags=-v
11581 verstring=
11582 output_objdir=.
11583 libname=conftest
11584 lt_save_allow_undefined_flag=$allow_undefined_flag
11585 allow_undefined_flag=
11586 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11587 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11588 ac_status=$?
11589 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11590 test $ac_status = 0; }
11591 then
11592 lt_cv_archive_cmds_need_lc=no
11593 else
11594 lt_cv_archive_cmds_need_lc=yes
11595 fi
11596 allow_undefined_flag=$lt_save_allow_undefined_flag
11597 else
11598 cat conftest.err 1>&5
11599 fi
11600 $RM conftest*
c906108c 11601
6ffe910a 11602fi
6bb11ab3
L
11603{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11604$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11605 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11606 ;;
11607 esac
11608 fi
11609 ;;
6ffe910a 11610esac
c906108c 11611
c906108c 11612
6ffe910a 11613
c906108c 11614
81ecdfbb 11615
35695fd6 11616
35695fd6 11617
35695fd6 11618
f0569246 11619
c906108c 11620
f0569246 11621
b7026657 11622
f0569246 11623
c906108c 11624
81ecdfbb 11625
b7026657 11626
f0569246
AC
11627
11628
81ecdfbb 11629
81ecdfbb 11630
81ecdfbb
RW
11631
11632
81ecdfbb 11633
81ecdfbb 11634
f0569246
AC
11635
11636
c906108c 11637
f0569246 11638
c906108c 11639
c906108c 11640
81ecdfbb 11641
b7026657 11642
c906108c 11643
f0569246 11644
81ecdfbb 11645
f0569246 11646
c906108c 11647
c906108c 11648
b7026657 11649
81ecdfbb 11650
b7026657 11651
c906108c 11652
c906108c 11653
b7026657
AC
11654
11655
11656
11657
6ffe910a 11658
2232061b
MF
11659
11660
2232061b 11661
2232061b
MF
11662
11663
2232061b
MF
11664
11665
2232061b 11666
6bb11ab3
L
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11769$as_echo_n "checking dynamic linker characteristics... " >&6; }
11770
11771if test "$GCC" = yes; then
11772 case $host_os in
11773 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11774 *) lt_awk_arg="/^libraries:/" ;;
11775 esac
11776 case $host_os in
11777 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11778 *) lt_sed_strip_eq="s,=/,/,g" ;;
11779 esac
11780 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11781 case $lt_search_path_spec in
11782 *\;*)
11783 # if the path contains ";" then we assume it to be the separator
11784 # otherwise default to the standard path separator (i.e. ":") - it is
11785 # assumed that no part of a normal pathname contains ";" but that should
11786 # okay in the real world where ";" in dirpaths is itself problematic.
11787 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11788 ;;
11789 *)
11790 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11791 ;;
11792 esac
11793 # Ok, now we have the path, separated by spaces, we can step through it
11794 # and add multilib dir if necessary.
11795 lt_tmp_lt_search_path_spec=
11796 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11797 for lt_sys_path in $lt_search_path_spec; do
11798 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11799 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11800 else
11801 test -d "$lt_sys_path" && \
11802 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11803 fi
11804 done
11805 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11806BEGIN {RS=" "; FS="/|\n";} {
11807 lt_foo="";
11808 lt_count=0;
11809 for (lt_i = NF; lt_i > 0; lt_i--) {
11810 if ($lt_i != "" && $lt_i != ".") {
11811 if ($lt_i == "..") {
11812 lt_count++;
11813 } else {
11814 if (lt_count == 0) {
11815 lt_foo="/" $lt_i lt_foo;
11816 } else {
11817 lt_count--;
11818 }
11819 }
11820 }
11821 }
11822 if (lt_foo != "") { lt_freq[lt_foo]++; }
11823 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11824}'`
11825 # AWK program above erroneously prepends '/' to C:/dos/paths
11826 # for these hosts.
11827 case $host_os in
11828 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11829 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11830 esac
11831 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11832else
11833 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11834fi
11835library_names_spec=
11836libname_spec='lib$name'
11837soname_spec=
11838shrext_cmds=".so"
11839postinstall_cmds=
11840postuninstall_cmds=
11841finish_cmds=
11842finish_eval=
11843shlibpath_var=
11844shlibpath_overrides_runpath=unknown
11845version_type=none
11846dynamic_linker="$host_os ld.so"
11847sys_lib_dlsearch_path_spec="/lib /usr/lib"
11848need_lib_prefix=unknown
11849hardcode_into_libs=no
11850
11851# when you set need_version to no, make sure it does not cause -set_version
11852# flags to be left without arguments
11853need_version=unknown
11854
11855case $host_os in
11856aix3*)
11857 version_type=linux
11858 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11859 shlibpath_var=LIBPATH
11860
11861 # AIX 3 has no versioning support, so we append a major version to the name.
11862 soname_spec='${libname}${release}${shared_ext}$major'
11863 ;;
11864
11865aix[4-9]*)
11866 version_type=linux
11867 need_lib_prefix=no
11868 need_version=no
11869 hardcode_into_libs=yes
11870 if test "$host_cpu" = ia64; then
11871 # AIX 5 supports IA64
11872 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11873 shlibpath_var=LD_LIBRARY_PATH
11874 else
11875 # With GCC up to 2.95.x, collect2 would create an import file
11876 # for dependence libraries. The import file would start with
11877 # the line `#! .'. This would cause the generated library to
11878 # depend on `.', always an invalid library. This was fixed in
11879 # development snapshots of GCC prior to 3.0.
11880 case $host_os in
11881 aix4 | aix4.[01] | aix4.[01].*)
11882 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11883 echo ' yes '
11884 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11885 :
11886 else
11887 can_build_shared=no
11888 fi
11889 ;;
11890 esac
11891 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11892 # soname into executable. Probably we can add versioning support to
11893 # collect2, so additional links can be useful in future.
11894 if test "$aix_use_runtimelinking" = yes; then
11895 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11896 # instead of lib<name>.a to let people know that these are not
11897 # typical AIX shared libraries.
11898 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11899 else
11900 # We preserve .a as extension for shared libraries through AIX4.2
11901 # and later when we are not doing run time linking.
11902 library_names_spec='${libname}${release}.a $libname.a'
11903 soname_spec='${libname}${release}${shared_ext}$major'
11904 fi
11905 shlibpath_var=LIBPATH
2232061b 11906 fi
6bb11ab3
L
11907 ;;
11908
11909amigaos*)
11910 case $host_cpu in
11911 powerpc)
11912 # Since July 2007 AmigaOS4 officially supports .so libraries.
11913 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11915 ;;
11916 m68k)
11917 library_names_spec='$libname.ixlibrary $libname.a'
11918 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11919 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'
11920 ;;
11921 esac
11922 ;;
11923
11924beos*)
11925 library_names_spec='${libname}${shared_ext}'
11926 dynamic_linker="$host_os ld.so"
11927 shlibpath_var=LIBRARY_PATH
11928 ;;
11929
11930bsdi[45]*)
11931 version_type=linux
11932 need_version=no
11933 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11934 soname_spec='${libname}${release}${shared_ext}$major'
11935 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11936 shlibpath_var=LD_LIBRARY_PATH
11937 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11938 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11939 # the default ld.so.conf also contains /usr/contrib/lib and
11940 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11941 # libtool to hard-code these into programs
11942 ;;
11943
11944cygwin* | mingw* | pw32* | cegcc*)
11945 version_type=windows
11946 shrext_cmds=".dll"
11947 need_version=no
11948 need_lib_prefix=no
11949
11950 case $GCC,$host_os in
11951 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11952 library_names_spec='$libname.dll.a'
11953 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11954 postinstall_cmds='base_file=`basename \${file}`~
11955 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11956 dldir=$destdir/`dirname \$dlpath`~
11957 test -d \$dldir || mkdir -p \$dldir~
11958 $install_prog $dir/$dlname \$dldir/$dlname~
11959 chmod a+x \$dldir/$dlname~
11960 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11961 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11962 fi'
11963 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11964 dlpath=$dir/\$dldll~
11965 $RM \$dlpath'
11966 shlibpath_overrides_runpath=yes
11967
11968 case $host_os in
11969 cygwin*)
11970 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11971 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11972
11973 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11974 ;;
11975 mingw* | cegcc*)
11976 # MinGW DLLs use traditional 'lib' prefix
11977 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11978 ;;
11979 pw32*)
11980 # pw32 DLLs use 'pw' prefix rather than 'lib'
11981 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11982 ;;
11983 esac
11984 ;;
2232061b 11985
6bb11ab3
L
11986 *)
11987 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11988 ;;
11989 esac
11990 dynamic_linker='Win32 ld.exe'
11991 # FIXME: first we should search . and the directory the executable is in
11992 shlibpath_var=PATH
11993 ;;
11994
11995darwin* | rhapsody*)
11996 dynamic_linker="$host_os dyld"
11997 version_type=darwin
11998 need_lib_prefix=no
11999 need_version=no
12000 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12001 soname_spec='${libname}${release}${major}$shared_ext'
12002 shlibpath_overrides_runpath=yes
12003 shlibpath_var=DYLD_LIBRARY_PATH
12004 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12005
12006 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12007 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12008 ;;
12009
12010dgux*)
12011 version_type=linux
12012 need_lib_prefix=no
12013 need_version=no
12014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12015 soname_spec='${libname}${release}${shared_ext}$major'
12016 shlibpath_var=LD_LIBRARY_PATH
12017 ;;
12018
12019freebsd* | dragonfly*)
12020 # DragonFly does not have aout. When/if they implement a new
12021 # versioning mechanism, adjust this.
12022 if test -x /usr/bin/objformat; then
12023 objformat=`/usr/bin/objformat`
12024 else
12025 case $host_os in
12026 freebsd[23].*) objformat=aout ;;
12027 *) objformat=elf ;;
12028 esac
12029 fi
12030 version_type=freebsd-$objformat
12031 case $version_type in
12032 freebsd-elf*)
12033 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12034 need_version=no
12035 need_lib_prefix=no
12036 ;;
12037 freebsd-*)
12038 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12039 need_version=yes
12040 ;;
12041 esac
12042 shlibpath_var=LD_LIBRARY_PATH
12043 case $host_os in
12044 freebsd2.*)
12045 shlibpath_overrides_runpath=yes
12046 ;;
12047 freebsd3.[01]* | freebsdelf3.[01]*)
12048 shlibpath_overrides_runpath=yes
12049 hardcode_into_libs=yes
12050 ;;
12051 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12052 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12053 shlibpath_overrides_runpath=no
12054 hardcode_into_libs=yes
12055 ;;
12056 *) # from 4.6 on, and DragonFly
12057 shlibpath_overrides_runpath=yes
12058 hardcode_into_libs=yes
12059 ;;
12060 esac
12061 ;;
12062
12063gnu*)
12064 version_type=linux
12065 need_lib_prefix=no
12066 need_version=no
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 shlibpath_var=LD_LIBRARY_PATH
12070 hardcode_into_libs=yes
12071 ;;
12072
12073haiku*)
12074 version_type=linux
12075 need_lib_prefix=no
12076 need_version=no
12077 dynamic_linker="$host_os runtime_loader"
12078 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12079 soname_spec='${libname}${release}${shared_ext}$major'
12080 shlibpath_var=LIBRARY_PATH
12081 shlibpath_overrides_runpath=yes
12082 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12083 hardcode_into_libs=yes
12084 ;;
12085
12086hpux9* | hpux10* | hpux11*)
12087 # Give a soname corresponding to the major version so that dld.sl refuses to
12088 # link against other versions.
12089 version_type=sunos
12090 need_lib_prefix=no
12091 need_version=no
12092 case $host_cpu in
12093 ia64*)
12094 shrext_cmds='.so'
12095 hardcode_into_libs=yes
12096 dynamic_linker="$host_os dld.so"
12097 shlibpath_var=LD_LIBRARY_PATH
12098 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12099 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12100 soname_spec='${libname}${release}${shared_ext}$major'
12101 if test "X$HPUX_IA64_MODE" = X32; then
12102 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12103 else
12104 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12105 fi
12106 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12107 ;;
12108 hppa*64*)
12109 shrext_cmds='.sl'
12110 hardcode_into_libs=yes
12111 dynamic_linker="$host_os dld.sl"
12112 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12113 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12114 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12115 soname_spec='${libname}${release}${shared_ext}$major'
12116 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12117 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12118 ;;
12119 *)
12120 shrext_cmds='.sl'
12121 dynamic_linker="$host_os dld.sl"
12122 shlibpath_var=SHLIB_PATH
12123 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12124 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12125 soname_spec='${libname}${release}${shared_ext}$major'
12126 ;;
12127 esac
12128 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12129 postinstall_cmds='chmod 555 $lib'
12130 # or fails outright, so override atomically:
12131 install_override_mode=555
12132 ;;
12133
12134interix[3-9]*)
12135 version_type=linux
12136 need_lib_prefix=no
12137 need_version=no
12138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12139 soname_spec='${libname}${release}${shared_ext}$major'
12140 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12141 shlibpath_var=LD_LIBRARY_PATH
12142 shlibpath_overrides_runpath=no
12143 hardcode_into_libs=yes
12144 ;;
12145
12146irix5* | irix6* | nonstopux*)
12147 case $host_os in
12148 nonstopux*) version_type=nonstopux ;;
12149 *)
12150 if test "$lt_cv_prog_gnu_ld" = yes; then
12151 version_type=linux
12152 else
12153 version_type=irix
12154 fi ;;
12155 esac
12156 need_lib_prefix=no
12157 need_version=no
12158 soname_spec='${libname}${release}${shared_ext}$major'
12159 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12160 case $host_os in
12161 irix5* | nonstopux*)
12162 libsuff= shlibsuff=
12163 ;;
12164 *)
12165 case $LD in # libtool.m4 will add one of these switches to LD
12166 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12167 libsuff= shlibsuff= libmagic=32-bit;;
12168 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12169 libsuff=32 shlibsuff=N32 libmagic=N32;;
12170 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12171 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12172 *) libsuff= shlibsuff= libmagic=never-match;;
12173 esac
12174 ;;
12175 esac
12176 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12177 shlibpath_overrides_runpath=no
12178 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12179 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12180 hardcode_into_libs=yes
12181 ;;
12182
12183# No shared lib support for Linux oldld, aout, or coff.
12184linux*oldld* | linux*aout* | linux*coff*)
12185 dynamic_linker=no
12186 ;;
12187
12188# This must be Linux ELF.
12189linux* | k*bsd*-gnu | kopensolaris*-gnu)
12190 version_type=linux
12191 need_lib_prefix=no
12192 need_version=no
12193 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12194 soname_spec='${libname}${release}${shared_ext}$major'
12195 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12196 shlibpath_var=LD_LIBRARY_PATH
12197 shlibpath_overrides_runpath=no
12198
12199 # Some binutils ld are patched to set DT_RUNPATH
12200 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12201 $as_echo_n "(cached) " >&6
12202else
6bb11ab3
L
12203 lt_cv_shlibpath_overrides_runpath=no
12204 save_LDFLAGS=$LDFLAGS
12205 save_libdir=$libdir
12206 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12207 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12209/* end confdefs.h. */
12210
2232061b
MF
12211int
12212main ()
12213{
12214
12215 ;
12216 return 0;
12217}
12218_ACEOF
6bb11ab3
L
12219if ac_fn_c_try_link "$LINENO"; then :
12220 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12221 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12222fi
2232061b 12223fi
6bb11ab3
L
12224rm -f core conftest.err conftest.$ac_objext \
12225 conftest$ac_exeext conftest.$ac_ext
12226 LDFLAGS=$save_LDFLAGS
12227 libdir=$save_libdir
2232061b 12228
6bb11ab3 12229fi
2232061b 12230
6bb11ab3 12231 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12232
6bb11ab3
L
12233 # This implies no fast_install, which is unacceptable.
12234 # Some rework will be needed to allow for fast_install
12235 # before this can be enabled.
12236 hardcode_into_libs=yes
2232061b 12237
6bb11ab3
L
12238 # Append ld.so.conf contents to the search path
12239 if test -f /etc/ld.so.conf; then
12240 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' ' '`
12241 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12242 fi
12243
12244 # We used to test for /lib/ld.so.1 and disable shared libraries on
12245 # powerpc, because MkLinux only supported shared libraries with the
12246 # GNU dynamic linker. Since this was broken with cross compilers,
12247 # most powerpc-linux boxes support dynamic linking these days and
12248 # people can always --disable-shared, the test was removed, and we
12249 # assume the GNU/Linux dynamic linker is in use.
12250 dynamic_linker='GNU/Linux ld.so'
12251 ;;
12252
12253netbsd*)
12254 version_type=sunos
12255 need_lib_prefix=no
12256 need_version=no
12257 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12258 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12259 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12260 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12261 else
6bb11ab3
L
12262 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12263 soname_spec='${libname}${release}${shared_ext}$major'
12264 dynamic_linker='NetBSD ld.elf_so'
12265 fi
12266 shlibpath_var=LD_LIBRARY_PATH
12267 shlibpath_overrides_runpath=yes
12268 hardcode_into_libs=yes
12269 ;;
12270
12271newsos6)
12272 version_type=linux
12273 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12274 shlibpath_var=LD_LIBRARY_PATH
12275 shlibpath_overrides_runpath=yes
12276 ;;
12277
12278*nto* | *qnx*)
12279 version_type=qnx
12280 need_lib_prefix=no
12281 need_version=no
12282 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12283 soname_spec='${libname}${release}${shared_ext}$major'
12284 shlibpath_var=LD_LIBRARY_PATH
12285 shlibpath_overrides_runpath=no
12286 hardcode_into_libs=yes
12287 dynamic_linker='ldqnx.so'
12288 ;;
12289
12290openbsd*)
12291 version_type=sunos
12292 sys_lib_dlsearch_path_spec="/usr/lib"
12293 need_lib_prefix=no
12294 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12295 case $host_os in
12296 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12297 *) need_version=no ;;
12298 esac
12299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12300 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12301 shlibpath_var=LD_LIBRARY_PATH
12302 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12303 case $host_os in
12304 openbsd2.[89] | openbsd2.[89].*)
12305 shlibpath_overrides_runpath=no
12306 ;;
12307 *)
12308 shlibpath_overrides_runpath=yes
12309 ;;
12310 esac
12311 else
12312 shlibpath_overrides_runpath=yes
12313 fi
12314 ;;
12315
12316os2*)
12317 libname_spec='$name'
12318 shrext_cmds=".dll"
12319 need_lib_prefix=no
12320 library_names_spec='$libname${shared_ext} $libname.a'
12321 dynamic_linker='OS/2 ld.exe'
12322 shlibpath_var=LIBPATH
12323 ;;
12324
12325osf3* | osf4* | osf5*)
12326 version_type=osf
12327 need_lib_prefix=no
12328 need_version=no
12329 soname_spec='${libname}${release}${shared_ext}$major'
12330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12331 shlibpath_var=LD_LIBRARY_PATH
12332 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12333 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12334 ;;
12335
12336rdos*)
12337 dynamic_linker=no
12338 ;;
12339
12340solaris*)
12341 version_type=linux
12342 need_lib_prefix=no
12343 need_version=no
12344 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12345 soname_spec='${libname}${release}${shared_ext}$major'
12346 shlibpath_var=LD_LIBRARY_PATH
12347 shlibpath_overrides_runpath=yes
12348 hardcode_into_libs=yes
12349 # ldd complains unless libraries are executable
12350 postinstall_cmds='chmod +x $lib'
12351 ;;
12352
12353sunos4*)
12354 version_type=sunos
12355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12356 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12357 shlibpath_var=LD_LIBRARY_PATH
12358 shlibpath_overrides_runpath=yes
12359 if test "$with_gnu_ld" = yes; then
12360 need_lib_prefix=no
12361 fi
12362 need_version=yes
12363 ;;
12364
12365sysv4 | sysv4.3*)
12366 version_type=linux
12367 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12368 soname_spec='${libname}${release}${shared_ext}$major'
12369 shlibpath_var=LD_LIBRARY_PATH
12370 case $host_vendor in
12371 sni)
12372 shlibpath_overrides_runpath=no
12373 need_lib_prefix=no
12374 runpath_var=LD_RUN_PATH
12375 ;;
12376 siemens)
12377 need_lib_prefix=no
12378 ;;
12379 motorola)
12380 need_lib_prefix=no
12381 need_version=no
12382 shlibpath_overrides_runpath=no
12383 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12384 ;;
12385 esac
12386 ;;
12387
12388sysv4*MP*)
12389 if test -d /usr/nec ;then
12390 version_type=linux
12391 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12392 soname_spec='$libname${shared_ext}.$major'
12393 shlibpath_var=LD_LIBRARY_PATH
12394 fi
12395 ;;
12396
12397sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12398 version_type=freebsd-elf
12399 need_lib_prefix=no
12400 need_version=no
12401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12402 soname_spec='${libname}${release}${shared_ext}$major'
12403 shlibpath_var=LD_LIBRARY_PATH
12404 shlibpath_overrides_runpath=yes
12405 hardcode_into_libs=yes
12406 if test "$with_gnu_ld" = yes; then
12407 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12408 else
12409 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12410 case $host_os in
12411 sco3.2v5*)
12412 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12413 ;;
12414 esac
2232061b 12415 fi
6bb11ab3
L
12416 sys_lib_dlsearch_path_spec='/usr/lib'
12417 ;;
12418
12419tpf*)
12420 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12421 version_type=linux
12422 need_lib_prefix=no
12423 need_version=no
12424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12425 shlibpath_var=LD_LIBRARY_PATH
12426 shlibpath_overrides_runpath=no
12427 hardcode_into_libs=yes
12428 ;;
12429
12430uts4*)
12431 version_type=linux
12432 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12433 soname_spec='${libname}${release}${shared_ext}$major'
12434 shlibpath_var=LD_LIBRARY_PATH
12435 ;;
12436
12437*)
12438 dynamic_linker=no
12439 ;;
12440esac
12441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12442$as_echo "$dynamic_linker" >&6; }
12443test "$dynamic_linker" = no && can_build_shared=no
12444
12445variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12446if test "$GCC" = yes; then
12447 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12448fi
2232061b 12449
6bb11ab3
L
12450if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12451 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12452fi
12453if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12454 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12455fi
12456
12457
12458
12459
12460
12461
12462
12463
12464
12465
12466
12467
12468
12469
12470
12471
12472
12473
12474
12475
12476
12477
12478
2232061b 12479
2232061b 12480
2232061b 12481
2232061b 12482
2232061b
MF
12483
12484
6ffe910a 12485
6ffe910a
MF
12486
12487
12488
12489
12490
2232061b 12491
6ffe910a
MF
12492
12493
12494
12495
6ffe910a 12496
6ffe910a 12497
6ffe910a
MF
12498
12499
6ffe910a 12500
6ffe910a 12501
6ffe910a
MF
12502
12503
5f3ef9d0 12504
5f3ef9d0
JB
12505
12506
12507
db2e4d67
MF
12508
12509
db2e4d67 12510
db2e4d67 12511
db2e4d67 12512
db2e4d67 12513
db2e4d67 12514
db2e4d67 12515
db2e4d67 12516
db2e4d67
MF
12517
12518
db2e4d67 12519
db2e4d67
MF
12520
12521
db2e4d67 12522
db2e4d67
MF
12523
12524
6ffe910a 12525
6ffe910a 12526
6ffe910a
MF
12527
12528
6ffe910a
MF
12529
12530
6ffe910a 12531
6ffe910a 12532
6ffe910a 12533
6ffe910a 12534
6ffe910a 12535
35695fd6 12536
35695fd6 12537
35695fd6 12538
b7026657 12539
b7026657 12540
c906108c 12541
b7026657 12542
b7026657 12543
c906108c 12544
b7026657 12545
6bb11ab3
L
12546
12547
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12549$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12550hardcode_action=
12551if test -n "$hardcode_libdir_flag_spec" ||
12552 test -n "$runpath_var" ||
12553 test "X$hardcode_automatic" = "Xyes" ; then
12554
12555 # We can hardcode non-existent directories.
12556 if test "$hardcode_direct" != no &&
12557 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12558 # have to relink, otherwise we might link with an installed library
12559 # when we should be linking with a yet-to-be-installed one
12560 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12561 test "$hardcode_minus_L" != no; then
12562 # Linking always hardcodes the temporary library directory.
12563 hardcode_action=relink
12564 else
12565 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12566 hardcode_action=immediate
12567 fi
12568else
12569 # We cannot hardcode anything, or else we can only hardcode existing
12570 # directories.
12571 hardcode_action=unsupported
12572fi
12573{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12574$as_echo "$hardcode_action" >&6; }
12575
12576if test "$hardcode_action" = relink ||
12577 test "$inherit_rpath" = yes; then
12578 # Fast installation is not supported
12579 enable_fast_install=no
12580elif test "$shlibpath_overrides_runpath" = yes ||
12581 test "$enable_shared" = no; then
12582 # Fast installation is not necessary
12583 enable_fast_install=needless
c906108c 12584fi
b7026657 12585
c906108c 12586
6bb11ab3
L
12587
12588
12589
12590
12591 if test "x$enable_dlopen" != xyes; then
12592 enable_dlopen=unknown
12593 enable_dlopen_self=unknown
12594 enable_dlopen_self_static=unknown
12595else
12596 lt_cv_dlopen=no
12597 lt_cv_dlopen_libs=
12598
12599 case $host_os in
12600 beos*)
12601 lt_cv_dlopen="load_add_on"
12602 lt_cv_dlopen_libs=
12603 lt_cv_dlopen_self=yes
12604 ;;
12605
12606 mingw* | pw32* | cegcc*)
12607 lt_cv_dlopen="LoadLibrary"
12608 lt_cv_dlopen_libs=
12609 ;;
12610
12611 cygwin*)
12612 lt_cv_dlopen="dlopen"
12613 lt_cv_dlopen_libs=
12614 ;;
12615
12616 darwin*)
12617 # if libdl is installed we need to link against it
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12619$as_echo_n "checking for dlopen in -ldl... " >&6; }
12620if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12621 $as_echo_n "(cached) " >&6
12622else
12623 ac_check_lib_save_LIBS=$LIBS
12624LIBS="-ldl $LIBS"
12625cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12626/* end confdefs.h. */
12627
12628/* Override any GCC internal prototype to avoid an error.
12629 Use char because int might match the return type of a GCC
12630 builtin and then its argument prototype would still apply. */
12631#ifdef __cplusplus
12632extern "C"
12633#endif
12634char dlopen ();
12635int
12636main ()
12637{
12638return dlopen ();
12639 ;
12640 return 0;
12641}
b7026657 12642_ACEOF
6bb11ab3
L
12643if ac_fn_c_try_link "$LINENO"; then :
12644 ac_cv_lib_dl_dlopen=yes
12645else
12646 ac_cv_lib_dl_dlopen=no
12647fi
12648rm -f core conftest.err conftest.$ac_objext \
12649 conftest$ac_exeext conftest.$ac_ext
12650LIBS=$ac_check_lib_save_LIBS
12651fi
12652{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12653$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12654if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12655 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12656else
12657
12658 lt_cv_dlopen="dyld"
12659 lt_cv_dlopen_libs=
12660 lt_cv_dlopen_self=yes
c906108c 12661
c906108c 12662fi
c906108c 12663
6bb11ab3 12664 ;;
c906108c 12665
6bb11ab3
L
12666 *)
12667 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12668if test "x$ac_cv_func_shl_load" = x""yes; then :
12669 lt_cv_dlopen="shl_load"
12670else
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12672$as_echo_n "checking for shl_load in -ldld... " >&6; }
12673if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12674 $as_echo_n "(cached) " >&6
12675else
12676 ac_check_lib_save_LIBS=$LIBS
12677LIBS="-ldld $LIBS"
12678cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679/* end confdefs.h. */
12680
12681/* Override any GCC internal prototype to avoid an error.
12682 Use char because int might match the return type of a GCC
12683 builtin and then its argument prototype would still apply. */
12684#ifdef __cplusplus
12685extern "C"
12686#endif
12687char shl_load ();
12688int
12689main ()
12690{
12691return shl_load ();
12692 ;
12693 return 0;
12694}
12695_ACEOF
12696if ac_fn_c_try_link "$LINENO"; then :
12697 ac_cv_lib_dld_shl_load=yes
12698else
12699 ac_cv_lib_dld_shl_load=no
12700fi
12701rm -f core conftest.err conftest.$ac_objext \
12702 conftest$ac_exeext conftest.$ac_ext
12703LIBS=$ac_check_lib_save_LIBS
12704fi
12705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12706$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12707if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12708 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12709else
12710 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12711if test "x$ac_cv_func_dlopen" = x""yes; then :
12712 lt_cv_dlopen="dlopen"
12713else
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12715$as_echo_n "checking for dlopen in -ldl... " >&6; }
12716if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12717 $as_echo_n "(cached) " >&6
c906108c 12718else
b7026657 12719 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12720LIBS="-ldl $LIBS"
81ecdfbb 12721cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12722/* end confdefs.h. */
12723
81ecdfbb
RW
12724/* Override any GCC internal prototype to avoid an error.
12725 Use char because int might match the return type of a GCC
12726 builtin and then its argument prototype would still apply. */
b7026657
AC
12727#ifdef __cplusplus
12728extern "C"
12729#endif
6bb11ab3 12730char dlopen ();
b7026657
AC
12731int
12732main ()
12733{
6bb11ab3 12734return dlopen ();
b7026657
AC
12735 ;
12736 return 0;
12737}
12738_ACEOF
81ecdfbb 12739if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12740 ac_cv_lib_dl_dlopen=yes
b7026657 12741else
6bb11ab3 12742 ac_cv_lib_dl_dlopen=no
b7026657 12743fi
81ecdfbb
RW
12744rm -f core conftest.err conftest.$ac_objext \
12745 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12746LIBS=$ac_check_lib_save_LIBS
12747fi
6bb11ab3
L
12748{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12749$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12750if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12751 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12752else
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12754$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12755if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12756 $as_echo_n "(cached) " >&6
c906108c 12757else
b7026657 12758 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12759LIBS="-lsvld $LIBS"
81ecdfbb 12760cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12761/* end confdefs.h. */
12762
81ecdfbb
RW
12763/* Override any GCC internal prototype to avoid an error.
12764 Use char because int might match the return type of a GCC
12765 builtin and then its argument prototype would still apply. */
b7026657
AC
12766#ifdef __cplusplus
12767extern "C"
12768#endif
6bb11ab3 12769char dlopen ();
b7026657
AC
12770int
12771main ()
12772{
6bb11ab3 12773return dlopen ();
b7026657
AC
12774 ;
12775 return 0;
12776}
12777_ACEOF
81ecdfbb 12778if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12779 ac_cv_lib_svld_dlopen=yes
b7026657 12780else
6bb11ab3 12781 ac_cv_lib_svld_dlopen=no
b7026657 12782fi
81ecdfbb
RW
12783rm -f core conftest.err conftest.$ac_objext \
12784 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12785LIBS=$ac_check_lib_save_LIBS
12786fi
6bb11ab3
L
12787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12788$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12789if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12790 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12791else
6bb11ab3
L
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12793$as_echo_n "checking for dld_link in -ldld... " >&6; }
12794if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb
RW
12795 $as_echo_n "(cached) " >&6
12796else
6bb11ab3
L
12797 ac_check_lib_save_LIBS=$LIBS
12798LIBS="-ldld $LIBS"
81ecdfbb 12799cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624 12800/* end confdefs.h. */
81ecdfbb
RW
12801
12802/* Override any GCC internal prototype to avoid an error.
12803 Use char because int might match the return type of a GCC
12804 builtin and then its argument prototype would still apply. */
12805#ifdef __cplusplus
12806extern "C"
12807#endif
6bb11ab3 12808char dld_link ();
81ecdfbb
RW
12809int
12810main ()
12811{
6bb11ab3 12812return dld_link ();
81ecdfbb
RW
12813 ;
12814 return 0;
12815}
b5bd9624 12816_ACEOF
6bb11ab3
L
12817if ac_fn_c_try_link "$LINENO"; then :
12818 ac_cv_lib_dld_dld_link=yes
12819else
12820 ac_cv_lib_dld_dld_link=no
12821fi
12822rm -f core conftest.err conftest.$ac_objext \
12823 conftest$ac_exeext conftest.$ac_ext
12824LIBS=$ac_check_lib_save_LIBS
12825fi
12826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12827$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12828if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12829 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12830fi
12831
12832
12833fi
12834
12835
12836fi
12837
12838
12839fi
12840
12841
12842fi
12843
12844
12845fi
12846
12847 ;;
12848 esac
12849
12850 if test "x$lt_cv_dlopen" != xno; then
12851 enable_dlopen=yes
b5bd9624 12852 else
6bb11ab3
L
12853 enable_dlopen=no
12854 fi
12855
12856 case $lt_cv_dlopen in
12857 dlopen)
12858 save_CPPFLAGS="$CPPFLAGS"
12859 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12860
12861 save_LDFLAGS="$LDFLAGS"
12862 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12863
12864 save_LIBS="$LIBS"
12865 LIBS="$lt_cv_dlopen_libs $LIBS"
12866
12867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12868$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12869if test "${lt_cv_dlopen_self+set}" = set; then :
12870 $as_echo_n "(cached) " >&6
12871else
12872 if test "$cross_compiling" = yes; then :
12873 lt_cv_dlopen_self=cross
12874else
12875 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12876 lt_status=$lt_dlunknown
12877 cat > conftest.$ac_ext <<_LT_EOF
6d90347b 12878#line 12878 "configure"
6bb11ab3
L
12879#include "confdefs.h"
12880
12881#if HAVE_DLFCN_H
12882#include <dlfcn.h>
12883#endif
12884
12885#include <stdio.h>
12886
12887#ifdef RTLD_GLOBAL
12888# define LT_DLGLOBAL RTLD_GLOBAL
12889#else
12890# ifdef DL_GLOBAL
12891# define LT_DLGLOBAL DL_GLOBAL
12892# else
12893# define LT_DLGLOBAL 0
12894# endif
12895#endif
12896
12897/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12898 find out it does not work in some platform. */
12899#ifndef LT_DLLAZY_OR_NOW
12900# ifdef RTLD_LAZY
12901# define LT_DLLAZY_OR_NOW RTLD_LAZY
12902# else
12903# ifdef DL_LAZY
12904# define LT_DLLAZY_OR_NOW DL_LAZY
12905# else
12906# ifdef RTLD_NOW
12907# define LT_DLLAZY_OR_NOW RTLD_NOW
12908# else
12909# ifdef DL_NOW
12910# define LT_DLLAZY_OR_NOW DL_NOW
12911# else
12912# define LT_DLLAZY_OR_NOW 0
12913# endif
12914# endif
12915# endif
12916# endif
12917#endif
12918
12919/* When -fvisbility=hidden is used, assume the code has been annotated
12920 correspondingly for the symbols needed. */
12921#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12922void fnord () __attribute__((visibility("default")));
12923#endif
12924
12925void fnord () { int i=42; }
12926int main ()
12927{
12928 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12929 int status = $lt_dlunknown;
12930
12931 if (self)
12932 {
12933 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12934 else
12935 {
12936 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12937 else puts (dlerror ());
12938 }
12939 /* dlclose (self); */
12940 }
12941 else
12942 puts (dlerror ());
12943
12944 return status;
12945}
12946_LT_EOF
12947 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12948 (eval $ac_link) 2>&5
12949 ac_status=$?
12950 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12951 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12952 (./conftest; exit; ) >&5 2>/dev/null
12953 lt_status=$?
12954 case x$lt_status in
12955 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12956 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12957 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12958 esac
12959 else :
12960 # compilation failed
12961 lt_cv_dlopen_self=no
b5bd9624 12962 fi
b5bd9624 12963fi
6bb11ab3
L
12964rm -fr conftest*
12965
12966
b5bd9624 12967fi
6bb11ab3
L
12968{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12969$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12970
6bb11ab3
L
12971 if test "x$lt_cv_dlopen_self" = xyes; then
12972 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12974$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12975if test "${lt_cv_dlopen_self_static+set}" = set; then :
12976 $as_echo_n "(cached) " >&6
b5bd9624 12977else
6bb11ab3
L
12978 if test "$cross_compiling" = yes; then :
12979 lt_cv_dlopen_self_static=cross
12980else
12981 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12982 lt_status=$lt_dlunknown
12983 cat > conftest.$ac_ext <<_LT_EOF
6d90347b 12984#line 12984 "configure"
6bb11ab3
L
12985#include "confdefs.h"
12986
12987#if HAVE_DLFCN_H
12988#include <dlfcn.h>
12989#endif
12990
12991#include <stdio.h>
12992
12993#ifdef RTLD_GLOBAL
12994# define LT_DLGLOBAL RTLD_GLOBAL
12995#else
12996# ifdef DL_GLOBAL
12997# define LT_DLGLOBAL DL_GLOBAL
12998# else
12999# define LT_DLGLOBAL 0
13000# endif
13001#endif
13002
13003/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13004 find out it does not work in some platform. */
13005#ifndef LT_DLLAZY_OR_NOW
13006# ifdef RTLD_LAZY
13007# define LT_DLLAZY_OR_NOW RTLD_LAZY
13008# else
13009# ifdef DL_LAZY
13010# define LT_DLLAZY_OR_NOW DL_LAZY
13011# else
13012# ifdef RTLD_NOW
13013# define LT_DLLAZY_OR_NOW RTLD_NOW
13014# else
13015# ifdef DL_NOW
13016# define LT_DLLAZY_OR_NOW DL_NOW
13017# else
13018# define LT_DLLAZY_OR_NOW 0
13019# endif
13020# endif
13021# endif
13022# endif
13023#endif
13024
13025/* When -fvisbility=hidden is used, assume the code has been annotated
13026 correspondingly for the symbols needed. */
13027#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13028void fnord () __attribute__((visibility("default")));
13029#endif
13030
13031void fnord () { int i=42; }
13032int main ()
13033{
13034 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13035 int status = $lt_dlunknown;
13036
13037 if (self)
13038 {
13039 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13040 else
13041 {
13042 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13043 else puts (dlerror ());
13044 }
13045 /* dlclose (self); */
13046 }
13047 else
13048 puts (dlerror ());
13049
13050 return status;
13051}
13052_LT_EOF
13053 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13054 (eval $ac_link) 2>&5
13055 ac_status=$?
13056 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13057 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13058 (./conftest; exit; ) >&5 2>/dev/null
13059 lt_status=$?
13060 case x$lt_status in
13061 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13062 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13063 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13064 esac
13065 else :
13066 # compilation failed
13067 lt_cv_dlopen_self_static=no
13068 fi
b5bd9624 13069fi
6bb11ab3
L
13070rm -fr conftest*
13071
13072
b5bd9624 13073fi
6bb11ab3
L
13074{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13075$as_echo "$lt_cv_dlopen_self_static" >&6; }
13076 fi
13077
13078 CPPFLAGS="$save_CPPFLAGS"
13079 LDFLAGS="$save_LDFLAGS"
13080 LIBS="$save_LIBS"
13081 ;;
13082 esac
13083
13084 case $lt_cv_dlopen_self in
13085 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13086 *) enable_dlopen_self=unknown ;;
13087 esac
13088
13089 case $lt_cv_dlopen_self_static in
13090 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13091 *) enable_dlopen_self_static=unknown ;;
13092 esac
13093fi
13094
13095
13096
13097
13098
13099
13100
13101
13102
13103
13104
13105
13106
13107
13108
13109
13110
13111striplib=
13112old_striplib=
13113{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13114$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13115if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13116 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13117 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13119$as_echo "yes" >&6; }
13120else
13121# FIXME - insert some real tests, host_os isn't really good enough
13122 case $host_os in
13123 darwin*)
13124 if test -n "$STRIP" ; then
13125 striplib="$STRIP -x"
13126 old_striplib="$STRIP -S"
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13128$as_echo "yes" >&6; }
13129 else
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13131$as_echo "no" >&6; }
13132 fi
13133 ;;
13134 *)
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13136$as_echo "no" >&6; }
13137 ;;
13138 esac
13139fi
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152 # Report which library types will actually be built
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13154$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13156$as_echo "$can_build_shared" >&6; }
13157
13158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13159$as_echo_n "checking whether to build shared libraries... " >&6; }
13160 test "$can_build_shared" = "no" && enable_shared=no
13161
13162 # On AIX, shared libraries and static libraries use the same namespace, and
13163 # are all built from PIC.
13164 case $host_os in
13165 aix3*)
13166 test "$enable_shared" = yes && enable_static=no
13167 if test -n "$RANLIB"; then
13168 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13169 postinstall_cmds='$RANLIB $lib'
13170 fi
13171 ;;
13172
13173 aix[4-9]*)
13174 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13175 test "$enable_shared" = yes && enable_static=no
13176 fi
13177 ;;
13178 esac
13179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13180$as_echo "$enable_shared" >&6; }
13181
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13183$as_echo_n "checking whether to build static libraries... " >&6; }
13184 # Make sure either enable_shared or enable_static is yes.
13185 test "$enable_shared" = yes || enable_static=yes
13186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13187$as_echo "$enable_static" >&6; }
13188
13189
13190
13191
13192fi
13193ac_ext=c
13194ac_cpp='$CPP $CPPFLAGS'
13195ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13196ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13197ac_compiler_gnu=$ac_cv_c_compiler_gnu
13198
13199CC="$lt_save_CC"
13200
13201
13202
13203
13204
13205
13206
13207
13208
b5bd9624 13209
b5bd9624 13210
b5bd9624 13211
b5bd9624 13212
6bb11ab3
L
13213 ac_config_commands="$ac_config_commands libtool"
13214
13215
13216
13217
13218# Only expand once:
13219
13220
5912fadd 13221
b5bd9624 13222
c906108c
SS
13223. ${srcdir}/../../bfd/configure.host
13224
13225
13226
31e6ad7d
MF
13227
13228{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13229$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13230 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13231if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13232 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13233else
13234 USE_MAINTAINER_MODE=no
c906108c 13235fi
31e6ad7d
MF
13236
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13238$as_echo "$USE_MAINTAINER_MODE" >&6; }
13239 if test $USE_MAINTAINER_MODE = yes; then
13240 MAINTAINER_MODE_TRUE=
13241 MAINTAINER_MODE_FALSE='#'
c906108c 13242else
31e6ad7d
MF
13243 MAINTAINER_MODE_TRUE='#'
13244 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
13245fi
13246
31e6ad7d
MF
13247 MAINT=$MAINTAINER_MODE_TRUE
13248
13249
c906108c
SS
13250
13251
81ecdfbb
RW
13252# Check whether --enable-sim-debug was given.
13253if test "${enable_sim_debug+set}" = set; then :
13254 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
13255 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
13256 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
13257 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
13258esac
13259if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
13260 echo "Setting sim debug = $sim_debug" 6>&1
13261fi
13262else
13263 sim_debug=""
81ecdfbb
RW
13264fi
13265
c906108c
SS
13266
13267
81ecdfbb
RW
13268# Check whether --enable-sim-stdio was given.
13269if test "${enable_sim_stdio+set}" = set; then :
13270 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
13271 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
13272 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 13273 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
13274esac
13275if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
13276 echo "Setting stdio flags = $sim_stdio" 6>&1
13277fi
13278else
b7026657 13279 sim_stdio=""
81ecdfbb
RW
13280fi
13281
c906108c
SS
13282
13283
81ecdfbb
RW
13284# Check whether --enable-sim-trace was given.
13285if test "${enable_sim_trace+set}" = set; then :
13286 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
13287 yes) sim_trace="-DWITH_TRACE=-1";;
13288 no) sim_trace="-DWITH_TRACE=0";;
c906108c 13289 [-0-9]*)
a3487082 13290 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 13291 [[:lower:]]*)
c906108c
SS
13292 sim_trace=""
13293 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13294 if test x"$sim_trace" = x; then
13295 sim_trace="-DWITH_TRACE='(TRACE_$x"
13296 else
13297 sim_trace="${sim_trace}|TRACE_$x"
13298 fi
13299 done
13300 sim_trace="$sim_trace)'" ;;
13301esac
13302if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
13303 echo "Setting sim trace = $sim_trace" 6>&1
13304fi
13305else
13306 sim_trace=""
81ecdfbb
RW
13307fi
13308
c906108c
SS
13309
13310
81ecdfbb
RW
13311# Check whether --enable-sim-profile was given.
13312if test "${enable_sim_profile+set}" = set; then :
13313 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
13314 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
13315 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
13316 [-0-9]*)
13317 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
13318 [a-z]*)
13319 sim_profile=""
13320 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13321 if test x"$sim_profile" = x; then
13322 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13323 else
13324 sim_profile="${sim_profile}|PROFILE_$x"
13325 fi
13326 done
13327 sim_profile="$sim_profile)'" ;;
13328esac
13329if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13330 echo "Setting sim profile = $sim_profile" 6>&1
13331fi
13332else
eb2d80b4 13333 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb
RW
13334fi
13335
c906108c
SS
13336
13337
347fe5bb
MF
13338sim_inline="-DDEFAULT_INLINE=0"
13339# Check whether --enable-sim-inline was given.
13340if test "${enable_sim_inline+set}" = set; then :
13341 enableval=$enable_sim_inline; sim_inline=""
13342case "$enableval" in
13343 no) sim_inline="-DDEFAULT_INLINE=0";;
13344 0) sim_inline="-DDEFAULT_INLINE=0";;
13345 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13346 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13347 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13348 new_flag=""
13349 case "$x" in
13350 *_INLINE=*) new_flag="-D$x";;
13351 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13352 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13353 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13354 esac
13355 if test x"$sim_inline" = x""; then
13356 sim_inline="$new_flag"
13357 else
13358 sim_inline="$sim_inline $new_flag"
13359 fi
13360 done;;
13361esac
13362if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13363 echo "Setting inline flags = $sim_inline" 6>&1
13364fi
13365fi
13366
13367
13368
6efef468 13369
81ecdfbb
RW
13370# Check whether --with-pkgversion was given.
13371if test "${with_pkgversion+set}" = set; then :
13372 withval=$with_pkgversion; case "$withval" in
13373 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13374 no) PKGVERSION= ;;
13375 *) PKGVERSION="($withval) " ;;
13376 esac
13377else
bf12d44e 13378 PKGVERSION="(SIM) "
6efef468 13379
81ecdfbb
RW
13380fi
13381
6efef468
JM
13382
13383
13384
13385
81ecdfbb
RW
13386# Check whether --with-bugurl was given.
13387if test "${with_bugurl+set}" = set; then :
13388 withval=$with_bugurl; case "$withval" in
13389 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13390 no) BUGURL=
13391 ;;
13392 *) BUGURL="$withval"
13393 ;;
13394 esac
13395else
13396 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13397
81ecdfbb
RW
13398fi
13399
6efef468
JM
13400 case ${BUGURL} in
13401 "")
13402 REPORT_BUGS_TO=
13403 REPORT_BUGS_TEXI=
13404 ;;
13405 *)
13406 REPORT_BUGS_TO="<$BUGURL>"
13407 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13408 ;;
13409 esac;
13410
13411
13412
13413
13414cat >>confdefs.h <<_ACEOF
13415#define PKGVERSION "$PKGVERSION"
13416_ACEOF
13417
13418
13419cat >>confdefs.h <<_ACEOF
13420#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13421_ACEOF
13422
13423
81ecdfbb
RW
13424{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13425$as_echo_n "checking return type of signal handlers... " >&6; }
13426if test "${ac_cv_type_signal+set}" = set; then :
13427 $as_echo_n "(cached) " >&6
c906108c 13428else
81ecdfbb 13429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13430/* end confdefs.h. */
c906108c
SS
13431#include <sys/types.h>
13432#include <signal.h>
c906108c 13433
b7026657
AC
13434int
13435main ()
13436{
81ecdfbb 13437return *(signal (0, 0)) (0) == 1;
b7026657
AC
13438 ;
13439 return 0;
13440}
13441_ACEOF
81ecdfbb
RW
13442if ac_fn_c_try_compile "$LINENO"; then :
13443 ac_cv_type_signal=int
c906108c 13444else
81ecdfbb 13445 ac_cv_type_signal=void
c906108c 13446fi
81ecdfbb 13447rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13448fi
81ecdfbb
RW
13449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13450$as_echo "$ac_cv_type_signal" >&6; }
c906108c 13451
b7026657 13452cat >>confdefs.h <<_ACEOF
c906108c 13453#define RETSIGTYPE $ac_cv_type_signal
b7026657 13454_ACEOF
c906108c
SS
13455
13456
cd0fc7c3
SS
13457
13458
c906108c
SS
13459
13460sim_link_files=
13461sim_link_links=
13462
c906108c
SS
13463# targ-vals.def points to the libc macro description file.
13464case "${target}" in
13465*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13466esac
13467sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13468sim_link_links="${sim_link_links} targ-vals.def"
13469
c906108c
SS
13470
13471
c906108c
SS
13472wire_alignment="NONSTRICT_ALIGNMENT"
13473default_alignment=""
13474
81ecdfbb
RW
13475# Check whether --enable-sim-alignment was given.
13476if test "${enable_sim_alignment+set}" = set; then :
13477 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
13478 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13479 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13480 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13481 yes) if test x"$wire_alignment" != x; then
13482 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13483 else
13484 if test x"$default_alignment" != x; then
13485 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13486 else
13487 echo "No hard-wired alignment for target $target" 1>&6
13488 sim_alignment="-DWITH_ALIGNMENT=0"
13489 fi
13490 fi;;
13491 no) if test x"$default_alignment" != x; then
13492 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13493 else
13494 if test x"$wire_alignment" != x; then
13495 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13496 else
13497 echo "No default alignment for target $target" 1>&6
13498 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13499 fi
13500 fi;;
81ecdfbb 13501 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
13502esac
13503if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13504 echo "Setting alignment flags = $sim_alignment" 6>&1
13505fi
13506else
13507 if test x"$default_alignment" != x; then
13508 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13509else
13510 if test x"$wire_alignment" != x; then
13511 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13512 else
13513 sim_alignment=
13514 fi
13515fi
81ecdfbb
RW
13516fi
13517
c906108c 13518
2232061b
MF
13519# Check whether --enable-werror was given.
13520if test "${enable_werror+set}" = set; then :
13521 enableval=$enable_werror; case "${enableval}" in
13522 yes | y) ERROR_ON_WARNING="yes" ;;
13523 no | n) ERROR_ON_WARNING="no" ;;
13524 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
13525 esac
13526fi
13527
13528
13529# Enable -Werror by default when using gcc
13530if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13531 ERROR_ON_WARNING=yes
51216631 13532fi
2232061b
MF
13533
13534WERROR_CFLAGS=""
13535if test "${ERROR_ON_WARNING}" = yes ; then
13536# NOTE: Disabled in the sim dir due to most sims generating warnings.
13537# WERROR_CFLAGS="-Werror"
13538 true
13539fi
13540
2232061b 13541build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13542-Wpointer-sign \
2232061b 13543-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13544-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13545-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13546-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13547
13548# Enable -Wno-format by default when using gcc on mingw since many
13549# GCC versions complain about %I64.
13550case "${host}" in
13551 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13552 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13553esac
13554
81ecdfbb
RW
13555# Check whether --enable-build-warnings was given.
13556if test "${enable_build_warnings+set}" = set; then :
13557 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
13558 yes) ;;
13559 no) build_warnings="-w";;
13560 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13561 build_warnings="${build_warnings} ${t}";;
13562 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13563 build_warnings="${t} ${build_warnings}";;
13564 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13565esac
13566if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13567 echo "Setting compiler warning flags = $build_warnings" 6>&1
13568fi
81ecdfbb
RW
13569fi
13570# Check whether --enable-sim-build-warnings was given.
13571if test "${enable_sim_build_warnings+set}" = set; then :
13572 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
13573 yes) ;;
13574 no) build_warnings="-w";;
13575 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 13576 build_warnings="${build_warnings} ${t}";;
c906108c 13577 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
13578 build_warnings="${t} ${build_warnings}";;
13579 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
13580esac
13581if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
13582 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13583fi
81ecdfbb
RW
13584fi
13585WARN_CFLAGS=""
d4f3574e
SS
13586if test "x${build_warnings}" != x -a "x$GCC" = xyes
13587then
81ecdfbb
RW
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13589$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
13590 # Separate out the -Werror flag as some files just cannot be
13591 # compiled with it enabled.
13592 for w in ${build_warnings}; do
13593 case $w in
13594 -Werr*) WERROR_CFLAGS=-Werror ;;
13595 *) # Check that GCC accepts it
13596 saved_CFLAGS="$CFLAGS"
13597 CFLAGS="$CFLAGS $w"
81ecdfbb 13598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13599/* end confdefs.h. */
c8cca39f 13600
b7026657
AC
13601int
13602main ()
13603{
c8cca39f 13604
b7026657
AC
13605 ;
13606 return 0;
13607}
13608_ACEOF
81ecdfbb 13609if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 13610 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 13611fi
81ecdfbb 13612rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
13613 CFLAGS="$saved_CFLAGS"
13614 esac
13615 done
2232061b
MF
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13617$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
13618fi
13619
13620
e6c674b8 13621default_sim_reserved_bits="1"
81ecdfbb
RW
13622# Check whether --enable-sim-reserved-bits was given.
13623if test "${enable_sim_reserved_bits+set}" = set; then :
13624 enableval=$enable_sim_reserved_bits; case "${enableval}" in
e6c674b8
CD
13625 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13626 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
81ecdfbb 13627 *) as_fn_error "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
e6c674b8
CD
13628esac
13629if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13630 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13631fi
13632else
13633 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
13634fi
13635
e6c674b8 13636
c906108c
SS
13637# DEPRECATED
13638#
13639# Instead of defining a `subtarget' macro, code should be checking
13640# the value of {STATE,CPU}_ARCHITECTURE to identify the architecture
13641# in question.
13642#
13643case "${target}" in
4c54fc26 13644 mips64vr*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1" ;;
c906108c 13645 mips*tx39*) SIM_SUBTARGET="-DSUBTARGET_R3900=1";;
109ad085 13646 mips*-sde-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
cc220243 13647 mips*-mti-elf*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
1e799e28
CD
13648 mipsisa32*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
13649 mipsisa64*-*-*) SIM_SUBTARGET="-DTARGET_ENABLE_FR=1";;
c906108c
SS
13650 *) SIM_SUBTARGET="";;
13651esac
13652
13653
13654
13655
13656#
13657# Select the byte order of the target
13658#
13659mips_endian=
13660default_endian=
13661case "${target}" in
1ac72f06
MF
13662 mips64el*-*-*) mips_endian=LITTLE ;;
13663 mips64vr*el-*-*) default_endian=LITTLE ;;
13664 mips64*-*-*) default_endian=BIG ;;
13665 mips16*-*-*) default_endian=BIG ;;
13666 mipsisa32*-*-*) default_endian=BIG ;;
13667 mipsisa64*-*-*) default_endian=BIG ;;
13668 mips*-*-*) default_endian=BIG ;;
13669 *) default_endian=BIG ;;
c906108c
SS
13670esac
13671
13672wire_endian="$mips_endian"
13673default_endian="$default_endian"
81ecdfbb
RW
13674# Check whether --enable-sim-endian was given.
13675if test "${enable_sim_endian+set}" = set; then :
13676 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13677 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13678 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 13679 yes) if test x"$wire_endian" != x; then
1ac72f06 13680 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 13681 else
1ac72f06
MF
13682 if test x"$default_endian" != x; then
13683 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13684 else
13685 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13686 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13687 fi
13688 fi;;
13689 no) if test x"$default_endian" != x; then
1ac72f06 13690 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13691 else
13692 if test x"$wire_endian" != x; then
1ac72f06 13693 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13694 else
13695 echo "No default endian for target $target" 1>&6
1ac72f06 13696 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13697 fi
13698 fi;;
81ecdfbb 13699 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
13700esac
13701if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13702 echo "Setting endian flags = $sim_endian" 6>&1
13703fi
13704else
13705 if test x"$default_endian" != x; then
1ac72f06 13706 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13707else
13708 if test x"$wire_endian" != x; then
1ac72f06 13709 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13710 else
13711 sim_endian=
13712 fi
13713fi
81ecdfbb
RW
13714fi
13715
c906108c
SS
13716
13717
13718
13719#
13720# Select the bitsize of the target
13721#
13722mips_addr_bitsize=
13723case "${target}" in
109ad085 13724 mips*-sde-elf*) mips_bitsize=64 ; mips_msb=63 ;;
cc220243 13725 mips*-mti-elf*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
13726 mips64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
13727 mips16*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
1e799e28
CD
13728 mipsisa32*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13729 mipsisa64*-*-*) mips_bitsize=64 ; mips_msb=63 ;;
c906108c
SS
13730 mips*-*-*) mips_bitsize=32 ; mips_msb=31 ;;
13731 *) mips_bitsize=64 ; mips_msb=63 ;;
13732esac
13733wire_word_bitsize="$mips_bitsize"
13734wire_word_msb="$mips_msb"
13735wire_address_bitsize="$mips_addr_bitsize"
13736wire_cell_bitsize=""
81ecdfbb
RW
13737# Check whether --enable-sim-bitsize was given.
13738if test "${enable_sim_bitsize+set}" = set; then :
13739 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
13740case "${enableval}" in
13741 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13742 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13743 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13744 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13745 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13746 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13747 else
13748 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13749 fi ;;
13750 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13751 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13752 else
13753 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13754 fi ;;
81ecdfbb 13755 *) as_fn_error "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13756esac
13757# address bitsize
13758tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13759case x"${tmp}" in
13760 x ) ;;
13761 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13762 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
81ecdfbb 13763 * ) as_fn_error "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13764esac
13765# cell bitsize
13766tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13767case x"${tmp}" in
13768 x ) ;;
13769 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13770 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
81ecdfbb 13771 * ) as_fn_error "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13772esac
13773if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13774 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13775fi
13776else
13777 sim_bitsize=""
13778if test x"$wire_word_bitsize" != x; then
13779 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13780fi
13781if test x"$wire_word_msb" != x; then
13782 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13783fi
13784if test x"$wire_address_bitsize" != x; then
13785 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13786fi
13787if test x"$wire_cell_bitsize" != x; then
13788 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13789fi
81ecdfbb
RW
13790fi
13791
c906108c
SS
13792
13793
13794
13795#
13796# Select the floating hardware support of the target
13797#
13798mips_fpu=HARDWARE_FLOATING_POINT
13799mips_fpu_bitsize=
13800case "${target}" in
4b5d35ee 13801 mips*tx39*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
109ad085 13802 mips*-sde-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
cc220243 13803 mips*-mti-elf*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
13804 mips64*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
13805 mips16*-*-*) mips_fpu=HARD_FLOATING_POINT ;;
1e799e28
CD
13806 mipsisa32*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
13807 mipsisa64*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=64 ;;
c906108c
SS
13808 mips*-*-*) mips_fpu=HARD_FLOATING_POINT ; mips_fpu_bitsize=32 ;;
13809 *) mips_fpu=HARD_FLOATING_POINT ;;
13810esac
13811
13812default_sim_float="$mips_fpu"
13813default_sim_float_bitsize="$mips_fpu_bitsize"
81ecdfbb
RW
13814# Check whether --enable-sim-float was given.
13815if test "${enable_sim_float+set}" = set; then :
13816 enableval=$enable_sim_float; case "${enableval}" in
c906108c
SS
13817 yes | hard) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT";;
13818 no | soft) sim_float="-DWITH_FLOATING_POINT=SOFT_FLOATING_POINT";;
13819 32) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32";;
13820 64) sim_float="-DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=64";;
81ecdfbb 13821 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-float\"" "$LINENO" 5; sim_float="";;
c906108c
SS
13822esac
13823if test x"$silent" != x"yes" && test x"$sim_float" != x""; then
13824 echo "Setting float flags = $sim_float" 6>&1
13825fi
13826else
b7026657 13827
c906108c
SS
13828sim_float=
13829if test x"${default_sim_float}" != x""; then
13830 sim_float="-DWITH_FLOATING_POINT=${default_sim_float}"
13831fi
13832if test x"${default_sim_float_bitsize}" != x""; then
13833 sim_float="$sim_float -DWITH_TARGET_FLOATING_POINT_BITSIZE=${default_sim_float_bitsize}"
13834fi
13835
81ecdfbb
RW
13836fi
13837
c906108c
SS
13838
13839
13840
c906108c
SS
13841#
13842# Select the IGEN architecture
13843#
13844sim_gen=IGEN
13845sim_igen_machine="-M mipsIV"
139181c8 13846sim_m16_machine="-M mips16,mipsIII"
c906108c
SS
13847sim_igen_filter="32,64,f"
13848sim_m16_filter="16"
4c54fc26
CD
13849sim_mach_default="mips8000"
13850
c906108c
SS
13851case "${target}" in
13852 mips*tx39*) sim_gen=IGEN
13853 sim_igen_filter="32,f"
13854 sim_igen_machine="-M r3900"
13855 ;;
13856 mips64vr43*-*-*) sim_gen=IGEN
13857 sim_igen_machine="-M mipsIV"
4c54fc26 13858 sim_mach_default="mips8000"
c906108c
SS
13859 ;;
13860 mips64vr5*-*-*) sim_gen=IGEN
13861 sim_igen_machine="-M vr5000"
4c54fc26 13862 sim_mach_default="mips5000"
c906108c
SS
13863 ;;
13864 mips64vr41*) sim_gen=M16
13865 sim_igen_machine="-M vr4100"
13866 sim_m16_machine="-M vr4100"
13867 sim_igen_filter="32,64,f"
13868 sim_m16_filter="16"
4c54fc26 13869 sim_mach_default="mips4100"
c906108c 13870 ;;
4c54fc26
CD
13871 mips64vr-*-* | mips64vrel-*-*)
13872 sim_gen=MULTI
13873 sim_multi_configs="\
13874 vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
13875 vr4120:mipsIII,mips16,vr4120:32,64:mips4120\
13876 vr5000:mipsIV:32,64,f:mips4300,mips5000\
13877 vr5400:mipsIV,vr5400:32,64,f:mips5400\
13878 vr5500:mipsIV,vr5500:32,64,f:mips5500"
13879 sim_multi_default=mips5000
13880 ;;
cc220243 13881 mips*-sde-elf* | mips*-mti-elf*)
8e394ffc
AB
13882 sim_gen=MULTI
13883 sim_multi_configs="\
13884 micromips:micromips64,micromipsdsp:32,64,f:mips_micromips\
13885 mips64r2:mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,64,f:mipsisa64r2"
13886 sim_multi_default=mipsisa64r2
109ad085 13887 ;;
c906108c
SS
13888 mips64*-*-*) sim_igen_filter="32,64,f"
13889 sim_gen=IGEN
13890 ;;
13891 mips16*-*-*) sim_gen=M16
13892 sim_igen_filter="32,64,f"
13893 sim_m16_filter="16"
13894 ;;
8e394ffc
AB
13895 mipsisa32r2*-*-*) sim_gen=MULTI
13896 sim_multi_configs="\
13897 micromips:micromips32,micromipsdsp:32,f:mips_micromips\
13898 mips32r2:mips32r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2,smartmips:32,f:mipsisa32r2"
13899 sim_multi_default=mipsisa32r2
e70cb6cd 13900 ;;
d5fb0879
RS
13901 mipsisa32*-*-*) sim_gen=M16
13902 sim_igen_machine="-M mips32,mips16,mips16e,smartmips"
13903 sim_m16_machine="-M mips16,mips16e,mips32"
13904 sim_igen_filter="32,f"
13905 sim_mach_default="mipsisa32"
1e799e28 13906 ;;
d5fb0879
RS
13907 mipsisa64r2*-*-*) sim_gen=M16
13908 sim_igen_machine="-M mips64r2,mips3d,mips16,mips16e,mdmx,dsp,dsp2"
13909 sim_m16_machine="-M mips16,mips16e,mips64r2"
13910 sim_igen_filter="32,64,f"
13911 sim_mach_default="mipsisa64r2"
e70cb6cd 13912 ;;
7cbea089 13913 mipsisa64sb1*-*-*) sim_gen=IGEN
109ad085 13914 sim_igen_machine="-M mips64,mips3d,sb1"
7cbea089 13915 sim_igen_filter="32,64,f"
4c54fc26 13916 sim_mach_default="mips_sb1"
7cbea089 13917 ;;
d5fb0879
RS
13918 mipsisa64*-*-*) sim_gen=M16
13919 sim_igen_machine="-M mips64,mips3d,mips16,mips16e,mdmx"
13920 sim_m16_machine="-M mips16,mips16e,mips64"
13921 sim_igen_filter="32,64,f"
13922 sim_mach_default="mipsisa64"
1e799e28 13923 ;;
109ad085 13924 mips*lsi*) sim_gen=M16
c906108c
SS
13925 sim_igen_machine="-M mipsIII,mips16"
13926 sim_m16_machine="-M mips16,mipsIII"
13927 sim_igen_filter="32,f"
13928 sim_m16_filter="16"
4c54fc26 13929 sim_mach_default="mips4000"
109ad085 13930 ;;
c906108c
SS
13931 mips*-*-*) sim_gen=IGEN
13932 sim_igen_filter="32,f"
13933 ;;
13934esac
4c54fc26
CD
13935
13936# The MULTI generator can combine several simulation engines into one.
13937# executable. A configuration which uses the MULTI should set two
13938# variables: ${sim_multi_configs} and ${sim_multi_default}.
13939#
13940# ${sim_multi_configs} is the list of engines to build. Each
13941# space-separated entry has the form NAME:MACHINE:FILTER:BFDMACHS,
13942# where:
13943#
13944# - NAME is a C-compatible prefix for the engine,
13945# - MACHINE is a -M argument,
13946# - FILTER is a -F argument, and
13947# - BFDMACHS is a comma-separated list of bfd machines that the
13948# simulator can run.
13949#
13950# Each entry will have a separate simulation engine whose prefix is
13951# m32<NAME>. If the machine list includes "mips16", there will also
13952# be a mips16 engine, prefix m16<NAME>. The mips16 engine will be
13953# generated using the same machine list as the 32-bit version,
13954# but the filter will be "16" instead of FILTER.
13955#
13956# The simulator compares the bfd mach against BFDMACHS to decide
13957# which engine to use. Entries in BFDMACHS should be bfd_mach
13958# values with "bfd_mach_" removed. ${sim_multi_default} says
13959# which entry should be the default.
13960if test ${sim_gen} = MULTI; then
13961
13962 # Simple sanity check.
13963 if test -z "${sim_multi_configs}" || test -z "${sim_multi_default}"; then
306f4178 13964 as_fn_error "Error in configure.ac: MULTI simulator not set up correctly" "$LINENO" 5
4c54fc26
CD
13965 fi
13966
13967 # Start in a known state.
13968 rm -f multi-include.h multi-run.c
13969 sim_multi_flags=
13970 sim_multi_src=
8e394ffc 13971 sim_multi_obj=
4c54fc26
CD
13972 sim_multi_igen_configs=
13973 sim_seen_default=no
13974
13975 cat << __EOF__ > multi-run.c
13976/* Main entry point for MULTI simulators.
1ac72f06 13977 Copyright (C) 2003-2016 Free Software Foundation, Inc.
4c54fc26
CD
13978
13979 This program is free software; you can redistribute it and/or modify
13980 it under the terms of the GNU General Public License as published by
35ee6e1e 13981 the Free Software Foundation; either version 3 of the License, or
4c54fc26
CD
13982 (at your option) any later version.
13983
13984 This program is distributed in the hope that it will be useful,
13985 but WITHOUT ANY WARRANTY; without even the implied warranty of
13986 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13987 GNU General Public License for more details.
13988
13989 You should have received a copy of the GNU General Public License
35ee6e1e 13990 along with this program. If not, see <http://www.gnu.org/licenses/>.
4c54fc26
CD
13991
13992 --
13993
13994 This file was generated by sim/mips/configure. */
13995
13996#include "sim-main.h"
13997#include "multi-include.h"
8e394ffc
AB
13998#include "elf-bfd.h"
13999#include "elf/mips.h"
4c54fc26
CD
14000
14001#define SD sd
14002#define CPU cpu
14003
14004void
14005sim_engine_run (SIM_DESC sd,
14006 int next_cpu_nr,
14007 int nr_cpus,
14008 int signal) /* ignore */
14009{
14010 int mach;
14011
14012 if (STATE_ARCHITECTURE (sd) == NULL)
14013 mach = bfd_mach_${sim_multi_default};
8e394ffc
AB
14014 else if (elf_elfheader (sd->base.prog_bfd)->e_flags
14015 & EF_MIPS_ARCH_ASE_MICROMIPS)
14016 mach = bfd_mach_mips_micromips;
4c54fc26
CD
14017 else
14018 mach = STATE_ARCHITECTURE (SD)->mach;
14019
14020 switch (mach)
14021 {
14022__EOF__
14023
14024 for fc in ${sim_multi_configs}; do
14025
14026 # Split up the entry. ${c} contains the first three elements.
14027 # Note: outer sqaure brackets are m4 quotes.
14028 c=`echo ${fc} | sed 's/:[^:]*$//'`
14029 bfdmachs=`echo ${fc} | sed 's/.*://'`
14030 name=`echo ${c} | sed 's/:.*//'`
14031 machine=`echo ${c} | sed 's/.*:\(.*\):.*/\1/'`
14032 filter=`echo ${c} | sed 's/.*://'`
14033
14034 # Build the following lists:
14035 #
14036 # sim_multi_flags: all -M and -F flags used by the simulator
14037 # sim_multi_src: all makefile-generated source files
14038 # sim_multi_obj: the objects for ${sim_multi_src}
14039 # sim_multi_igen_configs: igen configuration strings.
14040 #
14041 # Each entry in ${sim_multi_igen_configs} is a prefix (m32
14042 # or m16) followed by the NAME, MACHINE and FILTER part of
14043 # the ${sim_multi_configs} entry.
14044 sim_multi_flags="${sim_multi_flags} -F ${filter} -M ${machine}"
14045
8e394ffc 14046 # Check whether special handling is needed.
4c54fc26
CD
14047 case ${c} in
14048 *:*mips16*:*)
14049 # Run igen twice, once for normal mode and once for mips16.
14050 ws="m32 m16"
14051
14052 # The top-level function for the mips16 simulator is
14053 # in a file m16${name}_run.c, generated by the
14054 # tmp-run-multi Makefile rule.
14055 sim_multi_src="${sim_multi_src} m16${name}_run.c"
14056 sim_multi_obj="${sim_multi_obj} m16${name}_run.o"
14057 sim_multi_flags="${sim_multi_flags} -F 16"
14058 ;;
8e394ffc
AB
14059 *:*micromips32*:*)
14060 # Run igen thrice, once for micromips32, once for micromips16,
14061 # and once for m32.
14062 ws="micromips_m32 micromips16 micromips32"
14063
14064 # The top-level function for the micromips simulator is
14065 # in a file micromips${name}_run.c, generated by the
14066 # tmp-run-multi Makefile rule.
14067 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14068 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14069 sim_multi_flags="${sim_multi_flags} -F 16,32"
14070 ;;
14071 *:*micromips64*:*)
14072 # Run igen thrice, once for micromips64, once for micromips16,
14073 # and once for m64.
14074 ws="micromips_m64 micromips16 micromips64"
14075
14076 # The top-level function for the micromips simulator is
14077 # in a file micromips${name}_run.c, generated by the
14078 # tmp-run-multi Makefile rule.
14079 sim_multi_src="${sim_multi_src} micromips${name}_run.c"
14080 sim_multi_obj="${sim_multi_obj} micromips${name}_run.o"
14081 sim_multi_flags="${sim_multi_flags} -F 16,32,64"
14082 ;;
4c54fc26
CD
14083 *)
14084 ws=m32
14085 ;;
14086 esac
14087
14088 # Now add the list of igen-generated files to ${sim_multi_src}
14089 # and ${sim_multi_obj}.
14090 for w in ${ws}; do
14091 for base in engine icache idecode model semantics support; do
14092 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.c"
14093 sim_multi_src="${sim_multi_src} ${w}${name}_${base}.h"
14094 sim_multi_obj="${sim_multi_obj} ${w}${name}_${base}.o"
14095 done
14096 sim_multi_igen_configs="${sim_multi_igen_configs} ${w}${c}"
14097 done
14098
14099 # Add an include for the engine.h file. This file declares the
14100 # top-level foo_engine_run() function.
14101 echo "#include \"${w}${name}_engine.h\"" >> multi-include.h
14102
14103 # Add case statements for this engine to sim_engine_run().
14104 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14105 echo " case bfd_mach_${mach}:" >> multi-run.c
14106 if test ${mach} = ${sim_multi_default}; then
14107 echo " default:" >> multi-run.c
14108 sim_seen_default=yes
14109 fi
14110 done
14111 echo " ${w}${name}_engine_run (sd, next_cpu_nr, nr_cpus, signal);" \
14112 >> multi-run.c
14113 echo " break;" >> multi-run.c
14114 done
14115
14116 # Check whether we added a 'default:' label.
14117 if test ${sim_seen_default} = no; then
306f4178 14118 as_fn_error "Error in configure.ac: \${sim_multi_configs} doesn't have an entry for \${sim_multi_default}" "$LINENO" 5
4c54fc26
CD
14119 fi
14120
14121 cat << __EOF__ >> multi-run.c
14122 }
14123}
14124
14125int
14126mips_mach_multi (SIM_DESC sd)
14127{
14128 if (STATE_ARCHITECTURE (sd) == NULL)
14129 return bfd_mach_${sim_multi_default};
14130
14131 switch (STATE_ARCHITECTURE (SD)->mach)
14132 {
14133__EOF__
14134
14135 # Add case statements for this engine to mips_mach_multi().
14136 for fc in ${sim_multi_configs}; do
14137
14138 # Split up the entry. ${c} contains the first three elements.
14139 # Note: outer sqaure brackets are m4 quotes.
14140 c=`echo ${fc} | sed 's/:[^:]*$//'`
14141 bfdmachs=`echo ${fc} | sed 's/.*://'`
14142
14143 for mach in `echo ${bfdmachs} | sed 's/,/ /g'`; do
14144 echo " case bfd_mach_${mach}:" >> multi-run.c
14145 done
14146 done
14147
14148 cat << __EOF__ >> multi-run.c
14149 return (STATE_ARCHITECTURE (SD)->mach);
14150 default:
14151 return bfd_mach_${sim_multi_default};
14152 }
14153}
14154__EOF__
14155
14156 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_MULTI"
14157else
14158 # For clean-extra
14159 sim_multi_src=doesnt-exist.c
14160
14161 if test x"${sim_mach_default}" = x""; then
306f4178 14162 as_fn_error "Error in configure.ac: \${sim_mach_default} not defined" "$LINENO" 5
4c54fc26
CD
14163 fi
14164 SIM_SUBTARGET="$SIM_SUBTARGET -DMIPS_MACH_DEFAULT=bfd_mach_${sim_mach_default}"
14165fi
c906108c
SS
14166sim_igen_flags="-F ${sim_igen_filter} ${sim_igen_machine} ${sim_igen_smp}"
14167sim_m16_flags=" -F ${sim_m16_filter} ${sim_m16_machine} ${sim_igen_smp}"
8e394ffc
AB
14168sim_micromips16_flags=" -F ${sim_micromips16_filter} ${sim_micromips16_machine} ${sim_igen_smp}"
14169sim_micromips_flags=" -F ${sim_micromips_filter} ${sim_micromips_machine} ${sim_igen_smp}"
c906108c
SS
14170
14171
14172
14173
14174
4c54fc26
CD
14175
14176
14177
14178
c906108c
SS
14179#
14180# Add simulated hardware devices
14181#
14182hw_enabled=no
14183case "${target}" in
14184 mips*tx39*)
14185 hw_enabled=yes
b7026657 14186 hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
c906108c
SS
14187 ;;
14188 *)
c906108c
SS
14189 ;;
14190esac
14191
c906108c 14192if test "$hw_devices"; then
6ffe910a 14193 hardware="$hw_devices"
c906108c 14194else
6ffe910a 14195 hardware="cfi core pal glue"
c906108c 14196fi
6ffe910a 14197hardware="$hardware $hw_extra_devices"
1517bd27 14198
c906108c
SS
14199sim_hw_cflags="-DWITH_HW=1"
14200sim_hw="$hardware"
14201sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 14202
81ecdfbb
RW
14203# Check whether --enable-sim-hardware was given.
14204if test "${enable_sim_hardware+set}" = set; then :
14205 enableval=$enable_sim_hardware;
30452bbe
MF
14206else
14207 enable_sim_hardware="$hw_enabled"
1517bd27
MF
14208fi
14209
14210case ${enable_sim_hardware} in
64dd13df
MF
14211 yes|no) ;;
14212 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
14213 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
14214 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
c906108c 14215esac
1517bd27 14216
64dd13df 14217if test "$enable_sim_hardware" = no; then
c906108c
SS
14218 sim_hw_objs=
14219 sim_hw_cflags="-DWITH_HW=0"
14220 sim_hw=
14221else
14222 sim_hw_cflags="-DWITH_HW=1"
14223 # remove duplicates
14224 sim_hw=""
14225 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
b3a3ffef
HPN
14226 for i in $hardware ; do
14227 case " $sim_hw " in
c906108c
SS
14228 *" $i "*) ;;
14229 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
14230 esac
14231 done
3be31516 14232 # mingw does not support sockser
3be31516
JS
14233 case ${host} in
14234 *mingw*) ;;
49cd1634
MF
14235 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
14236 # that you instatiate. Instead, other code will call into it directly.
14237 # At some point, we should convert it over.
14238 sim_hw_objs="$sim_hw_objs dv-sockser.o"
3be31516
JS
14239
14240cat >>confdefs.h <<_ACEOF
14241#define HAVE_DV_SOCKSER 1
14242_ACEOF
14243
14244 ;;
14245 esac
1517bd27
MF
14246 if test x"$silent" != x"yes"; then
14247 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
3be31516 14248 fi
1517bd27
MF
14249 case " $hardware " in
14250 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b
MF
14251$as_echo_n "checking for log2 in -lm... " >&6; }
14252if test "${ac_cv_lib_m_log2+set}" = set; then :
14253 $as_echo_n "(cached) " >&6
14254else
14255 ac_check_lib_save_LIBS=$LIBS
14256LIBS="-lm $LIBS"
14257cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14258/* end confdefs.h. */
14259
14260/* Override any GCC internal prototype to avoid an error.
14261 Use char because int might match the return type of a GCC
14262 builtin and then its argument prototype would still apply. */
14263#ifdef __cplusplus
14264extern "C"
14265#endif
14266char log2 ();
14267int
14268main ()
14269{
14270return log2 ();
14271 ;
14272 return 0;
14273}
14274_ACEOF
14275if ac_fn_c_try_link "$LINENO"; then :
14276 ac_cv_lib_m_log2=yes
14277else
14278 ac_cv_lib_m_log2=no
14279fi
14280rm -f core conftest.err conftest.$ac_objext \
14281 conftest$ac_exeext conftest.$ac_ext
14282LIBS=$ac_check_lib_save_LIBS
14283fi
14284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
14285$as_echo "$ac_cv_lib_m_log2" >&6; }
14286if test "x$ac_cv_lib_m_log2" = x""yes; then :
14287 cat >>confdefs.h <<_ACEOF
14288#define HAVE_LIBM 1
14289_ACEOF
14290
14291 LIBS="-lm $LIBS"
14292
14293fi
14294;;
1517bd27
MF
14295 esac
14296fi
4399a56b 14297
c906108c 14298
c906108c
SS
14299
14300# Choose simulator engine
14301case "${target}" in
14302 *) mips_igen_engine="engine.o"
14303 ;;
14304esac
14305
14306
14307
81ecdfbb
RW
14308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for X" >&5
14309$as_echo_n "checking for X... " >&6; }
b7026657 14310
c906108c 14311
81ecdfbb
RW
14312# Check whether --with-x was given.
14313if test "${with_x+set}" = set; then :
14314 withval=$with_x;
14315fi
c906108c
SS
14316
14317# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
14318if test "x$with_x" = xno; then
14319 # The user explicitly disabled X.
14320 have_x=disabled
14321else
81ecdfbb
RW
14322 case $x_includes,$x_libraries in #(
14323 *\'*) as_fn_error "cannot use X directory names containing '" "$LINENO" 5;; #(
14324 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
14325 $as_echo_n "(cached) " >&6
c906108c
SS
14326else
14327 # One or both of the vars are not set, and there is no cached value.
b7026657 14328ac_x_includes=no ac_x_libraries=no
81ecdfbb 14329rm -f -r conftest.dir
b7026657
AC
14330if mkdir conftest.dir; then
14331 cd conftest.dir
b7026657 14332 cat >Imakefile <<'_ACEOF'
81ecdfbb
RW
14333incroot:
14334 @echo incroot='${INCROOT}'
14335usrlibdir:
14336 @echo usrlibdir='${USRLIBDIR}'
14337libdir:
14338 @echo libdir='${LIBDIR}'
14339_ACEOF
14340 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
c906108c 14341 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
81ecdfbb
RW
14342 for ac_var in incroot usrlibdir libdir; do
14343 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
14344 done
c906108c 14345 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
81ecdfbb
RW
14346 for ac_extension in a so sl dylib la dll; do
14347 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
14348 test -f "$ac_im_libdir/libX11.$ac_extension"; then
b7026657 14349 ac_im_usrlibdir=$ac_im_libdir; break
c906108c
SS
14350 fi
14351 done
14352 # Screen out bogus values from the imake configuration. They are
14353 # bogus both because they are the default anyway, and because
14354 # using them would break gcc on systems where it needs fixed includes.
b7026657 14355 case $ac_im_incroot in
81ecdfbb 14356 /usr/include) ac_x_includes= ;;
b7026657 14357 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
c906108c 14358 esac
b7026657 14359 case $ac_im_usrlibdir in
81ecdfbb 14360 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
b7026657 14361 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
c906108c
SS
14362 esac
14363 fi
14364 cd ..
81ecdfbb 14365 rm -f -r conftest.dir
c906108c
SS
14366fi
14367
b7026657
AC
14368# Standard set of common directories for X headers.
14369# Check X11 before X11Rn because it is often a symlink to the current release.
14370ac_x_header_dirs='
14371/usr/X11/include
81ecdfbb 14372/usr/X11R7/include
b7026657
AC
14373/usr/X11R6/include
14374/usr/X11R5/include
14375/usr/X11R4/include
14376
14377/usr/include/X11
81ecdfbb 14378/usr/include/X11R7
b7026657
AC
14379/usr/include/X11R6
14380/usr/include/X11R5
14381/usr/include/X11R4
14382
14383/usr/local/X11/include
81ecdfbb 14384/usr/local/X11R7/include
b7026657
AC
14385/usr/local/X11R6/include
14386/usr/local/X11R5/include
14387/usr/local/X11R4/include
14388
14389/usr/local/include/X11
81ecdfbb 14390/usr/local/include/X11R7
b7026657
AC
14391/usr/local/include/X11R6
14392/usr/local/include/X11R5
14393/usr/local/include/X11R4
14394
14395/usr/X386/include
14396/usr/x386/include
14397/usr/XFree86/include/X11
14398
14399/usr/include
14400/usr/local/include
14401/usr/unsupported/include
14402/usr/athena/include
14403/usr/local/x11r5/include
14404/usr/lpp/Xamples/include
14405
14406/usr/openwin/include
14407/usr/openwin/share/include'
14408
14409if test "$ac_x_includes" = no; then
81ecdfbb 14410 # Guess where to find include files, by looking for Xlib.h.
c906108c 14411 # First, try using that file with no special directory specified.
81ecdfbb 14412 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 14413/* end confdefs.h. */
81ecdfbb 14414#include <X11/Xlib.h>
b7026657 14415_ACEOF
81ecdfbb 14416if ac_fn_c_try_cpp "$LINENO"; then :
c906108c
SS
14417 # We can compile using X headers with no special include directory.
14418ac_x_includes=
14419else
b7026657 14420 for ac_dir in $ac_x_header_dirs; do
81ecdfbb 14421 if test -r "$ac_dir/X11/Xlib.h"; then
b7026657
AC
14422 ac_x_includes=$ac_dir
14423 break
14424 fi
14425done
c906108c 14426fi
b7026657
AC
14427rm -f conftest.err conftest.$ac_ext
14428fi # $ac_x_includes = no
c906108c 14429
b7026657 14430if test "$ac_x_libraries" = no; then
c906108c 14431 # Check for the libraries.
c906108c
SS
14432 # See if we find them without any special options.
14433 # Don't add to $LIBS permanently.
b7026657 14434 ac_save_LIBS=$LIBS
81ecdfbb
RW
14435 LIBS="-lX11 $LIBS"
14436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 14437/* end confdefs.h. */
81ecdfbb 14438#include <X11/Xlib.h>
b7026657
AC
14439int
14440main ()
14441{
81ecdfbb 14442XrmInitialize ()
b7026657
AC
14443 ;
14444 return 0;
14445}
14446_ACEOF
81ecdfbb 14447if ac_fn_c_try_link "$LINENO"; then :
b7026657 14448 LIBS=$ac_save_LIBS
c906108c
SS
14449# We can link X programs with no special library path.
14450ac_x_libraries=
14451else
81ecdfbb
RW
14452 LIBS=$ac_save_LIBS
14453for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
b7026657 14454do
81ecdfbb
RW
14455 # Don't even attempt the hair of trying to link an X program!
14456 for ac_extension in a so sl dylib la dll; do
14457 if test -r "$ac_dir/libX11.$ac_extension"; then
14458 ac_x_libraries=$ac_dir
14459 break 2
14460 fi
14461 done
14462done
b7026657 14463fi
81ecdfbb
RW
14464rm -f core conftest.err conftest.$ac_objext \
14465 conftest$ac_exeext conftest.$ac_ext
14466fi # $ac_x_libraries = no
b7026657 14467
81ecdfbb
RW
14468case $ac_x_includes,$ac_x_libraries in #(
14469 no,* | *,no | *\'*)
14470 # Didn't find X, or a directory has "'" in its name.
14471 ac_cv_have_x="have_x=no";; #(
14472 *)
14473 # Record where we found X for the cache.
14474 ac_cv_have_x="have_x=yes\
14475 ac_x_includes='$ac_x_includes'\
14476 ac_x_libraries='$ac_x_libraries'"
14477esac
b7026657 14478fi
81ecdfbb
RW
14479;; #(
14480 *) have_x=yes;;
14481 esac
14482 eval "$ac_cv_have_x"
14483fi # $with_x != no
b7026657 14484
81ecdfbb
RW
14485if test "$have_x" != yes; then
14486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_x" >&5
14487$as_echo "$have_x" >&6; }
14488 no_x=yes
b7026657 14489else
81ecdfbb
RW
14490 # If each of the values was on the command line, it overrides each guess.
14491 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
14492 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
14493 # Update the cache value to reflect the command line values.
14494 ac_cv_have_x="have_x=yes\
14495 ac_x_includes='$x_includes'\
14496 ac_x_libraries='$x_libraries'"
14497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: libraries $x_libraries, headers $x_includes" >&5
14498$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
b7026657 14499fi
b7026657 14500
81ecdfbb
RW
14501mips_extra_libs=""
14502
14503
81ecdfbb
RW
14504{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
14505$as_echo_n "checking for fabs in -lm... " >&6; }
14506if test "${ac_cv_lib_m_fabs+set}" = set; then :
14507 $as_echo_n "(cached) " >&6
b7026657
AC
14508else
14509 ac_check_lib_save_LIBS=$LIBS
14510LIBS="-lm $LIBS"
81ecdfbb 14511cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
14512/* end confdefs.h. */
14513
81ecdfbb
RW
14514/* Override any GCC internal prototype to avoid an error.
14515 Use char because int might match the return type of a GCC
14516 builtin and then its argument prototype would still apply. */
b7026657
AC
14517#ifdef __cplusplus
14518extern "C"
14519#endif
b7026657
AC
14520char fabs ();
14521int
14522main ()
14523{
81ecdfbb 14524return fabs ();
b7026657
AC
14525 ;
14526 return 0;
14527}
14528_ACEOF
81ecdfbb 14529if ac_fn_c_try_link "$LINENO"; then :
b7026657
AC
14530 ac_cv_lib_m_fabs=yes
14531else
81ecdfbb 14532 ac_cv_lib_m_fabs=no
b7026657 14533fi
81ecdfbb
RW
14534rm -f core conftest.err conftest.$ac_objext \
14535 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
14536LIBS=$ac_check_lib_save_LIBS
14537fi
81ecdfbb
RW
14538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
14539$as_echo "$ac_cv_lib_m_fabs" >&6; }
14540if test "x$ac_cv_lib_m_fabs" = x""yes; then :
b7026657
AC
14541 cat >>confdefs.h <<_ACEOF
14542#define HAVE_LIBM 1
14543_ACEOF
14544
14545 LIBS="-lm $LIBS"
14546
14547fi
14548
b7026657 14549for ac_func in aint anint sqrt
81ecdfbb
RW
14550do :
14551 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14552ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14553eval as_val=\$$as_ac_var
14554 if test "x$as_val" = x""yes; then :
b7026657 14555 cat >>confdefs.h <<_ACEOF
81ecdfbb 14556#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
b7026657
AC
14557_ACEOF
14558
14559fi
14560done
14561
14562
14563
14564ac_sources="$sim_link_files"
14565ac_dests="$sim_link_links"
14566while test -n "$ac_sources"; do
14567 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
14568 set $ac_sources; ac_source=$1; shift; ac_sources=$*
14569 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
14570done
81ecdfbb 14571ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
14572
14573cgen_breaks=""
14574if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14575cgen_breaks="break cgen_rtx_error";
14576fi
14577
81ecdfbb 14578ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 14579
81ecdfbb 14580ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 14581
81ecdfbb 14582ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 14583
81ecdfbb 14584ac_config_commands="$ac_config_commands Makefile"
38f48d72 14585
81ecdfbb 14586ac_config_commands="$ac_config_commands stamp-h"
38f48d72 14587
b7026657
AC
14588cat >confcache <<\_ACEOF
14589# This file is a shell script that caches the results of configure
14590# tests run on this system so they can be shared between configure
14591# scripts and configure runs, see configure's option --config-cache.
14592# It is not useful on other systems. If it contains results you don't
14593# want to keep, you may remove or edit it.
14594#
14595# config.status only pays attention to the cache file if you give it
14596# the --recheck option to rerun configure.
14597#
14598# `ac_cv_env_foo' variables (set or unset) will be overridden when
14599# loading this file, other *unset* `ac_cv_foo' will be assigned the
14600# following values.
14601
14602_ACEOF
14603
14604# The following way of writing the cache mishandles newlines in values,
14605# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14606# So, we kill variables containing newlines.
b7026657
AC
14607# Ultrix sh set writes to stderr and can't be redirected directly,
14608# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14609(
14610 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14611 eval ac_val=\$$ac_var
14612 case $ac_val in #(
14613 *${as_nl}*)
14614 case $ac_var in #(
14615 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14616$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14617 esac
14618 case $ac_var in #(
14619 _ | IFS | as_nl) ;; #(
14620 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14621 *) { eval $ac_var=; unset $ac_var;} ;;
14622 esac ;;
14623 esac
14624 done
14625
b7026657 14626 (set) 2>&1 |
81ecdfbb
RW
14627 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14628 *${as_nl}ac_space=\ *)
14629 # `set' does not quote correctly, so add quotes: double-quote
14630 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
14631 sed -n \
14632 "s/'/'\\\\''/g;
14633 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14634 ;; #(
b7026657
AC
14635 *)
14636 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14637 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 14638 ;;
81ecdfbb
RW
14639 esac |
14640 sort
14641) |
b7026657 14642 sed '
81ecdfbb 14643 /^ac_cv_env_/b end
b7026657 14644 t clear
81ecdfbb 14645 :clear
b7026657
AC
14646 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14647 t end
81ecdfbb
RW
14648 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14649 :end' >>confcache
14650if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14651 if test -w "$cache_file"; then
14652 test "x$cache_file" != "x/dev/null" &&
14653 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14654$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
14655 cat confcache >$cache_file
14656 else
81ecdfbb
RW
14657 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14658$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
14659 fi
14660fi
14661rm -f confcache
14662
14663test "x$prefix" = xNONE && prefix=$ac_default_prefix
14664# Let make expand exec_prefix.
14665test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14666
b7026657
AC
14667DEFS=-DHAVE_CONFIG_H
14668
14669ac_libobjs=
14670ac_ltlibobjs=
14671for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14672 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14673 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14674 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14675 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14676 # will be set to the directory where LIBOBJS objects are built.
14677 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14678 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
14679done
14680LIBOBJS=$ac_libobjs
14681
14682LTLIBOBJS=$ac_ltlibobjs
14683
14684
0cb8d851 14685
db2e4d67
MF
14686if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
14687 as_fn_error "conditional \"GMAKE\" was never defined.
14688Usually this means the macro was only invoked conditionally." "$LINENO" 5
14689fi
6bb11ab3
L
14690if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
14691 as_fn_error "conditional \"PLUGINS\" was never defined.
14692Usually this means the macro was only invoked conditionally." "$LINENO" 5
14693fi
31e6ad7d
MF
14694if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14695 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14696Usually this means the macro was only invoked conditionally." "$LINENO" 5
14697fi
b7026657
AC
14698
14699: ${CONFIG_STATUS=./config.status}
81ecdfbb 14700ac_write_fail=0
b7026657
AC
14701ac_clean_files_save=$ac_clean_files
14702ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14703{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14704$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14705as_write_fail=0
14706cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
14707#! $SHELL
14708# Generated by $as_me.
14709# Run this file to recreate the current configuration.
14710# Compiler output produced by configure, useful for debugging
14711# configure, is in config.log if it exists.
c906108c 14712
b7026657
AC
14713debug=false
14714ac_cs_recheck=false
14715ac_cs_silent=false
b7026657 14716
81ecdfbb
RW
14717SHELL=\${CONFIG_SHELL-$SHELL}
14718export SHELL
14719_ASEOF
14720cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14721## -------------------- ##
14722## M4sh Initialization. ##
14723## -------------------- ##
14724
14725# Be more Bourne compatible
14726DUALCASE=1; export DUALCASE # for MKS sh
14727if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
14728 emulate sh
14729 NULLCMD=:
81ecdfbb 14730 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
14731 # is contrary to our usage. Disable this feature.
14732 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14733 setopt NO_GLOB_SUBST
14734else
14735 case `(set -o) 2>/dev/null` in #(
14736 *posix*) :
14737 set -o posix ;; #(
14738 *) :
14739 ;;
14740esac
c906108c 14741fi
b7026657 14742
81ecdfbb
RW
14743
14744as_nl='
14745'
14746export as_nl
14747# Printing a long string crashes Solaris 7 /usr/bin/printf.
14748as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14749as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14750as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14751# Prefer a ksh shell builtin over an external printf program on Solaris,
14752# but without wasting forks for bash or zsh.
14753if test -z "$BASH_VERSION$ZSH_VERSION" \
14754 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14755 as_echo='print -r --'
14756 as_echo_n='print -rn --'
14757elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14758 as_echo='printf %s\n'
14759 as_echo_n='printf %s'
14760else
14761 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14762 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14763 as_echo_n='/usr/ucb/echo -n'
14764 else
14765 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14766 as_echo_n_body='eval
14767 arg=$1;
14768 case $arg in #(
14769 *"$as_nl"*)
14770 expr "X$arg" : "X\\(.*\\)$as_nl";
14771 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14772 esac;
14773 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14774 '
14775 export as_echo_n_body
14776 as_echo_n='sh -c $as_echo_n_body as_echo'
14777 fi
14778 export as_echo_body
14779 as_echo='sh -c $as_echo_body as_echo'
c906108c 14780fi
b7026657 14781
81ecdfbb
RW
14782# The user is always right.
14783if test "${PATH_SEPARATOR+set}" != set; then
14784 PATH_SEPARATOR=:
14785 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14786 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14787 PATH_SEPARATOR=';'
14788 }
14789fi
14790
14791
14792# IFS
14793# We need space, tab and new line, in precisely that order. Quoting is
14794# there to prevent editors from complaining about space-tab.
14795# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14796# splitting by setting IFS to empty value.)
14797IFS=" "" $as_nl"
14798
14799# Find who we are. Look in the path if we contain no directory separator.
14800case $0 in #((
14801 *[\\/]* ) as_myself=$0 ;;
14802 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14803for as_dir in $PATH
14804do
14805 IFS=$as_save_IFS
14806 test -z "$as_dir" && as_dir=.
14807 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14808 done
14809IFS=$as_save_IFS
b7026657 14810
81ecdfbb
RW
14811 ;;
14812esac
14813# We did not find ourselves, most probably we were run as `sh COMMAND'
14814# in which case we are not to be found in the path.
14815if test "x$as_myself" = x; then
14816 as_myself=$0
14817fi
14818if test ! -f "$as_myself"; then
14819 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14820 exit 1
14821fi
14822
14823# Unset variables that we do not need and which cause bugs (e.g. in
14824# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14825# suppresses any "Segmentation fault" message there. '((' could
14826# trigger a bug in pdksh 5.2.14.
14827for as_var in BASH_ENV ENV MAIL MAILPATH
14828do eval test x\${$as_var+set} = xset \
14829 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14830done
b7026657
AC
14831PS1='$ '
14832PS2='> '
14833PS4='+ '
14834
14835# NLS nuisances.
81ecdfbb
RW
14836LC_ALL=C
14837export LC_ALL
14838LANGUAGE=C
14839export LANGUAGE
14840
14841# CDPATH.
14842(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14843
14844
14845# as_fn_error ERROR [LINENO LOG_FD]
14846# ---------------------------------
14847# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14848# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14849# script with status $?, using 1 if that was 0.
14850as_fn_error ()
14851{
14852 as_status=$?; test $as_status -eq 0 && as_status=1
14853 if test "$3"; then
14854 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14855 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
b7026657 14856 fi
81ecdfbb
RW
14857 $as_echo "$as_me: error: $1" >&2
14858 as_fn_exit $as_status
14859} # as_fn_error
14860
14861
14862# as_fn_set_status STATUS
14863# -----------------------
14864# Set $? to STATUS, without forking.
14865as_fn_set_status ()
14866{
14867 return $1
14868} # as_fn_set_status
14869
14870# as_fn_exit STATUS
14871# -----------------
14872# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14873as_fn_exit ()
14874{
14875 set +e
14876 as_fn_set_status $1
14877 exit $1
14878} # as_fn_exit
14879
14880# as_fn_unset VAR
14881# ---------------
14882# Portably unset VAR.
14883as_fn_unset ()
14884{
14885 { eval $1=; unset $1;}
14886}
14887as_unset=as_fn_unset
14888# as_fn_append VAR VALUE
14889# ----------------------
14890# Append the text in VALUE to the end of the definition contained in VAR. Take
14891# advantage of any shell optimizations that allow amortized linear growth over
14892# repeated appends, instead of the typical quadratic growth present in naive
14893# implementations.
14894if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14895 eval 'as_fn_append ()
14896 {
14897 eval $1+=\$2
14898 }'
14899else
14900 as_fn_append ()
14901 {
14902 eval $1=\$$1\$2
14903 }
14904fi # as_fn_append
c906108c 14905
81ecdfbb
RW
14906# as_fn_arith ARG...
14907# ------------------
14908# Perform arithmetic evaluation on the ARGs, and store the result in the
14909# global $as_val. Take advantage of shells that can avoid forks. The arguments
14910# must be portable across $(()) and expr.
14911if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14912 eval 'as_fn_arith ()
14913 {
14914 as_val=$(( $* ))
14915 }'
14916else
14917 as_fn_arith ()
14918 {
14919 as_val=`expr "$@" || test $? -eq 1`
14920 }
14921fi # as_fn_arith
14922
14923
14924if expr a : '\(a\)' >/dev/null 2>&1 &&
14925 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 14926 as_expr=expr
c906108c 14927else
b7026657 14928 as_expr=false
c906108c 14929fi
c906108c 14930
81ecdfbb 14931if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
14932 as_basename=basename
14933else
14934 as_basename=false
c906108c 14935fi
c906108c 14936
81ecdfbb
RW
14937if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14938 as_dirname=dirname
14939else
14940 as_dirname=false
14941fi
c906108c 14942
81ecdfbb 14943as_me=`$as_basename -- "$0" ||
b7026657
AC
14944$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14945 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14946 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14947$as_echo X/"$0" |
14948 sed '/^.*\/\([^/][^/]*\)\/*$/{
14949 s//\1/
14950 q
14951 }
14952 /^X\/\(\/\/\)$/{
14953 s//\1/
14954 q
14955 }
14956 /^X\/\(\/\).*/{
14957 s//\1/
14958 q
14959 }
14960 s/.*/./; q'`
b7026657 14961
b7026657
AC
14962# Avoid depending upon Character Ranges.
14963as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14964as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14965as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14966as_cr_digits='0123456789'
14967as_cr_alnum=$as_cr_Letters$as_cr_digits
14968
81ecdfbb
RW
14969ECHO_C= ECHO_N= ECHO_T=
14970case `echo -n x` in #(((((
14971-n*)
14972 case `echo 'xy\c'` in
14973 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14974 xy) ECHO_C='\c';;
14975 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14976 ECHO_T=' ';;
14977 esac;;
14978*)
14979 ECHO_N='-n';;
b7026657 14980esac
c906108c 14981
81ecdfbb
RW
14982rm -f conf$$ conf$$.exe conf$$.file
14983if test -d conf$$.dir; then
14984 rm -f conf$$.dir/conf$$.file
c906108c 14985else
81ecdfbb
RW
14986 rm -f conf$$.dir
14987 mkdir conf$$.dir 2>/dev/null
c906108c 14988fi
81ecdfbb
RW
14989if (echo >conf$$.file) 2>/dev/null; then
14990 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14991 as_ln_s='ln -s'
81ecdfbb
RW
14992 # ... but there are two gotchas:
14993 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14994 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14995 # In both cases, we have to default to `cp -p'.
14996 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14997 as_ln_s='cp -p'
14998 elif ln conf$$.file conf$$ 2>/dev/null; then
14999 as_ln_s=ln
15000 else
15001 as_ln_s='cp -p'
b7026657 15002 fi
b7026657
AC
15003else
15004 as_ln_s='cp -p'
c906108c 15005fi
81ecdfbb
RW
15006rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15007rmdir conf$$.dir 2>/dev/null
15008
15009
15010# as_fn_mkdir_p
15011# -------------
15012# Create "$as_dir" as a directory, including parents if necessary.
15013as_fn_mkdir_p ()
15014{
15015
15016 case $as_dir in #(
15017 -*) as_dir=./$as_dir;;
15018 esac
15019 test -d "$as_dir" || eval $as_mkdir_p || {
15020 as_dirs=
15021 while :; do
15022 case $as_dir in #(
15023 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15024 *) as_qdir=$as_dir;;
15025 esac
15026 as_dirs="'$as_qdir' $as_dirs"
15027 as_dir=`$as_dirname -- "$as_dir" ||
15028$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15029 X"$as_dir" : 'X\(//\)[^/]' \| \
15030 X"$as_dir" : 'X\(//\)$' \| \
15031 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15032$as_echo X"$as_dir" |
15033 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15034 s//\1/
15035 q
15036 }
15037 /^X\(\/\/\)[^/].*/{
15038 s//\1/
15039 q
15040 }
15041 /^X\(\/\/\)$/{
15042 s//\1/
15043 q
15044 }
15045 /^X\(\/\).*/{
15046 s//\1/
15047 q
15048 }
15049 s/.*/./; q'`
15050 test -d "$as_dir" && break
15051 done
15052 test -z "$as_dirs" || eval "mkdir $as_dirs"
15053 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15054
c906108c 15055
81ecdfbb 15056} # as_fn_mkdir_p
b7026657 15057if mkdir -p . 2>/dev/null; then
81ecdfbb 15058 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 15059else
b7026657
AC
15060 test -d ./-p && rmdir ./-p
15061 as_mkdir_p=false
c906108c 15062fi
c906108c 15063
81ecdfbb
RW
15064if test -x / >/dev/null 2>&1; then
15065 as_test_x='test -x'
15066else
15067 if ls -dL / >/dev/null 2>&1; then
15068 as_ls_L_option=L
15069 else
15070 as_ls_L_option=
15071 fi
15072 as_test_x='
15073 eval sh -c '\''
15074 if test -d "$1"; then
15075 test -d "$1/.";
15076 else
15077 case $1 in #(
15078 -*)set "./$1";;
15079 esac;
15080 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15081 ???[sx]*):;;*)false;;esac;fi
15082 '\'' sh
15083 '
15084fi
15085as_executable_p=$as_test_x
c906108c 15086
b7026657
AC
15087# Sed expression to map a string onto a valid CPP name.
15088as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 15089
b7026657
AC
15090# Sed expression to map a string onto a valid variable name.
15091as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 15092
b7026657 15093
b7026657 15094exec 6>&1
81ecdfbb
RW
15095## ----------------------------------- ##
15096## Main body of $CONFIG_STATUS script. ##
15097## ----------------------------------- ##
15098_ASEOF
15099test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15100
15101cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15102# Save the log message, to keep $0 and so on meaningful, and to
b7026657 15103# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
15104# values after options handling.
15105ac_log="
b7026657 15106This file was extended by $as_me, which was
81ecdfbb 15107generated by GNU Autoconf 2.64. Invocation command line was
b7026657
AC
15108
15109 CONFIG_FILES = $CONFIG_FILES
15110 CONFIG_HEADERS = $CONFIG_HEADERS
15111 CONFIG_LINKS = $CONFIG_LINKS
15112 CONFIG_COMMANDS = $CONFIG_COMMANDS
15113 $ $0 $@
15114
81ecdfbb
RW
15115on `(hostname || uname -n) 2>/dev/null | sed 1q`
15116"
15117
b7026657
AC
15118_ACEOF
15119
81ecdfbb
RW
15120case $ac_config_files in *"
15121"*) set x $ac_config_files; shift; ac_config_files=$*;;
15122esac
379832de 15123
81ecdfbb
RW
15124case $ac_config_headers in *"
15125"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15126esac
b7026657 15127
b7026657 15128
81ecdfbb
RW
15129cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15130# Files that config.status was made for.
15131config_files="$ac_config_files"
15132config_headers="$ac_config_headers"
15133config_links="$ac_config_links"
15134config_commands="$ac_config_commands"
b7026657 15135
81ecdfbb 15136_ACEOF
b7026657 15137
81ecdfbb 15138cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 15139ac_cs_usage="\
81ecdfbb
RW
15140\`$as_me' instantiates files and other configuration actions
15141from templates according to the current configuration. Unless the files
15142and actions are specified as TAGs, all are instantiated by default.
b7026657 15143
81ecdfbb 15144Usage: $0 [OPTION]... [TAG]...
b7026657
AC
15145
15146 -h, --help print this help, then exit
81ecdfbb
RW
15147 -V, --version print version number and configuration settings, then exit
15148 -q, --quiet, --silent
15149 do not print progress messages
b7026657
AC
15150 -d, --debug don't remove temporary files
15151 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
15152 --file=FILE[:TEMPLATE]
15153 instantiate the configuration file FILE
15154 --header=FILE[:TEMPLATE]
15155 instantiate the configuration header FILE
b7026657
AC
15156
15157Configuration files:
15158$config_files
15159
15160Configuration headers:
15161$config_headers
15162
15163Configuration links:
15164$config_links
15165
15166Configuration commands:
15167$config_commands
15168
81ecdfbb 15169Report bugs to the package provider."
b7026657 15170
81ecdfbb
RW
15171_ACEOF
15172cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
15173ac_cs_version="\\
15174config.status
81ecdfbb
RW
15175configured by $0, generated by GNU Autoconf 2.64,
15176 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 15177
81ecdfbb 15178Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
15179This config.status script is free software; the Free Software Foundation
15180gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
15181
15182ac_pwd='$ac_pwd'
15183srcdir='$srcdir'
15184INSTALL='$INSTALL'
6bb11ab3 15185AWK='$AWK'
81ecdfbb 15186test -n "\$AWK" || AWK=awk
b7026657
AC
15187_ACEOF
15188
81ecdfbb
RW
15189cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15190# The default lists apply if the user does not specify any file.
b7026657
AC
15191ac_need_defaults=:
15192while test $# != 0
15193do
15194 case $1 in
15195 --*=*)
81ecdfbb
RW
15196 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15197 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 15198 ac_shift=:
c906108c 15199 ;;
81ecdfbb 15200 *)
b7026657
AC
15201 ac_option=$1
15202 ac_optarg=$2
15203 ac_shift=shift
c906108c 15204 ;;
b7026657 15205 esac
c906108c 15206
b7026657
AC
15207 case $ac_option in
15208 # Handling of the options.
b7026657
AC
15209 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15210 ac_cs_recheck=: ;;
81ecdfbb
RW
15211 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15212 $as_echo "$ac_cs_version"; exit ;;
15213 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
15214 debug=: ;;
15215 --file | --fil | --fi | --f )
15216 $ac_shift
81ecdfbb
RW
15217 case $ac_optarg in
15218 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15219 esac
15220 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
15221 ac_need_defaults=false;;
15222 --header | --heade | --head | --hea )
15223 $ac_shift
81ecdfbb
RW
15224 case $ac_optarg in
15225 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15226 esac
15227 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 15228 ac_need_defaults=false;;
81ecdfbb
RW
15229 --he | --h)
15230 # Conflict between --help and --header
15231 as_fn_error "ambiguous option: \`$1'
15232Try \`$0 --help' for more information.";;
15233 --help | --hel | -h )
15234 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
15235 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15236 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15237 ac_cs_silent=: ;;
c906108c 15238
b7026657 15239 # This is an error.
81ecdfbb
RW
15240 -*) as_fn_error "unrecognized option: \`$1'
15241Try \`$0 --help' for more information." ;;
c906108c 15242
81ecdfbb
RW
15243 *) as_fn_append ac_config_targets " $1"
15244 ac_need_defaults=false ;;
b7026657
AC
15245
15246 esac
15247 shift
15248done
15249
15250ac_configure_extra_args=
15251
15252if $ac_cs_silent; then
15253 exec 6>/dev/null
15254 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
15255fi
15256
b7026657 15257_ACEOF
81ecdfbb 15258cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 15259if \$ac_cs_recheck; then
81ecdfbb
RW
15260 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15261 shift
15262 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15263 CONFIG_SHELL='$SHELL'
15264 export CONFIG_SHELL
15265 exec "\$@"
b7026657 15266fi
c906108c 15267
b7026657 15268_ACEOF
81ecdfbb
RW
15269cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15270exec 5>>config.log
15271{
15272 echo
15273 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15274## Running $as_me. ##
15275_ASBOX
15276 $as_echo "$ac_log"
15277} >&5
c906108c 15278
81ecdfbb
RW
15279_ACEOF
15280cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
15281#
15282# INIT-COMMANDS
15283#
15284ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
15285
6bb11ab3
L
15286
15287# The HP-UX ksh and POSIX shell print the target directory to stdout
15288# if CDPATH is set.
15289(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15290
15291sed_quote_subst='$sed_quote_subst'
15292double_quote_subst='$double_quote_subst'
15293delay_variable_subst='$delay_variable_subst'
15294macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15295macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15296enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15297enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15298pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15299enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15300SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15301ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15302host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15303host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15304host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15305build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15306build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15307build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15308SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15309Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15310GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15311EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15312FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15313LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15314NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15315LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15316max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15317ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15318exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15319lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15320lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15321lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15322reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15323reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15324OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15325deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15326file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15327AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15328AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15329STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15330RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15331old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15332old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15333old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15334lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15335CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15336CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15337compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15338GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15339lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15340lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15341lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15342lt_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"`'
15343objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15344MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15345lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15346lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15347lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15348lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15349lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15350need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15351DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15352NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15353LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15354OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15355OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15356libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15357shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15358extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15359archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15360enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15361export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15362whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15363compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15364old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15365old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15366archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15367archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15368module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15369module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15370with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15371allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15372no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15373hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15374hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15375hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15376hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15377hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15378hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15379hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15380hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15381inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15382link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15383fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15384always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15385export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15386exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15387include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15388prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15389file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15390variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15391need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15392need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15393version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15394runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15395shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15396shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15397libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15398library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15399soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15400install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15401postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15402postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15403finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15404finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15405hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15406sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15407sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15408hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15409enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15410enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15411enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15412old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15413striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15414
15415LTCC='$LTCC'
15416LTCFLAGS='$LTCFLAGS'
15417compiler='$compiler_DEFAULT'
15418
15419# A function that is used when there is no print builtin or printf.
15420func_fallback_echo ()
15421{
15422 eval 'cat <<_LTECHO_EOF
15423\$1
15424_LTECHO_EOF'
15425}
15426
15427# Quote evaled strings.
15428for var in SHELL \
15429ECHO \
15430SED \
15431GREP \
15432EGREP \
15433FGREP \
15434LD \
15435NM \
15436LN_S \
15437lt_SP2NL \
15438lt_NL2SP \
15439reload_flag \
15440OBJDUMP \
15441deplibs_check_method \
15442file_magic_cmd \
15443AR \
15444AR_FLAGS \
15445STRIP \
15446RANLIB \
15447CC \
15448CFLAGS \
15449compiler \
15450lt_cv_sys_global_symbol_pipe \
15451lt_cv_sys_global_symbol_to_cdecl \
15452lt_cv_sys_global_symbol_to_c_name_address \
15453lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15454lt_prog_compiler_no_builtin_flag \
15455lt_prog_compiler_wl \
15456lt_prog_compiler_pic \
15457lt_prog_compiler_static \
15458lt_cv_prog_compiler_c_o \
15459need_locks \
15460DSYMUTIL \
15461NMEDIT \
15462LIPO \
15463OTOOL \
15464OTOOL64 \
15465shrext_cmds \
15466export_dynamic_flag_spec \
15467whole_archive_flag_spec \
15468compiler_needs_object \
15469with_gnu_ld \
15470allow_undefined_flag \
15471no_undefined_flag \
15472hardcode_libdir_flag_spec \
15473hardcode_libdir_flag_spec_ld \
15474hardcode_libdir_separator \
15475fix_srcfile_path \
15476exclude_expsyms \
15477include_expsyms \
15478file_list_spec \
15479variables_saved_for_relink \
15480libname_spec \
15481library_names_spec \
15482soname_spec \
15483install_override_mode \
15484finish_eval \
15485old_striplib \
15486striplib; do
15487 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15488 *[\\\\\\\`\\"\\\$]*)
15489 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15490 ;;
15491 *)
15492 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15493 ;;
15494 esac
15495done
15496
15497# Double-quote double-evaled strings.
15498for var in reload_cmds \
15499old_postinstall_cmds \
15500old_postuninstall_cmds \
15501old_archive_cmds \
15502extract_expsyms_cmds \
15503old_archive_from_new_cmds \
15504old_archive_from_expsyms_cmds \
15505archive_cmds \
15506archive_expsym_cmds \
15507module_cmds \
15508module_expsym_cmds \
15509export_symbols_cmds \
15510prelink_cmds \
15511postinstall_cmds \
15512postuninstall_cmds \
15513finish_cmds \
15514sys_lib_search_path_spec \
15515sys_lib_dlsearch_path_spec; do
15516 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15517 *[\\\\\\\`\\"\\\$]*)
15518 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15519 ;;
15520 *)
15521 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15522 ;;
15523 esac
15524done
15525
15526ac_aux_dir='$ac_aux_dir'
15527xsi_shell='$xsi_shell'
15528lt_shell_append='$lt_shell_append'
15529
15530# See if we are running on zsh, and set the options which allow our
15531# commands through without removal of \ escapes INIT.
15532if test -n "\${ZSH_VERSION+set}" ; then
15533 setopt NO_GLOB_SUBST
15534fi
15535
15536
15537 PACKAGE='$PACKAGE'
15538 VERSION='$VERSION'
15539 TIMESTAMP='$TIMESTAMP'
15540 RM='$RM'
15541 ofile='$ofile'
15542
15543
15544
15545
81ecdfbb 15546_ACEOF
c906108c 15547
81ecdfbb 15548cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 15549
81ecdfbb 15550# Handling of arguments.
b7026657 15551for ac_config_target in $ac_config_targets
c906108c 15552do
81ecdfbb
RW
15553 case $ac_config_target in
15554 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 15555 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 15556 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
15557 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
15558 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15559 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15560 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15561 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15562 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15563
15564 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
15565 esac
15566done
15567
81ecdfbb 15568
b7026657
AC
15569# If the user did not use the arguments to specify the items to instantiate,
15570# then the envvar interface is used. Set only those that are not.
15571# We use the long form for the default assignment because of an extremely
15572# bizarre bug on SunOS 4.1.3.
15573if $ac_need_defaults; then
15574 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15575 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15576 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
15577 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15578fi
15579
15580# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 15581# simply because there is no reason against having it here, and in addition,
b7026657 15582# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
15583# Hook for its removal unless debugging.
15584# Note that there is a small window in which the directory will not be cleaned:
15585# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
15586$debug ||
15587{
81ecdfbb
RW
15588 tmp=
15589 trap 'exit_status=$?
15590 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15591' 0
15592 trap 'as_fn_exit 1' 1 2 13 15
b7026657 15593}
b7026657 15594# Create a (secure) tmp directory for tmp files.
c906108c 15595
b7026657 15596{
81ecdfbb 15597 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
15598 test -n "$tmp" && test -d "$tmp"
15599} ||
15600{
81ecdfbb
RW
15601 tmp=./conf$$-$RANDOM
15602 (umask 077 && mkdir "$tmp")
15603} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 15604
81ecdfbb
RW
15605# Set up the scripts for CONFIG_FILES section.
15606# No need to generate them if there are no CONFIG_FILES.
15607# This happens for instance with `./config.status config.h'.
15608if test -n "$CONFIG_FILES"; then
b7026657 15609
c906108c 15610
81ecdfbb
RW
15611ac_cr=`echo X | tr X '\015'`
15612# On cygwin, bash can eat \r inside `` if the user requested igncr.
15613# But we know of no other shell where ac_cr would be empty at this
15614# point, so we can use a bashism as a fallback.
15615if test "x$ac_cr" = x; then
15616 eval ac_cr=\$\'\\r\'
15617fi
15618ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15619if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15620 ac_cs_awk_cr='\r'
15621else
15622 ac_cs_awk_cr=$ac_cr
15623fi
b7026657 15624
81ecdfbb 15625echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
15626_ACEOF
15627
c906108c 15628
81ecdfbb
RW
15629{
15630 echo "cat >conf$$subs.awk <<_ACEOF" &&
15631 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15632 echo "_ACEOF"
15633} >conf$$subs.sh ||
15634 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15635ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15636ac_delim='%!_!# '
15637for ac_last_try in false false false false false :; do
15638 . ./conf$$subs.sh ||
15639 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15640
15641 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15642 if test $ac_delim_n = $ac_delim_num; then
15643 break
15644 elif $ac_last_try; then
15645 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 15646 else
81ecdfbb
RW
15647 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15648 fi
15649done
15650rm -f conf$$subs.sh
15651
15652cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15653cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15654_ACEOF
15655sed -n '
15656h
15657s/^/S["/; s/!.*/"]=/
15658p
15659g
15660s/^[^!]*!//
15661:repl
15662t repl
15663s/'"$ac_delim"'$//
15664t delim
15665:nl
15666h
15667s/\(.\{148\}\).*/\1/
15668t more1
15669s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15670p
15671n
15672b repl
15673:more1
15674s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15675p
15676g
15677s/.\{148\}//
15678t nl
15679:delim
15680h
15681s/\(.\{148\}\).*/\1/
15682t more2
15683s/["\\]/\\&/g; s/^/"/; s/$/"/
15684p
15685b
15686:more2
15687s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15688p
15689g
15690s/.\{148\}//
15691t delim
15692' <conf$$subs.awk | sed '
15693/^[^""]/{
15694 N
15695 s/\n//
15696}
15697' >>$CONFIG_STATUS || ac_write_fail=1
15698rm -f conf$$subs.awk
15699cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15700_ACAWK
15701cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15702 for (key in S) S_is_set[key] = 1
15703 FS = "\a"
b7026657 15704
81ecdfbb
RW
15705}
15706{
15707 line = $ 0
15708 nfields = split(line, field, "@")
15709 substed = 0
15710 len = length(field[1])
15711 for (i = 2; i < nfields; i++) {
15712 key = field[i]
15713 keylen = length(key)
15714 if (S_is_set[key]) {
15715 value = S[key]
15716 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15717 len += length(value) + length(field[++i])
15718 substed = 1
15719 } else
15720 len += 1 + keylen
15721 }
15722
15723 print line
15724}
c906108c 15725
81ecdfbb
RW
15726_ACAWK
15727_ACEOF
15728cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15729if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15730 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 15731else
81ecdfbb
RW
15732 cat
15733fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15734 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15735_ACEOF
b7026657 15736
81ecdfbb
RW
15737# VPATH may cause trouble with some makes, so we remove $(srcdir),
15738# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15739# trailing colons and then remove the whole line if VPATH becomes empty
15740# (actually we leave an empty line to preserve line numbers).
15741if test "x$srcdir" = x.; then
15742 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15743s/:*\$(srcdir):*/:/
15744s/:*\${srcdir}:*/:/
15745s/:*@srcdir@:*/:/
15746s/^\([^=]*=[ ]*\):*/\1/
15747s/:*$//
15748s/^[^=]*=[ ]*$//
15749}'
15750fi
c906108c 15751
81ecdfbb
RW
15752cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15753fi # test -n "$CONFIG_FILES"
c906108c 15754
81ecdfbb
RW
15755# Set up the scripts for CONFIG_HEADERS section.
15756# No need to generate them if there are no CONFIG_HEADERS.
15757# This happens for instance with `./config.status Makefile'.
15758if test -n "$CONFIG_HEADERS"; then
15759cat >"$tmp/defines.awk" <<\_ACAWK ||
15760BEGIN {
15761_ACEOF
b7026657 15762
81ecdfbb
RW
15763# Transform confdefs.h into an awk script `defines.awk', embedded as
15764# here-document in config.status, that substitutes the proper values into
15765# config.h.in to produce config.h.
c906108c 15766
81ecdfbb
RW
15767# Create a delimiter string that does not exist in confdefs.h, to ease
15768# handling of long lines.
15769ac_delim='%!_!# '
15770for ac_last_try in false false :; do
15771 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15772 if test -z "$ac_t"; then
15773 break
15774 elif $ac_last_try; then
15775 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 15776 else
81ecdfbb 15777 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 15778 fi
b7026657 15779done
81ecdfbb
RW
15780
15781# For the awk script, D is an array of macro values keyed by name,
15782# likewise P contains macro parameters if any. Preserve backslash
15783# newline sequences.
15784
15785ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15786sed -n '
15787s/.\{148\}/&'"$ac_delim"'/g
15788t rset
15789:rset
15790s/^[ ]*#[ ]*define[ ][ ]*/ /
15791t def
15792d
15793:def
15794s/\\$//
15795t bsnl
15796s/["\\]/\\&/g
15797s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15798D["\1"]=" \3"/p
15799s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15800d
15801:bsnl
15802s/["\\]/\\&/g
15803s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15804D["\1"]=" \3\\\\\\n"\\/p
15805t cont
15806s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15807t cont
15808d
15809:cont
15810n
15811s/.\{148\}/&'"$ac_delim"'/g
15812t clear
15813:clear
15814s/\\$//
15815t bsnlc
15816s/["\\]/\\&/g; s/^/"/; s/$/"/p
15817d
15818:bsnlc
15819s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15820b cont
15821' <confdefs.h | sed '
15822s/'"$ac_delim"'/"\\\
15823"/g' >>$CONFIG_STATUS || ac_write_fail=1
15824
15825cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15826 for (key in D) D_is_set[key] = 1
15827 FS = "\a"
15828}
15829/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15830 line = \$ 0
15831 split(line, arg, " ")
15832 if (arg[1] == "#") {
15833 defundef = arg[2]
15834 mac1 = arg[3]
15835 } else {
15836 defundef = substr(arg[1], 2)
15837 mac1 = arg[2]
15838 }
15839 split(mac1, mac2, "(") #)
15840 macro = mac2[1]
15841 prefix = substr(line, 1, index(line, defundef) - 1)
15842 if (D_is_set[macro]) {
15843 # Preserve the white space surrounding the "#".
15844 print prefix "define", macro P[macro] D[macro]
15845 next
15846 } else {
15847 # Replace #undef with comments. This is necessary, for example,
15848 # in the case of _POSIX_SOURCE, which is predefined and required
15849 # on some systems where configure will not decide to define it.
15850 if (defundef == "undef") {
15851 print "/*", prefix defundef, macro, "*/"
15852 next
15853 }
15854 }
15855}
15856{ print }
15857_ACAWK
b7026657 15858_ACEOF
81ecdfbb
RW
15859cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15860 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15861fi # test -n "$CONFIG_HEADERS"
b7026657 15862
c906108c 15863
81ecdfbb
RW
15864eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
15865shift
15866for ac_tag
15867do
15868 case $ac_tag in
15869 :[FHLC]) ac_mode=$ac_tag; continue;;
15870 esac
15871 case $ac_mode$ac_tag in
15872 :[FHL]*:*);;
15873 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15874 :[FH]-) ac_tag=-:-;;
15875 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 15876 esac
81ecdfbb
RW
15877 ac_save_IFS=$IFS
15878 IFS=:
15879 set x $ac_tag
15880 IFS=$ac_save_IFS
15881 shift
15882 ac_file=$1
15883 shift
c906108c 15884
81ecdfbb
RW
15885 case $ac_mode in
15886 :L) ac_source=$1;;
15887 :[FH])
15888 ac_file_inputs=
15889 for ac_f
15890 do
15891 case $ac_f in
15892 -) ac_f="$tmp/stdin";;
15893 *) # Look for the file first in the build tree, then in the source tree
15894 # (if the path is not absolute). The absolute path cannot be DOS-style,
15895 # because $ac_f cannot contain `:'.
15896 test -f "$ac_f" ||
15897 case $ac_f in
15898 [\\/$]*) false;;
15899 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15900 esac ||
15901 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 15902 esac
81ecdfbb
RW
15903 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15904 as_fn_append ac_file_inputs " '$ac_f'"
15905 done
b7026657 15906
81ecdfbb
RW
15907 # Let's still pretend it is `configure' which instantiates (i.e., don't
15908 # use $as_me), people would be surprised to read:
15909 # /* config.h. Generated by config.status. */
15910 configure_input='Generated from '`
15911 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15912 `' by configure.'
15913 if test x"$ac_file" != x-; then
15914 configure_input="$ac_file. $configure_input"
15915 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15916$as_echo "$as_me: creating $ac_file" >&6;}
15917 fi
15918 # Neutralize special characters interpreted by sed in replacement strings.
15919 case $configure_input in #(
15920 *\&* | *\|* | *\\* )
15921 ac_sed_conf_input=`$as_echo "$configure_input" |
15922 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15923 *) ac_sed_conf_input=$configure_input;;
15924 esac
b7026657 15925
81ecdfbb
RW
15926 case $ac_tag in
15927 *:-:* | *:-) cat >"$tmp/stdin" \
15928 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15929 esac
15930 ;;
15931 esac
b7026657 15932
81ecdfbb 15933 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
15934$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15935 X"$ac_file" : 'X\(//\)[^/]' \| \
15936 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15937 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15938$as_echo X"$ac_file" |
15939 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15940 s//\1/
15941 q
15942 }
15943 /^X\(\/\/\)[^/].*/{
15944 s//\1/
15945 q
15946 }
15947 /^X\(\/\/\)$/{
15948 s//\1/
15949 q
15950 }
15951 /^X\(\/\).*/{
15952 s//\1/
15953 q
15954 }
15955 s/.*/./; q'`
15956 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
15957 ac_builddir=.
15958
81ecdfbb
RW
15959case "$ac_dir" in
15960.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15961*)
15962 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15963 # A ".." for each directory in $ac_dir_suffix.
15964 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15965 case $ac_top_builddir_sub in
15966 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15967 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15968 esac ;;
15969esac
15970ac_abs_top_builddir=$ac_pwd
15971ac_abs_builddir=$ac_pwd$ac_dir_suffix
15972# for backward compatibility:
15973ac_top_builddir=$ac_top_build_prefix
b7026657
AC
15974
15975case $srcdir in
81ecdfbb 15976 .) # We are building in place.
b7026657 15977 ac_srcdir=.
81ecdfbb
RW
15978 ac_top_srcdir=$ac_top_builddir_sub
15979 ac_abs_top_srcdir=$ac_pwd ;;
15980 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 15981 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15982 ac_top_srcdir=$srcdir
15983 ac_abs_top_srcdir=$srcdir ;;
15984 *) # Relative name.
15985 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15986 ac_top_srcdir=$ac_top_build_prefix$srcdir
15987 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 15988esac
81ecdfbb 15989ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15990
c906108c 15991
81ecdfbb
RW
15992 case $ac_mode in
15993 :F)
15994 #
15995 # CONFIG_FILE
15996 #
b7026657 15997
81ecdfbb
RW
15998 case $INSTALL in
15999 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16000 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 16001 esac
81ecdfbb 16002_ACEOF
c906108c 16003
81ecdfbb
RW
16004cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16005# If the template does not know about datarootdir, expand it.
16006# FIXME: This hack should be removed a few years after 2.60.
16007ac_datarootdir_hack=; ac_datarootdir_seen=
16008ac_sed_dataroot='
16009/datarootdir/ {
16010 p
16011 q
16012}
16013/@datadir@/p
16014/@docdir@/p
16015/@infodir@/p
16016/@localedir@/p
16017/@mandir@/p'
16018case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16019*datarootdir*) ac_datarootdir_seen=yes;;
16020*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16022$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16023_ACEOF
16024cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16025 ac_datarootdir_hack='
16026 s&@datadir@&$datadir&g
16027 s&@docdir@&$docdir&g
16028 s&@infodir@&$infodir&g
16029 s&@localedir@&$localedir&g
16030 s&@mandir@&$mandir&g
16031 s&\\\${datarootdir}&$datarootdir&g' ;;
16032esac
b7026657 16033_ACEOF
b7026657 16034
81ecdfbb
RW
16035# Neutralize VPATH when `$srcdir' = `.'.
16036# Shell code in configure.ac might set extrasub.
16037# FIXME: do we really want to maintain this feature?
16038cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16039ac_sed_extra="$ac_vpsub
16040$extrasub
16041_ACEOF
16042cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16043:t
16044/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16045s|@configure_input@|$ac_sed_conf_input|;t t
16046s&@top_builddir@&$ac_top_builddir_sub&;t t
16047s&@top_build_prefix@&$ac_top_build_prefix&;t t
16048s&@srcdir@&$ac_srcdir&;t t
16049s&@abs_srcdir@&$ac_abs_srcdir&;t t
16050s&@top_srcdir@&$ac_top_srcdir&;t t
16051s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16052s&@builddir@&$ac_builddir&;t t
16053s&@abs_builddir@&$ac_abs_builddir&;t t
16054s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16055s&@INSTALL@&$ac_INSTALL&;t t
16056$ac_datarootdir_hack
16057"
16058eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16059 || as_fn_error "could not create $ac_file" "$LINENO" 5
16060
16061test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16062 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16063 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16064 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16065which seems to be undefined. Please make sure it is defined." >&5
16066$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16067which seems to be undefined. Please make sure it is defined." >&2;}
16068
16069 rm -f "$tmp/stdin"
16070 case $ac_file in
16071 -) cat "$tmp/out" && rm -f "$tmp/out";;
16072 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16073 esac \
16074 || as_fn_error "could not create $ac_file" "$LINENO" 5
16075 ;;
16076 :H)
16077 #
16078 # CONFIG_HEADER
16079 #
16080 if test x"$ac_file" != x-; then
16081 {
16082 $as_echo "/* $configure_input */" \
16083 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16084 } >"$tmp/config.h" \
16085 || as_fn_error "could not create $ac_file" "$LINENO" 5
16086 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16087 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16088$as_echo "$as_me: $ac_file is unchanged" >&6;}
16089 else
16090 rm -f "$ac_file"
16091 mv "$tmp/config.h" "$ac_file" \
16092 || as_fn_error "could not create $ac_file" "$LINENO" 5
16093 fi
b7026657 16094 else
81ecdfbb
RW
16095 $as_echo "/* $configure_input */" \
16096 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16097 || as_fn_error "could not create -" "$LINENO" 5
16098 fi
16099 ;;
16100 :L)
16101 #
16102 # CONFIG_LINK
16103 #
b7026657 16104
81ecdfbb
RW
16105 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
16106 :
16107 else
16108 # Prefer the file from the source tree if names are identical.
16109 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
16110 ac_source=$srcdir/$ac_source
16111 fi
b7026657 16112
81ecdfbb
RW
16113 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
16114$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 16115
81ecdfbb
RW
16116 if test ! -r "$ac_source"; then
16117 as_fn_error "$ac_source: file not found" "$LINENO" 5
16118 fi
16119 rm -f "$ac_file"
b7026657 16120
81ecdfbb
RW
16121 # Try a relative symlink, then a hard link, then a copy.
16122 case $srcdir in
16123 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
16124 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
16125 esac
16126 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
16127 ln "$ac_source" "$ac_file" 2>/dev/null ||
16128 cp -p "$ac_source" "$ac_file" ||
16129 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
16130 fi
16131 ;;
16132 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16133$as_echo "$as_me: executing $ac_file commands" >&6;}
16134 ;;
16135 esac
b7026657
AC
16136
16137
81ecdfbb 16138 case $ac_file$ac_mode in
db2e4d67 16139 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
16140 "libtool":C)
16141
16142 # See if we are running on zsh, and set the options which allow our
16143 # commands through without removal of \ escapes.
16144 if test -n "${ZSH_VERSION+set}" ; then
16145 setopt NO_GLOB_SUBST
16146 fi
16147
16148 cfgfile="${ofile}T"
16149 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16150 $RM "$cfgfile"
16151
16152 cat <<_LT_EOF >> "$cfgfile"
16153#! $SHELL
16154
16155# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16156# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16157# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16158# NOTE: Changes made to this file will be lost: look at ltmain.sh.
16159#
16160# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16161# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16162# Written by Gordon Matzigkeit, 1996
16163#
16164# This file is part of GNU Libtool.
16165#
16166# GNU Libtool is free software; you can redistribute it and/or
16167# modify it under the terms of the GNU General Public License as
16168# published by the Free Software Foundation; either version 2 of
16169# the License, or (at your option) any later version.
16170#
16171# As a special exception to the GNU General Public License,
16172# if you distribute this file as part of a program or library that
16173# is built using GNU Libtool, you may include this file under the
16174# same distribution terms that you use for the rest of that program.
16175#
16176# GNU Libtool is distributed in the hope that it will be useful,
16177# but WITHOUT ANY WARRANTY; without even the implied warranty of
16178# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16179# GNU General Public License for more details.
16180#
16181# You should have received a copy of the GNU General Public License
16182# along with GNU Libtool; see the file COPYING. If not, a copy
16183# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16184# obtained by writing to the Free Software Foundation, Inc.,
16185# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16186
16187
16188# The names of the tagged configurations supported by this script.
16189available_tags=""
16190
16191# ### BEGIN LIBTOOL CONFIG
16192
16193# Which release of libtool.m4 was used?
16194macro_version=$macro_version
16195macro_revision=$macro_revision
16196
16197# Whether or not to build shared libraries.
16198build_libtool_libs=$enable_shared
16199
16200# Whether or not to build static libraries.
16201build_old_libs=$enable_static
16202
16203# What type of objects to build.
16204pic_mode=$pic_mode
16205
16206# Whether or not to optimize for fast installation.
16207fast_install=$enable_fast_install
16208
16209# Shell to use when invoking shell scripts.
16210SHELL=$lt_SHELL
16211
16212# An echo program that protects backslashes.
16213ECHO=$lt_ECHO
16214
16215# The host system.
16216host_alias=$host_alias
16217host=$host
16218host_os=$host_os
16219
16220# The build system.
16221build_alias=$build_alias
16222build=$build
16223build_os=$build_os
16224
16225# A sed program that does not truncate output.
16226SED=$lt_SED
16227
16228# Sed that helps us avoid accidentally triggering echo(1) options like -n.
16229Xsed="\$SED -e 1s/^X//"
16230
16231# A grep program that handles long lines.
16232GREP=$lt_GREP
16233
16234# An ERE matcher.
16235EGREP=$lt_EGREP
16236
16237# A literal string matcher.
16238FGREP=$lt_FGREP
16239
16240# A BSD- or MS-compatible name lister.
16241NM=$lt_NM
16242
16243# Whether we need soft or hard links.
16244LN_S=$lt_LN_S
16245
16246# What is the maximum length of a command?
16247max_cmd_len=$max_cmd_len
16248
16249# Object file suffix (normally "o").
16250objext=$ac_objext
16251
16252# Executable file suffix (normally "").
16253exeext=$exeext
16254
16255# whether the shell understands "unset".
16256lt_unset=$lt_unset
16257
16258# turn spaces into newlines.
16259SP2NL=$lt_lt_SP2NL
16260
16261# turn newlines into spaces.
16262NL2SP=$lt_lt_NL2SP
16263
16264# An object symbol dumper.
16265OBJDUMP=$lt_OBJDUMP
16266
16267# Method to check whether dependent libraries are shared objects.
16268deplibs_check_method=$lt_deplibs_check_method
16269
16270# Command to use when deplibs_check_method == "file_magic".
16271file_magic_cmd=$lt_file_magic_cmd
16272
16273# The archiver.
16274AR=$lt_AR
16275AR_FLAGS=$lt_AR_FLAGS
16276
16277# A symbol stripping program.
16278STRIP=$lt_STRIP
16279
16280# Commands used to install an old-style archive.
16281RANLIB=$lt_RANLIB
16282old_postinstall_cmds=$lt_old_postinstall_cmds
16283old_postuninstall_cmds=$lt_old_postuninstall_cmds
16284
16285# Whether to use a lock for old archive extraction.
16286lock_old_archive_extraction=$lock_old_archive_extraction
16287
16288# A C compiler.
16289LTCC=$lt_CC
16290
16291# LTCC compiler flags.
16292LTCFLAGS=$lt_CFLAGS
16293
16294# Take the output of nm and produce a listing of raw symbols and C names.
16295global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16296
16297# Transform the output of nm in a proper C declaration.
16298global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16299
16300# Transform the output of nm in a C name address pair.
16301global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16302
16303# Transform the output of nm in a C name address pair when lib prefix is needed.
16304global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16305
16306# The name of the directory that contains temporary libtool files.
16307objdir=$objdir
16308
16309# Used to examine libraries when file_magic_cmd begins with "file".
16310MAGIC_CMD=$MAGIC_CMD
16311
16312# Must we lock files when doing compilation?
16313need_locks=$lt_need_locks
16314
16315# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16316DSYMUTIL=$lt_DSYMUTIL
16317
16318# Tool to change global to local symbols on Mac OS X.
16319NMEDIT=$lt_NMEDIT
16320
16321# Tool to manipulate fat objects and archives on Mac OS X.
16322LIPO=$lt_LIPO
16323
16324# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16325OTOOL=$lt_OTOOL
16326
16327# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16328OTOOL64=$lt_OTOOL64
16329
16330# Old archive suffix (normally "a").
16331libext=$libext
16332
16333# Shared library suffix (normally ".so").
16334shrext_cmds=$lt_shrext_cmds
16335
16336# The commands to extract the exported symbol list from a shared archive.
16337extract_expsyms_cmds=$lt_extract_expsyms_cmds
16338
16339# Variables whose values should be saved in libtool wrapper scripts and
16340# restored at link time.
16341variables_saved_for_relink=$lt_variables_saved_for_relink
16342
16343# Do we need the "lib" prefix for modules?
16344need_lib_prefix=$need_lib_prefix
16345
16346# Do we need a version for libraries?
16347need_version=$need_version
16348
16349# Library versioning type.
16350version_type=$version_type
16351
16352# Shared library runtime path variable.
16353runpath_var=$runpath_var
16354
16355# Shared library path variable.
16356shlibpath_var=$shlibpath_var
16357
16358# Is shlibpath searched before the hard-coded library search path?
16359shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16360
16361# Format of library name prefix.
16362libname_spec=$lt_libname_spec
16363
16364# List of archive names. First name is the real one, the rest are links.
16365# The last name is the one that the linker finds with -lNAME
16366library_names_spec=$lt_library_names_spec
16367
16368# The coded name of the library, if different from the real name.
16369soname_spec=$lt_soname_spec
16370
16371# Permission mode override for installation of shared libraries.
16372install_override_mode=$lt_install_override_mode
16373
16374# Command to use after installation of a shared archive.
16375postinstall_cmds=$lt_postinstall_cmds
16376
16377# Command to use after uninstallation of a shared archive.
16378postuninstall_cmds=$lt_postuninstall_cmds
16379
16380# Commands used to finish a libtool library installation in a directory.
16381finish_cmds=$lt_finish_cmds
16382
16383# As "finish_cmds", except a single script fragment to be evaled but
16384# not shown.
16385finish_eval=$lt_finish_eval
16386
16387# Whether we should hardcode library paths into libraries.
16388hardcode_into_libs=$hardcode_into_libs
16389
16390# Compile-time system search path for libraries.
16391sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16392
16393# Run-time system search path for libraries.
16394sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16395
16396# Whether dlopen is supported.
16397dlopen_support=$enable_dlopen
16398
16399# Whether dlopen of programs is supported.
16400dlopen_self=$enable_dlopen_self
16401
16402# Whether dlopen of statically linked programs is supported.
16403dlopen_self_static=$enable_dlopen_self_static
16404
16405# Commands to strip libraries.
16406old_striplib=$lt_old_striplib
16407striplib=$lt_striplib
16408
16409
16410# The linker used to build libraries.
16411LD=$lt_LD
16412
16413# How to create reloadable object files.
16414reload_flag=$lt_reload_flag
16415reload_cmds=$lt_reload_cmds
16416
16417# Commands used to build an old-style archive.
16418old_archive_cmds=$lt_old_archive_cmds
16419
16420# A language specific compiler.
16421CC=$lt_compiler
16422
16423# Is the compiler the GNU compiler?
16424with_gcc=$GCC
16425
16426# Compiler flag to turn off builtin functions.
16427no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16428
16429# How to pass a linker flag through the compiler.
16430wl=$lt_lt_prog_compiler_wl
16431
16432# Additional compiler flags for building library objects.
16433pic_flag=$lt_lt_prog_compiler_pic
16434
16435# Compiler flag to prevent dynamic linking.
16436link_static_flag=$lt_lt_prog_compiler_static
16437
16438# Does compiler simultaneously support -c and -o options?
16439compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16440
16441# Whether or not to add -lc for building shared libraries.
16442build_libtool_need_lc=$archive_cmds_need_lc
16443
16444# Whether or not to disallow shared libs when runtime libs are static.
16445allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16446
16447# Compiler flag to allow reflexive dlopens.
16448export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16449
16450# Compiler flag to generate shared objects directly from archives.
16451whole_archive_flag_spec=$lt_whole_archive_flag_spec
16452
16453# Whether the compiler copes with passing no objects directly.
16454compiler_needs_object=$lt_compiler_needs_object
16455
16456# Create an old-style archive from a shared archive.
16457old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16458
16459# Create a temporary old-style archive to link instead of a shared archive.
16460old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16461
16462# Commands used to build a shared archive.
16463archive_cmds=$lt_archive_cmds
16464archive_expsym_cmds=$lt_archive_expsym_cmds
16465
16466# Commands used to build a loadable module if different from building
16467# a shared archive.
16468module_cmds=$lt_module_cmds
16469module_expsym_cmds=$lt_module_expsym_cmds
16470
16471# Whether we are building with GNU ld or not.
16472with_gnu_ld=$lt_with_gnu_ld
16473
16474# Flag that allows shared libraries with undefined symbols to be built.
16475allow_undefined_flag=$lt_allow_undefined_flag
16476
16477# Flag that enforces no undefined symbols.
16478no_undefined_flag=$lt_no_undefined_flag
16479
16480# Flag to hardcode \$libdir into a binary during linking.
16481# This must work even if \$libdir does not exist
16482hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16483
16484# If ld is used when linking, flag to hardcode \$libdir into a binary
16485# during linking. This must work even if \$libdir does not exist.
16486hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16487
16488# Whether we need a single "-rpath" flag with a separated argument.
16489hardcode_libdir_separator=$lt_hardcode_libdir_separator
16490
16491# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16492# DIR into the resulting binary.
16493hardcode_direct=$hardcode_direct
16494
16495# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16496# DIR into the resulting binary and the resulting library dependency is
16497# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16498# library is relocated.
16499hardcode_direct_absolute=$hardcode_direct_absolute
16500
16501# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16502# into the resulting binary.
16503hardcode_minus_L=$hardcode_minus_L
16504
16505# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16506# into the resulting binary.
16507hardcode_shlibpath_var=$hardcode_shlibpath_var
16508
16509# Set to "yes" if building a shared library automatically hardcodes DIR
16510# into the library and all subsequent libraries and executables linked
16511# against it.
16512hardcode_automatic=$hardcode_automatic
16513
16514# Set to yes if linker adds runtime paths of dependent libraries
16515# to runtime path list.
16516inherit_rpath=$inherit_rpath
16517
16518# Whether libtool must link a program against all its dependency libraries.
16519link_all_deplibs=$link_all_deplibs
16520
16521# Fix the shell variable \$srcfile for the compiler.
16522fix_srcfile_path=$lt_fix_srcfile_path
16523
16524# Set to "yes" if exported symbols are required.
16525always_export_symbols=$always_export_symbols
16526
16527# The commands to list exported symbols.
16528export_symbols_cmds=$lt_export_symbols_cmds
16529
16530# Symbols that should not be listed in the preloaded symbols.
16531exclude_expsyms=$lt_exclude_expsyms
16532
16533# Symbols that must always be exported.
16534include_expsyms=$lt_include_expsyms
16535
16536# Commands necessary for linking programs (against libraries) with templates.
16537prelink_cmds=$lt_prelink_cmds
16538
16539# Specify filename containing input files.
16540file_list_spec=$lt_file_list_spec
16541
16542# How to hardcode a shared library path into an executable.
16543hardcode_action=$hardcode_action
16544
16545# ### END LIBTOOL CONFIG
16546
16547_LT_EOF
16548
16549 case $host_os in
16550 aix3*)
16551 cat <<\_LT_EOF >> "$cfgfile"
16552# AIX sometimes has problems with the GCC collect2 program. For some
16553# reason, if we set the COLLECT_NAMES environment variable, the problems
16554# vanish in a puff of smoke.
16555if test "X${COLLECT_NAMES+set}" != Xset; then
16556 COLLECT_NAMES=
16557 export COLLECT_NAMES
16558fi
16559_LT_EOF
16560 ;;
16561 esac
16562
16563
16564ltmain="$ac_aux_dir/ltmain.sh"
16565
16566
16567 # We use sed instead of cat because bash on DJGPP gets confused if
16568 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16569 # text mode, it properly converts lines to CR/LF. This bash problem
16570 # is reportedly fixed, but why not run on old versions too?
16571 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16572 || (rm -f "$cfgfile"; exit 1)
16573
16574 case $xsi_shell in
16575 yes)
16576 cat << \_LT_EOF >> "$cfgfile"
16577
16578# func_dirname file append nondir_replacement
16579# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16580# otherwise set result to NONDIR_REPLACEMENT.
16581func_dirname ()
16582{
16583 case ${1} in
16584 */*) func_dirname_result="${1%/*}${2}" ;;
16585 * ) func_dirname_result="${3}" ;;
16586 esac
16587}
16588
16589# func_basename file
16590func_basename ()
16591{
16592 func_basename_result="${1##*/}"
16593}
16594
16595# func_dirname_and_basename file append nondir_replacement
16596# perform func_basename and func_dirname in a single function
16597# call:
16598# dirname: Compute the dirname of FILE. If nonempty,
16599# add APPEND to the result, otherwise set result
16600# to NONDIR_REPLACEMENT.
16601# value returned in "$func_dirname_result"
16602# basename: Compute filename of FILE.
16603# value retuned in "$func_basename_result"
16604# Implementation must be kept synchronized with func_dirname
16605# and func_basename. For efficiency, we do not delegate to
16606# those functions but instead duplicate the functionality here.
16607func_dirname_and_basename ()
16608{
16609 case ${1} in
16610 */*) func_dirname_result="${1%/*}${2}" ;;
16611 * ) func_dirname_result="${3}" ;;
16612 esac
16613 func_basename_result="${1##*/}"
16614}
16615
16616# func_stripname prefix suffix name
16617# strip PREFIX and SUFFIX off of NAME.
16618# PREFIX and SUFFIX must not contain globbing or regex special
16619# characters, hashes, percent signs, but SUFFIX may contain a leading
16620# dot (in which case that matches only a dot).
16621func_stripname ()
16622{
16623 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16624 # positional parameters, so assign one to ordinary parameter first.
16625 func_stripname_result=${3}
16626 func_stripname_result=${func_stripname_result#"${1}"}
16627 func_stripname_result=${func_stripname_result%"${2}"}
16628}
16629
16630# func_opt_split
16631func_opt_split ()
16632{
16633 func_opt_split_opt=${1%%=*}
16634 func_opt_split_arg=${1#*=}
16635}
16636
16637# func_lo2o object
16638func_lo2o ()
16639{
16640 case ${1} in
16641 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16642 *) func_lo2o_result=${1} ;;
16643 esac
16644}
16645
16646# func_xform libobj-or-source
16647func_xform ()
16648{
16649 func_xform_result=${1%.*}.lo
16650}
16651
16652# func_arith arithmetic-term...
16653func_arith ()
16654{
16655 func_arith_result=$(( $* ))
16656}
16657
16658# func_len string
16659# STRING may not start with a hyphen.
16660func_len ()
16661{
16662 func_len_result=${#1}
16663}
16664
16665_LT_EOF
16666 ;;
16667 *) # Bourne compatible functions.
16668 cat << \_LT_EOF >> "$cfgfile"
16669
16670# func_dirname file append nondir_replacement
16671# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16672# otherwise set result to NONDIR_REPLACEMENT.
16673func_dirname ()
16674{
16675 # Extract subdirectory from the argument.
16676 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16677 if test "X$func_dirname_result" = "X${1}"; then
16678 func_dirname_result="${3}"
16679 else
16680 func_dirname_result="$func_dirname_result${2}"
16681 fi
16682}
16683
16684# func_basename file
16685func_basename ()
16686{
16687 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16688}
16689
16690
16691# func_stripname prefix suffix name
16692# strip PREFIX and SUFFIX off of NAME.
16693# PREFIX and SUFFIX must not contain globbing or regex special
16694# characters, hashes, percent signs, but SUFFIX may contain a leading
16695# dot (in which case that matches only a dot).
16696# func_strip_suffix prefix name
16697func_stripname ()
16698{
16699 case ${2} in
16700 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16701 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16702 esac
16703}
16704
16705# sed scripts:
16706my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16707my_sed_long_arg='1s/^-[^=]*=//'
16708
16709# func_opt_split
16710func_opt_split ()
16711{
16712 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16713 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16714}
16715
16716# func_lo2o object
16717func_lo2o ()
16718{
16719 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16720}
16721
16722# func_xform libobj-or-source
16723func_xform ()
16724{
16725 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16726}
16727
16728# func_arith arithmetic-term...
16729func_arith ()
16730{
16731 func_arith_result=`expr "$@"`
16732}
16733
16734# func_len string
16735# STRING may not start with a hyphen.
16736func_len ()
16737{
16738 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16739}
16740
16741_LT_EOF
16742esac
16743
16744case $lt_shell_append in
16745 yes)
16746 cat << \_LT_EOF >> "$cfgfile"
16747
16748# func_append var value
16749# Append VALUE to the end of shell variable VAR.
16750func_append ()
16751{
16752 eval "$1+=\$2"
16753}
16754_LT_EOF
16755 ;;
16756 *)
16757 cat << \_LT_EOF >> "$cfgfile"
16758
16759# func_append var value
16760# Append VALUE to the end of shell variable VAR.
16761func_append ()
16762{
16763 eval "$1=\$$1\$2"
16764}
16765
16766_LT_EOF
16767 ;;
16768 esac
16769
16770
16771 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16772 || (rm -f "$cfgfile"; exit 1)
16773
16774 mv -f "$cfgfile" "$ofile" ||
16775 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16776 chmod +x "$ofile"
16777
16778 ;;
81ecdfbb 16779 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
16780 rm -f Makesim1.tmp Makesim2.tmp Makefile
16781 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16782 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16783 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
16784 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16785 <Makefile.sim >Makefile
38f48d72 16786 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 16787 ;;
81ecdfbb
RW
16788 "stamp-h":C) echo > stamp-h ;;
16789
b7026657 16790 esac
81ecdfbb 16791done # for ac_tag
c906108c 16792
b7026657 16793
81ecdfbb 16794as_fn_exit 0
b7026657 16795_ACEOF
b7026657
AC
16796ac_clean_files=$ac_clean_files_save
16797
81ecdfbb
RW
16798test $ac_write_fail = 0 ||
16799 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16800
b7026657
AC
16801
16802# configure is writing to config.log, and then calls config.status.
16803# config.status does its own redirection, appending to config.log.
16804# Unfortunately, on DOS this fails, as config.log is still kept open
16805# by configure, so config.status won't be able to write to it; its
16806# output is simply discarded. So we exec the FD to /dev/null,
16807# effectively closing config.log, so it can be properly (re)opened and
16808# appended to by config.status. When coming back to configure, we
16809# need to make the FD available again.
16810if test "$no_create" != yes; then
16811 ac_cs_success=:
16812 ac_config_status_args=
16813 test "$silent" = yes &&
16814 ac_config_status_args="$ac_config_status_args --quiet"
16815 exec 5>/dev/null
16816 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16817 exec 5>>config.log
16818 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16819 # would make configure fail if this is the last instruction.
81ecdfbb
RW
16820 $ac_cs_success || as_fn_exit $?
16821fi
16822if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16823 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16824$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 16825fi
c906108c
SS
16826
16827
This page took 1.568199 seconds and 4 git commands to generate.