sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly
[deliverable/binutils-gdb.git] / sim / m32r / 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
604sim_extra_cflags
605traps_obj
606cgen
607cgendir
608CGEN_MAINT
609REPORT_BUGS_TEXI
610REPORT_BUGS_TO
611PKGVERSION
612sim_profile
613sim_trace
614sim_stdio
615sim_debug
616sim_cflags
81ecdfbb 617MAINT
31e6ad7d
MF
618MAINTAINER_MODE_FALSE
619MAINTAINER_MODE_TRUE
6bb11ab3
L
620lt_cv_dlopen_libs
621OTOOL64
622OTOOL
623LIPO
624NMEDIT
625DSYMUTIL
626AWK
627STRIP
628OBJDUMP
629LN_S
630NM
631ac_ct_DUMPBIN
632DUMPBIN
633LD
634FGREP
635SED
636LIBTOOL
637PLUGINS_FALSE
638PLUGINS_TRUE
aadc9410
MF
639zlibinc
640zlibdir
81ecdfbb
RW
641CATOBJEXT
642GENCAT
643INSTOBJEXT
644DATADIRNAME
645CATALOGS
646POSUB
647GMSGFMT
648XGETTEXT
649INCINTL
650LIBINTL_DEP
651LIBINTL
652USE_NLS
db2e4d67
MF
653GMAKE_FALSE
654GMAKE_TRUE
655MAKE
656CCDEPMODE
657DEPDIR
658am__leading_dot
5f3ef9d0 659PACKAGE
81ecdfbb
RW
660RANLIB
661AR
662HDEFINES
663CC_FOR_BUILD
664INSTALL_DATA
665INSTALL_SCRIPT
666INSTALL_PROGRAM
2232061b
MF
667EGREP
668GREP
669CPP
81ecdfbb
RW
670target_os
671target_vendor
672target_cpu
673target
674host_os
675host_vendor
676host_cpu
677host
678build_os
679build_vendor
680build_cpu
681build
6ffe910a
MF
682OBJEXT
683EXEEXT
684ac_ct_CC
685CPPFLAGS
686LDFLAGS
687CFLAGS
688CC
81ecdfbb
RW
689WERROR_CFLAGS
690WARN_CFLAGS
691sim_xor_endian
692sim_stdcall
693sim_smp
694sim_reserved_bits
695sim_regparm
696sim_packages
697sim_inline
698sim_hw
699sim_hw_objs
700sim_hw_cflags
701sim_default_model
702sim_scache
703sim_float
81ecdfbb
RW
704sim_endian
705sim_bitsize
706sim_assert
707sim_alignment
708sim_environment
709target_alias
710host_alias
711build_alias
712LIBS
713ECHO_T
714ECHO_N
715ECHO_C
716DEFS
717mandir
718localedir
719libdir
720psdir
721pdfdir
722dvidir
723htmldir
724infodir
725docdir
726oldincludedir
727includedir
728localstatedir
729sharedstatedir
730sysconfdir
731datadir
732datarootdir
733libexecdir
734sbindir
735bindir
736program_transform_name
737prefix
738exec_prefix
739PACKAGE_URL
740PACKAGE_BUGREPORT
741PACKAGE_STRING
742PACKAGE_VERSION
743PACKAGE_TARNAME
744PACKAGE_NAME
745PATH_SEPARATOR
746SHELL'
b7026657 747ac_subst_files=''
81ecdfbb
RW
748ac_user_opts='
749enable_option_checking
aadc9410 750with_system_zlib
6bb11ab3
L
751enable_plugins
752enable_shared
753enable_static
754with_pic
755enable_fast_install
756with_gnu_ld
757enable_libtool_lock
81ecdfbb 758enable_maintainer_mode
81ecdfbb
RW
759enable_sim_cflags
760enable_sim_debug
761enable_sim_stdio
762enable_sim_trace
763enable_sim_profile
764with_pkgversion
765with_bugurl
766enable_sim_endian
767enable_sim_alignment
81ecdfbb
RW
768enable_sim_scache
769enable_sim_default_model
770enable_sim_environment
771enable_sim_inline
772enable_cgen_maint
94c63d78 773enable_sim_hardware
81ecdfbb
RW
774'
775 ac_precious_vars='build_alias
776host_alias
777target_alias
778CC
779CFLAGS
780LDFLAGS
781LIBS
782CPPFLAGS
783CPP'
784
c906108c
SS
785
786# Initialize some variables set by options.
b7026657
AC
787ac_init_help=
788ac_init_version=false
81ecdfbb
RW
789ac_unrecognized_opts=
790ac_unrecognized_sep=
c906108c
SS
791# The variables have the same names as the options, with
792# dashes changed to underlines.
b7026657 793cache_file=/dev/null
c906108c 794exec_prefix=NONE
c906108c 795no_create=
c906108c
SS
796no_recursion=
797prefix=NONE
798program_prefix=NONE
799program_suffix=NONE
800program_transform_name=s,x,x,
801silent=
802site=
803srcdir=
c906108c
SS
804verbose=
805x_includes=NONE
806x_libraries=NONE
b7026657
AC
807
808# Installation directory options.
809# These are left unexpanded so users can "make install exec_prefix=/foo"
810# and all the variables that are supposed to be based on exec_prefix
811# by default will actually change.
812# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 813# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
814bindir='${exec_prefix}/bin'
815sbindir='${exec_prefix}/sbin'
816libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
817datarootdir='${prefix}/share'
818datadir='${datarootdir}'
c906108c
SS
819sysconfdir='${prefix}/etc'
820sharedstatedir='${prefix}/com'
821localstatedir='${prefix}/var'
c906108c
SS
822includedir='${prefix}/include'
823oldincludedir='/usr/include'
81ecdfbb
RW
824docdir='${datarootdir}/doc/${PACKAGE}'
825infodir='${datarootdir}/info'
826htmldir='${docdir}'
827dvidir='${docdir}'
828pdfdir='${docdir}'
829psdir='${docdir}'
830libdir='${exec_prefix}/lib'
831localedir='${datarootdir}/locale'
832mandir='${datarootdir}/man'
c906108c 833
c906108c 834ac_prev=
81ecdfbb 835ac_dashdash=
c906108c
SS
836for ac_option
837do
c906108c
SS
838 # If the previous option needs an argument, assign it.
839 if test -n "$ac_prev"; then
81ecdfbb 840 eval $ac_prev=\$ac_option
c906108c
SS
841 ac_prev=
842 continue
843 fi
844
81ecdfbb
RW
845 case $ac_option in
846 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
847 *) ac_optarg=yes ;;
848 esac
c906108c
SS
849
850 # Accept the important Cygnus configure options, so we can diagnose typos.
851
81ecdfbb
RW
852 case $ac_dashdash$ac_option in
853 --)
854 ac_dashdash=yes ;;
c906108c
SS
855
856 -bindir | --bindir | --bindi | --bind | --bin | --bi)
857 ac_prev=bindir ;;
858 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 859 bindir=$ac_optarg ;;
c906108c
SS
860
861 -build | --build | --buil | --bui | --bu)
b7026657 862 ac_prev=build_alias ;;
c906108c 863 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 864 build_alias=$ac_optarg ;;
c906108c
SS
865
866 -cache-file | --cache-file | --cache-fil | --cache-fi \
867 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
868 ac_prev=cache_file ;;
869 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
870 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
871 cache_file=$ac_optarg ;;
872
873 --config-cache | -C)
874 cache_file=config.cache ;;
c906108c 875
81ecdfbb 876 -datadir | --datadir | --datadi | --datad)
c906108c 877 ac_prev=datadir ;;
81ecdfbb 878 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 879 datadir=$ac_optarg ;;
c906108c 880
81ecdfbb
RW
881 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
882 | --dataroo | --dataro | --datar)
883 ac_prev=datarootdir ;;
884 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
885 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
886 datarootdir=$ac_optarg ;;
887
c906108c 888 -disable-* | --disable-*)
81ecdfbb 889 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 890 # Reject names that are not valid shell variable names.
81ecdfbb
RW
891 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
892 as_fn_error "invalid feature name: $ac_useropt"
893 ac_useropt_orig=$ac_useropt
894 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
895 case $ac_user_opts in
896 *"
897"enable_$ac_useropt"
898"*) ;;
899 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
900 ac_unrecognized_sep=', ';;
901 esac
902 eval enable_$ac_useropt=no ;;
903
904 -docdir | --docdir | --docdi | --doc | --do)
905 ac_prev=docdir ;;
906 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
907 docdir=$ac_optarg ;;
908
909 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
910 ac_prev=dvidir ;;
911 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
912 dvidir=$ac_optarg ;;
c906108c
SS
913
914 -enable-* | --enable-*)
81ecdfbb 915 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 916 # Reject names that are not valid shell variable names.
81ecdfbb
RW
917 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
918 as_fn_error "invalid feature name: $ac_useropt"
919 ac_useropt_orig=$ac_useropt
920 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
921 case $ac_user_opts in
922 *"
923"enable_$ac_useropt"
924"*) ;;
925 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
926 ac_unrecognized_sep=', ';;
c906108c 927 esac
81ecdfbb 928 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
929
930 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
931 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
932 | --exec | --exe | --ex)
933 ac_prev=exec_prefix ;;
934 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
935 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
936 | --exec=* | --exe=* | --ex=*)
b7026657 937 exec_prefix=$ac_optarg ;;
c906108c
SS
938
939 -gas | --gas | --ga | --g)
940 # Obsolete; use --with-gas.
941 with_gas=yes ;;
942
b7026657
AC
943 -help | --help | --hel | --he | -h)
944 ac_init_help=long ;;
945 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
946 ac_init_help=recursive ;;
947 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
948 ac_init_help=short ;;
c906108c
SS
949
950 -host | --host | --hos | --ho)
b7026657 951 ac_prev=host_alias ;;
c906108c 952 -host=* | --host=* | --hos=* | --ho=*)
b7026657 953 host_alias=$ac_optarg ;;
c906108c 954
81ecdfbb
RW
955 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
956 ac_prev=htmldir ;;
957 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
958 | --ht=*)
959 htmldir=$ac_optarg ;;
960
c906108c
SS
961 -includedir | --includedir | --includedi | --included | --include \
962 | --includ | --inclu | --incl | --inc)
963 ac_prev=includedir ;;
964 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
965 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 966 includedir=$ac_optarg ;;
c906108c
SS
967
968 -infodir | --infodir | --infodi | --infod | --info | --inf)
969 ac_prev=infodir ;;
970 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 971 infodir=$ac_optarg ;;
c906108c
SS
972
973 -libdir | --libdir | --libdi | --libd)
974 ac_prev=libdir ;;
975 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 976 libdir=$ac_optarg ;;
c906108c
SS
977
978 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
979 | --libexe | --libex | --libe)
980 ac_prev=libexecdir ;;
981 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
982 | --libexe=* | --libex=* | --libe=*)
b7026657 983 libexecdir=$ac_optarg ;;
c906108c 984
81ecdfbb
RW
985 -localedir | --localedir | --localedi | --localed | --locale)
986 ac_prev=localedir ;;
987 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
988 localedir=$ac_optarg ;;
989
c906108c 990 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 991 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
992 ac_prev=localstatedir ;;
993 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 994 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 995 localstatedir=$ac_optarg ;;
c906108c
SS
996
997 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
998 ac_prev=mandir ;;
999 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1000 mandir=$ac_optarg ;;
c906108c
SS
1001
1002 -nfp | --nfp | --nf)
1003 # Obsolete; use --without-fp.
1004 with_fp=no ;;
1005
1006 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1007 | --no-cr | --no-c | -n)
c906108c
SS
1008 no_create=yes ;;
1009
1010 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1011 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1012 no_recursion=yes ;;
1013
1014 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1015 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1016 | --oldin | --oldi | --old | --ol | --o)
1017 ac_prev=oldincludedir ;;
1018 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1019 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1020 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1021 oldincludedir=$ac_optarg ;;
c906108c
SS
1022
1023 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1024 ac_prev=prefix ;;
1025 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1026 prefix=$ac_optarg ;;
c906108c
SS
1027
1028 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1029 | --program-pre | --program-pr | --program-p)
1030 ac_prev=program_prefix ;;
1031 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1032 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1033 program_prefix=$ac_optarg ;;
c906108c
SS
1034
1035 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1036 | --program-suf | --program-su | --program-s)
1037 ac_prev=program_suffix ;;
1038 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1039 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1040 program_suffix=$ac_optarg ;;
c906108c
SS
1041
1042 -program-transform-name | --program-transform-name \
1043 | --program-transform-nam | --program-transform-na \
1044 | --program-transform-n | --program-transform- \
1045 | --program-transform | --program-transfor \
1046 | --program-transfo | --program-transf \
1047 | --program-trans | --program-tran \
1048 | --progr-tra | --program-tr | --program-t)
1049 ac_prev=program_transform_name ;;
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=*)
b7026657 1057 program_transform_name=$ac_optarg ;;
c906108c 1058
81ecdfbb
RW
1059 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1060 ac_prev=pdfdir ;;
1061 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1062 pdfdir=$ac_optarg ;;
1063
1064 -psdir | --psdir | --psdi | --psd | --ps)
1065 ac_prev=psdir ;;
1066 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1067 psdir=$ac_optarg ;;
1068
c906108c
SS
1069 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1070 | -silent | --silent | --silen | --sile | --sil)
1071 silent=yes ;;
1072
1073 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1074 ac_prev=sbindir ;;
1075 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1076 | --sbi=* | --sb=*)
b7026657 1077 sbindir=$ac_optarg ;;
c906108c
SS
1078
1079 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1080 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1081 | --sharedst | --shareds | --shared | --share | --shar \
1082 | --sha | --sh)
1083 ac_prev=sharedstatedir ;;
1084 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1085 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1086 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1087 | --sha=* | --sh=*)
b7026657 1088 sharedstatedir=$ac_optarg ;;
c906108c
SS
1089
1090 -site | --site | --sit)
1091 ac_prev=site ;;
1092 -site=* | --site=* | --sit=*)
b7026657 1093 site=$ac_optarg ;;
afb2cbbd 1094
c906108c
SS
1095 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1096 ac_prev=srcdir ;;
1097 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1098 srcdir=$ac_optarg ;;
c906108c
SS
1099
1100 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1101 | --syscon | --sysco | --sysc | --sys | --sy)
1102 ac_prev=sysconfdir ;;
1103 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1104 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1105 sysconfdir=$ac_optarg ;;
c906108c
SS
1106
1107 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1108 ac_prev=target_alias ;;
c906108c 1109 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1110 target_alias=$ac_optarg ;;
c906108c
SS
1111
1112 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1113 verbose=yes ;;
1114
b7026657
AC
1115 -version | --version | --versio | --versi | --vers | -V)
1116 ac_init_version=: ;;
c906108c
SS
1117
1118 -with-* | --with-*)
81ecdfbb 1119 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1120 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1121 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1122 as_fn_error "invalid package name: $ac_useropt"
1123 ac_useropt_orig=$ac_useropt
1124 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1125 case $ac_user_opts in
1126 *"
1127"with_$ac_useropt"
1128"*) ;;
1129 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1130 ac_unrecognized_sep=', ';;
c906108c 1131 esac
81ecdfbb 1132 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1133
1134 -without-* | --without-*)
81ecdfbb 1135 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1136 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1137 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1138 as_fn_error "invalid package name: $ac_useropt"
1139 ac_useropt_orig=$ac_useropt
1140 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1141 case $ac_user_opts in
1142 *"
1143"with_$ac_useropt"
1144"*) ;;
1145 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1146 ac_unrecognized_sep=', ';;
1147 esac
1148 eval with_$ac_useropt=no ;;
c906108c
SS
1149
1150 --x)
1151 # Obsolete; use --with-x.
1152 with_x=yes ;;
1153
1154 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1155 | --x-incl | --x-inc | --x-in | --x-i)
1156 ac_prev=x_includes ;;
1157 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1158 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1159 x_includes=$ac_optarg ;;
c906108c
SS
1160
1161 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1162 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1163 ac_prev=x_libraries ;;
1164 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1165 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1166 x_libraries=$ac_optarg ;;
c906108c 1167
81ecdfbb
RW
1168 -*) as_fn_error "unrecognized option: \`$ac_option'
1169Try \`$0 --help' for more information."
c906108c
SS
1170 ;;
1171
b7026657
AC
1172 *=*)
1173 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1174 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1175 case $ac_envvar in #(
1176 '' | [0-9]* | *[!_$as_cr_alnum]* )
1177 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1178 esac
1179 eval $ac_envvar=\$ac_optarg
b7026657
AC
1180 export $ac_envvar ;;
1181
c906108c 1182 *)
b7026657 1183 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1184 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1185 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1186 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b7026657 1187 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
c906108c
SS
1188 ;;
1189
1190 esac
1191done
1192
1193if test -n "$ac_prev"; then
b7026657 1194 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
81ecdfbb 1195 as_fn_error "missing argument to $ac_option"
c906108c 1196fi
c906108c 1197
81ecdfbb
RW
1198if test -n "$ac_unrecognized_opts"; then
1199 case $enable_option_checking in
1200 no) ;;
1201 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1202 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1203 esac
81ecdfbb 1204fi
c906108c 1205
81ecdfbb
RW
1206# Check all directory arguments for consistency.
1207for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1208 datadir sysconfdir sharedstatedir localstatedir includedir \
1209 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1210 libdir localedir mandir
c906108c 1211do
81ecdfbb
RW
1212 eval ac_val=\$$ac_var
1213 # Remove trailing slashes.
1214 case $ac_val in
1215 */ )
1216 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1217 eval $ac_var=\$ac_val;;
1218 esac
1219 # Be sure to have absolute directory names.
b7026657 1220 case $ac_val in
81ecdfbb
RW
1221 [\\/$]* | ?:[\\/]* ) continue;;
1222 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1223 esac
81ecdfbb 1224 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1225done
1226
b7026657
AC
1227# There might be people who depend on the old broken behavior: `$host'
1228# used to hold the argument of --host etc.
1229# FIXME: To remove some day.
1230build=$build_alias
1231host=$host_alias
1232target=$target_alias
1233
1234# FIXME: To remove some day.
1235if test "x$host_alias" != x; then
1236 if test "x$build_alias" = x; then
1237 cross_compiling=maybe
81ecdfbb 1238 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
b7026657
AC
1239 If a cross compiler is detected then cross compile mode will be used." >&2
1240 elif test "x$build_alias" != "x$host_alias"; then
1241 cross_compiling=yes
1242 fi
1243fi
c906108c 1244
b7026657
AC
1245ac_tool_prefix=
1246test -n "$host_alias" && ac_tool_prefix=$host_alias-
1247
1248test "$silent" = yes && exec 6>/dev/null
c906108c 1249
c906108c 1250
81ecdfbb
RW
1251ac_pwd=`pwd` && test -n "$ac_pwd" &&
1252ac_ls_di=`ls -di .` &&
1253ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1254 as_fn_error "working directory cannot be determined"
1255test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1256 as_fn_error "pwd does not report name of working directory"
1257
1258
c906108c
SS
1259# Find the source files, if location was not specified.
1260if test -z "$srcdir"; then
1261 ac_srcdir_defaulted=yes
81ecdfbb
RW
1262 # Try the directory containing this script, then the parent directory.
1263 ac_confdir=`$as_dirname -- "$as_myself" ||
1264$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1265 X"$as_myself" : 'X\(//\)[^/]' \| \
1266 X"$as_myself" : 'X\(//\)$' \| \
1267 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1268$as_echo X"$as_myself" |
1269 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1270 s//\1/
1271 q
1272 }
1273 /^X\(\/\/\)[^/].*/{
1274 s//\1/
1275 q
1276 }
1277 /^X\(\/\/\)$/{
1278 s//\1/
1279 q
1280 }
1281 /^X\(\/\).*/{
1282 s//\1/
1283 q
1284 }
1285 s/.*/./; q'`
c906108c 1286 srcdir=$ac_confdir
81ecdfbb 1287 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1288 srcdir=..
1289 fi
1290else
1291 ac_srcdir_defaulted=no
1292fi
81ecdfbb
RW
1293if test ! -r "$srcdir/$ac_unique_file"; then
1294 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1295 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1296fi
1297ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1298ac_abs_confdir=`(
1299 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1300 pwd)`
1301# When building in place, set srcdir=.
1302if test "$ac_abs_confdir" = "$ac_pwd"; then
1303 srcdir=.
1304fi
1305# Remove unnecessary trailing slashes from srcdir.
1306# Double slashes in file names in object file debugging info
1307# mess up M-x gdb in Emacs.
1308case $srcdir in
1309*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1310esac
1311for ac_var in $ac_precious_vars; do
1312 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_env_${ac_var}_value=\$${ac_var}
1314 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1315 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1316done
c906108c 1317
b7026657
AC
1318#
1319# Report the --help message.
1320#
1321if test "$ac_init_help" = "long"; then
1322 # Omit some internal or obsolete options to make the list less imposing.
1323 # This message is too long to be a string in the A/UX 3.1 sh.
1324 cat <<_ACEOF
1325\`configure' configures this package to adapt to many kinds of systems.
c906108c 1326
b7026657 1327Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1328
b7026657
AC
1329To assign environment variables (e.g., CC, CFLAGS...), specify them as
1330VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1331
b7026657 1332Defaults for the options are specified in brackets.
c906108c 1333
b7026657
AC
1334Configuration:
1335 -h, --help display this help and exit
1336 --help=short display options specific to this package
1337 --help=recursive display the short help of all the included packages
1338 -V, --version display version information and exit
1339 -q, --quiet, --silent do not print \`checking...' messages
1340 --cache-file=FILE cache test results in FILE [disabled]
1341 -C, --config-cache alias for \`--cache-file=config.cache'
1342 -n, --no-create do not create output files
1343 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1344
b7026657
AC
1345Installation directories:
1346 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1347 [$ac_default_prefix]
b7026657 1348 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1349 [PREFIX]
c906108c 1350
b7026657
AC
1351By default, \`make install' will install all the files in
1352\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1353an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1354for instance \`--prefix=\$HOME'.
c906108c 1355
b7026657
AC
1356For better control, use the options below.
1357
1358Fine tuning of the installation directories:
81ecdfbb
RW
1359 --bindir=DIR user executables [EPREFIX/bin]
1360 --sbindir=DIR system admin executables [EPREFIX/sbin]
1361 --libexecdir=DIR program executables [EPREFIX/libexec]
1362 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1363 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1364 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1365 --libdir=DIR object code libraries [EPREFIX/lib]
1366 --includedir=DIR C header files [PREFIX/include]
1367 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1368 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1369 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1370 --infodir=DIR info documentation [DATAROOTDIR/info]
1371 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1372 --mandir=DIR man documentation [DATAROOTDIR/man]
1373 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1374 --htmldir=DIR html documentation [DOCDIR]
1375 --dvidir=DIR dvi documentation [DOCDIR]
1376 --pdfdir=DIR pdf documentation [DOCDIR]
1377 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1378_ACEOF
1379
1380 cat <<\_ACEOF
1381
1382Program names:
1383 --program-prefix=PREFIX prepend PREFIX to installed program names
1384 --program-suffix=SUFFIX append SUFFIX to installed program names
1385 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1386
1387System types:
1388 --build=BUILD configure for building on BUILD [guessed]
1389 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1390 --target=TARGET configure for building compilers for TARGET [HOST]
1391_ACEOF
c906108c 1392fi
b7026657
AC
1393
1394if test -n "$ac_init_help"; then
1395
1396 cat <<\_ACEOF
1397
1398Optional Features:
81ecdfbb 1399 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1400 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1401 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1402 --enable-plugins Enable support for plugins
6bb11ab3
L
1403 --enable-shared[=PKGS] build shared libraries [default=yes]
1404 --enable-static[=PKGS] build static libraries [default=yes]
1405 --enable-fast-install[=PKGS]
1406 optimize for fast installation [default=yes]
1407 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1408 --enable-maintainer-mode enable make rules and dependencies not useful
1409 (and sometimes confusing) to the casual installer
8d0978fb
MF
1410 --enable-sim-cflags=opts
1411 Extra CFLAGS for use in building simulator
1412 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1413 itself)
1414 --enable-sim-stdio Specify whether to use stdio for console
1415 input/output
1416 --enable-sim-trace=opts Enable tracing of simulated programs
1417 --enable-sim-profile=opts
1418 Enable profiling flags
1419 --enable-sim-endian=endian
1420 Specify target byte endian orientation
1421 --enable-sim-alignment=align
1422 Specify strict, nonstrict or forced alignment of
1423 memory accesses
8d0978fb
MF
1424 --enable-sim-scache=size
1425 Specify simulator execution cache size
1426 --enable-sim-default-model=model
1427 Specify default model to simulate
1428 --enable-sim-environment=environment
1429 Specify mixed, user, virtual or operating
1430 environment
1431 --enable-sim-inline=inlines
1432 Specify which functions should be inlined
1433 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1434 --enable-sim-hardware=LIST
1435 Specify the hardware to be included in the build.
b7026657 1436
6efef468
JM
1437Optional Packages:
1438 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1439 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1440 --with-system-zlib use installed libz
6bb11ab3
L
1441 --with-pic try to use only PIC/non-PIC objects [default=use
1442 both]
1443 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1444 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1445 --with-bugurl=URL Direct users to URL to report a bug
1446
b7026657
AC
1447Some influential environment variables:
1448 CC C compiler command
1449 CFLAGS C compiler flags
1450 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1451 nonstandard directory <lib dir>
81ecdfbb
RW
1452 LIBS libraries to pass to the linker, e.g. -l<library>
1453 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1454 you have headers in a nonstandard directory <include dir>
b7026657
AC
1455 CPP C preprocessor
1456
1457Use these variables to override the choices made by `configure' or to help
1458it to find libraries and programs with nonstandard names/locations.
1459
81ecdfbb 1460Report bugs to the package provider.
b7026657 1461_ACEOF
81ecdfbb 1462ac_status=$?
c906108c
SS
1463fi
1464
b7026657
AC
1465if test "$ac_init_help" = "recursive"; then
1466 # If there are subdirs, report their specific --help.
b7026657 1467 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1468 test -d "$ac_dir" ||
1469 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1470 continue
b7026657 1471 ac_builddir=.
c906108c 1472
81ecdfbb
RW
1473case "$ac_dir" in
1474.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1475*)
1476 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1477 # A ".." for each directory in $ac_dir_suffix.
1478 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1479 case $ac_top_builddir_sub in
1480 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1481 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1482 esac ;;
1483esac
1484ac_abs_top_builddir=$ac_pwd
1485ac_abs_builddir=$ac_pwd$ac_dir_suffix
1486# for backward compatibility:
1487ac_top_builddir=$ac_top_build_prefix
c906108c 1488
b7026657 1489case $srcdir in
81ecdfbb 1490 .) # We are building in place.
b7026657 1491 ac_srcdir=.
81ecdfbb
RW
1492 ac_top_srcdir=$ac_top_builddir_sub
1493 ac_abs_top_srcdir=$ac_pwd ;;
1494 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1495 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1496 ac_top_srcdir=$srcdir
1497 ac_abs_top_srcdir=$srcdir ;;
1498 *) # Relative name.
1499 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1500 ac_top_srcdir=$ac_top_build_prefix$srcdir
1501 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1502esac
81ecdfbb
RW
1503ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1504
1505 cd "$ac_dir" || { ac_status=$?; continue; }
1506 # Check for guested configure.
1507 if test -f "$ac_srcdir/configure.gnu"; then
1508 echo &&
1509 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1510 elif test -f "$ac_srcdir/configure"; then
1511 echo &&
1512 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1513 else
81ecdfbb
RW
1514 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1515 fi || ac_status=$?
1516 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1517 done
c906108c 1518fi
b7026657 1519
81ecdfbb 1520test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1521if $ac_init_version; then
1522 cat <<\_ACEOF
81ecdfbb
RW
1523configure
1524generated by GNU Autoconf 2.64
b7026657 1525
81ecdfbb 1526Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
1527This configure script is free software; the Free Software Foundation
1528gives unlimited permission to copy, distribute and modify it.
1529_ACEOF
81ecdfbb 1530 exit
b7026657 1531fi
b7026657 1532
81ecdfbb
RW
1533## ------------------------ ##
1534## Autoconf initialization. ##
1535## ------------------------ ##
b7026657 1536
81ecdfbb
RW
1537# ac_fn_c_try_compile LINENO
1538# --------------------------
1539# Try to compile conftest.$ac_ext, and return whether this succeeded.
1540ac_fn_c_try_compile ()
b7026657 1541{
81ecdfbb
RW
1542 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1543 rm -f conftest.$ac_objext
1544 if { { ac_try="$ac_compile"
1545case "(($ac_try" in
1546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1547 *) ac_try_echo=$ac_try;;
1548esac
1549eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1550$as_echo "$ac_try_echo"; } >&5
1551 (eval "$ac_compile") 2>conftest.err
1552 ac_status=$?
1553 if test -s conftest.err; then
1554 grep -v '^ *+' conftest.err >conftest.er1
1555 cat conftest.er1 >&5
1556 mv -f conftest.er1 conftest.err
1557 fi
1558 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1559 test $ac_status = 0; } && {
1560 test -z "$ac_c_werror_flag" ||
1561 test ! -s conftest.err
1562 } && test -s conftest.$ac_objext; then :
1563 ac_retval=0
1564else
1565 $as_echo "$as_me: failed program was:" >&5
1566sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1567
81ecdfbb
RW
1568 ac_retval=1
1569fi
1570 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1571 return $ac_retval
b7026657 1572
81ecdfbb 1573} # ac_fn_c_try_compile
b7026657 1574
81ecdfbb
RW
1575# ac_fn_c_try_cpp LINENO
1576# ----------------------
1577# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1578ac_fn_c_try_cpp ()
1579{
1580 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1581 if { { ac_try="$ac_cpp conftest.$ac_ext"
1582case "(($ac_try" in
1583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1584 *) ac_try_echo=$ac_try;;
1585esac
1586eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1587$as_echo "$ac_try_echo"; } >&5
1588 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1589 ac_status=$?
1590 if test -s conftest.err; then
1591 grep -v '^ *+' conftest.err >conftest.er1
1592 cat conftest.er1 >&5
1593 mv -f conftest.er1 conftest.err
1594 fi
1595 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1596 test $ac_status = 0; } >/dev/null && {
1597 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1598 test ! -s conftest.err
1599 }; then :
1600 ac_retval=0
1601else
1602 $as_echo "$as_me: failed program was:" >&5
1603sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1604
81ecdfbb
RW
1605 ac_retval=1
1606fi
1607 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1608 return $ac_retval
b7026657 1609
81ecdfbb
RW
1610} # ac_fn_c_try_cpp
1611
1612# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1613# -------------------------------------------------------
1614# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1615# the include files in INCLUDES and setting the cache variable VAR
1616# accordingly.
1617ac_fn_c_check_header_mongrel ()
1618{
1619 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1620 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1622$as_echo_n "checking for $2... " >&6; }
1623if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1624 $as_echo_n "(cached) " >&6
1625fi
1626eval ac_res=\$$3
1627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1628$as_echo "$ac_res" >&6; }
1629else
1630 # Is the header compilable?
1631{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1632$as_echo_n "checking $2 usability... " >&6; }
1633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1634/* end confdefs.h. */
1635$4
1636#include <$2>
1637_ACEOF
1638if ac_fn_c_try_compile "$LINENO"; then :
1639 ac_header_compiler=yes
1640else
1641 ac_header_compiler=no
1642fi
1643rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1645$as_echo "$ac_header_compiler" >&6; }
1646
1647# Is the header present?
1648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1649$as_echo_n "checking $2 presence... " >&6; }
1650cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1651/* end confdefs.h. */
1652#include <$2>
1653_ACEOF
1654if ac_fn_c_try_cpp "$LINENO"; then :
1655 ac_header_preproc=yes
1656else
1657 ac_header_preproc=no
1658fi
1659rm -f conftest.err conftest.$ac_ext
1660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1661$as_echo "$ac_header_preproc" >&6; }
1662
1663# So? What about this header?
1664case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1665 yes:no: )
1666 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1667$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1669$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1670 ;;
1671 no:yes:* )
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1673$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1675$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1677$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1679$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1681$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1682 ;;
1683esac
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1685$as_echo_n "checking for $2... " >&6; }
1686if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1687 $as_echo_n "(cached) " >&6
1688else
1689 eval "$3=\$ac_header_compiler"
1690fi
1691eval ac_res=\$$3
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1693$as_echo "$ac_res" >&6; }
1694fi
1695 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1696
1697} # ac_fn_c_check_header_mongrel
1698
1699# ac_fn_c_try_run LINENO
1700# ----------------------
1701# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1702# that executables *can* be run.
1703ac_fn_c_try_run ()
1704{
1705 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1706 if { { ac_try="$ac_link"
1707case "(($ac_try" in
1708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1709 *) ac_try_echo=$ac_try;;
1710esac
1711eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1712$as_echo "$ac_try_echo"; } >&5
1713 (eval "$ac_link") 2>&5
1714 ac_status=$?
1715 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1716 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1717 { { case "(($ac_try" in
1718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1719 *) ac_try_echo=$ac_try;;
1720esac
1721eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1722$as_echo "$ac_try_echo"; } >&5
1723 (eval "$ac_try") 2>&5
1724 ac_status=$?
1725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1726 test $ac_status = 0; }; }; then :
1727 ac_retval=0
1728else
1729 $as_echo "$as_me: program exited with status $ac_status" >&5
1730 $as_echo "$as_me: failed program was:" >&5
1731sed 's/^/| /' conftest.$ac_ext >&5
1732
1733 ac_retval=$ac_status
1734fi
1735 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1736 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1737 return $ac_retval
1738
1739} # ac_fn_c_try_run
1740
1741# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1742# -------------------------------------------------------
1743# Tests whether HEADER exists and can be compiled using the include files in
1744# INCLUDES, setting the cache variable VAR accordingly.
1745ac_fn_c_check_header_compile ()
1746{
1747 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1749$as_echo_n "checking for $2... " >&6; }
1750if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1751 $as_echo_n "(cached) " >&6
1752else
1753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1754/* end confdefs.h. */
1755$4
1756#include <$2>
1757_ACEOF
1758if ac_fn_c_try_compile "$LINENO"; then :
1759 eval "$3=yes"
1760else
1761 eval "$3=no"
1762fi
1763rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1764fi
1765eval ac_res=\$$3
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1767$as_echo "$ac_res" >&6; }
1768 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1769
1770} # ac_fn_c_check_header_compile
1771
1772# ac_fn_c_try_link LINENO
1773# -----------------------
1774# Try to link conftest.$ac_ext, and return whether this succeeded.
1775ac_fn_c_try_link ()
1776{
1777 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1778 rm -f conftest.$ac_objext conftest$ac_exeext
1779 if { { ac_try="$ac_link"
1780case "(($ac_try" in
1781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1782 *) ac_try_echo=$ac_try;;
1783esac
1784eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1785$as_echo "$ac_try_echo"; } >&5
1786 (eval "$ac_link") 2>conftest.err
1787 ac_status=$?
1788 if test -s conftest.err; then
1789 grep -v '^ *+' conftest.err >conftest.er1
1790 cat conftest.er1 >&5
1791 mv -f conftest.er1 conftest.err
1792 fi
1793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1794 test $ac_status = 0; } && {
1795 test -z "$ac_c_werror_flag" ||
1796 test ! -s conftest.err
1797 } && test -s conftest$ac_exeext && {
1798 test "$cross_compiling" = yes ||
1799 $as_test_x conftest$ac_exeext
1800 }; then :
1801 ac_retval=0
1802else
1803 $as_echo "$as_me: failed program was:" >&5
1804sed 's/^/| /' conftest.$ac_ext >&5
1805
1806 ac_retval=1
1807fi
1808 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1809 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1810 # interfere with the next link command; also delete a directory that is
1811 # left behind by Apple's compiler. We do this before executing the actions.
1812 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1813 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1814 return $ac_retval
1815
1816} # ac_fn_c_try_link
1817
1818# ac_fn_c_check_func LINENO FUNC VAR
1819# ----------------------------------
1820# Tests whether FUNC exists, setting the cache variable VAR accordingly
1821ac_fn_c_check_func ()
1822{
1823 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1825$as_echo_n "checking for $2... " >&6; }
1826if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1827 $as_echo_n "(cached) " >&6
1828else
1829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1830/* end confdefs.h. */
1831/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1832 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1833#define $2 innocuous_$2
1834
1835/* System header to define __stub macros and hopefully few prototypes,
1836 which can conflict with char $2 (); below.
1837 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1838 <limits.h> exists even on freestanding compilers. */
1839
1840#ifdef __STDC__
1841# include <limits.h>
1842#else
1843# include <assert.h>
1844#endif
1845
1846#undef $2
1847
1848/* Override any GCC internal prototype to avoid an error.
1849 Use char because int might match the return type of a GCC
1850 builtin and then its argument prototype would still apply. */
1851#ifdef __cplusplus
1852extern "C"
1853#endif
1854char $2 ();
1855/* The GNU C library defines this for functions which it implements
1856 to always fail with ENOSYS. Some functions are actually named
1857 something starting with __ and the normal name is an alias. */
1858#if defined __stub_$2 || defined __stub___$2
1859choke me
1860#endif
1861
1862int
1863main ()
1864{
1865return $2 ();
1866 ;
1867 return 0;
1868}
1869_ACEOF
1870if ac_fn_c_try_link "$LINENO"; then :
1871 eval "$3=yes"
1872else
1873 eval "$3=no"
1874fi
1875rm -f core conftest.err conftest.$ac_objext \
1876 conftest$ac_exeext conftest.$ac_ext
1877fi
1878eval ac_res=\$$3
1879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1880$as_echo "$ac_res" >&6; }
1881 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1882
1883} # ac_fn_c_check_func
1884cat >config.log <<_ACEOF
1885This file contains any messages produced by compilers while
1886running configure, to aid debugging if configure makes a mistake.
1887
1888It was created by $as_me, which was
1889generated by GNU Autoconf 2.64. Invocation command line was
1890
1891 $ $0 $@
1892
1893_ACEOF
1894exec 5>>config.log
1895{
1896cat <<_ASUNAME
1897## --------- ##
1898## Platform. ##
1899## --------- ##
1900
1901hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1902uname -m = `(uname -m) 2>/dev/null || echo unknown`
1903uname -r = `(uname -r) 2>/dev/null || echo unknown`
1904uname -s = `(uname -s) 2>/dev/null || echo unknown`
1905uname -v = `(uname -v) 2>/dev/null || echo unknown`
1906
1907/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1908/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1909
1910/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1911/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1912/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1913/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1914/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1915/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1916/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1917
1918_ASUNAME
1919
1920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1921for as_dir in $PATH
1922do
1923 IFS=$as_save_IFS
1924 test -z "$as_dir" && as_dir=.
1925 $as_echo "PATH: $as_dir"
1926 done
1927IFS=$as_save_IFS
1928
1929} >&5
1930
1931cat >&5 <<_ACEOF
b7026657
AC
1932
1933
1934## ----------- ##
1935## Core tests. ##
1936## ----------- ##
1937
1938_ACEOF
1939
1940
1941# Keep a trace of the command line.
1942# Strip out --no-create and --no-recursion so they do not pile up.
1943# Strip out --silent because we don't want to record it for future runs.
1944# Also quote any args containing shell meta-characters.
1945# Make two passes to allow for proper duplicate-argument suppression.
1946ac_configure_args=
1947ac_configure_args0=
1948ac_configure_args1=
b7026657
AC
1949ac_must_keep_next=false
1950for ac_pass in 1 2
1951do
1952 for ac_arg
1953 do
1954 case $ac_arg in
1955 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1956 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1957 | -silent | --silent | --silen | --sile | --sil)
1958 continue ;;
81ecdfbb
RW
1959 *\'*)
1960 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
1961 esac
1962 case $ac_pass in
81ecdfbb 1963 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 1964 2)
81ecdfbb 1965 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
1966 if test $ac_must_keep_next = true; then
1967 ac_must_keep_next=false # Got value, back to normal.
1968 else
1969 case $ac_arg in
1970 *=* | --config-cache | -C | -disable-* | --disable-* \
1971 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1972 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1973 | -with-* | --with-* | -without-* | --without-* | --x)
1974 case "$ac_configure_args0 " in
1975 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1976 esac
1977 ;;
1978 -* ) ac_must_keep_next=true ;;
1979 esac
1980 fi
81ecdfbb 1981 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
1982 ;;
1983 esac
1984 done
1985done
81ecdfbb
RW
1986{ ac_configure_args0=; unset ac_configure_args0;}
1987{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
1988
1989# When interrupted or exit'd, cleanup temporary files, and complete
1990# config.log. We remove comments because anyway the quotes in there
1991# would cause problems or look ugly.
81ecdfbb
RW
1992# WARNING: Use '\'' to represent an apostrophe within the trap.
1993# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
1994trap 'exit_status=$?
1995 # Save into config.log some information that might help in debugging.
1996 {
1997 echo
1998
1999 cat <<\_ASBOX
2000## ---------------- ##
2001## Cache variables. ##
2002## ---------------- ##
2003_ASBOX
2004 echo
2005 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2006(
2007 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2008 eval ac_val=\$$ac_var
2009 case $ac_val in #(
2010 *${as_nl}*)
2011 case $ac_var in #(
2012 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2013$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2014 esac
2015 case $ac_var in #(
2016 _ | IFS | as_nl) ;; #(
2017 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2018 *) { eval $ac_var=; unset $ac_var;} ;;
2019 esac ;;
2020 esac
2021 done
b7026657 2022 (set) 2>&1 |
81ecdfbb
RW
2023 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2024 *${as_nl}ac_space=\ *)
b7026657 2025 sed -n \
81ecdfbb
RW
2026 "s/'\''/'\''\\\\'\'''\''/g;
2027 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2028 ;; #(
b7026657 2029 *)
81ecdfbb 2030 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2031 ;;
81ecdfbb
RW
2032 esac |
2033 sort
2034)
b7026657
AC
2035 echo
2036
2037 cat <<\_ASBOX
2038## ----------------- ##
2039## Output variables. ##
2040## ----------------- ##
2041_ASBOX
2042 echo
2043 for ac_var in $ac_subst_vars
2044 do
81ecdfbb
RW
2045 eval ac_val=\$$ac_var
2046 case $ac_val in
2047 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2048 esac
2049 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2050 done | sort
2051 echo
2052
2053 if test -n "$ac_subst_files"; then
2054 cat <<\_ASBOX
81ecdfbb
RW
2055## ------------------- ##
2056## File substitutions. ##
2057## ------------------- ##
b7026657
AC
2058_ASBOX
2059 echo
2060 for ac_var in $ac_subst_files
2061 do
81ecdfbb
RW
2062 eval ac_val=\$$ac_var
2063 case $ac_val in
2064 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2065 esac
2066 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2067 done | sort
2068 echo
2069 fi
2070
2071 if test -s confdefs.h; then
2072 cat <<\_ASBOX
2073## ----------- ##
2074## confdefs.h. ##
2075## ----------- ##
2076_ASBOX
2077 echo
81ecdfbb 2078 cat confdefs.h
b7026657
AC
2079 echo
2080 fi
2081 test "$ac_signal" != 0 &&
81ecdfbb
RW
2082 $as_echo "$as_me: caught signal $ac_signal"
2083 $as_echo "$as_me: exit $exit_status"
b7026657 2084 } >&5
81ecdfbb
RW
2085 rm -f core *.core core.conftest.* &&
2086 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2087 exit $exit_status
81ecdfbb 2088' 0
b7026657 2089for ac_signal in 1 2 13 15; do
81ecdfbb 2090 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2091done
2092ac_signal=0
2093
2094# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2095rm -f -r conftest* confdefs.h
2096
2097$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2098
2099# Predefined preprocessor variables.
2100
2101cat >>confdefs.h <<_ACEOF
2102#define PACKAGE_NAME "$PACKAGE_NAME"
2103_ACEOF
2104
b7026657
AC
2105cat >>confdefs.h <<_ACEOF
2106#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2107_ACEOF
2108
b7026657
AC
2109cat >>confdefs.h <<_ACEOF
2110#define PACKAGE_VERSION "$PACKAGE_VERSION"
2111_ACEOF
2112
b7026657
AC
2113cat >>confdefs.h <<_ACEOF
2114#define PACKAGE_STRING "$PACKAGE_STRING"
2115_ACEOF
2116
b7026657
AC
2117cat >>confdefs.h <<_ACEOF
2118#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2119_ACEOF
2120
81ecdfbb
RW
2121cat >>confdefs.h <<_ACEOF
2122#define PACKAGE_URL "$PACKAGE_URL"
2123_ACEOF
2124
b7026657
AC
2125
2126# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2127# Prefer an explicitly selected file to automatically selected ones.
2128ac_site_file1=NONE
2129ac_site_file2=NONE
2130if test -n "$CONFIG_SITE"; then
2131 ac_site_file1=$CONFIG_SITE
2132elif test "x$prefix" != xNONE; then
2133 ac_site_file1=$prefix/share/config.site
2134 ac_site_file2=$prefix/etc/config.site
2135else
2136 ac_site_file1=$ac_default_prefix/share/config.site
2137 ac_site_file2=$ac_default_prefix/etc/config.site
2138fi
2139for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2140do
2141 test "x$ac_site_file" = xNONE && continue
b7026657 2142 if test -r "$ac_site_file"; then
81ecdfbb
RW
2143 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2144$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657
AC
2145 sed 's/^/| /' "$ac_site_file" >&5
2146 . "$ac_site_file"
2147 fi
2148done
2149
2150if test -r "$cache_file"; then
2151 # Some versions of bash will fail to source /dev/null (special
2152 # files actually), so we avoid doing that.
2153 if test -f "$cache_file"; then
81ecdfbb
RW
2154 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2155$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2156 case $cache_file in
81ecdfbb
RW
2157 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2158 *) . "./$cache_file";;
b7026657
AC
2159 esac
2160 fi
2161else
81ecdfbb
RW
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2163$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2164 >$cache_file
2165fi
2166
2167# Check that the precious variables saved in the cache have kept the same
2168# value.
2169ac_cache_corrupted=false
81ecdfbb 2170for ac_var in $ac_precious_vars; do
b7026657
AC
2171 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2172 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2173 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2174 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2175 case $ac_old_set,$ac_new_set in
2176 set,)
81ecdfbb
RW
2177 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2178$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2179 ac_cache_corrupted=: ;;
2180 ,set)
81ecdfbb
RW
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2182$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2183 ac_cache_corrupted=: ;;
2184 ,);;
2185 *)
2186 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2187 # differences in whitespace do not lead to failure.
2188 ac_old_val_w=`echo x $ac_old_val`
2189 ac_new_val_w=`echo x $ac_new_val`
2190 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2191 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2192$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2193 ac_cache_corrupted=:
2194 else
2195 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2196$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2197 eval $ac_var=\$ac_old_val
2198 fi
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2200$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2201 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2202$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2203 fi;;
2204 esac
2205 # Pass precious variables to config.status.
2206 if test "$ac_new_set" = set; then
2207 case $ac_new_val in
81ecdfbb 2208 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2209 *) ac_arg=$ac_var=$ac_new_val ;;
2210 esac
2211 case " $ac_configure_args " in
2212 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2213 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2214 esac
2215 fi
2216done
2217if $ac_cache_corrupted; then
81ecdfbb
RW
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2219$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2220 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2221$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2222 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2223fi
81ecdfbb
RW
2224## -------------------- ##
2225## Main body of script. ##
2226## -------------------- ##
b7026657
AC
2227
2228ac_ext=c
2229ac_cpp='$CPP $CPPFLAGS'
2230ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2231ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2232ac_compiler_gnu=$ac_cv_c_compiler_gnu
2233
2234
35695fd6
AC
2235# This file contains common code used by all simulators.
2236#
2237# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2238# directory. It is intended to be invoked before any target specific stuff.
2239# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2240# It is intended to be invoked last.
2241#
306f4178 2242# The simulator's configure.ac should look like:
35695fd6
AC
2243#
2244# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2245# AC_PREREQ(2.64)dnl
35695fd6 2246# AC_INIT(Makefile.in)
6ffe910a 2247# sinclude(../common/aclocal.m4)
35695fd6
AC
2248#
2249# SIM_AC_COMMON
2250#
2251# ... target specific stuff ...
2252#
2253# SIM_AC_OUTPUT
2254
d6416cdc
RW
2255# Include global overrides and fixes for Autoconf.
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
6ffe910a
MF
2282# _AC_CHECK_DECL_BODY
2283# -------------------
2284# Shell function body for AC_CHECK_DECL.
2285# _AC_CHECK_DECL_BODY
d6416cdc 2286
6ffe910a
MF
2287# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2288# INCLUDES)
2289# -------------------------------------------------------------
2290# Helper to AC_CHECK_DECLS, which generates the check for a single
2291# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2292# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
d6416cdc 2293
d6416cdc
RW
2294
2295
2296
2297
2298
2299
35695fd6
AC
2300
2301
2302
db2e4d67 2303
6bb11ab3 2304# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2305#
6bb11ab3
L
2306# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2307# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2308# Written by Gordon Matzigkeit, 1996
2309#
2310# This file is free software; the Free Software Foundation gives
2311# unlimited permission to copy and/or distribute it, with or without
2312# modifications, as long as this notice is preserved.
db2e4d67 2313
db2e4d67 2314
db2e4d67 2315
6bb11ab3 2316# serial 56 LT_INIT
db2e4d67
MF
2317
2318
6bb11ab3
L
2319# LT_PREREQ(VERSION)
2320# ------------------
2321# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2322
db2e4d67
MF
2323
2324
6bb11ab3
L
2325# _LT_CHECK_BUILDDIR
2326# ------------------
2327# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2328
2329
35695fd6 2330
6bb11ab3
L
2331# LT_INIT([OPTIONS])
2332# ------------------
2333# LT_INIT
35695fd6 2334
6bb11ab3
L
2335# Old names:
2336# This is what autoupdate's m4 run will expand. It fires
2337# the warning (with _au_warn_XXX), outputs it into the
2338# updated configure.ac (with AC_DIAGNOSE), and then outputs
2339# the replacement expansion.
35695fd6
AC
2340
2341
6bb11ab3
L
2342# This is an auxiliary macro that is also run when
2343# autoupdate runs m4. It simply calls m4_warning, but
2344# we need a wrapper so that each warning is emitted only
2345# once. We break the quoting in m4_warning's argument in
2346# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2347
2348
6bb11ab3
L
2349# Finally, this is the expansion that is picked up by
2350# autoconf. It tells the user to run autoupdate, and
2351# then outputs the replacement expansion. We do not care
2352# about autoupdate's warning because that contains
2353# information on what to do *after* running autoupdate.
35695fd6 2354
6bb11ab3
L
2355# This is what autoupdate's m4 run will expand. It fires
2356# the warning (with _au_warn_XXX), outputs it into the
2357# updated configure.ac (with AC_DIAGNOSE), and then outputs
2358# the replacement expansion.
35695fd6
AC
2359
2360
6bb11ab3
L
2361# This is an auxiliary macro that is also run when
2362# autoupdate runs m4. It simply calls m4_warning, but
2363# we need a wrapper so that each warning is emitted only
2364# once. We break the quoting in m4_warning's argument in
2365# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2366
2367
6bb11ab3
L
2368# Finally, this is the expansion that is picked up by
2369# autoconf. It tells the user to run autoupdate, and
2370# then outputs the replacement expansion. We do not care
2371# about autoupdate's warning because that contains
2372# information on what to do *after* running autoupdate.
35695fd6
AC
2373
2374
2375
6bb11ab3
L
2376# _LT_CC_BASENAME(CC)
2377# -------------------
2378# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2379
2380
2381
6bb11ab3
L
2382# _LT_FILEUTILS_DEFAULTS
2383# ----------------------
2384# It is okay to use these file commands and assume they have been set
2385# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2386# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2387
2388
6bb11ab3
L
2389# _LT_SETUP
2390# ---------
2391# _LT_SETUP
35695fd6
AC
2392
2393
6bb11ab3
L
2394# _LT_PREPARE_SED_QUOTE_VARS
2395# --------------------------
2396# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2397
2398
6bb11ab3
L
2399# _LT_PROG_LTMAIN
2400# ---------------
2401# Note that this code is called both from `configure', and `config.status'
2402# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2403# `config.status' has no value for ac_aux_dir unless we are using Automake,
2404# so we pass a copy along to make sure it has a sensible value anyway.
2405# _LT_PROG_LTMAIN
35695fd6
AC
2406
2407
6bb11ab3
L
2408## ------------------------------------- ##
2409## Accumulate code for creating libtool. ##
2410## ------------------------------------- ##
35695fd6 2411
6bb11ab3
L
2412# So that we can recreate a full libtool script including additional
2413# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2414# in macros and then make a single call at the end using the `libtool'
2415# label.
35695fd6
AC
2416
2417
6bb11ab3
L
2418# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2419# ----------------------------------------
2420# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2421
2422
6bb11ab3 2423# Initialize.
35695fd6
AC
2424
2425
2426
6bb11ab3
L
2427# _LT_CONFIG_LIBTOOL([COMMANDS])
2428# ------------------------------
2429# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2430
2431
6bb11ab3 2432# Initialize.
35695fd6
AC
2433
2434
2435
6bb11ab3
L
2436# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2437# -----------------------------------------------------
35695fd6 2438
5912fadd
JB
2439
2440
6bb11ab3
L
2441# _LT_FORMAT_COMMENT([COMMENT])
2442# -----------------------------
2443# Add leading comment marks to the start of each line, and a trailing
2444# full-stop to the whole comment if one is not present already.
5912fadd
JB
2445
2446
35695fd6
AC
2447
2448
6bb11ab3
L
2449## ------------------------ ##
2450## FIXME: Eliminate VARNAME ##
2451## ------------------------ ##
35695fd6
AC
2452
2453
6bb11ab3
L
2454# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2455# -------------------------------------------------------------------
2456# CONFIGNAME is the name given to the value in the libtool script.
2457# VARNAME is the (base) name used in the configure script.
2458# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2459# VARNAME. Any other value will be used directly.
35695fd6 2460
35695fd6
AC
2461
2462
6bb11ab3
L
2463# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2464# --------------------------------------------------------
35695fd6
AC
2465
2466
2467
6bb11ab3
L
2468# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2469# ------------------------------------------------
35695fd6
AC
2470
2471
2472
6bb11ab3
L
2473# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2474# ---------------------------------------------------------
35695fd6
AC
2475
2476
2477
6bb11ab3
L
2478# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2479# --------------------------------------------------
35695fd6
AC
2480
2481
2482
6bb11ab3
L
2483# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2484# ---------------------------------------------------
35695fd6
AC
2485
2486
2487
6bb11ab3
L
2488# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2489# ---------------------------------------------------
35695fd6
AC
2490
2491
2492
2493
6bb11ab3
L
2494# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2495# ------------------------------------------------
35695fd6
AC
2496
2497
2498
2499
6bb11ab3
L
2500# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2501# ------------------------------------
2502# Quote a variable value, and forward it to `config.status' so that its
2503# declaration there will have the same value as in `configure'. VARNAME
2504# must have a single quote delimited value for this to work.
35695fd6
AC
2505
2506
2507
6bb11ab3
L
2508# _LT_CONFIG_STATUS_DECLARATIONS
2509# ------------------------------
2510# We delimit libtool config variables with single quotes, so when
2511# we write them to config.status, we have to be sure to quote all
2512# embedded single quotes properly. In configure, this macro expands
2513# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2514#
2515# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2516
2517
2518
6bb11ab3
L
2519# _LT_LIBTOOL_TAGS
2520# ----------------
2521# Output comment and list of tags supported by the script
35695fd6
AC
2522
2523
2524
6bb11ab3
L
2525# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2526# -----------------------------------
2527# Extract the dictionary values for VARNAME (optionally with TAG) and
2528# expand to a commented shell variable setting:
2529#
2530# # Some comment about what VAR is for.
2531# visible_name=$lt_internal_name
35695fd6
AC
2532
2533
35695fd6 2534
6bb11ab3
L
2535# _LT_LIBTOOL_CONFIG_VARS
2536# -----------------------
2537# Produce commented declarations of non-tagged libtool config variables
2538# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2539# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2540# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2541
2542
6efef468 2543
6bb11ab3
L
2544# _LT_LIBTOOL_TAG_VARS(TAG)
2545# -------------------------
6efef468
JM
2546
2547
2548
6bb11ab3
L
2549# _LT_TAGVAR(VARNAME, [TAGNAME])
2550# ------------------------------
6efef468
JM
2551
2552
2553
6bb11ab3
L
2554# _LT_CONFIG_COMMANDS
2555# -------------------
2556# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2557# variables for single and double quote escaping we saved from calls
2558# to _LT_DECL, we can put quote escaped variables declarations
2559# into `config.status', and then the shell code to quote escape them in
2560# for loops in `config.status'. Finally, any additional code accumulated
2561# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2562#_LT_CONFIG_COMMANDS
2563
2564
2565# Initialize.
2566
2567
2568# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2569# ------------------------------------
2570# Generate a child script FILE with all initialization necessary to
2571# reuse the environment learned by the parent script, and make the
2572# file executable. If COMMENT is supplied, it is inserted after the
2573# `#!' sequence but before initialization text begins. After this
2574# macro, additional text can be appended to FILE to form the body of
2575# the child script. The macro ends with non-zero status if the
2576# file could not be fully written (such as if the disk is full).
2577# _LT_GENERATED_FILE_INIT
2578
2579# LT_OUTPUT
2580# ---------
2581# This macro allows early generation of the libtool script (before
2582# AC_OUTPUT is called), incase it is used in configure for compilation
2583# tests.
2584# LT_OUTPUT
2585
2586
2587# _LT_CONFIG(TAG)
2588# ---------------
2589# If TAG is the built-in tag, create an initial libtool script with a
2590# default configuration from the untagged config vars. Otherwise add code
2591# to config.status for appending the configuration named by TAG from the
2592# matching tagged config vars.
2593# _LT_CONFIG
6efef468
JM
2594
2595
6bb11ab3
L
2596# LT_SUPPORTED_TAG(TAG)
2597# ---------------------
2598# Trace this macro to discover what tags are supported by the libtool
2599# --tag option, using:
2600# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2601
6efef468 2602
6efef468 2603
6bb11ab3 2604# C support is built-in for now
6efef468 2605
6efef468
JM
2606
2607
2608
6bb11ab3
L
2609# LT_LANG(LANG)
2610# -------------
2611# Enable libtool support for the given language if not already enabled.
2612# LT_LANG
6efef468
JM
2613
2614
6bb11ab3
L
2615# _LT_LANG(LANGNAME)
2616# ------------------
2617# _LT_LANG
6efef468
JM
2618
2619
6bb11ab3
L
2620# _LT_LANG_DEFAULT_CONFIG
2621# -----------------------
2622# _LT_LANG_DEFAULT_CONFIG
6efef468 2623
6bb11ab3
L
2624# Obsolete macros:
2625# This is what autoupdate's m4 run will expand. It fires
2626# the warning (with _au_warn_XXX), outputs it into the
2627# updated configure.ac (with AC_DIAGNOSE), and then outputs
2628# the replacement expansion.
6efef468 2629
6efef468 2630
6bb11ab3
L
2631# This is an auxiliary macro that is also run when
2632# autoupdate runs m4. It simply calls m4_warning, but
2633# we need a wrapper so that each warning is emitted only
2634# once. We break the quoting in m4_warning's argument in
2635# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2636
6efef468 2637
6bb11ab3
L
2638# Finally, this is the expansion that is picked up by
2639# autoconf. It tells the user to run autoupdate, and
2640# then outputs the replacement expansion. We do not care
2641# about autoupdate's warning because that contains
2642# information on what to do *after* running autoupdate.
6efef468 2643
6bb11ab3
L
2644# This is what autoupdate's m4 run will expand. It fires
2645# the warning (with _au_warn_XXX), outputs it into the
2646# updated configure.ac (with AC_DIAGNOSE), and then outputs
2647# the replacement expansion.
6efef468
JM
2648
2649
6bb11ab3
L
2650# This is an auxiliary macro that is also run when
2651# autoupdate runs m4. It simply calls m4_warning, but
2652# we need a wrapper so that each warning is emitted only
2653# once. We break the quoting in m4_warning's argument in
2654# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2655
2656
6bb11ab3
L
2657# Finally, this is the expansion that is picked up by
2658# autoconf. It tells the user to run autoupdate, and
2659# then outputs the replacement expansion. We do not care
2660# about autoupdate's warning because that contains
2661# information on what to do *after* running autoupdate.
6efef468 2662
6bb11ab3
L
2663# This is what autoupdate's m4 run will expand. It fires
2664# the warning (with _au_warn_XXX), outputs it into the
2665# updated configure.ac (with AC_DIAGNOSE), and then outputs
2666# the replacement expansion.
6efef468
JM
2667
2668
6bb11ab3
L
2669# This is an auxiliary macro that is also run when
2670# autoupdate runs m4. It simply calls m4_warning, but
2671# we need a wrapper so that each warning is emitted only
2672# once. We break the quoting in m4_warning's argument in
2673# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2674
2675
6bb11ab3
L
2676# Finally, this is the expansion that is picked up by
2677# autoconf. It tells the user to run autoupdate, and
2678# then outputs the replacement expansion. We do not care
2679# about autoupdate's warning because that contains
2680# information on what to do *after* running autoupdate.
6efef468 2681
6bb11ab3
L
2682# This is what autoupdate's m4 run will expand. It fires
2683# the warning (with _au_warn_XXX), outputs it into the
2684# updated configure.ac (with AC_DIAGNOSE), and then outputs
2685# the replacement expansion.
6efef468
JM
2686
2687
6bb11ab3
L
2688# This is an auxiliary macro that is also run when
2689# autoupdate runs m4. It simply calls m4_warning, but
2690# we need a wrapper so that each warning is emitted only
2691# once. We break the quoting in m4_warning's argument in
2692# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2693
2694
6bb11ab3
L
2695# Finally, this is the expansion that is picked up by
2696# autoconf. It tells the user to run autoupdate, and
2697# then outputs the replacement expansion. We do not care
2698# about autoupdate's warning because that contains
2699# information on what to do *after* running autoupdate.
6efef468 2700
6bb11ab3
L
2701# This is what autoupdate's m4 run will expand. It fires
2702# the warning (with _au_warn_XXX), outputs it into the
2703# updated configure.ac (with AC_DIAGNOSE), and then outputs
2704# the replacement expansion.
6efef468
JM
2705
2706
6bb11ab3
L
2707# This is an auxiliary macro that is also run when
2708# autoupdate runs m4. It simply calls m4_warning, but
2709# we need a wrapper so that each warning is emitted only
2710# once. We break the quoting in m4_warning's argument in
2711# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2712
2713
6bb11ab3
L
2714# Finally, this is the expansion that is picked up by
2715# autoconf. It tells the user to run autoupdate, and
2716# then outputs the replacement expansion. We do not care
2717# about autoupdate's warning because that contains
2718# information on what to do *after* running autoupdate.
6efef468 2719
35695fd6
AC
2720
2721
6bb11ab3
L
2722# _LT_TAG_COMPILER
2723# ----------------
2724# _LT_TAG_COMPILER
35695fd6
AC
2725
2726
6bb11ab3
L
2727# _LT_COMPILER_BOILERPLATE
2728# ------------------------
2729# Check for compiler boilerplate output or warnings with
2730# the simple compiler test code.
2731# _LT_COMPILER_BOILERPLATE
f0569246 2732
f0569246 2733
6bb11ab3
L
2734# _LT_LINKER_BOILERPLATE
2735# ----------------------
2736# Check for linker boilerplate output or warnings with
2737# the simple link test code.
2738# _LT_LINKER_BOILERPLATE
b7026657 2739
6bb11ab3
L
2740# _LT_REQUIRED_DARWIN_CHECKS
2741# -------------------------
81ecdfbb 2742
b7026657 2743
b7026657 2744
6bb11ab3
L
2745# _LT_DARWIN_LINKER_FEATURES
2746# --------------------------
2747# Checks for linker and compiler features on darwin
b7026657 2748
b7026657 2749
6bb11ab3
L
2750# _LT_SYS_MODULE_PATH_AIX
2751# -----------------------
2752# Links a minimal program and checks the executable
2753# for the system default hardcoded library path. In most cases,
2754# this is /usr/lib:/lib, but when the MPI compilers are used
2755# the location of the communication and MPI libs are included too.
2756# If we don't find anything, use the default library path according
2757# to the aix ld manual.
2758# _LT_SYS_MODULE_PATH_AIX
b7026657 2759
b7026657 2760
6bb11ab3
L
2761# _LT_SHELL_INIT(ARG)
2762# -------------------
2763# _LT_SHELL_INIT
b7026657 2764
f0569246 2765
81ecdfbb 2766
6bb11ab3
L
2767# _LT_PROG_ECHO_BACKSLASH
2768# -----------------------
2769# Find how we can fake an echo command that does not interpret backslash.
2770# In particular, with Autoconf 2.60 or later we add some code to the start
2771# of the generated configure script which will find a shell with a builtin
2772# printf (which we can use as an echo command).
2773# _LT_PROG_ECHO_BACKSLASH
f0569246 2774
b7026657 2775
6bb11ab3
L
2776# _LT_ENABLE_LOCK
2777# ---------------
2778# _LT_ENABLE_LOCK
81ecdfbb 2779
b7026657 2780
6bb11ab3
L
2781# _LT_CMD_OLD_ARCHIVE
2782# -------------------
2783# _LT_CMD_OLD_ARCHIVE
f0569246 2784
81ecdfbb 2785
6bb11ab3
L
2786# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2787# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2788# ----------------------------------------------------------------
2789# Check whether the given compiler option works
2790# _LT_COMPILER_OPTION
b7026657 2791
6bb11ab3
L
2792# Old name:
2793# This is what autoupdate's m4 run will expand. It fires
2794# the warning (with _au_warn_XXX), outputs it into the
2795# updated configure.ac (with AC_DIAGNOSE), and then outputs
2796# the replacement expansion.
b7026657 2797
b7026657 2798
6bb11ab3
L
2799# This is an auxiliary macro that is also run when
2800# autoupdate runs m4. It simply calls m4_warning, but
2801# we need a wrapper so that each warning is emitted only
2802# once. We break the quoting in m4_warning's argument in
2803# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2804
f0569246 2805
6bb11ab3
L
2806# Finally, this is the expansion that is picked up by
2807# autoconf. It tells the user to run autoupdate, and
2808# then outputs the replacement expansion. We do not care
2809# about autoupdate's warning because that contains
2810# information on what to do *after* running autoupdate.
f0569246 2811
f0569246 2812
f0569246 2813
6bb11ab3
L
2814# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2815# [ACTION-SUCCESS], [ACTION-FAILURE])
2816# ----------------------------------------------------
2817# Check whether the given linker option works
2818# _LT_LINKER_OPTION
81ecdfbb 2819
6bb11ab3
L
2820# Old name:
2821# This is what autoupdate's m4 run will expand. It fires
2822# the warning (with _au_warn_XXX), outputs it into the
2823# updated configure.ac (with AC_DIAGNOSE), and then outputs
2824# the replacement expansion.
81ecdfbb 2825
81ecdfbb 2826
6bb11ab3
L
2827# This is an auxiliary macro that is also run when
2828# autoupdate runs m4. It simply calls m4_warning, but
2829# we need a wrapper so that each warning is emitted only
2830# once. We break the quoting in m4_warning's argument in
2831# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2832
f0569246 2833
6bb11ab3
L
2834# Finally, this is the expansion that is picked up by
2835# autoconf. It tells the user to run autoupdate, and
2836# then outputs the replacement expansion. We do not care
2837# about autoupdate's warning because that contains
2838# information on what to do *after* running autoupdate.
2839
2840
2841
2842# LT_CMD_MAX_LEN
2843#---------------
2844# LT_CMD_MAX_LEN
2845
2846# Old name:
2847# This is what autoupdate's m4 run will expand. It fires
2848# the warning (with _au_warn_XXX), outputs it into the
2849# updated configure.ac (with AC_DIAGNOSE), and then outputs
2850# the replacement expansion.
2851
2852
2853# This is an auxiliary macro that is also run when
2854# autoupdate runs m4. It simply calls m4_warning, but
2855# we need a wrapper so that each warning is emitted only
2856# once. We break the quoting in m4_warning's argument in
2857# order to expand this macro's arguments, not AU_DEFUN's.
2858
2859
2860# Finally, this is the expansion that is picked up by
2861# autoconf. It tells the user to run autoupdate, and
2862# then outputs the replacement expansion. We do not care
2863# about autoupdate's warning because that contains
2864# information on what to do *after* running autoupdate.
2865
2866
2867
2868# _LT_HEADER_DLFCN
2869# ----------------
2870# _LT_HEADER_DLFCN
2871
2872
2873# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2874# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2875# ----------------------------------------------------------------
2876# _LT_TRY_DLOPEN_SELF
2877
2878
2879# LT_SYS_DLOPEN_SELF
2880# ------------------
2881# LT_SYS_DLOPEN_SELF
2882
2883# Old name:
2884# This is what autoupdate's m4 run will expand. It fires
2885# the warning (with _au_warn_XXX), outputs it into the
2886# updated configure.ac (with AC_DIAGNOSE), and then outputs
2887# the replacement expansion.
2888
2889
2890# This is an auxiliary macro that is also run when
2891# autoupdate runs m4. It simply calls m4_warning, but
2892# we need a wrapper so that each warning is emitted only
2893# once. We break the quoting in m4_warning's argument in
2894# order to expand this macro's arguments, not AU_DEFUN's.
2895
2896
2897# Finally, this is the expansion that is picked up by
2898# autoconf. It tells the user to run autoupdate, and
2899# then outputs the replacement expansion. We do not care
2900# about autoupdate's warning because that contains
2901# information on what to do *after* running autoupdate.
2902
2903
2904
2905# _LT_COMPILER_C_O([TAGNAME])
2906# ---------------------------
2907# Check to see if options -c and -o are simultaneously supported by compiler.
2908# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2909# _LT_COMPILER_C_O
2910
2911
2912# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2913# ----------------------------------
2914# Check to see if we can do hard links to lock some files if needed
2915# _LT_COMPILER_FILE_LOCKS
2916
2917
2918# _LT_CHECK_OBJDIR
2919# ----------------
2920# _LT_CHECK_OBJDIR
2921
2922
2923# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2924# --------------------------------------
2925# Check hardcoding attributes.
2926# _LT_LINKER_HARDCODE_LIBPATH
2927
2928
2929# _LT_CMD_STRIPLIB
2930# ----------------
2931# _LT_CMD_STRIPLIB
2932
2933
2934# _LT_SYS_DYNAMIC_LINKER([TAG])
2935# -----------------------------
2936# PORTME Fill in your ld.so characteristics
2937# _LT_SYS_DYNAMIC_LINKER
2938
2939
2940# _LT_PATH_TOOL_PREFIX(TOOL)
2941# --------------------------
2942# find a file program which can recognize shared library
2943# _LT_PATH_TOOL_PREFIX
2944
2945# Old name:
2946# This is what autoupdate's m4 run will expand. It fires
2947# the warning (with _au_warn_XXX), outputs it into the
2948# updated configure.ac (with AC_DIAGNOSE), and then outputs
2949# the replacement expansion.
2950
2951
2952# This is an auxiliary macro that is also run when
2953# autoupdate runs m4. It simply calls m4_warning, but
2954# we need a wrapper so that each warning is emitted only
2955# once. We break the quoting in m4_warning's argument in
2956# order to expand this macro's arguments, not AU_DEFUN's.
2957
2958
2959# Finally, this is the expansion that is picked up by
2960# autoconf. It tells the user to run autoupdate, and
2961# then outputs the replacement expansion. We do not care
2962# about autoupdate's warning because that contains
2963# information on what to do *after* running autoupdate.
2964
2965
2966
2967# _LT_PATH_MAGIC
2968# --------------
2969# find a file program which can recognize a shared library
2970# _LT_PATH_MAGIC
2971
2972
2973# LT_PATH_LD
2974# ----------
2975# find the pathname to the GNU or non-GNU linker
2976# LT_PATH_LD
2977
2978# Old names:
2979# This is what autoupdate's m4 run will expand. It fires
2980# the warning (with _au_warn_XXX), outputs it into the
2981# updated configure.ac (with AC_DIAGNOSE), and then outputs
2982# the replacement expansion.
2983
2984
2985# This is an auxiliary macro that is also run when
2986# autoupdate runs m4. It simply calls m4_warning, but
2987# we need a wrapper so that each warning is emitted only
2988# once. We break the quoting in m4_warning's argument in
2989# order to expand this macro's arguments, not AU_DEFUN's.
2990
2991
2992# Finally, this is the expansion that is picked up by
2993# autoconf. It tells the user to run autoupdate, and
2994# then outputs the replacement expansion. We do not care
2995# about autoupdate's warning because that contains
2996# information on what to do *after* running autoupdate.
2997
2998# This is what autoupdate's m4 run will expand. It fires
2999# the warning (with _au_warn_XXX), outputs it into the
3000# updated configure.ac (with AC_DIAGNOSE), and then outputs
3001# the replacement expansion.
3002
3003
3004# This is an auxiliary macro that is also run when
3005# autoupdate runs m4. It simply calls m4_warning, but
3006# we need a wrapper so that each warning is emitted only
3007# once. We break the quoting in m4_warning's argument in
3008# order to expand this macro's arguments, not AU_DEFUN's.
3009
3010
3011# Finally, this is the expansion that is picked up by
3012# autoconf. It tells the user to run autoupdate, and
3013# then outputs the replacement expansion. We do not care
3014# about autoupdate's warning because that contains
3015# information on what to do *after* running autoupdate.
3016
3017
3018
3019# _LT_PATH_LD_GNU
3020#- --------------
3021# _LT_PATH_LD_GNU
3022
3023
3024# _LT_CMD_RELOAD
3025# --------------
3026# find reload flag for linker
3027# -- PORTME Some linkers may need a different reload flag.
3028# _LT_CMD_RELOAD
3029
3030
3031# _LT_CHECK_MAGIC_METHOD
3032# ----------------------
3033# how to check for library dependencies
3034# -- PORTME fill in with the dynamic library characteristics
3035# _LT_CHECK_MAGIC_METHOD
3036
3037
3038# LT_PATH_NM
3039# ----------
3040# find the pathname to a BSD- or MS-compatible name lister
3041# LT_PATH_NM
3042
3043# Old names:
3044# This is what autoupdate's m4 run will expand. It fires
3045# the warning (with _au_warn_XXX), outputs it into the
3046# updated configure.ac (with AC_DIAGNOSE), and then outputs
3047# the replacement expansion.
3048
3049
3050# This is an auxiliary macro that is also run when
3051# autoupdate runs m4. It simply calls m4_warning, but
3052# we need a wrapper so that each warning is emitted only
3053# once. We break the quoting in m4_warning's argument in
3054# order to expand this macro's arguments, not AU_DEFUN's.
3055
3056
3057# Finally, this is the expansion that is picked up by
3058# autoconf. It tells the user to run autoupdate, and
3059# then outputs the replacement expansion. We do not care
3060# about autoupdate's warning because that contains
3061# information on what to do *after* running autoupdate.
3062
3063# This is what autoupdate's m4 run will expand. It fires
3064# the warning (with _au_warn_XXX), outputs it into the
3065# updated configure.ac (with AC_DIAGNOSE), and then outputs
3066# the replacement expansion.
3067
3068
3069# This is an auxiliary macro that is also run when
3070# autoupdate runs m4. It simply calls m4_warning, but
3071# we need a wrapper so that each warning is emitted only
3072# once. We break the quoting in m4_warning's argument in
3073# order to expand this macro's arguments, not AU_DEFUN's.
3074
3075
3076# Finally, this is the expansion that is picked up by
3077# autoconf. It tells the user to run autoupdate, and
3078# then outputs the replacement expansion. We do not care
3079# about autoupdate's warning because that contains
3080# information on what to do *after* running autoupdate.
3081
3082
3083
3084# LT_LIB_M
3085# --------
3086# check for math library
3087# LT_LIB_M
3088
3089# Old name:
3090# This is what autoupdate's m4 run will expand. It fires
3091# the warning (with _au_warn_XXX), outputs it into the
3092# updated configure.ac (with AC_DIAGNOSE), and then outputs
3093# the replacement expansion.
3094
3095
3096# This is an auxiliary macro that is also run when
3097# autoupdate runs m4. It simply calls m4_warning, but
3098# we need a wrapper so that each warning is emitted only
3099# once. We break the quoting in m4_warning's argument in
3100# order to expand this macro's arguments, not AU_DEFUN's.
3101
3102
3103# Finally, this is the expansion that is picked up by
3104# autoconf. It tells the user to run autoupdate, and
3105# then outputs the replacement expansion. We do not care
3106# about autoupdate's warning because that contains
3107# information on what to do *after* running autoupdate.
3108
3109
3110
3111# _LT_COMPILER_NO_RTTI([TAGNAME])
3112# -------------------------------
3113# _LT_COMPILER_NO_RTTI
3114
3115
3116# _LT_CMD_GLOBAL_SYMBOLS
3117# ----------------------
3118 # _LT_CMD_GLOBAL_SYMBOLS
3119
3120
3121# _LT_COMPILER_PIC([TAGNAME])
3122# ---------------------------
3123# _LT_COMPILER_PIC
3124
3125
3126# _LT_LINKER_SHLIBS([TAGNAME])
3127# ----------------------------
3128# See if the linker supports building shared libraries.
3129# _LT_LINKER_SHLIBS
3130
3131
3132# _LT_LANG_C_CONFIG([TAG])
3133# ------------------------
3134# Ensure that the configuration variables for a C compiler are suitably
3135# defined. These variables are subsequently used by _LT_CONFIG to write
3136# the compiler configuration to `libtool'.
3137# _LT_LANG_C_CONFIG
3138
3139
3140# _LT_LANG_CXX_CONFIG([TAG])
3141# --------------------------
3142# Ensure that the configuration variables for a C++ compiler are suitably
3143# defined. These variables are subsequently used by _LT_CONFIG to write
3144# the compiler configuration to `libtool'.
3145# _LT_LANG_CXX_CONFIG
3146
3147
3148# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3149# ---------------------------------
3150# Figure out "hidden" library dependencies from verbose
3151# compiler output when linking a shared library.
3152# Parse the compiler output and extract the necessary
3153# objects, libraries and library flags.
3154# _LT_SYS_HIDDEN_LIBDEPS
3155
3156
3157# _LT_LANG_F77_CONFIG([TAG])
3158# --------------------------
3159# Ensure that the configuration variables for a Fortran 77 compiler are
3160# suitably defined. These variables are subsequently used by _LT_CONFIG
3161# to write the compiler configuration to `libtool'.
3162# _LT_LANG_F77_CONFIG
3163
3164
3165# _LT_LANG_FC_CONFIG([TAG])
3166# -------------------------
3167# Ensure that the configuration variables for a Fortran compiler are
3168# suitably defined. These variables are subsequently used by _LT_CONFIG
3169# to write the compiler configuration to `libtool'.
3170# _LT_LANG_FC_CONFIG
3171
3172
3173# _LT_LANG_GCJ_CONFIG([TAG])
3174# --------------------------
3175# Ensure that the configuration variables for the GNU Java Compiler compiler
3176# are suitably defined. These variables are subsequently used by _LT_CONFIG
3177# to write the compiler configuration to `libtool'.
3178# _LT_LANG_GCJ_CONFIG
3179
3180
3181# _LT_LANG_RC_CONFIG([TAG])
3182# -------------------------
3183# Ensure that the configuration variables for the Windows resource compiler
3184# are suitably defined. These variables are subsequently used by _LT_CONFIG
3185# to write the compiler configuration to `libtool'.
3186# _LT_LANG_RC_CONFIG
3187
3188
3189# LT_PROG_GCJ
3190# -----------
3191
3192
3193# Old name:
3194# This is what autoupdate's m4 run will expand. It fires
3195# the warning (with _au_warn_XXX), outputs it into the
3196# updated configure.ac (with AC_DIAGNOSE), and then outputs
3197# the replacement expansion.
3198
3199
3200# This is an auxiliary macro that is also run when
3201# autoupdate runs m4. It simply calls m4_warning, but
3202# we need a wrapper so that each warning is emitted only
3203# once. We break the quoting in m4_warning's argument in
3204# order to expand this macro's arguments, not AU_DEFUN's.
3205
3206
3207# Finally, this is the expansion that is picked up by
3208# autoconf. It tells the user to run autoupdate, and
3209# then outputs the replacement expansion. We do not care
3210# about autoupdate's warning because that contains
3211# information on what to do *after* running autoupdate.
3212
3213
3214
3215# LT_PROG_RC
3216# ----------
3217
3218
3219# Old name:
3220# This is what autoupdate's m4 run will expand. It fires
3221# the warning (with _au_warn_XXX), outputs it into the
3222# updated configure.ac (with AC_DIAGNOSE), and then outputs
3223# the replacement expansion.
3224
3225
3226# This is an auxiliary macro that is also run when
3227# autoupdate runs m4. It simply calls m4_warning, but
3228# we need a wrapper so that each warning is emitted only
3229# once. We break the quoting in m4_warning's argument in
3230# order to expand this macro's arguments, not AU_DEFUN's.
3231
3232
3233# Finally, this is the expansion that is picked up by
3234# autoconf. It tells the user to run autoupdate, and
3235# then outputs the replacement expansion. We do not care
3236# about autoupdate's warning because that contains
3237# information on what to do *after* running autoupdate.
3238
3239
3240
3241# _LT_DECL_EGREP
3242# --------------
3243# If we don't have a new enough Autoconf to choose the best grep
3244# available, choose the one first in the user's PATH.
3245
3246
3247
3248# _LT_DECL_OBJDUMP
3249# --------------
3250# If we don't have a new enough Autoconf to choose the best objdump
3251# available, choose the one first in the user's PATH.
3252
3253
3254
3255# _LT_DECL_SED
3256# ------------
3257# Check for a fully-functional sed program, that truncates
3258# as few characters as possible. Prefer GNU sed if found.
3259# _LT_DECL_SED
3260
3261#m4_ifndef
3262
3263# Old name:
3264# This is what autoupdate's m4 run will expand. It fires
3265# the warning (with _au_warn_XXX), outputs it into the
3266# updated configure.ac (with AC_DIAGNOSE), and then outputs
3267# the replacement expansion.
3268
3269
3270# This is an auxiliary macro that is also run when
3271# autoupdate runs m4. It simply calls m4_warning, but
3272# we need a wrapper so that each warning is emitted only
3273# once. We break the quoting in m4_warning's argument in
3274# order to expand this macro's arguments, not AU_DEFUN's.
3275
3276
3277# Finally, this is the expansion that is picked up by
3278# autoconf. It tells the user to run autoupdate, and
3279# then outputs the replacement expansion. We do not care
3280# about autoupdate's warning because that contains
3281# information on what to do *after* running autoupdate.
3282
3283
3284
3285# _LT_CHECK_SHELL_FEATURES
3286# ------------------------
3287# Find out whether the shell is Bourne or XSI compatible,
3288# or has some other useful features.
3289# _LT_CHECK_SHELL_FEATURES
3290
3291
3292# _LT_PROG_XSI_SHELLFNS
3293# ---------------------
3294# Bourne and XSI compatible variants of some useful shell functions.
3295
3296
3297# Helper functions for option handling. -*- Autoconf -*-
3298#
3299# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3300# Inc.
3301# Written by Gary V. Vaughan, 2004
3302#
3303# This file is free software; the Free Software Foundation gives
3304# unlimited permission to copy and/or distribute it, with or without
3305# modifications, as long as this notice is preserved.
3306
3307# serial 6 ltoptions.m4
3308
3309# This is to help aclocal find these macros, as it can't see m4_define.
3310
3311
3312
3313# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3314# ------------------------------------------
3315
3316
3317
3318# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3319# ---------------------------------------
3320# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3321# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3322# saved as a flag.
3323
3324
3325
3326# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3327# ------------------------------------------------------------
3328# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3329
3330
3331
3332# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3333# -------------------------------------------------------
3334# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3335# are set.
3336
3337
3338
3339# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3340# ----------------------------------------
3341# OPTION-LIST is a space-separated list of Libtool options associated
3342# with MACRO-NAME. If any OPTION has a matching handler declared with
3343# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3344# the unknown option and exit.
3345# _LT_SET_OPTIONS
3346
3347
3348## --------------------------------- ##
3349## Macros to handle LT_INIT options. ##
3350## --------------------------------- ##
3351
3352# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3353# -----------------------------------------
3354
3355
3356
3357# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3358# -----------------------------------------------
3359# LT_OPTION_DEFINE
3360
3361
3362# dlopen
3363# ------
3364
3365
3366# This is what autoupdate's m4 run will expand. It fires
3367# the warning (with _au_warn_XXX), outputs it into the
3368# updated configure.ac (with AC_DIAGNOSE), and then outputs
3369# the replacement expansion.
3370
3371
3372# This is an auxiliary macro that is also run when
3373# autoupdate runs m4. It simply calls m4_warning, but
3374# we need a wrapper so that each warning is emitted only
3375# once. We break the quoting in m4_warning's argument in
3376# order to expand this macro's arguments, not AU_DEFUN's.
3377
3378
3379# Finally, this is the expansion that is picked up by
3380# autoconf. It tells the user to run autoupdate, and
3381# then outputs the replacement expansion. We do not care
3382# about autoupdate's warning because that contains
3383# information on what to do *after* running autoupdate.
3384
3385
3386
3387
3388# win32-dll
3389# ---------
3390# Declare package support for building win32 dll's.
3391# win32-dll
3392
3393# This is what autoupdate's m4 run will expand. It fires
3394# the warning (with _au_warn_XXX), outputs it into the
3395# updated configure.ac (with AC_DIAGNOSE), and then outputs
3396# the replacement expansion.
3397
3398
3399# This is an auxiliary macro that is also run when
3400# autoupdate runs m4. It simply calls m4_warning, but
3401# we need a wrapper so that each warning is emitted only
3402# once. We break the quoting in m4_warning's argument in
3403# order to expand this macro's arguments, not AU_DEFUN's.
3404
3405
3406# Finally, this is the expansion that is picked up by
3407# autoconf. It tells the user to run autoupdate, and
3408# then outputs the replacement expansion. We do not care
3409# about autoupdate's warning because that contains
3410# information on what to do *after* running autoupdate.
3411
3412
3413
3414
3415# _LT_ENABLE_SHARED([DEFAULT])
3416# ----------------------------
3417# implement the --enable-shared flag, and supports the `shared' and
3418# `disable-shared' LT_INIT options.
3419# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3420# _LT_ENABLE_SHARED
3421
3422
3423
3424
3425# Old names:
3426
3427
3428
3429
3430# This is what autoupdate's m4 run will expand. It fires
3431# the warning (with _au_warn_XXX), outputs it into the
3432# updated configure.ac (with AC_DIAGNOSE), and then outputs
3433# the replacement expansion.
3434
3435
3436# This is an auxiliary macro that is also run when
3437# autoupdate runs m4. It simply calls m4_warning, but
3438# we need a wrapper so that each warning is emitted only
3439# once. We break the quoting in m4_warning's argument in
3440# order to expand this macro's arguments, not AU_DEFUN's.
3441
3442
3443# Finally, this is the expansion that is picked up by
3444# autoconf. It tells the user to run autoupdate, and
3445# then outputs the replacement expansion. We do not care
3446# about autoupdate's warning because that contains
3447# information on what to do *after* running autoupdate.
3448
3449# This is what autoupdate's m4 run will expand. It fires
3450# the warning (with _au_warn_XXX), outputs it into the
3451# updated configure.ac (with AC_DIAGNOSE), and then outputs
3452# the replacement expansion.
3453
3454
3455# This is an auxiliary macro that is also run when
3456# autoupdate runs m4. It simply calls m4_warning, but
3457# we need a wrapper so that each warning is emitted only
3458# once. We break the quoting in m4_warning's argument in
3459# order to expand this macro's arguments, not AU_DEFUN's.
3460
3461
3462# Finally, this is the expansion that is picked up by
3463# autoconf. It tells the user to run autoupdate, and
3464# then outputs the replacement expansion. We do not care
3465# about autoupdate's warning because that contains
3466# information on what to do *after* running autoupdate.
3467
3468
3469
3470
3471
3472# _LT_ENABLE_STATIC([DEFAULT])
3473# ----------------------------
3474# implement the --enable-static flag, and support the `static' and
3475# `disable-static' LT_INIT options.
3476# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3477# _LT_ENABLE_STATIC
3478
3479
3480
3481
3482# Old names:
3483
3484
3485
3486
3487# This is what autoupdate's m4 run will expand. It fires
3488# the warning (with _au_warn_XXX), outputs it into the
3489# updated configure.ac (with AC_DIAGNOSE), and then outputs
3490# the replacement expansion.
3491
3492
3493# This is an auxiliary macro that is also run when
3494# autoupdate runs m4. It simply calls m4_warning, but
3495# we need a wrapper so that each warning is emitted only
3496# once. We break the quoting in m4_warning's argument in
3497# order to expand this macro's arguments, not AU_DEFUN's.
3498
3499
3500# Finally, this is the expansion that is picked up by
3501# autoconf. It tells the user to run autoupdate, and
3502# then outputs the replacement expansion. We do not care
3503# about autoupdate's warning because that contains
3504# information on what to do *after* running autoupdate.
3505
3506# This is what autoupdate's m4 run will expand. It fires
3507# the warning (with _au_warn_XXX), outputs it into the
3508# updated configure.ac (with AC_DIAGNOSE), and then outputs
3509# the replacement expansion.
3510
3511
3512# This is an auxiliary macro that is also run when
3513# autoupdate runs m4. It simply calls m4_warning, but
3514# we need a wrapper so that each warning is emitted only
3515# once. We break the quoting in m4_warning's argument in
3516# order to expand this macro's arguments, not AU_DEFUN's.
3517
3518
3519# Finally, this is the expansion that is picked up by
3520# autoconf. It tells the user to run autoupdate, and
3521# then outputs the replacement expansion. We do not care
3522# about autoupdate's warning because that contains
3523# information on what to do *after* running autoupdate.
3524
3525
3526
3527
3528
3529# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3530# ----------------------------------
3531# implement the --enable-fast-install flag, and support the `fast-install'
3532# and `disable-fast-install' LT_INIT options.
3533# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3534# _LT_ENABLE_FAST_INSTALL
3535
3536
3537
3538
3539# Old names:
3540# This is what autoupdate's m4 run will expand. It fires
3541# the warning (with _au_warn_XXX), outputs it into the
3542# updated configure.ac (with AC_DIAGNOSE), and then outputs
3543# the replacement expansion.
3544
3545
3546# This is an auxiliary macro that is also run when
3547# autoupdate runs m4. It simply calls m4_warning, but
3548# we need a wrapper so that each warning is emitted only
3549# once. We break the quoting in m4_warning's argument in
3550# order to expand this macro's arguments, not AU_DEFUN's.
3551
3552
3553# Finally, this is the expansion that is picked up by
3554# autoconf. It tells the user to run autoupdate, and
3555# then outputs the replacement expansion. We do not care
3556# about autoupdate's warning because that contains
3557# information on what to do *after* running autoupdate.
3558
3559
3560# This is what autoupdate's m4 run will expand. It fires
3561# the warning (with _au_warn_XXX), outputs it into the
3562# updated configure.ac (with AC_DIAGNOSE), and then outputs
3563# the replacement expansion.
3564
3565
3566# This is an auxiliary macro that is also run when
3567# autoupdate runs m4. It simply calls m4_warning, but
3568# we need a wrapper so that each warning is emitted only
3569# once. We break the quoting in m4_warning's argument in
3570# order to expand this macro's arguments, not AU_DEFUN's.
3571
3572
3573# Finally, this is the expansion that is picked up by
3574# autoconf. It tells the user to run autoupdate, and
3575# then outputs the replacement expansion. We do not care
3576# about autoupdate's warning because that contains
3577# information on what to do *after* running autoupdate.
3578
3579
3580
3581
3582# _LT_WITH_PIC([MODE])
3583# --------------------
3584# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3585# LT_INIT options.
3586# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3587# _LT_WITH_PIC
3588
3589
3590
3591
3592# Old name:
3593# This is what autoupdate's m4 run will expand. It fires
3594# the warning (with _au_warn_XXX), outputs it into the
3595# updated configure.ac (with AC_DIAGNOSE), and then outputs
3596# the replacement expansion.
3597
3598
3599# This is an auxiliary macro that is also run when
3600# autoupdate runs m4. It simply calls m4_warning, but
3601# we need a wrapper so that each warning is emitted only
3602# once. We break the quoting in m4_warning's argument in
3603# order to expand this macro's arguments, not AU_DEFUN's.
3604
3605
3606# Finally, this is the expansion that is picked up by
3607# autoconf. It tells the user to run autoupdate, and
3608# then outputs the replacement expansion. We do not care
3609# about autoupdate's warning because that contains
3610# information on what to do *after* running autoupdate.
3611
3612
3613
3614## ----------------- ##
3615## LTDL_INIT Options ##
3616## ----------------- ##
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3628#
3629# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3630# Written by Gary V. Vaughan, 2004
3631#
3632# This file is free software; the Free Software Foundation gives
3633# unlimited permission to copy and/or distribute it, with or without
3634# modifications, as long as this notice is preserved.
3635
3636# serial 6 ltsugar.m4
3637
3638# This is to help aclocal find these macros, as it can't see m4_define.
3639
3640
3641
3642# lt_join(SEP, ARG1, [ARG2...])
3643# -----------------------------
3644# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3645# associated separator.
3646# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3647# versions in m4sugar had bugs.
3648
3649
3650
3651
3652# lt_car(LIST)
3653# lt_cdr(LIST)
3654# ------------
3655# Manipulate m4 lists.
3656# These macros are necessary as long as will still need to support
3657# Autoconf-2.59 which quotes differently.
3658
3659
3660
3661
3662
3663# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3664# ------------------------------------------
3665# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3666# Note that neither SEPARATOR nor STRING are expanded; they are appended
3667# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3668# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3669# than defined and empty).
3670#
3671# This macro is needed until we can rely on Autoconf 2.62, since earlier
3672# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3673
3674
3675
3676
3677# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3678# ----------------------------------------------------------
3679# Produce a SEP delimited list of all paired combinations of elements of
3680# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3681# has the form PREFIXmINFIXSUFFIXn.
3682# Needed until we can rely on m4_combine added in Autoconf 2.62.
3683
3684
3685
3686# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3687# -----------------------------------------------------------------------
3688# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3689# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3690
3691
3692
3693# lt_dict_add(DICT, KEY, VALUE)
3694# -----------------------------
3695
3696
3697
3698# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3699# --------------------------------------------
3700
3701
3702
3703# lt_dict_fetch(DICT, KEY, [SUBKEY])
3704# ----------------------------------
3705
3706
3707
3708# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3709# -----------------------------------------------------------------
3710
3711
3712
3713# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3714# --------------------------------------------------------------
3715
3716
3717# ltversion.m4 -- version numbers -*- Autoconf -*-
3718#
3719# Copyright (C) 2004 Free Software Foundation, Inc.
3720# Written by Scott James Remnant, 2004
3721#
3722# This file is free software; the Free Software Foundation gives
3723# unlimited permission to copy and/or distribute it, with or without
3724# modifications, as long as this notice is preserved.
3725
3726# Generated from ltversion.in.
3727
3728# serial 3134 ltversion.m4
3729# This file is part of GNU Libtool
3730
3731
3732
3733
3734
3735
3736# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3737#
3738# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3739# Written by Scott James Remnant, 2004.
3740#
3741# This file is free software; the Free Software Foundation gives
3742# unlimited permission to copy and/or distribute it, with or without
3743# modifications, as long as this notice is preserved.
3744
3745# serial 4 lt~obsolete.m4
3746
3747# These exist entirely to fool aclocal when bootstrapping libtool.
3748#
3749# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3750# which have later been changed to m4_define as they aren't part of the
3751# exported API, or moved to Autoconf or Automake where they belong.
3752#
3753# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3754# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3755# using a macro with the same name in our local m4/libtool.m4 it'll
3756# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3757# and doesn't know about Autoconf macros at all.)
3758#
3759# So we provide this file, which has a silly filename so it's always
3760# included after everything else. This provides aclocal with the
3761# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3762# because those macros already exist, or will be overwritten later.
3763# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3764#
3765# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3766# Yes, that means every name once taken will need to remain here until
3767# we give up compatibility with versions before 1.7, at which point
3768# we need to keep only those names which we still refer to.
3769
3770# This is to help aclocal find these macros, as it can't see m4_define.
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835## -*- Autoconf -*-
3836
3837# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3838# Free Software Foundation, Inc.
3839#
3840# This file is free software; the Free Software Foundation
3841# gives unlimited permission to copy and/or distribute it,
3842# with or without modifications, as long as this notice is preserved.
3843
3844# serial 8
3845
3846# Based on depend.m4 from automake 1.9, modified for standalone use in
3847# an environment where GNU make is required.
3848
3849# ZW_PROG_COMPILER_DEPENDENCIES
3850# -----------------------------
3851# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3852# sets fooDEPMODE accordingly. Cache-variable compatible with
3853# original; not side-effect compatible. As the users of this macro
3854# may require accurate dependencies for correct builds, it does *not*
3855# honor --disable-dependency-checking, and failure to detect a usable
3856# method is an error. depcomp is assumed to be located in
3857# $ac_aux_dir.
3858#
3859# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3860
3861
3862
3863# AM_SET_DEPDIR
3864# -------------
3865# Choose a directory name for dependency files.
3866
3867
3868# ZW_CREATE_DEPDIR
3869# ----------------
3870# As AM_SET_DEPDIR, but also create the directory at config.status time.
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
6bb11ab3
L
3912
3913
3914
3915
3916
3917sim_inline="-DDEFAULT_INLINE=0"
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# intl sister-directory configuration rules.
3955#
3956
3957# The idea behind this macro is that there's no need to repeat all the
3958# autoconf probes done by the intl directory - it's already done them
3959# for us. In fact, there's no need even to look at the cache for the
3960# answers. All we need to do is nab a few pieces of information.
3961# The intl directory is set up to make this easy, by generating a
3962# small file which can be sourced as a shell script; then we produce
3963# the necessary substitutions and definitions for this directory.
3964
3965
3966
3967# Autoconf M4 include file defining utility macros for complex Canadian
3968# cross builds.
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978####
3979# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
3980# or AC_INIT.
3981# These demand that AC_CANONICAL_SYSTEM be called beforehand.
3982
3983####
3984# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3985# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
3986
3987
3988####
3989# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
3990# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
3991
3992
3993
3994# Backported from Autoconf 2.5x; can go away when and if
3995# we switch. Put the OS path separator in $PATH_SEPARATOR.
3996
3997
3998
3999
4000# ACX_HAVE_GCC_FOR_TARGET
4001# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4002
4003
4004# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4005# Searching for installed target binutils. We need to take extra care,
4006# else we may find the wrong assembler, linker, etc., and lose.
4007#
4008# First try --with-build-time-tools, if specified.
4009#
4010# For build != host, we ask the installed GCC for the name of the tool it
4011# uses, and accept it if it is an absolute path. This is because the
4012# only good choice for a compiler is the same GCC version that is being
4013# installed (or we couldn't make target libraries), and we assume that
4014# on the host system we'll have not only the same GCC version, but also
4015# the same binutils version.
4016#
4017# For build == host, search the same directories that the installed
4018# compiler will search. We used to do this for the assembler, linker,
4019# and nm only; for simplicity of configuration, however, we extend this
4020# criterion to tools (such as ar and ranlib) that are never invoked by
4021# the compiler, to avoid mismatches.
4022#
4023# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4024# if build == target. This makes the most sense only when bootstrapping,
4025# but we also do so when build != host. In this case, we hope that the
4026# build and host systems will have similar contents of MD_EXEC_PREFIX.
4027#
4028# If we do not find a suitable binary, then try the user's path.
4029
4030
4031###
4032# AC_PROG_CPP_WERROR
4033# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4034# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4035# For now, using this also overrides header checks to use only the
4036# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4037# bit harder from here).
4038# Eventually autoconf will default to checking headers with the compiler
4039# instead, and we'll have to do this differently.
4040
4041# AC_PROG_CPP_WERROR
4042
4043# Test for GNAT.
4044# We require the gnatbind & gnatmake programs, as well as a compiler driver
4045# that understands Ada. We use the user's CC setting, already found, and
4046# possibly add $1 to the command-line parameters.
4047#
4048# Sets the shell variable have_gnat to yes or no as appropriate, and
4049# substitutes GNATBIND and GNATMAKE.
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075ac_ext=c
4076ac_cpp='$CPP $CPPFLAGS'
4077ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4078ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4079ac_compiler_gnu=$ac_cv_c_compiler_gnu
4080if test -n "$ac_tool_prefix"; then
4081 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4082set dummy ${ac_tool_prefix}gcc; ac_word=$2
4083{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4084$as_echo_n "checking for $ac_word... " >&6; }
4085if test "${ac_cv_prog_CC+set}" = set; then :
4086 $as_echo_n "(cached) " >&6
4087else
4088 if test -n "$CC"; then
4089 ac_cv_prog_CC="$CC" # Let the user override the test.
4090else
4091as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4092for as_dir in $PATH
4093do
4094 IFS=$as_save_IFS
4095 test -z "$as_dir" && as_dir=.
4096 for ac_exec_ext in '' $ac_executable_extensions; do
4097 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4098 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4100 break 2
4101 fi
4102done
4103 done
4104IFS=$as_save_IFS
4105
4106fi
4107fi
4108CC=$ac_cv_prog_CC
4109if test -n "$CC"; then
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4111$as_echo "$CC" >&6; }
4112else
4113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4114$as_echo "no" >&6; }
4115fi
4116
4117
4118fi
4119if test -z "$ac_cv_prog_CC"; then
4120 ac_ct_CC=$CC
4121 # Extract the first word of "gcc", so it can be a program name with args.
4122set dummy gcc; ac_word=$2
4123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4124$as_echo_n "checking for $ac_word... " >&6; }
4125if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4126 $as_echo_n "(cached) " >&6
4127else
4128 if test -n "$ac_ct_CC"; then
4129 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4130else
4131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4132for as_dir in $PATH
4133do
4134 IFS=$as_save_IFS
4135 test -z "$as_dir" && as_dir=.
4136 for ac_exec_ext in '' $ac_executable_extensions; do
4137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4138 ac_cv_prog_ac_ct_CC="gcc"
4139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4140 break 2
4141 fi
4142done
4143 done
4144IFS=$as_save_IFS
4145
4146fi
4147fi
4148ac_ct_CC=$ac_cv_prog_ac_ct_CC
4149if test -n "$ac_ct_CC"; then
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4151$as_echo "$ac_ct_CC" >&6; }
4152else
4153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4154$as_echo "no" >&6; }
4155fi
4156
4157 if test "x$ac_ct_CC" = x; then
4158 CC=""
4159 else
4160 case $cross_compiling:$ac_tool_warned in
4161yes:)
4162{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4163$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4164ac_tool_warned=yes ;;
4165esac
4166 CC=$ac_ct_CC
4167 fi
4168else
4169 CC="$ac_cv_prog_CC"
4170fi
4171
4172if test -z "$CC"; then
4173 if test -n "$ac_tool_prefix"; then
4174 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4175set dummy ${ac_tool_prefix}cc; ac_word=$2
4176{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4177$as_echo_n "checking for $ac_word... " >&6; }
4178if test "${ac_cv_prog_CC+set}" = set; then :
4179 $as_echo_n "(cached) " >&6
4180else
4181 if test -n "$CC"; then
4182 ac_cv_prog_CC="$CC" # Let the user override the test.
4183else
4184as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4185for as_dir in $PATH
4186do
4187 IFS=$as_save_IFS
4188 test -z "$as_dir" && as_dir=.
4189 for ac_exec_ext in '' $ac_executable_extensions; do
4190 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4191 ac_cv_prog_CC="${ac_tool_prefix}cc"
4192 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4193 break 2
4194 fi
4195done
4196 done
4197IFS=$as_save_IFS
4198
4199fi
4200fi
4201CC=$ac_cv_prog_CC
4202if test -n "$CC"; then
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4204$as_echo "$CC" >&6; }
4205else
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4207$as_echo "no" >&6; }
4208fi
4209
4210
4211 fi
4212fi
4213if test -z "$CC"; then
4214 # Extract the first word of "cc", so it can be a program name with args.
4215set dummy cc; ac_word=$2
4216{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4217$as_echo_n "checking for $ac_word... " >&6; }
4218if test "${ac_cv_prog_CC+set}" = set; then :
4219 $as_echo_n "(cached) " >&6
4220else
4221 if test -n "$CC"; then
4222 ac_cv_prog_CC="$CC" # Let the user override the test.
4223else
4224 ac_prog_rejected=no
4225as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4226for as_dir in $PATH
4227do
4228 IFS=$as_save_IFS
4229 test -z "$as_dir" && as_dir=.
4230 for ac_exec_ext in '' $ac_executable_extensions; do
4231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4232 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4233 ac_prog_rejected=yes
4234 continue
4235 fi
4236 ac_cv_prog_CC="cc"
4237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4238 break 2
4239 fi
4240done
4241 done
4242IFS=$as_save_IFS
4243
4244if test $ac_prog_rejected = yes; then
4245 # We found a bogon in the path, so make sure we never use it.
4246 set dummy $ac_cv_prog_CC
4247 shift
4248 if test $# != 0; then
4249 # We chose a different compiler from the bogus one.
4250 # However, it has the same basename, so the bogon will be chosen
4251 # first if we set CC to just the basename; use the full file name.
4252 shift
4253 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4254 fi
4255fi
4256fi
4257fi
4258CC=$ac_cv_prog_CC
4259if test -n "$CC"; then
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4261$as_echo "$CC" >&6; }
4262else
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4264$as_echo "no" >&6; }
4265fi
4266
4267
4268fi
4269if test -z "$CC"; then
4270 if test -n "$ac_tool_prefix"; then
4271 for ac_prog in cl.exe
4272 do
4273 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4274set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4276$as_echo_n "checking for $ac_word... " >&6; }
4277if test "${ac_cv_prog_CC+set}" = set; then :
4278 $as_echo_n "(cached) " >&6
4279else
4280 if test -n "$CC"; then
4281 ac_cv_prog_CC="$CC" # Let the user override the test.
4282else
4283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4284for as_dir in $PATH
4285do
4286 IFS=$as_save_IFS
4287 test -z "$as_dir" && as_dir=.
4288 for ac_exec_ext in '' $ac_executable_extensions; do
4289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4290 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4291 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4292 break 2
4293 fi
4294done
4295 done
4296IFS=$as_save_IFS
4297
4298fi
4299fi
4300CC=$ac_cv_prog_CC
4301if test -n "$CC"; then
4302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4303$as_echo "$CC" >&6; }
4304else
4305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4306$as_echo "no" >&6; }
4307fi
4308
4309
4310 test -n "$CC" && break
4311 done
4312fi
4313if test -z "$CC"; then
4314 ac_ct_CC=$CC
4315 for ac_prog in cl.exe
4316do
4317 # Extract the first word of "$ac_prog", so it can be a program name with args.
4318set dummy $ac_prog; ac_word=$2
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4320$as_echo_n "checking for $ac_word... " >&6; }
4321if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4322 $as_echo_n "(cached) " >&6
4323else
4324 if test -n "$ac_ct_CC"; then
4325 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4326else
4327as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4328for as_dir in $PATH
4329do
4330 IFS=$as_save_IFS
4331 test -z "$as_dir" && as_dir=.
4332 for ac_exec_ext in '' $ac_executable_extensions; do
4333 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4334 ac_cv_prog_ac_ct_CC="$ac_prog"
4335 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4336 break 2
4337 fi
4338done
4339 done
4340IFS=$as_save_IFS
4341
4342fi
4343fi
4344ac_ct_CC=$ac_cv_prog_ac_ct_CC
4345if test -n "$ac_ct_CC"; then
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4347$as_echo "$ac_ct_CC" >&6; }
4348else
4349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4350$as_echo "no" >&6; }
4351fi
4352
4353
4354 test -n "$ac_ct_CC" && break
4355done
4356
4357 if test "x$ac_ct_CC" = x; then
4358 CC=""
4359 else
4360 case $cross_compiling:$ac_tool_warned in
4361yes:)
4362{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4363$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4364ac_tool_warned=yes ;;
4365esac
4366 CC=$ac_ct_CC
4367 fi
4368fi
4369
4370fi
4371
4372
4373test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4374$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4375as_fn_error "no acceptable C compiler found in \$PATH
4376See \`config.log' for more details." "$LINENO" 5; }
4377
4378# Provide some information about the compiler.
4379$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4380set X $ac_compile
4381ac_compiler=$2
4382for ac_option in --version -v -V -qversion; do
4383 { { ac_try="$ac_compiler $ac_option >&5"
4384case "(($ac_try" in
4385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4386 *) ac_try_echo=$ac_try;;
4387esac
4388eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4389$as_echo "$ac_try_echo"; } >&5
4390 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4391 ac_status=$?
4392 if test -s conftest.err; then
4393 sed '10a\
4394... rest of stderr output deleted ...
4395 10q' conftest.err >conftest.er1
4396 cat conftest.er1 >&5
4397 rm -f conftest.er1 conftest.err
4398 fi
4399 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4400 test $ac_status = 0; }
4401done
4402
4403cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4404/* end confdefs.h. */
4405
4406int
4407main ()
4408{
4409
4410 ;
4411 return 0;
4412}
4413_ACEOF
4414ac_clean_files_save=$ac_clean_files
4415ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4416# Try to create an executable without -o first, disregard a.out.
4417# It will help us diagnose broken compilers, and finding out an intuition
4418# of exeext.
4419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4420$as_echo_n "checking for C compiler default output file name... " >&6; }
4421ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4422
4423# The possible output files:
4424ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4425
4426ac_rmfiles=
4427for ac_file in $ac_files
4428do
4429 case $ac_file in
4430 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4431 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4432 esac
4433done
4434rm -f $ac_rmfiles
4435
4436if { { ac_try="$ac_link_default"
4437case "(($ac_try" in
4438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4439 *) ac_try_echo=$ac_try;;
4440esac
4441eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4442$as_echo "$ac_try_echo"; } >&5
4443 (eval "$ac_link_default") 2>&5
4444 ac_status=$?
4445 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4446 test $ac_status = 0; }; then :
4447 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4448# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4449# in a Makefile. We should not override ac_cv_exeext if it was cached,
4450# so that the user can short-circuit this test for compilers unknown to
4451# Autoconf.
4452for ac_file in $ac_files ''
4453do
4454 test -f "$ac_file" || continue
4455 case $ac_file in
4456 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4457 ;;
4458 [ab].out )
4459 # We found the default executable, but exeext='' is most
4460 # certainly right.
4461 break;;
4462 *.* )
4463 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4464 then :; else
4465 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4466 fi
4467 # We set ac_cv_exeext here because the later test for it is not
4468 # safe: cross compilers may not add the suffix if given an `-o'
4469 # argument, so we may need to know it at that point already.
4470 # Even if this section looks crufty: it has the advantage of
4471 # actually working.
4472 break;;
4473 * )
4474 break;;
4475 esac
4476done
4477test "$ac_cv_exeext" = no && ac_cv_exeext=
4478
4479else
4480 ac_file=''
4481fi
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4483$as_echo "$ac_file" >&6; }
4484if test -z "$ac_file"; then :
4485 $as_echo "$as_me: failed program was:" >&5
4486sed 's/^/| /' conftest.$ac_ext >&5
4487
4488{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4489$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4490{ as_fn_set_status 77
4491as_fn_error "C compiler cannot create executables
4492See \`config.log' for more details." "$LINENO" 5; }; }
4493fi
4494ac_exeext=$ac_cv_exeext
4495
4496# Check that the compiler produces executables we can run. If not, either
4497# the compiler is broken, or we cross compile.
4498{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4499$as_echo_n "checking whether the C compiler works... " >&6; }
4500# If not cross compiling, check that we can run a simple program.
4501if test "$cross_compiling" != yes; then
4502 if { ac_try='./$ac_file'
4503 { { case "(($ac_try" in
4504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4505 *) ac_try_echo=$ac_try;;
4506esac
4507eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4508$as_echo "$ac_try_echo"; } >&5
4509 (eval "$ac_try") 2>&5
4510 ac_status=$?
4511 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4512 test $ac_status = 0; }; }; then
4513 cross_compiling=no
4514 else
4515 if test "$cross_compiling" = maybe; then
4516 cross_compiling=yes
4517 else
4518 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4519$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4520as_fn_error "cannot run C compiled programs.
4521If you meant to cross compile, use \`--host'.
4522See \`config.log' for more details." "$LINENO" 5; }
4523 fi
4524 fi
4525fi
4526{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4527$as_echo "yes" >&6; }
4528
4529rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4530ac_clean_files=$ac_clean_files_save
4531# Check that the compiler produces executables we can run. If not, either
4532# the compiler is broken, or we cross compile.
4533{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4534$as_echo_n "checking whether we are cross compiling... " >&6; }
4535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4536$as_echo "$cross_compiling" >&6; }
4537
4538{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4539$as_echo_n "checking for suffix of executables... " >&6; }
4540if { { ac_try="$ac_link"
4541case "(($ac_try" in
4542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4543 *) ac_try_echo=$ac_try;;
4544esac
4545eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4546$as_echo "$ac_try_echo"; } >&5
4547 (eval "$ac_link") 2>&5
4548 ac_status=$?
4549 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4550 test $ac_status = 0; }; then :
4551 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4552# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4553# work properly (i.e., refer to `conftest.exe'), while it won't with
4554# `rm'.
4555for ac_file in conftest.exe conftest conftest.*; do
4556 test -f "$ac_file" || continue
4557 case $ac_file in
4558 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4559 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4560 break;;
4561 * ) break;;
4562 esac
4563done
4564else
4565 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4566$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4567as_fn_error "cannot compute suffix of executables: cannot compile and link
4568See \`config.log' for more details." "$LINENO" 5; }
4569fi
4570rm -f conftest$ac_cv_exeext
4571{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4572$as_echo "$ac_cv_exeext" >&6; }
4573
4574rm -f conftest.$ac_ext
4575EXEEXT=$ac_cv_exeext
4576ac_exeext=$EXEEXT
4577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4578$as_echo_n "checking for suffix of object files... " >&6; }
4579if test "${ac_cv_objext+set}" = set; then :
4580 $as_echo_n "(cached) " >&6
4581else
4582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4583/* end confdefs.h. */
4584
4585int
4586main ()
4587{
4588
4589 ;
4590 return 0;
4591}
4592_ACEOF
4593rm -f conftest.o conftest.obj
4594if { { ac_try="$ac_compile"
4595case "(($ac_try" in
4596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4597 *) ac_try_echo=$ac_try;;
4598esac
4599eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4600$as_echo "$ac_try_echo"; } >&5
4601 (eval "$ac_compile") 2>&5
4602 ac_status=$?
4603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4604 test $ac_status = 0; }; then :
4605 for ac_file in conftest.o conftest.obj conftest.*; do
4606 test -f "$ac_file" || continue;
4607 case $ac_file in
4608 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4609 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4610 break;;
4611 esac
4612done
4613else
4614 $as_echo "$as_me: failed program was:" >&5
4615sed 's/^/| /' conftest.$ac_ext >&5
4616
4617{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4618$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4619as_fn_error "cannot compute suffix of object files: cannot compile
4620See \`config.log' for more details." "$LINENO" 5; }
4621fi
4622rm -f conftest.$ac_cv_objext conftest.$ac_ext
4623fi
4624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4625$as_echo "$ac_cv_objext" >&6; }
4626OBJEXT=$ac_cv_objext
4627ac_objext=$OBJEXT
4628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4629$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4630if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4631 $as_echo_n "(cached) " >&6
4632else
4633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4634/* end confdefs.h. */
4635
4636int
4637main ()
4638{
4639#ifndef __GNUC__
4640 choke me
4641#endif
4642
4643 ;
4644 return 0;
4645}
4646_ACEOF
4647if ac_fn_c_try_compile "$LINENO"; then :
4648 ac_compiler_gnu=yes
4649else
4650 ac_compiler_gnu=no
4651fi
4652rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4653ac_cv_c_compiler_gnu=$ac_compiler_gnu
4654
4655fi
4656{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4657$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4658if test $ac_compiler_gnu = yes; then
4659 GCC=yes
4660else
4661 GCC=
4662fi
4663ac_test_CFLAGS=${CFLAGS+set}
4664ac_save_CFLAGS=$CFLAGS
4665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4666$as_echo_n "checking whether $CC accepts -g... " >&6; }
4667if test "${ac_cv_prog_cc_g+set}" = set; then :
4668 $as_echo_n "(cached) " >&6
4669else
4670 ac_save_c_werror_flag=$ac_c_werror_flag
4671 ac_c_werror_flag=yes
4672 ac_cv_prog_cc_g=no
4673 CFLAGS="-g"
4674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4675/* end confdefs.h. */
4676
4677int
4678main ()
4679{
4680
4681 ;
4682 return 0;
4683}
4684_ACEOF
4685if ac_fn_c_try_compile "$LINENO"; then :
4686 ac_cv_prog_cc_g=yes
4687else
4688 CFLAGS=""
4689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4690/* end confdefs.h. */
4691
4692int
4693main ()
4694{
4695
4696 ;
4697 return 0;
4698}
4699_ACEOF
4700if ac_fn_c_try_compile "$LINENO"; then :
4701
4702else
4703 ac_c_werror_flag=$ac_save_c_werror_flag
4704 CFLAGS="-g"
4705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4706/* end confdefs.h. */
4707
4708int
4709main ()
4710{
4711
4712 ;
4713 return 0;
4714}
4715_ACEOF
4716if ac_fn_c_try_compile "$LINENO"; then :
4717 ac_cv_prog_cc_g=yes
4718fi
4719rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4720fi
4721rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4722fi
4723rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4724 ac_c_werror_flag=$ac_save_c_werror_flag
4725fi
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4727$as_echo "$ac_cv_prog_cc_g" >&6; }
4728if test "$ac_test_CFLAGS" = set; then
4729 CFLAGS=$ac_save_CFLAGS
4730elif test $ac_cv_prog_cc_g = yes; then
4731 if test "$GCC" = yes; then
4732 CFLAGS="-g -O2"
4733 else
4734 CFLAGS="-g"
4735 fi
4736else
4737 if test "$GCC" = yes; then
4738 CFLAGS="-O2"
4739 else
4740 CFLAGS=
4741 fi
4742fi
4743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4744$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4745if test "${ac_cv_prog_cc_c89+set}" = set; then :
4746 $as_echo_n "(cached) " >&6
4747else
4748 ac_cv_prog_cc_c89=no
4749ac_save_CC=$CC
4750cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4751/* end confdefs.h. */
4752#include <stdarg.h>
4753#include <stdio.h>
4754#include <sys/types.h>
4755#include <sys/stat.h>
4756/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4757struct buf { int x; };
4758FILE * (*rcsopen) (struct buf *, struct stat *, int);
4759static char *e (p, i)
4760 char **p;
4761 int i;
4762{
4763 return p[i];
4764}
4765static char *f (char * (*g) (char **, int), char **p, ...)
4766{
4767 char *s;
4768 va_list v;
4769 va_start (v,p);
4770 s = g (p, va_arg (v,int));
4771 va_end (v);
4772 return s;
4773}
4774
4775/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4776 function prototypes and stuff, but not '\xHH' hex character constants.
4777 These don't provoke an error unfortunately, instead are silently treated
4778 as 'x'. The following induces an error, until -std is added to get
4779 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4780 array size at least. It's necessary to write '\x00'==0 to get something
4781 that's true only with -std. */
4782int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4783
4784/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4785 inside strings and character constants. */
4786#define FOO(x) 'x'
4787int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4788
4789int test (int i, double x);
4790struct s1 {int (*f) (int a);};
4791struct s2 {int (*f) (double a);};
4792int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4793int argc;
4794char **argv;
4795int
4796main ()
4797{
4798return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4799 ;
4800 return 0;
4801}
4802_ACEOF
4803for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4804 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4805do
4806 CC="$ac_save_CC $ac_arg"
4807 if ac_fn_c_try_compile "$LINENO"; then :
4808 ac_cv_prog_cc_c89=$ac_arg
4809fi
4810rm -f core conftest.err conftest.$ac_objext
4811 test "x$ac_cv_prog_cc_c89" != "xno" && break
4812done
4813rm -f conftest.$ac_ext
4814CC=$ac_save_CC
4815
4816fi
4817# AC_CACHE_VAL
4818case "x$ac_cv_prog_cc_c89" in
4819 x)
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4821$as_echo "none needed" >&6; } ;;
4822 xno)
4823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4824$as_echo "unsupported" >&6; } ;;
4825 *)
4826 CC="$CC $ac_cv_prog_cc_c89"
4827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4828$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4829esac
4830if test "x$ac_cv_prog_cc_c89" != xno; then :
4831
4832fi
4833
4834ac_ext=c
4835ac_cpp='$CPP $CPPFLAGS'
4836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4838ac_compiler_gnu=$ac_cv_c_compiler_gnu
4839
4840ac_aux_dir=
4841for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4842 for ac_t in install-sh install.sh shtool; do
4843 if test -f "$ac_dir/$ac_t"; then
4844 ac_aux_dir=$ac_dir
4845 ac_install_sh="$ac_aux_dir/$ac_t -c"
4846 break 2
4847 fi
4848 done
4849done
4850if test -z "$ac_aux_dir"; then
4851 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4852fi
4853
4854# These three variables are undocumented and unsupported,
4855# and are intended to be withdrawn in a future Autoconf release.
4856# They can cause serious problems if a builder's source tree is in a directory
4857# whose full name contains unusual characters.
4858ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4859ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4860ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4861
4862
4863# Make sure we can run config.sub.
4864$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4865 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4866
4867{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4868$as_echo_n "checking build system type... " >&6; }
4869if test "${ac_cv_build+set}" = set; then :
4870 $as_echo_n "(cached) " >&6
4871else
4872 ac_build_alias=$build_alias
4873test "x$ac_build_alias" = x &&
4874 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4875test "x$ac_build_alias" = x &&
4876 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4877ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4878 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4879
4880fi
4881{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4882$as_echo "$ac_cv_build" >&6; }
4883case $ac_cv_build in
4884*-*-*) ;;
4885*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4886esac
4887build=$ac_cv_build
4888ac_save_IFS=$IFS; IFS='-'
4889set x $ac_cv_build
4890shift
4891build_cpu=$1
4892build_vendor=$2
4893shift; shift
4894# Remember, the first character of IFS is used to create $*,
4895# except with old shells:
4896build_os=$*
4897IFS=$ac_save_IFS
4898case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4899
4900
4901{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4902$as_echo_n "checking host system type... " >&6; }
4903if test "${ac_cv_host+set}" = set; then :
4904 $as_echo_n "(cached) " >&6
4905else
4906 if test "x$host_alias" = x; then
4907 ac_cv_host=$ac_cv_build
4908else
4909 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4910 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4911fi
4912
4913fi
4914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4915$as_echo "$ac_cv_host" >&6; }
4916case $ac_cv_host in
4917*-*-*) ;;
4918*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4919esac
4920host=$ac_cv_host
4921ac_save_IFS=$IFS; IFS='-'
4922set x $ac_cv_host
4923shift
4924host_cpu=$1
4925host_vendor=$2
4926shift; shift
4927# Remember, the first character of IFS is used to create $*,
4928# except with old shells:
4929host_os=$*
4930IFS=$ac_save_IFS
4931case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4932
4933
4934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4935$as_echo_n "checking target system type... " >&6; }
4936if test "${ac_cv_target+set}" = set; then :
4937 $as_echo_n "(cached) " >&6
4938else
4939 if test "x$target_alias" = x; then
4940 ac_cv_target=$ac_cv_host
4941else
4942 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
4943 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
4944fi
4945
4946fi
4947{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
4948$as_echo "$ac_cv_target" >&6; }
4949case $ac_cv_target in
4950*-*-*) ;;
4951*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
4952esac
4953target=$ac_cv_target
4954ac_save_IFS=$IFS; IFS='-'
4955set x $ac_cv_target
4956shift
4957target_cpu=$1
4958target_vendor=$2
4959shift; shift
4960# Remember, the first character of IFS is used to create $*,
4961# except with old shells:
4962target_os=$*
4963IFS=$ac_save_IFS
4964case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
4965
4966
4967# The aliases save the names the user supplied, while $host etc.
4968# will get canonicalized.
4969test -n "$target_alias" &&
4970 test "$program_prefix$program_suffix$program_transform_name" = \
4971 NONENONEs,x,x, &&
4972 program_prefix=${target_alias}-
4973
4974ac_ext=c
4975ac_cpp='$CPP $CPPFLAGS'
4976ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4977ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4978ac_compiler_gnu=$ac_cv_c_compiler_gnu
4979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4980$as_echo_n "checking how to run the C preprocessor... " >&6; }
4981# On Suns, sometimes $CPP names a directory.
4982if test -n "$CPP" && test -d "$CPP"; then
4983 CPP=
4984fi
4985if test -z "$CPP"; then
4986 if test "${ac_cv_prog_CPP+set}" = set; then :
4987 $as_echo_n "(cached) " >&6
4988else
4989 # Double quotes because CPP needs to be expanded
4990 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4991 do
4992 ac_preproc_ok=false
4993for ac_c_preproc_warn_flag in '' yes
4994do
4995 # Use a header file that comes with gcc, so configuring glibc
4996 # with a fresh cross-compiler works.
4997 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4998 # <limits.h> exists even on freestanding compilers.
4999 # On the NeXT, cc -E runs the code through the compiler's parser,
5000 # not just through cpp. "Syntax error" is here to catch this case.
5001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5002/* end confdefs.h. */
5003#ifdef __STDC__
5004# include <limits.h>
5005#else
5006# include <assert.h>
5007#endif
5008 Syntax error
5009_ACEOF
5010if ac_fn_c_try_cpp "$LINENO"; then :
5011
5012else
5013 # Broken: fails on valid input.
5014continue
5015fi
5016rm -f conftest.err conftest.$ac_ext
5017
5018 # OK, works on sane cases. Now check whether nonexistent headers
5019 # can be detected and how.
5020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5021/* end confdefs.h. */
5022#include <ac_nonexistent.h>
5023_ACEOF
5024if ac_fn_c_try_cpp "$LINENO"; then :
5025 # Broken: success on invalid input.
5026continue
5027else
5028 # Passes both tests.
5029ac_preproc_ok=:
5030break
5031fi
5032rm -f conftest.err conftest.$ac_ext
5033
5034done
5035# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5036rm -f conftest.err conftest.$ac_ext
5037if $ac_preproc_ok; then :
5038 break
5039fi
5040
5041 done
5042 ac_cv_prog_CPP=$CPP
5043
5044fi
5045 CPP=$ac_cv_prog_CPP
5046else
5047 ac_cv_prog_CPP=$CPP
5048fi
5049{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5050$as_echo "$CPP" >&6; }
5051ac_preproc_ok=false
5052for ac_c_preproc_warn_flag in '' yes
5053do
5054 # Use a header file that comes with gcc, so configuring glibc
5055 # with a fresh cross-compiler works.
5056 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5057 # <limits.h> exists even on freestanding compilers.
5058 # On the NeXT, cc -E runs the code through the compiler's parser,
5059 # not just through cpp. "Syntax error" is here to catch this case.
5060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5061/* end confdefs.h. */
5062#ifdef __STDC__
5063# include <limits.h>
5064#else
5065# include <assert.h>
5066#endif
5067 Syntax error
5068_ACEOF
5069if ac_fn_c_try_cpp "$LINENO"; then :
5070
5071else
5072 # Broken: fails on valid input.
5073continue
5074fi
5075rm -f conftest.err conftest.$ac_ext
5076
5077 # OK, works on sane cases. Now check whether nonexistent headers
5078 # can be detected and how.
5079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5080/* end confdefs.h. */
5081#include <ac_nonexistent.h>
5082_ACEOF
5083if ac_fn_c_try_cpp "$LINENO"; then :
5084 # Broken: success on invalid input.
5085continue
5086else
5087 # Passes both tests.
5088ac_preproc_ok=:
5089break
5090fi
5091rm -f conftest.err conftest.$ac_ext
5092
5093done
5094# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5095rm -f conftest.err conftest.$ac_ext
5096if $ac_preproc_ok; then :
5097
5098else
5099 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5100$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5101as_fn_error "C preprocessor \"$CPP\" fails sanity check
5102See \`config.log' for more details." "$LINENO" 5; }
5103fi
5104
5105ac_ext=c
5106ac_cpp='$CPP $CPPFLAGS'
5107ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5108ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5109ac_compiler_gnu=$ac_cv_c_compiler_gnu
5110
5111
5112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5113$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5114if test "${ac_cv_path_GREP+set}" = set; then :
5115 $as_echo_n "(cached) " >&6
5116else
5117 if test -z "$GREP"; then
5118 ac_path_GREP_found=false
5119 # Loop through the user's path and test for each of PROGNAME-LIST
5120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5121for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5122do
5123 IFS=$as_save_IFS
5124 test -z "$as_dir" && as_dir=.
5125 for ac_prog in grep ggrep; do
5126 for ac_exec_ext in '' $ac_executable_extensions; do
5127 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5128 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5129# Check for GNU ac_path_GREP and select it if it is found.
5130 # Check for GNU $ac_path_GREP
5131case `"$ac_path_GREP" --version 2>&1` in
5132*GNU*)
5133 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5134*)
5135 ac_count=0
5136 $as_echo_n 0123456789 >"conftest.in"
5137 while :
5138 do
5139 cat "conftest.in" "conftest.in" >"conftest.tmp"
5140 mv "conftest.tmp" "conftest.in"
5141 cp "conftest.in" "conftest.nl"
5142 $as_echo 'GREP' >> "conftest.nl"
5143 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5144 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5145 as_fn_arith $ac_count + 1 && ac_count=$as_val
5146 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5147 # Best one so far, save it but keep looking for a better one
5148 ac_cv_path_GREP="$ac_path_GREP"
5149 ac_path_GREP_max=$ac_count
5150 fi
5151 # 10*(2^10) chars as input seems more than enough
5152 test $ac_count -gt 10 && break
5153 done
5154 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5155esac
5156
5157 $ac_path_GREP_found && break 3
5158 done
5159 done
5160 done
5161IFS=$as_save_IFS
5162 if test -z "$ac_cv_path_GREP"; then
5163 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5164 fi
5165else
5166 ac_cv_path_GREP=$GREP
5167fi
5168
5169fi
5170{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5171$as_echo "$ac_cv_path_GREP" >&6; }
5172 GREP="$ac_cv_path_GREP"
5173
5174
5175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5176$as_echo_n "checking for egrep... " >&6; }
5177if test "${ac_cv_path_EGREP+set}" = set; then :
5178 $as_echo_n "(cached) " >&6
5179else
5180 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5181 then ac_cv_path_EGREP="$GREP -E"
5182 else
5183 if test -z "$EGREP"; then
5184 ac_path_EGREP_found=false
5185 # Loop through the user's path and test for each of PROGNAME-LIST
5186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5187for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5188do
5189 IFS=$as_save_IFS
5190 test -z "$as_dir" && as_dir=.
5191 for ac_prog in egrep; do
5192 for ac_exec_ext in '' $ac_executable_extensions; do
5193 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5194 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5195# Check for GNU ac_path_EGREP and select it if it is found.
5196 # Check for GNU $ac_path_EGREP
5197case `"$ac_path_EGREP" --version 2>&1` in
5198*GNU*)
5199 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5200*)
5201 ac_count=0
5202 $as_echo_n 0123456789 >"conftest.in"
5203 while :
5204 do
5205 cat "conftest.in" "conftest.in" >"conftest.tmp"
5206 mv "conftest.tmp" "conftest.in"
5207 cp "conftest.in" "conftest.nl"
5208 $as_echo 'EGREP' >> "conftest.nl"
5209 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5210 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5211 as_fn_arith $ac_count + 1 && ac_count=$as_val
5212 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5213 # Best one so far, save it but keep looking for a better one
5214 ac_cv_path_EGREP="$ac_path_EGREP"
5215 ac_path_EGREP_max=$ac_count
5216 fi
5217 # 10*(2^10) chars as input seems more than enough
5218 test $ac_count -gt 10 && break
5219 done
5220 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5221esac
5222
5223 $ac_path_EGREP_found && break 3
5224 done
5225 done
5226 done
5227IFS=$as_save_IFS
5228 if test -z "$ac_cv_path_EGREP"; then
5229 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5230 fi
5231else
5232 ac_cv_path_EGREP=$EGREP
5233fi
5234
5235 fi
5236fi
5237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5238$as_echo "$ac_cv_path_EGREP" >&6; }
5239 EGREP="$ac_cv_path_EGREP"
5240
5241
5242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5243$as_echo_n "checking for ANSI C header files... " >&6; }
5244if test "${ac_cv_header_stdc+set}" = set; then :
5245 $as_echo_n "(cached) " >&6
5246else
5247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5248/* end confdefs.h. */
5249#include <stdlib.h>
5250#include <stdarg.h>
5251#include <string.h>
5252#include <float.h>
5253
5254int
5255main ()
5256{
5257
5258 ;
5259 return 0;
5260}
5261_ACEOF
5262if ac_fn_c_try_compile "$LINENO"; then :
5263 ac_cv_header_stdc=yes
5264else
5265 ac_cv_header_stdc=no
5266fi
5267rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5268
5269if test $ac_cv_header_stdc = yes; then
5270 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5272/* end confdefs.h. */
5273#include <string.h>
5274
5275_ACEOF
5276if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5277 $EGREP "memchr" >/dev/null 2>&1; then :
5278
5279else
5280 ac_cv_header_stdc=no
5281fi
5282rm -f conftest*
5283
5284fi
5285
5286if test $ac_cv_header_stdc = yes; then
5287 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5289/* end confdefs.h. */
5290#include <stdlib.h>
5291
5292_ACEOF
5293if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5294 $EGREP "free" >/dev/null 2>&1; then :
5295
5296else
5297 ac_cv_header_stdc=no
5298fi
5299rm -f conftest*
5300
5301fi
5302
5303if test $ac_cv_header_stdc = yes; then
5304 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5305 if test "$cross_compiling" = yes; then :
5306 :
5307else
5308 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5309/* end confdefs.h. */
5310#include <ctype.h>
5311#include <stdlib.h>
5312#if ((' ' & 0x0FF) == 0x020)
5313# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5314# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5315#else
5316# define ISLOWER(c) \
5317 (('a' <= (c) && (c) <= 'i') \
5318 || ('j' <= (c) && (c) <= 'r') \
5319 || ('s' <= (c) && (c) <= 'z'))
5320# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5321#endif
5322
5323#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5324int
5325main ()
5326{
5327 int i;
5328 for (i = 0; i < 256; i++)
5329 if (XOR (islower (i), ISLOWER (i))
5330 || toupper (i) != TOUPPER (i))
5331 return 2;
5332 return 0;
5333}
5334_ACEOF
5335if ac_fn_c_try_run "$LINENO"; then :
5336
5337else
5338 ac_cv_header_stdc=no
5339fi
5340rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5341 conftest.$ac_objext conftest.beam conftest.$ac_ext
5342fi
5343
5344fi
5345fi
5346{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5347$as_echo "$ac_cv_header_stdc" >&6; }
5348if test $ac_cv_header_stdc = yes; then
5349
5350$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5351
5352fi
5353
5354# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5355for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5356 inttypes.h stdint.h unistd.h
5357do :
5358 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5359ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5360"
5361eval as_val=\$$as_ac_Header
5362 if test "x$as_val" = x""yes; then :
5363 cat >>confdefs.h <<_ACEOF
5364#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5365_ACEOF
5366
5367fi
5368
5369done
5370
5371
5372
5373 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5374if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5375 MINIX=yes
5376else
5377 MINIX=
5378fi
5379
5380
5381 if test "$MINIX" = yes; then
5382
5383$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5384
5385
5386$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5387
5388
5389$as_echo "#define _MINIX 1" >>confdefs.h
5390
5391 fi
5392
5393
5394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5395$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5396if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5397 $as_echo_n "(cached) " >&6
5398else
5399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5400/* end confdefs.h. */
5401
5402# define __EXTENSIONS__ 1
5403 $ac_includes_default
5404int
5405main ()
5406{
5407
5408 ;
5409 return 0;
5410}
5411_ACEOF
5412if ac_fn_c_try_compile "$LINENO"; then :
5413 ac_cv_safe_to_define___extensions__=yes
5414else
5415 ac_cv_safe_to_define___extensions__=no
5416fi
5417rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5418fi
5419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5420$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5421 test $ac_cv_safe_to_define___extensions__ = yes &&
5422 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5423
5424 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5425
5426 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5427
5428 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5429
5430 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5431
5432
5433test "$program_prefix" != NONE &&
5434 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5435# Use a double $ so make ignores it.
5436test "$program_suffix" != NONE &&
5437 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5438# Double any \ or $.
5439# By default was `s,x,x', remove it if useless.
5440ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5441program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5442
5443# Find a good install program. We prefer a C program (faster),
5444# so one script is as good as another. But avoid the broken or
5445# incompatible versions:
5446# SysV /etc/install, /usr/sbin/install
5447# SunOS /usr/etc/install
5448# IRIX /sbin/install
5449# AIX /bin/install
5450# AmigaOS /C/install, which installs bootblocks on floppy discs
5451# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5452# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5453# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5454# OS/2's system install, which has a completely different semantic
5455# ./install, which can be erroneously created by make from ./install.sh.
5456# Reject install programs that cannot install multiple files.
5457{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5458$as_echo_n "checking for a BSD-compatible install... " >&6; }
5459if test -z "$INSTALL"; then
5460if test "${ac_cv_path_install+set}" = set; then :
5461 $as_echo_n "(cached) " >&6
5462else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464for as_dir in $PATH
5465do
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 # Account for people who put trailing slashes in PATH elements.
5469case $as_dir/ in #((
5470 ./ | .// | /[cC]/* | \
5471 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5472 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5473 /usr/ucb/* ) ;;
5474 *)
5475 # OSF1 and SCO ODT 3.0 have their own names for install.
5476 # Don't use installbsd from OSF since it installs stuff as root
5477 # by default.
5478 for ac_prog in ginstall scoinst install; do
5479 for ac_exec_ext in '' $ac_executable_extensions; do
5480 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5481 if test $ac_prog = install &&
5482 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5483 # AIX install. It has an incompatible calling convention.
5484 :
5485 elif test $ac_prog = install &&
5486 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5487 # program-specific install script used by HP pwplus--don't use.
5488 :
5489 else
5490 rm -rf conftest.one conftest.two conftest.dir
5491 echo one > conftest.one
5492 echo two > conftest.two
5493 mkdir conftest.dir
5494 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5495 test -s conftest.one && test -s conftest.two &&
5496 test -s conftest.dir/conftest.one &&
5497 test -s conftest.dir/conftest.two
5498 then
5499 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5500 break 3
5501 fi
5502 fi
5503 fi
5504 done
5505 done
5506 ;;
5507esac
5508
5509 done
5510IFS=$as_save_IFS
5511
5512rm -rf conftest.one conftest.two conftest.dir
5513
5514fi
5515 if test "${ac_cv_path_install+set}" = set; then
5516 INSTALL=$ac_cv_path_install
5517 else
5518 # As a last resort, use the slow shell script. Don't cache a
5519 # value for INSTALL within a source directory, because that will
5520 # break other packages using the cache if that directory is
5521 # removed, or if the value is a relative name.
5522 INSTALL=$ac_install_sh
5523 fi
5524fi
5525{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5526$as_echo "$INSTALL" >&6; }
5527
5528# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5529# It thinks the first close brace ends the variable substitution.
5530test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5531
5532test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5533
5534test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5535
5536rm -rf .tst 2>/dev/null
5537mkdir .tst 2>/dev/null
5538if test -d .tst; then
5539 am__leading_dot=.
5540else
5541 am__leading_dot=_
5542fi
5543rmdir .tst 2>/dev/null
5544
5545DEPDIR="${am__leading_dot}deps"
5546
5547case `pwd` in
5548 *\ * | *\ *)
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5550$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5551esac
5552
5553
5554
5555macro_version='2.2.7a'
5556macro_revision='1.3134'
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570ltmain="$ac_aux_dir/ltmain.sh"
5571
5572# Backslashify metacharacters that are still active within
5573# double-quoted strings.
5574sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5575
5576# Same as above, but do not quote variable references.
5577double_quote_subst='s/\(["`\\]\)/\\\1/g'
5578
5579# Sed substitution to delay expansion of an escaped shell variable in a
5580# double_quote_subst'ed string.
5581delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5582
5583# Sed substitution to delay expansion of an escaped single quote.
5584delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5585
5586# Sed substitution to avoid accidental globbing in evaled expressions
5587no_glob_subst='s/\*/\\\*/g'
5588
5589ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5590ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5591ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5592
5593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5594$as_echo_n "checking how to print strings... " >&6; }
5595# Test print first, because it will be a builtin if present.
5596if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5597 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5598 ECHO='print -r --'
5599elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5600 ECHO='printf %s\n'
5601else
5602 # Use this function as a fallback that always works.
5603 func_fallback_echo ()
5604 {
5605 eval 'cat <<_LTECHO_EOF
5606$1
5607_LTECHO_EOF'
5608 }
5609 ECHO='func_fallback_echo'
5610fi
5611
5612# func_echo_all arg...
5613# Invoke $ECHO with all args, space-separated.
5614func_echo_all ()
5615{
5616 $ECHO ""
5617}
5618
5619case "$ECHO" in
5620 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5621$as_echo "printf" >&6; } ;;
5622 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5623$as_echo "print -r" >&6; } ;;
5624 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5625$as_echo "cat" >&6; } ;;
5626esac
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5642$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5643if test "${ac_cv_path_SED+set}" = set; then :
5644 $as_echo_n "(cached) " >&6
5645else
5646 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5647 for ac_i in 1 2 3 4 5 6 7; do
5648 ac_script="$ac_script$as_nl$ac_script"
5649 done
5650 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5651 { ac_script=; unset ac_script;}
5652 if test -z "$SED"; then
5653 ac_path_SED_found=false
5654 # Loop through the user's path and test for each of PROGNAME-LIST
5655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5656for as_dir in $PATH
5657do
5658 IFS=$as_save_IFS
5659 test -z "$as_dir" && as_dir=.
5660 for ac_prog in sed gsed; do
5661 for ac_exec_ext in '' $ac_executable_extensions; do
5662 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5663 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5664# Check for GNU ac_path_SED and select it if it is found.
5665 # Check for GNU $ac_path_SED
5666case `"$ac_path_SED" --version 2>&1` in
5667*GNU*)
5668 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5669*)
5670 ac_count=0
5671 $as_echo_n 0123456789 >"conftest.in"
5672 while :
5673 do
5674 cat "conftest.in" "conftest.in" >"conftest.tmp"
5675 mv "conftest.tmp" "conftest.in"
5676 cp "conftest.in" "conftest.nl"
5677 $as_echo '' >> "conftest.nl"
5678 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5679 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5680 as_fn_arith $ac_count + 1 && ac_count=$as_val
5681 if test $ac_count -gt ${ac_path_SED_max-0}; then
5682 # Best one so far, save it but keep looking for a better one
5683 ac_cv_path_SED="$ac_path_SED"
5684 ac_path_SED_max=$ac_count
5685 fi
5686 # 10*(2^10) chars as input seems more than enough
5687 test $ac_count -gt 10 && break
5688 done
5689 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5690esac
5691
5692 $ac_path_SED_found && break 3
5693 done
5694 done
5695 done
5696IFS=$as_save_IFS
5697 if test -z "$ac_cv_path_SED"; then
5698 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5699 fi
5700else
5701 ac_cv_path_SED=$SED
5702fi
5703
5704fi
5705{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5706$as_echo "$ac_cv_path_SED" >&6; }
5707 SED="$ac_cv_path_SED"
5708 rm -f conftest.sed
5709
5710test -z "$SED" && SED=sed
5711Xsed="$SED -e 1s/^X//"
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5724$as_echo_n "checking for fgrep... " >&6; }
5725if test "${ac_cv_path_FGREP+set}" = set; then :
5726 $as_echo_n "(cached) " >&6
5727else
5728 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5729 then ac_cv_path_FGREP="$GREP -F"
5730 else
5731 if test -z "$FGREP"; then
5732 ac_path_FGREP_found=false
5733 # Loop through the user's path and test for each of PROGNAME-LIST
5734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5735for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5736do
5737 IFS=$as_save_IFS
5738 test -z "$as_dir" && as_dir=.
5739 for ac_prog in fgrep; do
5740 for ac_exec_ext in '' $ac_executable_extensions; do
5741 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5742 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5743# Check for GNU ac_path_FGREP and select it if it is found.
5744 # Check for GNU $ac_path_FGREP
5745case `"$ac_path_FGREP" --version 2>&1` in
5746*GNU*)
5747 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5748*)
5749 ac_count=0
5750 $as_echo_n 0123456789 >"conftest.in"
5751 while :
5752 do
5753 cat "conftest.in" "conftest.in" >"conftest.tmp"
5754 mv "conftest.tmp" "conftest.in"
5755 cp "conftest.in" "conftest.nl"
5756 $as_echo 'FGREP' >> "conftest.nl"
5757 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5758 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5759 as_fn_arith $ac_count + 1 && ac_count=$as_val
5760 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5761 # Best one so far, save it but keep looking for a better one
5762 ac_cv_path_FGREP="$ac_path_FGREP"
5763 ac_path_FGREP_max=$ac_count
5764 fi
5765 # 10*(2^10) chars as input seems more than enough
5766 test $ac_count -gt 10 && break
5767 done
5768 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5769esac
5770
5771 $ac_path_FGREP_found && break 3
5772 done
5773 done
5774 done
5775IFS=$as_save_IFS
5776 if test -z "$ac_cv_path_FGREP"; then
5777 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5778 fi
5779else
5780 ac_cv_path_FGREP=$FGREP
5781fi
5782
5783 fi
5784fi
5785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5786$as_echo "$ac_cv_path_FGREP" >&6; }
5787 FGREP="$ac_cv_path_FGREP"
5788
5789
5790test -z "$GREP" && GREP=grep
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810# Check whether --with-gnu-ld was given.
5811if test "${with_gnu_ld+set}" = set; then :
5812 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5813else
5814 with_gnu_ld=no
5815fi
5816
5817ac_prog=ld
5818if test "$GCC" = yes; then
5819 # Check if gcc -print-prog-name=ld gives a path.
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5821$as_echo_n "checking for ld used by $CC... " >&6; }
5822 case $host in
5823 *-*-mingw*)
5824 # gcc leaves a trailing carriage return which upsets mingw
5825 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5826 *)
5827 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5828 esac
5829 case $ac_prog in
5830 # Accept absolute paths.
5831 [\\/]* | ?:[\\/]*)
5832 re_direlt='/[^/][^/]*/\.\./'
5833 # Canonicalize the pathname of ld
5834 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5835 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5836 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5837 done
5838 test -z "$LD" && LD="$ac_prog"
5839 ;;
5840 "")
5841 # If it fails, then pretend we aren't using GCC.
5842 ac_prog=ld
5843 ;;
5844 *)
5845 # If it is relative, then search for the first ld in PATH.
5846 with_gnu_ld=unknown
5847 ;;
5848 esac
5849elif test "$with_gnu_ld" = yes; then
5850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5851$as_echo_n "checking for GNU ld... " >&6; }
5852else
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5854$as_echo_n "checking for non-GNU ld... " >&6; }
5855fi
5856if test "${lt_cv_path_LD+set}" = set; then :
5857 $as_echo_n "(cached) " >&6
5858else
5859 if test -z "$LD"; then
5860 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5861 for ac_dir in $PATH; do
5862 IFS="$lt_save_ifs"
5863 test -z "$ac_dir" && ac_dir=.
5864 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5865 lt_cv_path_LD="$ac_dir/$ac_prog"
5866 # Check to see if the program is GNU ld. I'd rather use --version,
5867 # but apparently some variants of GNU ld only accept -v.
5868 # Break only if it was the GNU/non-GNU ld that we prefer.
5869 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5870 *GNU* | *'with BFD'*)
5871 test "$with_gnu_ld" != no && break
5872 ;;
5873 *)
5874 test "$with_gnu_ld" != yes && break
5875 ;;
5876 esac
5877 fi
5878 done
5879 IFS="$lt_save_ifs"
5880else
5881 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5882fi
5883fi
5884
5885LD="$lt_cv_path_LD"
5886if test -n "$LD"; then
5887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5888$as_echo "$LD" >&6; }
5889else
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5891$as_echo "no" >&6; }
5892fi
5893test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5895$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5896if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5897 $as_echo_n "(cached) " >&6
5898else
5899 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5900case `$LD -v 2>&1 </dev/null` in
5901*GNU* | *'with BFD'*)
5902 lt_cv_prog_gnu_ld=yes
5903 ;;
5904*)
5905 lt_cv_prog_gnu_ld=no
5906 ;;
5907esac
5908fi
5909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5910$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5911with_gnu_ld=$lt_cv_prog_gnu_ld
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5922$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5923if test "${lt_cv_path_NM+set}" = set; then :
5924 $as_echo_n "(cached) " >&6
5925else
5926 if test -n "$NM"; then
5927 # Let the user override the test.
5928 lt_cv_path_NM="$NM"
5929else
5930 lt_nm_to_check="${ac_tool_prefix}nm"
5931 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5932 lt_nm_to_check="$lt_nm_to_check nm"
5933 fi
5934 for lt_tmp_nm in $lt_nm_to_check; do
5935 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5936 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5937 IFS="$lt_save_ifs"
5938 test -z "$ac_dir" && ac_dir=.
5939 tmp_nm="$ac_dir/$lt_tmp_nm"
5940 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5941 # Check to see if the nm accepts a BSD-compat flag.
5942 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5943 # nm: unknown option "B" ignored
5944 # Tru64's nm complains that /dev/null is an invalid object file
5945 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5946 */dev/null* | *'Invalid file or object type'*)
5947 lt_cv_path_NM="$tmp_nm -B"
5948 break
5949 ;;
5950 *)
5951 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5952 */dev/null*)
5953 lt_cv_path_NM="$tmp_nm -p"
5954 break
5955 ;;
5956 *)
5957 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5958 continue # so that we can try to find one that supports BSD flags
5959 ;;
5960 esac
5961 ;;
5962 esac
5963 fi
5964 done
5965 IFS="$lt_save_ifs"
5966 done
5967 : ${lt_cv_path_NM=no}
5968fi
5969fi
5970{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5971$as_echo "$lt_cv_path_NM" >&6; }
5972if test "$lt_cv_path_NM" != "no"; then
5973 NM="$lt_cv_path_NM"
5974else
5975 # Didn't find any BSD compatible name lister, look for dumpbin.
5976 if test -n "$DUMPBIN"; then :
5977 # Let the user override the test.
5978 else
5979 if test -n "$ac_tool_prefix"; then
5980 for ac_prog in dumpbin "link -dump"
5981 do
5982 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5983set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5985$as_echo_n "checking for $ac_word... " >&6; }
5986if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5987 $as_echo_n "(cached) " >&6
5988else
5989 if test -n "$DUMPBIN"; then
5990 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5991else
5992as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993for as_dir in $PATH
5994do
5995 IFS=$as_save_IFS
5996 test -z "$as_dir" && as_dir=.
5997 for ac_exec_ext in '' $ac_executable_extensions; do
5998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5999 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6001 break 2
6002 fi
6003done
6004 done
6005IFS=$as_save_IFS
6006
6007fi
6008fi
6009DUMPBIN=$ac_cv_prog_DUMPBIN
6010if test -n "$DUMPBIN"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6012$as_echo "$DUMPBIN" >&6; }
6013else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015$as_echo "no" >&6; }
6016fi
6017
6018
6019 test -n "$DUMPBIN" && break
6020 done
6021fi
6022if test -z "$DUMPBIN"; then
6023 ac_ct_DUMPBIN=$DUMPBIN
6024 for ac_prog in dumpbin "link -dump"
6025do
6026 # Extract the first word of "$ac_prog", so it can be a program name with args.
6027set dummy $ac_prog; ac_word=$2
6028{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6029$as_echo_n "checking for $ac_word... " >&6; }
6030if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6031 $as_echo_n "(cached) " >&6
6032else
6033 if test -n "$ac_ct_DUMPBIN"; then
6034 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6035else
6036as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6037for as_dir in $PATH
6038do
6039 IFS=$as_save_IFS
6040 test -z "$as_dir" && as_dir=.
6041 for ac_exec_ext in '' $ac_executable_extensions; do
6042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6043 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6045 break 2
6046 fi
6047done
6048 done
6049IFS=$as_save_IFS
6050
6051fi
6052fi
6053ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6054if test -n "$ac_ct_DUMPBIN"; then
6055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6056$as_echo "$ac_ct_DUMPBIN" >&6; }
6057else
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6059$as_echo "no" >&6; }
6060fi
6061
6062
6063 test -n "$ac_ct_DUMPBIN" && break
6064done
6065
6066 if test "x$ac_ct_DUMPBIN" = x; then
6067 DUMPBIN=":"
6068 else
6069 case $cross_compiling:$ac_tool_warned in
6070yes:)
6071{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6072$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6073ac_tool_warned=yes ;;
6074esac
6075 DUMPBIN=$ac_ct_DUMPBIN
6076 fi
6077fi
6078
6079 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6080 *COFF*)
6081 DUMPBIN="$DUMPBIN -symbols"
6082 ;;
6083 *)
6084 DUMPBIN=:
6085 ;;
6086 esac
6087 fi
6088
6089 if test "$DUMPBIN" != ":"; then
6090 NM="$DUMPBIN"
6091 fi
6092fi
6093test -z "$NM" && NM=nm
6094
6095
6096
6097
6098
6099
6100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6101$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6102if test "${lt_cv_nm_interface+set}" = set; then :
6103 $as_echo_n "(cached) " >&6
6104else
6105 lt_cv_nm_interface="BSD nm"
6106 echo "int some_variable = 0;" > conftest.$ac_ext
6107 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6108 (eval "$ac_compile" 2>conftest.err)
6109 cat conftest.err >&5
6110 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6111 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6112 cat conftest.err >&5
6113 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6114 cat conftest.out >&5
6115 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6116 lt_cv_nm_interface="MS dumpbin"
6117 fi
6118 rm -f conftest*
6119fi
6120{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6121$as_echo "$lt_cv_nm_interface" >&6; }
6122
6123{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6124$as_echo_n "checking whether ln -s works... " >&6; }
6125LN_S=$as_ln_s
6126if test "$LN_S" = "ln -s"; then
6127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6128$as_echo "yes" >&6; }
6129else
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6131$as_echo "no, using $LN_S" >&6; }
6132fi
6133
6134# find the maximum length of command line arguments
6135{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6136$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6137if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6138 $as_echo_n "(cached) " >&6
6139else
6140 i=0
6141 teststring="ABCD"
6142
6143 case $build_os in
6144 msdosdjgpp*)
6145 # On DJGPP, this test can blow up pretty badly due to problems in libc
6146 # (any single argument exceeding 2000 bytes causes a buffer overrun
6147 # during glob expansion). Even if it were fixed, the result of this
6148 # check would be larger than it should be.
6149 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6150 ;;
6151
6152 gnu*)
6153 # Under GNU Hurd, this test is not required because there is
6154 # no limit to the length of command line arguments.
6155 # Libtool will interpret -1 as no limit whatsoever
6156 lt_cv_sys_max_cmd_len=-1;
6157 ;;
6158
6159 cygwin* | mingw* | cegcc*)
6160 # On Win9x/ME, this test blows up -- it succeeds, but takes
6161 # about 5 minutes as the teststring grows exponentially.
6162 # Worse, since 9x/ME are not pre-emptively multitasking,
6163 # you end up with a "frozen" computer, even though with patience
6164 # the test eventually succeeds (with a max line length of 256k).
6165 # Instead, let's just punt: use the minimum linelength reported by
6166 # all of the supported platforms: 8192 (on NT/2K/XP).
6167 lt_cv_sys_max_cmd_len=8192;
6168 ;;
6169
6170 mint*)
6171 # On MiNT this can take a long time and run out of memory.
6172 lt_cv_sys_max_cmd_len=8192;
6173 ;;
6174
6175 amigaos*)
6176 # On AmigaOS with pdksh, this test takes hours, literally.
6177 # So we just punt and use a minimum line length of 8192.
6178 lt_cv_sys_max_cmd_len=8192;
6179 ;;
6180
6181 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6182 # This has been around since 386BSD, at least. Likely further.
6183 if test -x /sbin/sysctl; then
6184 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6185 elif test -x /usr/sbin/sysctl; then
6186 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6187 else
6188 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6189 fi
6190 # And add a safety zone
6191 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6192 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6193 ;;
6194
6195 interix*)
6196 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6197 lt_cv_sys_max_cmd_len=196608
6198 ;;
6199
6200 osf*)
6201 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6202 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6203 # nice to cause kernel panics so lets avoid the loop below.
6204 # First set a reasonable default.
6205 lt_cv_sys_max_cmd_len=16384
6206 #
6207 if test -x /sbin/sysconfig; then
6208 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6209 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6210 esac
6211 fi
6212 ;;
6213 sco3.2v5*)
6214 lt_cv_sys_max_cmd_len=102400
6215 ;;
6216 sysv5* | sco5v6* | sysv4.2uw2*)
6217 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6218 if test -n "$kargmax"; then
6219 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6220 else
6221 lt_cv_sys_max_cmd_len=32768
6222 fi
6223 ;;
6224 *)
6225 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6226 if test -n "$lt_cv_sys_max_cmd_len"; then
6227 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6228 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6229 else
6230 # Make teststring a little bigger before we do anything with it.
6231 # a 1K string should be a reasonable start.
6232 for i in 1 2 3 4 5 6 7 8 ; do
6233 teststring=$teststring$teststring
6234 done
6235 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6236 # If test is not a shell built-in, we'll probably end up computing a
6237 # maximum length that is only half of the actual maximum length, but
6238 # we can't tell.
6239 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6240 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6241 test $i != 17 # 1/2 MB should be enough
6242 do
6243 i=`expr $i + 1`
6244 teststring=$teststring$teststring
6245 done
6246 # Only check the string length outside the loop.
6247 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6248 teststring=
6249 # Add a significant safety factor because C++ compilers can tack on
6250 # massive amounts of additional arguments before passing them to the
6251 # linker. It appears as though 1/2 is a usable value.
6252 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6253 fi
6254 ;;
6255 esac
6256
6257fi
6258
6259if test -n $lt_cv_sys_max_cmd_len ; then
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6261$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6262else
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6264$as_echo "none" >&6; }
6265fi
6266max_cmd_len=$lt_cv_sys_max_cmd_len
6267
6268
6269
6270
6271
6272
6273: ${CP="cp -f"}
6274: ${MV="mv -f"}
6275: ${RM="rm -f"}
6276
6277{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6278$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6279# Try some XSI features
6280xsi_shell=no
6281( _lt_dummy="a/b/c"
6282 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6283 = c,a/b,, \
6284 && eval 'test $(( 1 + 1 )) -eq 2 \
6285 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6286 && xsi_shell=yes
6287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6288$as_echo "$xsi_shell" >&6; }
6289
6290
6291{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6292$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6293lt_shell_append=no
6294( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6295 >/dev/null 2>&1 \
6296 && lt_shell_append=yes
6297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6298$as_echo "$lt_shell_append" >&6; }
6299
6300
6301if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6302 lt_unset=unset
6303else
6304 lt_unset=false
6305fi
6306
6307
6308
6309
6310
6311# test EBCDIC or ASCII
6312case `echo X|tr X '\101'` in
6313 A) # ASCII based system
6314 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6315 lt_SP2NL='tr \040 \012'
6316 lt_NL2SP='tr \015\012 \040\040'
6317 ;;
6318 *) # EBCDIC based system
6319 lt_SP2NL='tr \100 \n'
6320 lt_NL2SP='tr \r\n \100\100'
6321 ;;
6322esac
6323
6324
6325
6326
6327
6328
6329
6330
6331
6332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6333$as_echo_n "checking for $LD option to reload object files... " >&6; }
6334if test "${lt_cv_ld_reload_flag+set}" = set; then :
6335 $as_echo_n "(cached) " >&6
6336else
6337 lt_cv_ld_reload_flag='-r'
6338fi
6339{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6340$as_echo "$lt_cv_ld_reload_flag" >&6; }
6341reload_flag=$lt_cv_ld_reload_flag
6342case $reload_flag in
6343"" | " "*) ;;
6344*) reload_flag=" $reload_flag" ;;
6345esac
6346reload_cmds='$LD$reload_flag -o $output$reload_objs'
6347case $host_os in
6348 darwin*)
6349 if test "$GCC" = yes; then
6350 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6351 else
6352 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6353 fi
6354 ;;
6355esac
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365if test -n "$ac_tool_prefix"; then
6366 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6367set dummy ${ac_tool_prefix}objdump; ac_word=$2
6368{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6369$as_echo_n "checking for $ac_word... " >&6; }
6370if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6371 $as_echo_n "(cached) " >&6
6372else
6373 if test -n "$OBJDUMP"; then
6374 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6375else
6376as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377for as_dir in $PATH
6378do
6379 IFS=$as_save_IFS
6380 test -z "$as_dir" && as_dir=.
6381 for ac_exec_ext in '' $ac_executable_extensions; do
6382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6383 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6384 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6385 break 2
6386 fi
6387done
6388 done
6389IFS=$as_save_IFS
6390
6391fi
6392fi
6393OBJDUMP=$ac_cv_prog_OBJDUMP
6394if test -n "$OBJDUMP"; then
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6396$as_echo "$OBJDUMP" >&6; }
6397else
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6399$as_echo "no" >&6; }
6400fi
6401
6402
6403fi
6404if test -z "$ac_cv_prog_OBJDUMP"; then
6405 ac_ct_OBJDUMP=$OBJDUMP
6406 # Extract the first word of "objdump", so it can be a program name with args.
6407set dummy objdump; ac_word=$2
6408{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6409$as_echo_n "checking for $ac_word... " >&6; }
6410if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6411 $as_echo_n "(cached) " >&6
6412else
6413 if test -n "$ac_ct_OBJDUMP"; then
6414 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6415else
6416as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6417for as_dir in $PATH
6418do
6419 IFS=$as_save_IFS
6420 test -z "$as_dir" && as_dir=.
6421 for ac_exec_ext in '' $ac_executable_extensions; do
6422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6423 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6425 break 2
6426 fi
6427done
6428 done
6429IFS=$as_save_IFS
6430
6431fi
6432fi
6433ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6434if test -n "$ac_ct_OBJDUMP"; then
6435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6436$as_echo "$ac_ct_OBJDUMP" >&6; }
6437else
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6439$as_echo "no" >&6; }
6440fi
6441
6442 if test "x$ac_ct_OBJDUMP" = x; then
6443 OBJDUMP="false"
6444 else
6445 case $cross_compiling:$ac_tool_warned in
6446yes:)
6447{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6448$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6449ac_tool_warned=yes ;;
6450esac
6451 OBJDUMP=$ac_ct_OBJDUMP
6452 fi
6453else
6454 OBJDUMP="$ac_cv_prog_OBJDUMP"
6455fi
6456
6457test -z "$OBJDUMP" && OBJDUMP=objdump
6458
6459
6460
6461
6462
6463
6464
6465
6466
6467{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6468$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6469if test "${lt_cv_deplibs_check_method+set}" = set; then :
6470 $as_echo_n "(cached) " >&6
6471else
6472 lt_cv_file_magic_cmd='$MAGIC_CMD'
6473lt_cv_file_magic_test_file=
6474lt_cv_deplibs_check_method='unknown'
6475# Need to set the preceding variable on all platforms that support
6476# interlibrary dependencies.
6477# 'none' -- dependencies not supported.
6478# `unknown' -- same as none, but documents that we really don't know.
6479# 'pass_all' -- all dependencies passed with no checks.
6480# 'test_compile' -- check by making test program.
6481# 'file_magic [[regex]]' -- check by looking for files in library path
6482# which responds to the $file_magic_cmd with a given extended regex.
6483# If you have `file' or equivalent on your system and you're not sure
6484# whether `pass_all' will *always* work, you probably want this one.
6485
6486case $host_os in
6487aix[4-9]*)
6488 lt_cv_deplibs_check_method=pass_all
6489 ;;
6490
6491beos*)
6492 lt_cv_deplibs_check_method=pass_all
6493 ;;
6494
6495bsdi[45]*)
6496 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6497 lt_cv_file_magic_cmd='/usr/bin/file -L'
6498 lt_cv_file_magic_test_file=/shlib/libc.so
6499 ;;
6500
6501cygwin*)
6502 # func_win32_libid is a shell function defined in ltmain.sh
6503 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6504 lt_cv_file_magic_cmd='func_win32_libid'
6505 ;;
6506
6507mingw* | pw32*)
6508 # Base MSYS/MinGW do not provide the 'file' command needed by
6509 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6510 # unless we find 'file', for example because we are cross-compiling.
6511 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6512 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6513 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6514 lt_cv_file_magic_cmd='func_win32_libid'
6515 else
6516 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6517 lt_cv_file_magic_cmd='$OBJDUMP -f'
6518 fi
6519 ;;
6520
6521cegcc*)
6522 # use the weaker test based on 'objdump'. See mingw*.
6523 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6524 lt_cv_file_magic_cmd='$OBJDUMP -f'
6525 ;;
6526
6527darwin* | rhapsody*)
6528 lt_cv_deplibs_check_method=pass_all
6529 ;;
6530
6531freebsd* | dragonfly*)
6532 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6533 case $host_cpu in
6534 i*86 )
6535 # Not sure whether the presence of OpenBSD here was a mistake.
6536 # Let's accept both of them until this is cleared up.
6537 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6538 lt_cv_file_magic_cmd=/usr/bin/file
6539 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6540 ;;
6541 esac
6542 else
6543 lt_cv_deplibs_check_method=pass_all
6544 fi
6545 ;;
6546
6547gnu*)
6548 lt_cv_deplibs_check_method=pass_all
6549 ;;
6550
6551haiku*)
6552 lt_cv_deplibs_check_method=pass_all
6553 ;;
6554
6555hpux10.20* | hpux11*)
6556 lt_cv_file_magic_cmd=/usr/bin/file
6557 case $host_cpu in
6558 ia64*)
6559 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6560 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6561 ;;
6562 hppa*64*)
6563 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]'
6564 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6565 ;;
6566 *)
6567 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6568 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6569 ;;
6570 esac
6571 ;;
6572
6573interix[3-9]*)
6574 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6575 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6576 ;;
6577
6578irix5* | irix6* | nonstopux*)
6579 case $LD in
6580 *-32|*"-32 ") libmagic=32-bit;;
6581 *-n32|*"-n32 ") libmagic=N32;;
6582 *-64|*"-64 ") libmagic=64-bit;;
6583 *) libmagic=never-match;;
6584 esac
6585 lt_cv_deplibs_check_method=pass_all
6586 ;;
6587
6588# This must be Linux ELF.
6589linux* | k*bsd*-gnu | kopensolaris*-gnu)
6590 lt_cv_deplibs_check_method=pass_all
6591 ;;
6592
6593netbsd*)
6594 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6595 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6596 else
6597 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6598 fi
6599 ;;
6600
6601newos6*)
6602 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6603 lt_cv_file_magic_cmd=/usr/bin/file
6604 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6605 ;;
6606
6607*nto* | *qnx*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611openbsd*)
6612 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6613 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6614 else
6615 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6616 fi
6617 ;;
6618
6619osf3* | osf4* | osf5*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623rdos*)
6624 lt_cv_deplibs_check_method=pass_all
6625 ;;
6626
6627solaris*)
6628 lt_cv_deplibs_check_method=pass_all
6629 ;;
6630
6631sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6632 lt_cv_deplibs_check_method=pass_all
6633 ;;
6634
6635sysv4 | sysv4.3*)
6636 case $host_vendor in
6637 motorola)
6638 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]'
6639 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6640 ;;
6641 ncr)
6642 lt_cv_deplibs_check_method=pass_all
6643 ;;
6644 sequent)
6645 lt_cv_file_magic_cmd='/bin/file'
6646 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6647 ;;
6648 sni)
6649 lt_cv_file_magic_cmd='/bin/file'
6650 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6651 lt_cv_file_magic_test_file=/lib/libc.so
6652 ;;
6653 siemens)
6654 lt_cv_deplibs_check_method=pass_all
6655 ;;
6656 pc)
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659 esac
6660 ;;
6661
6662tpf*)
6663 lt_cv_deplibs_check_method=pass_all
6664 ;;
6665esac
6666
6667fi
6668{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6669$as_echo "$lt_cv_deplibs_check_method" >&6; }
6670file_magic_cmd=$lt_cv_file_magic_cmd
6671deplibs_check_method=$lt_cv_deplibs_check_method
6672test -z "$deplibs_check_method" && deplibs_check_method=unknown
6673
6674
6675
6676
6677
6678
6679
6680
6681
6682
6683
6684
6685if test -n "$ac_tool_prefix"; then
6686 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6687set dummy ${ac_tool_prefix}ar; ac_word=$2
6688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6689$as_echo_n "checking for $ac_word... " >&6; }
6690if test "${ac_cv_prog_AR+set}" = set; then :
6691 $as_echo_n "(cached) " >&6
6692else
6693 if test -n "$AR"; then
6694 ac_cv_prog_AR="$AR" # Let the user override the test.
6695else
6696as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6697for as_dir in $PATH
6698do
6699 IFS=$as_save_IFS
6700 test -z "$as_dir" && as_dir=.
6701 for ac_exec_ext in '' $ac_executable_extensions; do
6702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6703 ac_cv_prog_AR="${ac_tool_prefix}ar"
6704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6705 break 2
6706 fi
6707done
6708 done
6709IFS=$as_save_IFS
6710
6711fi
6712fi
6713AR=$ac_cv_prog_AR
6714if test -n "$AR"; then
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6716$as_echo "$AR" >&6; }
6717else
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6719$as_echo "no" >&6; }
6720fi
6721
6722
6723fi
6724if test -z "$ac_cv_prog_AR"; then
6725 ac_ct_AR=$AR
6726 # Extract the first word of "ar", so it can be a program name with args.
6727set dummy ar; ac_word=$2
6728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6729$as_echo_n "checking for $ac_word... " >&6; }
6730if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6731 $as_echo_n "(cached) " >&6
6732else
6733 if test -n "$ac_ct_AR"; then
6734 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6735else
6736as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6737for as_dir in $PATH
6738do
6739 IFS=$as_save_IFS
6740 test -z "$as_dir" && as_dir=.
6741 for ac_exec_ext in '' $ac_executable_extensions; do
6742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6743 ac_cv_prog_ac_ct_AR="ar"
6744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6745 break 2
6746 fi
6747done
6748 done
6749IFS=$as_save_IFS
6750
6751fi
6752fi
6753ac_ct_AR=$ac_cv_prog_ac_ct_AR
6754if test -n "$ac_ct_AR"; then
6755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6756$as_echo "$ac_ct_AR" >&6; }
6757else
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6759$as_echo "no" >&6; }
6760fi
6761
6762 if test "x$ac_ct_AR" = x; then
6763 AR="false"
6764 else
6765 case $cross_compiling:$ac_tool_warned in
6766yes:)
6767{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6768$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6769ac_tool_warned=yes ;;
6770esac
6771 AR=$ac_ct_AR
6772 fi
6773else
6774 AR="$ac_cv_prog_AR"
6775fi
6776
6777test -z "$AR" && AR=ar
6778test -z "$AR_FLAGS" && AR_FLAGS=cru
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790if test -n "$ac_tool_prefix"; then
6791 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6792set dummy ${ac_tool_prefix}strip; ac_word=$2
6793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6794$as_echo_n "checking for $ac_word... " >&6; }
6795if test "${ac_cv_prog_STRIP+set}" = set; then :
6796 $as_echo_n "(cached) " >&6
6797else
6798 if test -n "$STRIP"; then
6799 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6800else
6801as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6802for as_dir in $PATH
6803do
6804 IFS=$as_save_IFS
6805 test -z "$as_dir" && as_dir=.
6806 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6808 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6810 break 2
6811 fi
6812done
6813 done
6814IFS=$as_save_IFS
6815
6816fi
6817fi
6818STRIP=$ac_cv_prog_STRIP
6819if test -n "$STRIP"; then
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6821$as_echo "$STRIP" >&6; }
6822else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6824$as_echo "no" >&6; }
6825fi
6826
6827
6828fi
6829if test -z "$ac_cv_prog_STRIP"; then
6830 ac_ct_STRIP=$STRIP
6831 # Extract the first word of "strip", so it can be a program name with args.
6832set dummy strip; ac_word=$2
6833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6834$as_echo_n "checking for $ac_word... " >&6; }
6835if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6836 $as_echo_n "(cached) " >&6
6837else
6838 if test -n "$ac_ct_STRIP"; then
6839 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6840else
6841as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6842for as_dir in $PATH
6843do
6844 IFS=$as_save_IFS
6845 test -z "$as_dir" && as_dir=.
6846 for ac_exec_ext in '' $ac_executable_extensions; do
6847 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6848 ac_cv_prog_ac_ct_STRIP="strip"
6849 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6850 break 2
6851 fi
6852done
6853 done
6854IFS=$as_save_IFS
6855
6856fi
6857fi
6858ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6859if test -n "$ac_ct_STRIP"; then
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6861$as_echo "$ac_ct_STRIP" >&6; }
6862else
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6864$as_echo "no" >&6; }
6865fi
6866
6867 if test "x$ac_ct_STRIP" = x; then
6868 STRIP=":"
6869 else
6870 case $cross_compiling:$ac_tool_warned in
6871yes:)
6872{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6873$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6874ac_tool_warned=yes ;;
6875esac
6876 STRIP=$ac_ct_STRIP
6877 fi
6878else
6879 STRIP="$ac_cv_prog_STRIP"
6880fi
6881
6882test -z "$STRIP" && STRIP=:
6883
6884
6885
6886
6887
6888
6889if test -n "$ac_tool_prefix"; then
6890 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6891set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6893$as_echo_n "checking for $ac_word... " >&6; }
6894if test "${ac_cv_prog_RANLIB+set}" = set; then :
6895 $as_echo_n "(cached) " >&6
6896else
6897 if test -n "$RANLIB"; then
6898 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6899else
6900as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6901for as_dir in $PATH
6902do
6903 IFS=$as_save_IFS
6904 test -z "$as_dir" && as_dir=.
6905 for ac_exec_ext in '' $ac_executable_extensions; do
6906 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6907 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6909 break 2
6910 fi
6911done
6912 done
6913IFS=$as_save_IFS
6914
6915fi
6916fi
6917RANLIB=$ac_cv_prog_RANLIB
6918if test -n "$RANLIB"; then
6919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6920$as_echo "$RANLIB" >&6; }
6921else
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6923$as_echo "no" >&6; }
6924fi
6925
6926
6927fi
6928if test -z "$ac_cv_prog_RANLIB"; then
6929 ac_ct_RANLIB=$RANLIB
6930 # Extract the first word of "ranlib", so it can be a program name with args.
6931set dummy ranlib; ac_word=$2
6932{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6933$as_echo_n "checking for $ac_word... " >&6; }
6934if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6935 $as_echo_n "(cached) " >&6
6936else
6937 if test -n "$ac_ct_RANLIB"; then
6938 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6939else
6940as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6941for as_dir in $PATH
6942do
6943 IFS=$as_save_IFS
6944 test -z "$as_dir" && as_dir=.
6945 for ac_exec_ext in '' $ac_executable_extensions; do
6946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6947 ac_cv_prog_ac_ct_RANLIB="ranlib"
6948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6949 break 2
6950 fi
6951done
6952 done
6953IFS=$as_save_IFS
6954
6955fi
6956fi
6957ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6958if test -n "$ac_ct_RANLIB"; then
6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6960$as_echo "$ac_ct_RANLIB" >&6; }
6961else
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6963$as_echo "no" >&6; }
6964fi
6965
6966 if test "x$ac_ct_RANLIB" = x; then
6967 RANLIB=":"
6968 else
6969 case $cross_compiling:$ac_tool_warned in
6970yes:)
6971{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6972$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6973ac_tool_warned=yes ;;
6974esac
6975 RANLIB=$ac_ct_RANLIB
6976 fi
6977else
6978 RANLIB="$ac_cv_prog_RANLIB"
6979fi
6980
6981test -z "$RANLIB" && RANLIB=:
6982
6983
6984
6985
6986
6987
6988# Determine commands to create old-style static archives.
6989old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6990old_postinstall_cmds='chmod 644 $oldlib'
6991old_postuninstall_cmds=
6992
6993if test -n "$RANLIB"; then
6994 case $host_os in
6995 openbsd*)
6996 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6997 ;;
6998 *)
6999 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7000 ;;
7001 esac
7002 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7003fi
7004
7005case $host_os in
7006 darwin*)
7007 lock_old_archive_extraction=yes ;;
7008 *)
7009 lock_old_archive_extraction=no ;;
7010esac
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023
7024
7025
7026
7027
7028
7029
7030
7031
7032for ac_prog in gawk mawk nawk awk
7033do
7034 # Extract the first word of "$ac_prog", so it can be a program name with args.
7035set dummy $ac_prog; ac_word=$2
7036{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7037$as_echo_n "checking for $ac_word... " >&6; }
7038if test "${ac_cv_prog_AWK+set}" = set; then :
7039 $as_echo_n "(cached) " >&6
7040else
7041 if test -n "$AWK"; then
7042 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7043else
7044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7045for as_dir in $PATH
7046do
7047 IFS=$as_save_IFS
7048 test -z "$as_dir" && as_dir=.
7049 for ac_exec_ext in '' $ac_executable_extensions; do
7050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7051 ac_cv_prog_AWK="$ac_prog"
7052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7053 break 2
7054 fi
7055done
7056 done
7057IFS=$as_save_IFS
7058
7059fi
7060fi
7061AWK=$ac_cv_prog_AWK
7062if test -n "$AWK"; then
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7064$as_echo "$AWK" >&6; }
7065else
7066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7067$as_echo "no" >&6; }
7068fi
7069
7070
7071 test -n "$AWK" && break
7072done
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092# If no C compiler was specified, use CC.
7093LTCC=${LTCC-"$CC"}
7094
7095# If no C compiler flags were specified, use CFLAGS.
7096LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7097
7098# Allow CC to be a program name with arguments.
7099compiler=$CC
7100
7101
7102# Check for command to grab the raw symbol name followed by C symbol from nm.
7103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7104$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7105if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7106 $as_echo_n "(cached) " >&6
7107else
7108
7109# These are sane defaults that work on at least a few old systems.
7110# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7111
7112# Character class describing NM global symbol codes.
7113symcode='[BCDEGRST]'
7114
7115# Regexp to match symbols that can be accessed directly from C.
7116sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7117
7118# Define system-specific variables.
7119case $host_os in
7120aix*)
7121 symcode='[BCDT]'
7122 ;;
7123cygwin* | mingw* | pw32* | cegcc*)
7124 symcode='[ABCDGISTW]'
7125 ;;
7126hpux*)
7127 if test "$host_cpu" = ia64; then
7128 symcode='[ABCDEGRST]'
7129 fi
7130 ;;
7131irix* | nonstopux*)
7132 symcode='[BCDEGRST]'
7133 ;;
7134osf*)
7135 symcode='[BCDEGQRST]'
7136 ;;
7137solaris*)
7138 symcode='[BDRT]'
7139 ;;
7140sco3.2v5*)
7141 symcode='[DT]'
7142 ;;
7143sysv4.2uw2*)
7144 symcode='[DT]'
7145 ;;
7146sysv5* | sco5v6* | unixware* | OpenUNIX*)
7147 symcode='[ABDT]'
7148 ;;
7149sysv4)
7150 symcode='[DFNSTU]'
7151 ;;
7152esac
7153
7154# If we're using GNU nm, then use its standard symbol codes.
7155case `$NM -V 2>&1` in
7156*GNU* | *'with BFD'*)
7157 symcode='[ABCDGIRSTW]' ;;
7158esac
7159
7160# Transform an extracted symbol line into a proper C declaration.
7161# Some systems (esp. on ia64) link data and code symbols differently,
7162# so use this general approach.
7163lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7164
7165# Transform an extracted symbol line into symbol name and symbol address
7166lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7167lt_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'"
7168
7169# Handle CRLF in mingw tool chain
7170opt_cr=
7171case $build_os in
7172mingw*)
7173 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7174 ;;
7175esac
7176
7177# Try without a prefix underscore, then with it.
7178for ac_symprfx in "" "_"; do
7179
7180 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7181 symxfrm="\\1 $ac_symprfx\\2 \\2"
7182
7183 # Write the raw and C identifiers.
7184 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7185 # Fake it for dumpbin and say T for any non-static function
7186 # and D for any global variable.
7187 # Also find C++ and __fastcall symbols from MSVC++,
7188 # which start with @ or ?.
7189 lt_cv_sys_global_symbol_pipe="$AWK '"\
7190" {last_section=section; section=\$ 3};"\
7191" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7192" \$ 0!~/External *\|/{next};"\
7193" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7194" {if(hide[section]) next};"\
7195" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7196" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7197" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7198" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7199" ' prfx=^$ac_symprfx"
7200 else
7201 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7202 fi
7203
7204 # Check to see that the pipe works correctly.
7205 pipe_works=no
7206
7207 rm -f conftest*
7208 cat > conftest.$ac_ext <<_LT_EOF
7209#ifdef __cplusplus
7210extern "C" {
7211#endif
7212char nm_test_var;
7213void nm_test_func(void);
7214void nm_test_func(void){}
7215#ifdef __cplusplus
7216}
7217#endif
7218int main(){nm_test_var='a';nm_test_func();return(0);}
7219_LT_EOF
7220
7221 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7222 (eval $ac_compile) 2>&5
7223 ac_status=$?
7224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7225 test $ac_status = 0; }; then
7226 # Now try to grab the symbols.
7227 nlist=conftest.nm
7228 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7229 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7230 ac_status=$?
7231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7232 test $ac_status = 0; } && test -s "$nlist"; then
7233 # Try sorting and uniquifying the output.
7234 if sort "$nlist" | uniq > "$nlist"T; then
7235 mv -f "$nlist"T "$nlist"
7236 else
7237 rm -f "$nlist"T
7238 fi
7239
7240 # Make sure that we snagged all the symbols we need.
7241 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7242 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7243 cat <<_LT_EOF > conftest.$ac_ext
7244#ifdef __cplusplus
7245extern "C" {
7246#endif
7247
7248_LT_EOF
7249 # Now generate the symbol file.
7250 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7251
7252 cat <<_LT_EOF >> conftest.$ac_ext
7253
7254/* The mapping between symbol names and symbols. */
7255const struct {
7256 const char *name;
7257 void *address;
7258}
7259lt__PROGRAM__LTX_preloaded_symbols[] =
7260{
7261 { "@PROGRAM@", (void *) 0 },
7262_LT_EOF
7263 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7264 cat <<\_LT_EOF >> conftest.$ac_ext
7265 {0, (void *) 0}
7266};
7267
7268/* This works around a problem in FreeBSD linker */
7269#ifdef FREEBSD_WORKAROUND
7270static const void *lt_preloaded_setup() {
7271 return lt__PROGRAM__LTX_preloaded_symbols;
7272}
7273#endif
7274
7275#ifdef __cplusplus
7276}
7277#endif
7278_LT_EOF
7279 # Now try linking the two files.
7280 mv conftest.$ac_objext conftstm.$ac_objext
7281 lt_save_LIBS="$LIBS"
7282 lt_save_CFLAGS="$CFLAGS"
7283 LIBS="conftstm.$ac_objext"
7284 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7285 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7286 (eval $ac_link) 2>&5
7287 ac_status=$?
7288 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7289 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7290 pipe_works=yes
7291 fi
7292 LIBS="$lt_save_LIBS"
7293 CFLAGS="$lt_save_CFLAGS"
7294 else
7295 echo "cannot find nm_test_func in $nlist" >&5
7296 fi
7297 else
7298 echo "cannot find nm_test_var in $nlist" >&5
7299 fi
7300 else
7301 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7302 fi
7303 else
7304 echo "$progname: failed program was:" >&5
7305 cat conftest.$ac_ext >&5
7306 fi
7307 rm -rf conftest* conftst*
7308
7309 # Do not use the global_symbol_pipe unless it works.
7310 if test "$pipe_works" = yes; then
7311 break
7312 else
7313 lt_cv_sys_global_symbol_pipe=
7314 fi
7315done
7316
7317fi
7318
7319if test -z "$lt_cv_sys_global_symbol_pipe"; then
7320 lt_cv_sys_global_symbol_to_cdecl=
7321fi
7322if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7324$as_echo "failed" >&6; }
7325else
7326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7327$as_echo "ok" >&6; }
7328fi
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351# Check whether --enable-libtool-lock was given.
7352if test "${enable_libtool_lock+set}" = set; then :
7353 enableval=$enable_libtool_lock;
7354fi
7355
7356test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7357
7358# Some flags need to be propagated to the compiler or linker for good
7359# libtool support.
7360case $host in
7361ia64-*-hpux*)
7362 # Find out which ABI we are using.
7363 echo 'int i;' > conftest.$ac_ext
7364 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7365 (eval $ac_compile) 2>&5
7366 ac_status=$?
7367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7368 test $ac_status = 0; }; then
7369 case `/usr/bin/file conftest.$ac_objext` in
7370 *ELF-32*)
7371 HPUX_IA64_MODE="32"
7372 ;;
7373 *ELF-64*)
7374 HPUX_IA64_MODE="64"
7375 ;;
7376 esac
7377 fi
7378 rm -rf conftest*
7379 ;;
7380*-*-irix6*)
7381 # Find out which ABI we are using.
7382 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7383 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7384 (eval $ac_compile) 2>&5
7385 ac_status=$?
7386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7387 test $ac_status = 0; }; then
7388 if test "$lt_cv_prog_gnu_ld" = yes; then
7389 case `/usr/bin/file conftest.$ac_objext` in
7390 *32-bit*)
7391 LD="${LD-ld} -melf32bsmip"
7392 ;;
7393 *N32*)
7394 LD="${LD-ld} -melf32bmipn32"
7395 ;;
7396 *64-bit*)
7397 LD="${LD-ld} -melf64bmip"
7398 ;;
7399 esac
7400 else
7401 case `/usr/bin/file conftest.$ac_objext` in
7402 *32-bit*)
7403 LD="${LD-ld} -32"
7404 ;;
7405 *N32*)
7406 LD="${LD-ld} -n32"
7407 ;;
7408 *64-bit*)
7409 LD="${LD-ld} -64"
7410 ;;
7411 esac
7412 fi
7413 fi
7414 rm -rf conftest*
7415 ;;
7416
bf3d9781 7417x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7418s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7419 # Find out which ABI we are using.
7420 echo 'int i;' > conftest.$ac_ext
7421 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7422 (eval $ac_compile) 2>&5
7423 ac_status=$?
7424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7425 test $ac_status = 0; }; then
7426 case `/usr/bin/file conftest.o` in
7427 *32-bit*)
7428 case $host in
7429 x86_64-*kfreebsd*-gnu)
7430 LD="${LD-ld} -m elf_i386_fbsd"
7431 ;;
7432 x86_64-*linux*)
7433 case `/usr/bin/file conftest.o` in
7434 *x86-64*)
7435 LD="${LD-ld} -m elf32_x86_64"
7436 ;;
7437 *)
7438 LD="${LD-ld} -m elf_i386"
7439 ;;
7440 esac
7441 ;;
bf3d9781
AM
7442 powerpc64le-*linux*)
7443 LD="${LD-ld} -m elf32lppclinux"
7444 ;;
7445 powerpc64-*linux*)
6bb11ab3
L
7446 LD="${LD-ld} -m elf32ppclinux"
7447 ;;
7448 s390x-*linux*)
7449 LD="${LD-ld} -m elf_s390"
7450 ;;
7451 sparc64-*linux*)
7452 LD="${LD-ld} -m elf32_sparc"
7453 ;;
7454 esac
7455 ;;
7456 *64-bit*)
7457 case $host in
7458 x86_64-*kfreebsd*-gnu)
7459 LD="${LD-ld} -m elf_x86_64_fbsd"
7460 ;;
7461 x86_64-*linux*)
7462 LD="${LD-ld} -m elf_x86_64"
7463 ;;
bf3d9781
AM
7464 powerpcle-*linux*)
7465 LD="${LD-ld} -m elf64lppc"
7466 ;;
7467 powerpc-*linux*)
6bb11ab3
L
7468 LD="${LD-ld} -m elf64ppc"
7469 ;;
7470 s390*-*linux*|s390*-*tpf*)
7471 LD="${LD-ld} -m elf64_s390"
7472 ;;
7473 sparc*-*linux*)
7474 LD="${LD-ld} -m elf64_sparc"
7475 ;;
7476 esac
7477 ;;
7478 esac
7479 fi
7480 rm -rf conftest*
7481 ;;
7482
7483*-*-sco3.2v5*)
7484 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7485 SAVE_CFLAGS="$CFLAGS"
7486 CFLAGS="$CFLAGS -belf"
7487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7488$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7489if test "${lt_cv_cc_needs_belf+set}" = set; then :
7490 $as_echo_n "(cached) " >&6
7491else
7492 ac_ext=c
7493ac_cpp='$CPP $CPPFLAGS'
7494ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7495ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7496ac_compiler_gnu=$ac_cv_c_compiler_gnu
7497
7498 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7499/* end confdefs.h. */
7500
7501int
7502main ()
7503{
7504
7505 ;
7506 return 0;
7507}
7508_ACEOF
7509if ac_fn_c_try_link "$LINENO"; then :
7510 lt_cv_cc_needs_belf=yes
7511else
7512 lt_cv_cc_needs_belf=no
7513fi
7514rm -f core conftest.err conftest.$ac_objext \
7515 conftest$ac_exeext conftest.$ac_ext
7516 ac_ext=c
7517ac_cpp='$CPP $CPPFLAGS'
7518ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7519ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7520ac_compiler_gnu=$ac_cv_c_compiler_gnu
7521
7522fi
7523{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7524$as_echo "$lt_cv_cc_needs_belf" >&6; }
7525 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7526 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7527 CFLAGS="$SAVE_CFLAGS"
7528 fi
7529 ;;
7530sparc*-*solaris*)
7531 # Find out which ABI we are using.
7532 echo 'int i;' > conftest.$ac_ext
7533 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7534 (eval $ac_compile) 2>&5
7535 ac_status=$?
7536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7537 test $ac_status = 0; }; then
7538 case `/usr/bin/file conftest.o` in
7539 *64-bit*)
7540 case $lt_cv_prog_gnu_ld in
7541 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7542 *)
7543 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7544 LD="${LD-ld} -64"
7545 fi
7546 ;;
7547 esac
7548 ;;
7549 esac
7550 fi
7551 rm -rf conftest*
7552 ;;
7553esac
7554
7555need_locks="$enable_libtool_lock"
7556
7557
7558 case $host_os in
7559 rhapsody* | darwin*)
7560 if test -n "$ac_tool_prefix"; then
7561 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7562set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7563{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7564$as_echo_n "checking for $ac_word... " >&6; }
7565if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7566 $as_echo_n "(cached) " >&6
7567else
7568 if test -n "$DSYMUTIL"; then
7569 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7570else
7571as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7572for as_dir in $PATH
7573do
7574 IFS=$as_save_IFS
7575 test -z "$as_dir" && as_dir=.
7576 for ac_exec_ext in '' $ac_executable_extensions; do
7577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7578 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7580 break 2
7581 fi
7582done
7583 done
7584IFS=$as_save_IFS
7585
7586fi
7587fi
7588DSYMUTIL=$ac_cv_prog_DSYMUTIL
7589if test -n "$DSYMUTIL"; then
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7591$as_echo "$DSYMUTIL" >&6; }
7592else
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7594$as_echo "no" >&6; }
7595fi
7596
7597
7598fi
7599if test -z "$ac_cv_prog_DSYMUTIL"; then
7600 ac_ct_DSYMUTIL=$DSYMUTIL
7601 # Extract the first word of "dsymutil", so it can be a program name with args.
7602set dummy dsymutil; ac_word=$2
7603{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7604$as_echo_n "checking for $ac_word... " >&6; }
7605if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7606 $as_echo_n "(cached) " >&6
7607else
7608 if test -n "$ac_ct_DSYMUTIL"; then
7609 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7610else
7611as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7612for as_dir in $PATH
7613do
7614 IFS=$as_save_IFS
7615 test -z "$as_dir" && as_dir=.
7616 for ac_exec_ext in '' $ac_executable_extensions; do
7617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7618 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7620 break 2
7621 fi
7622done
7623 done
7624IFS=$as_save_IFS
7625
7626fi
7627fi
7628ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7629if test -n "$ac_ct_DSYMUTIL"; then
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7631$as_echo "$ac_ct_DSYMUTIL" >&6; }
7632else
7633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7634$as_echo "no" >&6; }
7635fi
7636
7637 if test "x$ac_ct_DSYMUTIL" = x; then
7638 DSYMUTIL=":"
7639 else
7640 case $cross_compiling:$ac_tool_warned in
7641yes:)
7642{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7643$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7644ac_tool_warned=yes ;;
7645esac
7646 DSYMUTIL=$ac_ct_DSYMUTIL
7647 fi
7648else
7649 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7650fi
7651
7652 if test -n "$ac_tool_prefix"; then
7653 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7654set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7656$as_echo_n "checking for $ac_word... " >&6; }
7657if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7658 $as_echo_n "(cached) " >&6
7659else
7660 if test -n "$NMEDIT"; then
7661 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7662else
7663as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7664for as_dir in $PATH
7665do
7666 IFS=$as_save_IFS
7667 test -z "$as_dir" && as_dir=.
7668 for ac_exec_ext in '' $ac_executable_extensions; do
7669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7670 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7672 break 2
7673 fi
7674done
7675 done
7676IFS=$as_save_IFS
7677
7678fi
7679fi
7680NMEDIT=$ac_cv_prog_NMEDIT
7681if test -n "$NMEDIT"; then
7682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7683$as_echo "$NMEDIT" >&6; }
7684else
7685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7686$as_echo "no" >&6; }
7687fi
7688
7689
7690fi
7691if test -z "$ac_cv_prog_NMEDIT"; then
7692 ac_ct_NMEDIT=$NMEDIT
7693 # Extract the first word of "nmedit", so it can be a program name with args.
7694set dummy nmedit; ac_word=$2
7695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7696$as_echo_n "checking for $ac_word... " >&6; }
7697if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7698 $as_echo_n "(cached) " >&6
7699else
7700 if test -n "$ac_ct_NMEDIT"; then
7701 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7702else
7703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7704for as_dir in $PATH
7705do
7706 IFS=$as_save_IFS
7707 test -z "$as_dir" && as_dir=.
7708 for ac_exec_ext in '' $ac_executable_extensions; do
7709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7710 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7712 break 2
7713 fi
7714done
7715 done
7716IFS=$as_save_IFS
7717
7718fi
7719fi
7720ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7721if test -n "$ac_ct_NMEDIT"; then
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7723$as_echo "$ac_ct_NMEDIT" >&6; }
7724else
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7726$as_echo "no" >&6; }
7727fi
7728
7729 if test "x$ac_ct_NMEDIT" = x; then
7730 NMEDIT=":"
7731 else
7732 case $cross_compiling:$ac_tool_warned in
7733yes:)
7734{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7735$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7736ac_tool_warned=yes ;;
7737esac
7738 NMEDIT=$ac_ct_NMEDIT
7739 fi
7740else
7741 NMEDIT="$ac_cv_prog_NMEDIT"
7742fi
7743
7744 if test -n "$ac_tool_prefix"; then
7745 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7746set dummy ${ac_tool_prefix}lipo; ac_word=$2
7747{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7748$as_echo_n "checking for $ac_word... " >&6; }
7749if test "${ac_cv_prog_LIPO+set}" = set; then :
7750 $as_echo_n "(cached) " >&6
7751else
7752 if test -n "$LIPO"; then
7753 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7754else
7755as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7756for as_dir in $PATH
7757do
7758 IFS=$as_save_IFS
7759 test -z "$as_dir" && as_dir=.
7760 for ac_exec_ext in '' $ac_executable_extensions; do
7761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7762 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7763 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7764 break 2
7765 fi
7766done
7767 done
7768IFS=$as_save_IFS
7769
7770fi
7771fi
7772LIPO=$ac_cv_prog_LIPO
7773if test -n "$LIPO"; then
7774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7775$as_echo "$LIPO" >&6; }
7776else
7777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7778$as_echo "no" >&6; }
7779fi
7780
7781
7782fi
7783if test -z "$ac_cv_prog_LIPO"; then
7784 ac_ct_LIPO=$LIPO
7785 # Extract the first word of "lipo", so it can be a program name with args.
7786set dummy lipo; ac_word=$2
7787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7788$as_echo_n "checking for $ac_word... " >&6; }
7789if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7790 $as_echo_n "(cached) " >&6
7791else
7792 if test -n "$ac_ct_LIPO"; then
7793 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7794else
7795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7796for as_dir in $PATH
7797do
7798 IFS=$as_save_IFS
7799 test -z "$as_dir" && as_dir=.
7800 for ac_exec_ext in '' $ac_executable_extensions; do
7801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7802 ac_cv_prog_ac_ct_LIPO="lipo"
7803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7804 break 2
7805 fi
7806done
7807 done
7808IFS=$as_save_IFS
7809
7810fi
7811fi
7812ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7813if test -n "$ac_ct_LIPO"; then
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7815$as_echo "$ac_ct_LIPO" >&6; }
7816else
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818$as_echo "no" >&6; }
7819fi
7820
7821 if test "x$ac_ct_LIPO" = x; then
7822 LIPO=":"
7823 else
7824 case $cross_compiling:$ac_tool_warned in
7825yes:)
7826{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7827$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7828ac_tool_warned=yes ;;
7829esac
7830 LIPO=$ac_ct_LIPO
7831 fi
7832else
7833 LIPO="$ac_cv_prog_LIPO"
7834fi
7835
7836 if test -n "$ac_tool_prefix"; then
7837 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7838set dummy ${ac_tool_prefix}otool; ac_word=$2
7839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7840$as_echo_n "checking for $ac_word... " >&6; }
7841if test "${ac_cv_prog_OTOOL+set}" = set; then :
7842 $as_echo_n "(cached) " >&6
7843else
7844 if test -n "$OTOOL"; then
7845 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7846else
7847as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7848for as_dir in $PATH
7849do
7850 IFS=$as_save_IFS
7851 test -z "$as_dir" && as_dir=.
7852 for ac_exec_ext in '' $ac_executable_extensions; do
7853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7854 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7855 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7856 break 2
7857 fi
7858done
7859 done
7860IFS=$as_save_IFS
7861
7862fi
7863fi
7864OTOOL=$ac_cv_prog_OTOOL
7865if test -n "$OTOOL"; then
7866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7867$as_echo "$OTOOL" >&6; }
7868else
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7870$as_echo "no" >&6; }
7871fi
7872
7873
7874fi
7875if test -z "$ac_cv_prog_OTOOL"; then
7876 ac_ct_OTOOL=$OTOOL
7877 # Extract the first word of "otool", so it can be a program name with args.
7878set dummy otool; ac_word=$2
7879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7880$as_echo_n "checking for $ac_word... " >&6; }
7881if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7882 $as_echo_n "(cached) " >&6
7883else
7884 if test -n "$ac_ct_OTOOL"; then
7885 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7886else
7887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888for as_dir in $PATH
7889do
7890 IFS=$as_save_IFS
7891 test -z "$as_dir" && as_dir=.
7892 for ac_exec_ext in '' $ac_executable_extensions; do
7893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7894 ac_cv_prog_ac_ct_OTOOL="otool"
7895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7896 break 2
7897 fi
7898done
7899 done
7900IFS=$as_save_IFS
7901
7902fi
7903fi
7904ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7905if test -n "$ac_ct_OTOOL"; then
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7907$as_echo "$ac_ct_OTOOL" >&6; }
7908else
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7910$as_echo "no" >&6; }
7911fi
7912
7913 if test "x$ac_ct_OTOOL" = x; then
7914 OTOOL=":"
7915 else
7916 case $cross_compiling:$ac_tool_warned in
7917yes:)
7918{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7919$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7920ac_tool_warned=yes ;;
7921esac
7922 OTOOL=$ac_ct_OTOOL
7923 fi
7924else
7925 OTOOL="$ac_cv_prog_OTOOL"
7926fi
7927
7928 if test -n "$ac_tool_prefix"; then
7929 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7930set dummy ${ac_tool_prefix}otool64; ac_word=$2
7931{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7932$as_echo_n "checking for $ac_word... " >&6; }
7933if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7934 $as_echo_n "(cached) " >&6
7935else
7936 if test -n "$OTOOL64"; then
7937 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7938else
7939as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7940for as_dir in $PATH
7941do
7942 IFS=$as_save_IFS
7943 test -z "$as_dir" && as_dir=.
7944 for ac_exec_ext in '' $ac_executable_extensions; do
7945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7946 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7947 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7948 break 2
7949 fi
7950done
7951 done
7952IFS=$as_save_IFS
7953
7954fi
7955fi
7956OTOOL64=$ac_cv_prog_OTOOL64
7957if test -n "$OTOOL64"; then
7958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7959$as_echo "$OTOOL64" >&6; }
7960else
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7962$as_echo "no" >&6; }
7963fi
7964
7965
7966fi
7967if test -z "$ac_cv_prog_OTOOL64"; then
7968 ac_ct_OTOOL64=$OTOOL64
7969 # Extract the first word of "otool64", so it can be a program name with args.
7970set dummy otool64; ac_word=$2
7971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7972$as_echo_n "checking for $ac_word... " >&6; }
7973if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7974 $as_echo_n "(cached) " >&6
7975else
7976 if test -n "$ac_ct_OTOOL64"; then
7977 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7978else
7979as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7980for as_dir in $PATH
7981do
7982 IFS=$as_save_IFS
7983 test -z "$as_dir" && as_dir=.
7984 for ac_exec_ext in '' $ac_executable_extensions; do
7985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7986 ac_cv_prog_ac_ct_OTOOL64="otool64"
7987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7988 break 2
7989 fi
7990done
7991 done
7992IFS=$as_save_IFS
7993
7994fi
7995fi
7996ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7997if test -n "$ac_ct_OTOOL64"; then
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7999$as_echo "$ac_ct_OTOOL64" >&6; }
8000else
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8002$as_echo "no" >&6; }
8003fi
8004
8005 if test "x$ac_ct_OTOOL64" = x; then
8006 OTOOL64=":"
8007 else
8008 case $cross_compiling:$ac_tool_warned in
8009yes:)
8010{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8011$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8012ac_tool_warned=yes ;;
8013esac
8014 OTOOL64=$ac_ct_OTOOL64
8015 fi
8016else
8017 OTOOL64="$ac_cv_prog_OTOOL64"
8018fi
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8047$as_echo_n "checking for -single_module linker flag... " >&6; }
8048if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8049 $as_echo_n "(cached) " >&6
8050else
8051 lt_cv_apple_cc_single_mod=no
8052 if test -z "${LT_MULTI_MODULE}"; then
8053 # By default we will add the -single_module flag. You can override
8054 # by either setting the environment variable LT_MULTI_MODULE
8055 # non-empty at configure time, or by adding -multi_module to the
8056 # link flags.
8057 rm -rf libconftest.dylib*
8058 echo "int foo(void){return 1;}" > conftest.c
8059 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8060-dynamiclib -Wl,-single_module conftest.c" >&5
8061 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8062 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8063 _lt_result=$?
8064 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8065 lt_cv_apple_cc_single_mod=yes
8066 else
8067 cat conftest.err >&5
8068 fi
8069 rm -rf libconftest.dylib*
8070 rm -f conftest.*
8071 fi
8072fi
8073{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8074$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8076$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8077if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8078 $as_echo_n "(cached) " >&6
8079else
8080 lt_cv_ld_exported_symbols_list=no
8081 save_LDFLAGS=$LDFLAGS
8082 echo "_main" > conftest.sym
8083 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8085/* end confdefs.h. */
8086
8087int
8088main ()
8089{
8090
8091 ;
8092 return 0;
8093}
8094_ACEOF
8095if ac_fn_c_try_link "$LINENO"; then :
8096 lt_cv_ld_exported_symbols_list=yes
8097else
8098 lt_cv_ld_exported_symbols_list=no
8099fi
8100rm -f core conftest.err conftest.$ac_objext \
8101 conftest$ac_exeext conftest.$ac_ext
8102 LDFLAGS="$save_LDFLAGS"
8103
8104fi
8105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8106$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8108$as_echo_n "checking for -force_load linker flag... " >&6; }
8109if test "${lt_cv_ld_force_load+set}" = set; then :
8110 $as_echo_n "(cached) " >&6
8111else
8112 lt_cv_ld_force_load=no
8113 cat > conftest.c << _LT_EOF
8114int forced_loaded() { return 2;}
8115_LT_EOF
8116 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8117 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8118 echo "$AR cru libconftest.a conftest.o" >&5
8119 $AR cru libconftest.a conftest.o 2>&5
8120 cat > conftest.c << _LT_EOF
8121int main() { return 0;}
8122_LT_EOF
8123 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8124 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8125 _lt_result=$?
8126 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8127 lt_cv_ld_force_load=yes
8128 else
8129 cat conftest.err >&5
8130 fi
8131 rm -f conftest.err libconftest.a conftest conftest.c
8132 rm -rf conftest.dSYM
8133
8134fi
8135{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8136$as_echo "$lt_cv_ld_force_load" >&6; }
8137 case $host_os in
8138 rhapsody* | darwin1.[012])
8139 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8140 darwin1.*)
8141 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8142 darwin*) # darwin 5.x on
8143 # if running on 10.5 or later, the deployment target defaults
8144 # to the OS version, if on x86, and 10.4, the deployment
8145 # target defaults to 10.4. Don't you love it?
8146 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8147 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8148 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8149 10.[012][,.]*)
6bb11ab3
L
8150 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8151 10.*)
8152 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8153 esac
8154 ;;
8155 esac
8156 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8157 _lt_dar_single_mod='$single_module'
8158 fi
8159 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8160 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8161 else
8162 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8163 fi
8164 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8165 _lt_dsymutil='~$DSYMUTIL $lib || :'
8166 else
8167 _lt_dsymutil=
8168 fi
8169 ;;
8170 esac
8171
8172for ac_header in dlfcn.h
8173do :
8174 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8175"
8176if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8177 cat >>confdefs.h <<_ACEOF
8178#define HAVE_DLFCN_H 1
8179_ACEOF
8180
8181fi
8182
8183done
8184
8185
8186
8187# autoconf.info says this should be called right after AC_INIT.
8188ac_config_headers="$ac_config_headers config.h:config.in"
8189
8190
8191
0cb8d851
MF
8192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8193$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8194if test "${ac_cv_c_bigendian+set}" = set; then :
8195 $as_echo_n "(cached) " >&6
8196else
8197 ac_cv_c_bigendian=unknown
8198 # See if we're dealing with a universal compiler.
8199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8200/* end confdefs.h. */
8201#ifndef __APPLE_CC__
8202 not a universal capable compiler
8203 #endif
8204 typedef int dummy;
8205
8206_ACEOF
8207if ac_fn_c_try_compile "$LINENO"; then :
8208
8209 # Check for potential -arch flags. It is not universal unless
8210 # there are at least two -arch flags with different values.
8211 ac_arch=
8212 ac_prev=
8213 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8214 if test -n "$ac_prev"; then
8215 case $ac_word in
8216 i?86 | x86_64 | ppc | ppc64)
8217 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8218 ac_arch=$ac_word
8219 else
8220 ac_cv_c_bigendian=universal
8221 break
8222 fi
8223 ;;
8224 esac
8225 ac_prev=
8226 elif test "x$ac_word" = "x-arch"; then
8227 ac_prev=arch
8228 fi
8229 done
8230fi
8231rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8232 if test $ac_cv_c_bigendian = unknown; then
8233 # See if sys/param.h defines the BYTE_ORDER macro.
8234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8235/* end confdefs.h. */
8236#include <sys/types.h>
8237 #include <sys/param.h>
8238
8239int
8240main ()
8241{
8242#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8243 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8244 && LITTLE_ENDIAN)
8245 bogus endian macros
8246 #endif
8247
8248 ;
8249 return 0;
8250}
8251_ACEOF
8252if ac_fn_c_try_compile "$LINENO"; then :
8253 # It does; now see whether it defined to BIG_ENDIAN or not.
8254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8255/* end confdefs.h. */
8256#include <sys/types.h>
8257 #include <sys/param.h>
8258
8259int
8260main ()
8261{
8262#if BYTE_ORDER != BIG_ENDIAN
8263 not big endian
8264 #endif
8265
8266 ;
8267 return 0;
8268}
8269_ACEOF
8270if ac_fn_c_try_compile "$LINENO"; then :
8271 ac_cv_c_bigendian=yes
8272else
8273 ac_cv_c_bigendian=no
8274fi
8275rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8276fi
8277rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8278 fi
8279 if test $ac_cv_c_bigendian = unknown; then
8280 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8282/* end confdefs.h. */
8283#include <limits.h>
8284
8285int
8286main ()
8287{
8288#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8289 bogus endian macros
8290 #endif
8291
8292 ;
8293 return 0;
8294}
8295_ACEOF
8296if ac_fn_c_try_compile "$LINENO"; then :
8297 # It does; now see whether it defined to _BIG_ENDIAN or not.
8298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8299/* end confdefs.h. */
8300#include <limits.h>
8301
8302int
8303main ()
8304{
8305#ifndef _BIG_ENDIAN
8306 not big endian
8307 #endif
8308
8309 ;
8310 return 0;
8311}
8312_ACEOF
8313if ac_fn_c_try_compile "$LINENO"; then :
8314 ac_cv_c_bigendian=yes
8315else
8316 ac_cv_c_bigendian=no
8317fi
8318rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8319fi
8320rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8321 fi
8322 if test $ac_cv_c_bigendian = unknown; then
8323 # Compile a test program.
8324 if test "$cross_compiling" = yes; then :
8325 # Try to guess by grepping values from an object file.
8326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8327/* end confdefs.h. */
8328short int ascii_mm[] =
8329 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8330 short int ascii_ii[] =
8331 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8332 int use_ascii (int i) {
8333 return ascii_mm[i] + ascii_ii[i];
8334 }
8335 short int ebcdic_ii[] =
8336 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8337 short int ebcdic_mm[] =
8338 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8339 int use_ebcdic (int i) {
8340 return ebcdic_mm[i] + ebcdic_ii[i];
8341 }
8342 extern int foo;
8343
8344int
8345main ()
8346{
8347return use_ascii (foo) == use_ebcdic (foo);
8348 ;
8349 return 0;
8350}
8351_ACEOF
8352if ac_fn_c_try_compile "$LINENO"; then :
8353 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8354 ac_cv_c_bigendian=yes
8355 fi
8356 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8357 if test "$ac_cv_c_bigendian" = unknown; then
8358 ac_cv_c_bigendian=no
8359 else
8360 # finding both strings is unlikely to happen, but who knows?
8361 ac_cv_c_bigendian=unknown
8362 fi
8363 fi
8364fi
8365rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8366else
8367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8368/* end confdefs.h. */
8369$ac_includes_default
8370int
8371main ()
8372{
8373
8374 /* Are we little or big endian? From Harbison&Steele. */
8375 union
8376 {
8377 long int l;
8378 char c[sizeof (long int)];
8379 } u;
8380 u.l = 1;
8381 return u.c[sizeof (long int) - 1] == 1;
8382
8383 ;
8384 return 0;
8385}
8386_ACEOF
8387if ac_fn_c_try_run "$LINENO"; then :
8388 ac_cv_c_bigendian=no
8389else
8390 ac_cv_c_bigendian=yes
8391fi
8392rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8393 conftest.$ac_objext conftest.beam conftest.$ac_ext
8394fi
8395
8396 fi
8397fi
8398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8399$as_echo "$ac_cv_c_bigendian" >&6; }
8400 case $ac_cv_c_bigendian in #(
8401 yes)
8402 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8403;; #(
8404 no)
8405 ;; #(
8406 universal)
8407
8408$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8409
8410 ;; #(
8411 *)
8412 as_fn_error "unknown endianness
8413 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8414 esac
8415
6bb11ab3
L
8416
8417
8418
8419# Put a plausible default for CC_FOR_BUILD in Makefile.
8420if test "x$cross_compiling" = "xno"; then
8421 CC_FOR_BUILD='$(CC)'
8422else
8423 CC_FOR_BUILD=gcc
8424fi
8425
8426
8427
8428
8429AR=${AR-ar}
8430
8431if test -n "$ac_tool_prefix"; then
8432 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8433set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8435$as_echo_n "checking for $ac_word... " >&6; }
8436if test "${ac_cv_prog_RANLIB+set}" = set; then :
8437 $as_echo_n "(cached) " >&6
8438else
8439 if test -n "$RANLIB"; then
8440 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8441else
8442as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8443for as_dir in $PATH
8444do
8445 IFS=$as_save_IFS
8446 test -z "$as_dir" && as_dir=.
8447 for ac_exec_ext in '' $ac_executable_extensions; do
8448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8449 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8451 break 2
8452 fi
8453done
8454 done
8455IFS=$as_save_IFS
8456
8457fi
8458fi
8459RANLIB=$ac_cv_prog_RANLIB
8460if test -n "$RANLIB"; then
8461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8462$as_echo "$RANLIB" >&6; }
8463else
8464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8465$as_echo "no" >&6; }
8466fi
8467
8468
8469fi
8470if test -z "$ac_cv_prog_RANLIB"; then
8471 ac_ct_RANLIB=$RANLIB
8472 # Extract the first word of "ranlib", so it can be a program name with args.
8473set dummy ranlib; ac_word=$2
8474{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8475$as_echo_n "checking for $ac_word... " >&6; }
8476if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8477 $as_echo_n "(cached) " >&6
8478else
8479 if test -n "$ac_ct_RANLIB"; then
8480 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8481else
8482as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8483for as_dir in $PATH
8484do
8485 IFS=$as_save_IFS
8486 test -z "$as_dir" && as_dir=.
8487 for ac_exec_ext in '' $ac_executable_extensions; do
8488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8489 ac_cv_prog_ac_ct_RANLIB="ranlib"
8490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8491 break 2
8492 fi
8493done
8494 done
8495IFS=$as_save_IFS
8496
8497fi
8498fi
8499ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8500if test -n "$ac_ct_RANLIB"; then
8501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8502$as_echo "$ac_ct_RANLIB" >&6; }
8503else
8504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8505$as_echo "no" >&6; }
8506fi
8507
8508 if test "x$ac_ct_RANLIB" = x; then
8509 RANLIB=":"
8510 else
8511 case $cross_compiling:$ac_tool_warned in
8512yes:)
8513{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8514$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8515ac_tool_warned=yes ;;
8516esac
8517 RANLIB=$ac_ct_RANLIB
8518 fi
8519else
8520 RANLIB="$ac_cv_prog_RANLIB"
8521fi
8522
8523
8524# Some of the common include files depend on bfd.h, and bfd.h checks
8525# that config.h is included first by testing that the PACKAGE macro
8526# is defined.
8527PACKAGE=sim
8528
8529cat >>confdefs.h <<_ACEOF
8530#define PACKAGE "$PACKAGE"
8531_ACEOF
8532
8533
8534
8535# Dependency checking.
8536ac_config_commands="$ac_config_commands depdir"
8537
8538
8539depcc="$CC" am_compiler_list=
8540
8541am_depcomp=$ac_aux_dir/depcomp
8542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8543$as_echo_n "checking dependency style of $depcc... " >&6; }
8544if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8545 $as_echo_n "(cached) " >&6
8546else
8547 if test -f "$am_depcomp"; then
8548 # We make a subdir and do the tests there. Otherwise we can end up
8549 # making bogus files that we don't know about and never remove. For
8550 # instance it was reported that on HP-UX the gcc test will end up
8551 # making a dummy file named `D' -- because `-MD' means `put the output
8552 # in D'.
8553 mkdir conftest.dir
8554 # Copy depcomp to subdir because otherwise we won't find it if we're
8555 # using a relative directory.
8556 cp "$am_depcomp" conftest.dir
8557 cd conftest.dir
8558 # We will build objects and dependencies in a subdirectory because
8559 # it helps to detect inapplicable dependency modes. For instance
8560 # both Tru64's cc and ICC support -MD to output dependencies as a
8561 # side effect of compilation, but ICC will put the dependencies in
8562 # the current directory while Tru64 will put them in the object
8563 # directory.
8564 mkdir sub
8565
8566 am_cv_CC_dependencies_compiler_type=none
8567 if test "$am_compiler_list" = ""; then
8568 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8569 fi
8570 for depmode in $am_compiler_list; do
8571 if test $depmode = none; then break; fi
8572
8573 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8574 # Setup a source with many dependencies, because some compilers
8575 # like to wrap large dependency lists on column 80 (with \), and
8576 # we should not choose a depcomp mode which is confused by this.
8577 #
8578 # We need to recreate these files for each test, as the compiler may
8579 # overwrite some of them when testing with obscure command lines.
8580 # This happens at least with the AIX C compiler.
8581 : > sub/conftest.c
8582 for i in 1 2 3 4 5 6; do
8583 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8584 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8585 # Solaris 8's {/usr,}/bin/sh.
8586 touch sub/conftst$i.h
8587 done
8588 echo "include sub/conftest.Po" > confmf
8589
8590 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8591 # mode. It turns out that the SunPro C++ compiler does not properly
8592 # handle `-M -o', and we need to detect this.
8593 depcmd="depmode=$depmode \
8594 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8595 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8596 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8597 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8598 if env $depcmd > conftest.err 2>&1 &&
8599 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8600 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8601 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8602 # icc doesn't choke on unknown options, it will just issue warnings
8603 # or remarks (even with -Werror). So we grep stderr for any message
8604 # that says an option was ignored or not supported.
8605 # When given -MP, icc 7.0 and 7.1 complain thusly:
8606 # icc: Command line warning: ignoring option '-M'; no argument required
8607 # The diagnosis changed in icc 8.0:
8608 # icc: Command line remark: option '-MP' not supported
8609 if (grep 'ignoring option' conftest.err ||
8610 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8611 am_cv_CC_dependencies_compiler_type=$depmode
8612 $as_echo "$as_me:$LINENO: success" >&5
8613 break
8614 fi
8615 fi
8616 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8617 sed -e 's/^/| /' < conftest.err >&5
8618 done
8619
8620 cd ..
8621 rm -rf conftest.dir
8622else
8623 am_cv_CC_dependencies_compiler_type=none
8624fi
8625
8626fi
8627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8628$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8629if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8630then as_fn_error "no usable dependency style found" "$LINENO" 5
8631else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8632
8633fi
8634
8635
8636# Check for the 'make' the user wants to use.
8637for ac_prog in make
8638do
8639 # Extract the first word of "$ac_prog", so it can be a program name with args.
8640set dummy $ac_prog; ac_word=$2
8641{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8642$as_echo_n "checking for $ac_word... " >&6; }
8643if test "${ac_cv_prog_MAKE+set}" = set; then :
8644 $as_echo_n "(cached) " >&6
8645else
8646 if test -n "$MAKE"; then
8647 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8648else
8649as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8650for as_dir in $PATH
8651do
8652 IFS=$as_save_IFS
8653 test -z "$as_dir" && as_dir=.
8654 for ac_exec_ext in '' $ac_executable_extensions; do
8655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8656 ac_cv_prog_MAKE="$ac_prog"
8657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8658 break 2
8659 fi
8660done
8661 done
8662IFS=$as_save_IFS
8663
8664fi
8665fi
8666MAKE=$ac_cv_prog_MAKE
8667if test -n "$MAKE"; then
8668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8669$as_echo "$MAKE" >&6; }
8670else
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8672$as_echo "no" >&6; }
8673fi
8674
8675
8676 test -n "$MAKE" && break
8677done
8678
8679MAKE_IS_GNU=
8680case "`$MAKE --version 2>&1 | sed 1q`" in
8681 *GNU*)
8682 MAKE_IS_GNU=yes
8683 ;;
8684esac
8685 if test "$MAKE_IS_GNU" = yes; then
8686 GMAKE_TRUE=
8687 GMAKE_FALSE='#'
8688else
8689 GMAKE_TRUE='#'
8690 GMAKE_FALSE=
8691fi
8692
8693
8694ALL_LINGUAS=
8695# If we haven't got the data from the intl directory,
8696# assume NLS is disabled.
8697USE_NLS=no
8698LIBINTL=
8699LIBINTL_DEP=
8700INCINTL=
8701XGETTEXT=
8702GMSGFMT=
8703POSUB=
8704
8705if test -f ../../intl/config.intl; then
8706 . ../../intl/config.intl
8707fi
8708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8709$as_echo_n "checking whether NLS is requested... " >&6; }
8710if test x"$USE_NLS" != xyes; then
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8712$as_echo "no" >&6; }
8713else
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8715$as_echo "yes" >&6; }
8716
8717$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8718
8719
8720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8721$as_echo_n "checking for catalogs to be installed... " >&6; }
8722 # Look for .po and .gmo files in the source directory.
8723 CATALOGS=
8724 XLINGUAS=
8725 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8726 # If there aren't any .gmo files the shell will give us the
8727 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8728 # weeded out.
8729 case "$cat" in *\**)
8730 continue;;
8731 esac
8732 # The quadruple backslash is collapsed to a double backslash
8733 # by the backticks, then collapsed again by the double quotes,
8734 # leaving us with one backslash in the sed expression (right
8735 # before the dot that mustn't act as a wildcard).
8736 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8737 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8738 # The user is allowed to set LINGUAS to a list of languages to
8739 # install catalogs for. If it's empty that means "all of them."
8740 if test "x$LINGUAS" = x; then
8741 CATALOGS="$CATALOGS $cat"
8742 XLINGUAS="$XLINGUAS $lang"
8743 else
8744 case "$LINGUAS" in *$lang*)
8745 CATALOGS="$CATALOGS $cat"
8746 XLINGUAS="$XLINGUAS $lang"
8747 ;;
8748 esac
8749 fi
8750 done
8751 LINGUAS="$XLINGUAS"
8752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8753$as_echo "$LINGUAS" >&6; }
8754
8755
8756 DATADIRNAME=share
8757
8758 INSTOBJEXT=.mo
8759
8760 GENCAT=gencat
8761
8762 CATOBJEXT=.gmo
8763
8764fi
8765
8766# Check for common headers.
8767# FIXME: Seems to me this can cause problems for i386-windows hosts.
8768# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8769for ac_header in stdlib.h string.h strings.h unistd.h time.h
8770do :
8771 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8772ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8773eval as_val=\$$as_ac_Header
8774 if test "x$as_val" = x""yes; then :
8775 cat >>confdefs.h <<_ACEOF
8776#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8777_ACEOF
8778
8779fi
8780
8781done
8782
8783for ac_header in sys/time.h sys/resource.h
8784do :
8785 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8786ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8787eval as_val=\$$as_ac_Header
8788 if test "x$as_val" = x""yes; then :
8789 cat >>confdefs.h <<_ACEOF
8790#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8791_ACEOF
8792
8793fi
8794
8795done
8796
8797for ac_header in fcntl.h fpu_control.h
8798do :
8799 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8800ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8801eval as_val=\$$as_ac_Header
8802 if test "x$as_val" = x""yes; then :
8803 cat >>confdefs.h <<_ACEOF
8804#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8805_ACEOF
8806
8807fi
8808
8809done
8810
8811for ac_header in dlfcn.h errno.h sys/stat.h
8812do :
8813 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8814ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8815eval as_val=\$$as_ac_Header
8816 if test "x$as_val" = x""yes; then :
8817 cat >>confdefs.h <<_ACEOF
8818#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8819_ACEOF
8820
8821fi
8822
8823done
8824
8825for ac_func in getrusage time sigaction __setfpucw
8826do :
8827 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8828ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8829eval as_val=\$$as_ac_var
8830 if test "x$as_val" = x""yes; then :
8831 cat >>confdefs.h <<_ACEOF
8832#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8833_ACEOF
8834
8835fi
8836done
8837
8838
8839# Check for socket libraries
8840{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
8841$as_echo_n "checking for bind in -lsocket... " >&6; }
8842if test "${ac_cv_lib_socket_bind+set}" = set; then :
8843 $as_echo_n "(cached) " >&6
8844else
8845 ac_check_lib_save_LIBS=$LIBS
8846LIBS="-lsocket $LIBS"
8847cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8848/* end confdefs.h. */
8849
8850/* Override any GCC internal prototype to avoid an error.
8851 Use char because int might match the return type of a GCC
8852 builtin and then its argument prototype would still apply. */
8853#ifdef __cplusplus
8854extern "C"
8855#endif
8856char bind ();
8857int
8858main ()
8859{
8860return bind ();
8861 ;
8862 return 0;
8863}
8864_ACEOF
8865if ac_fn_c_try_link "$LINENO"; then :
8866 ac_cv_lib_socket_bind=yes
8867else
8868 ac_cv_lib_socket_bind=no
8869fi
8870rm -f core conftest.err conftest.$ac_objext \
8871 conftest$ac_exeext conftest.$ac_ext
8872LIBS=$ac_check_lib_save_LIBS
8873fi
8874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
8875$as_echo "$ac_cv_lib_socket_bind" >&6; }
8876if test "x$ac_cv_lib_socket_bind" = x""yes; then :
8877 cat >>confdefs.h <<_ACEOF
8878#define HAVE_LIBSOCKET 1
8879_ACEOF
8880
8881 LIBS="-lsocket $LIBS"
8882
8883fi
8884
8885{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
8886$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
8887if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
8888 $as_echo_n "(cached) " >&6
8889else
8890 ac_check_lib_save_LIBS=$LIBS
8891LIBS="-lnsl $LIBS"
8892cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8893/* end confdefs.h. */
8894
8895/* Override any GCC internal prototype to avoid an error.
8896 Use char because int might match the return type of a GCC
8897 builtin and then its argument prototype would still apply. */
8898#ifdef __cplusplus
8899extern "C"
8900#endif
8901char gethostbyname ();
8902int
8903main ()
8904{
8905return gethostbyname ();
8906 ;
8907 return 0;
8908}
8909_ACEOF
8910if ac_fn_c_try_link "$LINENO"; then :
8911 ac_cv_lib_nsl_gethostbyname=yes
8912else
8913 ac_cv_lib_nsl_gethostbyname=no
8914fi
8915rm -f core conftest.err conftest.$ac_objext \
8916 conftest$ac_exeext conftest.$ac_ext
8917LIBS=$ac_check_lib_save_LIBS
8918fi
8919{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
8920$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
8921if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
8922 cat >>confdefs.h <<_ACEOF
8923#define HAVE_LIBNSL 1
8924_ACEOF
8925
8926 LIBS="-lnsl $LIBS"
8927
8928fi
8929
8930
8931# BFD conditionally uses zlib, so we must link it in if libbfd does, by
8932# using the same condition.
8933
aadc9410 8934 # Use the system's zlib library.
7fed4b0b
L
8935 zlibdir="-L\$(top_builddir)/../zlib"
8936 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 8937
aadc9410
MF
8938# Check whether --with-system-zlib was given.
8939if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
8940 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
8941 zlibdir=
8942 zlibinc=
8943 fi
6bb11ab3
L
8944
8945fi
8946
6bb11ab3 8947
6bb11ab3 8948
6bb11ab3
L
8949
8950
8951# BFD uses libdl when when plugins enabled.
8952
faa743bb
RM
8953 maybe_plugins=no
8954 for ac_header in dlfcn.h
8955do :
8956 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8957"
8958if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8959 cat >>confdefs.h <<_ACEOF
8960#define HAVE_DLFCN_H 1
8961_ACEOF
8962 maybe_plugins=yes
8963fi
8964
8965done
8966
8967 for ac_header in windows.h
8968do :
8969 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
8970"
8971if test "x$ac_cv_header_windows_h" = x""yes; then :
8972 cat >>confdefs.h <<_ACEOF
8973#define HAVE_WINDOWS_H 1
8974_ACEOF
8975 maybe_plugins=yes
8976fi
8977
8978done
8979
8980
8981 # Check whether --enable-plugins was given.
6bb11ab3
L
8982if test "${enable_plugins+set}" = set; then :
8983 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
8984 no) plugins=no ;;
8985 *) plugins=yes
8986 if test "$maybe_plugins" != "yes" ; then
8987 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
8988 fi ;;
8989 esac
6bb11ab3 8990else
faa743bb
RM
8991 plugins=$maybe_plugins
8992
6bb11ab3
L
8993fi
8994
2974be62
AM
8995 if test "$plugins" = "yes"; then
8996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
8997$as_echo_n "checking for library containing dlopen... " >&6; }
8998if test "${ac_cv_search_dlopen+set}" = set; then :
8999 $as_echo_n "(cached) " >&6
9000else
9001 ac_func_search_save_LIBS=$LIBS
9002cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9003/* end confdefs.h. */
9004
9005/* Override any GCC internal prototype to avoid an error.
9006 Use char because int might match the return type of a GCC
9007 builtin and then its argument prototype would still apply. */
9008#ifdef __cplusplus
9009extern "C"
9010#endif
9011char dlopen ();
9012int
9013main ()
9014{
9015return dlopen ();
9016 ;
9017 return 0;
9018}
9019_ACEOF
9020for ac_lib in '' dl; do
9021 if test -z "$ac_lib"; then
9022 ac_res="none required"
9023 else
9024 ac_res=-l$ac_lib
9025 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9026 fi
9027 if ac_fn_c_try_link "$LINENO"; then :
9028 ac_cv_search_dlopen=$ac_res
9029fi
9030rm -f core conftest.err conftest.$ac_objext \
9031 conftest$ac_exeext
9032 if test "${ac_cv_search_dlopen+set}" = set; then :
9033 break
9034fi
9035done
9036if test "${ac_cv_search_dlopen+set}" = set; then :
9037
9038else
9039 ac_cv_search_dlopen=no
9040fi
9041rm conftest.$ac_ext
9042LIBS=$ac_func_search_save_LIBS
9043fi
9044{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9045$as_echo "$ac_cv_search_dlopen" >&6; }
9046ac_res=$ac_cv_search_dlopen
9047if test "$ac_res" != no; then :
9048 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9049
9050fi
9051
9052 fi
6bb11ab3
L
9053
9054 if test "$plugins" = yes; then
9055 PLUGINS_TRUE=
9056 PLUGINS_FALSE='#'
9057else
9058 PLUGINS_TRUE='#'
9059 PLUGINS_FALSE=
9060fi
9061
9062
9063
9064
9065
9066# Set options
9067enable_dlopen=yes
9068
9069
9070
9071
9072 enable_win32_dll=no
9073
9074
9075 # Check whether --enable-shared was given.
9076if test "${enable_shared+set}" = set; then :
9077 enableval=$enable_shared; p=${PACKAGE-default}
9078 case $enableval in
9079 yes) enable_shared=yes ;;
9080 no) enable_shared=no ;;
9081 *)
9082 enable_shared=no
9083 # Look at the argument we got. We use all the common list separators.
9084 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9085 for pkg in $enableval; do
9086 IFS="$lt_save_ifs"
9087 if test "X$pkg" = "X$p"; then
9088 enable_shared=yes
9089 fi
9090 done
9091 IFS="$lt_save_ifs"
9092 ;;
9093 esac
9094else
9095 enable_shared=yes
9096fi
9097
9098
9099
9100
9101
9102
9103
9104
9105
9106 # Check whether --enable-static was given.
9107if test "${enable_static+set}" = set; then :
9108 enableval=$enable_static; p=${PACKAGE-default}
9109 case $enableval in
9110 yes) enable_static=yes ;;
9111 no) enable_static=no ;;
9112 *)
9113 enable_static=no
9114 # Look at the argument we got. We use all the common list separators.
9115 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9116 for pkg in $enableval; do
9117 IFS="$lt_save_ifs"
9118 if test "X$pkg" = "X$p"; then
9119 enable_static=yes
9120 fi
9121 done
9122 IFS="$lt_save_ifs"
9123 ;;
9124 esac
9125else
9126 enable_static=yes
9127fi
9128
9129
9130
9131
9132
9133
9134
9135
9136
9137
9138# Check whether --with-pic was given.
9139if test "${with_pic+set}" = set; then :
9140 withval=$with_pic; pic_mode="$withval"
9141else
9142 pic_mode=default
9143fi
9144
9145
9146test -z "$pic_mode" && pic_mode=default
9147
9148
9149
9150
9151
9152
9153
9154 # Check whether --enable-fast-install was given.
9155if test "${enable_fast_install+set}" = set; then :
9156 enableval=$enable_fast_install; p=${PACKAGE-default}
9157 case $enableval in
9158 yes) enable_fast_install=yes ;;
9159 no) enable_fast_install=no ;;
9160 *)
9161 enable_fast_install=no
9162 # Look at the argument we got. We use all the common list separators.
9163 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9164 for pkg in $enableval; do
9165 IFS="$lt_save_ifs"
9166 if test "X$pkg" = "X$p"; then
9167 enable_fast_install=yes
9168 fi
9169 done
9170 IFS="$lt_save_ifs"
9171 ;;
9172 esac
9173else
9174 enable_fast_install=yes
9175fi
9176
9177
9178
9179
9180
9181
9182
9183
9184
9185
9186
9187# This can be used to rebuild libtool when needed
9188LIBTOOL_DEPS="$ltmain"
9189
9190# Always use our own libtool.
9191LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9192
9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
9205
9206
9207
9208
9209
9210
9211
9212
9213
9214
9215
9216
9217
9218test -z "$LN_S" && LN_S="ln -s"
9219
9220
9221
9222
9223
9224
9225
9226
9227
9228
9229
9230
9231
9232
9233if test -n "${ZSH_VERSION+set}" ; then
9234 setopt NO_GLOB_SUBST
9235fi
9236
9237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9238$as_echo_n "checking for objdir... " >&6; }
9239if test "${lt_cv_objdir+set}" = set; then :
9240 $as_echo_n "(cached) " >&6
9241else
9242 rm -f .libs 2>/dev/null
9243mkdir .libs 2>/dev/null
9244if test -d .libs; then
9245 lt_cv_objdir=.libs
9246else
9247 # MS-DOS does not allow filenames that begin with a dot.
9248 lt_cv_objdir=_libs
f0569246 9249fi
6bb11ab3
L
9250rmdir .libs 2>/dev/null
9251fi
9252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9253$as_echo "$lt_cv_objdir" >&6; }
9254objdir=$lt_cv_objdir
f0569246 9255
6bb11ab3
L
9256
9257
9258
9259
9260cat >>confdefs.h <<_ACEOF
9261#define LT_OBJDIR "$lt_cv_objdir/"
9262_ACEOF
9263
9264
9265
9266
9267case $host_os in
9268aix3*)
9269 # AIX sometimes has problems with the GCC collect2 program. For some
9270 # reason, if we set the COLLECT_NAMES environment variable, the problems
9271 # vanish in a puff of smoke.
9272 if test "X${COLLECT_NAMES+set}" != Xset; then
9273 COLLECT_NAMES=
9274 export COLLECT_NAMES
9275 fi
9276 ;;
81ecdfbb 9277esac
6bb11ab3
L
9278
9279# Global variables:
9280ofile=libtool
9281can_build_shared=yes
9282
9283# All known linkers require a `.a' archive for static linking (except MSVC,
9284# which needs '.lib').
9285libext=a
9286
9287with_gnu_ld="$lt_cv_prog_gnu_ld"
9288
9289old_CC="$CC"
9290old_CFLAGS="$CFLAGS"
9291
9292# Set sane defaults for various variables
9293test -z "$CC" && CC=cc
9294test -z "$LTCC" && LTCC=$CC
9295test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9296test -z "$LD" && LD=ld
9297test -z "$ac_objext" && ac_objext=o
9298
9299for cc_temp in $compiler""; do
9300 case $cc_temp in
9301 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9302 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9303 \-*) ;;
9304 *) break;;
9305 esac
9306done
9307cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9308
9309
9310# Only perform the check for file, if the check method requires it
9311test -z "$MAGIC_CMD" && MAGIC_CMD=file
9312case $deplibs_check_method in
9313file_magic*)
9314 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9316$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9317if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9318 $as_echo_n "(cached) " >&6
9319else
9320 case $MAGIC_CMD in
9321[\\/*] | ?:[\\/]*)
9322 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9323 ;;
9324*)
9325 lt_save_MAGIC_CMD="$MAGIC_CMD"
9326 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9327 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9328 for ac_dir in $ac_dummy; do
9329 IFS="$lt_save_ifs"
9330 test -z "$ac_dir" && ac_dir=.
9331 if test -f $ac_dir/${ac_tool_prefix}file; then
9332 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9333 if test -n "$file_magic_test_file"; then
9334 case $deplibs_check_method in
9335 "file_magic "*)
9336 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9337 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9338 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9339 $EGREP "$file_magic_regex" > /dev/null; then
9340 :
9341 else
9342 cat <<_LT_EOF 1>&2
9343
9344*** Warning: the command libtool uses to detect shared libraries,
9345*** $file_magic_cmd, produces output that libtool cannot recognize.
9346*** The result is that libtool may fail to recognize shared libraries
9347*** as such. This will affect the creation of libtool libraries that
9348*** depend on shared libraries, but programs linked with such libtool
9349*** libraries will work regardless of this problem. Nevertheless, you
9350*** may want to report the problem to your system manager and/or to
9351*** bug-libtool@gnu.org
9352
9353_LT_EOF
9354 fi ;;
9355 esac
9356 fi
9357 break
f0569246 9358 fi
6bb11ab3
L
9359 done
9360 IFS="$lt_save_ifs"
9361 MAGIC_CMD="$lt_save_MAGIC_CMD"
9362 ;;
9363esac
f0569246 9364fi
f0569246 9365
6bb11ab3
L
9366MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9367if test -n "$MAGIC_CMD"; then
9368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9369$as_echo "$MAGIC_CMD" >&6; }
9370else
9371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9372$as_echo "no" >&6; }
9373fi
81ecdfbb 9374
6bb11ab3
L
9375
9376
9377
9378
9379if test -z "$lt_cv_path_MAGIC_CMD"; then
9380 if test -n "$ac_tool_prefix"; then
9381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9382$as_echo_n "checking for file... " >&6; }
9383if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9384 $as_echo_n "(cached) " >&6
9385else
9386 case $MAGIC_CMD in
9387[\\/*] | ?:[\\/]*)
9388 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9389 ;;
9390*)
9391 lt_save_MAGIC_CMD="$MAGIC_CMD"
9392 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9393 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9394 for ac_dir in $ac_dummy; do
9395 IFS="$lt_save_ifs"
9396 test -z "$ac_dir" && ac_dir=.
9397 if test -f $ac_dir/file; then
9398 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9399 if test -n "$file_magic_test_file"; then
9400 case $deplibs_check_method in
9401 "file_magic "*)
9402 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9403 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9404 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9405 $EGREP "$file_magic_regex" > /dev/null; then
9406 :
9407 else
9408 cat <<_LT_EOF 1>&2
9409
9410*** Warning: the command libtool uses to detect shared libraries,
9411*** $file_magic_cmd, produces output that libtool cannot recognize.
9412*** The result is that libtool may fail to recognize shared libraries
9413*** as such. This will affect the creation of libtool libraries that
9414*** depend on shared libraries, but programs linked with such libtool
9415*** libraries will work regardless of this problem. Nevertheless, you
9416*** may want to report the problem to your system manager and/or to
9417*** bug-libtool@gnu.org
9418
9419_LT_EOF
9420 fi ;;
9421 esac
9422 fi
9423 break
9424 fi
9425 done
9426 IFS="$lt_save_ifs"
9427 MAGIC_CMD="$lt_save_MAGIC_CMD"
9428 ;;
81ecdfbb 9429esac
6bb11ab3
L
9430fi
9431
9432MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9433if test -n "$MAGIC_CMD"; then
9434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9435$as_echo "$MAGIC_CMD" >&6; }
9436else
9437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9438$as_echo "no" >&6; }
9439fi
9440
9441
9442 else
9443 MAGIC_CMD=:
9444 fi
9445fi
9446
9447 fi
9448 ;;
9449esac
9450
9451# Use C for the default configuration in the libtool script
9452
9453lt_save_CC="$CC"
9454ac_ext=c
9455ac_cpp='$CPP $CPPFLAGS'
9456ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9457ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9458ac_compiler_gnu=$ac_cv_c_compiler_gnu
9459
9460
9461# Source file extension for C test sources.
9462ac_ext=c
9463
9464# Object file extension for compiled C test sources.
9465objext=o
9466objext=$objext
9467
9468# Code to be used in simple compile tests
9469lt_simple_compile_test_code="int some_variable = 0;"
9470
9471# Code to be used in simple link tests
9472lt_simple_link_test_code='int main(){return(0);}'
9473
9474
9475
9476
9477
9478
9479
9480# If no C compiler was specified, use CC.
9481LTCC=${LTCC-"$CC"}
9482
9483# If no C compiler flags were specified, use CFLAGS.
9484LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9485
9486# Allow CC to be a program name with arguments.
9487compiler=$CC
9488
9489# Save the default compiler, since it gets overwritten when the other
9490# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9491compiler_DEFAULT=$CC
9492
9493# save warnings/boilerplate of simple test code
9494ac_outfile=conftest.$ac_objext
9495echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9496eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9497_lt_compiler_boilerplate=`cat conftest.err`
9498$RM conftest*
9499
9500ac_outfile=conftest.$ac_objext
9501echo "$lt_simple_link_test_code" >conftest.$ac_ext
9502eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9503_lt_linker_boilerplate=`cat conftest.err`
9504$RM -r conftest*
9505
9506
9507## CAVEAT EMPTOR:
9508## There is no encapsulation within the following macros, do not change
9509## the running order or otherwise move them around unless you know exactly
9510## what you are doing...
9511if test -n "$compiler"; then
9512
9513lt_prog_compiler_no_builtin_flag=
9514
9515if test "$GCC" = yes; then
9516 case $cc_basename in
9517 nvcc*)
9518 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9519 *)
9520 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9521 esac
6bb11ab3
L
9522
9523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9524$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9525if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9526 $as_echo_n "(cached) " >&6
f0569246 9527else
6bb11ab3
L
9528 lt_cv_prog_compiler_rtti_exceptions=no
9529 ac_outfile=conftest.$ac_objext
9530 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9531 lt_compiler_flag="-fno-rtti -fno-exceptions"
9532 # Insert the option either (1) after the last *FLAGS variable, or
9533 # (2) before a word containing "conftest.", or (3) at the end.
9534 # Note that $ac_compile itself does not contain backslashes and begins
9535 # with a dollar sign (not a hyphen), so the echo should work correctly.
9536 # The option is referenced via a variable to avoid confusing sed.
9537 lt_compile=`echo "$ac_compile" | $SED \
9538 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9539 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9540 -e 's:$: $lt_compiler_flag:'`
9541 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9542 (eval "$lt_compile" 2>conftest.err)
9543 ac_status=$?
9544 cat conftest.err >&5
9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 if (exit $ac_status) && test -s "$ac_outfile"; then
9547 # The compiler can only warn and ignore the option if not recognized
9548 # So say no if there are warnings other than the usual output.
9549 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9550 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9551 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9552 lt_cv_prog_compiler_rtti_exceptions=yes
9553 fi
9554 fi
9555 $RM conftest*
9556
f0569246 9557fi
6bb11ab3
L
9558{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9559$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9560
9561if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9562 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9563else
9564 :
9565fi
9566
9567fi
9568
9569
9570
9571
9572
9573
9574 lt_prog_compiler_wl=
9575lt_prog_compiler_pic=
9576lt_prog_compiler_static=
9577
9578{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9579$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9580
9581 if test "$GCC" = yes; then
9582 lt_prog_compiler_wl='-Wl,'
9583 lt_prog_compiler_static='-static'
9584
9585 case $host_os in
9586 aix*)
9587 # All AIX code is PIC.
9588 if test "$host_cpu" = ia64; then
9589 # AIX 5 now supports IA64 processor
9590 lt_prog_compiler_static='-Bstatic'
9591 fi
9592 lt_prog_compiler_pic='-fPIC'
9593 ;;
9594
9595 amigaos*)
9596 case $host_cpu in
9597 powerpc)
9598 # see comment about AmigaOS4 .so support
9599 lt_prog_compiler_pic='-fPIC'
9600 ;;
9601 m68k)
9602 # FIXME: we need at least 68020 code to build shared libraries, but
9603 # adding the `-m68020' flag to GCC prevents building anything better,
9604 # like `-m68040'.
9605 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9606 ;;
9607 esac
9608 ;;
9609
9610 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9611 # PIC is the default for these OSes.
9612 ;;
9613
9614 mingw* | cygwin* | pw32* | os2* | cegcc*)
9615 # This hack is so that the source file can tell whether it is being
9616 # built for inclusion in a dll (and should export symbols for example).
9617 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9618 # (--disable-auto-import) libraries
9619 lt_prog_compiler_pic='-DDLL_EXPORT'
9620 ;;
9621
9622 darwin* | rhapsody*)
9623 # PIC is the default on this platform
9624 # Common symbols not allowed in MH_DYLIB files
9625 lt_prog_compiler_pic='-fno-common'
9626 ;;
9627
9628 haiku*)
9629 # PIC is the default for Haiku.
9630 # The "-static" flag exists, but is broken.
9631 lt_prog_compiler_static=
9632 ;;
9633
9634 hpux*)
9635 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9636 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9637 # sets the default TLS model and affects inlining.
9638 case $host_cpu in
9639 hppa*64*)
9640 # +Z the default
9641 ;;
9642 *)
9643 lt_prog_compiler_pic='-fPIC'
9644 ;;
9645 esac
9646 ;;
9647
9648 interix[3-9]*)
9649 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9650 # Instead, we relocate shared libraries at runtime.
9651 ;;
9652
9653 msdosdjgpp*)
9654 # Just because we use GCC doesn't mean we suddenly get shared libraries
9655 # on systems that don't support them.
9656 lt_prog_compiler_can_build_shared=no
9657 enable_shared=no
9658 ;;
9659
9660 *nto* | *qnx*)
9661 # QNX uses GNU C++, but need to define -shared option too, otherwise
9662 # it will coredump.
9663 lt_prog_compiler_pic='-fPIC -shared'
9664 ;;
9665
9666 sysv4*MP*)
9667 if test -d /usr/nec; then
9668 lt_prog_compiler_pic=-Kconform_pic
9669 fi
9670 ;;
9671
9672 *)
9673 lt_prog_compiler_pic='-fPIC'
9674 ;;
9675 esac
9676
9677 case $cc_basename in
9678 nvcc*) # Cuda Compiler Driver 2.2
9679 lt_prog_compiler_wl='-Xlinker '
9680 lt_prog_compiler_pic='-Xcompiler -fPIC'
9681 ;;
9682 esac
9683 else
9684 # PORTME Check for flag to pass linker flags through the system compiler.
9685 case $host_os in
9686 aix*)
9687 lt_prog_compiler_wl='-Wl,'
9688 if test "$host_cpu" = ia64; then
9689 # AIX 5 now supports IA64 processor
9690 lt_prog_compiler_static='-Bstatic'
9691 else
9692 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9693 fi
9694 ;;
9695
9696 mingw* | cygwin* | pw32* | os2* | cegcc*)
9697 # This hack is so that the source file can tell whether it is being
9698 # built for inclusion in a dll (and should export symbols for example).
9699 lt_prog_compiler_pic='-DDLL_EXPORT'
9700 ;;
9701
9702 hpux9* | hpux10* | hpux11*)
9703 lt_prog_compiler_wl='-Wl,'
9704 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9705 # not for PA HP-UX.
9706 case $host_cpu in
9707 hppa*64*|ia64*)
9708 # +Z the default
9709 ;;
9710 *)
9711 lt_prog_compiler_pic='+Z'
9712 ;;
9713 esac
9714 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9715 lt_prog_compiler_static='${wl}-a ${wl}archive'
9716 ;;
9717
9718 irix5* | irix6* | nonstopux*)
9719 lt_prog_compiler_wl='-Wl,'
9720 # PIC (with -KPIC) is the default.
9721 lt_prog_compiler_static='-non_shared'
9722 ;;
9723
9724 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9725 case $cc_basename in
9726 # old Intel for x86_64 which still supported -KPIC.
9727 ecc*)
9728 lt_prog_compiler_wl='-Wl,'
9729 lt_prog_compiler_pic='-KPIC'
9730 lt_prog_compiler_static='-static'
9731 ;;
9732 # icc used to be incompatible with GCC.
9733 # ICC 10 doesn't accept -KPIC any more.
9734 icc* | ifort*)
9735 lt_prog_compiler_wl='-Wl,'
9736 lt_prog_compiler_pic='-fPIC'
9737 lt_prog_compiler_static='-static'
9738 ;;
9739 # Lahey Fortran 8.1.
9740 lf95*)
9741 lt_prog_compiler_wl='-Wl,'
9742 lt_prog_compiler_pic='--shared'
9743 lt_prog_compiler_static='--static'
9744 ;;
9745 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
9746 # Portland Group compilers (*not* the Pentium gcc compiler,
9747 # which looks to be a dead project)
9748 lt_prog_compiler_wl='-Wl,'
9749 lt_prog_compiler_pic='-fpic'
9750 lt_prog_compiler_static='-Bstatic'
9751 ;;
9752 ccc*)
9753 lt_prog_compiler_wl='-Wl,'
9754 # All Alpha code is PIC.
9755 lt_prog_compiler_static='-non_shared'
9756 ;;
9757 xl* | bgxl* | bgf* | mpixl*)
9758 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
9759 lt_prog_compiler_wl='-Wl,'
9760 lt_prog_compiler_pic='-qpic'
9761 lt_prog_compiler_static='-qstaticlink'
9762 ;;
9763 *)
9764 case `$CC -V 2>&1 | sed 5q` in
9765 *Sun\ F* | *Sun*Fortran*)
9766 # Sun Fortran 8.3 passes all unrecognized flags to the linker
9767 lt_prog_compiler_pic='-KPIC'
9768 lt_prog_compiler_static='-Bstatic'
9769 lt_prog_compiler_wl=''
9770 ;;
9771 *Sun\ C*)
9772 # Sun C 5.9
9773 lt_prog_compiler_pic='-KPIC'
9774 lt_prog_compiler_static='-Bstatic'
9775 lt_prog_compiler_wl='-Wl,'
9776 ;;
9777 esac
9778 ;;
9779 esac
9780 ;;
9781
9782 newsos6)
9783 lt_prog_compiler_pic='-KPIC'
9784 lt_prog_compiler_static='-Bstatic'
9785 ;;
9786
9787 *nto* | *qnx*)
9788 # QNX uses GNU C++, but need to define -shared option too, otherwise
9789 # it will coredump.
9790 lt_prog_compiler_pic='-fPIC -shared'
9791 ;;
9792
9793 osf3* | osf4* | osf5*)
9794 lt_prog_compiler_wl='-Wl,'
9795 # All OSF/1 code is PIC.
9796 lt_prog_compiler_static='-non_shared'
9797 ;;
9798
9799 rdos*)
9800 lt_prog_compiler_static='-non_shared'
9801 ;;
9802
9803 solaris*)
9804 lt_prog_compiler_pic='-KPIC'
9805 lt_prog_compiler_static='-Bstatic'
9806 case $cc_basename in
9807 f77* | f90* | f95*)
9808 lt_prog_compiler_wl='-Qoption ld ';;
9809 *)
9810 lt_prog_compiler_wl='-Wl,';;
9811 esac
9812 ;;
f0569246 9813
6bb11ab3
L
9814 sunos4*)
9815 lt_prog_compiler_wl='-Qoption ld '
9816 lt_prog_compiler_pic='-PIC'
9817 lt_prog_compiler_static='-Bstatic'
9818 ;;
f0569246 9819
6bb11ab3
L
9820 sysv4 | sysv4.2uw2* | sysv4.3*)
9821 lt_prog_compiler_wl='-Wl,'
9822 lt_prog_compiler_pic='-KPIC'
9823 lt_prog_compiler_static='-Bstatic'
9824 ;;
f0569246 9825
6bb11ab3
L
9826 sysv4*MP*)
9827 if test -d /usr/nec ;then
9828 lt_prog_compiler_pic='-Kconform_pic'
9829 lt_prog_compiler_static='-Bstatic'
9830 fi
9831 ;;
9832
9833 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
9834 lt_prog_compiler_wl='-Wl,'
9835 lt_prog_compiler_pic='-KPIC'
9836 lt_prog_compiler_static='-Bstatic'
9837 ;;
9838
9839 unicos*)
9840 lt_prog_compiler_wl='-Wl,'
9841 lt_prog_compiler_can_build_shared=no
9842 ;;
9843
9844 uts4*)
9845 lt_prog_compiler_pic='-pic'
9846 lt_prog_compiler_static='-Bstatic'
9847 ;;
9848
9849 *)
9850 lt_prog_compiler_can_build_shared=no
9851 ;;
9852 esac
9853 fi
9854
9855case $host_os in
9856 # For platforms which do not support PIC, -DPIC is meaningless:
9857 *djgpp*)
9858 lt_prog_compiler_pic=
9859 ;;
9860 *)
9861 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
9862 ;;
81ecdfbb 9863esac
6bb11ab3
L
9864{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
9865$as_echo "$lt_prog_compiler_pic" >&6; }
9866
9867
9868
9869
9870
9871
9872#
9873# Check to make sure the PIC flag actually works.
9874#
9875if test -n "$lt_prog_compiler_pic"; then
9876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9877$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
9878if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
9879 $as_echo_n "(cached) " >&6
b7026657 9880else
6bb11ab3
L
9881 lt_cv_prog_compiler_pic_works=no
9882 ac_outfile=conftest.$ac_objext
9883 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9884 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
9885 # Insert the option either (1) after the last *FLAGS variable, or
9886 # (2) before a word containing "conftest.", or (3) at the end.
9887 # Note that $ac_compile itself does not contain backslashes and begins
9888 # with a dollar sign (not a hyphen), so the echo should work correctly.
9889 # The option is referenced via a variable to avoid confusing sed.
9890 lt_compile=`echo "$ac_compile" | $SED \
9891 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9892 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9893 -e 's:$: $lt_compiler_flag:'`
9894 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9895 (eval "$lt_compile" 2>conftest.err)
9896 ac_status=$?
9897 cat conftest.err >&5
9898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9899 if (exit $ac_status) && test -s "$ac_outfile"; then
9900 # The compiler can only warn and ignore the option if not recognized
9901 # So say no if there are warnings other than the usual output.
9902 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9903 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9904 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9905 lt_cv_prog_compiler_pic_works=yes
9906 fi
9907 fi
9908 $RM conftest*
b7026657 9909
b7026657 9910fi
6bb11ab3
L
9911{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
9912$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
9913
9914if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
9915 case $lt_prog_compiler_pic in
9916 "" | " "*) ;;
9917 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
9918 esac
9919else
9920 lt_prog_compiler_pic=
9921 lt_prog_compiler_can_build_shared=no
f0569246 9922fi
6bb11ab3
L
9923
9924fi
9925
9926
9927
9928
9929
9930
9931#
9932# Check to make sure the static flag actually works.
9933#
9934wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9935{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9936$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9937if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
81ecdfbb 9938 $as_echo_n "(cached) " >&6
f0569246 9939else
6bb11ab3
L
9940 lt_cv_prog_compiler_static_works=no
9941 save_LDFLAGS="$LDFLAGS"
9942 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9943 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9944 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9945 # The linker can only warn and ignore the option if not recognized
9946 # So say no if there are warnings
9947 if test -s conftest.err; then
9948 # Append any errors to the config.log.
9949 cat conftest.err 1>&5
9950 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9951 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9952 if diff conftest.exp conftest.er2 >/dev/null; then
9953 lt_cv_prog_compiler_static_works=yes
9954 fi
9955 else
9956 lt_cv_prog_compiler_static_works=yes
9957 fi
9958 fi
9959 $RM -r conftest*
9960 LDFLAGS="$save_LDFLAGS"
f0569246 9961
6bb11ab3
L
9962fi
9963{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9964$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 9965
6bb11ab3
L
9966if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9967 :
f0569246 9968else
6bb11ab3 9969 lt_prog_compiler_static=
f0569246 9970fi
b7026657 9971
6bb11ab3
L
9972
9973
9974
9975
9976
9977
9978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9979$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9980if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9981 $as_echo_n "(cached) " >&6
81ecdfbb 9982else
6bb11ab3
L
9983 lt_cv_prog_compiler_c_o=no
9984 $RM -r conftest 2>/dev/null
9985 mkdir conftest
9986 cd conftest
9987 mkdir out
9988 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9989
9990 lt_compiler_flag="-o out/conftest2.$ac_objext"
9991 # Insert the option either (1) after the last *FLAGS variable, or
9992 # (2) before a word containing "conftest.", or (3) at the end.
9993 # Note that $ac_compile itself does not contain backslashes and begins
9994 # with a dollar sign (not a hyphen), so the echo should work correctly.
9995 lt_compile=`echo "$ac_compile" | $SED \
9996 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9997 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9998 -e 's:$: $lt_compiler_flag:'`
9999 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10000 (eval "$lt_compile" 2>out/conftest.err)
10001 ac_status=$?
10002 cat out/conftest.err >&5
10003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10004 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10005 then
10006 # The compiler can only warn and ignore the option if not recognized
10007 # So say no if there are warnings
10008 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10009 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10010 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10011 lt_cv_prog_compiler_c_o=yes
10012 fi
10013 fi
10014 chmod u+w . 2>&5
10015 $RM conftest*
10016 # SGI C++ compiler will create directory out/ii_files/ for
10017 # template instantiation
10018 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10019 $RM out/* && rmdir out
10020 cd ..
10021 $RM -r conftest
10022 $RM conftest*
10023
81ecdfbb 10024fi
6bb11ab3
L
10025{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10026$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10027
10028
10029
10030
10031
10032
10033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10034$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10035if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
81ecdfbb
RW
10036 $as_echo_n "(cached) " >&6
10037else
6bb11ab3
L
10038 lt_cv_prog_compiler_c_o=no
10039 $RM -r conftest 2>/dev/null
10040 mkdir conftest
10041 cd conftest
10042 mkdir out
10043 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10044
10045 lt_compiler_flag="-o out/conftest2.$ac_objext"
10046 # Insert the option either (1) after the last *FLAGS variable, or
10047 # (2) before a word containing "conftest.", or (3) at the end.
10048 # Note that $ac_compile itself does not contain backslashes and begins
10049 # with a dollar sign (not a hyphen), so the echo should work correctly.
10050 lt_compile=`echo "$ac_compile" | $SED \
10051 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10052 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10053 -e 's:$: $lt_compiler_flag:'`
10054 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10055 (eval "$lt_compile" 2>out/conftest.err)
10056 ac_status=$?
10057 cat out/conftest.err >&5
10058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10059 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10060 then
10061 # The compiler can only warn and ignore the option if not recognized
10062 # So say no if there are warnings
10063 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10064 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10065 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10066 lt_cv_prog_compiler_c_o=yes
10067 fi
10068 fi
10069 chmod u+w . 2>&5
10070 $RM conftest*
10071 # SGI C++ compiler will create directory out/ii_files/ for
10072 # template instantiation
10073 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10074 $RM out/* && rmdir out
10075 cd ..
10076 $RM -r conftest
10077 $RM conftest*
10078
10079fi
10080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10081$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10082
10083
10084
10085
10086hard_links="nottested"
10087if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10088 # do not overwrite the value of need_locks provided by the user
10089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10090$as_echo_n "checking if we can lock with hard links... " >&6; }
10091 hard_links=yes
10092 $RM conftest*
10093 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10094 touch conftest.a
10095 ln conftest.a conftest.b 2>&5 || hard_links=no
10096 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10098$as_echo "$hard_links" >&6; }
10099 if test "$hard_links" = no; then
10100 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10101$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10102 need_locks=warn
10103 fi
10104else
10105 need_locks=no
10106fi
10107
10108
10109
10110
10111
10112
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10114$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10115
10116 runpath_var=
10117 allow_undefined_flag=
10118 always_export_symbols=no
10119 archive_cmds=
10120 archive_expsym_cmds=
10121 compiler_needs_object=no
10122 enable_shared_with_static_runtimes=no
10123 export_dynamic_flag_spec=
10124 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10125 hardcode_automatic=no
10126 hardcode_direct=no
10127 hardcode_direct_absolute=no
10128 hardcode_libdir_flag_spec=
10129 hardcode_libdir_flag_spec_ld=
10130 hardcode_libdir_separator=
10131 hardcode_minus_L=no
10132 hardcode_shlibpath_var=unsupported
10133 inherit_rpath=no
10134 link_all_deplibs=unknown
10135 module_cmds=
10136 module_expsym_cmds=
10137 old_archive_from_new_cmds=
10138 old_archive_from_expsyms_cmds=
10139 thread_safe_flag_spec=
10140 whole_archive_flag_spec=
10141 # include_expsyms should be a list of space-separated symbols to be *always*
10142 # included in the symbol list
10143 include_expsyms=
10144 # exclude_expsyms can be an extended regexp of symbols to exclude
10145 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10146 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10147 # as well as any symbol that contains `d'.
10148 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10149 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10150 # platforms (ab)use it in PIC code, but their linkers get confused if
10151 # the symbol is explicitly referenced. Since portable code cannot
10152 # rely on this symbol name, it's probably fine to never include it in
10153 # preloaded symbol tables.
10154 # Exclude shared library initialization/finalization symbols.
10155 extract_expsyms_cmds=
10156
10157 case $host_os in
10158 cygwin* | mingw* | pw32* | cegcc*)
10159 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10160 # When not using gcc, we currently assume that we are using
10161 # Microsoft Visual C++.
10162 if test "$GCC" != yes; then
10163 with_gnu_ld=no
10164 fi
10165 ;;
10166 interix*)
10167 # we just hope/assume this is gcc and not c89 (= MSVC++)
10168 with_gnu_ld=yes
10169 ;;
10170 openbsd*)
10171 with_gnu_ld=no
10172 ;;
10173 esac
f0569246 10174
6bb11ab3
L
10175 ld_shlibs=yes
10176
10177 # On some targets, GNU ld is compatible enough with the native linker
10178 # that we're better off using the native interface for both.
10179 lt_use_gnu_ld_interface=no
10180 if test "$with_gnu_ld" = yes; then
10181 case $host_os in
10182 aix*)
10183 # The AIX port of GNU ld has always aspired to compatibility
10184 # with the native linker. However, as the warning in the GNU ld
10185 # block says, versions before 2.19.5* couldn't really create working
10186 # shared libraries, regardless of the interface used.
10187 case `$LD -v 2>&1` in
10188 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10189 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10190 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10191 *)
10192 lt_use_gnu_ld_interface=yes
10193 ;;
10194 esac
10195 ;;
10196 *)
10197 lt_use_gnu_ld_interface=yes
10198 ;;
10199 esac
10200 fi
f0569246 10201
6bb11ab3
L
10202 if test "$lt_use_gnu_ld_interface" = yes; then
10203 # If archive_cmds runs LD, not CC, wlarc should be empty
10204 wlarc='${wl}'
10205
10206 # Set some defaults for GNU ld with shared library support. These
10207 # are reset later if shared libraries are not supported. Putting them
10208 # here allows them to be overridden if necessary.
10209 runpath_var=LD_RUN_PATH
10210 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10211 export_dynamic_flag_spec='${wl}--export-dynamic'
10212 # ancient GNU ld didn't support --whole-archive et. al.
10213 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10214 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10215 else
10216 whole_archive_flag_spec=
10217 fi
10218 supports_anon_versioning=no
10219 case `$LD -v 2>&1` in
10220 *GNU\ gold*) supports_anon_versioning=yes ;;
10221 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10222 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10223 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10224 *\ 2.11.*) ;; # other 2.11 versions
10225 *) supports_anon_versioning=yes ;;
10226 esac
10227
10228 # See if GNU ld supports shared libraries.
10229 case $host_os in
10230 aix[3-9]*)
10231 # On AIX/PPC, the GNU linker is very broken
10232 if test "$host_cpu" != ia64; then
10233 ld_shlibs=no
10234 cat <<_LT_EOF 1>&2
10235
10236*** Warning: the GNU linker, at least up to release 2.19, is reported
10237*** to be unable to reliably create shared libraries on AIX.
10238*** Therefore, libtool is disabling shared libraries support. If you
10239*** really care for shared libraries, you may want to install binutils
10240*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10241*** You will then need to restart the configuration process.
10242
10243_LT_EOF
10244 fi
10245 ;;
10246
10247 amigaos*)
10248 case $host_cpu in
10249 powerpc)
10250 # see comment about AmigaOS4 .so support
10251 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10252 archive_expsym_cmds=''
10253 ;;
10254 m68k)
10255 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)'
10256 hardcode_libdir_flag_spec='-L$libdir'
10257 hardcode_minus_L=yes
10258 ;;
10259 esac
10260 ;;
10261
10262 beos*)
10263 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10264 allow_undefined_flag=unsupported
10265 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10266 # support --undefined. This deserves some investigation. FIXME
10267 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10268 else
10269 ld_shlibs=no
10270 fi
10271 ;;
10272
10273 cygwin* | mingw* | pw32* | cegcc*)
10274 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10275 # as there is no search path for DLLs.
10276 hardcode_libdir_flag_spec='-L$libdir'
10277 export_dynamic_flag_spec='${wl}--export-all-symbols'
10278 allow_undefined_flag=unsupported
10279 always_export_symbols=no
10280 enable_shared_with_static_runtimes=yes
10281 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10282
10283 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10284 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10285 # If the export-symbols file already is a .def file (1st line
10286 # is EXPORTS), use it as is; otherwise, prepend...
10287 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10288 cp $export_symbols $output_objdir/$soname.def;
10289 else
10290 echo EXPORTS > $output_objdir/$soname.def;
10291 cat $export_symbols >> $output_objdir/$soname.def;
10292 fi~
10293 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10294 else
10295 ld_shlibs=no
10296 fi
10297 ;;
10298
10299 haiku*)
10300 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10301 link_all_deplibs=yes
10302 ;;
10303
10304 interix[3-9]*)
10305 hardcode_direct=no
10306 hardcode_shlibpath_var=no
10307 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10308 export_dynamic_flag_spec='${wl}-E'
10309 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10310 # Instead, shared libraries are loaded at an image base (0x10000000 by
10311 # default) and relocated if they conflict, which is a slow very memory
10312 # consuming and fragmenting process. To avoid this, we pick a random,
10313 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10314 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10315 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10316 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'
10317 ;;
10318
10319 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10320 tmp_diet=no
10321 if test "$host_os" = linux-dietlibc; then
10322 case $cc_basename in
10323 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10324 esac
10325 fi
10326 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10327 && test "$tmp_diet" = no
10328 then
ae7d0cac 10329 tmp_addflag=' $pic_flag'
6bb11ab3
L
10330 tmp_sharedflag='-shared'
10331 case $cc_basename,$host_cpu in
10332 pgcc*) # Portland Group C compiler
10333 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'
10334 tmp_addflag=' $pic_flag'
10335 ;;
10336 pgf77* | pgf90* | pgf95* | pgfortran*)
10337 # Portland Group f77 and f90 compilers
10338 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'
10339 tmp_addflag=' $pic_flag -Mnomain' ;;
10340 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10341 tmp_addflag=' -i_dynamic' ;;
10342 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10343 tmp_addflag=' -i_dynamic -nofor_main' ;;
10344 ifc* | ifort*) # Intel Fortran compiler
10345 tmp_addflag=' -nofor_main' ;;
10346 lf95*) # Lahey Fortran 8.1
10347 whole_archive_flag_spec=
10348 tmp_sharedflag='--shared' ;;
10349 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10350 tmp_sharedflag='-qmkshrobj'
10351 tmp_addflag= ;;
10352 nvcc*) # Cuda Compiler Driver 2.2
10353 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'
10354 compiler_needs_object=yes
10355 ;;
10356 esac
10357 case `$CC -V 2>&1 | sed 5q` in
10358 *Sun\ C*) # Sun C 5.9
10359 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'
10360 compiler_needs_object=yes
10361 tmp_sharedflag='-G' ;;
10362 *Sun\ F*) # Sun Fortran 8.3
10363 tmp_sharedflag='-G' ;;
10364 esac
10365 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10366
10367 if test "x$supports_anon_versioning" = xyes; then
10368 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10369 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10370 echo "local: *; };" >> $output_objdir/$libname.ver~
10371 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10372 fi
10373
10374 case $cc_basename in
10375 xlf* | bgf* | bgxlf* | mpixlf*)
10376 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10377 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10378 hardcode_libdir_flag_spec=
10379 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10380 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10381 if test "x$supports_anon_versioning" = xyes; then
10382 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10383 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10384 echo "local: *; };" >> $output_objdir/$libname.ver~
10385 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10386 fi
10387 ;;
10388 esac
10389 else
10390 ld_shlibs=no
10391 fi
10392 ;;
10393
10394 netbsd*)
10395 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10396 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10397 wlarc=
10398 else
10399 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10400 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10401 fi
10402 ;;
10403
10404 solaris*)
10405 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10406 ld_shlibs=no
10407 cat <<_LT_EOF 1>&2
10408
10409*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10410*** create shared libraries on Solaris systems. Therefore, libtool
10411*** is disabling shared libraries support. We urge you to upgrade GNU
10412*** binutils to release 2.9.1 or newer. Another option is to modify
10413*** your PATH or compiler configuration so that the native linker is
10414*** used, and then restart.
10415
10416_LT_EOF
10417 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10418 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10419 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10420 else
10421 ld_shlibs=no
10422 fi
10423 ;;
10424
10425 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10426 case `$LD -v 2>&1` in
10427 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10428 ld_shlibs=no
10429 cat <<_LT_EOF 1>&2
10430
10431*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10432*** reliably create shared libraries on SCO systems. Therefore, libtool
10433*** is disabling shared libraries support. We urge you to upgrade GNU
10434*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10435*** your PATH or compiler configuration so that the native linker is
10436*** used, and then restart.
10437
10438_LT_EOF
10439 ;;
10440 *)
10441 # For security reasons, it is highly recommended that you always
10442 # use absolute paths for naming shared libraries, and exclude the
10443 # DT_RUNPATH tag from executables and libraries. But doing so
10444 # requires that you compile everything twice, which is a pain.
10445 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10446 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10447 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10448 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10449 else
10450 ld_shlibs=no
10451 fi
10452 ;;
10453 esac
10454 ;;
10455
10456 sunos4*)
10457 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10458 wlarc=
10459 hardcode_direct=yes
10460 hardcode_shlibpath_var=no
10461 ;;
10462
10463 *)
10464 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10465 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10466 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10467 else
10468 ld_shlibs=no
10469 fi
10470 ;;
10471 esac
10472
10473 if test "$ld_shlibs" = no; then
10474 runpath_var=
10475 hardcode_libdir_flag_spec=
10476 export_dynamic_flag_spec=
10477 whole_archive_flag_spec=
10478 fi
10479 else
10480 # PORTME fill in a description of your system's linker (not GNU ld)
10481 case $host_os in
10482 aix3*)
10483 allow_undefined_flag=unsupported
10484 always_export_symbols=yes
10485 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'
10486 # Note: this linker hardcodes the directories in LIBPATH if there
10487 # are no directories specified by -L.
10488 hardcode_minus_L=yes
10489 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10490 # Neither direct hardcoding nor static linking is supported with a
10491 # broken collect2.
10492 hardcode_direct=unsupported
10493 fi
10494 ;;
10495
10496 aix[4-9]*)
10497 if test "$host_cpu" = ia64; then
10498 # On IA64, the linker does run time linking by default, so we don't
10499 # have to do anything special.
10500 aix_use_runtimelinking=no
10501 exp_sym_flag='-Bexport'
10502 no_entry_flag=""
10503 else
10504 # If we're using GNU nm, then we don't want the "-C" option.
10505 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10506 # Also, AIX nm treats weak defined symbols like other global
10507 # defined symbols, whereas GNU nm marks them as "W".
10508 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10509 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'
10510 else
10511 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'
10512 fi
10513 aix_use_runtimelinking=no
10514
10515 # Test if we are trying to use run time linking or normal
10516 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10517 # need to do runtime linking.
10518 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10519 for ld_flag in $LDFLAGS; do
10520 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10521 aix_use_runtimelinking=yes
10522 break
10523 fi
10524 done
10525 ;;
10526 esac
10527
10528 exp_sym_flag='-bexport'
10529 no_entry_flag='-bnoentry'
10530 fi
10531
10532 # When large executables or shared objects are built, AIX ld can
10533 # have problems creating the table of contents. If linking a library
10534 # or program results in "error TOC overflow" add -mminimal-toc to
10535 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10536 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10537
10538 archive_cmds=''
10539 hardcode_direct=yes
10540 hardcode_direct_absolute=yes
10541 hardcode_libdir_separator=':'
10542 link_all_deplibs=yes
10543 file_list_spec='${wl}-f,'
10544
10545 if test "$GCC" = yes; then
10546 case $host_os in aix4.[012]|aix4.[012].*)
10547 # We only want to do this on AIX 4.2 and lower, the check
10548 # below for broken collect2 doesn't work under 4.3+
10549 collect2name=`${CC} -print-prog-name=collect2`
10550 if test -f "$collect2name" &&
10551 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10552 then
10553 # We have reworked collect2
10554 :
10555 else
10556 # We have old collect2
10557 hardcode_direct=unsupported
10558 # It fails to find uninstalled libraries when the uninstalled
10559 # path is not listed in the libpath. Setting hardcode_minus_L
10560 # to unsupported forces relinking
10561 hardcode_minus_L=yes
10562 hardcode_libdir_flag_spec='-L$libdir'
10563 hardcode_libdir_separator=
10564 fi
10565 ;;
10566 esac
10567 shared_flag='-shared'
10568 if test "$aix_use_runtimelinking" = yes; then
10569 shared_flag="$shared_flag "'${wl}-G'
10570 fi
10571 else
10572 # not using gcc
10573 if test "$host_cpu" = ia64; then
10574 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10575 # chokes on -Wl,-G. The following line is correct:
10576 shared_flag='-G'
10577 else
10578 if test "$aix_use_runtimelinking" = yes; then
10579 shared_flag='${wl}-G'
10580 else
10581 shared_flag='${wl}-bM:SRE'
10582 fi
10583 fi
10584 fi
10585
10586 export_dynamic_flag_spec='${wl}-bexpall'
10587 # It seems that -bexpall does not export symbols beginning with
10588 # underscore (_), so it is better to generate a list of symbols to export.
10589 always_export_symbols=yes
10590 if test "$aix_use_runtimelinking" = yes; then
10591 # Warning - without using the other runtime loading flags (-brtl),
10592 # -berok will link without error, but may produce a broken library.
10593 allow_undefined_flag='-berok'
10594 # Determine the default libpath from the value encoded in an
10595 # empty executable.
10596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10597/* end confdefs.h. */
10598
10599int
10600main ()
10601{
10602
10603 ;
10604 return 0;
10605}
10606_ACEOF
6bb11ab3 10607if ac_fn_c_try_link "$LINENO"; then :
b7026657 10608
6bb11ab3
L
10609lt_aix_libpath_sed='
10610 /Import File Strings/,/^$/ {
10611 /^0/ {
10612 s/^0 *\(.*\)$/\1/
10613 p
10614 }
10615 }'
10616aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10617# Check for a 64-bit object if we didn't find anything.
10618if test -z "$aix_libpath"; then
10619 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10620fi
10621fi
10622rm -f core conftest.err conftest.$ac_objext \
10623 conftest$ac_exeext conftest.$ac_ext
10624if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10625
10626 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10627 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"
10628 else
10629 if test "$host_cpu" = ia64; then
10630 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10631 allow_undefined_flag="-z nodefs"
10632 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"
10633 else
10634 # Determine the default libpath from the value encoded in an
10635 # empty executable.
81ecdfbb
RW
10636 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10637/* end confdefs.h. */
10638
10639int
10640main ()
10641{
10642
10643 ;
10644 return 0;
10645}
10646_ACEOF
6bb11ab3
L
10647if ac_fn_c_try_link "$LINENO"; then :
10648
10649lt_aix_libpath_sed='
10650 /Import File Strings/,/^$/ {
10651 /^0/ {
10652 s/^0 *\(.*\)$/\1/
10653 p
10654 }
10655 }'
10656aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10657# Check for a 64-bit object if we didn't find anything.
10658if test -z "$aix_libpath"; then
10659 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 10660fi
81ecdfbb 10661fi
6bb11ab3
L
10662rm -f core conftest.err conftest.$ac_objext \
10663 conftest$ac_exeext conftest.$ac_ext
10664if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10665
10666 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10667 # Warning - without using the other run time loading flags,
10668 # -berok will link without error, but may produce a broken library.
10669 no_undefined_flag=' ${wl}-bernotok'
10670 allow_undefined_flag=' ${wl}-berok'
10671 if test "$with_gnu_ld" = yes; then
10672 # We only use this code for GNU lds that support --whole-archive.
10673 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10674 else
10675 # Exported symbols can be pulled into shared objects from archives
10676 whole_archive_flag_spec='$convenience'
10677 fi
10678 archive_cmds_need_lc=yes
10679 # This is similar to how AIX traditionally builds its shared libraries.
10680 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'
10681 fi
10682 fi
10683 ;;
10684
10685 amigaos*)
10686 case $host_cpu in
10687 powerpc)
10688 # see comment about AmigaOS4 .so support
10689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10690 archive_expsym_cmds=''
10691 ;;
10692 m68k)
10693 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)'
10694 hardcode_libdir_flag_spec='-L$libdir'
10695 hardcode_minus_L=yes
10696 ;;
10697 esac
10698 ;;
10699
10700 bsdi[45]*)
10701 export_dynamic_flag_spec=-rdynamic
10702 ;;
10703
10704 cygwin* | mingw* | pw32* | cegcc*)
10705 # When not using gcc, we currently assume that we are using
10706 # Microsoft Visual C++.
10707 # hardcode_libdir_flag_spec is actually meaningless, as there is
10708 # no search path for DLLs.
10709 hardcode_libdir_flag_spec=' '
10710 allow_undefined_flag=unsupported
10711 # Tell ltmain to make .lib files, not .a files.
10712 libext=lib
10713 # Tell ltmain to make .dll files, not .so files.
10714 shrext_cmds=".dll"
10715 # FIXME: Setting linknames here is a bad hack.
10716 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10717 # The linker will automatically build a .lib file if we build a DLL.
10718 old_archive_from_new_cmds='true'
10719 # FIXME: Should let the user specify the lib program.
10720 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
10721 fix_srcfile_path='`cygpath -w "$srcfile"`'
10722 enable_shared_with_static_runtimes=yes
10723 ;;
10724
10725 darwin* | rhapsody*)
10726
10727
10728 archive_cmds_need_lc=no
10729 hardcode_direct=no
10730 hardcode_automatic=yes
10731 hardcode_shlibpath_var=unsupported
10732 if test "$lt_cv_ld_force_load" = "yes"; then
10733 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 10734 else
6bb11ab3 10735 whole_archive_flag_spec=''
f0569246 10736 fi
6bb11ab3
L
10737 link_all_deplibs=yes
10738 allow_undefined_flag="$_lt_dar_allow_undefined"
10739 case $cc_basename in
10740 ifort*) _lt_dar_can_shared=yes ;;
10741 *) _lt_dar_can_shared=$GCC ;;
10742 esac
10743 if test "$_lt_dar_can_shared" = "yes"; then
10744 output_verbose_link_cmd=func_echo_all
10745 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
10746 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
10747 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}"
10748 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}"
10749
f0569246 10750 else
6bb11ab3 10751 ld_shlibs=no
f0569246 10752 fi
6bb11ab3
L
10753
10754 ;;
10755
10756 dgux*)
10757 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10758 hardcode_libdir_flag_spec='-L$libdir'
10759 hardcode_shlibpath_var=no
10760 ;;
10761
10762 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
10763 # support. Future versions do this automatically, but an explicit c++rt0.o
10764 # does not break anything, and helps significantly (at the cost of a little
10765 # extra space).
10766 freebsd2.2*)
10767 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
10768 hardcode_libdir_flag_spec='-R$libdir'
10769 hardcode_direct=yes
10770 hardcode_shlibpath_var=no
10771 ;;
10772
10773 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
10774 freebsd2.*)
10775 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10776 hardcode_direct=yes
10777 hardcode_minus_L=yes
10778 hardcode_shlibpath_var=no
10779 ;;
10780
10781 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
10782 freebsd* | dragonfly*)
10783 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
10784 hardcode_libdir_flag_spec='-R$libdir'
10785 hardcode_direct=yes
10786 hardcode_shlibpath_var=no
10787 ;;
10788
10789 hpux9*)
10790 if test "$GCC" = yes; then
10791 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'
10792 else
10793 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'
10794 fi
10795 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10796 hardcode_libdir_separator=:
10797 hardcode_direct=yes
10798
10799 # hardcode_minus_L: Not really in the search PATH,
10800 # but as the default location of the library.
10801 hardcode_minus_L=yes
10802 export_dynamic_flag_spec='${wl}-E'
10803 ;;
10804
10805 hpux10*)
10806 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10807 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10808 else
10809 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10810 fi
10811 if test "$with_gnu_ld" = no; then
10812 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10813 hardcode_libdir_flag_spec_ld='+b $libdir'
10814 hardcode_libdir_separator=:
10815 hardcode_direct=yes
10816 hardcode_direct_absolute=yes
10817 export_dynamic_flag_spec='${wl}-E'
10818 # hardcode_minus_L: Not really in the search PATH,
10819 # but as the default location of the library.
10820 hardcode_minus_L=yes
10821 fi
10822 ;;
10823
10824 hpux11*)
10825 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
10826 case $host_cpu in
10827 hppa*64*)
10828 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10829 ;;
10830 ia64*)
10831 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10832 ;;
10833 *)
10834 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10835 ;;
10836 esac
10837 else
10838 case $host_cpu in
10839 hppa*64*)
10840 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10841 ;;
10842 ia64*)
10843 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10844 ;;
10845 *)
10846
10847 # Older versions of the 11.00 compiler do not understand -b yet
10848 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
10849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
10850$as_echo_n "checking if $CC understands -b... " >&6; }
10851if test "${lt_cv_prog_compiler__b+set}" = set; then :
81ecdfbb 10852 $as_echo_n "(cached) " >&6
f0569246 10853else
6bb11ab3
L
10854 lt_cv_prog_compiler__b=no
10855 save_LDFLAGS="$LDFLAGS"
10856 LDFLAGS="$LDFLAGS -b"
10857 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10858 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10859 # The linker can only warn and ignore the option if not recognized
10860 # So say no if there are warnings
10861 if test -s conftest.err; then
10862 # Append any errors to the config.log.
10863 cat conftest.err 1>&5
10864 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10865 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10866 if diff conftest.exp conftest.er2 >/dev/null; then
10867 lt_cv_prog_compiler__b=yes
10868 fi
10869 else
10870 lt_cv_prog_compiler__b=yes
10871 fi
10872 fi
10873 $RM -r conftest*
10874 LDFLAGS="$save_LDFLAGS"
f0569246 10875
6bb11ab3
L
10876fi
10877{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
10878$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 10879
6bb11ab3
L
10880if test x"$lt_cv_prog_compiler__b" = xyes; then
10881 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10882else
10883 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
10884fi
81ecdfbb 10885
6bb11ab3
L
10886 ;;
10887 esac
10888 fi
10889 if test "$with_gnu_ld" = no; then
10890 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10891 hardcode_libdir_separator=:
10892
10893 case $host_cpu in
10894 hppa*64*|ia64*)
10895 hardcode_direct=no
10896 hardcode_shlibpath_var=no
10897 ;;
10898 *)
10899 hardcode_direct=yes
10900 hardcode_direct_absolute=yes
10901 export_dynamic_flag_spec='${wl}-E'
10902
10903 # hardcode_minus_L: Not really in the search PATH,
10904 # but as the default location of the library.
10905 hardcode_minus_L=yes
10906 ;;
10907 esac
10908 fi
10909 ;;
10910
10911 irix5* | irix6* | nonstopux*)
10912 if test "$GCC" = yes; then
10913 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'
10914 # Try to use the -exported_symbol ld option, if it does not
10915 # work, assume that -exports_file does not work either and
10916 # implicitly export all symbols.
10917 save_LDFLAGS="$LDFLAGS"
10918 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10920/* end confdefs.h. */
10921int foo(void) {}
b7026657 10922_ACEOF
6bb11ab3
L
10923if ac_fn_c_try_link "$LINENO"; then :
10924 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 10925
f0569246 10926fi
6bb11ab3
L
10927rm -f core conftest.err conftest.$ac_objext \
10928 conftest$ac_exeext conftest.$ac_ext
10929 LDFLAGS="$save_LDFLAGS"
10930 else
10931 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'
10932 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'
10933 fi
10934 archive_cmds_need_lc='no'
10935 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10936 hardcode_libdir_separator=:
10937 inherit_rpath=yes
10938 link_all_deplibs=yes
10939 ;;
10940
10941 netbsd*)
10942 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10943 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10944 else
10945 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10946 fi
10947 hardcode_libdir_flag_spec='-R$libdir'
10948 hardcode_direct=yes
10949 hardcode_shlibpath_var=no
10950 ;;
10951
10952 newsos6)
10953 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10954 hardcode_direct=yes
10955 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10956 hardcode_libdir_separator=:
10957 hardcode_shlibpath_var=no
10958 ;;
10959
10960 *nto* | *qnx*)
10961 ;;
10962
10963 openbsd*)
10964 if test -f /usr/libexec/ld.so; then
10965 hardcode_direct=yes
10966 hardcode_shlibpath_var=no
10967 hardcode_direct_absolute=yes
10968 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10969 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10970 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10971 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10972 export_dynamic_flag_spec='${wl}-E'
10973 else
10974 case $host_os in
10975 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10976 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10977 hardcode_libdir_flag_spec='-R$libdir'
10978 ;;
10979 *)
10980 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10981 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10982 ;;
10983 esac
10984 fi
10985 else
10986 ld_shlibs=no
10987 fi
10988 ;;
10989
10990 os2*)
10991 hardcode_libdir_flag_spec='-L$libdir'
10992 hardcode_minus_L=yes
10993 allow_undefined_flag=unsupported
10994 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'
10995 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10996 ;;
10997
10998 osf3*)
10999 if test "$GCC" = yes; then
11000 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11001 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'
11002 else
11003 allow_undefined_flag=' -expect_unresolved \*'
11004 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'
11005 fi
11006 archive_cmds_need_lc='no'
11007 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11008 hardcode_libdir_separator=:
11009 ;;
11010
11011 osf4* | osf5*) # as osf3* with the addition of -msym flag
11012 if test "$GCC" = yes; then
11013 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11014 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'
11015 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11016 else
11017 allow_undefined_flag=' -expect_unresolved \*'
11018 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'
11019 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~
11020 $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'
11021
11022 # Both c and cxx compiler support -rpath directly
11023 hardcode_libdir_flag_spec='-rpath $libdir'
11024 fi
11025 archive_cmds_need_lc='no'
11026 hardcode_libdir_separator=:
11027 ;;
11028
11029 solaris*)
11030 no_undefined_flag=' -z defs'
11031 if test "$GCC" = yes; then
11032 wlarc='${wl}'
11033 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11034 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11035 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11036 else
11037 case `$CC -V 2>&1` in
11038 *"Compilers 5.0"*)
11039 wlarc=''
11040 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11041 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11042 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11043 ;;
11044 *)
11045 wlarc='${wl}'
11046 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11047 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11048 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11049 ;;
11050 esac
11051 fi
11052 hardcode_libdir_flag_spec='-R$libdir'
11053 hardcode_shlibpath_var=no
11054 case $host_os in
11055 solaris2.[0-5] | solaris2.[0-5].*) ;;
11056 *)
11057 # The compiler driver will combine and reorder linker options,
11058 # but understands `-z linker_flag'. GCC discards it without `$wl',
11059 # but is careful enough not to reorder.
11060 # Supported since Solaris 2.6 (maybe 2.5.1?)
11061 if test "$GCC" = yes; then
11062 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11063 else
11064 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11065 fi
11066 ;;
11067 esac
11068 link_all_deplibs=yes
11069 ;;
11070
11071 sunos4*)
11072 if test "x$host_vendor" = xsequent; then
11073 # Use $CC to link under sequent, because it throws in some extra .o
11074 # files that make .init and .fini sections work.
11075 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11076 else
11077 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11078 fi
11079 hardcode_libdir_flag_spec='-L$libdir'
11080 hardcode_direct=yes
11081 hardcode_minus_L=yes
11082 hardcode_shlibpath_var=no
11083 ;;
11084
11085 sysv4)
11086 case $host_vendor in
11087 sni)
11088 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11089 hardcode_direct=yes # is this really true???
11090 ;;
11091 siemens)
11092 ## LD is ld it makes a PLAMLIB
11093 ## CC just makes a GrossModule.
11094 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11095 reload_cmds='$CC -r -o $output$reload_objs'
11096 hardcode_direct=no
11097 ;;
11098 motorola)
11099 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11100 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11101 ;;
11102 esac
11103 runpath_var='LD_RUN_PATH'
11104 hardcode_shlibpath_var=no
11105 ;;
11106
11107 sysv4.3*)
11108 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11109 hardcode_shlibpath_var=no
11110 export_dynamic_flag_spec='-Bexport'
11111 ;;
11112
11113 sysv4*MP*)
11114 if test -d /usr/nec; then
11115 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11116 hardcode_shlibpath_var=no
11117 runpath_var=LD_RUN_PATH
11118 hardcode_runpath_var=yes
11119 ld_shlibs=yes
11120 fi
11121 ;;
11122
11123 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11124 no_undefined_flag='${wl}-z,text'
11125 archive_cmds_need_lc=no
11126 hardcode_shlibpath_var=no
11127 runpath_var='LD_RUN_PATH'
11128
11129 if test "$GCC" = yes; then
11130 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11131 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11132 else
11133 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11134 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11135 fi
11136 ;;
11137
11138 sysv5* | sco3.2v5* | sco5v6*)
11139 # Note: We can NOT use -z defs as we might desire, because we do not
11140 # link with -lc, and that would cause any symbols used from libc to
11141 # always be unresolved, which means just about no library would
11142 # ever link correctly. If we're not using GNU ld we use -z text
11143 # though, which does catch some bad symbols but isn't as heavy-handed
11144 # as -z defs.
11145 no_undefined_flag='${wl}-z,text'
11146 allow_undefined_flag='${wl}-z,nodefs'
11147 archive_cmds_need_lc=no
11148 hardcode_shlibpath_var=no
11149 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11150 hardcode_libdir_separator=':'
11151 link_all_deplibs=yes
11152 export_dynamic_flag_spec='${wl}-Bexport'
11153 runpath_var='LD_RUN_PATH'
11154
11155 if test "$GCC" = yes; then
11156 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11157 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11158 else
11159 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11160 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11161 fi
11162 ;;
11163
11164 uts4*)
11165 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11166 hardcode_libdir_flag_spec='-L$libdir'
11167 hardcode_shlibpath_var=no
11168 ;;
11169
11170 *)
11171 ld_shlibs=no
11172 ;;
11173 esac
11174
11175 if test x$host_vendor = xsni; then
11176 case $host in
11177 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11178 export_dynamic_flag_spec='${wl}-Blargedynsym'
11179 ;;
11180 esac
11181 fi
11182 fi
11183
11184{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11185$as_echo "$ld_shlibs" >&6; }
11186test "$ld_shlibs" = no && can_build_shared=no
11187
11188with_gnu_ld=$with_gnu_ld
11189
11190
11191
11192
b7026657 11193
f0569246 11194
f0569246 11195
6ffe910a 11196
6ffe910a
MF
11197
11198
6ffe910a 11199
f0569246 11200
f0569246 11201
c906108c 11202
6bb11ab3
L
11203
11204#
11205# Do we need to explicitly link libc?
11206#
11207case "x$archive_cmds_need_lc" in
11208x|xyes)
11209 # Assume -lc should be added
11210 archive_cmds_need_lc=yes
11211
11212 if test "$enable_shared" = yes && test "$GCC" = yes; then
11213 case $archive_cmds in
11214 *'~'*)
11215 # FIXME: we may have to deal with multi-command sequences.
11216 ;;
11217 '$CC '*)
11218 # Test whether the compiler implicitly links with -lc since on some
11219 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11220 # to ld, don't add -lc before -lgcc.
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11222$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11223if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
6ffe910a 11224 $as_echo_n "(cached) " >&6
f0569246 11225else
6bb11ab3
L
11226 $RM conftest*
11227 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11228
11229 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11230 (eval $ac_compile) 2>&5
11231 ac_status=$?
11232 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11233 test $ac_status = 0; } 2>conftest.err; then
11234 soname=conftest
11235 lib=conftest
11236 libobjs=conftest.$ac_objext
11237 deplibs=
11238 wl=$lt_prog_compiler_wl
11239 pic_flag=$lt_prog_compiler_pic
11240 compiler_flags=-v
11241 linker_flags=-v
11242 verstring=
11243 output_objdir=.
11244 libname=conftest
11245 lt_save_allow_undefined_flag=$allow_undefined_flag
11246 allow_undefined_flag=
11247 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11248 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11249 ac_status=$?
11250 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11251 test $ac_status = 0; }
11252 then
11253 lt_cv_archive_cmds_need_lc=no
11254 else
11255 lt_cv_archive_cmds_need_lc=yes
11256 fi
11257 allow_undefined_flag=$lt_save_allow_undefined_flag
11258 else
11259 cat conftest.err 1>&5
11260 fi
11261 $RM conftest*
c906108c 11262
6ffe910a 11263fi
6bb11ab3
L
11264{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11265$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11266 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11267 ;;
11268 esac
11269 fi
11270 ;;
6ffe910a 11271esac
c906108c 11272
c906108c 11273
6ffe910a 11274
c906108c 11275
81ecdfbb 11276
35695fd6 11277
35695fd6 11278
35695fd6 11279
f0569246 11280
c906108c 11281
f0569246 11282
b7026657 11283
f0569246 11284
c906108c 11285
81ecdfbb 11286
b7026657 11287
f0569246
AC
11288
11289
81ecdfbb 11290
81ecdfbb 11291
81ecdfbb
RW
11292
11293
81ecdfbb 11294
81ecdfbb 11295
f0569246
AC
11296
11297
c906108c 11298
f0569246 11299
c906108c 11300
c906108c 11301
81ecdfbb 11302
b7026657 11303
c906108c 11304
f0569246 11305
81ecdfbb 11306
f0569246 11307
c906108c 11308
c906108c 11309
b7026657 11310
81ecdfbb 11311
b7026657 11312
c906108c 11313
c906108c 11314
b7026657
AC
11315
11316
11317
11318
6ffe910a 11319
2232061b
MF
11320
11321
2232061b 11322
2232061b
MF
11323
11324
2232061b
MF
11325
11326
2232061b 11327
2232061b
MF
11328
11329
6bb11ab3
L
11330
11331
11332
11333
11334
11335
11336
11337
11338
11339
11340
11341
11342
11343
11344
11345
11346
11347
11348
11349
11350
11351
11352
11353
11354
11355
11356
11357
11358
11359
11360
11361
11362
11363
11364
11365
11366
11367
11368
11369
11370
11371
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389
11390
11391
11392
11393
11394
11395
11396
11397
11398
11399
11400
11401
11402
11403
11404
11405
11406
11407
11408
11409
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11430$as_echo_n "checking dynamic linker characteristics... " >&6; }
11431
11432if test "$GCC" = yes; then
11433 case $host_os in
11434 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11435 *) lt_awk_arg="/^libraries:/" ;;
11436 esac
11437 case $host_os in
11438 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11439 *) lt_sed_strip_eq="s,=/,/,g" ;;
11440 esac
11441 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11442 case $lt_search_path_spec in
11443 *\;*)
11444 # if the path contains ";" then we assume it to be the separator
11445 # otherwise default to the standard path separator (i.e. ":") - it is
11446 # assumed that no part of a normal pathname contains ";" but that should
11447 # okay in the real world where ";" in dirpaths is itself problematic.
11448 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11449 ;;
11450 *)
11451 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11452 ;;
11453 esac
11454 # Ok, now we have the path, separated by spaces, we can step through it
11455 # and add multilib dir if necessary.
11456 lt_tmp_lt_search_path_spec=
11457 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11458 for lt_sys_path in $lt_search_path_spec; do
11459 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11460 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11461 else
11462 test -d "$lt_sys_path" && \
11463 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11464 fi
11465 done
11466 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11467BEGIN {RS=" "; FS="/|\n";} {
11468 lt_foo="";
11469 lt_count=0;
11470 for (lt_i = NF; lt_i > 0; lt_i--) {
11471 if ($lt_i != "" && $lt_i != ".") {
11472 if ($lt_i == "..") {
11473 lt_count++;
11474 } else {
11475 if (lt_count == 0) {
11476 lt_foo="/" $lt_i lt_foo;
11477 } else {
11478 lt_count--;
11479 }
11480 }
11481 }
11482 }
11483 if (lt_foo != "") { lt_freq[lt_foo]++; }
11484 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11485}'`
11486 # AWK program above erroneously prepends '/' to C:/dos/paths
11487 # for these hosts.
11488 case $host_os in
11489 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11490 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11491 esac
11492 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11493else
11494 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11495fi
11496library_names_spec=
11497libname_spec='lib$name'
11498soname_spec=
11499shrext_cmds=".so"
11500postinstall_cmds=
11501postuninstall_cmds=
11502finish_cmds=
11503finish_eval=
11504shlibpath_var=
11505shlibpath_overrides_runpath=unknown
11506version_type=none
11507dynamic_linker="$host_os ld.so"
11508sys_lib_dlsearch_path_spec="/lib /usr/lib"
11509need_lib_prefix=unknown
11510hardcode_into_libs=no
11511
11512# when you set need_version to no, make sure it does not cause -set_version
11513# flags to be left without arguments
11514need_version=unknown
11515
11516case $host_os in
11517aix3*)
11518 version_type=linux
11519 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11520 shlibpath_var=LIBPATH
11521
11522 # AIX 3 has no versioning support, so we append a major version to the name.
11523 soname_spec='${libname}${release}${shared_ext}$major'
11524 ;;
11525
11526aix[4-9]*)
11527 version_type=linux
11528 need_lib_prefix=no
11529 need_version=no
11530 hardcode_into_libs=yes
11531 if test "$host_cpu" = ia64; then
11532 # AIX 5 supports IA64
11533 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11534 shlibpath_var=LD_LIBRARY_PATH
11535 else
11536 # With GCC up to 2.95.x, collect2 would create an import file
11537 # for dependence libraries. The import file would start with
11538 # the line `#! .'. This would cause the generated library to
11539 # depend on `.', always an invalid library. This was fixed in
11540 # development snapshots of GCC prior to 3.0.
11541 case $host_os in
11542 aix4 | aix4.[01] | aix4.[01].*)
11543 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11544 echo ' yes '
11545 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11546 :
11547 else
11548 can_build_shared=no
11549 fi
11550 ;;
11551 esac
11552 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11553 # soname into executable. Probably we can add versioning support to
11554 # collect2, so additional links can be useful in future.
11555 if test "$aix_use_runtimelinking" = yes; then
11556 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11557 # instead of lib<name>.a to let people know that these are not
11558 # typical AIX shared libraries.
11559 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11560 else
11561 # We preserve .a as extension for shared libraries through AIX4.2
11562 # and later when we are not doing run time linking.
11563 library_names_spec='${libname}${release}.a $libname.a'
11564 soname_spec='${libname}${release}${shared_ext}$major'
11565 fi
11566 shlibpath_var=LIBPATH
11567 fi
11568 ;;
11569
11570amigaos*)
11571 case $host_cpu in
11572 powerpc)
11573 # Since July 2007 AmigaOS4 officially supports .so libraries.
11574 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11575 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11576 ;;
11577 m68k)
11578 library_names_spec='$libname.ixlibrary $libname.a'
11579 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11580 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'
11581 ;;
11582 esac
11583 ;;
11584
11585beos*)
11586 library_names_spec='${libname}${shared_ext}'
11587 dynamic_linker="$host_os ld.so"
11588 shlibpath_var=LIBRARY_PATH
11589 ;;
11590
11591bsdi[45]*)
11592 version_type=linux
11593 need_version=no
11594 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11595 soname_spec='${libname}${release}${shared_ext}$major'
11596 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11597 shlibpath_var=LD_LIBRARY_PATH
11598 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11599 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11600 # the default ld.so.conf also contains /usr/contrib/lib and
11601 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11602 # libtool to hard-code these into programs
11603 ;;
11604
11605cygwin* | mingw* | pw32* | cegcc*)
11606 version_type=windows
11607 shrext_cmds=".dll"
11608 need_version=no
11609 need_lib_prefix=no
11610
11611 case $GCC,$host_os in
11612 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11613 library_names_spec='$libname.dll.a'
11614 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11615 postinstall_cmds='base_file=`basename \${file}`~
11616 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11617 dldir=$destdir/`dirname \$dlpath`~
11618 test -d \$dldir || mkdir -p \$dldir~
11619 $install_prog $dir/$dlname \$dldir/$dlname~
11620 chmod a+x \$dldir/$dlname~
11621 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11622 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11623 fi'
11624 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11625 dlpath=$dir/\$dldll~
11626 $RM \$dlpath'
11627 shlibpath_overrides_runpath=yes
11628
11629 case $host_os in
11630 cygwin*)
11631 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11632 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11633
11634 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11635 ;;
11636 mingw* | cegcc*)
11637 # MinGW DLLs use traditional 'lib' prefix
11638 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11639 ;;
11640 pw32*)
11641 # pw32 DLLs use 'pw' prefix rather than 'lib'
11642 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11643 ;;
11644 esac
11645 ;;
11646
11647 *)
11648 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11649 ;;
11650 esac
11651 dynamic_linker='Win32 ld.exe'
11652 # FIXME: first we should search . and the directory the executable is in
11653 shlibpath_var=PATH
11654 ;;
11655
11656darwin* | rhapsody*)
11657 dynamic_linker="$host_os dyld"
11658 version_type=darwin
11659 need_lib_prefix=no
11660 need_version=no
11661 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11662 soname_spec='${libname}${release}${major}$shared_ext'
11663 shlibpath_overrides_runpath=yes
11664 shlibpath_var=DYLD_LIBRARY_PATH
11665 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11666
11667 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11668 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11669 ;;
11670
11671dgux*)
11672 version_type=linux
11673 need_lib_prefix=no
11674 need_version=no
11675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11676 soname_spec='${libname}${release}${shared_ext}$major'
11677 shlibpath_var=LD_LIBRARY_PATH
11678 ;;
11679
11680freebsd* | dragonfly*)
11681 # DragonFly does not have aout. When/if they implement a new
11682 # versioning mechanism, adjust this.
11683 if test -x /usr/bin/objformat; then
11684 objformat=`/usr/bin/objformat`
11685 else
11686 case $host_os in
11687 freebsd[23].*) objformat=aout ;;
11688 *) objformat=elf ;;
11689 esac
11690 fi
11691 version_type=freebsd-$objformat
11692 case $version_type in
11693 freebsd-elf*)
11694 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11695 need_version=no
11696 need_lib_prefix=no
11697 ;;
11698 freebsd-*)
11699 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11700 need_version=yes
11701 ;;
11702 esac
11703 shlibpath_var=LD_LIBRARY_PATH
11704 case $host_os in
11705 freebsd2.*)
11706 shlibpath_overrides_runpath=yes
11707 ;;
11708 freebsd3.[01]* | freebsdelf3.[01]*)
11709 shlibpath_overrides_runpath=yes
11710 hardcode_into_libs=yes
11711 ;;
11712 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11713 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11714 shlibpath_overrides_runpath=no
11715 hardcode_into_libs=yes
11716 ;;
11717 *) # from 4.6 on, and DragonFly
11718 shlibpath_overrides_runpath=yes
11719 hardcode_into_libs=yes
11720 ;;
11721 esac
11722 ;;
11723
11724gnu*)
11725 version_type=linux
11726 need_lib_prefix=no
11727 need_version=no
11728 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11729 soname_spec='${libname}${release}${shared_ext}$major'
11730 shlibpath_var=LD_LIBRARY_PATH
11731 hardcode_into_libs=yes
11732 ;;
11733
11734haiku*)
11735 version_type=linux
11736 need_lib_prefix=no
11737 need_version=no
11738 dynamic_linker="$host_os runtime_loader"
11739 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
11740 soname_spec='${libname}${release}${shared_ext}$major'
11741 shlibpath_var=LIBRARY_PATH
11742 shlibpath_overrides_runpath=yes
11743 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
11744 hardcode_into_libs=yes
11745 ;;
11746
11747hpux9* | hpux10* | hpux11*)
11748 # Give a soname corresponding to the major version so that dld.sl refuses to
11749 # link against other versions.
11750 version_type=sunos
11751 need_lib_prefix=no
11752 need_version=no
11753 case $host_cpu in
11754 ia64*)
11755 shrext_cmds='.so'
11756 hardcode_into_libs=yes
11757 dynamic_linker="$host_os dld.so"
11758 shlibpath_var=LD_LIBRARY_PATH
11759 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11760 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11761 soname_spec='${libname}${release}${shared_ext}$major'
11762 if test "X$HPUX_IA64_MODE" = X32; then
11763 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11764 else
11765 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11766 fi
11767 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11768 ;;
11769 hppa*64*)
11770 shrext_cmds='.sl'
11771 hardcode_into_libs=yes
11772 dynamic_linker="$host_os dld.sl"
11773 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
11774 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
11775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11776 soname_spec='${libname}${release}${shared_ext}$major'
11777 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
11778 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11779 ;;
11780 *)
11781 shrext_cmds='.sl'
11782 dynamic_linker="$host_os dld.sl"
11783 shlibpath_var=SHLIB_PATH
11784 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
11785 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11786 soname_spec='${libname}${release}${shared_ext}$major'
11787 ;;
11788 esac
11789 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
11790 postinstall_cmds='chmod 555 $lib'
11791 # or fails outright, so override atomically:
11792 install_override_mode=555
11793 ;;
11794
11795interix[3-9]*)
11796 version_type=linux
11797 need_lib_prefix=no
11798 need_version=no
11799 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11800 soname_spec='${libname}${release}${shared_ext}$major'
11801 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
11802 shlibpath_var=LD_LIBRARY_PATH
11803 shlibpath_overrides_runpath=no
11804 hardcode_into_libs=yes
11805 ;;
11806
11807irix5* | irix6* | nonstopux*)
11808 case $host_os in
11809 nonstopux*) version_type=nonstopux ;;
11810 *)
11811 if test "$lt_cv_prog_gnu_ld" = yes; then
11812 version_type=linux
11813 else
11814 version_type=irix
11815 fi ;;
11816 esac
11817 need_lib_prefix=no
11818 need_version=no
11819 soname_spec='${libname}${release}${shared_ext}$major'
11820 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11821 case $host_os in
11822 irix5* | nonstopux*)
11823 libsuff= shlibsuff=
11824 ;;
11825 *)
11826 case $LD in # libtool.m4 will add one of these switches to LD
11827 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
11828 libsuff= shlibsuff= libmagic=32-bit;;
11829 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
11830 libsuff=32 shlibsuff=N32 libmagic=N32;;
11831 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
11832 libsuff=64 shlibsuff=64 libmagic=64-bit;;
11833 *) libsuff= shlibsuff= libmagic=never-match;;
11834 esac
11835 ;;
11836 esac
11837 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
11838 shlibpath_overrides_runpath=no
11839 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
11840 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11841 hardcode_into_libs=yes
11842 ;;
11843
11844# No shared lib support for Linux oldld, aout, or coff.
11845linux*oldld* | linux*aout* | linux*coff*)
11846 dynamic_linker=no
11847 ;;
11848
11849# This must be Linux ELF.
11850linux* | k*bsd*-gnu | kopensolaris*-gnu)
11851 version_type=linux
11852 need_lib_prefix=no
11853 need_version=no
11854 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11855 soname_spec='${libname}${release}${shared_ext}$major'
11856 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
11857 shlibpath_var=LD_LIBRARY_PATH
11858 shlibpath_overrides_runpath=no
11859
11860 # Some binutils ld are patched to set DT_RUNPATH
11861 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
11862 $as_echo_n "(cached) " >&6
11863else
6bb11ab3
L
11864 lt_cv_shlibpath_overrides_runpath=no
11865 save_LDFLAGS=$LDFLAGS
11866 save_libdir=$libdir
11867 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
11868 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
11869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
11870/* end confdefs.h. */
11871
2232061b
MF
11872int
11873main ()
11874{
11875
11876 ;
11877 return 0;
11878}
11879_ACEOF
6bb11ab3
L
11880if ac_fn_c_try_link "$LINENO"; then :
11881 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
11882 lt_cv_shlibpath_overrides_runpath=yes
2232061b 11883fi
2232061b 11884fi
6bb11ab3
L
11885rm -f core conftest.err conftest.$ac_objext \
11886 conftest$ac_exeext conftest.$ac_ext
11887 LDFLAGS=$save_LDFLAGS
11888 libdir=$save_libdir
2232061b 11889
6bb11ab3 11890fi
2232061b 11891
6bb11ab3 11892 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 11893
6bb11ab3
L
11894 # This implies no fast_install, which is unacceptable.
11895 # Some rework will be needed to allow for fast_install
11896 # before this can be enabled.
11897 hardcode_into_libs=yes
2232061b 11898
6bb11ab3
L
11899 # Append ld.so.conf contents to the search path
11900 if test -f /etc/ld.so.conf; then
11901 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' ' '`
11902 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
11903 fi
2232061b 11904
6bb11ab3
L
11905 # We used to test for /lib/ld.so.1 and disable shared libraries on
11906 # powerpc, because MkLinux only supported shared libraries with the
11907 # GNU dynamic linker. Since this was broken with cross compilers,
11908 # most powerpc-linux boxes support dynamic linking these days and
11909 # people can always --disable-shared, the test was removed, and we
11910 # assume the GNU/Linux dynamic linker is in use.
11911 dynamic_linker='GNU/Linux ld.so'
11912 ;;
11913
11914netbsd*)
11915 version_type=sunos
11916 need_lib_prefix=no
11917 need_version=no
11918 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11919 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11920 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11921 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 11922 else
6bb11ab3
L
11923 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11924 soname_spec='${libname}${release}${shared_ext}$major'
11925 dynamic_linker='NetBSD ld.elf_so'
11926 fi
11927 shlibpath_var=LD_LIBRARY_PATH
11928 shlibpath_overrides_runpath=yes
11929 hardcode_into_libs=yes
11930 ;;
11931
11932newsos6)
11933 version_type=linux
11934 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11935 shlibpath_var=LD_LIBRARY_PATH
11936 shlibpath_overrides_runpath=yes
11937 ;;
11938
11939*nto* | *qnx*)
11940 version_type=qnx
11941 need_lib_prefix=no
11942 need_version=no
11943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11944 soname_spec='${libname}${release}${shared_ext}$major'
11945 shlibpath_var=LD_LIBRARY_PATH
11946 shlibpath_overrides_runpath=no
11947 hardcode_into_libs=yes
11948 dynamic_linker='ldqnx.so'
11949 ;;
11950
11951openbsd*)
11952 version_type=sunos
11953 sys_lib_dlsearch_path_spec="/usr/lib"
11954 need_lib_prefix=no
11955 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11956 case $host_os in
11957 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11958 *) need_version=no ;;
11959 esac
11960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11961 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11962 shlibpath_var=LD_LIBRARY_PATH
11963 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11964 case $host_os in
11965 openbsd2.[89] | openbsd2.[89].*)
11966 shlibpath_overrides_runpath=no
11967 ;;
11968 *)
11969 shlibpath_overrides_runpath=yes
11970 ;;
11971 esac
11972 else
11973 shlibpath_overrides_runpath=yes
11974 fi
11975 ;;
11976
11977os2*)
11978 libname_spec='$name'
11979 shrext_cmds=".dll"
11980 need_lib_prefix=no
11981 library_names_spec='$libname${shared_ext} $libname.a'
11982 dynamic_linker='OS/2 ld.exe'
11983 shlibpath_var=LIBPATH
11984 ;;
11985
11986osf3* | osf4* | osf5*)
11987 version_type=osf
11988 need_lib_prefix=no
11989 need_version=no
11990 soname_spec='${libname}${release}${shared_ext}$major'
11991 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11992 shlibpath_var=LD_LIBRARY_PATH
11993 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11994 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11995 ;;
11996
11997rdos*)
11998 dynamic_linker=no
11999 ;;
12000
12001solaris*)
12002 version_type=linux
12003 need_lib_prefix=no
12004 need_version=no
12005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12006 soname_spec='${libname}${release}${shared_ext}$major'
12007 shlibpath_var=LD_LIBRARY_PATH
12008 shlibpath_overrides_runpath=yes
12009 hardcode_into_libs=yes
12010 # ldd complains unless libraries are executable
12011 postinstall_cmds='chmod +x $lib'
12012 ;;
12013
12014sunos4*)
12015 version_type=sunos
12016 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12017 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12018 shlibpath_var=LD_LIBRARY_PATH
12019 shlibpath_overrides_runpath=yes
12020 if test "$with_gnu_ld" = yes; then
12021 need_lib_prefix=no
12022 fi
12023 need_version=yes
12024 ;;
12025
12026sysv4 | sysv4.3*)
12027 version_type=linux
12028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12029 soname_spec='${libname}${release}${shared_ext}$major'
12030 shlibpath_var=LD_LIBRARY_PATH
12031 case $host_vendor in
12032 sni)
12033 shlibpath_overrides_runpath=no
12034 need_lib_prefix=no
12035 runpath_var=LD_RUN_PATH
12036 ;;
12037 siemens)
12038 need_lib_prefix=no
12039 ;;
12040 motorola)
12041 need_lib_prefix=no
12042 need_version=no
12043 shlibpath_overrides_runpath=no
12044 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12045 ;;
12046 esac
12047 ;;
12048
12049sysv4*MP*)
12050 if test -d /usr/nec ;then
12051 version_type=linux
12052 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12053 soname_spec='$libname${shared_ext}.$major'
12054 shlibpath_var=LD_LIBRARY_PATH
2232061b 12055 fi
6bb11ab3
L
12056 ;;
12057
12058sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12059 version_type=freebsd-elf
12060 need_lib_prefix=no
12061 need_version=no
12062 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12063 soname_spec='${libname}${release}${shared_ext}$major'
12064 shlibpath_var=LD_LIBRARY_PATH
12065 shlibpath_overrides_runpath=yes
12066 hardcode_into_libs=yes
12067 if test "$with_gnu_ld" = yes; then
12068 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12069 else
12070 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12071 case $host_os in
12072 sco3.2v5*)
12073 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12074 ;;
12075 esac
12076 fi
12077 sys_lib_dlsearch_path_spec='/usr/lib'
12078 ;;
12079
12080tpf*)
12081 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12082 version_type=linux
12083 need_lib_prefix=no
12084 need_version=no
12085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12086 shlibpath_var=LD_LIBRARY_PATH
12087 shlibpath_overrides_runpath=no
12088 hardcode_into_libs=yes
12089 ;;
12090
12091uts4*)
12092 version_type=linux
12093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12094 soname_spec='${libname}${release}${shared_ext}$major'
12095 shlibpath_var=LD_LIBRARY_PATH
12096 ;;
12097
12098*)
12099 dynamic_linker=no
12100 ;;
12101esac
12102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12103$as_echo "$dynamic_linker" >&6; }
12104test "$dynamic_linker" = no && can_build_shared=no
12105
12106variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12107if test "$GCC" = yes; then
12108 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12109fi
2232061b 12110
6bb11ab3
L
12111if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12112 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12113fi
12114if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12115 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12116fi
12117
12118
12119
12120
12121
12122
12123
12124
12125
12126
12127
12128
12129
12130
12131
12132
12133
12134
12135
12136
12137
12138
12139
12140
12141
12142
2232061b 12143
2232061b 12144
2232061b 12145
2232061b 12146
2232061b
MF
12147
12148
6ffe910a 12149
6ffe910a
MF
12150
12151
12152
12153
12154
2232061b 12155
6ffe910a
MF
12156
12157
12158
12159
6ffe910a 12160
6ffe910a 12161
6ffe910a
MF
12162
12163
6ffe910a 12164
6ffe910a 12165
6ffe910a
MF
12166
12167
5f3ef9d0 12168
5f3ef9d0
JB
12169
12170
12171
db2e4d67
MF
12172
12173
db2e4d67 12174
db2e4d67 12175
db2e4d67 12176
db2e4d67 12177
db2e4d67 12178
db2e4d67 12179
db2e4d67 12180
db2e4d67
MF
12181
12182
db2e4d67 12183
db2e4d67
MF
12184
12185
db2e4d67 12186
db2e4d67
MF
12187
12188
6ffe910a 12189
6ffe910a 12190
6ffe910a
MF
12191
12192
6ffe910a
MF
12193
12194
6ffe910a 12195
6ffe910a 12196
6ffe910a 12197
6ffe910a 12198
6ffe910a 12199
b7026657 12200
b7026657 12201
c906108c 12202
b7026657 12203
b7026657 12204
c906108c 12205
b7026657 12206
b7026657 12207
c906108c 12208
6bb11ab3
L
12209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12210$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12211hardcode_action=
12212if test -n "$hardcode_libdir_flag_spec" ||
12213 test -n "$runpath_var" ||
12214 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12215
6bb11ab3
L
12216 # We can hardcode non-existent directories.
12217 if test "$hardcode_direct" != no &&
12218 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12219 # have to relink, otherwise we might link with an installed library
12220 # when we should be linking with a yet-to-be-installed one
12221 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12222 test "$hardcode_minus_L" != no; then
12223 # Linking always hardcodes the temporary library directory.
12224 hardcode_action=relink
12225 else
12226 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12227 hardcode_action=immediate
12228 fi
12229else
12230 # We cannot hardcode anything, or else we can only hardcode existing
12231 # directories.
12232 hardcode_action=unsupported
c906108c 12233fi
6bb11ab3
L
12234{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12235$as_echo "$hardcode_action" >&6; }
b7026657 12236
6bb11ab3
L
12237if test "$hardcode_action" = relink ||
12238 test "$inherit_rpath" = yes; then
12239 # Fast installation is not supported
12240 enable_fast_install=no
12241elif test "$shlibpath_overrides_runpath" = yes ||
12242 test "$enable_shared" = no; then
12243 # Fast installation is not necessary
12244 enable_fast_install=needless
12245fi
c906108c 12246
6bb11ab3
L
12247
12248
12249
12250
12251
12252 if test "x$enable_dlopen" != xyes; then
12253 enable_dlopen=unknown
12254 enable_dlopen_self=unknown
12255 enable_dlopen_self_static=unknown
12256else
12257 lt_cv_dlopen=no
12258 lt_cv_dlopen_libs=
12259
12260 case $host_os in
12261 beos*)
12262 lt_cv_dlopen="load_add_on"
12263 lt_cv_dlopen_libs=
12264 lt_cv_dlopen_self=yes
12265 ;;
12266
12267 mingw* | pw32* | cegcc*)
12268 lt_cv_dlopen="LoadLibrary"
12269 lt_cv_dlopen_libs=
12270 ;;
12271
12272 cygwin*)
12273 lt_cv_dlopen="dlopen"
12274 lt_cv_dlopen_libs=
12275 ;;
12276
12277 darwin*)
12278 # if libdl is installed we need to link against it
12279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12280$as_echo_n "checking for dlopen in -ldl... " >&6; }
12281if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12282 $as_echo_n "(cached) " >&6
12283else
12284 ac_check_lib_save_LIBS=$LIBS
12285LIBS="-ldl $LIBS"
12286cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12287/* end confdefs.h. */
12288
12289/* Override any GCC internal prototype to avoid an error.
12290 Use char because int might match the return type of a GCC
12291 builtin and then its argument prototype would still apply. */
12292#ifdef __cplusplus
12293extern "C"
12294#endif
12295char dlopen ();
12296int
12297main ()
12298{
12299return dlopen ();
12300 ;
12301 return 0;
12302}
b7026657 12303_ACEOF
6bb11ab3
L
12304if ac_fn_c_try_link "$LINENO"; then :
12305 ac_cv_lib_dl_dlopen=yes
12306else
12307 ac_cv_lib_dl_dlopen=no
12308fi
12309rm -f core conftest.err conftest.$ac_objext \
12310 conftest$ac_exeext conftest.$ac_ext
12311LIBS=$ac_check_lib_save_LIBS
12312fi
12313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12314$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12315if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12316 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12317else
12318
12319 lt_cv_dlopen="dyld"
12320 lt_cv_dlopen_libs=
12321 lt_cv_dlopen_self=yes
c906108c 12322
c906108c 12323fi
c906108c 12324
6bb11ab3 12325 ;;
c906108c 12326
6bb11ab3
L
12327 *)
12328 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12329if test "x$ac_cv_func_shl_load" = x""yes; then :
12330 lt_cv_dlopen="shl_load"
12331else
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12333$as_echo_n "checking for shl_load in -ldld... " >&6; }
12334if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12335 $as_echo_n "(cached) " >&6
12336else
12337 ac_check_lib_save_LIBS=$LIBS
12338LIBS="-ldld $LIBS"
12339cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12340/* end confdefs.h. */
12341
12342/* Override any GCC internal prototype to avoid an error.
12343 Use char because int might match the return type of a GCC
12344 builtin and then its argument prototype would still apply. */
12345#ifdef __cplusplus
12346extern "C"
12347#endif
12348char shl_load ();
12349int
12350main ()
12351{
12352return shl_load ();
12353 ;
12354 return 0;
12355}
12356_ACEOF
12357if ac_fn_c_try_link "$LINENO"; then :
12358 ac_cv_lib_dld_shl_load=yes
12359else
12360 ac_cv_lib_dld_shl_load=no
12361fi
12362rm -f core conftest.err conftest.$ac_objext \
12363 conftest$ac_exeext conftest.$ac_ext
12364LIBS=$ac_check_lib_save_LIBS
12365fi
12366{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12367$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12368if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12369 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12370else
12371 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12372if test "x$ac_cv_func_dlopen" = x""yes; then :
12373 lt_cv_dlopen="dlopen"
12374else
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12376$as_echo_n "checking for dlopen in -ldl... " >&6; }
12377if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
81ecdfbb 12378 $as_echo_n "(cached) " >&6
c906108c 12379else
b7026657 12380 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12381LIBS="-ldl $LIBS"
81ecdfbb 12382cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12383/* end confdefs.h. */
12384
81ecdfbb
RW
12385/* Override any GCC internal prototype to avoid an error.
12386 Use char because int might match the return type of a GCC
12387 builtin and then its argument prototype would still apply. */
b7026657
AC
12388#ifdef __cplusplus
12389extern "C"
12390#endif
6bb11ab3 12391char dlopen ();
b7026657
AC
12392int
12393main ()
12394{
6bb11ab3 12395return dlopen ();
b7026657
AC
12396 ;
12397 return 0;
12398}
12399_ACEOF
81ecdfbb 12400if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12401 ac_cv_lib_dl_dlopen=yes
b7026657 12402else
6bb11ab3 12403 ac_cv_lib_dl_dlopen=no
b7026657 12404fi
81ecdfbb
RW
12405rm -f core conftest.err conftest.$ac_objext \
12406 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12407LIBS=$ac_check_lib_save_LIBS
12408fi
6bb11ab3
L
12409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12410$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12411if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12412 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12413else
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12415$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12416if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
81ecdfbb 12417 $as_echo_n "(cached) " >&6
c906108c 12418else
b7026657 12419 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12420LIBS="-lsvld $LIBS"
81ecdfbb 12421cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12422/* end confdefs.h. */
12423
81ecdfbb
RW
12424/* Override any GCC internal prototype to avoid an error.
12425 Use char because int might match the return type of a GCC
12426 builtin and then its argument prototype would still apply. */
b7026657
AC
12427#ifdef __cplusplus
12428extern "C"
12429#endif
6bb11ab3 12430char dlopen ();
b7026657
AC
12431int
12432main ()
12433{
6bb11ab3 12434return dlopen ();
b7026657
AC
12435 ;
12436 return 0;
12437}
12438_ACEOF
81ecdfbb 12439if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12440 ac_cv_lib_svld_dlopen=yes
b7026657 12441else
6bb11ab3 12442 ac_cv_lib_svld_dlopen=no
b7026657 12443fi
81ecdfbb
RW
12444rm -f core conftest.err conftest.$ac_objext \
12445 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12446LIBS=$ac_check_lib_save_LIBS
12447fi
6bb11ab3
L
12448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12449$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12450if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12451 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12452else
6bb11ab3
L
12453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12454$as_echo_n "checking for dld_link in -ldld... " >&6; }
12455if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
81ecdfbb 12456 $as_echo_n "(cached) " >&6
b5bd9624 12457else
6bb11ab3
L
12458 ac_check_lib_save_LIBS=$LIBS
12459LIBS="-ldld $LIBS"
81ecdfbb 12460cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12461/* end confdefs.h. */
12462
81ecdfbb
RW
12463/* Override any GCC internal prototype to avoid an error.
12464 Use char because int might match the return type of a GCC
b5bd9624 12465 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12466#ifdef __cplusplus
12467extern "C"
12468#endif
6bb11ab3 12469char dld_link ();
b5bd9624
HPN
12470int
12471main ()
12472{
6bb11ab3 12473return dld_link ();
b5bd9624
HPN
12474 ;
12475 return 0;
12476}
12477_ACEOF
6bb11ab3
L
12478if ac_fn_c_try_link "$LINENO"; then :
12479 ac_cv_lib_dld_dld_link=yes
12480else
12481 ac_cv_lib_dld_dld_link=no
12482fi
12483rm -f core conftest.err conftest.$ac_objext \
12484 conftest$ac_exeext conftest.$ac_ext
12485LIBS=$ac_check_lib_save_LIBS
12486fi
12487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12488$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12489if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12490 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12491fi
12492
12493
12494fi
12495
12496
12497fi
12498
12499
12500fi
12501
12502
12503fi
12504
12505
12506fi
12507
12508 ;;
12509 esac
12510
12511 if test "x$lt_cv_dlopen" != xno; then
12512 enable_dlopen=yes
b5bd9624 12513 else
6bb11ab3
L
12514 enable_dlopen=no
12515 fi
12516
12517 case $lt_cv_dlopen in
12518 dlopen)
12519 save_CPPFLAGS="$CPPFLAGS"
12520 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12521
12522 save_LDFLAGS="$LDFLAGS"
12523 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12524
12525 save_LIBS="$LIBS"
12526 LIBS="$lt_cv_dlopen_libs $LIBS"
12527
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12529$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12530if test "${lt_cv_dlopen_self+set}" = set; then :
12531 $as_echo_n "(cached) " >&6
12532else
12533 if test "$cross_compiling" = yes; then :
12534 lt_cv_dlopen_self=cross
12535else
12536 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12537 lt_status=$lt_dlunknown
12538 cat > conftest.$ac_ext <<_LT_EOF
9bbf6f91 12539#line 12539 "configure"
6bb11ab3
L
12540#include "confdefs.h"
12541
12542#if HAVE_DLFCN_H
12543#include <dlfcn.h>
12544#endif
12545
12546#include <stdio.h>
12547
12548#ifdef RTLD_GLOBAL
12549# define LT_DLGLOBAL RTLD_GLOBAL
12550#else
12551# ifdef DL_GLOBAL
12552# define LT_DLGLOBAL DL_GLOBAL
12553# else
12554# define LT_DLGLOBAL 0
12555# endif
12556#endif
12557
12558/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12559 find out it does not work in some platform. */
12560#ifndef LT_DLLAZY_OR_NOW
12561# ifdef RTLD_LAZY
12562# define LT_DLLAZY_OR_NOW RTLD_LAZY
12563# else
12564# ifdef DL_LAZY
12565# define LT_DLLAZY_OR_NOW DL_LAZY
12566# else
12567# ifdef RTLD_NOW
12568# define LT_DLLAZY_OR_NOW RTLD_NOW
12569# else
12570# ifdef DL_NOW
12571# define LT_DLLAZY_OR_NOW DL_NOW
12572# else
12573# define LT_DLLAZY_OR_NOW 0
12574# endif
12575# endif
12576# endif
12577# endif
12578#endif
12579
12580/* When -fvisbility=hidden is used, assume the code has been annotated
12581 correspondingly for the symbols needed. */
12582#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12583void fnord () __attribute__((visibility("default")));
12584#endif
12585
12586void fnord () { int i=42; }
12587int main ()
12588{
12589 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12590 int status = $lt_dlunknown;
12591
12592 if (self)
12593 {
12594 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12595 else
12596 {
12597 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12598 else puts (dlerror ());
12599 }
12600 /* dlclose (self); */
12601 }
12602 else
12603 puts (dlerror ());
12604
12605 return status;
12606}
12607_LT_EOF
12608 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12609 (eval $ac_link) 2>&5
12610 ac_status=$?
12611 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12612 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12613 (./conftest; exit; ) >&5 2>/dev/null
12614 lt_status=$?
12615 case x$lt_status in
12616 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12617 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12618 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12619 esac
12620 else :
12621 # compilation failed
12622 lt_cv_dlopen_self=no
b5bd9624 12623 fi
b5bd9624 12624fi
6bb11ab3
L
12625rm -fr conftest*
12626
12627
b5bd9624 12628fi
6bb11ab3
L
12629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12630$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 12631
6bb11ab3
L
12632 if test "x$lt_cv_dlopen_self" = xyes; then
12633 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12635$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12636if test "${lt_cv_dlopen_self_static+set}" = set; then :
12637 $as_echo_n "(cached) " >&6
b5bd9624 12638else
6bb11ab3
L
12639 if test "$cross_compiling" = yes; then :
12640 lt_cv_dlopen_self_static=cross
12641else
12642 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12643 lt_status=$lt_dlunknown
12644 cat > conftest.$ac_ext <<_LT_EOF
9bbf6f91 12645#line 12645 "configure"
6bb11ab3
L
12646#include "confdefs.h"
12647
12648#if HAVE_DLFCN_H
12649#include <dlfcn.h>
12650#endif
12651
12652#include <stdio.h>
12653
12654#ifdef RTLD_GLOBAL
12655# define LT_DLGLOBAL RTLD_GLOBAL
12656#else
12657# ifdef DL_GLOBAL
12658# define LT_DLGLOBAL DL_GLOBAL
12659# else
12660# define LT_DLGLOBAL 0
12661# endif
12662#endif
12663
12664/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12665 find out it does not work in some platform. */
12666#ifndef LT_DLLAZY_OR_NOW
12667# ifdef RTLD_LAZY
12668# define LT_DLLAZY_OR_NOW RTLD_LAZY
12669# else
12670# ifdef DL_LAZY
12671# define LT_DLLAZY_OR_NOW DL_LAZY
12672# else
12673# ifdef RTLD_NOW
12674# define LT_DLLAZY_OR_NOW RTLD_NOW
12675# else
12676# ifdef DL_NOW
12677# define LT_DLLAZY_OR_NOW DL_NOW
12678# else
12679# define LT_DLLAZY_OR_NOW 0
12680# endif
12681# endif
12682# endif
12683# endif
12684#endif
12685
12686/* When -fvisbility=hidden is used, assume the code has been annotated
12687 correspondingly for the symbols needed. */
12688#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12689void fnord () __attribute__((visibility("default")));
12690#endif
12691
12692void fnord () { int i=42; }
12693int main ()
12694{
12695 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12696 int status = $lt_dlunknown;
12697
12698 if (self)
12699 {
12700 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12701 else
12702 {
12703 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12704 else puts (dlerror ());
12705 }
12706 /* dlclose (self); */
12707 }
12708 else
12709 puts (dlerror ());
12710
12711 return status;
12712}
12713_LT_EOF
12714 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12715 (eval $ac_link) 2>&5
12716 ac_status=$?
12717 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12718 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12719 (./conftest; exit; ) >&5 2>/dev/null
12720 lt_status=$?
12721 case x$lt_status in
12722 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
12723 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
12724 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
12725 esac
12726 else :
12727 # compilation failed
12728 lt_cv_dlopen_self_static=no
12729 fi
b5bd9624 12730fi
6bb11ab3
L
12731rm -fr conftest*
12732
12733
b5bd9624 12734fi
6bb11ab3
L
12735{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
12736$as_echo "$lt_cv_dlopen_self_static" >&6; }
12737 fi
12738
12739 CPPFLAGS="$save_CPPFLAGS"
12740 LDFLAGS="$save_LDFLAGS"
12741 LIBS="$save_LIBS"
12742 ;;
12743 esac
12744
12745 case $lt_cv_dlopen_self in
12746 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
12747 *) enable_dlopen_self=unknown ;;
12748 esac
12749
12750 case $lt_cv_dlopen_self_static in
12751 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
12752 *) enable_dlopen_self_static=unknown ;;
12753 esac
12754fi
12755
12756
12757
12758
12759
12760
12761
12762
12763
12764
12765
12766
12767
12768
12769
12770
12771
12772striplib=
12773old_striplib=
12774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
12775$as_echo_n "checking whether stripping libraries is possible... " >&6; }
12776if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
12777 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
12778 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
12779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12780$as_echo "yes" >&6; }
12781else
12782# FIXME - insert some real tests, host_os isn't really good enough
12783 case $host_os in
12784 darwin*)
12785 if test -n "$STRIP" ; then
12786 striplib="$STRIP -x"
12787 old_striplib="$STRIP -S"
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12789$as_echo "yes" >&6; }
12790 else
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12792$as_echo "no" >&6; }
12793 fi
12794 ;;
12795 *)
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12797$as_echo "no" >&6; }
12798 ;;
12799 esac
12800fi
12801
12802
12803
12804
12805
12806
12807
12808
12809
12810
12811
12812
12813 # Report which library types will actually be built
12814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12815$as_echo_n "checking if libtool supports shared libraries... " >&6; }
12816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12817$as_echo "$can_build_shared" >&6; }
12818
12819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12820$as_echo_n "checking whether to build shared libraries... " >&6; }
12821 test "$can_build_shared" = "no" && enable_shared=no
12822
12823 # On AIX, shared libraries and static libraries use the same namespace, and
12824 # are all built from PIC.
12825 case $host_os in
12826 aix3*)
12827 test "$enable_shared" = yes && enable_static=no
12828 if test -n "$RANLIB"; then
12829 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12830 postinstall_cmds='$RANLIB $lib'
12831 fi
12832 ;;
12833
12834 aix[4-9]*)
12835 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12836 test "$enable_shared" = yes && enable_static=no
12837 fi
12838 ;;
12839 esac
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12841$as_echo "$enable_shared" >&6; }
12842
12843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12844$as_echo_n "checking whether to build static libraries... " >&6; }
12845 # Make sure either enable_shared or enable_static is yes.
12846 test "$enable_shared" = yes || enable_static=yes
12847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12848$as_echo "$enable_static" >&6; }
12849
12850
12851
12852
12853fi
12854ac_ext=c
12855ac_cpp='$CPP $CPPFLAGS'
12856ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12857ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12858ac_compiler_gnu=$ac_cv_c_compiler_gnu
12859
12860CC="$lt_save_CC"
12861
12862
12863
12864
12865
12866
12867
12868
12869
b5bd9624 12870
b5bd9624 12871
b5bd9624 12872
b5bd9624 12873
6bb11ab3
L
12874 ac_config_commands="$ac_config_commands libtool"
12875
12876
12877
12878
12879# Only expand once:
12880
12881
5912fadd 12882
b5bd9624 12883
c906108c
SS
12884. ${srcdir}/../../bfd/configure.host
12885
12886
12887
31e6ad7d
MF
12888
12889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12890$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12891 # Check whether --enable-maintainer-mode was given.
81ecdfbb 12892if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
12893 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12894else
12895 USE_MAINTAINER_MODE=no
c906108c 12896fi
31e6ad7d
MF
12897
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12899$as_echo "$USE_MAINTAINER_MODE" >&6; }
12900 if test $USE_MAINTAINER_MODE = yes; then
12901 MAINTAINER_MODE_TRUE=
12902 MAINTAINER_MODE_FALSE='#'
c906108c 12903else
31e6ad7d
MF
12904 MAINTAINER_MODE_TRUE='#'
12905 MAINTAINER_MODE_FALSE=
81ecdfbb 12906fi
c906108c 12907
31e6ad7d
MF
12908 MAINT=$MAINTAINER_MODE_TRUE
12909
12910
c906108c 12911
81ecdfbb 12912
81ecdfbb
RW
12913# Check whether --enable-sim-cflags was given.
12914if test "${enable_sim_cflags+set}" = set; then :
12915 enableval=$enable_sim_cflags; case "${enableval}" in
c906108c 12916 yes) sim_cflags="-O2 -fomit-frame-pointer";;
81ecdfbb 12917 trace) as_fn_error "\"Please use --enable-sim-debug instead.\"" "$LINENO" 5; sim_cflags="";;
c906108c
SS
12918 no) sim_cflags="";;
12919 *) sim_cflags=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12920esac
12921if test x"$silent" != x"yes" && test x"$sim_cflags" != x""; then
12922 echo "Setting sim cflags = $sim_cflags" 6>&1
12923fi
12924else
12925 sim_cflags=""
81ecdfbb
RW
12926fi
12927
c906108c
SS
12928
12929
81ecdfbb
RW
12930# Check whether --enable-sim-debug was given.
12931if test "${enable_sim_debug+set}" = set; then :
12932 enableval=$enable_sim_debug; case "${enableval}" in
c906108c
SS
12933 yes) sim_debug="-DDEBUG=7 -DWITH_DEBUG=7";;
12934 no) sim_debug="-DDEBUG=0 -DWITH_DEBUG=0";;
12935 *) sim_debug="-DDEBUG='(${enableval})' -DWITH_DEBUG='(${enableval})'";;
12936esac
12937if test x"$silent" != x"yes" && test x"$sim_debug" != x""; then
12938 echo "Setting sim debug = $sim_debug" 6>&1
12939fi
12940else
12941 sim_debug=""
81ecdfbb
RW
12942fi
12943
c906108c
SS
12944
12945
81ecdfbb
RW
12946# Check whether --enable-sim-stdio was given.
12947if test "${enable_sim_stdio+set}" = set; then :
12948 enableval=$enable_sim_stdio; case "${enableval}" in
c906108c
SS
12949 yes) sim_stdio="-DWITH_STDIO=DO_USE_STDIO";;
12950 no) sim_stdio="-DWITH_STDIO=DONT_USE_STDIO";;
81ecdfbb 12951 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-stdio\"" "$LINENO" 5; sim_stdio="";;
c906108c
SS
12952esac
12953if test x"$silent" != x"yes" && test x"$sim_stdio" != x""; then
12954 echo "Setting stdio flags = $sim_stdio" 6>&1
12955fi
12956else
12957 sim_stdio=""
81ecdfbb 12958fi
c906108c
SS
12959
12960
81ecdfbb
RW
12961
12962# Check whether --enable-sim-trace was given.
12963if test "${enable_sim_trace+set}" = set; then :
12964 enableval=$enable_sim_trace; case "${enableval}" in
a3487082
MF
12965 yes) sim_trace="-DWITH_TRACE=-1";;
12966 no) sim_trace="-DWITH_TRACE=0";;
c906108c 12967 [-0-9]*)
a3487082 12968 sim_trace="-DWITH_TRACE='(${enableval})'";;
2232061b 12969 [[:lower:]]*)
c906108c
SS
12970 sim_trace=""
12971 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12972 if test x"$sim_trace" = x; then
12973 sim_trace="-DWITH_TRACE='(TRACE_$x"
12974 else
12975 sim_trace="${sim_trace}|TRACE_$x"
12976 fi
12977 done
12978 sim_trace="$sim_trace)'" ;;
12979esac
12980if test x"$silent" != x"yes" && test x"$sim_trace" != x""; then
12981 echo "Setting sim trace = $sim_trace" 6>&1
12982fi
12983else
12984 sim_trace=""
81ecdfbb
RW
12985fi
12986
c906108c
SS
12987
12988
81ecdfbb
RW
12989# Check whether --enable-sim-profile was given.
12990if test "${enable_sim_profile+set}" = set; then :
12991 enableval=$enable_sim_profile; case "${enableval}" in
c906108c
SS
12992 yes) sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1";;
12993 no) sim_profile="-DPROFILE=0 -DWITH_PROFILE=0";;
12994 [-0-9]*)
12995 sim_profile="-DPROFILE='(${enableval})' -DWITH_PROFILE='(${enableval})'";;
12996 [a-z]*)
12997 sim_profile=""
12998 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
12999 if test x"$sim_profile" = x; then
13000 sim_profile="-DWITH_PROFILE='(PROFILE_$x"
13001 else
13002 sim_profile="${sim_profile}|PROFILE_$x"
13003 fi
13004 done
13005 sim_profile="$sim_profile)'" ;;
13006esac
13007if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
13008 echo "Setting sim profile = $sim_profile" 6>&1
13009fi
13010else
eb2d80b4 13011 sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"
81ecdfbb
RW
13012fi
13013
c906108c
SS
13014
13015
6efef468 13016
81ecdfbb
RW
13017# Check whether --with-pkgversion was given.
13018if test "${with_pkgversion+set}" = set; then :
13019 withval=$with_pkgversion; case "$withval" in
13020 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13021 no) PKGVERSION= ;;
13022 *) PKGVERSION="($withval) " ;;
13023 esac
13024else
bf12d44e 13025 PKGVERSION="(SIM) "
6efef468 13026
81ecdfbb
RW
13027fi
13028
6efef468
JM
13029
13030
13031
13032
81ecdfbb
RW
13033# Check whether --with-bugurl was given.
13034if test "${with_bugurl+set}" = set; then :
13035 withval=$with_bugurl; case "$withval" in
13036 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13037 no) BUGURL=
13038 ;;
13039 *) BUGURL="$withval"
13040 ;;
13041 esac
13042else
13043 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13044
81ecdfbb
RW
13045fi
13046
6efef468
JM
13047 case ${BUGURL} in
13048 "")
13049 REPORT_BUGS_TO=
13050 REPORT_BUGS_TEXI=
13051 ;;
13052 *)
13053 REPORT_BUGS_TO="<$BUGURL>"
13054 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13055 ;;
13056 esac;
13057
13058
13059
13060
13061cat >>confdefs.h <<_ACEOF
13062#define PKGVERSION "$PKGVERSION"
13063_ACEOF
13064
13065
13066cat >>confdefs.h <<_ACEOF
13067#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13068_ACEOF
13069
13070
81ecdfbb
RW
13071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13072$as_echo_n "checking return type of signal handlers... " >&6; }
13073if test "${ac_cv_type_signal+set}" = set; then :
13074 $as_echo_n "(cached) " >&6
c906108c 13075else
81ecdfbb 13076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13077/* end confdefs.h. */
c906108c 13078#include <sys/types.h>
81ecdfbb 13079#include <signal.h>
c906108c 13080
b7026657
AC
13081int
13082main ()
13083{
81ecdfbb 13084return *(signal (0, 0)) (0) == 1;
b7026657
AC
13085 ;
13086 return 0;
13087}
13088_ACEOF
81ecdfbb
RW
13089if ac_fn_c_try_compile "$LINENO"; then :
13090 ac_cv_type_signal=int
c906108c 13091else
81ecdfbb 13092 ac_cv_type_signal=void
c906108c 13093fi
81ecdfbb 13094rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13095fi
81ecdfbb
RW
13096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13097$as_echo "$ac_cv_type_signal" >&6; }
c906108c 13098
b7026657 13099cat >>confdefs.h <<_ACEOF
c906108c 13100#define RETSIGTYPE $ac_cv_type_signal
b7026657 13101_ACEOF
cd0fc7c3
SS
13102
13103
cd0fc7c3 13104
c906108c
SS
13105
13106
13107sim_link_files=
13108sim_link_links=
13109
c906108c
SS
13110# targ-vals.def points to the libc macro description file.
13111case "${target}" in
13112*-*-*) TARG_VALS_DEF=../common/nltvals.def ;;
13113esac
13114sim_link_files="${sim_link_files} ${TARG_VALS_DEF}"
13115sim_link_links="${sim_link_links} targ-vals.def"
13116
c906108c
SS
13117
13118
6ffe910a 13119
1ac72f06 13120wire_endian="BIG"
c906108c 13121default_endian=""
81ecdfbb
RW
13122# Check whether --enable-sim-endian was given.
13123if test "${enable_sim_endian+set}" = set; then :
13124 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13125 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13126 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 13127 yes) if test x"$wire_endian" != x; then
1ac72f06 13128 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 13129 else
1ac72f06
MF
13130 if test x"$default_endian" != x; then
13131 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13132 else
13133 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13134 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13135 fi
13136 fi;;
13137 no) if test x"$default_endian" != x; then
1ac72f06 13138 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13139 else
13140 if test x"$wire_endian" != x; then
1ac72f06 13141 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13142 else
13143 echo "No default endian for target $target" 1>&6
1ac72f06 13144 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13145 fi
13146 fi;;
81ecdfbb 13147 *) as_fn_error "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
13148esac
13149if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13150 echo "Setting endian flags = $sim_endian" 6>&1
13151fi
13152else
13153 if test x"$default_endian" != x; then
1ac72f06 13154 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13155else
13156 if test x"$wire_endian" != x; then
1ac72f06 13157 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13158 else
13159 sim_endian=
13160 fi
13161fi
81ecdfbb
RW
13162fi
13163
c906108c
SS
13164wire_alignment="STRICT_ALIGNMENT"
13165default_alignment=""
13166
81ecdfbb
RW
13167# Check whether --enable-sim-alignment was given.
13168if test "${enable_sim_alignment+set}" = set; then :
13169 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
13170 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13171 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13172 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13173 yes) if test x"$wire_alignment" != x; then
13174 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13175 else
13176 if test x"$default_alignment" != x; then
13177 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13178 else
13179 echo "No hard-wired alignment for target $target" 1>&6
13180 sim_alignment="-DWITH_ALIGNMENT=0"
13181 fi
13182 fi;;
13183 no) if test x"$default_alignment" != x; then
13184 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13185 else
13186 if test x"$wire_alignment" != x; then
13187 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13188 else
13189 echo "No default alignment for target $target" 1>&6
13190 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13191 fi
13192 fi;;
81ecdfbb 13193 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
13194esac
13195if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13196 echo "Setting alignment flags = $sim_alignment" 6>&1
13197fi
13198else
13199 if test x"$default_alignment" != x; then
13200 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13201else
13202 if test x"$wire_alignment" != x; then
13203 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13204 else
13205 sim_alignment=
13206 fi
13207fi
81ecdfbb
RW
13208fi
13209
c906108c 13210
c906108c 13211default_sim_scache="16384"
81ecdfbb
RW
13212# Check whether --enable-sim-scache was given.
13213if test "${enable_sim_scache+set}" = set; then :
13214 enableval=$enable_sim_scache; case "${enableval}" in
c906108c
SS
13215 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13216 no) sim_scache="-DWITH_SCACHE=0" ;;
9397fcbf 13217 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
81ecdfbb 13218 *) as_fn_error "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
c906108c
SS
13219 sim_scache="";;
13220esac
13221if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13222 echo "Setting scache size = $sim_scache" 6>&1
13223fi
13224else
13225 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
13226fi
13227
c906108c
SS
13228
13229
13230default_sim_default_model="m32r/d"
81ecdfbb
RW
13231# Check whether --enable-sim-default-model was given.
13232if test "${enable_sim_default_model+set}" = set; then :
13233 enableval=$enable_sim_default_model; case "${enableval}" in
13234 yes|no) as_fn_error "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
c906108c
SS
13235 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13236esac
13237if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13238 echo "Setting default model = $sim_default_model" 6>&1
13239fi
13240else
13241 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
13242fi
13243
c906108c
SS
13244
13245
81ecdfbb
RW
13246# Check whether --enable-sim-environment was given.
13247if test "${enable_sim_environment+set}" = set; then :
13248 enableval=$enable_sim_environment; case "${enableval}" in
c906108c
SS
13249 all | ALL) sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT";;
13250 user | USER) sim_environment="-DWITH_ENVIRONMENT=USER_ENVIRONMENT";;
13251 virtual | VIRTUAL) sim_environment="-DWITH_ENVIRONMENT=VIRTUAL_ENVIRONMENT";;
13252 operating | OPERATING) sim_environment="-DWITH_ENVIRONMENT=OPERATING_ENVIRONMENT";;
81ecdfbb 13253 *) as_fn_error "\"Unknown value $enableval passed to --enable-sim-environment\"" "$LINENO" 5;
c906108c
SS
13254 sim_environment="";;
13255esac
13256if test x"$silent" != x"yes" && test x"$sim_environment" != x""; then
13257 echo "Setting sim environment = $sim_environment" 6>&1
13258fi
13259else
13260 sim_environment="-DWITH_ENVIRONMENT=ALL_ENVIRONMENT"
81ecdfbb
RW
13261fi
13262
c906108c
SS
13263
13264default_sim_inline=""
81ecdfbb
RW
13265# Check whether --enable-sim-inline was given.
13266if test "${enable_sim_inline+set}" = set; then :
13267 enableval=$enable_sim_inline; sim_inline=""
c906108c
SS
13268case "$enableval" in
13269 no) sim_inline="-DDEFAULT_INLINE=0";;
13270 0) sim_inline="-DDEFAULT_INLINE=0";;
13271 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13272 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13273 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13274 new_flag=""
13275 case "$x" in
13276 *_INLINE=*) new_flag="-D$x";;
13277 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13278 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13279 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13280 esac
13281 if test x"$sim_inline" = x""; then
13282 sim_inline="$new_flag"
13283 else
13284 sim_inline="$sim_inline $new_flag"
13285 fi
13286 done;;
13287esac
13288if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13289 echo "Setting inline flags = $sim_inline" 6>&1
13290fi
13291else
b7026657 13292
c906108c
SS
13293if test "x$cross_compiling" = "xno"; then
13294 if test x"$GCC" != "x" -a x"${default_sim_inline}" != "x" ; then
13295 sim_inline="${default_sim_inline}"
13296 if test x"$silent" != x"yes"; then
13297 echo "Setting inline flags = $sim_inline" 6>&1
13298 fi
13299 else
b7026657
AC
13300 sim_inline=""
13301 fi
13302else
13303 sim_inline="-DDEFAULT_INLINE=0"
13304fi
81ecdfbb
RW
13305fi
13306
b7026657
AC
13307
13308cgen_maint=no
13309cgen=guile
13310cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
13311# Check whether --enable-cgen-maint was given.
13312if test "${enable_cgen_maint+set}" = set; then :
13313 enableval=$enable_cgen_maint; case "${enableval}" in
b7026657
AC
13314 yes) cgen_maint=yes ;;
13315 no) cgen_maint=no ;;
13316 *)
13317 # argument is cgen install directory (not implemented yet).
13318 # Having a `share' directory might be more appropriate for the .scm,
13319 # .cpu, etc. files.
13320 cgendir=${cgen_maint}/lib/cgen
13321 cgen=guile
13322 ;;
13323esac
81ecdfbb
RW
13324fi
13325if test x${cgen_maint} != xno ; then
b7026657
AC
13326 CGEN_MAINT=''
13327else
13328 CGEN_MAINT='#'
13329fi
13330
13331
13332
13333
13334
13335 case "${target_alias}" in
13336 m32r*-linux*)
13337 traps_obj=traps-linux.o
13338 sim_extra_cflags="-DM32R_LINUX"
13339 ;;
13340 *)
13341 traps_obj=traps.o
13342 sim_extra_cflags="-DM32R_ELF"
13343 ;;
13344 esac
13345
13346
13347
13348
9c0c156b
MF
13349if test ""; then
13350 hardware=""
94c63d78
JS
13351else
13352 hardware="cfi core pal glue"
13353fi
9c0c156b 13354hardware="$hardware m32r_cache m32r_uart"
1517bd27 13355
94c63d78
JS
13356sim_hw_cflags="-DWITH_HW=1"
13357sim_hw="$hardware"
13358sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13359
94c63d78
JS
13360# Check whether --enable-sim-hardware was given.
13361if test "${enable_sim_hardware+set}" = set; then :
13362 enableval=$enable_sim_hardware;
30452bbe 13363else
97f478c5 13364 enable_sim_hardware="yes"
1517bd27
MF
13365fi
13366
13367case ${enable_sim_hardware} in
64dd13df
MF
13368 yes|no) ;;
13369 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13370 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13371 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 13372esac
1517bd27 13373
64dd13df 13374if test "$enable_sim_hardware" = no; then
94c63d78
JS
13375 sim_hw_objs=
13376 sim_hw_cflags="-DWITH_HW=0"
13377 sim_hw=
13378else
13379 sim_hw_cflags="-DWITH_HW=1"
13380 # remove duplicates
13381 sim_hw=""
13382 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13383 for i in $hardware ; do
13384 case " $sim_hw " in
13385 *" $i "*) ;;
13386 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13387 esac
13388 done
13389 # mingw does not support sockser
94c63d78
JS
13390 case ${host} in
13391 *mingw*) ;;
49cd1634
MF
13392 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13393 # that you instatiate. Instead, other code will call into it directly.
13394 # At some point, we should convert it over.
13395 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
13396
13397cat >>confdefs.h <<_ACEOF
13398#define HAVE_DV_SOCKSER 1
13399_ACEOF
13400
13401 ;;
13402 esac
1517bd27
MF
13403 if test x"$silent" != x"yes"; then
13404 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 13405 fi
1517bd27
MF
13406 case " $hardware " in
13407 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78
JS
13408$as_echo_n "checking for log2 in -lm... " >&6; }
13409if test "${ac_cv_lib_m_log2+set}" = set; then :
13410 $as_echo_n "(cached) " >&6
13411else
13412 ac_check_lib_save_LIBS=$LIBS
13413LIBS="-lm $LIBS"
13414cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13415/* end confdefs.h. */
13416
13417/* Override any GCC internal prototype to avoid an error.
13418 Use char because int might match the return type of a GCC
13419 builtin and then its argument prototype would still apply. */
13420#ifdef __cplusplus
13421extern "C"
13422#endif
13423char log2 ();
13424int
13425main ()
13426{
13427return log2 ();
13428 ;
13429 return 0;
13430}
13431_ACEOF
13432if ac_fn_c_try_link "$LINENO"; then :
13433 ac_cv_lib_m_log2=yes
13434else
13435 ac_cv_lib_m_log2=no
13436fi
13437rm -f core conftest.err conftest.$ac_objext \
13438 conftest$ac_exeext conftest.$ac_ext
13439LIBS=$ac_check_lib_save_LIBS
13440fi
13441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13442$as_echo "$ac_cv_lib_m_log2" >&6; }
13443if test "x$ac_cv_lib_m_log2" = x""yes; then :
13444 cat >>confdefs.h <<_ACEOF
13445#define HAVE_LIBM 1
13446_ACEOF
13447
13448 LIBS="-lm $LIBS"
13449
13450fi
13451;;
1517bd27
MF
13452 esac
13453fi
94c63d78 13454
94c63d78 13455
b7026657
AC
13456
13457ac_sources="$sim_link_files"
13458ac_dests="$sim_link_links"
13459while test -n "$ac_sources"; do
13460 set $ac_dests; ac_dest=$1; shift; ac_dests=$*
13461 set $ac_sources; ac_source=$1; shift; ac_sources=$*
13462 ac_config_links_1="$ac_config_links_1 $ac_dest:$ac_source"
13463done
81ecdfbb 13464ac_config_links="$ac_config_links $ac_config_links_1"
b7026657
AC
13465
13466cgen_breaks=""
13467if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13468cgen_breaks="break cgen_rtx_error";
13469fi
13470
81ecdfbb 13471ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13472
81ecdfbb 13473ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13474
81ecdfbb 13475ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13476
81ecdfbb 13477ac_config_commands="$ac_config_commands Makefile"
38f48d72 13478
81ecdfbb 13479ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13480
b7026657
AC
13481cat >confcache <<\_ACEOF
13482# This file is a shell script that caches the results of configure
13483# tests run on this system so they can be shared between configure
13484# scripts and configure runs, see configure's option --config-cache.
13485# It is not useful on other systems. If it contains results you don't
13486# want to keep, you may remove or edit it.
13487#
13488# config.status only pays attention to the cache file if you give it
13489# the --recheck option to rerun configure.
13490#
13491# `ac_cv_env_foo' variables (set or unset) will be overridden when
13492# loading this file, other *unset* `ac_cv_foo' will be assigned the
13493# following values.
13494
13495_ACEOF
13496
13497# The following way of writing the cache mishandles newlines in values,
13498# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13499# So, we kill variables containing newlines.
b7026657
AC
13500# Ultrix sh set writes to stderr and can't be redirected directly,
13501# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13502(
13503 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13504 eval ac_val=\$$ac_var
13505 case $ac_val in #(
13506 *${as_nl}*)
13507 case $ac_var in #(
13508 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13509$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13510 esac
13511 case $ac_var in #(
13512 _ | IFS | as_nl) ;; #(
13513 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13514 *) { eval $ac_var=; unset $ac_var;} ;;
13515 esac ;;
13516 esac
13517 done
13518
b7026657 13519 (set) 2>&1 |
81ecdfbb
RW
13520 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13521 *${as_nl}ac_space=\ *)
13522 # `set' does not quote correctly, so add quotes: double-quote
13523 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
13524 sed -n \
13525 "s/'/'\\\\''/g;
13526 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13527 ;; #(
b7026657
AC
13528 *)
13529 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13530 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 13531 ;;
81ecdfbb
RW
13532 esac |
13533 sort
13534) |
b7026657 13535 sed '
81ecdfbb 13536 /^ac_cv_env_/b end
b7026657 13537 t clear
81ecdfbb 13538 :clear
b7026657
AC
13539 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13540 t end
81ecdfbb
RW
13541 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13542 :end' >>confcache
13543if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13544 if test -w "$cache_file"; then
13545 test "x$cache_file" != "x/dev/null" &&
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13547$as_echo "$as_me: updating cache $cache_file" >&6;}
b7026657
AC
13548 cat confcache >$cache_file
13549 else
81ecdfbb
RW
13550 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13551$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
13552 fi
13553fi
13554rm -f confcache
13555
13556test "x$prefix" = xNONE && prefix=$ac_default_prefix
13557# Let make expand exec_prefix.
13558test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13559
b7026657
AC
13560DEFS=-DHAVE_CONFIG_H
13561
13562ac_libobjs=
13563ac_ltlibobjs=
13564for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13565 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13566 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13567 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13568 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13569 # will be set to the directory where LIBOBJS objects are built.
13570 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13571 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
13572done
13573LIBOBJS=$ac_libobjs
13574
13575LTLIBOBJS=$ac_ltlibobjs
13576
13577
0cb8d851 13578
db2e4d67
MF
13579if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13580 as_fn_error "conditional \"GMAKE\" was never defined.
13581Usually this means the macro was only invoked conditionally." "$LINENO" 5
13582fi
6bb11ab3
L
13583if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13584 as_fn_error "conditional \"PLUGINS\" was never defined.
13585Usually this means the macro was only invoked conditionally." "$LINENO" 5
13586fi
31e6ad7d
MF
13587if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13588 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13589Usually this means the macro was only invoked conditionally." "$LINENO" 5
13590fi
b7026657
AC
13591
13592: ${CONFIG_STATUS=./config.status}
81ecdfbb 13593ac_write_fail=0
b7026657
AC
13594ac_clean_files_save=$ac_clean_files
13595ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13596{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13597$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13598as_write_fail=0
13599cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
13600#! $SHELL
13601# Generated by $as_me.
13602# Run this file to recreate the current configuration.
13603# Compiler output produced by configure, useful for debugging
13604# configure, is in config.log if it exists.
13605
13606debug=false
13607ac_cs_recheck=false
13608ac_cs_silent=false
b7026657 13609
81ecdfbb
RW
13610SHELL=\${CONFIG_SHELL-$SHELL}
13611export SHELL
13612_ASEOF
13613cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13614## -------------------- ##
13615## M4sh Initialization. ##
13616## -------------------- ##
13617
13618# Be more Bourne compatible
13619DUALCASE=1; export DUALCASE # for MKS sh
13620if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
13621 emulate sh
13622 NULLCMD=:
81ecdfbb 13623 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
13624 # is contrary to our usage. Disable this feature.
13625 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13626 setopt NO_GLOB_SUBST
13627else
13628 case `(set -o) 2>/dev/null` in #(
13629 *posix*) :
13630 set -o posix ;; #(
13631 *) :
13632 ;;
13633esac
b7026657 13634fi
b7026657 13635
81ecdfbb
RW
13636
13637as_nl='
13638'
13639export as_nl
13640# Printing a long string crashes Solaris 7 /usr/bin/printf.
13641as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13642as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13643as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13644# Prefer a ksh shell builtin over an external printf program on Solaris,
13645# but without wasting forks for bash or zsh.
13646if test -z "$BASH_VERSION$ZSH_VERSION" \
13647 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13648 as_echo='print -r --'
13649 as_echo_n='print -rn --'
13650elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13651 as_echo='printf %s\n'
13652 as_echo_n='printf %s'
13653else
13654 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13655 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13656 as_echo_n='/usr/ucb/echo -n'
13657 else
13658 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13659 as_echo_n_body='eval
13660 arg=$1;
13661 case $arg in #(
13662 *"$as_nl"*)
13663 expr "X$arg" : "X\\(.*\\)$as_nl";
13664 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13665 esac;
13666 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13667 '
13668 export as_echo_n_body
13669 as_echo_n='sh -c $as_echo_n_body as_echo'
13670 fi
13671 export as_echo_body
13672 as_echo='sh -c $as_echo_body as_echo'
13673fi
13674
13675# The user is always right.
13676if test "${PATH_SEPARATOR+set}" != set; then
13677 PATH_SEPARATOR=:
13678 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13679 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13680 PATH_SEPARATOR=';'
13681 }
b7026657
AC
13682fi
13683
13684
81ecdfbb
RW
13685# IFS
13686# We need space, tab and new line, in precisely that order. Quoting is
13687# there to prevent editors from complaining about space-tab.
13688# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13689# splitting by setting IFS to empty value.)
13690IFS=" "" $as_nl"
13691
13692# Find who we are. Look in the path if we contain no directory separator.
13693case $0 in #((
13694 *[\\/]* ) as_myself=$0 ;;
13695 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13696for as_dir in $PATH
13697do
13698 IFS=$as_save_IFS
13699 test -z "$as_dir" && as_dir=.
13700 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13701 done
13702IFS=$as_save_IFS
13703
13704 ;;
13705esac
13706# We did not find ourselves, most probably we were run as `sh COMMAND'
13707# in which case we are not to be found in the path.
13708if test "x$as_myself" = x; then
13709 as_myself=$0
13710fi
13711if test ! -f "$as_myself"; then
13712 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13713 exit 1
13714fi
13715
13716# Unset variables that we do not need and which cause bugs (e.g. in
13717# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13718# suppresses any "Segmentation fault" message there. '((' could
13719# trigger a bug in pdksh 5.2.14.
13720for as_var in BASH_ENV ENV MAIL MAILPATH
13721do eval test x\${$as_var+set} = xset \
13722 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13723done
b7026657
AC
13724PS1='$ '
13725PS2='> '
13726PS4='+ '
13727
13728# NLS nuisances.
81ecdfbb
RW
13729LC_ALL=C
13730export LC_ALL
13731LANGUAGE=C
13732export LANGUAGE
13733
13734# CDPATH.
13735(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13736
13737
13738# as_fn_error ERROR [LINENO LOG_FD]
13739# ---------------------------------
13740# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13741# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13742# script with status $?, using 1 if that was 0.
13743as_fn_error ()
13744{
13745 as_status=$?; test $as_status -eq 0 && as_status=1
13746 if test "$3"; then
13747 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13748 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
c906108c 13749 fi
81ecdfbb
RW
13750 $as_echo "$as_me: error: $1" >&2
13751 as_fn_exit $as_status
13752} # as_fn_error
13753
13754
13755# as_fn_set_status STATUS
13756# -----------------------
13757# Set $? to STATUS, without forking.
13758as_fn_set_status ()
13759{
13760 return $1
13761} # as_fn_set_status
13762
13763# as_fn_exit STATUS
13764# -----------------
13765# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13766as_fn_exit ()
13767{
13768 set +e
13769 as_fn_set_status $1
13770 exit $1
13771} # as_fn_exit
13772
13773# as_fn_unset VAR
13774# ---------------
13775# Portably unset VAR.
13776as_fn_unset ()
13777{
13778 { eval $1=; unset $1;}
13779}
13780as_unset=as_fn_unset
13781# as_fn_append VAR VALUE
13782# ----------------------
13783# Append the text in VALUE to the end of the definition contained in VAR. Take
13784# advantage of any shell optimizations that allow amortized linear growth over
13785# repeated appends, instead of the typical quadratic growth present in naive
13786# implementations.
13787if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13788 eval 'as_fn_append ()
13789 {
13790 eval $1+=\$2
13791 }'
13792else
13793 as_fn_append ()
13794 {
13795 eval $1=\$$1\$2
13796 }
13797fi # as_fn_append
13798
13799# as_fn_arith ARG...
13800# ------------------
13801# Perform arithmetic evaluation on the ARGs, and store the result in the
13802# global $as_val. Take advantage of shells that can avoid forks. The arguments
13803# must be portable across $(()) and expr.
13804if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13805 eval 'as_fn_arith ()
13806 {
13807 as_val=$(( $* ))
13808 }'
13809else
13810 as_fn_arith ()
13811 {
13812 as_val=`expr "$@" || test $? -eq 1`
13813 }
13814fi # as_fn_arith
b7026657 13815
81ecdfbb
RW
13816
13817if expr a : '\(a\)' >/dev/null 2>&1 &&
13818 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657 13819 as_expr=expr
c906108c 13820else
b7026657 13821 as_expr=false
c906108c 13822fi
b7026657 13823
81ecdfbb 13824if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
13825 as_basename=basename
13826else
13827 as_basename=false
c906108c
SS
13828fi
13829
81ecdfbb
RW
13830if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13831 as_dirname=dirname
13832else
13833 as_dirname=false
13834fi
c906108c 13835
81ecdfbb 13836as_me=`$as_basename -- "$0" ||
b7026657
AC
13837$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13838 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
13839 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13840$as_echo X/"$0" |
13841 sed '/^.*\/\([^/][^/]*\)\/*$/{
13842 s//\1/
13843 q
13844 }
13845 /^X\/\(\/\/\)$/{
13846 s//\1/
13847 q
13848 }
13849 /^X\/\(\/\).*/{
13850 s//\1/
13851 q
13852 }
13853 s/.*/./; q'`
b7026657 13854
b7026657
AC
13855# Avoid depending upon Character Ranges.
13856as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13857as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13858as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13859as_cr_digits='0123456789'
13860as_cr_alnum=$as_cr_Letters$as_cr_digits
13861
81ecdfbb
RW
13862ECHO_C= ECHO_N= ECHO_T=
13863case `echo -n x` in #(((((
13864-n*)
13865 case `echo 'xy\c'` in
13866 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13867 xy) ECHO_C='\c';;
13868 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13869 ECHO_T=' ';;
13870 esac;;
13871*)
13872 ECHO_N='-n';;
c906108c 13873esac
b7026657 13874
81ecdfbb
RW
13875rm -f conf$$ conf$$.exe conf$$.file
13876if test -d conf$$.dir; then
13877 rm -f conf$$.dir/conf$$.file
b7026657 13878else
81ecdfbb
RW
13879 rm -f conf$$.dir
13880 mkdir conf$$.dir 2>/dev/null
c906108c 13881fi
81ecdfbb
RW
13882if (echo >conf$$.file) 2>/dev/null; then
13883 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 13884 as_ln_s='ln -s'
81ecdfbb
RW
13885 # ... but there are two gotchas:
13886 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13887 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13888 # In both cases, we have to default to `cp -p'.
13889 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13890 as_ln_s='cp -p'
13891 elif ln conf$$.file conf$$ 2>/dev/null; then
13892 as_ln_s=ln
13893 else
13894 as_ln_s='cp -p'
b7026657 13895 fi
c906108c 13896else
b7026657 13897 as_ln_s='cp -p'
c906108c 13898fi
81ecdfbb
RW
13899rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13900rmdir conf$$.dir 2>/dev/null
13901
13902
13903# as_fn_mkdir_p
13904# -------------
13905# Create "$as_dir" as a directory, including parents if necessary.
13906as_fn_mkdir_p ()
13907{
13908
13909 case $as_dir in #(
13910 -*) as_dir=./$as_dir;;
13911 esac
13912 test -d "$as_dir" || eval $as_mkdir_p || {
13913 as_dirs=
13914 while :; do
13915 case $as_dir in #(
13916 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13917 *) as_qdir=$as_dir;;
13918 esac
13919 as_dirs="'$as_qdir' $as_dirs"
13920 as_dir=`$as_dirname -- "$as_dir" ||
13921$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13922 X"$as_dir" : 'X\(//\)[^/]' \| \
13923 X"$as_dir" : 'X\(//\)$' \| \
13924 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13925$as_echo X"$as_dir" |
13926 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13927 s//\1/
13928 q
13929 }
13930 /^X\(\/\/\)[^/].*/{
13931 s//\1/
13932 q
13933 }
13934 /^X\(\/\/\)$/{
13935 s//\1/
13936 q
13937 }
13938 /^X\(\/\).*/{
13939 s//\1/
13940 q
13941 }
13942 s/.*/./; q'`
13943 test -d "$as_dir" && break
13944 done
13945 test -z "$as_dirs" || eval "mkdir $as_dirs"
13946 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
c906108c 13947
81ecdfbb
RW
13948
13949} # as_fn_mkdir_p
b7026657 13950if mkdir -p . 2>/dev/null; then
81ecdfbb 13951 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
13952else
13953 test -d ./-p && rmdir ./-p
13954 as_mkdir_p=false
13955fi
c906108c 13956
81ecdfbb
RW
13957if test -x / >/dev/null 2>&1; then
13958 as_test_x='test -x'
13959else
13960 if ls -dL / >/dev/null 2>&1; then
13961 as_ls_L_option=L
13962 else
13963 as_ls_L_option=
13964 fi
13965 as_test_x='
13966 eval sh -c '\''
13967 if test -d "$1"; then
13968 test -d "$1/.";
13969 else
13970 case $1 in #(
13971 -*)set "./$1";;
13972 esac;
13973 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13974 ???[sx]*):;;*)false;;esac;fi
13975 '\'' sh
13976 '
13977fi
13978as_executable_p=$as_test_x
c906108c 13979
b7026657
AC
13980# Sed expression to map a string onto a valid CPP name.
13981as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13982
b7026657
AC
13983# Sed expression to map a string onto a valid variable name.
13984as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 13985
6edf0760 13986
b7026657 13987exec 6>&1
81ecdfbb
RW
13988## ----------------------------------- ##
13989## Main body of $CONFIG_STATUS script. ##
13990## ----------------------------------- ##
13991_ASEOF
13992test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13993
13994cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13995# Save the log message, to keep $0 and so on meaningful, and to
b7026657 13996# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
13997# values after options handling.
13998ac_log="
b7026657 13999This file was extended by $as_me, which was
81ecdfbb 14000generated by GNU Autoconf 2.64. Invocation command line was
c906108c 14001
b7026657
AC
14002 CONFIG_FILES = $CONFIG_FILES
14003 CONFIG_HEADERS = $CONFIG_HEADERS
14004 CONFIG_LINKS = $CONFIG_LINKS
14005 CONFIG_COMMANDS = $CONFIG_COMMANDS
14006 $ $0 $@
14007
81ecdfbb
RW
14008on `(hostname || uname -n) 2>/dev/null | sed 1q`
14009"
14010
b7026657
AC
14011_ACEOF
14012
81ecdfbb
RW
14013case $ac_config_files in *"
14014"*) set x $ac_config_files; shift; ac_config_files=$*;;
14015esac
379832de 14016
81ecdfbb
RW
14017case $ac_config_headers in *"
14018"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14019esac
b7026657 14020
b7026657 14021
81ecdfbb
RW
14022cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14023# Files that config.status was made for.
14024config_files="$ac_config_files"
14025config_headers="$ac_config_headers"
14026config_links="$ac_config_links"
14027config_commands="$ac_config_commands"
b7026657 14028
81ecdfbb 14029_ACEOF
b7026657 14030
81ecdfbb 14031cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14032ac_cs_usage="\
81ecdfbb
RW
14033\`$as_me' instantiates files and other configuration actions
14034from templates according to the current configuration. Unless the files
14035and actions are specified as TAGs, all are instantiated by default.
b7026657 14036
81ecdfbb 14037Usage: $0 [OPTION]... [TAG]...
b7026657
AC
14038
14039 -h, --help print this help, then exit
81ecdfbb
RW
14040 -V, --version print version number and configuration settings, then exit
14041 -q, --quiet, --silent
14042 do not print progress messages
b7026657
AC
14043 -d, --debug don't remove temporary files
14044 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14045 --file=FILE[:TEMPLATE]
14046 instantiate the configuration file FILE
14047 --header=FILE[:TEMPLATE]
14048 instantiate the configuration header FILE
b7026657
AC
14049
14050Configuration files:
14051$config_files
14052
14053Configuration headers:
14054$config_headers
14055
14056Configuration links:
14057$config_links
14058
14059Configuration commands:
14060$config_commands
14061
81ecdfbb 14062Report bugs to the package provider."
b7026657 14063
81ecdfbb
RW
14064_ACEOF
14065cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657
AC
14066ac_cs_version="\\
14067config.status
81ecdfbb
RW
14068configured by $0, generated by GNU Autoconf 2.64,
14069 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
b7026657 14070
81ecdfbb 14071Copyright (C) 2009 Free Software Foundation, Inc.
b7026657
AC
14072This config.status script is free software; the Free Software Foundation
14073gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14074
14075ac_pwd='$ac_pwd'
14076srcdir='$srcdir'
14077INSTALL='$INSTALL'
6bb11ab3 14078AWK='$AWK'
81ecdfbb 14079test -n "\$AWK" || AWK=awk
b7026657
AC
14080_ACEOF
14081
81ecdfbb
RW
14082cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14083# The default lists apply if the user does not specify any file.
b7026657
AC
14084ac_need_defaults=:
14085while test $# != 0
14086do
14087 case $1 in
14088 --*=*)
81ecdfbb
RW
14089 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14090 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14091 ac_shift=:
c906108c 14092 ;;
81ecdfbb 14093 *)
b7026657
AC
14094 ac_option=$1
14095 ac_optarg=$2
14096 ac_shift=shift
c906108c 14097 ;;
b7026657 14098 esac
c906108c 14099
b7026657
AC
14100 case $ac_option in
14101 # Handling of the options.
b7026657
AC
14102 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14103 ac_cs_recheck=: ;;
81ecdfbb
RW
14104 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14105 $as_echo "$ac_cs_version"; exit ;;
14106 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14107 debug=: ;;
14108 --file | --fil | --fi | --f )
14109 $ac_shift
81ecdfbb
RW
14110 case $ac_optarg in
14111 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14112 esac
14113 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14114 ac_need_defaults=false;;
14115 --header | --heade | --head | --hea )
14116 $ac_shift
81ecdfbb
RW
14117 case $ac_optarg in
14118 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14119 esac
14120 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14121 ac_need_defaults=false;;
81ecdfbb
RW
14122 --he | --h)
14123 # Conflict between --help and --header
14124 as_fn_error "ambiguous option: \`$1'
14125Try \`$0 --help' for more information.";;
14126 --help | --hel | -h )
14127 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14128 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14129 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14130 ac_cs_silent=: ;;
c906108c 14131
b7026657 14132 # This is an error.
81ecdfbb
RW
14133 -*) as_fn_error "unrecognized option: \`$1'
14134Try \`$0 --help' for more information." ;;
c906108c 14135
81ecdfbb
RW
14136 *) as_fn_append ac_config_targets " $1"
14137 ac_need_defaults=false ;;
b7026657
AC
14138
14139 esac
14140 shift
14141done
14142
14143ac_configure_extra_args=
14144
14145if $ac_cs_silent; then
14146 exec 6>/dev/null
14147 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14148fi
14149
b7026657 14150_ACEOF
81ecdfbb 14151cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14152if \$ac_cs_recheck; then
81ecdfbb
RW
14153 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14154 shift
14155 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14156 CONFIG_SHELL='$SHELL'
14157 export CONFIG_SHELL
14158 exec "\$@"
b7026657 14159fi
c906108c 14160
b7026657 14161_ACEOF
81ecdfbb
RW
14162cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14163exec 5>>config.log
14164{
14165 echo
14166 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14167## Running $as_me. ##
14168_ASBOX
14169 $as_echo "$ac_log"
14170} >&5
c906108c 14171
81ecdfbb
RW
14172_ACEOF
14173cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14174#
14175# INIT-COMMANDS
14176#
14177ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14178
6bb11ab3
L
14179
14180# The HP-UX ksh and POSIX shell print the target directory to stdout
14181# if CDPATH is set.
14182(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14183
14184sed_quote_subst='$sed_quote_subst'
14185double_quote_subst='$double_quote_subst'
14186delay_variable_subst='$delay_variable_subst'
14187macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14188macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14189enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14190enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14191pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14192enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14193SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14194ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14195host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14196host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14197host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14198build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14199build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14200build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14201SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14202Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14203GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14204EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14205FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14206LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14207NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14208LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14209max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14210ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14211exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14212lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14213lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14214lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14215reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14216reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14217OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14218deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14219file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14220AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14221AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14222STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14223RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14224old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14225old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14226old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14227lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14228CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14229CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14230compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14231GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14232lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14233lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14234lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14235lt_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"`'
14236objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14237MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14238lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14239lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14240lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14241lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14242lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14243need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14244DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14245NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14246LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14247OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14248OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14249libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14250shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14251extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14252archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14253enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14254export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14255whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14256compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14257old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14258old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14259archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14260archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14261module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14262module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14263with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14264allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14265no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14266hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14267hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14268hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14269hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14270hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14271hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14272hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14273hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14274inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14275link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14276fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14277always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14278export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14279exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14280include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14281prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14282file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14283variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14284need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14285need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14286version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14287runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14288shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14289shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14290libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14291library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14292soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14293install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14294postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14295postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14296finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14297finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14298hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14299sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14300sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14301hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14302enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14303enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14304enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14305old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14306striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14307
14308LTCC='$LTCC'
14309LTCFLAGS='$LTCFLAGS'
14310compiler='$compiler_DEFAULT'
14311
14312# A function that is used when there is no print builtin or printf.
14313func_fallback_echo ()
14314{
14315 eval 'cat <<_LTECHO_EOF
14316\$1
14317_LTECHO_EOF'
14318}
14319
14320# Quote evaled strings.
14321for var in SHELL \
14322ECHO \
14323SED \
14324GREP \
14325EGREP \
14326FGREP \
14327LD \
14328NM \
14329LN_S \
14330lt_SP2NL \
14331lt_NL2SP \
14332reload_flag \
14333OBJDUMP \
14334deplibs_check_method \
14335file_magic_cmd \
14336AR \
14337AR_FLAGS \
14338STRIP \
14339RANLIB \
14340CC \
14341CFLAGS \
14342compiler \
14343lt_cv_sys_global_symbol_pipe \
14344lt_cv_sys_global_symbol_to_cdecl \
14345lt_cv_sys_global_symbol_to_c_name_address \
14346lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14347lt_prog_compiler_no_builtin_flag \
14348lt_prog_compiler_wl \
14349lt_prog_compiler_pic \
14350lt_prog_compiler_static \
14351lt_cv_prog_compiler_c_o \
14352need_locks \
14353DSYMUTIL \
14354NMEDIT \
14355LIPO \
14356OTOOL \
14357OTOOL64 \
14358shrext_cmds \
14359export_dynamic_flag_spec \
14360whole_archive_flag_spec \
14361compiler_needs_object \
14362with_gnu_ld \
14363allow_undefined_flag \
14364no_undefined_flag \
14365hardcode_libdir_flag_spec \
14366hardcode_libdir_flag_spec_ld \
14367hardcode_libdir_separator \
14368fix_srcfile_path \
14369exclude_expsyms \
14370include_expsyms \
14371file_list_spec \
14372variables_saved_for_relink \
14373libname_spec \
14374library_names_spec \
14375soname_spec \
14376install_override_mode \
14377finish_eval \
14378old_striplib \
14379striplib; do
14380 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14381 *[\\\\\\\`\\"\\\$]*)
14382 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14383 ;;
14384 *)
14385 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14386 ;;
14387 esac
14388done
14389
14390# Double-quote double-evaled strings.
14391for var in reload_cmds \
14392old_postinstall_cmds \
14393old_postuninstall_cmds \
14394old_archive_cmds \
14395extract_expsyms_cmds \
14396old_archive_from_new_cmds \
14397old_archive_from_expsyms_cmds \
14398archive_cmds \
14399archive_expsym_cmds \
14400module_cmds \
14401module_expsym_cmds \
14402export_symbols_cmds \
14403prelink_cmds \
14404postinstall_cmds \
14405postuninstall_cmds \
14406finish_cmds \
14407sys_lib_search_path_spec \
14408sys_lib_dlsearch_path_spec; do
14409 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14410 *[\\\\\\\`\\"\\\$]*)
14411 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14412 ;;
14413 *)
14414 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14415 ;;
14416 esac
14417done
14418
14419ac_aux_dir='$ac_aux_dir'
14420xsi_shell='$xsi_shell'
14421lt_shell_append='$lt_shell_append'
14422
14423# See if we are running on zsh, and set the options which allow our
14424# commands through without removal of \ escapes INIT.
14425if test -n "\${ZSH_VERSION+set}" ; then
14426 setopt NO_GLOB_SUBST
14427fi
14428
14429
14430 PACKAGE='$PACKAGE'
14431 VERSION='$VERSION'
14432 TIMESTAMP='$TIMESTAMP'
14433 RM='$RM'
14434 ofile='$ofile'
14435
14436
14437
14438
81ecdfbb 14439_ACEOF
c906108c 14440
81ecdfbb 14441cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14442
81ecdfbb 14443# Handling of arguments.
b7026657 14444for ac_config_target in $ac_config_targets
c906108c 14445do
81ecdfbb
RW
14446 case $ac_config_target in
14447 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14448 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14449 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14450 "$ac_config_links_1") CONFIG_LINKS="$CONFIG_LINKS $ac_config_links_1" ;;
14451 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14452 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14453 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14454 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14455 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14456
14457 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14458 esac
14459done
14460
81ecdfbb 14461
b7026657
AC
14462# If the user did not use the arguments to specify the items to instantiate,
14463# then the envvar interface is used. Set only those that are not.
14464# We use the long form for the default assignment because of an extremely
14465# bizarre bug on SunOS 4.1.3.
14466if $ac_need_defaults; then
14467 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14468 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14469 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links
14470 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14471fi
14472
14473# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14474# simply because there is no reason against having it here, and in addition,
b7026657 14475# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14476# Hook for its removal unless debugging.
14477# Note that there is a small window in which the directory will not be cleaned:
14478# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14479$debug ||
14480{
81ecdfbb
RW
14481 tmp=
14482 trap 'exit_status=$?
14483 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14484' 0
14485 trap 'as_fn_exit 1' 1 2 13 15
b7026657 14486}
b7026657 14487# Create a (secure) tmp directory for tmp files.
c906108c 14488
b7026657 14489{
81ecdfbb 14490 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b7026657
AC
14491 test -n "$tmp" && test -d "$tmp"
14492} ||
14493{
81ecdfbb
RW
14494 tmp=./conf$$-$RANDOM
14495 (umask 077 && mkdir "$tmp")
14496} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
b7026657 14497
81ecdfbb
RW
14498# Set up the scripts for CONFIG_FILES section.
14499# No need to generate them if there are no CONFIG_FILES.
14500# This happens for instance with `./config.status config.h'.
14501if test -n "$CONFIG_FILES"; then
b7026657 14502
c906108c 14503
81ecdfbb
RW
14504ac_cr=`echo X | tr X '\015'`
14505# On cygwin, bash can eat \r inside `` if the user requested igncr.
14506# But we know of no other shell where ac_cr would be empty at this
14507# point, so we can use a bashism as a fallback.
14508if test "x$ac_cr" = x; then
14509 eval ac_cr=\$\'\\r\'
14510fi
14511ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14512if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14513 ac_cs_awk_cr='\r'
14514else
14515 ac_cs_awk_cr=$ac_cr
14516fi
b7026657 14517
81ecdfbb 14518echo 'BEGIN {' >"$tmp/subs1.awk" &&
b7026657
AC
14519_ACEOF
14520
81ecdfbb
RW
14521
14522{
14523 echo "cat >conf$$subs.awk <<_ACEOF" &&
14524 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14525 echo "_ACEOF"
14526} >conf$$subs.sh ||
14527 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14528ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14529ac_delim='%!_!# '
14530for ac_last_try in false false false false false :; do
14531 . ./conf$$subs.sh ||
14532 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14533
14534 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14535 if test $ac_delim_n = $ac_delim_num; then
14536 break
14537 elif $ac_last_try; then
14538 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14539 else
14540 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
c906108c 14541 fi
81ecdfbb
RW
14542done
14543rm -f conf$$subs.sh
c906108c 14544
81ecdfbb
RW
14545cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14546cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
b7026657 14547_ACEOF
81ecdfbb
RW
14548sed -n '
14549h
14550s/^/S["/; s/!.*/"]=/
14551p
14552g
14553s/^[^!]*!//
14554:repl
14555t repl
14556s/'"$ac_delim"'$//
14557t delim
14558:nl
14559h
14560s/\(.\{148\}\).*/\1/
14561t more1
14562s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14563p
14564n
14565b repl
14566:more1
14567s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14568p
14569g
14570s/.\{148\}//
14571t nl
14572:delim
14573h
14574s/\(.\{148\}\).*/\1/
14575t more2
14576s/["\\]/\\&/g; s/^/"/; s/$/"/
14577p
14578b
14579:more2
14580s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14581p
14582g
14583s/.\{148\}//
14584t delim
14585' <conf$$subs.awk | sed '
14586/^[^""]/{
14587 N
14588 s/\n//
14589}
14590' >>$CONFIG_STATUS || ac_write_fail=1
14591rm -f conf$$subs.awk
14592cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14593_ACAWK
14594cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14595 for (key in S) S_is_set[key] = 1
14596 FS = "\a"
b7026657 14597
81ecdfbb
RW
14598}
14599{
14600 line = $ 0
14601 nfields = split(line, field, "@")
14602 substed = 0
14603 len = length(field[1])
14604 for (i = 2; i < nfields; i++) {
14605 key = field[i]
14606 keylen = length(key)
14607 if (S_is_set[key]) {
14608 value = S[key]
14609 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14610 len += length(value) + length(field[++i])
14611 substed = 1
14612 } else
14613 len += 1 + keylen
14614 }
14615
14616 print line
14617}
c906108c 14618
81ecdfbb
RW
14619_ACAWK
14620_ACEOF
14621cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14622if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14623 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 14624else
81ecdfbb
RW
14625 cat
14626fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14627 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14628_ACEOF
b7026657 14629
81ecdfbb
RW
14630# VPATH may cause trouble with some makes, so we remove $(srcdir),
14631# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14632# trailing colons and then remove the whole line if VPATH becomes empty
14633# (actually we leave an empty line to preserve line numbers).
14634if test "x$srcdir" = x.; then
14635 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14636s/:*\$(srcdir):*/:/
14637s/:*\${srcdir}:*/:/
14638s/:*@srcdir@:*/:/
14639s/^\([^=]*=[ ]*\):*/\1/
14640s/:*$//
14641s/^[^=]*=[ ]*$//
14642}'
14643fi
c906108c 14644
81ecdfbb
RW
14645cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14646fi # test -n "$CONFIG_FILES"
c906108c 14647
81ecdfbb
RW
14648# Set up the scripts for CONFIG_HEADERS section.
14649# No need to generate them if there are no CONFIG_HEADERS.
14650# This happens for instance with `./config.status Makefile'.
14651if test -n "$CONFIG_HEADERS"; then
14652cat >"$tmp/defines.awk" <<\_ACAWK ||
14653BEGIN {
14654_ACEOF
b7026657 14655
81ecdfbb
RW
14656# Transform confdefs.h into an awk script `defines.awk', embedded as
14657# here-document in config.status, that substitutes the proper values into
14658# config.h.in to produce config.h.
c906108c 14659
81ecdfbb
RW
14660# Create a delimiter string that does not exist in confdefs.h, to ease
14661# handling of long lines.
14662ac_delim='%!_!# '
14663for ac_last_try in false false :; do
14664 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14665 if test -z "$ac_t"; then
14666 break
14667 elif $ac_last_try; then
14668 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 14669 else
81ecdfbb 14670 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 14671 fi
b7026657 14672done
81ecdfbb
RW
14673
14674# For the awk script, D is an array of macro values keyed by name,
14675# likewise P contains macro parameters if any. Preserve backslash
14676# newline sequences.
14677
14678ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14679sed -n '
14680s/.\{148\}/&'"$ac_delim"'/g
14681t rset
14682:rset
14683s/^[ ]*#[ ]*define[ ][ ]*/ /
14684t def
14685d
14686:def
14687s/\\$//
14688t bsnl
14689s/["\\]/\\&/g
14690s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14691D["\1"]=" \3"/p
14692s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14693d
14694:bsnl
14695s/["\\]/\\&/g
14696s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14697D["\1"]=" \3\\\\\\n"\\/p
14698t cont
14699s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14700t cont
14701d
14702:cont
14703n
14704s/.\{148\}/&'"$ac_delim"'/g
14705t clear
14706:clear
14707s/\\$//
14708t bsnlc
14709s/["\\]/\\&/g; s/^/"/; s/$/"/p
14710d
14711:bsnlc
14712s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14713b cont
14714' <confdefs.h | sed '
14715s/'"$ac_delim"'/"\\\
14716"/g' >>$CONFIG_STATUS || ac_write_fail=1
14717
14718cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14719 for (key in D) D_is_set[key] = 1
14720 FS = "\a"
14721}
14722/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14723 line = \$ 0
14724 split(line, arg, " ")
14725 if (arg[1] == "#") {
14726 defundef = arg[2]
14727 mac1 = arg[3]
14728 } else {
14729 defundef = substr(arg[1], 2)
14730 mac1 = arg[2]
14731 }
14732 split(mac1, mac2, "(") #)
14733 macro = mac2[1]
14734 prefix = substr(line, 1, index(line, defundef) - 1)
14735 if (D_is_set[macro]) {
14736 # Preserve the white space surrounding the "#".
14737 print prefix "define", macro P[macro] D[macro]
14738 next
14739 } else {
14740 # Replace #undef with comments. This is necessary, for example,
14741 # in the case of _POSIX_SOURCE, which is predefined and required
14742 # on some systems where configure will not decide to define it.
14743 if (defundef == "undef") {
14744 print "/*", prefix defundef, macro, "*/"
14745 next
14746 }
14747 }
14748}
14749{ print }
14750_ACAWK
b7026657 14751_ACEOF
81ecdfbb
RW
14752cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14753 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14754fi # test -n "$CONFIG_HEADERS"
b7026657 14755
c906108c 14756
81ecdfbb
RW
14757eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS"
14758shift
14759for ac_tag
14760do
14761 case $ac_tag in
14762 :[FHLC]) ac_mode=$ac_tag; continue;;
14763 esac
14764 case $ac_mode$ac_tag in
14765 :[FHL]*:*);;
14766 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14767 :[FH]-) ac_tag=-:-;;
14768 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
c906108c 14769 esac
81ecdfbb
RW
14770 ac_save_IFS=$IFS
14771 IFS=:
14772 set x $ac_tag
14773 IFS=$ac_save_IFS
14774 shift
14775 ac_file=$1
14776 shift
c906108c 14777
81ecdfbb
RW
14778 case $ac_mode in
14779 :L) ac_source=$1;;
14780 :[FH])
14781 ac_file_inputs=
14782 for ac_f
14783 do
14784 case $ac_f in
14785 -) ac_f="$tmp/stdin";;
14786 *) # Look for the file first in the build tree, then in the source tree
14787 # (if the path is not absolute). The absolute path cannot be DOS-style,
14788 # because $ac_f cannot contain `:'.
14789 test -f "$ac_f" ||
14790 case $ac_f in
14791 [\\/$]*) false;;
14792 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14793 esac ||
14794 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 14795 esac
81ecdfbb
RW
14796 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14797 as_fn_append ac_file_inputs " '$ac_f'"
14798 done
b7026657 14799
81ecdfbb
RW
14800 # Let's still pretend it is `configure' which instantiates (i.e., don't
14801 # use $as_me), people would be surprised to read:
14802 # /* config.h. Generated by config.status. */
14803 configure_input='Generated from '`
14804 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14805 `' by configure.'
14806 if test x"$ac_file" != x-; then
14807 configure_input="$ac_file. $configure_input"
14808 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14809$as_echo "$as_me: creating $ac_file" >&6;}
14810 fi
14811 # Neutralize special characters interpreted by sed in replacement strings.
14812 case $configure_input in #(
14813 *\&* | *\|* | *\\* )
14814 ac_sed_conf_input=`$as_echo "$configure_input" |
14815 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14816 *) ac_sed_conf_input=$configure_input;;
14817 esac
b7026657 14818
81ecdfbb
RW
14819 case $ac_tag in
14820 *:-:* | *:-) cat >"$tmp/stdin" \
14821 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14822 esac
14823 ;;
14824 esac
b7026657 14825
81ecdfbb 14826 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
14827$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14828 X"$ac_file" : 'X\(//\)[^/]' \| \
14829 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
14830 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14831$as_echo X"$ac_file" |
14832 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14833 s//\1/
14834 q
14835 }
14836 /^X\(\/\/\)[^/].*/{
14837 s//\1/
14838 q
14839 }
14840 /^X\(\/\/\)$/{
14841 s//\1/
14842 q
14843 }
14844 /^X\(\/\).*/{
14845 s//\1/
14846 q
14847 }
14848 s/.*/./; q'`
14849 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
14850 ac_builddir=.
14851
81ecdfbb
RW
14852case "$ac_dir" in
14853.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14854*)
14855 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14856 # A ".." for each directory in $ac_dir_suffix.
14857 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14858 case $ac_top_builddir_sub in
14859 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14860 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14861 esac ;;
14862esac
14863ac_abs_top_builddir=$ac_pwd
14864ac_abs_builddir=$ac_pwd$ac_dir_suffix
14865# for backward compatibility:
14866ac_top_builddir=$ac_top_build_prefix
b7026657
AC
14867
14868case $srcdir in
81ecdfbb 14869 .) # We are building in place.
b7026657 14870 ac_srcdir=.
81ecdfbb
RW
14871 ac_top_srcdir=$ac_top_builddir_sub
14872 ac_abs_top_srcdir=$ac_pwd ;;
14873 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 14874 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
14875 ac_top_srcdir=$srcdir
14876 ac_abs_top_srcdir=$srcdir ;;
14877 *) # Relative name.
14878 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14879 ac_top_srcdir=$ac_top_build_prefix$srcdir
14880 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 14881esac
81ecdfbb 14882ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 14883
c906108c 14884
81ecdfbb
RW
14885 case $ac_mode in
14886 :F)
14887 #
14888 # CONFIG_FILE
14889 #
b7026657 14890
81ecdfbb
RW
14891 case $INSTALL in
14892 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14893 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 14894 esac
81ecdfbb 14895_ACEOF
c906108c 14896
81ecdfbb
RW
14897cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14898# If the template does not know about datarootdir, expand it.
14899# FIXME: This hack should be removed a few years after 2.60.
14900ac_datarootdir_hack=; ac_datarootdir_seen=
14901ac_sed_dataroot='
14902/datarootdir/ {
14903 p
14904 q
14905}
14906/@datadir@/p
14907/@docdir@/p
14908/@infodir@/p
14909/@localedir@/p
14910/@mandir@/p'
14911case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14912*datarootdir*) ac_datarootdir_seen=yes;;
14913*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14915$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14916_ACEOF
14917cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14918 ac_datarootdir_hack='
14919 s&@datadir@&$datadir&g
14920 s&@docdir@&$docdir&g
14921 s&@infodir@&$infodir&g
14922 s&@localedir@&$localedir&g
14923 s&@mandir@&$mandir&g
14924 s&\\\${datarootdir}&$datarootdir&g' ;;
14925esac
b7026657 14926_ACEOF
b7026657 14927
81ecdfbb
RW
14928# Neutralize VPATH when `$srcdir' = `.'.
14929# Shell code in configure.ac might set extrasub.
14930# FIXME: do we really want to maintain this feature?
14931cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14932ac_sed_extra="$ac_vpsub
14933$extrasub
14934_ACEOF
14935cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14936:t
14937/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14938s|@configure_input@|$ac_sed_conf_input|;t t
14939s&@top_builddir@&$ac_top_builddir_sub&;t t
14940s&@top_build_prefix@&$ac_top_build_prefix&;t t
14941s&@srcdir@&$ac_srcdir&;t t
14942s&@abs_srcdir@&$ac_abs_srcdir&;t t
14943s&@top_srcdir@&$ac_top_srcdir&;t t
14944s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14945s&@builddir@&$ac_builddir&;t t
14946s&@abs_builddir@&$ac_abs_builddir&;t t
14947s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14948s&@INSTALL@&$ac_INSTALL&;t t
14949$ac_datarootdir_hack
14950"
14951eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14952 || as_fn_error "could not create $ac_file" "$LINENO" 5
14953
14954test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14955 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14956 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14958which seems to be undefined. Please make sure it is defined." >&5
14959$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14960which seems to be undefined. Please make sure it is defined." >&2;}
14961
14962 rm -f "$tmp/stdin"
14963 case $ac_file in
14964 -) cat "$tmp/out" && rm -f "$tmp/out";;
14965 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14966 esac \
14967 || as_fn_error "could not create $ac_file" "$LINENO" 5
14968 ;;
14969 :H)
14970 #
14971 # CONFIG_HEADER
14972 #
14973 if test x"$ac_file" != x-; then
14974 {
14975 $as_echo "/* $configure_input */" \
14976 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14977 } >"$tmp/config.h" \
14978 || as_fn_error "could not create $ac_file" "$LINENO" 5
14979 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14980 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14981$as_echo "$as_me: $ac_file is unchanged" >&6;}
14982 else
14983 rm -f "$ac_file"
14984 mv "$tmp/config.h" "$ac_file" \
14985 || as_fn_error "could not create $ac_file" "$LINENO" 5
14986 fi
b7026657 14987 else
81ecdfbb
RW
14988 $as_echo "/* $configure_input */" \
14989 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14990 || as_fn_error "could not create -" "$LINENO" 5
14991 fi
14992 ;;
14993 :L)
14994 #
14995 # CONFIG_LINK
14996 #
b7026657 14997
81ecdfbb
RW
14998 if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then
14999 :
15000 else
15001 # Prefer the file from the source tree if names are identical.
15002 if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then
15003 ac_source=$srcdir/$ac_source
15004 fi
b7026657 15005
81ecdfbb
RW
15006 { $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5
15007$as_echo "$as_me: linking $ac_source to $ac_file" >&6;}
c906108c 15008
81ecdfbb
RW
15009 if test ! -r "$ac_source"; then
15010 as_fn_error "$ac_source: file not found" "$LINENO" 5
15011 fi
15012 rm -f "$ac_file"
b7026657 15013
81ecdfbb
RW
15014 # Try a relative symlink, then a hard link, then a copy.
15015 case $srcdir in
15016 [\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;;
15017 *) ac_rel_source=$ac_top_build_prefix$ac_source ;;
15018 esac
15019 ln -s "$ac_rel_source" "$ac_file" 2>/dev/null ||
15020 ln "$ac_source" "$ac_file" 2>/dev/null ||
15021 cp -p "$ac_source" "$ac_file" ||
15022 as_fn_error "cannot link or copy $ac_source to $ac_file" "$LINENO" 5
15023 fi
15024 ;;
15025 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15026$as_echo "$as_me: executing $ac_file commands" >&6;}
15027 ;;
15028 esac
b7026657
AC
15029
15030
81ecdfbb 15031 case $ac_file$ac_mode in
db2e4d67 15032 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15033 "libtool":C)
15034
15035 # See if we are running on zsh, and set the options which allow our
15036 # commands through without removal of \ escapes.
15037 if test -n "${ZSH_VERSION+set}" ; then
15038 setopt NO_GLOB_SUBST
15039 fi
15040
15041 cfgfile="${ofile}T"
15042 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15043 $RM "$cfgfile"
15044
15045 cat <<_LT_EOF >> "$cfgfile"
15046#! $SHELL
15047
15048# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15049# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15050# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15051# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15052#
15053# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15054# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15055# Written by Gordon Matzigkeit, 1996
15056#
15057# This file is part of GNU Libtool.
15058#
15059# GNU Libtool is free software; you can redistribute it and/or
15060# modify it under the terms of the GNU General Public License as
15061# published by the Free Software Foundation; either version 2 of
15062# the License, or (at your option) any later version.
15063#
15064# As a special exception to the GNU General Public License,
15065# if you distribute this file as part of a program or library that
15066# is built using GNU Libtool, you may include this file under the
15067# same distribution terms that you use for the rest of that program.
15068#
15069# GNU Libtool is distributed in the hope that it will be useful,
15070# but WITHOUT ANY WARRANTY; without even the implied warranty of
15071# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15072# GNU General Public License for more details.
15073#
15074# You should have received a copy of the GNU General Public License
15075# along with GNU Libtool; see the file COPYING. If not, a copy
15076# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15077# obtained by writing to the Free Software Foundation, Inc.,
15078# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15079
15080
15081# The names of the tagged configurations supported by this script.
15082available_tags=""
15083
15084# ### BEGIN LIBTOOL CONFIG
15085
15086# Which release of libtool.m4 was used?
15087macro_version=$macro_version
15088macro_revision=$macro_revision
15089
15090# Whether or not to build shared libraries.
15091build_libtool_libs=$enable_shared
15092
15093# Whether or not to build static libraries.
15094build_old_libs=$enable_static
15095
15096# What type of objects to build.
15097pic_mode=$pic_mode
15098
15099# Whether or not to optimize for fast installation.
15100fast_install=$enable_fast_install
15101
15102# Shell to use when invoking shell scripts.
15103SHELL=$lt_SHELL
15104
15105# An echo program that protects backslashes.
15106ECHO=$lt_ECHO
15107
15108# The host system.
15109host_alias=$host_alias
15110host=$host
15111host_os=$host_os
15112
15113# The build system.
15114build_alias=$build_alias
15115build=$build
15116build_os=$build_os
15117
15118# A sed program that does not truncate output.
15119SED=$lt_SED
15120
15121# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15122Xsed="\$SED -e 1s/^X//"
15123
15124# A grep program that handles long lines.
15125GREP=$lt_GREP
15126
15127# An ERE matcher.
15128EGREP=$lt_EGREP
15129
15130# A literal string matcher.
15131FGREP=$lt_FGREP
15132
15133# A BSD- or MS-compatible name lister.
15134NM=$lt_NM
15135
15136# Whether we need soft or hard links.
15137LN_S=$lt_LN_S
15138
15139# What is the maximum length of a command?
15140max_cmd_len=$max_cmd_len
15141
15142# Object file suffix (normally "o").
15143objext=$ac_objext
15144
15145# Executable file suffix (normally "").
15146exeext=$exeext
15147
15148# whether the shell understands "unset".
15149lt_unset=$lt_unset
15150
15151# turn spaces into newlines.
15152SP2NL=$lt_lt_SP2NL
15153
15154# turn newlines into spaces.
15155NL2SP=$lt_lt_NL2SP
15156
15157# An object symbol dumper.
15158OBJDUMP=$lt_OBJDUMP
15159
15160# Method to check whether dependent libraries are shared objects.
15161deplibs_check_method=$lt_deplibs_check_method
15162
15163# Command to use when deplibs_check_method == "file_magic".
15164file_magic_cmd=$lt_file_magic_cmd
15165
15166# The archiver.
15167AR=$lt_AR
15168AR_FLAGS=$lt_AR_FLAGS
15169
15170# A symbol stripping program.
15171STRIP=$lt_STRIP
15172
15173# Commands used to install an old-style archive.
15174RANLIB=$lt_RANLIB
15175old_postinstall_cmds=$lt_old_postinstall_cmds
15176old_postuninstall_cmds=$lt_old_postuninstall_cmds
15177
15178# Whether to use a lock for old archive extraction.
15179lock_old_archive_extraction=$lock_old_archive_extraction
15180
15181# A C compiler.
15182LTCC=$lt_CC
15183
15184# LTCC compiler flags.
15185LTCFLAGS=$lt_CFLAGS
15186
15187# Take the output of nm and produce a listing of raw symbols and C names.
15188global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15189
15190# Transform the output of nm in a proper C declaration.
15191global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15192
15193# Transform the output of nm in a C name address pair.
15194global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15195
15196# Transform the output of nm in a C name address pair when lib prefix is needed.
15197global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15198
15199# The name of the directory that contains temporary libtool files.
15200objdir=$objdir
15201
15202# Used to examine libraries when file_magic_cmd begins with "file".
15203MAGIC_CMD=$MAGIC_CMD
15204
15205# Must we lock files when doing compilation?
15206need_locks=$lt_need_locks
15207
15208# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15209DSYMUTIL=$lt_DSYMUTIL
15210
15211# Tool to change global to local symbols on Mac OS X.
15212NMEDIT=$lt_NMEDIT
15213
15214# Tool to manipulate fat objects and archives on Mac OS X.
15215LIPO=$lt_LIPO
15216
15217# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15218OTOOL=$lt_OTOOL
15219
15220# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15221OTOOL64=$lt_OTOOL64
15222
15223# Old archive suffix (normally "a").
15224libext=$libext
15225
15226# Shared library suffix (normally ".so").
15227shrext_cmds=$lt_shrext_cmds
15228
15229# The commands to extract the exported symbol list from a shared archive.
15230extract_expsyms_cmds=$lt_extract_expsyms_cmds
15231
15232# Variables whose values should be saved in libtool wrapper scripts and
15233# restored at link time.
15234variables_saved_for_relink=$lt_variables_saved_for_relink
15235
15236# Do we need the "lib" prefix for modules?
15237need_lib_prefix=$need_lib_prefix
15238
15239# Do we need a version for libraries?
15240need_version=$need_version
15241
15242# Library versioning type.
15243version_type=$version_type
15244
15245# Shared library runtime path variable.
15246runpath_var=$runpath_var
15247
15248# Shared library path variable.
15249shlibpath_var=$shlibpath_var
15250
15251# Is shlibpath searched before the hard-coded library search path?
15252shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15253
15254# Format of library name prefix.
15255libname_spec=$lt_libname_spec
15256
15257# List of archive names. First name is the real one, the rest are links.
15258# The last name is the one that the linker finds with -lNAME
15259library_names_spec=$lt_library_names_spec
15260
15261# The coded name of the library, if different from the real name.
15262soname_spec=$lt_soname_spec
15263
15264# Permission mode override for installation of shared libraries.
15265install_override_mode=$lt_install_override_mode
15266
15267# Command to use after installation of a shared archive.
15268postinstall_cmds=$lt_postinstall_cmds
15269
15270# Command to use after uninstallation of a shared archive.
15271postuninstall_cmds=$lt_postuninstall_cmds
15272
15273# Commands used to finish a libtool library installation in a directory.
15274finish_cmds=$lt_finish_cmds
15275
15276# As "finish_cmds", except a single script fragment to be evaled but
15277# not shown.
15278finish_eval=$lt_finish_eval
15279
15280# Whether we should hardcode library paths into libraries.
15281hardcode_into_libs=$hardcode_into_libs
15282
15283# Compile-time system search path for libraries.
15284sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15285
15286# Run-time system search path for libraries.
15287sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15288
15289# Whether dlopen is supported.
15290dlopen_support=$enable_dlopen
15291
15292# Whether dlopen of programs is supported.
15293dlopen_self=$enable_dlopen_self
15294
15295# Whether dlopen of statically linked programs is supported.
15296dlopen_self_static=$enable_dlopen_self_static
15297
15298# Commands to strip libraries.
15299old_striplib=$lt_old_striplib
15300striplib=$lt_striplib
15301
15302
15303# The linker used to build libraries.
15304LD=$lt_LD
15305
15306# How to create reloadable object files.
15307reload_flag=$lt_reload_flag
15308reload_cmds=$lt_reload_cmds
15309
15310# Commands used to build an old-style archive.
15311old_archive_cmds=$lt_old_archive_cmds
15312
15313# A language specific compiler.
15314CC=$lt_compiler
15315
15316# Is the compiler the GNU compiler?
15317with_gcc=$GCC
15318
15319# Compiler flag to turn off builtin functions.
15320no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15321
15322# How to pass a linker flag through the compiler.
15323wl=$lt_lt_prog_compiler_wl
15324
15325# Additional compiler flags for building library objects.
15326pic_flag=$lt_lt_prog_compiler_pic
15327
15328# Compiler flag to prevent dynamic linking.
15329link_static_flag=$lt_lt_prog_compiler_static
15330
15331# Does compiler simultaneously support -c and -o options?
15332compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15333
15334# Whether or not to add -lc for building shared libraries.
15335build_libtool_need_lc=$archive_cmds_need_lc
15336
15337# Whether or not to disallow shared libs when runtime libs are static.
15338allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15339
15340# Compiler flag to allow reflexive dlopens.
15341export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15342
15343# Compiler flag to generate shared objects directly from archives.
15344whole_archive_flag_spec=$lt_whole_archive_flag_spec
15345
15346# Whether the compiler copes with passing no objects directly.
15347compiler_needs_object=$lt_compiler_needs_object
15348
15349# Create an old-style archive from a shared archive.
15350old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15351
15352# Create a temporary old-style archive to link instead of a shared archive.
15353old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15354
15355# Commands used to build a shared archive.
15356archive_cmds=$lt_archive_cmds
15357archive_expsym_cmds=$lt_archive_expsym_cmds
15358
15359# Commands used to build a loadable module if different from building
15360# a shared archive.
15361module_cmds=$lt_module_cmds
15362module_expsym_cmds=$lt_module_expsym_cmds
15363
15364# Whether we are building with GNU ld or not.
15365with_gnu_ld=$lt_with_gnu_ld
15366
15367# Flag that allows shared libraries with undefined symbols to be built.
15368allow_undefined_flag=$lt_allow_undefined_flag
15369
15370# Flag that enforces no undefined symbols.
15371no_undefined_flag=$lt_no_undefined_flag
15372
15373# Flag to hardcode \$libdir into a binary during linking.
15374# This must work even if \$libdir does not exist
15375hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15376
15377# If ld is used when linking, flag to hardcode \$libdir into a binary
15378# during linking. This must work even if \$libdir does not exist.
15379hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15380
15381# Whether we need a single "-rpath" flag with a separated argument.
15382hardcode_libdir_separator=$lt_hardcode_libdir_separator
15383
15384# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15385# DIR into the resulting binary.
15386hardcode_direct=$hardcode_direct
15387
15388# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15389# DIR into the resulting binary and the resulting library dependency is
15390# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15391# library is relocated.
15392hardcode_direct_absolute=$hardcode_direct_absolute
15393
15394# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15395# into the resulting binary.
15396hardcode_minus_L=$hardcode_minus_L
15397
15398# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15399# into the resulting binary.
15400hardcode_shlibpath_var=$hardcode_shlibpath_var
15401
15402# Set to "yes" if building a shared library automatically hardcodes DIR
15403# into the library and all subsequent libraries and executables linked
15404# against it.
15405hardcode_automatic=$hardcode_automatic
15406
15407# Set to yes if linker adds runtime paths of dependent libraries
15408# to runtime path list.
15409inherit_rpath=$inherit_rpath
15410
15411# Whether libtool must link a program against all its dependency libraries.
15412link_all_deplibs=$link_all_deplibs
15413
15414# Fix the shell variable \$srcfile for the compiler.
15415fix_srcfile_path=$lt_fix_srcfile_path
15416
15417# Set to "yes" if exported symbols are required.
15418always_export_symbols=$always_export_symbols
15419
15420# The commands to list exported symbols.
15421export_symbols_cmds=$lt_export_symbols_cmds
15422
15423# Symbols that should not be listed in the preloaded symbols.
15424exclude_expsyms=$lt_exclude_expsyms
15425
15426# Symbols that must always be exported.
15427include_expsyms=$lt_include_expsyms
15428
15429# Commands necessary for linking programs (against libraries) with templates.
15430prelink_cmds=$lt_prelink_cmds
15431
15432# Specify filename containing input files.
15433file_list_spec=$lt_file_list_spec
15434
15435# How to hardcode a shared library path into an executable.
15436hardcode_action=$hardcode_action
15437
15438# ### END LIBTOOL CONFIG
15439
15440_LT_EOF
15441
15442 case $host_os in
15443 aix3*)
15444 cat <<\_LT_EOF >> "$cfgfile"
15445# AIX sometimes has problems with the GCC collect2 program. For some
15446# reason, if we set the COLLECT_NAMES environment variable, the problems
15447# vanish in a puff of smoke.
15448if test "X${COLLECT_NAMES+set}" != Xset; then
15449 COLLECT_NAMES=
15450 export COLLECT_NAMES
15451fi
15452_LT_EOF
15453 ;;
15454 esac
15455
15456
15457ltmain="$ac_aux_dir/ltmain.sh"
15458
15459
15460 # We use sed instead of cat because bash on DJGPP gets confused if
15461 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15462 # text mode, it properly converts lines to CR/LF. This bash problem
15463 # is reportedly fixed, but why not run on old versions too?
15464 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15465 || (rm -f "$cfgfile"; exit 1)
15466
15467 case $xsi_shell in
15468 yes)
15469 cat << \_LT_EOF >> "$cfgfile"
15470
15471# func_dirname file append nondir_replacement
15472# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15473# otherwise set result to NONDIR_REPLACEMENT.
15474func_dirname ()
15475{
15476 case ${1} in
15477 */*) func_dirname_result="${1%/*}${2}" ;;
15478 * ) func_dirname_result="${3}" ;;
15479 esac
15480}
15481
15482# func_basename file
15483func_basename ()
15484{
15485 func_basename_result="${1##*/}"
15486}
15487
15488# func_dirname_and_basename file append nondir_replacement
15489# perform func_basename and func_dirname in a single function
15490# call:
15491# dirname: Compute the dirname of FILE. If nonempty,
15492# add APPEND to the result, otherwise set result
15493# to NONDIR_REPLACEMENT.
15494# value returned in "$func_dirname_result"
15495# basename: Compute filename of FILE.
15496# value retuned in "$func_basename_result"
15497# Implementation must be kept synchronized with func_dirname
15498# and func_basename. For efficiency, we do not delegate to
15499# those functions but instead duplicate the functionality here.
15500func_dirname_and_basename ()
15501{
15502 case ${1} in
15503 */*) func_dirname_result="${1%/*}${2}" ;;
15504 * ) func_dirname_result="${3}" ;;
15505 esac
15506 func_basename_result="${1##*/}"
15507}
15508
15509# func_stripname prefix suffix name
15510# strip PREFIX and SUFFIX off of NAME.
15511# PREFIX and SUFFIX must not contain globbing or regex special
15512# characters, hashes, percent signs, but SUFFIX may contain a leading
15513# dot (in which case that matches only a dot).
15514func_stripname ()
15515{
15516 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15517 # positional parameters, so assign one to ordinary parameter first.
15518 func_stripname_result=${3}
15519 func_stripname_result=${func_stripname_result#"${1}"}
15520 func_stripname_result=${func_stripname_result%"${2}"}
15521}
15522
15523# func_opt_split
15524func_opt_split ()
15525{
15526 func_opt_split_opt=${1%%=*}
15527 func_opt_split_arg=${1#*=}
15528}
15529
15530# func_lo2o object
15531func_lo2o ()
15532{
15533 case ${1} in
15534 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15535 *) func_lo2o_result=${1} ;;
15536 esac
15537}
15538
15539# func_xform libobj-or-source
15540func_xform ()
15541{
15542 func_xform_result=${1%.*}.lo
15543}
15544
15545# func_arith arithmetic-term...
15546func_arith ()
15547{
15548 func_arith_result=$(( $* ))
15549}
15550
15551# func_len string
15552# STRING may not start with a hyphen.
15553func_len ()
15554{
15555 func_len_result=${#1}
15556}
15557
15558_LT_EOF
15559 ;;
15560 *) # Bourne compatible functions.
15561 cat << \_LT_EOF >> "$cfgfile"
15562
15563# func_dirname file append nondir_replacement
15564# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15565# otherwise set result to NONDIR_REPLACEMENT.
15566func_dirname ()
15567{
15568 # Extract subdirectory from the argument.
15569 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15570 if test "X$func_dirname_result" = "X${1}"; then
15571 func_dirname_result="${3}"
15572 else
15573 func_dirname_result="$func_dirname_result${2}"
15574 fi
15575}
15576
15577# func_basename file
15578func_basename ()
15579{
15580 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15581}
15582
15583
15584# func_stripname prefix suffix name
15585# strip PREFIX and SUFFIX off of NAME.
15586# PREFIX and SUFFIX must not contain globbing or regex special
15587# characters, hashes, percent signs, but SUFFIX may contain a leading
15588# dot (in which case that matches only a dot).
15589# func_strip_suffix prefix name
15590func_stripname ()
15591{
15592 case ${2} in
15593 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15594 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15595 esac
15596}
15597
15598# sed scripts:
15599my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15600my_sed_long_arg='1s/^-[^=]*=//'
15601
15602# func_opt_split
15603func_opt_split ()
15604{
15605 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15606 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15607}
15608
15609# func_lo2o object
15610func_lo2o ()
15611{
15612 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15613}
15614
15615# func_xform libobj-or-source
15616func_xform ()
15617{
15618 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15619}
15620
15621# func_arith arithmetic-term...
15622func_arith ()
15623{
15624 func_arith_result=`expr "$@"`
15625}
15626
15627# func_len string
15628# STRING may not start with a hyphen.
15629func_len ()
15630{
15631 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15632}
15633
15634_LT_EOF
15635esac
15636
15637case $lt_shell_append in
15638 yes)
15639 cat << \_LT_EOF >> "$cfgfile"
15640
15641# func_append var value
15642# Append VALUE to the end of shell variable VAR.
15643func_append ()
15644{
15645 eval "$1+=\$2"
15646}
15647_LT_EOF
15648 ;;
15649 *)
15650 cat << \_LT_EOF >> "$cfgfile"
15651
15652# func_append var value
15653# Append VALUE to the end of shell variable VAR.
15654func_append ()
15655{
15656 eval "$1=\$$1\$2"
15657}
15658
15659_LT_EOF
15660 ;;
15661 esac
15662
15663
15664 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15665 || (rm -f "$cfgfile"; exit 1)
15666
15667 mv -f "$cfgfile" "$ofile" ||
15668 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15669 chmod +x "$ofile"
15670
15671 ;;
81ecdfbb 15672 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
15673 rm -f Makesim1.tmp Makesim2.tmp Makefile
15674 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15675 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15676 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
15677 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15678 <Makefile.sim >Makefile
38f48d72 15679 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 15680 ;;
81ecdfbb
RW
15681 "stamp-h":C) echo > stamp-h ;;
15682
b7026657 15683 esac
81ecdfbb 15684done # for ac_tag
c906108c 15685
b7026657 15686
81ecdfbb 15687as_fn_exit 0
b7026657 15688_ACEOF
b7026657
AC
15689ac_clean_files=$ac_clean_files_save
15690
81ecdfbb
RW
15691test $ac_write_fail = 0 ||
15692 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15693
b7026657
AC
15694
15695# configure is writing to config.log, and then calls config.status.
15696# config.status does its own redirection, appending to config.log.
15697# Unfortunately, on DOS this fails, as config.log is still kept open
15698# by configure, so config.status won't be able to write to it; its
15699# output is simply discarded. So we exec the FD to /dev/null,
15700# effectively closing config.log, so it can be properly (re)opened and
15701# appended to by config.status. When coming back to configure, we
15702# need to make the FD available again.
15703if test "$no_create" != yes; then
15704 ac_cs_success=:
15705 ac_config_status_args=
15706 test "$silent" = yes &&
15707 ac_config_status_args="$ac_config_status_args --quiet"
15708 exec 5>/dev/null
15709 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15710 exec 5>>config.log
15711 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15712 # would make configure fail if this is the last instruction.
81ecdfbb
RW
15713 $ac_cs_success || as_fn_exit $?
15714fi
15715if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15717$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 15718fi
c906108c
SS
15719
15720
This page took 1.482462 seconds and 4 git commands to generate.