Updated translations for multiple subdirectories
[deliverable/binutils-gdb.git] / sim / mn10300 / configure
CommitLineData
c906108c 1#! /bin/sh
b7026657 2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
81ecdfbb 7#
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.
d0ac1c44 90as_myself=
81ecdfbb
RW
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
b7026657
AC
122PS1='$ '
123PS2='> '
124PS4='+ '
c906108c 125
b7026657 126# NLS nuisances.
81ecdfbb
RW
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
81ecdfbb
RW
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
81ecdfbb
RW
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
81ecdfbb
RW
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
b7026657 219do
81ecdfbb
RW
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
81ecdfbb
RW
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
b7026657 274 else
81ecdfbb
RW
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
b7026657 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
c906108c 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
429 as_expr=expr
430else
431 as_expr=false
432fi
c906108c 433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
435 as_basename=basename
436else
437 as_basename=false
438fi
c906108c 439
81ecdfbb
RW
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
c906108c 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
b7026657
AC
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
c906108c 464
b7026657
AC
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
c906108c 471
c906108c 472
81ecdfbb
RW
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
b7026657 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
b7026657 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
b7026657 490 t loop
81ecdfbb 491 s/-\n.*//
b7026657 492 ' >$as_me.lineno &&
81ecdfbb
RW
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
b7026657 495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
b7026657
AC
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
81ecdfbb
RW
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
b7026657
AC
504 # Exit status is that of the last command.
505 exit
506}
c906108c 507
81ecdfbb
RW
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
b7026657 519esac
c906108c 520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
b7026657 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
b7026657 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 530 as_ln_s='ln -s'
81ecdfbb
RW
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
81ecdfbb 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
81ecdfbb
RW
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
b7026657 541 fi
b7026657 542else
d0ac1c44 543 as_ln_s='cp -pR'
b7026657 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
c906108c 547
b7026657 548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
b7026657
AC
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
c906108c 554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
c906108c 557
b7026657
AC
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
c906108c 560
b7026657
AC
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
c906108c 563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
c906108c 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
c906108c 569
b7026657 570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
b7026657
AC
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
c906108c 574
c906108c 575#
b7026657 576# Initializations.
c906108c 577#
b7026657 578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
b7026657 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
b7026657
AC
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
b7026657
AC
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
b7026657
AC
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
81ecdfbb 599#ifdef HAVE_SYS_TYPES_H
b7026657
AC
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
b7026657
AC
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
b7026657
AC
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
b7026657
AC
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
b7026657
AC
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
b7026657
AC
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
b7026657 623# include <inttypes.h>
b7026657 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
b7026657
AC
629# include <unistd.h>
630#endif"
c906108c 631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
635REPORT_BUGS_TEXI
636REPORT_BUGS_TO
637PKGVERSION
81ecdfbb 638MAINT
31e6ad7d
MF
639MAINTAINER_MODE_FALSE
640MAINTAINER_MODE_TRUE
6bb11ab3
L
641lt_cv_dlopen_libs
642OTOOL64
643OTOOL
644LIPO
645NMEDIT
646DSYMUTIL
647AWK
648STRIP
649OBJDUMP
650LN_S
651NM
652ac_ct_DUMPBIN
653DUMPBIN
654LD
655FGREP
656SED
657LIBTOOL
658PLUGINS_FALSE
659PLUGINS_TRUE
aadc9410
MF
660zlibinc
661zlibdir
81ecdfbb
RW
662CATOBJEXT
663GENCAT
664INSTOBJEXT
665DATADIRNAME
666CATALOGS
667POSUB
668GMSGFMT
669XGETTEXT
670INCINTL
671LIBINTL_DEP
672LIBINTL
673USE_NLS
db2e4d67
MF
674GMAKE_FALSE
675GMAKE_TRUE
676MAKE
677CCDEPMODE
678DEPDIR
679am__leading_dot
5f3ef9d0 680PACKAGE
46f900c0 681C_DIALECT
81ecdfbb
RW
682RANLIB
683AR
684HDEFINES
685CC_FOR_BUILD
686INSTALL_DATA
687INSTALL_SCRIPT
688INSTALL_PROGRAM
2232061b
MF
689EGREP
690GREP
691CPP
81ecdfbb
RW
692target_os
693target_vendor
694target_cpu
695target
696host_os
697host_vendor
698host_cpu
699host
700build_os
701build_vendor
702build_cpu
703build
6ffe910a
MF
704OBJEXT
705EXEEXT
706ac_ct_CC
707CPPFLAGS
708LDFLAGS
709CFLAGS
710CC
81ecdfbb
RW
711WERROR_CFLAGS
712WARN_CFLAGS
81ecdfbb 713sim_reserved_bits
81ecdfbb
RW
714sim_inline
715sim_hw
716sim_hw_objs
717sim_hw_cflags
718sim_default_model
719sim_scache
720sim_float
81ecdfbb
RW
721sim_endian
722sim_bitsize
81ecdfbb 723sim_alignment
81ecdfbb
RW
724target_alias
725host_alias
726build_alias
727LIBS
728ECHO_T
729ECHO_N
730ECHO_C
731DEFS
732mandir
733localedir
734libdir
735psdir
736pdfdir
737dvidir
738htmldir
739infodir
740docdir
741oldincludedir
742includedir
743localstatedir
744sharedstatedir
745sysconfdir
746datadir
747datarootdir
748libexecdir
749sbindir
750bindir
751program_transform_name
752prefix
753exec_prefix
754PACKAGE_URL
755PACKAGE_BUGREPORT
756PACKAGE_STRING
757PACKAGE_VERSION
758PACKAGE_TARNAME
759PACKAGE_NAME
760PATH_SEPARATOR
761SHELL'
b7026657 762ac_subst_files=''
81ecdfbb
RW
763ac_user_opts='
764enable_option_checking
aadc9410 765with_system_zlib
6bb11ab3
L
766enable_plugins
767enable_shared
768enable_static
769with_pic
770enable_fast_install
771with_gnu_ld
772enable_libtool_lock
81ecdfbb 773enable_maintainer_mode
81ecdfbb
RW
774enable_sim_debug
775enable_sim_stdio
776enable_sim_trace
777enable_sim_profile
35656e95 778enable_sim_assert
16f7876d 779enable_sim_environment
347fe5bb 780enable_sim_inline
81ecdfbb
RW
781with_pkgversion
782with_bugurl
783enable_sim_endian
784enable_sim_alignment
2232061b 785enable_werror
81ecdfbb
RW
786enable_build_warnings
787enable_sim_build_warnings
788enable_sim_reserved_bits
789enable_sim_bitsize
81ecdfbb
RW
790enable_sim_hardware
791'
792 ac_precious_vars='build_alias
793host_alias
794target_alias
795CC
796CFLAGS
797LDFLAGS
798LIBS
799CPPFLAGS
800CPP'
801
c906108c
SS
802
803# Initialize some variables set by options.
b7026657
AC
804ac_init_help=
805ac_init_version=false
81ecdfbb
RW
806ac_unrecognized_opts=
807ac_unrecognized_sep=
c906108c
SS
808# The variables have the same names as the options, with
809# dashes changed to underlines.
b7026657 810cache_file=/dev/null
c906108c 811exec_prefix=NONE
c906108c 812no_create=
c906108c
SS
813no_recursion=
814prefix=NONE
815program_prefix=NONE
816program_suffix=NONE
817program_transform_name=s,x,x,
818silent=
819site=
820srcdir=
c906108c
SS
821verbose=
822x_includes=NONE
823x_libraries=NONE
b7026657
AC
824
825# Installation directory options.
826# These are left unexpanded so users can "make install exec_prefix=/foo"
827# and all the variables that are supposed to be based on exec_prefix
828# by default will actually change.
829# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 830# (The list follows the same order as the GNU Coding Standards.)
c906108c
SS
831bindir='${exec_prefix}/bin'
832sbindir='${exec_prefix}/sbin'
833libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
834datarootdir='${prefix}/share'
835datadir='${datarootdir}'
c906108c
SS
836sysconfdir='${prefix}/etc'
837sharedstatedir='${prefix}/com'
838localstatedir='${prefix}/var'
c906108c
SS
839includedir='${prefix}/include'
840oldincludedir='/usr/include'
81ecdfbb
RW
841docdir='${datarootdir}/doc/${PACKAGE}'
842infodir='${datarootdir}/info'
843htmldir='${docdir}'
844dvidir='${docdir}'
845pdfdir='${docdir}'
846psdir='${docdir}'
847libdir='${exec_prefix}/lib'
848localedir='${datarootdir}/locale'
849mandir='${datarootdir}/man'
c906108c 850
c906108c 851ac_prev=
81ecdfbb 852ac_dashdash=
c906108c
SS
853for ac_option
854do
c906108c
SS
855 # If the previous option needs an argument, assign it.
856 if test -n "$ac_prev"; then
81ecdfbb 857 eval $ac_prev=\$ac_option
c906108c
SS
858 ac_prev=
859 continue
860 fi
861
81ecdfbb 862 case $ac_option in
d0ac1c44
SM
863 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
864 *=) ac_optarg= ;;
865 *) ac_optarg=yes ;;
81ecdfbb 866 esac
c906108c
SS
867
868 # Accept the important Cygnus configure options, so we can diagnose typos.
869
81ecdfbb
RW
870 case $ac_dashdash$ac_option in
871 --)
872 ac_dashdash=yes ;;
c906108c
SS
873
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
b7026657 877 bindir=$ac_optarg ;;
c906108c
SS
878
879 -build | --build | --buil | --bui | --bu)
b7026657 880 ac_prev=build_alias ;;
c906108c 881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
b7026657 882 build_alias=$ac_optarg ;;
c906108c
SS
883
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
b7026657
AC
889 cache_file=$ac_optarg ;;
890
891 --config-cache | -C)
892 cache_file=config.cache ;;
c906108c 893
81ecdfbb 894 -datadir | --datadir | --datadi | --datad)
c906108c 895 ac_prev=datadir ;;
81ecdfbb 896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
b7026657 897 datadir=$ac_optarg ;;
c906108c 898
81ecdfbb
RW
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
905
c906108c 906 -disable-* | --disable-*)
81ecdfbb 907 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
c906108c 908 # Reject names that are not valid shell variable names.
81ecdfbb 909 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 910 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
911 ac_useropt_orig=$ac_useropt
912 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
913 case $ac_user_opts in
914 *"
915"enable_$ac_useropt"
916"*) ;;
917 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
918 ac_unrecognized_sep=', ';;
919 esac
920 eval enable_$ac_useropt=no ;;
921
922 -docdir | --docdir | --docdi | --doc | --do)
923 ac_prev=docdir ;;
924 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
925 docdir=$ac_optarg ;;
926
927 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
928 ac_prev=dvidir ;;
929 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
930 dvidir=$ac_optarg ;;
c906108c
SS
931
932 -enable-* | --enable-*)
81ecdfbb 933 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
c906108c 934 # Reject names that are not valid shell variable names.
81ecdfbb 935 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 936 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
937 ac_useropt_orig=$ac_useropt
938 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
939 case $ac_user_opts in
940 *"
941"enable_$ac_useropt"
942"*) ;;
943 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
944 ac_unrecognized_sep=', ';;
c906108c 945 esac
81ecdfbb 946 eval enable_$ac_useropt=\$ac_optarg ;;
c906108c
SS
947
948 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
949 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
950 | --exec | --exe | --ex)
951 ac_prev=exec_prefix ;;
952 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
953 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
954 | --exec=* | --exe=* | --ex=*)
b7026657 955 exec_prefix=$ac_optarg ;;
c906108c
SS
956
957 -gas | --gas | --ga | --g)
958 # Obsolete; use --with-gas.
959 with_gas=yes ;;
960
b7026657
AC
961 -help | --help | --hel | --he | -h)
962 ac_init_help=long ;;
963 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
964 ac_init_help=recursive ;;
965 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
966 ac_init_help=short ;;
c906108c
SS
967
968 -host | --host | --hos | --ho)
b7026657 969 ac_prev=host_alias ;;
c906108c 970 -host=* | --host=* | --hos=* | --ho=*)
b7026657 971 host_alias=$ac_optarg ;;
c906108c 972
81ecdfbb
RW
973 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
974 ac_prev=htmldir ;;
975 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
976 | --ht=*)
977 htmldir=$ac_optarg ;;
978
c906108c
SS
979 -includedir | --includedir | --includedi | --included | --include \
980 | --includ | --inclu | --incl | --inc)
981 ac_prev=includedir ;;
982 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
983 | --includ=* | --inclu=* | --incl=* | --inc=*)
b7026657 984 includedir=$ac_optarg ;;
c906108c
SS
985
986 -infodir | --infodir | --infodi | --infod | --info | --inf)
987 ac_prev=infodir ;;
988 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
b7026657 989 infodir=$ac_optarg ;;
c906108c
SS
990
991 -libdir | --libdir | --libdi | --libd)
992 ac_prev=libdir ;;
993 -libdir=* | --libdir=* | --libdi=* | --libd=*)
b7026657 994 libdir=$ac_optarg ;;
c906108c
SS
995
996 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
997 | --libexe | --libex | --libe)
998 ac_prev=libexecdir ;;
999 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1000 | --libexe=* | --libex=* | --libe=*)
b7026657 1001 libexecdir=$ac_optarg ;;
c906108c 1002
81ecdfbb
RW
1003 -localedir | --localedir | --localedi | --localed | --locale)
1004 ac_prev=localedir ;;
1005 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1006 localedir=$ac_optarg ;;
1007
c906108c 1008 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1009 | --localstate | --localstat | --localsta | --localst | --locals)
c906108c
SS
1010 ac_prev=localstatedir ;;
1011 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1012 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
b7026657 1013 localstatedir=$ac_optarg ;;
c906108c
SS
1014
1015 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1016 ac_prev=mandir ;;
1017 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
b7026657 1018 mandir=$ac_optarg ;;
c906108c
SS
1019
1020 -nfp | --nfp | --nf)
1021 # Obsolete; use --without-fp.
1022 with_fp=no ;;
1023
1024 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
b7026657 1025 | --no-cr | --no-c | -n)
c906108c
SS
1026 no_create=yes ;;
1027
1028 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1029 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1030 no_recursion=yes ;;
1031
1032 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1033 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1034 | --oldin | --oldi | --old | --ol | --o)
1035 ac_prev=oldincludedir ;;
1036 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1037 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1038 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
b7026657 1039 oldincludedir=$ac_optarg ;;
c906108c
SS
1040
1041 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1042 ac_prev=prefix ;;
1043 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
b7026657 1044 prefix=$ac_optarg ;;
c906108c
SS
1045
1046 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1047 | --program-pre | --program-pr | --program-p)
1048 ac_prev=program_prefix ;;
1049 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1050 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
b7026657 1051 program_prefix=$ac_optarg ;;
c906108c
SS
1052
1053 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1054 | --program-suf | --program-su | --program-s)
1055 ac_prev=program_suffix ;;
1056 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1057 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
b7026657 1058 program_suffix=$ac_optarg ;;
c906108c
SS
1059
1060 -program-transform-name | --program-transform-name \
1061 | --program-transform-nam | --program-transform-na \
1062 | --program-transform-n | --program-transform- \
1063 | --program-transform | --program-transfor \
1064 | --program-transfo | --program-transf \
1065 | --program-trans | --program-tran \
1066 | --progr-tra | --program-tr | --program-t)
1067 ac_prev=program_transform_name ;;
1068 -program-transform-name=* | --program-transform-name=* \
1069 | --program-transform-nam=* | --program-transform-na=* \
1070 | --program-transform-n=* | --program-transform-=* \
1071 | --program-transform=* | --program-transfor=* \
1072 | --program-transfo=* | --program-transf=* \
1073 | --program-trans=* | --program-tran=* \
1074 | --progr-tra=* | --program-tr=* | --program-t=*)
b7026657 1075 program_transform_name=$ac_optarg ;;
c906108c 1076
81ecdfbb
RW
1077 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1078 ac_prev=pdfdir ;;
1079 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1080 pdfdir=$ac_optarg ;;
1081
1082 -psdir | --psdir | --psdi | --psd | --ps)
1083 ac_prev=psdir ;;
1084 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1085 psdir=$ac_optarg ;;
1086
c906108c
SS
1087 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1088 | -silent | --silent | --silen | --sile | --sil)
1089 silent=yes ;;
1090
1091 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1092 ac_prev=sbindir ;;
1093 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1094 | --sbi=* | --sb=*)
b7026657 1095 sbindir=$ac_optarg ;;
c906108c
SS
1096
1097 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1098 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1099 | --sharedst | --shareds | --shared | --share | --shar \
1100 | --sha | --sh)
1101 ac_prev=sharedstatedir ;;
1102 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1103 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1104 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1105 | --sha=* | --sh=*)
b7026657 1106 sharedstatedir=$ac_optarg ;;
c906108c
SS
1107
1108 -site | --site | --sit)
1109 ac_prev=site ;;
1110 -site=* | --site=* | --sit=*)
b7026657 1111 site=$ac_optarg ;;
eb2d80b4 1112
c906108c
SS
1113 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1114 ac_prev=srcdir ;;
1115 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
b7026657 1116 srcdir=$ac_optarg ;;
c906108c
SS
1117
1118 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1119 | --syscon | --sysco | --sysc | --sys | --sy)
1120 ac_prev=sysconfdir ;;
1121 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1122 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
b7026657 1123 sysconfdir=$ac_optarg ;;
c906108c
SS
1124
1125 -target | --target | --targe | --targ | --tar | --ta | --t)
b7026657 1126 ac_prev=target_alias ;;
c906108c 1127 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
b7026657 1128 target_alias=$ac_optarg ;;
c906108c
SS
1129
1130 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1131 verbose=yes ;;
1132
b7026657
AC
1133 -version | --version | --versio | --versi | --vers | -V)
1134 ac_init_version=: ;;
c906108c
SS
1135
1136 -with-* | --with-*)
81ecdfbb 1137 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
c906108c 1138 # Reject names that are not valid shell variable names.
81ecdfbb 1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1140 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145"with_$ac_useropt"
1146"*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
c906108c 1149 esac
81ecdfbb 1150 eval with_$ac_useropt=\$ac_optarg ;;
c906108c
SS
1151
1152 -without-* | --without-*)
81ecdfbb 1153 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
c906108c 1154 # Reject names that are not valid shell variable names.
81ecdfbb 1155 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1156 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1157 ac_useropt_orig=$ac_useropt
1158 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1159 case $ac_user_opts in
1160 *"
1161"with_$ac_useropt"
1162"*) ;;
1163 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1164 ac_unrecognized_sep=', ';;
1165 esac
1166 eval with_$ac_useropt=no ;;
c906108c
SS
1167
1168 --x)
1169 # Obsolete; use --with-x.
1170 with_x=yes ;;
1171
1172 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1173 | --x-incl | --x-inc | --x-in | --x-i)
1174 ac_prev=x_includes ;;
1175 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1176 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
b7026657 1177 x_includes=$ac_optarg ;;
c906108c
SS
1178
1179 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1180 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1181 ac_prev=x_libraries ;;
1182 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1183 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
b7026657 1184 x_libraries=$ac_optarg ;;
c906108c 1185
d0ac1c44
SM
1186 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1187Try \`$0 --help' for more information"
c906108c
SS
1188 ;;
1189
b7026657
AC
1190 *=*)
1191 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1192 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1193 case $ac_envvar in #(
1194 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1195 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1196 esac
1197 eval $ac_envvar=\$ac_optarg
b7026657
AC
1198 export $ac_envvar ;;
1199
c906108c 1200 *)
b7026657 1201 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1202 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
b7026657 1203 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1204 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1205 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
c906108c
SS
1206 ;;
1207
1208 esac
1209done
1210
1211if test -n "$ac_prev"; then
b7026657 1212 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1213 as_fn_error $? "missing argument to $ac_option"
c906108c 1214fi
c906108c 1215
81ecdfbb
RW
1216if test -n "$ac_unrecognized_opts"; then
1217 case $enable_option_checking in
1218 no) ;;
d0ac1c44 1219 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1220 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
b7026657 1221 esac
81ecdfbb 1222fi
c906108c 1223
81ecdfbb
RW
1224# Check all directory arguments for consistency.
1225for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1226 datadir sysconfdir sharedstatedir localstatedir includedir \
1227 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1228 libdir localedir mandir
c906108c 1229do
81ecdfbb
RW
1230 eval ac_val=\$$ac_var
1231 # Remove trailing slashes.
1232 case $ac_val in
1233 */ )
1234 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1235 eval $ac_var=\$ac_val;;
1236 esac
1237 # Be sure to have absolute directory names.
b7026657 1238 case $ac_val in
81ecdfbb
RW
1239 [\\/$]* | ?:[\\/]* ) continue;;
1240 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
c906108c 1241 esac
d0ac1c44 1242 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
c906108c
SS
1243done
1244
b7026657
AC
1245# There might be people who depend on the old broken behavior: `$host'
1246# used to hold the argument of --host etc.
1247# FIXME: To remove some day.
1248build=$build_alias
1249host=$host_alias
1250target=$target_alias
1251
1252# FIXME: To remove some day.
1253if test "x$host_alias" != x; then
1254 if test "x$build_alias" = x; then
1255 cross_compiling=maybe
b7026657
AC
1256 elif test "x$build_alias" != "x$host_alias"; then
1257 cross_compiling=yes
1258 fi
1259fi
c906108c 1260
b7026657
AC
1261ac_tool_prefix=
1262test -n "$host_alias" && ac_tool_prefix=$host_alias-
1263
1264test "$silent" = yes && exec 6>/dev/null
c906108c 1265
c906108c 1266
81ecdfbb
RW
1267ac_pwd=`pwd` && test -n "$ac_pwd" &&
1268ac_ls_di=`ls -di .` &&
1269ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1270 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1271test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1272 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1273
1274
c906108c
SS
1275# Find the source files, if location was not specified.
1276if test -z "$srcdir"; then
1277 ac_srcdir_defaulted=yes
81ecdfbb
RW
1278 # Try the directory containing this script, then the parent directory.
1279 ac_confdir=`$as_dirname -- "$as_myself" ||
1280$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1281 X"$as_myself" : 'X\(//\)[^/]' \| \
1282 X"$as_myself" : 'X\(//\)$' \| \
1283 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1284$as_echo X"$as_myself" |
1285 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1286 s//\1/
1287 q
1288 }
1289 /^X\(\/\/\)[^/].*/{
1290 s//\1/
1291 q
1292 }
1293 /^X\(\/\/\)$/{
1294 s//\1/
1295 q
1296 }
1297 /^X\(\/\).*/{
1298 s//\1/
1299 q
1300 }
1301 s/.*/./; q'`
c906108c 1302 srcdir=$ac_confdir
81ecdfbb 1303 if test ! -r "$srcdir/$ac_unique_file"; then
c906108c
SS
1304 srcdir=..
1305 fi
1306else
1307 ac_srcdir_defaulted=no
1308fi
81ecdfbb
RW
1309if test ! -r "$srcdir/$ac_unique_file"; then
1310 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1311 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1312fi
1313ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1314ac_abs_confdir=`(
d0ac1c44 1315 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1316 pwd)`
1317# When building in place, set srcdir=.
1318if test "$ac_abs_confdir" = "$ac_pwd"; then
1319 srcdir=.
1320fi
1321# Remove unnecessary trailing slashes from srcdir.
1322# Double slashes in file names in object file debugging info
1323# mess up M-x gdb in Emacs.
1324case $srcdir in
1325*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1326esac
1327for ac_var in $ac_precious_vars; do
1328 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_env_${ac_var}_value=\$${ac_var}
1330 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1331 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1332done
c906108c 1333
b7026657
AC
1334#
1335# Report the --help message.
1336#
1337if test "$ac_init_help" = "long"; then
1338 # Omit some internal or obsolete options to make the list less imposing.
1339 # This message is too long to be a string in the A/UX 3.1 sh.
1340 cat <<_ACEOF
1341\`configure' configures this package to adapt to many kinds of systems.
c906108c 1342
b7026657 1343Usage: $0 [OPTION]... [VAR=VALUE]...
c906108c 1344
b7026657
AC
1345To assign environment variables (e.g., CC, CFLAGS...), specify them as
1346VAR=VALUE. See below for descriptions of some of the useful variables.
c906108c 1347
b7026657 1348Defaults for the options are specified in brackets.
c906108c 1349
b7026657
AC
1350Configuration:
1351 -h, --help display this help and exit
1352 --help=short display options specific to this package
1353 --help=recursive display the short help of all the included packages
1354 -V, --version display version information and exit
d0ac1c44 1355 -q, --quiet, --silent do not print \`checking ...' messages
b7026657
AC
1356 --cache-file=FILE cache test results in FILE [disabled]
1357 -C, --config-cache alias for \`--cache-file=config.cache'
1358 -n, --no-create do not create output files
1359 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1360
b7026657
AC
1361Installation directories:
1362 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1363 [$ac_default_prefix]
b7026657 1364 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1365 [PREFIX]
c906108c 1366
b7026657
AC
1367By default, \`make install' will install all the files in
1368\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1369an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1370for instance \`--prefix=\$HOME'.
c906108c 1371
b7026657
AC
1372For better control, use the options below.
1373
1374Fine tuning of the installation directories:
81ecdfbb
RW
1375 --bindir=DIR user executables [EPREFIX/bin]
1376 --sbindir=DIR system admin executables [EPREFIX/sbin]
1377 --libexecdir=DIR program executables [EPREFIX/libexec]
1378 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1379 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1380 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1381 --libdir=DIR object code libraries [EPREFIX/lib]
1382 --includedir=DIR C header files [PREFIX/include]
1383 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1384 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1385 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1386 --infodir=DIR info documentation [DATAROOTDIR/info]
1387 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1388 --mandir=DIR man documentation [DATAROOTDIR/man]
1389 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1390 --htmldir=DIR html documentation [DOCDIR]
1391 --dvidir=DIR dvi documentation [DOCDIR]
1392 --pdfdir=DIR pdf documentation [DOCDIR]
1393 --psdir=DIR ps documentation [DOCDIR]
b7026657
AC
1394_ACEOF
1395
1396 cat <<\_ACEOF
1397
1398Program names:
1399 --program-prefix=PREFIX prepend PREFIX to installed program names
1400 --program-suffix=SUFFIX append SUFFIX to installed program names
1401 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1402
1403System types:
1404 --build=BUILD configure for building on BUILD [guessed]
1405 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1406 --target=TARGET configure for building compilers for TARGET [HOST]
1407_ACEOF
c906108c 1408fi
b7026657
AC
1409
1410if test -n "$ac_init_help"; then
1411
1412 cat <<\_ACEOF
1413
1414Optional Features:
81ecdfbb 1415 --disable-option-checking ignore unrecognized --enable/--with options
b7026657
AC
1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1418 --enable-plugins Enable support for plugins
6bb11ab3
L
1419 --enable-shared[=PKGS] build shared libraries [default=yes]
1420 --enable-static[=PKGS] build static libraries [default=yes]
1421 --enable-fast-install[=PKGS]
1422 optimize for fast installation [default=yes]
1423 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1424 --enable-maintainer-mode
1425 enable make rules and dependencies not useful (and
1426 sometimes confusing) to the casual installer
8d0978fb
MF
1427 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1428 itself)
1429 --enable-sim-stdio Specify whether to use stdio for console
1430 input/output
1431 --enable-sim-trace=opts Enable tracing of simulated programs
1432 --enable-sim-profile=opts
1433 Enable profiling flags
35656e95 1434 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1435 --enable-sim-environment=environment
1436 Specify mixed, user, virtual or operating
1437 environment
347fe5bb
MF
1438 --enable-sim-inline=inlines
1439 Specify which functions should be inlined
8d0978fb
MF
1440 --enable-sim-endian=endian
1441 Specify target byte endian orientation
1442 --enable-sim-alignment=align
1443 Specify strict, nonstrict or forced alignment of
1444 memory accesses
2232061b
MF
1445 --enable-werror treat compile warnings as errors
1446 --enable-build-warnings enable build-time compiler warnings if gcc is used
1447 --enable-sim-build-warnings
1448 enable SIM specific build-time compiler warnings if
1449 gcc is used
8d0978fb
MF
1450 --enable-sim-reserved-bits
1451 Specify whether to check reserved bits in
1452 instruction
1453 --enable-sim-bitsize=N Specify target bitsize (32 or 64)
1517bd27
MF
1454 --enable-sim-hardware=LIST
1455 Specify the hardware to be included in the build.
b7026657 1456
6efef468
JM
1457Optional Packages:
1458 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1459 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1460 --with-system-zlib use installed libz
6bb11ab3
L
1461 --with-pic try to use only PIC/non-PIC objects [default=use
1462 both]
1463 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1464 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1465 --with-bugurl=URL Direct users to URL to report a bug
1466
b7026657
AC
1467Some influential environment variables:
1468 CC C compiler command
1469 CFLAGS C compiler flags
1470 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1471 nonstandard directory <lib dir>
81ecdfbb 1472 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1473 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1474 you have headers in a nonstandard directory <include dir>
b7026657
AC
1475 CPP C preprocessor
1476
1477Use these variables to override the choices made by `configure' or to help
1478it to find libraries and programs with nonstandard names/locations.
1479
81ecdfbb 1480Report bugs to the package provider.
b7026657 1481_ACEOF
81ecdfbb 1482ac_status=$?
c906108c
SS
1483fi
1484
b7026657
AC
1485if test "$ac_init_help" = "recursive"; then
1486 # If there are subdirs, report their specific --help.
b7026657 1487 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1488 test -d "$ac_dir" ||
1489 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1490 continue
b7026657 1491 ac_builddir=.
c906108c 1492
81ecdfbb
RW
1493case "$ac_dir" in
1494.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1495*)
1496 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1497 # A ".." for each directory in $ac_dir_suffix.
1498 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1499 case $ac_top_builddir_sub in
1500 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1501 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1502 esac ;;
1503esac
1504ac_abs_top_builddir=$ac_pwd
1505ac_abs_builddir=$ac_pwd$ac_dir_suffix
1506# for backward compatibility:
1507ac_top_builddir=$ac_top_build_prefix
c906108c 1508
b7026657 1509case $srcdir in
81ecdfbb 1510 .) # We are building in place.
b7026657 1511 ac_srcdir=.
81ecdfbb
RW
1512 ac_top_srcdir=$ac_top_builddir_sub
1513 ac_abs_top_srcdir=$ac_pwd ;;
1514 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 1515 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1516 ac_top_srcdir=$srcdir
1517 ac_abs_top_srcdir=$srcdir ;;
1518 *) # Relative name.
1519 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1520 ac_top_srcdir=$ac_top_build_prefix$srcdir
1521 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 1522esac
81ecdfbb
RW
1523ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1524
1525 cd "$ac_dir" || { ac_status=$?; continue; }
1526 # Check for guested configure.
1527 if test -f "$ac_srcdir/configure.gnu"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1530 elif test -f "$ac_srcdir/configure"; then
1531 echo &&
1532 $SHELL "$ac_srcdir/configure" --help=recursive
b7026657 1533 else
81ecdfbb
RW
1534 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1535 fi || ac_status=$?
1536 cd "$ac_pwd" || { ac_status=$?; break; }
b7026657 1537 done
c906108c 1538fi
b7026657 1539
81ecdfbb 1540test -n "$ac_init_help" && exit $ac_status
b7026657
AC
1541if $ac_init_version; then
1542 cat <<\_ACEOF
81ecdfbb 1543configure
d0ac1c44 1544generated by GNU Autoconf 2.69
b7026657 1545
d0ac1c44 1546Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
1547This configure script is free software; the Free Software Foundation
1548gives unlimited permission to copy, distribute and modify it.
1549_ACEOF
81ecdfbb 1550 exit
b7026657 1551fi
b7026657 1552
81ecdfbb
RW
1553## ------------------------ ##
1554## Autoconf initialization. ##
1555## ------------------------ ##
b7026657 1556
81ecdfbb
RW
1557# ac_fn_c_try_compile LINENO
1558# --------------------------
1559# Try to compile conftest.$ac_ext, and return whether this succeeded.
1560ac_fn_c_try_compile ()
b7026657 1561{
81ecdfbb
RW
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext
1564 if { { ac_try="$ac_compile"
1565case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568esac
1569eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570$as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_compile") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest.$ac_objext; then :
1583 ac_retval=0
1584else
1585 $as_echo "$as_me: failed program was:" >&5
1586sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1587
81ecdfbb
RW
1588 ac_retval=1
1589fi
d0ac1c44
SM
1590 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1591 as_fn_set_status $ac_retval
b7026657 1592
81ecdfbb 1593} # ac_fn_c_try_compile
b7026657 1594
81ecdfbb
RW
1595# ac_fn_c_try_cpp LINENO
1596# ----------------------
1597# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1598ac_fn_c_try_cpp ()
1599{
1600 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1601 if { { ac_try="$ac_cpp conftest.$ac_ext"
1602case "(($ac_try" in
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1605esac
1606eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607$as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1609 ac_status=$?
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1614 fi
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1616 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1617 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 }; then :
1620 ac_retval=0
1621else
1622 $as_echo "$as_me: failed program was:" >&5
1623sed 's/^/| /' conftest.$ac_ext >&5
b7026657 1624
81ecdfbb
RW
1625 ac_retval=1
1626fi
d0ac1c44
SM
1627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1628 as_fn_set_status $ac_retval
b7026657 1629
81ecdfbb
RW
1630} # ac_fn_c_try_cpp
1631
1632# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1633# -------------------------------------------------------
1634# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1635# the include files in INCLUDES and setting the cache variable VAR
1636# accordingly.
1637ac_fn_c_check_header_mongrel ()
1638{
1639 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1640 if eval \${$3+:} false; then :
81ecdfbb
RW
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1642$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1643if eval \${$3+:} false; then :
81ecdfbb
RW
1644 $as_echo_n "(cached) " >&6
1645fi
1646eval ac_res=\$$3
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1648$as_echo "$ac_res" >&6; }
1649else
1650 # Is the header compilable?
1651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1652$as_echo_n "checking $2 usability... " >&6; }
1653cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1654/* end confdefs.h. */
1655$4
1656#include <$2>
1657_ACEOF
1658if ac_fn_c_try_compile "$LINENO"; then :
1659 ac_header_compiler=yes
1660else
1661 ac_header_compiler=no
1662fi
1663rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1665$as_echo "$ac_header_compiler" >&6; }
1666
1667# Is the header present?
1668{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1669$as_echo_n "checking $2 presence... " >&6; }
1670cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1671/* end confdefs.h. */
1672#include <$2>
1673_ACEOF
1674if ac_fn_c_try_cpp "$LINENO"; then :
1675 ac_header_preproc=yes
1676else
1677 ac_header_preproc=no
1678fi
d0ac1c44 1679rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1680{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1681$as_echo "$ac_header_preproc" >&6; }
1682
1683# So? What about this header?
1684case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1685 yes:no: )
1686 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1687$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1689$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1690 ;;
1691 no:yes:* )
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1693$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1695$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1697$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1699$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1701$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1702 ;;
1703esac
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1705$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1706if eval \${$3+:} false; then :
81ecdfbb
RW
1707 $as_echo_n "(cached) " >&6
1708else
1709 eval "$3=\$ac_header_compiler"
1710fi
1711eval ac_res=\$$3
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1713$as_echo "$ac_res" >&6; }
1714fi
d0ac1c44 1715 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1716
1717} # ac_fn_c_check_header_mongrel
1718
1719# ac_fn_c_try_run LINENO
1720# ----------------------
1721# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1722# that executables *can* be run.
1723ac_fn_c_try_run ()
1724{
1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1726 if { { ac_try="$ac_link"
1727case "(($ac_try" in
1728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1729 *) ac_try_echo=$ac_try;;
1730esac
1731eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1732$as_echo "$ac_try_echo"; } >&5
1733 (eval "$ac_link") 2>&5
1734 ac_status=$?
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1737 { { case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740esac
1741eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742$as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_try") 2>&5
1744 ac_status=$?
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; }; }; then :
1747 ac_retval=0
1748else
1749 $as_echo "$as_me: program exited with status $ac_status" >&5
1750 $as_echo "$as_me: failed program was:" >&5
1751sed 's/^/| /' conftest.$ac_ext >&5
1752
1753 ac_retval=$ac_status
1754fi
1755 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1756 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1757 as_fn_set_status $ac_retval
81ecdfbb
RW
1758
1759} # ac_fn_c_try_run
1760
1761# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1762# -------------------------------------------------------
1763# Tests whether HEADER exists and can be compiled using the include files in
1764# INCLUDES, setting the cache variable VAR accordingly.
1765ac_fn_c_check_header_compile ()
1766{
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1770if eval \${$3+:} false; then :
81ecdfbb
RW
1771 $as_echo_n "(cached) " >&6
1772else
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774/* end confdefs.h. */
1775$4
1776#include <$2>
1777_ACEOF
1778if ac_fn_c_try_compile "$LINENO"; then :
1779 eval "$3=yes"
1780else
1781 eval "$3=no"
1782fi
1783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1784fi
1785eval ac_res=\$$3
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1787$as_echo "$ac_res" >&6; }
d0ac1c44 1788 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1789
1790} # ac_fn_c_check_header_compile
1791
1792# ac_fn_c_try_link LINENO
1793# -----------------------
1794# Try to link conftest.$ac_ext, and return whether this succeeded.
1795ac_fn_c_try_link ()
1796{
1797 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1798 rm -f conftest.$ac_objext conftest$ac_exeext
1799 if { { ac_try="$ac_link"
1800case "(($ac_try" in
1801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1802 *) ac_try_echo=$ac_try;;
1803esac
1804eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1805$as_echo "$ac_try_echo"; } >&5
1806 (eval "$ac_link") 2>conftest.err
1807 ac_status=$?
1808 if test -s conftest.err; then
1809 grep -v '^ *+' conftest.err >conftest.er1
1810 cat conftest.er1 >&5
1811 mv -f conftest.er1 conftest.err
1812 fi
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; } && {
1815 test -z "$ac_c_werror_flag" ||
1816 test ! -s conftest.err
1817 } && test -s conftest$ac_exeext && {
1818 test "$cross_compiling" = yes ||
d0ac1c44 1819 test -x conftest$ac_exeext
81ecdfbb
RW
1820 }; then :
1821 ac_retval=0
1822else
1823 $as_echo "$as_me: failed program was:" >&5
1824sed 's/^/| /' conftest.$ac_ext >&5
1825
1826 ac_retval=1
1827fi
1828 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1829 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1830 # interfere with the next link command; also delete a directory that is
1831 # left behind by Apple's compiler. We do this before executing the actions.
1832 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1833 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1834 as_fn_set_status $ac_retval
81ecdfbb
RW
1835
1836} # ac_fn_c_try_link
1837
1838# ac_fn_c_check_func LINENO FUNC VAR
1839# ----------------------------------
1840# Tests whether FUNC exists, setting the cache variable VAR accordingly
1841ac_fn_c_check_func ()
1842{
1843 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1845$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1846if eval \${$3+:} false; then :
81ecdfbb
RW
1847 $as_echo_n "(cached) " >&6
1848else
1849 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1850/* end confdefs.h. */
1851/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1853#define $2 innocuous_$2
1854
1855/* System header to define __stub macros and hopefully few prototypes,
1856 which can conflict with char $2 (); below.
1857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1858 <limits.h> exists even on freestanding compilers. */
1859
1860#ifdef __STDC__
1861# include <limits.h>
1862#else
1863# include <assert.h>
1864#endif
1865
1866#undef $2
1867
1868/* Override any GCC internal prototype to avoid an error.
1869 Use char because int might match the return type of a GCC
1870 builtin and then its argument prototype would still apply. */
1871#ifdef __cplusplus
1872extern "C"
1873#endif
1874char $2 ();
1875/* The GNU C library defines this for functions which it implements
1876 to always fail with ENOSYS. Some functions are actually named
1877 something starting with __ and the normal name is an alias. */
1878#if defined __stub_$2 || defined __stub___$2
1879choke me
1880#endif
1881
1882int
1883main ()
1884{
1885return $2 ();
1886 ;
1887 return 0;
1888}
1889_ACEOF
1890if ac_fn_c_try_link "$LINENO"; then :
1891 eval "$3=yes"
1892else
1893 eval "$3=no"
1894fi
1895rm -f core conftest.err conftest.$ac_objext \
1896 conftest$ac_exeext conftest.$ac_ext
1897fi
1898eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900$as_echo "$ac_res" >&6; }
d0ac1c44 1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1902
1903} # ac_fn_c_check_func
936df756
MF
1904
1905# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1906# ----------------------------------------------------
1907# Tries to find if the field MEMBER exists in type AGGR, after including
1908# INCLUDES, setting cache variable VAR accordingly.
1909ac_fn_c_check_member ()
1910{
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1913$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1914if eval \${$4+:} false; then :
936df756
MF
1915 $as_echo_n "(cached) " >&6
1916else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918/* end confdefs.h. */
1919$5
1920int
1921main ()
1922{
1923static $2 ac_aggr;
1924if (ac_aggr.$3)
1925return 0;
1926 ;
1927 return 0;
1928}
1929_ACEOF
1930if ac_fn_c_try_compile "$LINENO"; then :
1931 eval "$4=yes"
1932else
1933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1934/* end confdefs.h. */
1935$5
1936int
1937main ()
1938{
1939static $2 ac_aggr;
1940if (sizeof ac_aggr.$3)
1941return 0;
1942 ;
1943 return 0;
1944}
1945_ACEOF
1946if ac_fn_c_try_compile "$LINENO"; then :
1947 eval "$4=yes"
1948else
1949 eval "$4=no"
1950fi
1951rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952fi
1953rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1954fi
1955eval ac_res=\$$4
1956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1957$as_echo "$ac_res" >&6; }
d0ac1c44 1958 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1959
1960} # ac_fn_c_check_member
1961
1962# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1963# -------------------------------------------
1964# Tests whether TYPE exists after having included INCLUDES, setting cache
1965# variable VAR accordingly.
1966ac_fn_c_check_type ()
1967{
1968 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1970$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1971if eval \${$3+:} false; then :
936df756
MF
1972 $as_echo_n "(cached) " >&6
1973else
1974 eval "$3=no"
1975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1976/* end confdefs.h. */
1977$4
1978int
1979main ()
1980{
1981if (sizeof ($2))
1982 return 0;
1983 ;
1984 return 0;
1985}
1986_ACEOF
1987if ac_fn_c_try_compile "$LINENO"; then :
1988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1989/* end confdefs.h. */
1990$4
1991int
1992main ()
1993{
1994if (sizeof (($2)))
1995 return 0;
1996 ;
1997 return 0;
1998}
1999_ACEOF
2000if ac_fn_c_try_compile "$LINENO"; then :
2001
2002else
2003 eval "$3=yes"
2004fi
2005rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2006fi
2007rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2008fi
2009eval ac_res=\$$3
2010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2011$as_echo "$ac_res" >&6; }
d0ac1c44 2012 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2013
2014} # ac_fn_c_check_type
81ecdfbb
RW
2015cat >config.log <<_ACEOF
2016This file contains any messages produced by compilers while
2017running configure, to aid debugging if configure makes a mistake.
2018
2019It was created by $as_me, which was
d0ac1c44 2020generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2021
2022 $ $0 $@
2023
2024_ACEOF
2025exec 5>>config.log
2026{
2027cat <<_ASUNAME
2028## --------- ##
2029## Platform. ##
2030## --------- ##
2031
2032hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2033uname -m = `(uname -m) 2>/dev/null || echo unknown`
2034uname -r = `(uname -r) 2>/dev/null || echo unknown`
2035uname -s = `(uname -s) 2>/dev/null || echo unknown`
2036uname -v = `(uname -v) 2>/dev/null || echo unknown`
2037
2038/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2039/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2040
2041/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2042/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2043/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2044/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2045/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2046/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2047/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2048
2049_ASUNAME
2050
2051as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2052for as_dir in $PATH
2053do
2054 IFS=$as_save_IFS
2055 test -z "$as_dir" && as_dir=.
2056 $as_echo "PATH: $as_dir"
2057 done
2058IFS=$as_save_IFS
2059
2060} >&5
2061
2062cat >&5 <<_ACEOF
b7026657
AC
2063
2064
2065## ----------- ##
2066## Core tests. ##
2067## ----------- ##
2068
2069_ACEOF
2070
2071
2072# Keep a trace of the command line.
2073# Strip out --no-create and --no-recursion so they do not pile up.
2074# Strip out --silent because we don't want to record it for future runs.
2075# Also quote any args containing shell meta-characters.
2076# Make two passes to allow for proper duplicate-argument suppression.
2077ac_configure_args=
2078ac_configure_args0=
2079ac_configure_args1=
b7026657
AC
2080ac_must_keep_next=false
2081for ac_pass in 1 2
2082do
2083 for ac_arg
2084 do
2085 case $ac_arg in
2086 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2087 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2088 | -silent | --silent | --silen | --sile | --sil)
2089 continue ;;
81ecdfbb
RW
2090 *\'*)
2091 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2092 esac
2093 case $ac_pass in
81ecdfbb 2094 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
b7026657 2095 2)
81ecdfbb 2096 as_fn_append ac_configure_args1 " '$ac_arg'"
b7026657
AC
2097 if test $ac_must_keep_next = true; then
2098 ac_must_keep_next=false # Got value, back to normal.
2099 else
2100 case $ac_arg in
2101 *=* | --config-cache | -C | -disable-* | --disable-* \
2102 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2103 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2104 | -with-* | --with-* | -without-* | --without-* | --x)
2105 case "$ac_configure_args0 " in
2106 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2107 esac
2108 ;;
2109 -* ) ac_must_keep_next=true ;;
2110 esac
2111 fi
81ecdfbb 2112 as_fn_append ac_configure_args " '$ac_arg'"
b7026657
AC
2113 ;;
2114 esac
2115 done
2116done
81ecdfbb
RW
2117{ ac_configure_args0=; unset ac_configure_args0;}
2118{ ac_configure_args1=; unset ac_configure_args1;}
b7026657
AC
2119
2120# When interrupted or exit'd, cleanup temporary files, and complete
2121# config.log. We remove comments because anyway the quotes in there
2122# would cause problems or look ugly.
81ecdfbb
RW
2123# WARNING: Use '\'' to represent an apostrophe within the trap.
2124# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
b7026657
AC
2125trap 'exit_status=$?
2126 # Save into config.log some information that might help in debugging.
2127 {
2128 echo
2129
d0ac1c44 2130 $as_echo "## ---------------- ##
b7026657 2131## Cache variables. ##
d0ac1c44 2132## ---------------- ##"
b7026657
AC
2133 echo
2134 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2135(
2136 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2137 eval ac_val=\$$ac_var
2138 case $ac_val in #(
2139 *${as_nl}*)
2140 case $ac_var in #(
2141 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2142$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2143 esac
2144 case $ac_var in #(
2145 _ | IFS | as_nl) ;; #(
2146 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2147 *) { eval $ac_var=; unset $ac_var;} ;;
2148 esac ;;
2149 esac
2150 done
b7026657 2151 (set) 2>&1 |
81ecdfbb
RW
2152 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2153 *${as_nl}ac_space=\ *)
b7026657 2154 sed -n \
81ecdfbb
RW
2155 "s/'\''/'\''\\\\'\'''\''/g;
2156 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2157 ;; #(
b7026657 2158 *)
81ecdfbb 2159 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 2160 ;;
81ecdfbb
RW
2161 esac |
2162 sort
2163)
b7026657
AC
2164 echo
2165
d0ac1c44 2166 $as_echo "## ----------------- ##
b7026657 2167## Output variables. ##
d0ac1c44 2168## ----------------- ##"
b7026657
AC
2169 echo
2170 for ac_var in $ac_subst_vars
2171 do
81ecdfbb
RW
2172 eval ac_val=\$$ac_var
2173 case $ac_val in
2174 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2175 esac
2176 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2177 done | sort
2178 echo
2179
2180 if test -n "$ac_subst_files"; then
d0ac1c44 2181 $as_echo "## ------------------- ##
81ecdfbb 2182## File substitutions. ##
d0ac1c44 2183## ------------------- ##"
b7026657
AC
2184 echo
2185 for ac_var in $ac_subst_files
2186 do
81ecdfbb
RW
2187 eval ac_val=\$$ac_var
2188 case $ac_val in
2189 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2190 esac
2191 $as_echo "$ac_var='\''$ac_val'\''"
b7026657
AC
2192 done | sort
2193 echo
2194 fi
2195
2196 if test -s confdefs.h; then
d0ac1c44 2197 $as_echo "## ----------- ##
b7026657 2198## confdefs.h. ##
d0ac1c44 2199## ----------- ##"
b7026657 2200 echo
81ecdfbb 2201 cat confdefs.h
b7026657
AC
2202 echo
2203 fi
2204 test "$ac_signal" != 0 &&
81ecdfbb
RW
2205 $as_echo "$as_me: caught signal $ac_signal"
2206 $as_echo "$as_me: exit $exit_status"
b7026657 2207 } >&5
81ecdfbb
RW
2208 rm -f core *.core core.conftest.* &&
2209 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
b7026657 2210 exit $exit_status
81ecdfbb 2211' 0
b7026657 2212for ac_signal in 1 2 13 15; do
81ecdfbb 2213 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
b7026657
AC
2214done
2215ac_signal=0
2216
2217# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2218rm -f -r conftest* confdefs.h
2219
2220$as_echo "/* confdefs.h */" > confdefs.h
b7026657
AC
2221
2222# Predefined preprocessor variables.
2223
2224cat >>confdefs.h <<_ACEOF
2225#define PACKAGE_NAME "$PACKAGE_NAME"
2226_ACEOF
2227
b7026657
AC
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2230_ACEOF
2231
b7026657
AC
2232cat >>confdefs.h <<_ACEOF
2233#define PACKAGE_VERSION "$PACKAGE_VERSION"
2234_ACEOF
2235
b7026657
AC
2236cat >>confdefs.h <<_ACEOF
2237#define PACKAGE_STRING "$PACKAGE_STRING"
2238_ACEOF
2239
b7026657
AC
2240cat >>confdefs.h <<_ACEOF
2241#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2242_ACEOF
2243
81ecdfbb
RW
2244cat >>confdefs.h <<_ACEOF
2245#define PACKAGE_URL "$PACKAGE_URL"
2246_ACEOF
2247
b7026657
AC
2248
2249# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2250# Prefer an explicitly selected file to automatically selected ones.
2251ac_site_file1=NONE
2252ac_site_file2=NONE
2253if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2254 # We do not want a PATH search for config.site.
2255 case $CONFIG_SITE in #((
2256 -*) ac_site_file1=./$CONFIG_SITE;;
2257 */*) ac_site_file1=$CONFIG_SITE;;
2258 *) ac_site_file1=./$CONFIG_SITE;;
2259 esac
81ecdfbb
RW
2260elif test "x$prefix" != xNONE; then
2261 ac_site_file1=$prefix/share/config.site
2262 ac_site_file2=$prefix/etc/config.site
2263else
2264 ac_site_file1=$ac_default_prefix/share/config.site
2265 ac_site_file2=$ac_default_prefix/etc/config.site
2266fi
2267for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2268do
2269 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2270 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2272$as_echo "$as_me: loading site script $ac_site_file" >&6;}
b7026657 2273 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2274 . "$ac_site_file" \
2275 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2276$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2277as_fn_error $? "failed to load site script $ac_site_file
2278See \`config.log' for more details" "$LINENO" 5; }
b7026657
AC
2279 fi
2280done
2281
2282if test -r "$cache_file"; then
d0ac1c44
SM
2283 # Some versions of bash will fail to source /dev/null (special files
2284 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2285 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2286 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2287$as_echo "$as_me: loading cache $cache_file" >&6;}
b7026657 2288 case $cache_file in
81ecdfbb
RW
2289 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2290 *) . "./$cache_file";;
b7026657
AC
2291 esac
2292 fi
2293else
81ecdfbb
RW
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2295$as_echo "$as_me: creating cache $cache_file" >&6;}
b7026657
AC
2296 >$cache_file
2297fi
2298
2299# Check that the precious variables saved in the cache have kept the same
2300# value.
2301ac_cache_corrupted=false
81ecdfbb 2302for ac_var in $ac_precious_vars; do
b7026657
AC
2303 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2304 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2305 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2306 eval ac_new_val=\$ac_env_${ac_var}_value
b7026657
AC
2307 case $ac_old_set,$ac_new_set in
2308 set,)
81ecdfbb
RW
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2310$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
b7026657
AC
2311 ac_cache_corrupted=: ;;
2312 ,set)
81ecdfbb
RW
2313 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2314$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
b7026657
AC
2315 ac_cache_corrupted=: ;;
2316 ,);;
2317 *)
2318 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2319 # differences in whitespace do not lead to failure.
2320 ac_old_val_w=`echo x $ac_old_val`
2321 ac_new_val_w=`echo x $ac_new_val`
2322 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2324$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2325 ac_cache_corrupted=:
2326 else
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2328$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2329 eval $ac_var=\$ac_old_val
2330 fi
2331 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2332$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2334$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
b7026657
AC
2335 fi;;
2336 esac
2337 # Pass precious variables to config.status.
2338 if test "$ac_new_set" = set; then
2339 case $ac_new_val in
81ecdfbb 2340 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
b7026657
AC
2341 *) ac_arg=$ac_var=$ac_new_val ;;
2342 esac
2343 case " $ac_configure_args " in
2344 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2345 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
b7026657
AC
2346 esac
2347 fi
2348done
2349if $ac_cache_corrupted; then
81ecdfbb
RW
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2351$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2353$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2354 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
b7026657 2355fi
81ecdfbb
RW
2356## -------------------- ##
2357## Main body of script. ##
2358## -------------------- ##
b7026657
AC
2359
2360ac_ext=c
2361ac_cpp='$CPP $CPPFLAGS'
2362ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2363ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2364ac_compiler_gnu=$ac_cv_c_compiler_gnu
2365
2366
35695fd6
AC
2367# This file contains common code used by all simulators.
2368#
2369# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2370# directory. It is intended to be invoked before any target specific stuff.
2371# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2372# It is intended to be invoked last.
2373#
50df264d 2374# See README-HACKING for more details.
35695fd6 2375
d6416cdc
RW
2376# Include global overrides and fixes for Autoconf.
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
d6416cdc 2399
d6416cdc
RW
2400
2401
2402
2403
2404
2405
35695fd6
AC
2406
2407
2408
db2e4d67 2409
5c887dd5
JB
2410
2411
6bb11ab3 2412# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2413#
6bb11ab3
L
2414# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2415# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2416# Written by Gordon Matzigkeit, 1996
2417#
2418# This file is free software; the Free Software Foundation gives
2419# unlimited permission to copy and/or distribute it, with or without
2420# modifications, as long as this notice is preserved.
db2e4d67 2421
db2e4d67 2422
db2e4d67 2423
6bb11ab3 2424# serial 56 LT_INIT
db2e4d67
MF
2425
2426
6bb11ab3
L
2427# LT_PREREQ(VERSION)
2428# ------------------
2429# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2430
db2e4d67
MF
2431
2432
6bb11ab3
L
2433# _LT_CHECK_BUILDDIR
2434# ------------------
2435# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2436
2437
35695fd6 2438
6bb11ab3
L
2439# LT_INIT([OPTIONS])
2440# ------------------
2441# LT_INIT
35695fd6 2442
6bb11ab3
L
2443# Old names:
2444# This is what autoupdate's m4 run will expand. It fires
2445# the warning (with _au_warn_XXX), outputs it into the
2446# updated configure.ac (with AC_DIAGNOSE), and then outputs
2447# the replacement expansion.
35695fd6
AC
2448
2449
6bb11ab3
L
2450# This is an auxiliary macro that is also run when
2451# autoupdate runs m4. It simply calls m4_warning, but
2452# we need a wrapper so that each warning is emitted only
2453# once. We break the quoting in m4_warning's argument in
2454# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2455
2456
6bb11ab3
L
2457# Finally, this is the expansion that is picked up by
2458# autoconf. It tells the user to run autoupdate, and
2459# then outputs the replacement expansion. We do not care
2460# about autoupdate's warning because that contains
2461# information on what to do *after* running autoupdate.
35695fd6 2462
6bb11ab3
L
2463# This is what autoupdate's m4 run will expand. It fires
2464# the warning (with _au_warn_XXX), outputs it into the
2465# updated configure.ac (with AC_DIAGNOSE), and then outputs
2466# the replacement expansion.
35695fd6
AC
2467
2468
6bb11ab3
L
2469# This is an auxiliary macro that is also run when
2470# autoupdate runs m4. It simply calls m4_warning, but
2471# we need a wrapper so that each warning is emitted only
2472# once. We break the quoting in m4_warning's argument in
2473# order to expand this macro's arguments, not AU_DEFUN's.
35695fd6
AC
2474
2475
6bb11ab3
L
2476# Finally, this is the expansion that is picked up by
2477# autoconf. It tells the user to run autoupdate, and
2478# then outputs the replacement expansion. We do not care
2479# about autoupdate's warning because that contains
2480# information on what to do *after* running autoupdate.
35695fd6
AC
2481
2482
2483
6bb11ab3
L
2484# _LT_CC_BASENAME(CC)
2485# -------------------
2486# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
35695fd6
AC
2487
2488
2489
6bb11ab3
L
2490# _LT_FILEUTILS_DEFAULTS
2491# ----------------------
2492# It is okay to use these file commands and assume they have been set
2493# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2494# _LT_FILEUTILS_DEFAULTS
35695fd6
AC
2495
2496
6bb11ab3
L
2497# _LT_SETUP
2498# ---------
2499# _LT_SETUP
35695fd6
AC
2500
2501
6bb11ab3
L
2502# _LT_PREPARE_SED_QUOTE_VARS
2503# --------------------------
2504# Define a few sed substitution that help us do robust quoting.
35695fd6
AC
2505
2506
6bb11ab3
L
2507# _LT_PROG_LTMAIN
2508# ---------------
2509# Note that this code is called both from `configure', and `config.status'
2510# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2511# `config.status' has no value for ac_aux_dir unless we are using Automake,
2512# so we pass a copy along to make sure it has a sensible value anyway.
2513# _LT_PROG_LTMAIN
35695fd6
AC
2514
2515
6bb11ab3
L
2516## ------------------------------------- ##
2517## Accumulate code for creating libtool. ##
2518## ------------------------------------- ##
35695fd6 2519
6bb11ab3
L
2520# So that we can recreate a full libtool script including additional
2521# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2522# in macros and then make a single call at the end using the `libtool'
2523# label.
35695fd6
AC
2524
2525
6bb11ab3
L
2526# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2527# ----------------------------------------
2528# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2529
2530
6bb11ab3 2531# Initialize.
35695fd6
AC
2532
2533
2534
6bb11ab3
L
2535# _LT_CONFIG_LIBTOOL([COMMANDS])
2536# ------------------------------
2537# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
35695fd6
AC
2538
2539
6bb11ab3 2540# Initialize.
35695fd6
AC
2541
2542
2543
6bb11ab3
L
2544# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2545# -----------------------------------------------------
35695fd6 2546
5912fadd
JB
2547
2548
6bb11ab3
L
2549# _LT_FORMAT_COMMENT([COMMENT])
2550# -----------------------------
2551# Add leading comment marks to the start of each line, and a trailing
2552# full-stop to the whole comment if one is not present already.
5912fadd
JB
2553
2554
35695fd6
AC
2555
2556
6bb11ab3
L
2557## ------------------------ ##
2558## FIXME: Eliminate VARNAME ##
2559## ------------------------ ##
35695fd6
AC
2560
2561
6bb11ab3
L
2562# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2563# -------------------------------------------------------------------
2564# CONFIGNAME is the name given to the value in the libtool script.
2565# VARNAME is the (base) name used in the configure script.
2566# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2567# VARNAME. Any other value will be used directly.
35695fd6 2568
35695fd6
AC
2569
2570
6bb11ab3
L
2571# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2572# --------------------------------------------------------
35695fd6
AC
2573
2574
2575
6bb11ab3
L
2576# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2577# ------------------------------------------------
35695fd6
AC
2578
2579
2580
6bb11ab3
L
2581# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2582# ---------------------------------------------------------
35695fd6
AC
2583
2584
2585
6bb11ab3
L
2586# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2587# --------------------------------------------------
35695fd6
AC
2588
2589
2590
6bb11ab3
L
2591# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2592# ---------------------------------------------------
35695fd6
AC
2593
2594
2595
6bb11ab3
L
2596# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2597# ---------------------------------------------------
35695fd6
AC
2598
2599
2600
2601
6bb11ab3
L
2602# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2603# ------------------------------------------------
35695fd6
AC
2604
2605
2606
2607
6bb11ab3
L
2608# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2609# ------------------------------------
2610# Quote a variable value, and forward it to `config.status' so that its
2611# declaration there will have the same value as in `configure'. VARNAME
2612# must have a single quote delimited value for this to work.
35695fd6
AC
2613
2614
2615
6bb11ab3
L
2616# _LT_CONFIG_STATUS_DECLARATIONS
2617# ------------------------------
2618# We delimit libtool config variables with single quotes, so when
2619# we write them to config.status, we have to be sure to quote all
2620# embedded single quotes properly. In configure, this macro expands
2621# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2622#
2623# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
35695fd6
AC
2624
2625
2626
6bb11ab3
L
2627# _LT_LIBTOOL_TAGS
2628# ----------------
2629# Output comment and list of tags supported by the script
35695fd6
AC
2630
2631
2632
6bb11ab3
L
2633# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2634# -----------------------------------
2635# Extract the dictionary values for VARNAME (optionally with TAG) and
2636# expand to a commented shell variable setting:
2637#
2638# # Some comment about what VAR is for.
2639# visible_name=$lt_internal_name
35695fd6
AC
2640
2641
35695fd6 2642
6bb11ab3
L
2643# _LT_LIBTOOL_CONFIG_VARS
2644# -----------------------
2645# Produce commented declarations of non-tagged libtool config variables
2646# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2647# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2648# section) are produced by _LT_LIBTOOL_TAG_VARS.
35695fd6
AC
2649
2650
6efef468 2651
6bb11ab3
L
2652# _LT_LIBTOOL_TAG_VARS(TAG)
2653# -------------------------
6efef468
JM
2654
2655
2656
6bb11ab3
L
2657# _LT_TAGVAR(VARNAME, [TAGNAME])
2658# ------------------------------
6efef468
JM
2659
2660
2661
6bb11ab3
L
2662# _LT_CONFIG_COMMANDS
2663# -------------------
2664# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2665# variables for single and double quote escaping we saved from calls
2666# to _LT_DECL, we can put quote escaped variables declarations
2667# into `config.status', and then the shell code to quote escape them in
2668# for loops in `config.status'. Finally, any additional code accumulated
2669# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2670#_LT_CONFIG_COMMANDS
2671
2672
2673# Initialize.
2674
2675
2676# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2677# ------------------------------------
2678# Generate a child script FILE with all initialization necessary to
2679# reuse the environment learned by the parent script, and make the
2680# file executable. If COMMENT is supplied, it is inserted after the
2681# `#!' sequence but before initialization text begins. After this
2682# macro, additional text can be appended to FILE to form the body of
2683# the child script. The macro ends with non-zero status if the
2684# file could not be fully written (such as if the disk is full).
2685# _LT_GENERATED_FILE_INIT
2686
2687# LT_OUTPUT
2688# ---------
2689# This macro allows early generation of the libtool script (before
2690# AC_OUTPUT is called), incase it is used in configure for compilation
2691# tests.
2692# LT_OUTPUT
2693
2694
2695# _LT_CONFIG(TAG)
2696# ---------------
2697# If TAG is the built-in tag, create an initial libtool script with a
2698# default configuration from the untagged config vars. Otherwise add code
2699# to config.status for appending the configuration named by TAG from the
2700# matching tagged config vars.
2701# _LT_CONFIG
6efef468
JM
2702
2703
6bb11ab3
L
2704# LT_SUPPORTED_TAG(TAG)
2705# ---------------------
2706# Trace this macro to discover what tags are supported by the libtool
2707# --tag option, using:
2708# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2709
6efef468 2710
6efef468 2711
6bb11ab3 2712# C support is built-in for now
6efef468 2713
6efef468
JM
2714
2715
2716
6bb11ab3
L
2717# LT_LANG(LANG)
2718# -------------
2719# Enable libtool support for the given language if not already enabled.
2720# LT_LANG
6efef468
JM
2721
2722
6bb11ab3
L
2723# _LT_LANG(LANGNAME)
2724# ------------------
2725# _LT_LANG
6efef468
JM
2726
2727
6bb11ab3
L
2728# _LT_LANG_DEFAULT_CONFIG
2729# -----------------------
2730# _LT_LANG_DEFAULT_CONFIG
6efef468 2731
6bb11ab3
L
2732# Obsolete macros:
2733# This is what autoupdate's m4 run will expand. It fires
2734# the warning (with _au_warn_XXX), outputs it into the
2735# updated configure.ac (with AC_DIAGNOSE), and then outputs
2736# the replacement expansion.
6efef468 2737
6efef468 2738
6bb11ab3
L
2739# This is an auxiliary macro that is also run when
2740# autoupdate runs m4. It simply calls m4_warning, but
2741# we need a wrapper so that each warning is emitted only
2742# once. We break the quoting in m4_warning's argument in
2743# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2744
6efef468 2745
6bb11ab3
L
2746# Finally, this is the expansion that is picked up by
2747# autoconf. It tells the user to run autoupdate, and
2748# then outputs the replacement expansion. We do not care
2749# about autoupdate's warning because that contains
2750# information on what to do *after* running autoupdate.
6efef468 2751
6bb11ab3
L
2752# This is what autoupdate's m4 run will expand. It fires
2753# the warning (with _au_warn_XXX), outputs it into the
2754# updated configure.ac (with AC_DIAGNOSE), and then outputs
2755# the replacement expansion.
6efef468
JM
2756
2757
6bb11ab3
L
2758# This is an auxiliary macro that is also run when
2759# autoupdate runs m4. It simply calls m4_warning, but
2760# we need a wrapper so that each warning is emitted only
2761# once. We break the quoting in m4_warning's argument in
2762# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2763
2764
6bb11ab3
L
2765# Finally, this is the expansion that is picked up by
2766# autoconf. It tells the user to run autoupdate, and
2767# then outputs the replacement expansion. We do not care
2768# about autoupdate's warning because that contains
2769# information on what to do *after* running autoupdate.
6efef468 2770
6bb11ab3
L
2771# This is what autoupdate's m4 run will expand. It fires
2772# the warning (with _au_warn_XXX), outputs it into the
2773# updated configure.ac (with AC_DIAGNOSE), and then outputs
2774# the replacement expansion.
6efef468
JM
2775
2776
6bb11ab3
L
2777# This is an auxiliary macro that is also run when
2778# autoupdate runs m4. It simply calls m4_warning, but
2779# we need a wrapper so that each warning is emitted only
2780# once. We break the quoting in m4_warning's argument in
2781# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2782
2783
6bb11ab3
L
2784# Finally, this is the expansion that is picked up by
2785# autoconf. It tells the user to run autoupdate, and
2786# then outputs the replacement expansion. We do not care
2787# about autoupdate's warning because that contains
2788# information on what to do *after* running autoupdate.
6efef468 2789
6bb11ab3
L
2790# This is what autoupdate's m4 run will expand. It fires
2791# the warning (with _au_warn_XXX), outputs it into the
2792# updated configure.ac (with AC_DIAGNOSE), and then outputs
2793# the replacement expansion.
6efef468
JM
2794
2795
6bb11ab3
L
2796# This is an auxiliary macro that is also run when
2797# autoupdate runs m4. It simply calls m4_warning, but
2798# we need a wrapper so that each warning is emitted only
2799# once. We break the quoting in m4_warning's argument in
2800# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2801
2802
6bb11ab3
L
2803# Finally, this is the expansion that is picked up by
2804# autoconf. It tells the user to run autoupdate, and
2805# then outputs the replacement expansion. We do not care
2806# about autoupdate's warning because that contains
2807# information on what to do *after* running autoupdate.
6efef468 2808
6bb11ab3
L
2809# This is what autoupdate's m4 run will expand. It fires
2810# the warning (with _au_warn_XXX), outputs it into the
2811# updated configure.ac (with AC_DIAGNOSE), and then outputs
2812# the replacement expansion.
6efef468
JM
2813
2814
6bb11ab3
L
2815# This is an auxiliary macro that is also run when
2816# autoupdate runs m4. It simply calls m4_warning, but
2817# we need a wrapper so that each warning is emitted only
2818# once. We break the quoting in m4_warning's argument in
2819# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2820
2821
6bb11ab3
L
2822# Finally, this is the expansion that is picked up by
2823# autoconf. It tells the user to run autoupdate, and
2824# then outputs the replacement expansion. We do not care
2825# about autoupdate's warning because that contains
2826# information on what to do *after* running autoupdate.
6efef468 2827
35695fd6
AC
2828
2829
6bb11ab3
L
2830# _LT_TAG_COMPILER
2831# ----------------
2832# _LT_TAG_COMPILER
35695fd6
AC
2833
2834
6bb11ab3
L
2835# _LT_COMPILER_BOILERPLATE
2836# ------------------------
2837# Check for compiler boilerplate output or warnings with
2838# the simple compiler test code.
2839# _LT_COMPILER_BOILERPLATE
f0569246 2840
f0569246 2841
6bb11ab3
L
2842# _LT_LINKER_BOILERPLATE
2843# ----------------------
2844# Check for linker boilerplate output or warnings with
2845# the simple link test code.
2846# _LT_LINKER_BOILERPLATE
b7026657 2847
6bb11ab3
L
2848# _LT_REQUIRED_DARWIN_CHECKS
2849# -------------------------
81ecdfbb 2850
b7026657 2851
b7026657 2852
6bb11ab3
L
2853# _LT_DARWIN_LINKER_FEATURES
2854# --------------------------
2855# Checks for linker and compiler features on darwin
b7026657 2856
b7026657 2857
6bb11ab3
L
2858# _LT_SYS_MODULE_PATH_AIX
2859# -----------------------
2860# Links a minimal program and checks the executable
2861# for the system default hardcoded library path. In most cases,
2862# this is /usr/lib:/lib, but when the MPI compilers are used
2863# the location of the communication and MPI libs are included too.
2864# If we don't find anything, use the default library path according
2865# to the aix ld manual.
2866# _LT_SYS_MODULE_PATH_AIX
b7026657 2867
b7026657 2868
6bb11ab3
L
2869# _LT_SHELL_INIT(ARG)
2870# -------------------
2871# _LT_SHELL_INIT
b7026657 2872
f0569246 2873
81ecdfbb 2874
6bb11ab3
L
2875# _LT_PROG_ECHO_BACKSLASH
2876# -----------------------
2877# Find how we can fake an echo command that does not interpret backslash.
2878# In particular, with Autoconf 2.60 or later we add some code to the start
2879# of the generated configure script which will find a shell with a builtin
2880# printf (which we can use as an echo command).
2881# _LT_PROG_ECHO_BACKSLASH
f0569246 2882
b7026657 2883
6bb11ab3
L
2884# _LT_ENABLE_LOCK
2885# ---------------
2886# _LT_ENABLE_LOCK
81ecdfbb 2887
b7026657 2888
6bb11ab3
L
2889# _LT_CMD_OLD_ARCHIVE
2890# -------------------
2891# _LT_CMD_OLD_ARCHIVE
f0569246 2892
81ecdfbb 2893
6bb11ab3
L
2894# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2895# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2896# ----------------------------------------------------------------
2897# Check whether the given compiler option works
2898# _LT_COMPILER_OPTION
b7026657 2899
6bb11ab3
L
2900# Old name:
2901# This is what autoupdate's m4 run will expand. It fires
2902# the warning (with _au_warn_XXX), outputs it into the
2903# updated configure.ac (with AC_DIAGNOSE), and then outputs
2904# the replacement expansion.
b7026657 2905
b7026657 2906
6bb11ab3
L
2907# This is an auxiliary macro that is also run when
2908# autoupdate runs m4. It simply calls m4_warning, but
2909# we need a wrapper so that each warning is emitted only
2910# once. We break the quoting in m4_warning's argument in
2911# order to expand this macro's arguments, not AU_DEFUN's.
f0569246 2912
f0569246 2913
6bb11ab3
L
2914# Finally, this is the expansion that is picked up by
2915# autoconf. It tells the user to run autoupdate, and
2916# then outputs the replacement expansion. We do not care
2917# about autoupdate's warning because that contains
2918# information on what to do *after* running autoupdate.
f0569246 2919
f0569246 2920
f0569246 2921
6bb11ab3
L
2922# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2923# [ACTION-SUCCESS], [ACTION-FAILURE])
2924# ----------------------------------------------------
2925# Check whether the given linker option works
2926# _LT_LINKER_OPTION
81ecdfbb 2927
6bb11ab3
L
2928# Old name:
2929# This is what autoupdate's m4 run will expand. It fires
2930# the warning (with _au_warn_XXX), outputs it into the
2931# updated configure.ac (with AC_DIAGNOSE), and then outputs
2932# the replacement expansion.
81ecdfbb 2933
81ecdfbb 2934
6bb11ab3
L
2935# This is an auxiliary macro that is also run when
2936# autoupdate runs m4. It simply calls m4_warning, but
2937# we need a wrapper so that each warning is emitted only
2938# once. We break the quoting in m4_warning's argument in
2939# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2940
f0569246 2941
6bb11ab3
L
2942# Finally, this is the expansion that is picked up by
2943# autoconf. It tells the user to run autoupdate, and
2944# then outputs the replacement expansion. We do not care
2945# about autoupdate's warning because that contains
2946# information on what to do *after* running autoupdate.
2947
2948
2949
2950# LT_CMD_MAX_LEN
2951#---------------
2952# LT_CMD_MAX_LEN
2953
2954# Old name:
2955# This is what autoupdate's m4 run will expand. It fires
2956# the warning (with _au_warn_XXX), outputs it into the
2957# updated configure.ac (with AC_DIAGNOSE), and then outputs
2958# the replacement expansion.
2959
2960
2961# This is an auxiliary macro that is also run when
2962# autoupdate runs m4. It simply calls m4_warning, but
2963# we need a wrapper so that each warning is emitted only
2964# once. We break the quoting in m4_warning's argument in
2965# order to expand this macro's arguments, not AU_DEFUN's.
2966
2967
2968# Finally, this is the expansion that is picked up by
2969# autoconf. It tells the user to run autoupdate, and
2970# then outputs the replacement expansion. We do not care
2971# about autoupdate's warning because that contains
2972# information on what to do *after* running autoupdate.
2973
2974
2975
2976# _LT_HEADER_DLFCN
2977# ----------------
2978# _LT_HEADER_DLFCN
2979
2980
2981# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2982# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2983# ----------------------------------------------------------------
2984# _LT_TRY_DLOPEN_SELF
2985
2986
2987# LT_SYS_DLOPEN_SELF
2988# ------------------
2989# LT_SYS_DLOPEN_SELF
2990
2991# Old name:
2992# This is what autoupdate's m4 run will expand. It fires
2993# the warning (with _au_warn_XXX), outputs it into the
2994# updated configure.ac (with AC_DIAGNOSE), and then outputs
2995# the replacement expansion.
2996
2997
2998# This is an auxiliary macro that is also run when
2999# autoupdate runs m4. It simply calls m4_warning, but
3000# we need a wrapper so that each warning is emitted only
3001# once. We break the quoting in m4_warning's argument in
3002# order to expand this macro's arguments, not AU_DEFUN's.
3003
3004
3005# Finally, this is the expansion that is picked up by
3006# autoconf. It tells the user to run autoupdate, and
3007# then outputs the replacement expansion. We do not care
3008# about autoupdate's warning because that contains
3009# information on what to do *after* running autoupdate.
3010
3011
3012
3013# _LT_COMPILER_C_O([TAGNAME])
3014# ---------------------------
3015# Check to see if options -c and -o are simultaneously supported by compiler.
3016# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3017# _LT_COMPILER_C_O
3018
3019
3020# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3021# ----------------------------------
3022# Check to see if we can do hard links to lock some files if needed
3023# _LT_COMPILER_FILE_LOCKS
3024
3025
3026# _LT_CHECK_OBJDIR
3027# ----------------
3028# _LT_CHECK_OBJDIR
3029
3030
3031# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3032# --------------------------------------
3033# Check hardcoding attributes.
3034# _LT_LINKER_HARDCODE_LIBPATH
3035
3036
3037# _LT_CMD_STRIPLIB
3038# ----------------
3039# _LT_CMD_STRIPLIB
3040
3041
3042# _LT_SYS_DYNAMIC_LINKER([TAG])
3043# -----------------------------
3044# PORTME Fill in your ld.so characteristics
3045# _LT_SYS_DYNAMIC_LINKER
3046
3047
3048# _LT_PATH_TOOL_PREFIX(TOOL)
3049# --------------------------
3050# find a file program which can recognize shared library
3051# _LT_PATH_TOOL_PREFIX
3052
3053# Old name:
3054# This is what autoupdate's m4 run will expand. It fires
3055# the warning (with _au_warn_XXX), outputs it into the
3056# updated configure.ac (with AC_DIAGNOSE), and then outputs
3057# the replacement expansion.
3058
3059
3060# This is an auxiliary macro that is also run when
3061# autoupdate runs m4. It simply calls m4_warning, but
3062# we need a wrapper so that each warning is emitted only
3063# once. We break the quoting in m4_warning's argument in
3064# order to expand this macro's arguments, not AU_DEFUN's.
3065
3066
3067# Finally, this is the expansion that is picked up by
3068# autoconf. It tells the user to run autoupdate, and
3069# then outputs the replacement expansion. We do not care
3070# about autoupdate's warning because that contains
3071# information on what to do *after* running autoupdate.
3072
3073
3074
3075# _LT_PATH_MAGIC
3076# --------------
3077# find a file program which can recognize a shared library
3078# _LT_PATH_MAGIC
3079
3080
3081# LT_PATH_LD
3082# ----------
3083# find the pathname to the GNU or non-GNU linker
3084# LT_PATH_LD
3085
3086# Old names:
3087# This is what autoupdate's m4 run will expand. It fires
3088# the warning (with _au_warn_XXX), outputs it into the
3089# updated configure.ac (with AC_DIAGNOSE), and then outputs
3090# the replacement expansion.
3091
3092
3093# This is an auxiliary macro that is also run when
3094# autoupdate runs m4. It simply calls m4_warning, but
3095# we need a wrapper so that each warning is emitted only
3096# once. We break the quoting in m4_warning's argument in
3097# order to expand this macro's arguments, not AU_DEFUN's.
3098
3099
3100# Finally, this is the expansion that is picked up by
3101# autoconf. It tells the user to run autoupdate, and
3102# then outputs the replacement expansion. We do not care
3103# about autoupdate's warning because that contains
3104# information on what to do *after* running autoupdate.
3105
3106# This is what autoupdate's m4 run will expand. It fires
3107# the warning (with _au_warn_XXX), outputs it into the
3108# updated configure.ac (with AC_DIAGNOSE), and then outputs
3109# the replacement expansion.
3110
3111
3112# This is an auxiliary macro that is also run when
3113# autoupdate runs m4. It simply calls m4_warning, but
3114# we need a wrapper so that each warning is emitted only
3115# once. We break the quoting in m4_warning's argument in
3116# order to expand this macro's arguments, not AU_DEFUN's.
3117
3118
3119# Finally, this is the expansion that is picked up by
3120# autoconf. It tells the user to run autoupdate, and
3121# then outputs the replacement expansion. We do not care
3122# about autoupdate's warning because that contains
3123# information on what to do *after* running autoupdate.
3124
3125
3126
3127# _LT_PATH_LD_GNU
3128#- --------------
3129# _LT_PATH_LD_GNU
3130
3131
3132# _LT_CMD_RELOAD
3133# --------------
3134# find reload flag for linker
3135# -- PORTME Some linkers may need a different reload flag.
3136# _LT_CMD_RELOAD
3137
3138
3139# _LT_CHECK_MAGIC_METHOD
3140# ----------------------
3141# how to check for library dependencies
3142# -- PORTME fill in with the dynamic library characteristics
3143# _LT_CHECK_MAGIC_METHOD
3144
3145
3146# LT_PATH_NM
3147# ----------
3148# find the pathname to a BSD- or MS-compatible name lister
3149# LT_PATH_NM
3150
3151# Old names:
3152# This is what autoupdate's m4 run will expand. It fires
3153# the warning (with _au_warn_XXX), outputs it into the
3154# updated configure.ac (with AC_DIAGNOSE), and then outputs
3155# the replacement expansion.
3156
3157
3158# This is an auxiliary macro that is also run when
3159# autoupdate runs m4. It simply calls m4_warning, but
3160# we need a wrapper so that each warning is emitted only
3161# once. We break the quoting in m4_warning's argument in
3162# order to expand this macro's arguments, not AU_DEFUN's.
3163
3164
3165# Finally, this is the expansion that is picked up by
3166# autoconf. It tells the user to run autoupdate, and
3167# then outputs the replacement expansion. We do not care
3168# about autoupdate's warning because that contains
3169# information on what to do *after* running autoupdate.
3170
3171# This is what autoupdate's m4 run will expand. It fires
3172# the warning (with _au_warn_XXX), outputs it into the
3173# updated configure.ac (with AC_DIAGNOSE), and then outputs
3174# the replacement expansion.
3175
3176
3177# This is an auxiliary macro that is also run when
3178# autoupdate runs m4. It simply calls m4_warning, but
3179# we need a wrapper so that each warning is emitted only
3180# once. We break the quoting in m4_warning's argument in
3181# order to expand this macro's arguments, not AU_DEFUN's.
3182
3183
3184# Finally, this is the expansion that is picked up by
3185# autoconf. It tells the user to run autoupdate, and
3186# then outputs the replacement expansion. We do not care
3187# about autoupdate's warning because that contains
3188# information on what to do *after* running autoupdate.
3189
3190
3191
3192# LT_LIB_M
3193# --------
3194# check for math library
3195# LT_LIB_M
3196
3197# Old name:
3198# This is what autoupdate's m4 run will expand. It fires
3199# the warning (with _au_warn_XXX), outputs it into the
3200# updated configure.ac (with AC_DIAGNOSE), and then outputs
3201# the replacement expansion.
3202
3203
3204# This is an auxiliary macro that is also run when
3205# autoupdate runs m4. It simply calls m4_warning, but
3206# we need a wrapper so that each warning is emitted only
3207# once. We break the quoting in m4_warning's argument in
3208# order to expand this macro's arguments, not AU_DEFUN's.
3209
3210
3211# Finally, this is the expansion that is picked up by
3212# autoconf. It tells the user to run autoupdate, and
3213# then outputs the replacement expansion. We do not care
3214# about autoupdate's warning because that contains
3215# information on what to do *after* running autoupdate.
3216
3217
3218
3219# _LT_COMPILER_NO_RTTI([TAGNAME])
3220# -------------------------------
3221# _LT_COMPILER_NO_RTTI
3222
3223
3224# _LT_CMD_GLOBAL_SYMBOLS
3225# ----------------------
3226 # _LT_CMD_GLOBAL_SYMBOLS
3227
3228
3229# _LT_COMPILER_PIC([TAGNAME])
3230# ---------------------------
3231# _LT_COMPILER_PIC
3232
3233
3234# _LT_LINKER_SHLIBS([TAGNAME])
3235# ----------------------------
3236# See if the linker supports building shared libraries.
3237# _LT_LINKER_SHLIBS
3238
3239
3240# _LT_LANG_C_CONFIG([TAG])
3241# ------------------------
3242# Ensure that the configuration variables for a C compiler are suitably
3243# defined. These variables are subsequently used by _LT_CONFIG to write
3244# the compiler configuration to `libtool'.
3245# _LT_LANG_C_CONFIG
3246
3247
3248# _LT_LANG_CXX_CONFIG([TAG])
3249# --------------------------
3250# Ensure that the configuration variables for a C++ compiler are suitably
3251# defined. These variables are subsequently used by _LT_CONFIG to write
3252# the compiler configuration to `libtool'.
3253# _LT_LANG_CXX_CONFIG
3254
3255
3256# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3257# ---------------------------------
3258# Figure out "hidden" library dependencies from verbose
3259# compiler output when linking a shared library.
3260# Parse the compiler output and extract the necessary
3261# objects, libraries and library flags.
3262# _LT_SYS_HIDDEN_LIBDEPS
3263
3264
3265# _LT_LANG_F77_CONFIG([TAG])
3266# --------------------------
3267# Ensure that the configuration variables for a Fortran 77 compiler are
3268# suitably defined. These variables are subsequently used by _LT_CONFIG
3269# to write the compiler configuration to `libtool'.
3270# _LT_LANG_F77_CONFIG
3271
3272
3273# _LT_LANG_FC_CONFIG([TAG])
3274# -------------------------
3275# Ensure that the configuration variables for a Fortran compiler are
3276# suitably defined. These variables are subsequently used by _LT_CONFIG
3277# to write the compiler configuration to `libtool'.
3278# _LT_LANG_FC_CONFIG
3279
3280
3281# _LT_LANG_GCJ_CONFIG([TAG])
3282# --------------------------
3283# Ensure that the configuration variables for the GNU Java Compiler compiler
3284# are suitably defined. These variables are subsequently used by _LT_CONFIG
3285# to write the compiler configuration to `libtool'.
3286# _LT_LANG_GCJ_CONFIG
3287
3288
3289# _LT_LANG_RC_CONFIG([TAG])
3290# -------------------------
3291# Ensure that the configuration variables for the Windows resource compiler
3292# are suitably defined. These variables are subsequently used by _LT_CONFIG
3293# to write the compiler configuration to `libtool'.
3294# _LT_LANG_RC_CONFIG
3295
3296
3297# LT_PROG_GCJ
3298# -----------
3299
3300
3301# Old name:
3302# This is what autoupdate's m4 run will expand. It fires
3303# the warning (with _au_warn_XXX), outputs it into the
3304# updated configure.ac (with AC_DIAGNOSE), and then outputs
3305# the replacement expansion.
3306
3307
3308# This is an auxiliary macro that is also run when
3309# autoupdate runs m4. It simply calls m4_warning, but
3310# we need a wrapper so that each warning is emitted only
3311# once. We break the quoting in m4_warning's argument in
3312# order to expand this macro's arguments, not AU_DEFUN's.
3313
3314
3315# Finally, this is the expansion that is picked up by
3316# autoconf. It tells the user to run autoupdate, and
3317# then outputs the replacement expansion. We do not care
3318# about autoupdate's warning because that contains
3319# information on what to do *after* running autoupdate.
3320
3321
3322
3323# LT_PROG_RC
3324# ----------
3325
3326
3327# Old name:
3328# This is what autoupdate's m4 run will expand. It fires
3329# the warning (with _au_warn_XXX), outputs it into the
3330# updated configure.ac (with AC_DIAGNOSE), and then outputs
3331# the replacement expansion.
3332
3333
3334# This is an auxiliary macro that is also run when
3335# autoupdate runs m4. It simply calls m4_warning, but
3336# we need a wrapper so that each warning is emitted only
3337# once. We break the quoting in m4_warning's argument in
3338# order to expand this macro's arguments, not AU_DEFUN's.
3339
3340
3341# Finally, this is the expansion that is picked up by
3342# autoconf. It tells the user to run autoupdate, and
3343# then outputs the replacement expansion. We do not care
3344# about autoupdate's warning because that contains
3345# information on what to do *after* running autoupdate.
3346
3347
3348
3349# _LT_DECL_EGREP
3350# --------------
3351# If we don't have a new enough Autoconf to choose the best grep
3352# available, choose the one first in the user's PATH.
3353
3354
3355
3356# _LT_DECL_OBJDUMP
3357# --------------
3358# If we don't have a new enough Autoconf to choose the best objdump
3359# available, choose the one first in the user's PATH.
3360
3361
3362
3363# _LT_DECL_SED
3364# ------------
3365# Check for a fully-functional sed program, that truncates
3366# as few characters as possible. Prefer GNU sed if found.
3367# _LT_DECL_SED
3368
3369#m4_ifndef
3370
3371# Old name:
3372# This is what autoupdate's m4 run will expand. It fires
3373# the warning (with _au_warn_XXX), outputs it into the
3374# updated configure.ac (with AC_DIAGNOSE), and then outputs
3375# the replacement expansion.
3376
3377
3378# This is an auxiliary macro that is also run when
3379# autoupdate runs m4. It simply calls m4_warning, but
3380# we need a wrapper so that each warning is emitted only
3381# once. We break the quoting in m4_warning's argument in
3382# order to expand this macro's arguments, not AU_DEFUN's.
3383
3384
3385# Finally, this is the expansion that is picked up by
3386# autoconf. It tells the user to run autoupdate, and
3387# then outputs the replacement expansion. We do not care
3388# about autoupdate's warning because that contains
3389# information on what to do *after* running autoupdate.
3390
3391
3392
3393# _LT_CHECK_SHELL_FEATURES
3394# ------------------------
3395# Find out whether the shell is Bourne or XSI compatible,
3396# or has some other useful features.
3397# _LT_CHECK_SHELL_FEATURES
3398
3399
3400# _LT_PROG_XSI_SHELLFNS
3401# ---------------------
3402# Bourne and XSI compatible variants of some useful shell functions.
3403
3404
3405# Helper functions for option handling. -*- Autoconf -*-
3406#
3407# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3408# Inc.
3409# Written by Gary V. Vaughan, 2004
3410#
3411# This file is free software; the Free Software Foundation gives
3412# unlimited permission to copy and/or distribute it, with or without
3413# modifications, as long as this notice is preserved.
3414
3415# serial 6 ltoptions.m4
3416
3417# This is to help aclocal find these macros, as it can't see m4_define.
3418
3419
3420
3421# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3422# ------------------------------------------
3423
3424
3425
3426# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3427# ---------------------------------------
3428# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3429# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3430# saved as a flag.
3431
3432
3433
3434# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3435# ------------------------------------------------------------
3436# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3437
3438
3439
3440# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3441# -------------------------------------------------------
3442# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3443# are set.
3444
3445
3446
3447# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3448# ----------------------------------------
3449# OPTION-LIST is a space-separated list of Libtool options associated
3450# with MACRO-NAME. If any OPTION has a matching handler declared with
3451# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3452# the unknown option and exit.
3453# _LT_SET_OPTIONS
3454
3455
3456## --------------------------------- ##
3457## Macros to handle LT_INIT options. ##
3458## --------------------------------- ##
3459
3460# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3461# -----------------------------------------
3462
3463
3464
3465# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3466# -----------------------------------------------
3467# LT_OPTION_DEFINE
3468
3469
3470# dlopen
3471# ------
3472
3473
3474# This is what autoupdate's m4 run will expand. It fires
3475# the warning (with _au_warn_XXX), outputs it into the
3476# updated configure.ac (with AC_DIAGNOSE), and then outputs
3477# the replacement expansion.
3478
3479
3480# This is an auxiliary macro that is also run when
3481# autoupdate runs m4. It simply calls m4_warning, but
3482# we need a wrapper so that each warning is emitted only
3483# once. We break the quoting in m4_warning's argument in
3484# order to expand this macro's arguments, not AU_DEFUN's.
3485
3486
3487# Finally, this is the expansion that is picked up by
3488# autoconf. It tells the user to run autoupdate, and
3489# then outputs the replacement expansion. We do not care
3490# about autoupdate's warning because that contains
3491# information on what to do *after* running autoupdate.
3492
3493
3494
3495
3496# win32-dll
3497# ---------
3498# Declare package support for building win32 dll's.
3499# win32-dll
3500
3501# This is what autoupdate's m4 run will expand. It fires
3502# the warning (with _au_warn_XXX), outputs it into the
3503# updated configure.ac (with AC_DIAGNOSE), and then outputs
3504# the replacement expansion.
3505
3506
3507# This is an auxiliary macro that is also run when
3508# autoupdate runs m4. It simply calls m4_warning, but
3509# we need a wrapper so that each warning is emitted only
3510# once. We break the quoting in m4_warning's argument in
3511# order to expand this macro's arguments, not AU_DEFUN's.
3512
3513
3514# Finally, this is the expansion that is picked up by
3515# autoconf. It tells the user to run autoupdate, and
3516# then outputs the replacement expansion. We do not care
3517# about autoupdate's warning because that contains
3518# information on what to do *after* running autoupdate.
3519
3520
3521
3522
3523# _LT_ENABLE_SHARED([DEFAULT])
3524# ----------------------------
3525# implement the --enable-shared flag, and supports the `shared' and
3526# `disable-shared' LT_INIT options.
3527# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3528# _LT_ENABLE_SHARED
3529
3530
3531
3532
3533# Old names:
3534
3535
3536
3537
3538# This is what autoupdate's m4 run will expand. It fires
3539# the warning (with _au_warn_XXX), outputs it into the
3540# updated configure.ac (with AC_DIAGNOSE), and then outputs
3541# the replacement expansion.
3542
3543
3544# This is an auxiliary macro that is also run when
3545# autoupdate runs m4. It simply calls m4_warning, but
3546# we need a wrapper so that each warning is emitted only
3547# once. We break the quoting in m4_warning's argument in
3548# order to expand this macro's arguments, not AU_DEFUN's.
3549
3550
3551# Finally, this is the expansion that is picked up by
3552# autoconf. It tells the user to run autoupdate, and
3553# then outputs the replacement expansion. We do not care
3554# about autoupdate's warning because that contains
3555# information on what to do *after* running autoupdate.
3556
3557# This is what autoupdate's m4 run will expand. It fires
3558# the warning (with _au_warn_XXX), outputs it into the
3559# updated configure.ac (with AC_DIAGNOSE), and then outputs
3560# the replacement expansion.
3561
3562
3563# This is an auxiliary macro that is also run when
3564# autoupdate runs m4. It simply calls m4_warning, but
3565# we need a wrapper so that each warning is emitted only
3566# once. We break the quoting in m4_warning's argument in
3567# order to expand this macro's arguments, not AU_DEFUN's.
3568
3569
3570# Finally, this is the expansion that is picked up by
3571# autoconf. It tells the user to run autoupdate, and
3572# then outputs the replacement expansion. We do not care
3573# about autoupdate's warning because that contains
3574# information on what to do *after* running autoupdate.
3575
3576
3577
3578
3579
3580# _LT_ENABLE_STATIC([DEFAULT])
3581# ----------------------------
3582# implement the --enable-static flag, and support the `static' and
3583# `disable-static' LT_INIT options.
3584# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3585# _LT_ENABLE_STATIC
3586
3587
3588
3589
3590# Old names:
3591
3592
3593
3594
3595# This is what autoupdate's m4 run will expand. It fires
3596# the warning (with _au_warn_XXX), outputs it into the
3597# updated configure.ac (with AC_DIAGNOSE), and then outputs
3598# the replacement expansion.
3599
3600
3601# This is an auxiliary macro that is also run when
3602# autoupdate runs m4. It simply calls m4_warning, but
3603# we need a wrapper so that each warning is emitted only
3604# once. We break the quoting in m4_warning's argument in
3605# order to expand this macro's arguments, not AU_DEFUN's.
3606
3607
3608# Finally, this is the expansion that is picked up by
3609# autoconf. It tells the user to run autoupdate, and
3610# then outputs the replacement expansion. We do not care
3611# about autoupdate's warning because that contains
3612# information on what to do *after* running autoupdate.
3613
3614# This is what autoupdate's m4 run will expand. It fires
3615# the warning (with _au_warn_XXX), outputs it into the
3616# updated configure.ac (with AC_DIAGNOSE), and then outputs
3617# the replacement expansion.
3618
3619
3620# This is an auxiliary macro that is also run when
3621# autoupdate runs m4. It simply calls m4_warning, but
3622# we need a wrapper so that each warning is emitted only
3623# once. We break the quoting in m4_warning's argument in
3624# order to expand this macro's arguments, not AU_DEFUN's.
3625
3626
3627# Finally, this is the expansion that is picked up by
3628# autoconf. It tells the user to run autoupdate, and
3629# then outputs the replacement expansion. We do not care
3630# about autoupdate's warning because that contains
3631# information on what to do *after* running autoupdate.
3632
3633
3634
3635
3636
3637# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3638# ----------------------------------
3639# implement the --enable-fast-install flag, and support the `fast-install'
3640# and `disable-fast-install' LT_INIT options.
3641# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3642# _LT_ENABLE_FAST_INSTALL
3643
3644
3645
3646
3647# Old names:
3648# This is what autoupdate's m4 run will expand. It fires
3649# the warning (with _au_warn_XXX), outputs it into the
3650# updated configure.ac (with AC_DIAGNOSE), and then outputs
3651# the replacement expansion.
3652
3653
3654# This is an auxiliary macro that is also run when
3655# autoupdate runs m4. It simply calls m4_warning, but
3656# we need a wrapper so that each warning is emitted only
3657# once. We break the quoting in m4_warning's argument in
3658# order to expand this macro's arguments, not AU_DEFUN's.
3659
3660
3661# Finally, this is the expansion that is picked up by
3662# autoconf. It tells the user to run autoupdate, and
3663# then outputs the replacement expansion. We do not care
3664# about autoupdate's warning because that contains
3665# information on what to do *after* running autoupdate.
3666
3667
3668# This is what autoupdate's m4 run will expand. It fires
3669# the warning (with _au_warn_XXX), outputs it into the
3670# updated configure.ac (with AC_DIAGNOSE), and then outputs
3671# the replacement expansion.
3672
3673
3674# This is an auxiliary macro that is also run when
3675# autoupdate runs m4. It simply calls m4_warning, but
3676# we need a wrapper so that each warning is emitted only
3677# once. We break the quoting in m4_warning's argument in
3678# order to expand this macro's arguments, not AU_DEFUN's.
3679
3680
3681# Finally, this is the expansion that is picked up by
3682# autoconf. It tells the user to run autoupdate, and
3683# then outputs the replacement expansion. We do not care
3684# about autoupdate's warning because that contains
3685# information on what to do *after* running autoupdate.
3686
3687
3688
3689
3690# _LT_WITH_PIC([MODE])
3691# --------------------
3692# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3693# LT_INIT options.
3694# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3695# _LT_WITH_PIC
3696
3697
3698
3699
3700# Old name:
3701# This is what autoupdate's m4 run will expand. It fires
3702# the warning (with _au_warn_XXX), outputs it into the
3703# updated configure.ac (with AC_DIAGNOSE), and then outputs
3704# the replacement expansion.
3705
3706
3707# This is an auxiliary macro that is also run when
3708# autoupdate runs m4. It simply calls m4_warning, but
3709# we need a wrapper so that each warning is emitted only
3710# once. We break the quoting in m4_warning's argument in
3711# order to expand this macro's arguments, not AU_DEFUN's.
3712
3713
3714# Finally, this is the expansion that is picked up by
3715# autoconf. It tells the user to run autoupdate, and
3716# then outputs the replacement expansion. We do not care
3717# about autoupdate's warning because that contains
3718# information on what to do *after* running autoupdate.
3719
3720
3721
3722## ----------------- ##
3723## LTDL_INIT Options ##
3724## ----------------- ##
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3736#
3737# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3738# Written by Gary V. Vaughan, 2004
3739#
3740# This file is free software; the Free Software Foundation gives
3741# unlimited permission to copy and/or distribute it, with or without
3742# modifications, as long as this notice is preserved.
3743
3744# serial 6 ltsugar.m4
3745
3746# This is to help aclocal find these macros, as it can't see m4_define.
3747
3748
3749
3750# lt_join(SEP, ARG1, [ARG2...])
3751# -----------------------------
3752# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3753# associated separator.
3754# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3755# versions in m4sugar had bugs.
3756
3757
3758
3759
3760# lt_car(LIST)
3761# lt_cdr(LIST)
3762# ------------
3763# Manipulate m4 lists.
3764# These macros are necessary as long as will still need to support
3765# Autoconf-2.59 which quotes differently.
3766
3767
3768
3769
3770
3771# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3772# ------------------------------------------
3773# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3774# Note that neither SEPARATOR nor STRING are expanded; they are appended
3775# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3776# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3777# than defined and empty).
3778#
3779# This macro is needed until we can rely on Autoconf 2.62, since earlier
3780# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3781
3782
3783
3784
3785# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3786# ----------------------------------------------------------
3787# Produce a SEP delimited list of all paired combinations of elements of
3788# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3789# has the form PREFIXmINFIXSUFFIXn.
3790# Needed until we can rely on m4_combine added in Autoconf 2.62.
3791
3792
3793
3794# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3795# -----------------------------------------------------------------------
3796# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3797# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3798
3799
3800
3801# lt_dict_add(DICT, KEY, VALUE)
3802# -----------------------------
3803
3804
3805
3806# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3807# --------------------------------------------
3808
3809
3810
3811# lt_dict_fetch(DICT, KEY, [SUBKEY])
3812# ----------------------------------
3813
3814
3815
3816# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3817# -----------------------------------------------------------------
3818
3819
3820
3821# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3822# --------------------------------------------------------------
3823
3824
3825# ltversion.m4 -- version numbers -*- Autoconf -*-
3826#
3827# Copyright (C) 2004 Free Software Foundation, Inc.
3828# Written by Scott James Remnant, 2004
3829#
3830# This file is free software; the Free Software Foundation gives
3831# unlimited permission to copy and/or distribute it, with or without
3832# modifications, as long as this notice is preserved.
3833
3834# Generated from ltversion.in.
3835
3836# serial 3134 ltversion.m4
3837# This file is part of GNU Libtool
3838
3839
3840
3841
3842
3843
3844# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3845#
3846# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3847# Written by Scott James Remnant, 2004.
3848#
3849# This file is free software; the Free Software Foundation gives
3850# unlimited permission to copy and/or distribute it, with or without
3851# modifications, as long as this notice is preserved.
3852
3853# serial 4 lt~obsolete.m4
3854
3855# These exist entirely to fool aclocal when bootstrapping libtool.
3856#
3857# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3858# which have later been changed to m4_define as they aren't part of the
3859# exported API, or moved to Autoconf or Automake where they belong.
3860#
3861# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3862# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3863# using a macro with the same name in our local m4/libtool.m4 it'll
3864# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3865# and doesn't know about Autoconf macros at all.)
3866#
3867# So we provide this file, which has a silly filename so it's always
3868# included after everything else. This provides aclocal with the
3869# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3870# because those macros already exist, or will be overwritten later.
3871# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3872#
3873# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3874# Yes, that means every name once taken will need to remain here until
3875# we give up compatibility with versions before 1.7, at which point
3876# we need to keep only those names which we still refer to.
3877
3878# This is to help aclocal find these macros, as it can't see m4_define.
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943## -*- Autoconf -*-
3944
3945# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3946# Free Software Foundation, Inc.
3947#
3948# This file is free software; the Free Software Foundation
3949# gives unlimited permission to copy and/or distribute it,
3950# with or without modifications, as long as this notice is preserved.
3951
3952# serial 8
3953
3954# Based on depend.m4 from automake 1.9, modified for standalone use in
3955# an environment where GNU make is required.
3956
3957# ZW_PROG_COMPILER_DEPENDENCIES
3958# -----------------------------
3959# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3960# sets fooDEPMODE accordingly. Cache-variable compatible with
3961# original; not side-effect compatible. As the users of this macro
3962# may require accurate dependencies for correct builds, it does *not*
3963# honor --disable-dependency-checking, and failure to detect a usable
3964# method is an error. depcomp is assumed to be located in
3965# $ac_aux_dir.
3966#
3967# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3968
3969
3970
3971# AM_SET_DEPDIR
3972# -------------
3973# Choose a directory name for dependency files.
3974
3975
3976# ZW_CREATE_DEPDIR
3977# ----------------
3978# As AM_SET_DEPDIR, but also create the directory at config.status time.
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
6bb11ab3
L
4020
4021
4022
4023
4024
6bb11ab3
L
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
6bb11ab3
L
4040
4041
4042
4043
4044
4045# intl sister-directory configuration rules.
4046#
4047
4048# The idea behind this macro is that there's no need to repeat all the
4049# autoconf probes done by the intl directory - it's already done them
4050# for us. In fact, there's no need even to look at the cache for the
4051# answers. All we need to do is nab a few pieces of information.
4052# The intl directory is set up to make this easy, by generating a
4053# small file which can be sourced as a shell script; then we produce
4054# the necessary substitutions and definitions for this directory.
4055
4056
4057
4058# Autoconf M4 include file defining utility macros for complex Canadian
4059# cross builds.
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069####
4070# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4071# or AC_INIT.
4072# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4073
4074####
4075# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4076# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4077
4078
4079####
4080# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4081# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4082
4083
4084
4085# Backported from Autoconf 2.5x; can go away when and if
4086# we switch. Put the OS path separator in $PATH_SEPARATOR.
4087
4088
4089
4090
37f980dc
SM
4091
4092
4093
4094
6bb11ab3
L
4095# ACX_HAVE_GCC_FOR_TARGET
4096# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4097
4098
4099# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4100# Searching for installed target binutils. We need to take extra care,
4101# else we may find the wrong assembler, linker, etc., and lose.
4102#
4103# First try --with-build-time-tools, if specified.
4104#
4105# For build != host, we ask the installed GCC for the name of the tool it
4106# uses, and accept it if it is an absolute path. This is because the
4107# only good choice for a compiler is the same GCC version that is being
4108# installed (or we couldn't make target libraries), and we assume that
4109# on the host system we'll have not only the same GCC version, but also
4110# the same binutils version.
4111#
4112# For build == host, search the same directories that the installed
4113# compiler will search. We used to do this for the assembler, linker,
4114# and nm only; for simplicity of configuration, however, we extend this
4115# criterion to tools (such as ar and ranlib) that are never invoked by
4116# the compiler, to avoid mismatches.
4117#
4118# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4119# if build == target. This makes the most sense only when bootstrapping,
4120# but we also do so when build != host. In this case, we hope that the
4121# build and host systems will have similar contents of MD_EXEC_PREFIX.
4122#
4123# If we do not find a suitable binary, then try the user's path.
4124
4125
4126###
4127# AC_PROG_CPP_WERROR
4128# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4129# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4130# For now, using this also overrides header checks to use only the
4131# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4132# bit harder from here).
4133# Eventually autoconf will default to checking headers with the compiler
4134# instead, and we'll have to do this differently.
4135
4136# AC_PROG_CPP_WERROR
4137
4138# Test for GNAT.
4139# We require the gnatbind & gnatmake programs, as well as a compiler driver
4140# that understands Ada. We use the user's CC setting, already found, and
4141# possibly add $1 to the command-line parameters.
4142#
4143# Sets the shell variable have_gnat to yes or no as appropriate, and
4144# substitutes GNATBIND and GNATMAKE.
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170ac_ext=c
4171ac_cpp='$CPP $CPPFLAGS'
4172ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4173ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4174ac_compiler_gnu=$ac_cv_c_compiler_gnu
4175if test -n "$ac_tool_prefix"; then
4176 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4177set dummy ${ac_tool_prefix}gcc; ac_word=$2
4178{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4179$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4180if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4181 $as_echo_n "(cached) " >&6
4182else
4183 if test -n "$CC"; then
4184 ac_cv_prog_CC="$CC" # Let the user override the test.
4185else
4186as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4187for as_dir in $PATH
4188do
4189 IFS=$as_save_IFS
4190 test -z "$as_dir" && as_dir=.
4191 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4192 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4193 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4195 break 2
4196 fi
4197done
4198 done
4199IFS=$as_save_IFS
4200
4201fi
4202fi
4203CC=$ac_cv_prog_CC
4204if test -n "$CC"; then
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4206$as_echo "$CC" >&6; }
4207else
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4209$as_echo "no" >&6; }
4210fi
4211
4212
4213fi
4214if test -z "$ac_cv_prog_CC"; then
4215 ac_ct_CC=$CC
4216 # Extract the first word of "gcc", so it can be a program name with args.
4217set dummy gcc; ac_word=$2
4218{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4219$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4220if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4221 $as_echo_n "(cached) " >&6
4222else
4223 if test -n "$ac_ct_CC"; then
4224 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4225else
4226as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227for as_dir in $PATH
4228do
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4232 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4233 ac_cv_prog_ac_ct_CC="gcc"
4234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 break 2
4236 fi
4237done
4238 done
4239IFS=$as_save_IFS
4240
4241fi
4242fi
4243ac_ct_CC=$ac_cv_prog_ac_ct_CC
4244if test -n "$ac_ct_CC"; then
4245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4246$as_echo "$ac_ct_CC" >&6; }
4247else
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4249$as_echo "no" >&6; }
4250fi
4251
4252 if test "x$ac_ct_CC" = x; then
4253 CC=""
4254 else
4255 case $cross_compiling:$ac_tool_warned in
4256yes:)
4257{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4258$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4259ac_tool_warned=yes ;;
4260esac
4261 CC=$ac_ct_CC
4262 fi
4263else
4264 CC="$ac_cv_prog_CC"
4265fi
4266
4267if test -z "$CC"; then
4268 if test -n "$ac_tool_prefix"; then
4269 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4270set dummy ${ac_tool_prefix}cc; ac_word=$2
4271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4272$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4273if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4274 $as_echo_n "(cached) " >&6
4275else
4276 if test -n "$CC"; then
4277 ac_cv_prog_CC="$CC" # Let the user override the test.
4278else
4279as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4280for as_dir in $PATH
4281do
4282 IFS=$as_save_IFS
4283 test -z "$as_dir" && as_dir=.
4284 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4285 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4286 ac_cv_prog_CC="${ac_tool_prefix}cc"
4287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4288 break 2
4289 fi
4290done
4291 done
4292IFS=$as_save_IFS
4293
4294fi
4295fi
4296CC=$ac_cv_prog_CC
4297if test -n "$CC"; then
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4299$as_echo "$CC" >&6; }
4300else
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4302$as_echo "no" >&6; }
4303fi
4304
4305
4306 fi
4307fi
4308if test -z "$CC"; then
4309 # Extract the first word of "cc", so it can be a program name with args.
4310set dummy cc; ac_word=$2
4311{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4312$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4313if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4314 $as_echo_n "(cached) " >&6
4315else
4316 if test -n "$CC"; then
4317 ac_cv_prog_CC="$CC" # Let the user override the test.
4318else
4319 ac_prog_rejected=no
4320as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4321for as_dir in $PATH
4322do
4323 IFS=$as_save_IFS
4324 test -z "$as_dir" && as_dir=.
4325 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4326 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4327 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4328 ac_prog_rejected=yes
4329 continue
4330 fi
4331 ac_cv_prog_CC="cc"
4332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 break 2
4334 fi
4335done
4336 done
4337IFS=$as_save_IFS
4338
4339if test $ac_prog_rejected = yes; then
4340 # We found a bogon in the path, so make sure we never use it.
4341 set dummy $ac_cv_prog_CC
4342 shift
4343 if test $# != 0; then
4344 # We chose a different compiler from the bogus one.
4345 # However, it has the same basename, so the bogon will be chosen
4346 # first if we set CC to just the basename; use the full file name.
4347 shift
4348 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4349 fi
4350fi
4351fi
4352fi
4353CC=$ac_cv_prog_CC
4354if test -n "$CC"; then
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4356$as_echo "$CC" >&6; }
4357else
4358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4359$as_echo "no" >&6; }
4360fi
4361
4362
4363fi
4364if test -z "$CC"; then
4365 if test -n "$ac_tool_prefix"; then
4366 for ac_prog in cl.exe
4367 do
4368 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4369set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4370{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4371$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4372if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4373 $as_echo_n "(cached) " >&6
4374else
4375 if test -n "$CC"; then
4376 ac_cv_prog_CC="$CC" # Let the user override the test.
4377else
4378as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379for as_dir in $PATH
4380do
4381 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=.
4383 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4385 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4387 break 2
4388 fi
4389done
4390 done
4391IFS=$as_save_IFS
4392
4393fi
4394fi
4395CC=$ac_cv_prog_CC
4396if test -n "$CC"; then
4397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4398$as_echo "$CC" >&6; }
4399else
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4401$as_echo "no" >&6; }
4402fi
4403
4404
4405 test -n "$CC" && break
4406 done
4407fi
4408if test -z "$CC"; then
4409 ac_ct_CC=$CC
4410 for ac_prog in cl.exe
4411do
4412 # Extract the first word of "$ac_prog", so it can be a program name with args.
4413set dummy $ac_prog; ac_word=$2
4414{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4415$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4416if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4417 $as_echo_n "(cached) " >&6
4418else
4419 if test -n "$ac_ct_CC"; then
4420 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4421else
4422as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4423for as_dir in $PATH
4424do
4425 IFS=$as_save_IFS
4426 test -z "$as_dir" && as_dir=.
4427 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4429 ac_cv_prog_ac_ct_CC="$ac_prog"
4430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4431 break 2
4432 fi
4433done
4434 done
4435IFS=$as_save_IFS
4436
4437fi
4438fi
4439ac_ct_CC=$ac_cv_prog_ac_ct_CC
4440if test -n "$ac_ct_CC"; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4442$as_echo "$ac_ct_CC" >&6; }
4443else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4445$as_echo "no" >&6; }
4446fi
4447
4448
4449 test -n "$ac_ct_CC" && break
4450done
4451
4452 if test "x$ac_ct_CC" = x; then
4453 CC=""
4454 else
4455 case $cross_compiling:$ac_tool_warned in
4456yes:)
4457{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4458$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4459ac_tool_warned=yes ;;
4460esac
4461 CC=$ac_ct_CC
4462 fi
4463fi
4464
4465fi
4466
4467
4468test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4469$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4470as_fn_error $? "no acceptable C compiler found in \$PATH
4471See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4472
4473# Provide some information about the compiler.
4474$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4475set X $ac_compile
4476ac_compiler=$2
4477for ac_option in --version -v -V -qversion; do
4478 { { ac_try="$ac_compiler $ac_option >&5"
4479case "(($ac_try" in
4480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4481 *) ac_try_echo=$ac_try;;
4482esac
4483eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4484$as_echo "$ac_try_echo"; } >&5
4485 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4486 ac_status=$?
4487 if test -s conftest.err; then
4488 sed '10a\
4489... rest of stderr output deleted ...
4490 10q' conftest.err >conftest.er1
4491 cat conftest.er1 >&5
6bb11ab3 4492 fi
d0ac1c44 4493 rm -f conftest.er1 conftest.err
6bb11ab3
L
4494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4495 test $ac_status = 0; }
4496done
4497
4498cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4499/* end confdefs.h. */
4500
4501int
4502main ()
4503{
4504
4505 ;
4506 return 0;
4507}
4508_ACEOF
4509ac_clean_files_save=$ac_clean_files
d0ac1c44 4510ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4511# Try to create an executable without -o first, disregard a.out.
4512# It will help us diagnose broken compilers, and finding out an intuition
4513# of exeext.
d0ac1c44
SM
4514{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4515$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4516ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4517
4518# The possible output files:
4519ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4520
4521ac_rmfiles=
4522for ac_file in $ac_files
4523do
4524 case $ac_file in
4525 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4526 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4527 esac
4528done
4529rm -f $ac_rmfiles
4530
4531if { { ac_try="$ac_link_default"
4532case "(($ac_try" in
4533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4534 *) ac_try_echo=$ac_try;;
4535esac
4536eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4537$as_echo "$ac_try_echo"; } >&5
4538 (eval "$ac_link_default") 2>&5
4539 ac_status=$?
4540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4541 test $ac_status = 0; }; then :
4542 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4543# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4544# in a Makefile. We should not override ac_cv_exeext if it was cached,
4545# so that the user can short-circuit this test for compilers unknown to
4546# Autoconf.
4547for ac_file in $ac_files ''
4548do
4549 test -f "$ac_file" || continue
4550 case $ac_file in
4551 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4552 ;;
4553 [ab].out )
4554 # We found the default executable, but exeext='' is most
4555 # certainly right.
4556 break;;
4557 *.* )
4558 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4559 then :; else
4560 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4561 fi
4562 # We set ac_cv_exeext here because the later test for it is not
4563 # safe: cross compilers may not add the suffix if given an `-o'
4564 # argument, so we may need to know it at that point already.
4565 # Even if this section looks crufty: it has the advantage of
4566 # actually working.
4567 break;;
4568 * )
4569 break;;
4570 esac
4571done
4572test "$ac_cv_exeext" = no && ac_cv_exeext=
4573
4574else
4575 ac_file=''
4576fi
6bb11ab3 4577if test -z "$ac_file"; then :
d0ac1c44
SM
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4579$as_echo "no" >&6; }
4580$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4581sed 's/^/| /' conftest.$ac_ext >&5
4582
4583{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4584$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4585as_fn_error 77 "C compiler cannot create executables
4586See \`config.log' for more details" "$LINENO" 5; }
4587else
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4589$as_echo "yes" >&6; }
6bb11ab3 4590fi
d0ac1c44
SM
4591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4592$as_echo_n "checking for C compiler default output file name... " >&6; }
4593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4594$as_echo "$ac_file" >&6; }
6bb11ab3
L
4595ac_exeext=$ac_cv_exeext
4596
d0ac1c44 4597rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4598ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4600$as_echo_n "checking for suffix of executables... " >&6; }
4601if { { ac_try="$ac_link"
4602case "(($ac_try" in
4603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4604 *) ac_try_echo=$ac_try;;
4605esac
4606eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4607$as_echo "$ac_try_echo"; } >&5
4608 (eval "$ac_link") 2>&5
4609 ac_status=$?
4610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4611 test $ac_status = 0; }; then :
4612 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4613# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4614# work properly (i.e., refer to `conftest.exe'), while it won't with
4615# `rm'.
4616for ac_file in conftest.exe conftest conftest.*; do
4617 test -f "$ac_file" || continue
4618 case $ac_file in
4619 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4620 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4621 break;;
4622 * ) break;;
4623 esac
4624done
4625else
4626 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4627$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4628as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4629See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4630fi
d0ac1c44 4631rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4633$as_echo "$ac_cv_exeext" >&6; }
4634
4635rm -f conftest.$ac_ext
4636EXEEXT=$ac_cv_exeext
4637ac_exeext=$EXEEXT
d0ac1c44
SM
4638cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4639/* end confdefs.h. */
4640#include <stdio.h>
4641int
4642main ()
4643{
4644FILE *f = fopen ("conftest.out", "w");
4645 return ferror (f) || fclose (f) != 0;
4646
4647 ;
4648 return 0;
4649}
4650_ACEOF
4651ac_clean_files="$ac_clean_files conftest.out"
4652# Check that the compiler produces executables we can run. If not, either
4653# the compiler is broken, or we cross compile.
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4655$as_echo_n "checking whether we are cross compiling... " >&6; }
4656if test "$cross_compiling" != yes; then
4657 { { ac_try="$ac_link"
4658case "(($ac_try" in
4659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660 *) ac_try_echo=$ac_try;;
4661esac
4662eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663$as_echo "$ac_try_echo"; } >&5
4664 (eval "$ac_link") 2>&5
4665 ac_status=$?
4666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667 test $ac_status = 0; }
4668 if { ac_try='./conftest$ac_cv_exeext'
4669 { { case "(($ac_try" in
4670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4672esac
4673eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4674$as_echo "$ac_try_echo"; } >&5
4675 (eval "$ac_try") 2>&5
4676 ac_status=$?
4677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4678 test $ac_status = 0; }; }; then
4679 cross_compiling=no
4680 else
4681 if test "$cross_compiling" = maybe; then
4682 cross_compiling=yes
4683 else
4684 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4685$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4686as_fn_error $? "cannot run C compiled programs.
4687If you meant to cross compile, use \`--host'.
4688See \`config.log' for more details" "$LINENO" 5; }
4689 fi
4690 fi
4691fi
4692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4693$as_echo "$cross_compiling" >&6; }
4694
4695rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4696ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4698$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4699if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4700 $as_echo_n "(cached) " >&6
4701else
4702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4703/* end confdefs.h. */
4704
4705int
4706main ()
4707{
4708
4709 ;
4710 return 0;
4711}
4712_ACEOF
4713rm -f conftest.o conftest.obj
4714if { { ac_try="$ac_compile"
4715case "(($ac_try" in
4716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4717 *) ac_try_echo=$ac_try;;
4718esac
4719eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4720$as_echo "$ac_try_echo"; } >&5
4721 (eval "$ac_compile") 2>&5
4722 ac_status=$?
4723 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4724 test $ac_status = 0; }; then :
4725 for ac_file in conftest.o conftest.obj conftest.*; do
4726 test -f "$ac_file" || continue;
4727 case $ac_file in
4728 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4729 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4730 break;;
4731 esac
4732done
4733else
4734 $as_echo "$as_me: failed program was:" >&5
4735sed 's/^/| /' conftest.$ac_ext >&5
4736
4737{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4738$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4739as_fn_error $? "cannot compute suffix of object files: cannot compile
4740See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4741fi
4742rm -f conftest.$ac_cv_objext conftest.$ac_ext
4743fi
4744{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4745$as_echo "$ac_cv_objext" >&6; }
4746OBJEXT=$ac_cv_objext
4747ac_objext=$OBJEXT
4748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4749$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4750if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4751 $as_echo_n "(cached) " >&6
4752else
4753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4754/* end confdefs.h. */
4755
4756int
4757main ()
4758{
4759#ifndef __GNUC__
4760 choke me
4761#endif
4762
4763 ;
4764 return 0;
4765}
4766_ACEOF
4767if ac_fn_c_try_compile "$LINENO"; then :
4768 ac_compiler_gnu=yes
4769else
4770 ac_compiler_gnu=no
4771fi
4772rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4773ac_cv_c_compiler_gnu=$ac_compiler_gnu
4774
4775fi
4776{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4777$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4778if test $ac_compiler_gnu = yes; then
4779 GCC=yes
4780else
4781 GCC=
4782fi
4783ac_test_CFLAGS=${CFLAGS+set}
4784ac_save_CFLAGS=$CFLAGS
4785{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4786$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4787if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4788 $as_echo_n "(cached) " >&6
4789else
4790 ac_save_c_werror_flag=$ac_c_werror_flag
4791 ac_c_werror_flag=yes
4792 ac_cv_prog_cc_g=no
4793 CFLAGS="-g"
4794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4795/* end confdefs.h. */
4796
4797int
4798main ()
4799{
4800
4801 ;
4802 return 0;
4803}
4804_ACEOF
4805if ac_fn_c_try_compile "$LINENO"; then :
4806 ac_cv_prog_cc_g=yes
4807else
4808 CFLAGS=""
4809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4810/* end confdefs.h. */
4811
4812int
4813main ()
4814{
4815
4816 ;
4817 return 0;
4818}
4819_ACEOF
4820if ac_fn_c_try_compile "$LINENO"; then :
4821
4822else
4823 ac_c_werror_flag=$ac_save_c_werror_flag
4824 CFLAGS="-g"
4825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4826/* end confdefs.h. */
4827
4828int
4829main ()
4830{
4831
4832 ;
4833 return 0;
4834}
4835_ACEOF
4836if ac_fn_c_try_compile "$LINENO"; then :
4837 ac_cv_prog_cc_g=yes
4838fi
4839rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4840fi
4841rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4842fi
4843rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4844 ac_c_werror_flag=$ac_save_c_werror_flag
4845fi
4846{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4847$as_echo "$ac_cv_prog_cc_g" >&6; }
4848if test "$ac_test_CFLAGS" = set; then
4849 CFLAGS=$ac_save_CFLAGS
4850elif test $ac_cv_prog_cc_g = yes; then
4851 if test "$GCC" = yes; then
4852 CFLAGS="-g -O2"
4853 else
4854 CFLAGS="-g"
4855 fi
4856else
4857 if test "$GCC" = yes; then
4858 CFLAGS="-O2"
4859 else
4860 CFLAGS=
4861 fi
4862fi
4863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4864$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4865if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4866 $as_echo_n "(cached) " >&6
4867else
4868 ac_cv_prog_cc_c89=no
4869ac_save_CC=$CC
4870cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4871/* end confdefs.h. */
4872#include <stdarg.h>
4873#include <stdio.h>
d0ac1c44 4874struct stat;
6bb11ab3
L
4875/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4876struct buf { int x; };
4877FILE * (*rcsopen) (struct buf *, struct stat *, int);
4878static char *e (p, i)
4879 char **p;
4880 int i;
4881{
4882 return p[i];
4883}
4884static char *f (char * (*g) (char **, int), char **p, ...)
4885{
4886 char *s;
4887 va_list v;
4888 va_start (v,p);
4889 s = g (p, va_arg (v,int));
4890 va_end (v);
4891 return s;
4892}
4893
4894/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4895 function prototypes and stuff, but not '\xHH' hex character constants.
4896 These don't provoke an error unfortunately, instead are silently treated
4897 as 'x'. The following induces an error, until -std is added to get
4898 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4899 array size at least. It's necessary to write '\x00'==0 to get something
4900 that's true only with -std. */
4901int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4902
4903/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4904 inside strings and character constants. */
4905#define FOO(x) 'x'
4906int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4907
4908int test (int i, double x);
4909struct s1 {int (*f) (int a);};
4910struct s2 {int (*f) (double a);};
4911int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4912int argc;
4913char **argv;
4914int
4915main ()
4916{
4917return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4918 ;
4919 return 0;
4920}
4921_ACEOF
4922for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4923 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4924do
4925 CC="$ac_save_CC $ac_arg"
4926 if ac_fn_c_try_compile "$LINENO"; then :
4927 ac_cv_prog_cc_c89=$ac_arg
4928fi
4929rm -f core conftest.err conftest.$ac_objext
4930 test "x$ac_cv_prog_cc_c89" != "xno" && break
4931done
4932rm -f conftest.$ac_ext
4933CC=$ac_save_CC
4934
4935fi
4936# AC_CACHE_VAL
4937case "x$ac_cv_prog_cc_c89" in
4938 x)
4939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4940$as_echo "none needed" >&6; } ;;
4941 xno)
4942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4943$as_echo "unsupported" >&6; } ;;
4944 *)
4945 CC="$CC $ac_cv_prog_cc_c89"
4946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4947$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4948esac
4949if test "x$ac_cv_prog_cc_c89" != xno; then :
4950
4951fi
4952
4953ac_ext=c
4954ac_cpp='$CPP $CPPFLAGS'
4955ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4956ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4957ac_compiler_gnu=$ac_cv_c_compiler_gnu
4958
4959ac_aux_dir=
4960for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4961 if test -f "$ac_dir/install-sh"; then
4962 ac_aux_dir=$ac_dir
4963 ac_install_sh="$ac_aux_dir/install-sh -c"
4964 break
4965 elif test -f "$ac_dir/install.sh"; then
4966 ac_aux_dir=$ac_dir
4967 ac_install_sh="$ac_aux_dir/install.sh -c"
4968 break
4969 elif test -f "$ac_dir/shtool"; then
4970 ac_aux_dir=$ac_dir
4971 ac_install_sh="$ac_aux_dir/shtool install -c"
4972 break
4973 fi
6bb11ab3
L
4974done
4975if test -z "$ac_aux_dir"; then
d0ac1c44 4976 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
4977fi
4978
4979# These three variables are undocumented and unsupported,
4980# and are intended to be withdrawn in a future Autoconf release.
4981# They can cause serious problems if a builder's source tree is in a directory
4982# whose full name contains unusual characters.
4983ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4984ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4985ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4986
4987
4988# Make sure we can run config.sub.
4989$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4990 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
4991
4992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4993$as_echo_n "checking build system type... " >&6; }
d0ac1c44 4994if ${ac_cv_build+:} false; then :
6bb11ab3
L
4995 $as_echo_n "(cached) " >&6
4996else
4997 ac_build_alias=$build_alias
4998test "x$ac_build_alias" = x &&
4999 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5000test "x$ac_build_alias" = x &&
d0ac1c44 5001 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 5002ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5003 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
5004
5005fi
5006{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5007$as_echo "$ac_cv_build" >&6; }
5008case $ac_cv_build in
5009*-*-*) ;;
d0ac1c44 5010*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5011esac
5012build=$ac_cv_build
5013ac_save_IFS=$IFS; IFS='-'
5014set x $ac_cv_build
5015shift
5016build_cpu=$1
5017build_vendor=$2
5018shift; shift
5019# Remember, the first character of IFS is used to create $*,
5020# except with old shells:
5021build_os=$*
5022IFS=$ac_save_IFS
5023case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5024
5025
5026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5027$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5028if ${ac_cv_host+:} false; then :
6bb11ab3
L
5029 $as_echo_n "(cached) " >&6
5030else
5031 if test "x$host_alias" = x; then
5032 ac_cv_host=$ac_cv_build
5033else
5034 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5035 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5036fi
5037
5038fi
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5040$as_echo "$ac_cv_host" >&6; }
5041case $ac_cv_host in
5042*-*-*) ;;
d0ac1c44 5043*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5044esac
5045host=$ac_cv_host
5046ac_save_IFS=$IFS; IFS='-'
5047set x $ac_cv_host
5048shift
5049host_cpu=$1
5050host_vendor=$2
5051shift; shift
5052# Remember, the first character of IFS is used to create $*,
5053# except with old shells:
5054host_os=$*
5055IFS=$ac_save_IFS
5056case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5057
5058
5059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5060$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5061if ${ac_cv_target+:} false; then :
6bb11ab3
L
5062 $as_echo_n "(cached) " >&6
5063else
5064 if test "x$target_alias" = x; then
5065 ac_cv_target=$ac_cv_host
5066else
5067 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5068 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5069fi
5070
5071fi
5072{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5073$as_echo "$ac_cv_target" >&6; }
5074case $ac_cv_target in
5075*-*-*) ;;
d0ac1c44 5076*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5077esac
5078target=$ac_cv_target
5079ac_save_IFS=$IFS; IFS='-'
5080set x $ac_cv_target
5081shift
5082target_cpu=$1
5083target_vendor=$2
5084shift; shift
5085# Remember, the first character of IFS is used to create $*,
5086# except with old shells:
5087target_os=$*
5088IFS=$ac_save_IFS
5089case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5090
5091
5092# The aliases save the names the user supplied, while $host etc.
5093# will get canonicalized.
5094test -n "$target_alias" &&
5095 test "$program_prefix$program_suffix$program_transform_name" = \
5096 NONENONEs,x,x, &&
5097 program_prefix=${target_alias}-
5098
5099ac_ext=c
5100ac_cpp='$CPP $CPPFLAGS'
5101ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5102ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5103ac_compiler_gnu=$ac_cv_c_compiler_gnu
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5105$as_echo_n "checking how to run the C preprocessor... " >&6; }
5106# On Suns, sometimes $CPP names a directory.
5107if test -n "$CPP" && test -d "$CPP"; then
5108 CPP=
5109fi
5110if test -z "$CPP"; then
d0ac1c44 5111 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5112 $as_echo_n "(cached) " >&6
5113else
5114 # Double quotes because CPP needs to be expanded
5115 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5116 do
5117 ac_preproc_ok=false
5118for ac_c_preproc_warn_flag in '' yes
5119do
5120 # Use a header file that comes with gcc, so configuring glibc
5121 # with a fresh cross-compiler works.
5122 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5123 # <limits.h> exists even on freestanding compilers.
5124 # On the NeXT, cc -E runs the code through the compiler's parser,
5125 # not just through cpp. "Syntax error" is here to catch this case.
5126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5127/* end confdefs.h. */
5128#ifdef __STDC__
5129# include <limits.h>
5130#else
5131# include <assert.h>
5132#endif
5133 Syntax error
5134_ACEOF
5135if ac_fn_c_try_cpp "$LINENO"; then :
5136
5137else
5138 # Broken: fails on valid input.
5139continue
5140fi
d0ac1c44 5141rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5142
5143 # OK, works on sane cases. Now check whether nonexistent headers
5144 # can be detected and how.
5145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5146/* end confdefs.h. */
5147#include <ac_nonexistent.h>
5148_ACEOF
5149if ac_fn_c_try_cpp "$LINENO"; then :
5150 # Broken: success on invalid input.
5151continue
5152else
5153 # Passes both tests.
5154ac_preproc_ok=:
5155break
5156fi
d0ac1c44 5157rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5158
5159done
5160# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5161rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5162if $ac_preproc_ok; then :
5163 break
5164fi
5165
5166 done
5167 ac_cv_prog_CPP=$CPP
5168
5169fi
5170 CPP=$ac_cv_prog_CPP
5171else
5172 ac_cv_prog_CPP=$CPP
5173fi
5174{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5175$as_echo "$CPP" >&6; }
5176ac_preproc_ok=false
5177for ac_c_preproc_warn_flag in '' yes
5178do
5179 # Use a header file that comes with gcc, so configuring glibc
5180 # with a fresh cross-compiler works.
5181 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5182 # <limits.h> exists even on freestanding compilers.
5183 # On the NeXT, cc -E runs the code through the compiler's parser,
5184 # not just through cpp. "Syntax error" is here to catch this case.
5185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5186/* end confdefs.h. */
5187#ifdef __STDC__
5188# include <limits.h>
5189#else
5190# include <assert.h>
5191#endif
5192 Syntax error
5193_ACEOF
5194if ac_fn_c_try_cpp "$LINENO"; then :
5195
5196else
5197 # Broken: fails on valid input.
5198continue
5199fi
d0ac1c44 5200rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5201
5202 # OK, works on sane cases. Now check whether nonexistent headers
5203 # can be detected and how.
5204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5205/* end confdefs.h. */
5206#include <ac_nonexistent.h>
5207_ACEOF
5208if ac_fn_c_try_cpp "$LINENO"; then :
5209 # Broken: success on invalid input.
5210continue
5211else
5212 # Passes both tests.
5213ac_preproc_ok=:
5214break
5215fi
d0ac1c44 5216rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5217
5218done
5219# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5220rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5221if $ac_preproc_ok; then :
5222
5223else
5224 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5225$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5226as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5227See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5228fi
5229
5230ac_ext=c
5231ac_cpp='$CPP $CPPFLAGS'
5232ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5233ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5234ac_compiler_gnu=$ac_cv_c_compiler_gnu
5235
5236
5237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5238$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5239if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5240 $as_echo_n "(cached) " >&6
5241else
5242 if test -z "$GREP"; then
5243 ac_path_GREP_found=false
5244 # Loop through the user's path and test for each of PROGNAME-LIST
5245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5246for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5247do
5248 IFS=$as_save_IFS
5249 test -z "$as_dir" && as_dir=.
5250 for ac_prog in grep ggrep; do
5251 for ac_exec_ext in '' $ac_executable_extensions; do
5252 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5253 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5254# Check for GNU ac_path_GREP and select it if it is found.
5255 # Check for GNU $ac_path_GREP
5256case `"$ac_path_GREP" --version 2>&1` in
5257*GNU*)
5258 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5259*)
5260 ac_count=0
5261 $as_echo_n 0123456789 >"conftest.in"
5262 while :
5263 do
5264 cat "conftest.in" "conftest.in" >"conftest.tmp"
5265 mv "conftest.tmp" "conftest.in"
5266 cp "conftest.in" "conftest.nl"
5267 $as_echo 'GREP' >> "conftest.nl"
5268 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5269 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5270 as_fn_arith $ac_count + 1 && ac_count=$as_val
5271 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5272 # Best one so far, save it but keep looking for a better one
5273 ac_cv_path_GREP="$ac_path_GREP"
5274 ac_path_GREP_max=$ac_count
5275 fi
5276 # 10*(2^10) chars as input seems more than enough
5277 test $ac_count -gt 10 && break
5278 done
5279 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5280esac
5281
5282 $ac_path_GREP_found && break 3
5283 done
5284 done
5285 done
5286IFS=$as_save_IFS
5287 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5288 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5289 fi
5290else
5291 ac_cv_path_GREP=$GREP
5292fi
5293
5294fi
5295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5296$as_echo "$ac_cv_path_GREP" >&6; }
5297 GREP="$ac_cv_path_GREP"
5298
5299
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5301$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5302if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5303 $as_echo_n "(cached) " >&6
5304else
5305 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5306 then ac_cv_path_EGREP="$GREP -E"
5307 else
5308 if test -z "$EGREP"; then
5309 ac_path_EGREP_found=false
5310 # Loop through the user's path and test for each of PROGNAME-LIST
5311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5312for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5313do
5314 IFS=$as_save_IFS
5315 test -z "$as_dir" && as_dir=.
5316 for ac_prog in egrep; do
5317 for ac_exec_ext in '' $ac_executable_extensions; do
5318 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5319 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5320# Check for GNU ac_path_EGREP and select it if it is found.
5321 # Check for GNU $ac_path_EGREP
5322case `"$ac_path_EGREP" --version 2>&1` in
5323*GNU*)
5324 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5325*)
5326 ac_count=0
5327 $as_echo_n 0123456789 >"conftest.in"
5328 while :
5329 do
5330 cat "conftest.in" "conftest.in" >"conftest.tmp"
5331 mv "conftest.tmp" "conftest.in"
5332 cp "conftest.in" "conftest.nl"
5333 $as_echo 'EGREP' >> "conftest.nl"
5334 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5335 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5336 as_fn_arith $ac_count + 1 && ac_count=$as_val
5337 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5338 # Best one so far, save it but keep looking for a better one
5339 ac_cv_path_EGREP="$ac_path_EGREP"
5340 ac_path_EGREP_max=$ac_count
5341 fi
5342 # 10*(2^10) chars as input seems more than enough
5343 test $ac_count -gt 10 && break
5344 done
5345 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5346esac
5347
5348 $ac_path_EGREP_found && break 3
5349 done
5350 done
5351 done
5352IFS=$as_save_IFS
5353 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5354 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5355 fi
5356else
5357 ac_cv_path_EGREP=$EGREP
5358fi
5359
5360 fi
5361fi
5362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5363$as_echo "$ac_cv_path_EGREP" >&6; }
5364 EGREP="$ac_cv_path_EGREP"
5365
5366
5367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5368$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5369if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5370 $as_echo_n "(cached) " >&6
5371else
5372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5373/* end confdefs.h. */
5374#include <stdlib.h>
5375#include <stdarg.h>
5376#include <string.h>
5377#include <float.h>
5378
5379int
5380main ()
5381{
5382
5383 ;
5384 return 0;
5385}
5386_ACEOF
5387if ac_fn_c_try_compile "$LINENO"; then :
5388 ac_cv_header_stdc=yes
5389else
5390 ac_cv_header_stdc=no
5391fi
5392rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5393
5394if test $ac_cv_header_stdc = yes; then
5395 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5396 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5397/* end confdefs.h. */
5398#include <string.h>
5399
5400_ACEOF
5401if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5402 $EGREP "memchr" >/dev/null 2>&1; then :
5403
5404else
5405 ac_cv_header_stdc=no
5406fi
5407rm -f conftest*
5408
5409fi
5410
5411if test $ac_cv_header_stdc = yes; then
5412 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5414/* end confdefs.h. */
5415#include <stdlib.h>
5416
5417_ACEOF
5418if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5419 $EGREP "free" >/dev/null 2>&1; then :
5420
5421else
5422 ac_cv_header_stdc=no
5423fi
5424rm -f conftest*
5425
5426fi
5427
5428if test $ac_cv_header_stdc = yes; then
5429 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5430 if test "$cross_compiling" = yes; then :
5431 :
5432else
5433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5434/* end confdefs.h. */
5435#include <ctype.h>
5436#include <stdlib.h>
5437#if ((' ' & 0x0FF) == 0x020)
5438# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5439# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5440#else
5441# define ISLOWER(c) \
5442 (('a' <= (c) && (c) <= 'i') \
5443 || ('j' <= (c) && (c) <= 'r') \
5444 || ('s' <= (c) && (c) <= 'z'))
5445# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5446#endif
5447
5448#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5449int
5450main ()
5451{
5452 int i;
5453 for (i = 0; i < 256; i++)
5454 if (XOR (islower (i), ISLOWER (i))
5455 || toupper (i) != TOUPPER (i))
5456 return 2;
5457 return 0;
5458}
5459_ACEOF
5460if ac_fn_c_try_run "$LINENO"; then :
5461
5462else
5463 ac_cv_header_stdc=no
5464fi
5465rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5466 conftest.$ac_objext conftest.beam conftest.$ac_ext
5467fi
5468
5469fi
5470fi
5471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5472$as_echo "$ac_cv_header_stdc" >&6; }
5473if test $ac_cv_header_stdc = yes; then
5474
5475$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5476
5477fi
5478
5479# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5480for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5481 inttypes.h stdint.h unistd.h
5482do :
5483 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5484ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5485"
d0ac1c44 5486if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5487 cat >>confdefs.h <<_ACEOF
5488#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5489_ACEOF
5490
5491fi
5492
5493done
5494
5495
5496
5497 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5498if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5499 MINIX=yes
5500else
5501 MINIX=
5502fi
5503
5504
5505 if test "$MINIX" = yes; then
5506
5507$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5508
5509
5510$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5511
5512
5513$as_echo "#define _MINIX 1" >>confdefs.h
5514
5515 fi
5516
5517
5518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5519$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5520if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5521 $as_echo_n "(cached) " >&6
5522else
5523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5524/* end confdefs.h. */
5525
d0ac1c44
SM
5526# define __EXTENSIONS__ 1
5527 $ac_includes_default
6bb11ab3
L
5528int
5529main ()
5530{
5531
5532 ;
5533 return 0;
5534}
5535_ACEOF
5536if ac_fn_c_try_compile "$LINENO"; then :
5537 ac_cv_safe_to_define___extensions__=yes
5538else
5539 ac_cv_safe_to_define___extensions__=no
5540fi
5541rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5542fi
5543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5544$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5545 test $ac_cv_safe_to_define___extensions__ = yes &&
5546 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5547
5548 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5549
5550 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5551
5552 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5553
5554 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5555
5556
5557test "$program_prefix" != NONE &&
5558 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5559# Use a double $ so make ignores it.
5560test "$program_suffix" != NONE &&
5561 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5562# Double any \ or $.
5563# By default was `s,x,x', remove it if useless.
5564ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5565program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5566
5567# Find a good install program. We prefer a C program (faster),
5568# so one script is as good as another. But avoid the broken or
5569# incompatible versions:
5570# SysV /etc/install, /usr/sbin/install
5571# SunOS /usr/etc/install
5572# IRIX /sbin/install
5573# AIX /bin/install
5574# AmigaOS /C/install, which installs bootblocks on floppy discs
5575# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5576# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5577# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5578# OS/2's system install, which has a completely different semantic
5579# ./install, which can be erroneously created by make from ./install.sh.
5580# Reject install programs that cannot install multiple files.
5581{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5582$as_echo_n "checking for a BSD-compatible install... " >&6; }
5583if test -z "$INSTALL"; then
d0ac1c44 5584if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5585 $as_echo_n "(cached) " >&6
5586else
5587 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5588for as_dir in $PATH
5589do
5590 IFS=$as_save_IFS
5591 test -z "$as_dir" && as_dir=.
5592 # Account for people who put trailing slashes in PATH elements.
5593case $as_dir/ in #((
5594 ./ | .// | /[cC]/* | \
5595 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5596 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5597 /usr/ucb/* ) ;;
5598 *)
5599 # OSF1 and SCO ODT 3.0 have their own names for install.
5600 # Don't use installbsd from OSF since it installs stuff as root
5601 # by default.
5602 for ac_prog in ginstall scoinst install; do
5603 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5604 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5605 if test $ac_prog = install &&
5606 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5607 # AIX install. It has an incompatible calling convention.
5608 :
5609 elif test $ac_prog = install &&
5610 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5611 # program-specific install script used by HP pwplus--don't use.
5612 :
5613 else
5614 rm -rf conftest.one conftest.two conftest.dir
5615 echo one > conftest.one
5616 echo two > conftest.two
5617 mkdir conftest.dir
5618 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5619 test -s conftest.one && test -s conftest.two &&
5620 test -s conftest.dir/conftest.one &&
5621 test -s conftest.dir/conftest.two
5622 then
5623 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5624 break 3
5625 fi
5626 fi
5627 fi
5628 done
5629 done
5630 ;;
5631esac
5632
5633 done
5634IFS=$as_save_IFS
5635
5636rm -rf conftest.one conftest.two conftest.dir
5637
5638fi
5639 if test "${ac_cv_path_install+set}" = set; then
5640 INSTALL=$ac_cv_path_install
5641 else
5642 # As a last resort, use the slow shell script. Don't cache a
5643 # value for INSTALL within a source directory, because that will
5644 # break other packages using the cache if that directory is
5645 # removed, or if the value is a relative name.
5646 INSTALL=$ac_install_sh
5647 fi
5648fi
5649{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5650$as_echo "$INSTALL" >&6; }
5651
5652# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5653# It thinks the first close brace ends the variable substitution.
5654test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5655
5656test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5657
5658test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5659
5660rm -rf .tst 2>/dev/null
5661mkdir .tst 2>/dev/null
5662if test -d .tst; then
5663 am__leading_dot=.
5664else
5665 am__leading_dot=_
5666fi
5667rmdir .tst 2>/dev/null
5668
5669DEPDIR="${am__leading_dot}deps"
5670
5671case `pwd` in
5672 *\ * | *\ *)
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5674$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5675esac
5676
5677
5678
5679macro_version='2.2.7a'
5680macro_revision='1.3134'
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694ltmain="$ac_aux_dir/ltmain.sh"
5695
5696# Backslashify metacharacters that are still active within
5697# double-quoted strings.
5698sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5699
5700# Same as above, but do not quote variable references.
5701double_quote_subst='s/\(["`\\]\)/\\\1/g'
5702
5703# Sed substitution to delay expansion of an escaped shell variable in a
5704# double_quote_subst'ed string.
5705delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5706
5707# Sed substitution to delay expansion of an escaped single quote.
5708delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5709
5710# Sed substitution to avoid accidental globbing in evaled expressions
5711no_glob_subst='s/\*/\\\*/g'
5712
5713ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5714ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5715ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5716
5717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5718$as_echo_n "checking how to print strings... " >&6; }
5719# Test print first, because it will be a builtin if present.
5720if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5721 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5722 ECHO='print -r --'
5723elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5724 ECHO='printf %s\n'
5725else
5726 # Use this function as a fallback that always works.
5727 func_fallback_echo ()
5728 {
5729 eval 'cat <<_LTECHO_EOF
5730$1
5731_LTECHO_EOF'
5732 }
5733 ECHO='func_fallback_echo'
5734fi
5735
5736# func_echo_all arg...
5737# Invoke $ECHO with all args, space-separated.
5738func_echo_all ()
5739{
5740 $ECHO ""
5741}
5742
5743case "$ECHO" in
5744 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5745$as_echo "printf" >&6; } ;;
5746 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5747$as_echo "print -r" >&6; } ;;
5748 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5749$as_echo "cat" >&6; } ;;
5750esac
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5766$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5767if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5768 $as_echo_n "(cached) " >&6
5769else
5770 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5771 for ac_i in 1 2 3 4 5 6 7; do
5772 ac_script="$ac_script$as_nl$ac_script"
5773 done
5774 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5775 { ac_script=; unset ac_script;}
5776 if test -z "$SED"; then
5777 ac_path_SED_found=false
5778 # Loop through the user's path and test for each of PROGNAME-LIST
5779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5780for as_dir in $PATH
5781do
5782 IFS=$as_save_IFS
5783 test -z "$as_dir" && as_dir=.
5784 for ac_prog in sed gsed; do
5785 for ac_exec_ext in '' $ac_executable_extensions; do
5786 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5787 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5788# Check for GNU ac_path_SED and select it if it is found.
5789 # Check for GNU $ac_path_SED
5790case `"$ac_path_SED" --version 2>&1` in
5791*GNU*)
5792 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5793*)
5794 ac_count=0
5795 $as_echo_n 0123456789 >"conftest.in"
5796 while :
5797 do
5798 cat "conftest.in" "conftest.in" >"conftest.tmp"
5799 mv "conftest.tmp" "conftest.in"
5800 cp "conftest.in" "conftest.nl"
5801 $as_echo '' >> "conftest.nl"
5802 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5803 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5804 as_fn_arith $ac_count + 1 && ac_count=$as_val
5805 if test $ac_count -gt ${ac_path_SED_max-0}; then
5806 # Best one so far, save it but keep looking for a better one
5807 ac_cv_path_SED="$ac_path_SED"
5808 ac_path_SED_max=$ac_count
5809 fi
5810 # 10*(2^10) chars as input seems more than enough
5811 test $ac_count -gt 10 && break
5812 done
5813 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5814esac
5815
5816 $ac_path_SED_found && break 3
5817 done
5818 done
5819 done
5820IFS=$as_save_IFS
5821 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5822 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5823 fi
5824else
5825 ac_cv_path_SED=$SED
5826fi
5827
5828fi
5829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5830$as_echo "$ac_cv_path_SED" >&6; }
5831 SED="$ac_cv_path_SED"
5832 rm -f conftest.sed
5833
5834test -z "$SED" && SED=sed
5835Xsed="$SED -e 1s/^X//"
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5848$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5849if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5850 $as_echo_n "(cached) " >&6
5851else
5852 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5853 then ac_cv_path_FGREP="$GREP -F"
5854 else
5855 if test -z "$FGREP"; then
5856 ac_path_FGREP_found=false
5857 # Loop through the user's path and test for each of PROGNAME-LIST
5858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5860do
5861 IFS=$as_save_IFS
5862 test -z "$as_dir" && as_dir=.
5863 for ac_prog in fgrep; do
5864 for ac_exec_ext in '' $ac_executable_extensions; do
5865 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5866 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5867# Check for GNU ac_path_FGREP and select it if it is found.
5868 # Check for GNU $ac_path_FGREP
5869case `"$ac_path_FGREP" --version 2>&1` in
5870*GNU*)
5871 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5872*)
5873 ac_count=0
5874 $as_echo_n 0123456789 >"conftest.in"
5875 while :
5876 do
5877 cat "conftest.in" "conftest.in" >"conftest.tmp"
5878 mv "conftest.tmp" "conftest.in"
5879 cp "conftest.in" "conftest.nl"
5880 $as_echo 'FGREP' >> "conftest.nl"
5881 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5882 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5883 as_fn_arith $ac_count + 1 && ac_count=$as_val
5884 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5885 # Best one so far, save it but keep looking for a better one
5886 ac_cv_path_FGREP="$ac_path_FGREP"
5887 ac_path_FGREP_max=$ac_count
5888 fi
5889 # 10*(2^10) chars as input seems more than enough
5890 test $ac_count -gt 10 && break
5891 done
5892 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5893esac
5894
5895 $ac_path_FGREP_found && break 3
5896 done
5897 done
5898 done
5899IFS=$as_save_IFS
5900 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5901 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5902 fi
5903else
5904 ac_cv_path_FGREP=$FGREP
5905fi
5906
5907 fi
5908fi
5909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5910$as_echo "$ac_cv_path_FGREP" >&6; }
5911 FGREP="$ac_cv_path_FGREP"
5912
5913
5914test -z "$GREP" && GREP=grep
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934# Check whether --with-gnu-ld was given.
5935if test "${with_gnu_ld+set}" = set; then :
5936 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5937else
5938 with_gnu_ld=no
5939fi
5940
5941ac_prog=ld
5942if test "$GCC" = yes; then
5943 # Check if gcc -print-prog-name=ld gives a path.
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5945$as_echo_n "checking for ld used by $CC... " >&6; }
5946 case $host in
5947 *-*-mingw*)
5948 # gcc leaves a trailing carriage return which upsets mingw
5949 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5950 *)
5951 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5952 esac
5953 case $ac_prog in
5954 # Accept absolute paths.
5955 [\\/]* | ?:[\\/]*)
5956 re_direlt='/[^/][^/]*/\.\./'
5957 # Canonicalize the pathname of ld
5958 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5959 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5960 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5961 done
5962 test -z "$LD" && LD="$ac_prog"
5963 ;;
5964 "")
5965 # If it fails, then pretend we aren't using GCC.
5966 ac_prog=ld
5967 ;;
5968 *)
5969 # If it is relative, then search for the first ld in PATH.
5970 with_gnu_ld=unknown
5971 ;;
5972 esac
5973elif test "$with_gnu_ld" = yes; then
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5975$as_echo_n "checking for GNU ld... " >&6; }
5976else
5977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5978$as_echo_n "checking for non-GNU ld... " >&6; }
5979fi
d0ac1c44 5980if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
5981 $as_echo_n "(cached) " >&6
5982else
5983 if test -z "$LD"; then
5984 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5985 for ac_dir in $PATH; do
5986 IFS="$lt_save_ifs"
5987 test -z "$ac_dir" && ac_dir=.
5988 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5989 lt_cv_path_LD="$ac_dir/$ac_prog"
5990 # Check to see if the program is GNU ld. I'd rather use --version,
5991 # but apparently some variants of GNU ld only accept -v.
5992 # Break only if it was the GNU/non-GNU ld that we prefer.
5993 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5994 *GNU* | *'with BFD'*)
5995 test "$with_gnu_ld" != no && break
5996 ;;
5997 *)
5998 test "$with_gnu_ld" != yes && break
5999 ;;
6000 esac
6001 fi
6002 done
6003 IFS="$lt_save_ifs"
6004else
6005 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6006fi
6007fi
6008
6009LD="$lt_cv_path_LD"
6010if test -n "$LD"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6012$as_echo "$LD" >&6; }
6013else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015$as_echo "no" >&6; }
6016fi
d0ac1c44 6017test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6018{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6019$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6020if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6021 $as_echo_n "(cached) " >&6
6022else
6023 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6024case `$LD -v 2>&1 </dev/null` in
6025*GNU* | *'with BFD'*)
6026 lt_cv_prog_gnu_ld=yes
6027 ;;
6028*)
6029 lt_cv_prog_gnu_ld=no
6030 ;;
6031esac
6032fi
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6034$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6035with_gnu_ld=$lt_cv_prog_gnu_ld
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6046$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6047if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6048 $as_echo_n "(cached) " >&6
6049else
6050 if test -n "$NM"; then
6051 # Let the user override the test.
6052 lt_cv_path_NM="$NM"
6053else
6054 lt_nm_to_check="${ac_tool_prefix}nm"
6055 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6056 lt_nm_to_check="$lt_nm_to_check nm"
6057 fi
6058 for lt_tmp_nm in $lt_nm_to_check; do
6059 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6060 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6061 IFS="$lt_save_ifs"
6062 test -z "$ac_dir" && ac_dir=.
6063 tmp_nm="$ac_dir/$lt_tmp_nm"
6064 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6065 # Check to see if the nm accepts a BSD-compat flag.
6066 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6067 # nm: unknown option "B" ignored
6068 # Tru64's nm complains that /dev/null is an invalid object file
6069 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6070 */dev/null* | *'Invalid file or object type'*)
6071 lt_cv_path_NM="$tmp_nm -B"
6072 break
6073 ;;
6074 *)
6075 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6076 */dev/null*)
6077 lt_cv_path_NM="$tmp_nm -p"
6078 break
6079 ;;
6080 *)
6081 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6082 continue # so that we can try to find one that supports BSD flags
6083 ;;
6084 esac
6085 ;;
6086 esac
6087 fi
6088 done
6089 IFS="$lt_save_ifs"
6090 done
6091 : ${lt_cv_path_NM=no}
6092fi
6093fi
6094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6095$as_echo "$lt_cv_path_NM" >&6; }
6096if test "$lt_cv_path_NM" != "no"; then
6097 NM="$lt_cv_path_NM"
6098else
6099 # Didn't find any BSD compatible name lister, look for dumpbin.
6100 if test -n "$DUMPBIN"; then :
6101 # Let the user override the test.
6102 else
6103 if test -n "$ac_tool_prefix"; then
6104 for ac_prog in dumpbin "link -dump"
6105 do
6106 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6107set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6108{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6109$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6110if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6111 $as_echo_n "(cached) " >&6
6112else
6113 if test -n "$DUMPBIN"; then
6114 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6115else
6116as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6117for as_dir in $PATH
6118do
6119 IFS=$as_save_IFS
6120 test -z "$as_dir" && as_dir=.
6121 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6122 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6123 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6124 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6125 break 2
6126 fi
6127done
6128 done
6129IFS=$as_save_IFS
6130
6131fi
6132fi
6133DUMPBIN=$ac_cv_prog_DUMPBIN
6134if test -n "$DUMPBIN"; then
6135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6136$as_echo "$DUMPBIN" >&6; }
6137else
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6139$as_echo "no" >&6; }
6140fi
6141
6142
6143 test -n "$DUMPBIN" && break
6144 done
6145fi
6146if test -z "$DUMPBIN"; then
6147 ac_ct_DUMPBIN=$DUMPBIN
6148 for ac_prog in dumpbin "link -dump"
6149do
6150 # Extract the first word of "$ac_prog", so it can be a program name with args.
6151set dummy $ac_prog; ac_word=$2
6152{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6153$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6154if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6155 $as_echo_n "(cached) " >&6
6156else
6157 if test -n "$ac_ct_DUMPBIN"; then
6158 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6159else
6160as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6161for as_dir in $PATH
6162do
6163 IFS=$as_save_IFS
6164 test -z "$as_dir" && as_dir=.
6165 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6166 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6167 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6168 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6169 break 2
6170 fi
6171done
6172 done
6173IFS=$as_save_IFS
6174
6175fi
6176fi
6177ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6178if test -n "$ac_ct_DUMPBIN"; then
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6180$as_echo "$ac_ct_DUMPBIN" >&6; }
6181else
6182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6183$as_echo "no" >&6; }
6184fi
6185
6186
6187 test -n "$ac_ct_DUMPBIN" && break
6188done
6189
6190 if test "x$ac_ct_DUMPBIN" = x; then
6191 DUMPBIN=":"
6192 else
6193 case $cross_compiling:$ac_tool_warned in
6194yes:)
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6196$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6197ac_tool_warned=yes ;;
6198esac
6199 DUMPBIN=$ac_ct_DUMPBIN
6200 fi
6201fi
6202
6203 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6204 *COFF*)
6205 DUMPBIN="$DUMPBIN -symbols"
6206 ;;
6207 *)
6208 DUMPBIN=:
6209 ;;
6210 esac
6211 fi
6212
6213 if test "$DUMPBIN" != ":"; then
6214 NM="$DUMPBIN"
6215 fi
6216fi
6217test -z "$NM" && NM=nm
6218
6219
6220
6221
6222
6223
6224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6225$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6226if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6227 $as_echo_n "(cached) " >&6
6228else
6229 lt_cv_nm_interface="BSD nm"
6230 echo "int some_variable = 0;" > conftest.$ac_ext
6231 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6232 (eval "$ac_compile" 2>conftest.err)
6233 cat conftest.err >&5
6234 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6235 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6236 cat conftest.err >&5
6237 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6238 cat conftest.out >&5
6239 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6240 lt_cv_nm_interface="MS dumpbin"
6241 fi
6242 rm -f conftest*
6243fi
6244{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6245$as_echo "$lt_cv_nm_interface" >&6; }
6246
6247{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6248$as_echo_n "checking whether ln -s works... " >&6; }
6249LN_S=$as_ln_s
6250if test "$LN_S" = "ln -s"; then
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6252$as_echo "yes" >&6; }
6253else
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6255$as_echo "no, using $LN_S" >&6; }
6256fi
6257
6258# find the maximum length of command line arguments
6259{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6260$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6261if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6262 $as_echo_n "(cached) " >&6
6263else
6264 i=0
6265 teststring="ABCD"
6266
6267 case $build_os in
6268 msdosdjgpp*)
6269 # On DJGPP, this test can blow up pretty badly due to problems in libc
6270 # (any single argument exceeding 2000 bytes causes a buffer overrun
6271 # during glob expansion). Even if it were fixed, the result of this
6272 # check would be larger than it should be.
6273 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6274 ;;
6275
6276 gnu*)
6277 # Under GNU Hurd, this test is not required because there is
6278 # no limit to the length of command line arguments.
6279 # Libtool will interpret -1 as no limit whatsoever
6280 lt_cv_sys_max_cmd_len=-1;
6281 ;;
6282
6283 cygwin* | mingw* | cegcc*)
6284 # On Win9x/ME, this test blows up -- it succeeds, but takes
6285 # about 5 minutes as the teststring grows exponentially.
6286 # Worse, since 9x/ME are not pre-emptively multitasking,
6287 # you end up with a "frozen" computer, even though with patience
6288 # the test eventually succeeds (with a max line length of 256k).
6289 # Instead, let's just punt: use the minimum linelength reported by
6290 # all of the supported platforms: 8192 (on NT/2K/XP).
6291 lt_cv_sys_max_cmd_len=8192;
6292 ;;
6293
6294 mint*)
6295 # On MiNT this can take a long time and run out of memory.
6296 lt_cv_sys_max_cmd_len=8192;
6297 ;;
6298
6299 amigaos*)
6300 # On AmigaOS with pdksh, this test takes hours, literally.
6301 # So we just punt and use a minimum line length of 8192.
6302 lt_cv_sys_max_cmd_len=8192;
6303 ;;
6304
6305 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6306 # This has been around since 386BSD, at least. Likely further.
6307 if test -x /sbin/sysctl; then
6308 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6309 elif test -x /usr/sbin/sysctl; then
6310 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6311 else
6312 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6313 fi
6314 # And add a safety zone
6315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6316 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6317 ;;
6318
6319 interix*)
6320 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6321 lt_cv_sys_max_cmd_len=196608
6322 ;;
6323
6324 osf*)
6325 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6326 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6327 # nice to cause kernel panics so lets avoid the loop below.
6328 # First set a reasonable default.
6329 lt_cv_sys_max_cmd_len=16384
6330 #
6331 if test -x /sbin/sysconfig; then
6332 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6333 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6334 esac
6335 fi
6336 ;;
6337 sco3.2v5*)
6338 lt_cv_sys_max_cmd_len=102400
6339 ;;
6340 sysv5* | sco5v6* | sysv4.2uw2*)
6341 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6342 if test -n "$kargmax"; then
6343 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6344 else
6345 lt_cv_sys_max_cmd_len=32768
6346 fi
6347 ;;
6348 *)
6349 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6350 if test -n "$lt_cv_sys_max_cmd_len"; then
6351 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6352 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6353 else
6354 # Make teststring a little bigger before we do anything with it.
6355 # a 1K string should be a reasonable start.
6356 for i in 1 2 3 4 5 6 7 8 ; do
6357 teststring=$teststring$teststring
6358 done
6359 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6360 # If test is not a shell built-in, we'll probably end up computing a
6361 # maximum length that is only half of the actual maximum length, but
6362 # we can't tell.
6363 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6364 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6365 test $i != 17 # 1/2 MB should be enough
6366 do
6367 i=`expr $i + 1`
6368 teststring=$teststring$teststring
6369 done
6370 # Only check the string length outside the loop.
6371 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6372 teststring=
6373 # Add a significant safety factor because C++ compilers can tack on
6374 # massive amounts of additional arguments before passing them to the
6375 # linker. It appears as though 1/2 is a usable value.
6376 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6377 fi
6378 ;;
6379 esac
6380
6381fi
6382
6383if test -n $lt_cv_sys_max_cmd_len ; then
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6385$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6386else
6387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6388$as_echo "none" >&6; }
6389fi
6390max_cmd_len=$lt_cv_sys_max_cmd_len
6391
6392
6393
6394
6395
6396
6397: ${CP="cp -f"}
6398: ${MV="mv -f"}
6399: ${RM="rm -f"}
6400
6401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6402$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6403# Try some XSI features
6404xsi_shell=no
6405( _lt_dummy="a/b/c"
6406 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6407 = c,a/b,, \
6408 && eval 'test $(( 1 + 1 )) -eq 2 \
6409 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6410 && xsi_shell=yes
6411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6412$as_echo "$xsi_shell" >&6; }
6413
6414
6415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6416$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6417lt_shell_append=no
6418( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6419 >/dev/null 2>&1 \
6420 && lt_shell_append=yes
6421{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6422$as_echo "$lt_shell_append" >&6; }
6423
6424
6425if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6426 lt_unset=unset
6427else
6428 lt_unset=false
6429fi
6430
6431
6432
6433
6434
6435# test EBCDIC or ASCII
6436case `echo X|tr X '\101'` in
6437 A) # ASCII based system
6438 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6439 lt_SP2NL='tr \040 \012'
6440 lt_NL2SP='tr \015\012 \040\040'
6441 ;;
6442 *) # EBCDIC based system
6443 lt_SP2NL='tr \100 \n'
6444 lt_NL2SP='tr \r\n \100\100'
6445 ;;
6446esac
6447
6448
6449
6450
6451
6452
6453
6454
6455
6456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6457$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6458if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6459 $as_echo_n "(cached) " >&6
6460else
6461 lt_cv_ld_reload_flag='-r'
6462fi
6463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6464$as_echo "$lt_cv_ld_reload_flag" >&6; }
6465reload_flag=$lt_cv_ld_reload_flag
6466case $reload_flag in
6467"" | " "*) ;;
6468*) reload_flag=" $reload_flag" ;;
6469esac
6470reload_cmds='$LD$reload_flag -o $output$reload_objs'
6471case $host_os in
6472 darwin*)
6473 if test "$GCC" = yes; then
6474 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6475 else
6476 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6477 fi
6478 ;;
6479esac
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489if test -n "$ac_tool_prefix"; then
6490 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6491set dummy ${ac_tool_prefix}objdump; ac_word=$2
6492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6493$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6494if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6495 $as_echo_n "(cached) " >&6
6496else
6497 if test -n "$OBJDUMP"; then
6498 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6499else
6500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6501for as_dir in $PATH
6502do
6503 IFS=$as_save_IFS
6504 test -z "$as_dir" && as_dir=.
6505 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6506 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6507 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6509 break 2
6510 fi
6511done
6512 done
6513IFS=$as_save_IFS
6514
6515fi
6516fi
6517OBJDUMP=$ac_cv_prog_OBJDUMP
6518if test -n "$OBJDUMP"; then
6519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6520$as_echo "$OBJDUMP" >&6; }
6521else
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6523$as_echo "no" >&6; }
6524fi
6525
6526
6527fi
6528if test -z "$ac_cv_prog_OBJDUMP"; then
6529 ac_ct_OBJDUMP=$OBJDUMP
6530 # Extract the first word of "objdump", so it can be a program name with args.
6531set dummy objdump; ac_word=$2
6532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6533$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6534if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6535 $as_echo_n "(cached) " >&6
6536else
6537 if test -n "$ac_ct_OBJDUMP"; then
6538 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6539else
6540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6541for as_dir in $PATH
6542do
6543 IFS=$as_save_IFS
6544 test -z "$as_dir" && as_dir=.
6545 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6546 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6547 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6549 break 2
6550 fi
6551done
6552 done
6553IFS=$as_save_IFS
6554
6555fi
6556fi
6557ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6558if test -n "$ac_ct_OBJDUMP"; then
6559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6560$as_echo "$ac_ct_OBJDUMP" >&6; }
6561else
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6563$as_echo "no" >&6; }
6564fi
6565
6566 if test "x$ac_ct_OBJDUMP" = x; then
6567 OBJDUMP="false"
6568 else
6569 case $cross_compiling:$ac_tool_warned in
6570yes:)
6571{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6572$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6573ac_tool_warned=yes ;;
6574esac
6575 OBJDUMP=$ac_ct_OBJDUMP
6576 fi
6577else
6578 OBJDUMP="$ac_cv_prog_OBJDUMP"
6579fi
6580
6581test -z "$OBJDUMP" && OBJDUMP=objdump
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6592$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6593if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6594 $as_echo_n "(cached) " >&6
6595else
6596 lt_cv_file_magic_cmd='$MAGIC_CMD'
6597lt_cv_file_magic_test_file=
6598lt_cv_deplibs_check_method='unknown'
6599# Need to set the preceding variable on all platforms that support
6600# interlibrary dependencies.
6601# 'none' -- dependencies not supported.
6602# `unknown' -- same as none, but documents that we really don't know.
6603# 'pass_all' -- all dependencies passed with no checks.
6604# 'test_compile' -- check by making test program.
6605# 'file_magic [[regex]]' -- check by looking for files in library path
6606# which responds to the $file_magic_cmd with a given extended regex.
6607# If you have `file' or equivalent on your system and you're not sure
6608# whether `pass_all' will *always* work, you probably want this one.
6609
6610case $host_os in
6611aix[4-9]*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615beos*)
6616 lt_cv_deplibs_check_method=pass_all
6617 ;;
6618
6619bsdi[45]*)
6620 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6621 lt_cv_file_magic_cmd='/usr/bin/file -L'
6622 lt_cv_file_magic_test_file=/shlib/libc.so
6623 ;;
6624
6625cygwin*)
6626 # func_win32_libid is a shell function defined in ltmain.sh
6627 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6628 lt_cv_file_magic_cmd='func_win32_libid'
6629 ;;
6630
6631mingw* | pw32*)
6632 # Base MSYS/MinGW do not provide the 'file' command needed by
6633 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6634 # unless we find 'file', for example because we are cross-compiling.
6635 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6636 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6637 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6638 lt_cv_file_magic_cmd='func_win32_libid'
6639 else
6640 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6641 lt_cv_file_magic_cmd='$OBJDUMP -f'
6642 fi
6643 ;;
6644
6645cegcc*)
6646 # use the weaker test based on 'objdump'. See mingw*.
6647 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6648 lt_cv_file_magic_cmd='$OBJDUMP -f'
6649 ;;
6650
6651darwin* | rhapsody*)
6652 lt_cv_deplibs_check_method=pass_all
6653 ;;
6654
6655freebsd* | dragonfly*)
6656 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6657 case $host_cpu in
6658 i*86 )
6659 # Not sure whether the presence of OpenBSD here was a mistake.
6660 # Let's accept both of them until this is cleared up.
6661 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6662 lt_cv_file_magic_cmd=/usr/bin/file
6663 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6664 ;;
6665 esac
6666 else
6667 lt_cv_deplibs_check_method=pass_all
6668 fi
6669 ;;
6670
6671gnu*)
6672 lt_cv_deplibs_check_method=pass_all
6673 ;;
6674
6675haiku*)
6676 lt_cv_deplibs_check_method=pass_all
6677 ;;
6678
6679hpux10.20* | hpux11*)
6680 lt_cv_file_magic_cmd=/usr/bin/file
6681 case $host_cpu in
6682 ia64*)
6683 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6684 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6685 ;;
6686 hppa*64*)
6687 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]'
6688 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6689 ;;
6690 *)
6691 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6692 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6693 ;;
6694 esac
6695 ;;
6696
6697interix[3-9]*)
6698 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6699 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6700 ;;
6701
6702irix5* | irix6* | nonstopux*)
6703 case $LD in
6704 *-32|*"-32 ") libmagic=32-bit;;
6705 *-n32|*"-n32 ") libmagic=N32;;
6706 *-64|*"-64 ") libmagic=64-bit;;
6707 *) libmagic=never-match;;
6708 esac
6709 lt_cv_deplibs_check_method=pass_all
6710 ;;
6711
6712# This must be Linux ELF.
6713linux* | k*bsd*-gnu | kopensolaris*-gnu)
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716
6717netbsd*)
6718 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6719 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6720 else
6721 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6722 fi
6723 ;;
6724
6725newos6*)
6726 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6727 lt_cv_file_magic_cmd=/usr/bin/file
6728 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6729 ;;
6730
6731*nto* | *qnx*)
6732 lt_cv_deplibs_check_method=pass_all
6733 ;;
6734
6735openbsd*)
6736 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6737 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6738 else
6739 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6740 fi
6741 ;;
6742
6743osf3* | osf4* | osf5*)
6744 lt_cv_deplibs_check_method=pass_all
6745 ;;
6746
6747rdos*)
6748 lt_cv_deplibs_check_method=pass_all
6749 ;;
6750
6751solaris*)
6752 lt_cv_deplibs_check_method=pass_all
6753 ;;
6754
6755sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6756 lt_cv_deplibs_check_method=pass_all
6757 ;;
6758
6759sysv4 | sysv4.3*)
6760 case $host_vendor in
6761 motorola)
6762 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]'
6763 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6764 ;;
6765 ncr)
6766 lt_cv_deplibs_check_method=pass_all
6767 ;;
6768 sequent)
6769 lt_cv_file_magic_cmd='/bin/file'
6770 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6771 ;;
6772 sni)
6773 lt_cv_file_magic_cmd='/bin/file'
6774 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6775 lt_cv_file_magic_test_file=/lib/libc.so
6776 ;;
6777 siemens)
6778 lt_cv_deplibs_check_method=pass_all
6779 ;;
6780 pc)
6781 lt_cv_deplibs_check_method=pass_all
6782 ;;
6783 esac
6784 ;;
6785
6786tpf*)
6787 lt_cv_deplibs_check_method=pass_all
6788 ;;
6789esac
6790
6791fi
6792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6793$as_echo "$lt_cv_deplibs_check_method" >&6; }
6794file_magic_cmd=$lt_cv_file_magic_cmd
6795deplibs_check_method=$lt_cv_deplibs_check_method
6796test -z "$deplibs_check_method" && deplibs_check_method=unknown
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809if test -n "$ac_tool_prefix"; then
6810 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6811set dummy ${ac_tool_prefix}ar; ac_word=$2
6812{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6813$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6814if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6815 $as_echo_n "(cached) " >&6
6816else
6817 if test -n "$AR"; then
6818 ac_cv_prog_AR="$AR" # Let the user override the test.
6819else
6820as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6821for as_dir in $PATH
6822do
6823 IFS=$as_save_IFS
6824 test -z "$as_dir" && as_dir=.
6825 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6826 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6827 ac_cv_prog_AR="${ac_tool_prefix}ar"
6828 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6829 break 2
6830 fi
6831done
6832 done
6833IFS=$as_save_IFS
6834
6835fi
6836fi
6837AR=$ac_cv_prog_AR
6838if test -n "$AR"; then
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6840$as_echo "$AR" >&6; }
6841else
6842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6843$as_echo "no" >&6; }
6844fi
6845
6846
6847fi
6848if test -z "$ac_cv_prog_AR"; then
6849 ac_ct_AR=$AR
6850 # Extract the first word of "ar", so it can be a program name with args.
6851set dummy ar; ac_word=$2
6852{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6853$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6854if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6855 $as_echo_n "(cached) " >&6
6856else
6857 if test -n "$ac_ct_AR"; then
6858 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6859else
6860as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6861for as_dir in $PATH
6862do
6863 IFS=$as_save_IFS
6864 test -z "$as_dir" && as_dir=.
6865 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6866 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6867 ac_cv_prog_ac_ct_AR="ar"
6868 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6869 break 2
6870 fi
6871done
6872 done
6873IFS=$as_save_IFS
6874
6875fi
6876fi
6877ac_ct_AR=$ac_cv_prog_ac_ct_AR
6878if test -n "$ac_ct_AR"; then
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6880$as_echo "$ac_ct_AR" >&6; }
6881else
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6883$as_echo "no" >&6; }
6884fi
6885
6886 if test "x$ac_ct_AR" = x; then
6887 AR="false"
6888 else
6889 case $cross_compiling:$ac_tool_warned in
6890yes:)
6891{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6892$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6893ac_tool_warned=yes ;;
6894esac
6895 AR=$ac_ct_AR
6896 fi
6897else
6898 AR="$ac_cv_prog_AR"
6899fi
6900
6901test -z "$AR" && AR=ar
6902test -z "$AR_FLAGS" && AR_FLAGS=cru
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914if test -n "$ac_tool_prefix"; then
6915 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6916set dummy ${ac_tool_prefix}strip; ac_word=$2
6917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6918$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6919if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6920 $as_echo_n "(cached) " >&6
6921else
6922 if test -n "$STRIP"; then
6923 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6924else
6925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6926for as_dir in $PATH
6927do
6928 IFS=$as_save_IFS
6929 test -z "$as_dir" && as_dir=.
6930 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6932 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6934 break 2
6935 fi
6936done
6937 done
6938IFS=$as_save_IFS
6939
6940fi
6941fi
6942STRIP=$ac_cv_prog_STRIP
6943if test -n "$STRIP"; then
6944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6945$as_echo "$STRIP" >&6; }
6946else
6947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6948$as_echo "no" >&6; }
6949fi
6950
6951
6952fi
6953if test -z "$ac_cv_prog_STRIP"; then
6954 ac_ct_STRIP=$STRIP
6955 # Extract the first word of "strip", so it can be a program name with args.
6956set dummy strip; ac_word=$2
6957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6958$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6959if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
6960 $as_echo_n "(cached) " >&6
6961else
6962 if test -n "$ac_ct_STRIP"; then
6963 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6964else
6965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6966for as_dir in $PATH
6967do
6968 IFS=$as_save_IFS
6969 test -z "$as_dir" && as_dir=.
6970 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6971 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6972 ac_cv_prog_ac_ct_STRIP="strip"
6973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6974 break 2
6975 fi
6976done
6977 done
6978IFS=$as_save_IFS
6979
6980fi
6981fi
6982ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6983if test -n "$ac_ct_STRIP"; then
6984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6985$as_echo "$ac_ct_STRIP" >&6; }
6986else
6987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6988$as_echo "no" >&6; }
6989fi
6990
6991 if test "x$ac_ct_STRIP" = x; then
6992 STRIP=":"
6993 else
6994 case $cross_compiling:$ac_tool_warned in
6995yes:)
6996{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6997$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6998ac_tool_warned=yes ;;
6999esac
7000 STRIP=$ac_ct_STRIP
7001 fi
7002else
7003 STRIP="$ac_cv_prog_STRIP"
7004fi
7005
7006test -z "$STRIP" && STRIP=:
7007
7008
7009
7010
7011
7012
7013if test -n "$ac_tool_prefix"; then
7014 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7015set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7017$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7018if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7019 $as_echo_n "(cached) " >&6
7020else
7021 if test -n "$RANLIB"; then
7022 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7023else
7024as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7025for as_dir in $PATH
7026do
7027 IFS=$as_save_IFS
7028 test -z "$as_dir" && as_dir=.
7029 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7030 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7031 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7032 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7033 break 2
7034 fi
7035done
7036 done
7037IFS=$as_save_IFS
7038
7039fi
7040fi
7041RANLIB=$ac_cv_prog_RANLIB
7042if test -n "$RANLIB"; then
7043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7044$as_echo "$RANLIB" >&6; }
7045else
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7047$as_echo "no" >&6; }
7048fi
7049
7050
7051fi
7052if test -z "$ac_cv_prog_RANLIB"; then
7053 ac_ct_RANLIB=$RANLIB
7054 # Extract the first word of "ranlib", so it can be a program name with args.
7055set dummy ranlib; ac_word=$2
7056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7057$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7058if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7059 $as_echo_n "(cached) " >&6
7060else
7061 if test -n "$ac_ct_RANLIB"; then
7062 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7063else
7064as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7065for as_dir in $PATH
7066do
7067 IFS=$as_save_IFS
7068 test -z "$as_dir" && as_dir=.
7069 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7070 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7071 ac_cv_prog_ac_ct_RANLIB="ranlib"
7072 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7073 break 2
7074 fi
7075done
7076 done
7077IFS=$as_save_IFS
7078
7079fi
7080fi
7081ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7082if test -n "$ac_ct_RANLIB"; then
7083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7084$as_echo "$ac_ct_RANLIB" >&6; }
7085else
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7087$as_echo "no" >&6; }
7088fi
7089
7090 if test "x$ac_ct_RANLIB" = x; then
7091 RANLIB=":"
7092 else
7093 case $cross_compiling:$ac_tool_warned in
7094yes:)
7095{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7096$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7097ac_tool_warned=yes ;;
7098esac
7099 RANLIB=$ac_ct_RANLIB
7100 fi
7101else
7102 RANLIB="$ac_cv_prog_RANLIB"
7103fi
7104
7105test -z "$RANLIB" && RANLIB=:
7106
7107
7108
7109
7110
7111
7112# Determine commands to create old-style static archives.
7113old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7114old_postinstall_cmds='chmod 644 $oldlib'
7115old_postuninstall_cmds=
7116
7117if test -n "$RANLIB"; then
7118 case $host_os in
7119 openbsd*)
7120 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7121 ;;
7122 *)
7123 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7124 ;;
7125 esac
7126 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7127fi
7128
7129case $host_os in
7130 darwin*)
7131 lock_old_archive_extraction=yes ;;
7132 *)
7133 lock_old_archive_extraction=no ;;
7134esac
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156for ac_prog in gawk mawk nawk awk
7157do
7158 # Extract the first word of "$ac_prog", so it can be a program name with args.
7159set dummy $ac_prog; ac_word=$2
7160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7161$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7162if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7163 $as_echo_n "(cached) " >&6
7164else
7165 if test -n "$AWK"; then
7166 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7167else
7168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7169for as_dir in $PATH
7170do
7171 IFS=$as_save_IFS
7172 test -z "$as_dir" && as_dir=.
7173 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7175 ac_cv_prog_AWK="$ac_prog"
7176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7177 break 2
7178 fi
7179done
7180 done
7181IFS=$as_save_IFS
7182
7183fi
7184fi
7185AWK=$ac_cv_prog_AWK
7186if test -n "$AWK"; then
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7188$as_echo "$AWK" >&6; }
7189else
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7191$as_echo "no" >&6; }
7192fi
7193
7194
7195 test -n "$AWK" && break
7196done
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216# If no C compiler was specified, use CC.
7217LTCC=${LTCC-"$CC"}
7218
7219# If no C compiler flags were specified, use CFLAGS.
7220LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7221
7222# Allow CC to be a program name with arguments.
7223compiler=$CC
7224
7225
7226# Check for command to grab the raw symbol name followed by C symbol from nm.
7227{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7228$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7229if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7230 $as_echo_n "(cached) " >&6
7231else
7232
7233# These are sane defaults that work on at least a few old systems.
7234# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7235
7236# Character class describing NM global symbol codes.
7237symcode='[BCDEGRST]'
7238
7239# Regexp to match symbols that can be accessed directly from C.
7240sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7241
7242# Define system-specific variables.
7243case $host_os in
7244aix*)
7245 symcode='[BCDT]'
7246 ;;
7247cygwin* | mingw* | pw32* | cegcc*)
7248 symcode='[ABCDGISTW]'
7249 ;;
7250hpux*)
7251 if test "$host_cpu" = ia64; then
7252 symcode='[ABCDEGRST]'
7253 fi
7254 ;;
7255irix* | nonstopux*)
7256 symcode='[BCDEGRST]'
7257 ;;
7258osf*)
7259 symcode='[BCDEGQRST]'
7260 ;;
7261solaris*)
7262 symcode='[BDRT]'
7263 ;;
7264sco3.2v5*)
7265 symcode='[DT]'
7266 ;;
7267sysv4.2uw2*)
7268 symcode='[DT]'
7269 ;;
7270sysv5* | sco5v6* | unixware* | OpenUNIX*)
7271 symcode='[ABDT]'
7272 ;;
7273sysv4)
7274 symcode='[DFNSTU]'
7275 ;;
7276esac
7277
7278# If we're using GNU nm, then use its standard symbol codes.
7279case `$NM -V 2>&1` in
7280*GNU* | *'with BFD'*)
7281 symcode='[ABCDGIRSTW]' ;;
7282esac
7283
7284# Transform an extracted symbol line into a proper C declaration.
7285# Some systems (esp. on ia64) link data and code symbols differently,
7286# so use this general approach.
7287lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7288
7289# Transform an extracted symbol line into symbol name and symbol address
7290lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7291lt_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'"
7292
7293# Handle CRLF in mingw tool chain
7294opt_cr=
7295case $build_os in
7296mingw*)
7297 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7298 ;;
7299esac
7300
7301# Try without a prefix underscore, then with it.
7302for ac_symprfx in "" "_"; do
7303
7304 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7305 symxfrm="\\1 $ac_symprfx\\2 \\2"
7306
7307 # Write the raw and C identifiers.
7308 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7309 # Fake it for dumpbin and say T for any non-static function
7310 # and D for any global variable.
7311 # Also find C++ and __fastcall symbols from MSVC++,
7312 # which start with @ or ?.
7313 lt_cv_sys_global_symbol_pipe="$AWK '"\
7314" {last_section=section; section=\$ 3};"\
7315" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7316" \$ 0!~/External *\|/{next};"\
7317" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7318" {if(hide[section]) next};"\
7319" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7320" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7321" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7322" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7323" ' prfx=^$ac_symprfx"
7324 else
7325 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7326 fi
7327
7328 # Check to see that the pipe works correctly.
7329 pipe_works=no
7330
7331 rm -f conftest*
7332 cat > conftest.$ac_ext <<_LT_EOF
7333#ifdef __cplusplus
7334extern "C" {
7335#endif
7336char nm_test_var;
7337void nm_test_func(void);
7338void nm_test_func(void){}
7339#ifdef __cplusplus
7340}
7341#endif
7342int main(){nm_test_var='a';nm_test_func();return(0);}
7343_LT_EOF
7344
7345 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7346 (eval $ac_compile) 2>&5
7347 ac_status=$?
7348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349 test $ac_status = 0; }; then
7350 # Now try to grab the symbols.
7351 nlist=conftest.nm
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7353 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; } && test -s "$nlist"; then
7357 # Try sorting and uniquifying the output.
7358 if sort "$nlist" | uniq > "$nlist"T; then
7359 mv -f "$nlist"T "$nlist"
7360 else
7361 rm -f "$nlist"T
7362 fi
7363
7364 # Make sure that we snagged all the symbols we need.
7365 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7366 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7367 cat <<_LT_EOF > conftest.$ac_ext
7368#ifdef __cplusplus
7369extern "C" {
7370#endif
7371
7372_LT_EOF
7373 # Now generate the symbol file.
7374 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7375
7376 cat <<_LT_EOF >> conftest.$ac_ext
7377
7378/* The mapping between symbol names and symbols. */
7379const struct {
7380 const char *name;
7381 void *address;
7382}
7383lt__PROGRAM__LTX_preloaded_symbols[] =
7384{
7385 { "@PROGRAM@", (void *) 0 },
7386_LT_EOF
7387 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7388 cat <<\_LT_EOF >> conftest.$ac_ext
7389 {0, (void *) 0}
7390};
7391
7392/* This works around a problem in FreeBSD linker */
7393#ifdef FREEBSD_WORKAROUND
7394static const void *lt_preloaded_setup() {
7395 return lt__PROGRAM__LTX_preloaded_symbols;
7396}
7397#endif
7398
7399#ifdef __cplusplus
7400}
7401#endif
7402_LT_EOF
7403 # Now try linking the two files.
7404 mv conftest.$ac_objext conftstm.$ac_objext
7405 lt_save_LIBS="$LIBS"
7406 lt_save_CFLAGS="$CFLAGS"
7407 LIBS="conftstm.$ac_objext"
7408 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7409 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7410 (eval $ac_link) 2>&5
7411 ac_status=$?
7412 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7413 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7414 pipe_works=yes
7415 fi
7416 LIBS="$lt_save_LIBS"
7417 CFLAGS="$lt_save_CFLAGS"
7418 else
7419 echo "cannot find nm_test_func in $nlist" >&5
7420 fi
7421 else
7422 echo "cannot find nm_test_var in $nlist" >&5
7423 fi
7424 else
7425 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7426 fi
7427 else
7428 echo "$progname: failed program was:" >&5
7429 cat conftest.$ac_ext >&5
7430 fi
7431 rm -rf conftest* conftst*
7432
7433 # Do not use the global_symbol_pipe unless it works.
7434 if test "$pipe_works" = yes; then
7435 break
7436 else
7437 lt_cv_sys_global_symbol_pipe=
7438 fi
7439done
7440
7441fi
7442
7443if test -z "$lt_cv_sys_global_symbol_pipe"; then
7444 lt_cv_sys_global_symbol_to_cdecl=
7445fi
7446if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7448$as_echo "failed" >&6; }
7449else
7450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7451$as_echo "ok" >&6; }
7452fi
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475# Check whether --enable-libtool-lock was given.
7476if test "${enable_libtool_lock+set}" = set; then :
7477 enableval=$enable_libtool_lock;
7478fi
7479
7480test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7481
7482# Some flags need to be propagated to the compiler or linker for good
7483# libtool support.
7484case $host in
7485ia64-*-hpux*)
7486 # Find out which ABI we are using.
7487 echo 'int i;' > conftest.$ac_ext
7488 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7489 (eval $ac_compile) 2>&5
7490 ac_status=$?
7491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7492 test $ac_status = 0; }; then
7493 case `/usr/bin/file conftest.$ac_objext` in
7494 *ELF-32*)
7495 HPUX_IA64_MODE="32"
7496 ;;
7497 *ELF-64*)
7498 HPUX_IA64_MODE="64"
7499 ;;
7500 esac
7501 fi
7502 rm -rf conftest*
7503 ;;
7504*-*-irix6*)
7505 # Find out which ABI we are using.
7506 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7507 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7508 (eval $ac_compile) 2>&5
7509 ac_status=$?
7510 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7511 test $ac_status = 0; }; then
7512 if test "$lt_cv_prog_gnu_ld" = yes; then
7513 case `/usr/bin/file conftest.$ac_objext` in
7514 *32-bit*)
7515 LD="${LD-ld} -melf32bsmip"
7516 ;;
7517 *N32*)
7518 LD="${LD-ld} -melf32bmipn32"
7519 ;;
7520 *64-bit*)
7521 LD="${LD-ld} -melf64bmip"
7522 ;;
7523 esac
7524 else
7525 case `/usr/bin/file conftest.$ac_objext` in
7526 *32-bit*)
7527 LD="${LD-ld} -32"
7528 ;;
7529 *N32*)
7530 LD="${LD-ld} -n32"
7531 ;;
7532 *64-bit*)
7533 LD="${LD-ld} -64"
7534 ;;
7535 esac
7536 fi
7537 fi
7538 rm -rf conftest*
7539 ;;
7540
bf3d9781 7541x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7542s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7543 # Find out which ABI we are using.
7544 echo 'int i;' > conftest.$ac_ext
7545 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7546 (eval $ac_compile) 2>&5
7547 ac_status=$?
7548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7549 test $ac_status = 0; }; then
7550 case `/usr/bin/file conftest.o` in
7551 *32-bit*)
7552 case $host in
7553 x86_64-*kfreebsd*-gnu)
7554 LD="${LD-ld} -m elf_i386_fbsd"
7555 ;;
7556 x86_64-*linux*)
7557 case `/usr/bin/file conftest.o` in
7558 *x86-64*)
7559 LD="${LD-ld} -m elf32_x86_64"
7560 ;;
7561 *)
7562 LD="${LD-ld} -m elf_i386"
7563 ;;
7564 esac
7565 ;;
bf3d9781
AM
7566 powerpc64le-*linux*)
7567 LD="${LD-ld} -m elf32lppclinux"
7568 ;;
7569 powerpc64-*linux*)
6bb11ab3
L
7570 LD="${LD-ld} -m elf32ppclinux"
7571 ;;
7572 s390x-*linux*)
7573 LD="${LD-ld} -m elf_s390"
7574 ;;
7575 sparc64-*linux*)
7576 LD="${LD-ld} -m elf32_sparc"
7577 ;;
7578 esac
7579 ;;
7580 *64-bit*)
7581 case $host in
7582 x86_64-*kfreebsd*-gnu)
7583 LD="${LD-ld} -m elf_x86_64_fbsd"
7584 ;;
7585 x86_64-*linux*)
7586 LD="${LD-ld} -m elf_x86_64"
7587 ;;
bf3d9781
AM
7588 powerpcle-*linux*)
7589 LD="${LD-ld} -m elf64lppc"
7590 ;;
7591 powerpc-*linux*)
6bb11ab3
L
7592 LD="${LD-ld} -m elf64ppc"
7593 ;;
7594 s390*-*linux*|s390*-*tpf*)
7595 LD="${LD-ld} -m elf64_s390"
7596 ;;
7597 sparc*-*linux*)
7598 LD="${LD-ld} -m elf64_sparc"
7599 ;;
7600 esac
7601 ;;
7602 esac
7603 fi
7604 rm -rf conftest*
7605 ;;
7606
7607*-*-sco3.2v5*)
7608 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7609 SAVE_CFLAGS="$CFLAGS"
7610 CFLAGS="$CFLAGS -belf"
7611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7612$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7613if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7614 $as_echo_n "(cached) " >&6
7615else
7616 ac_ext=c
7617ac_cpp='$CPP $CPPFLAGS'
7618ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7619ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7620ac_compiler_gnu=$ac_cv_c_compiler_gnu
7621
7622 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7623/* end confdefs.h. */
7624
7625int
7626main ()
7627{
7628
7629 ;
7630 return 0;
7631}
7632_ACEOF
7633if ac_fn_c_try_link "$LINENO"; then :
7634 lt_cv_cc_needs_belf=yes
7635else
7636 lt_cv_cc_needs_belf=no
7637fi
7638rm -f core conftest.err conftest.$ac_objext \
7639 conftest$ac_exeext conftest.$ac_ext
7640 ac_ext=c
7641ac_cpp='$CPP $CPPFLAGS'
7642ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7643ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7644ac_compiler_gnu=$ac_cv_c_compiler_gnu
7645
7646fi
7647{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7648$as_echo "$lt_cv_cc_needs_belf" >&6; }
7649 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7650 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7651 CFLAGS="$SAVE_CFLAGS"
7652 fi
7653 ;;
7654sparc*-*solaris*)
7655 # Find out which ABI we are using.
7656 echo 'int i;' > conftest.$ac_ext
7657 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7658 (eval $ac_compile) 2>&5
7659 ac_status=$?
7660 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7661 test $ac_status = 0; }; then
7662 case `/usr/bin/file conftest.o` in
7663 *64-bit*)
7664 case $lt_cv_prog_gnu_ld in
7665 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7666 *)
7667 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7668 LD="${LD-ld} -64"
7669 fi
7670 ;;
7671 esac
7672 ;;
7673 esac
7674 fi
7675 rm -rf conftest*
7676 ;;
7677esac
7678
7679need_locks="$enable_libtool_lock"
7680
7681
7682 case $host_os in
7683 rhapsody* | darwin*)
7684 if test -n "$ac_tool_prefix"; then
7685 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7686set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7688$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7689if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7690 $as_echo_n "(cached) " >&6
7691else
7692 if test -n "$DSYMUTIL"; then
7693 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7694else
7695as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7696for as_dir in $PATH
7697do
7698 IFS=$as_save_IFS
7699 test -z "$as_dir" && as_dir=.
7700 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7701 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7702 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7703 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7704 break 2
7705 fi
7706done
7707 done
7708IFS=$as_save_IFS
7709
7710fi
7711fi
7712DSYMUTIL=$ac_cv_prog_DSYMUTIL
7713if test -n "$DSYMUTIL"; then
7714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7715$as_echo "$DSYMUTIL" >&6; }
7716else
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7718$as_echo "no" >&6; }
7719fi
7720
7721
7722fi
7723if test -z "$ac_cv_prog_DSYMUTIL"; then
7724 ac_ct_DSYMUTIL=$DSYMUTIL
7725 # Extract the first word of "dsymutil", so it can be a program name with args.
7726set dummy dsymutil; ac_word=$2
7727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7728$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7729if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7730 $as_echo_n "(cached) " >&6
7731else
7732 if test -n "$ac_ct_DSYMUTIL"; then
7733 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7734else
7735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7736for as_dir in $PATH
7737do
7738 IFS=$as_save_IFS
7739 test -z "$as_dir" && as_dir=.
7740 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7741 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7742 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7744 break 2
7745 fi
7746done
7747 done
7748IFS=$as_save_IFS
7749
7750fi
7751fi
7752ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7753if test -n "$ac_ct_DSYMUTIL"; then
7754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7755$as_echo "$ac_ct_DSYMUTIL" >&6; }
7756else
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7758$as_echo "no" >&6; }
7759fi
7760
7761 if test "x$ac_ct_DSYMUTIL" = x; then
7762 DSYMUTIL=":"
7763 else
7764 case $cross_compiling:$ac_tool_warned in
7765yes:)
7766{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7767$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7768ac_tool_warned=yes ;;
7769esac
7770 DSYMUTIL=$ac_ct_DSYMUTIL
7771 fi
7772else
7773 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7774fi
7775
7776 if test -n "$ac_tool_prefix"; then
7777 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7778set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7779{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7780$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7781if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7782 $as_echo_n "(cached) " >&6
7783else
7784 if test -n "$NMEDIT"; then
7785 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7786else
7787as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7788for as_dir in $PATH
7789do
7790 IFS=$as_save_IFS
7791 test -z "$as_dir" && as_dir=.
7792 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7793 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7794 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7795 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7796 break 2
7797 fi
7798done
7799 done
7800IFS=$as_save_IFS
7801
7802fi
7803fi
7804NMEDIT=$ac_cv_prog_NMEDIT
7805if test -n "$NMEDIT"; then
7806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7807$as_echo "$NMEDIT" >&6; }
7808else
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7810$as_echo "no" >&6; }
7811fi
7812
7813
7814fi
7815if test -z "$ac_cv_prog_NMEDIT"; then
7816 ac_ct_NMEDIT=$NMEDIT
7817 # Extract the first word of "nmedit", so it can be a program name with args.
7818set dummy nmedit; ac_word=$2
7819{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7820$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7821if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7822 $as_echo_n "(cached) " >&6
7823else
7824 if test -n "$ac_ct_NMEDIT"; then
7825 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7826else
7827as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828for as_dir in $PATH
7829do
7830 IFS=$as_save_IFS
7831 test -z "$as_dir" && as_dir=.
7832 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7833 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7834 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7836 break 2
7837 fi
7838done
7839 done
7840IFS=$as_save_IFS
7841
7842fi
7843fi
7844ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7845if test -n "$ac_ct_NMEDIT"; then
7846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7847$as_echo "$ac_ct_NMEDIT" >&6; }
7848else
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7850$as_echo "no" >&6; }
7851fi
7852
7853 if test "x$ac_ct_NMEDIT" = x; then
7854 NMEDIT=":"
7855 else
7856 case $cross_compiling:$ac_tool_warned in
7857yes:)
7858{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7859$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7860ac_tool_warned=yes ;;
7861esac
7862 NMEDIT=$ac_ct_NMEDIT
7863 fi
7864else
7865 NMEDIT="$ac_cv_prog_NMEDIT"
7866fi
7867
7868 if test -n "$ac_tool_prefix"; then
7869 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7870set dummy ${ac_tool_prefix}lipo; ac_word=$2
7871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7872$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7873if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7874 $as_echo_n "(cached) " >&6
7875else
7876 if test -n "$LIPO"; then
7877 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7878else
7879as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7880for as_dir in $PATH
7881do
7882 IFS=$as_save_IFS
7883 test -z "$as_dir" && as_dir=.
7884 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7886 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7887 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7888 break 2
7889 fi
7890done
7891 done
7892IFS=$as_save_IFS
7893
7894fi
7895fi
7896LIPO=$ac_cv_prog_LIPO
7897if test -n "$LIPO"; then
7898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7899$as_echo "$LIPO" >&6; }
7900else
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7902$as_echo "no" >&6; }
7903fi
7904
7905
7906fi
7907if test -z "$ac_cv_prog_LIPO"; then
7908 ac_ct_LIPO=$LIPO
7909 # Extract the first word of "lipo", so it can be a program name with args.
7910set dummy lipo; ac_word=$2
7911{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7912$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7913if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7914 $as_echo_n "(cached) " >&6
7915else
7916 if test -n "$ac_ct_LIPO"; then
7917 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7918else
7919as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7920for as_dir in $PATH
7921do
7922 IFS=$as_save_IFS
7923 test -z "$as_dir" && as_dir=.
7924 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7926 ac_cv_prog_ac_ct_LIPO="lipo"
7927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7928 break 2
7929 fi
7930done
7931 done
7932IFS=$as_save_IFS
7933
7934fi
7935fi
7936ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7937if test -n "$ac_ct_LIPO"; then
7938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7939$as_echo "$ac_ct_LIPO" >&6; }
7940else
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7942$as_echo "no" >&6; }
7943fi
7944
7945 if test "x$ac_ct_LIPO" = x; then
7946 LIPO=":"
7947 else
7948 case $cross_compiling:$ac_tool_warned in
7949yes:)
7950{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7951$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7952ac_tool_warned=yes ;;
7953esac
7954 LIPO=$ac_ct_LIPO
7955 fi
7956else
7957 LIPO="$ac_cv_prog_LIPO"
7958fi
7959
7960 if test -n "$ac_tool_prefix"; then
7961 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7962set dummy ${ac_tool_prefix}otool; ac_word=$2
7963{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7964$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7965if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
7966 $as_echo_n "(cached) " >&6
7967else
7968 if test -n "$OTOOL"; then
7969 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7970else
7971as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7972for as_dir in $PATH
7973do
7974 IFS=$as_save_IFS
7975 test -z "$as_dir" && as_dir=.
7976 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7977 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7978 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7979 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7980 break 2
7981 fi
7982done
7983 done
7984IFS=$as_save_IFS
7985
7986fi
7987fi
7988OTOOL=$ac_cv_prog_OTOOL
7989if test -n "$OTOOL"; then
7990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7991$as_echo "$OTOOL" >&6; }
7992else
7993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7994$as_echo "no" >&6; }
7995fi
7996
7997
7998fi
7999if test -z "$ac_cv_prog_OTOOL"; then
8000 ac_ct_OTOOL=$OTOOL
8001 # Extract the first word of "otool", so it can be a program name with args.
8002set dummy otool; ac_word=$2
8003{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8004$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8005if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8006 $as_echo_n "(cached) " >&6
8007else
8008 if test -n "$ac_ct_OTOOL"; then
8009 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8010else
8011as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8012for as_dir in $PATH
8013do
8014 IFS=$as_save_IFS
8015 test -z "$as_dir" && as_dir=.
8016 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8017 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8018 ac_cv_prog_ac_ct_OTOOL="otool"
8019 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8020 break 2
8021 fi
8022done
8023 done
8024IFS=$as_save_IFS
8025
8026fi
8027fi
8028ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8029if test -n "$ac_ct_OTOOL"; then
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8031$as_echo "$ac_ct_OTOOL" >&6; }
8032else
8033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8034$as_echo "no" >&6; }
8035fi
8036
8037 if test "x$ac_ct_OTOOL" = x; then
8038 OTOOL=":"
8039 else
8040 case $cross_compiling:$ac_tool_warned in
8041yes:)
8042{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8043$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8044ac_tool_warned=yes ;;
8045esac
8046 OTOOL=$ac_ct_OTOOL
8047 fi
8048else
8049 OTOOL="$ac_cv_prog_OTOOL"
8050fi
8051
8052 if test -n "$ac_tool_prefix"; then
8053 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8054set dummy ${ac_tool_prefix}otool64; ac_word=$2
8055{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8056$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8057if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8058 $as_echo_n "(cached) " >&6
8059else
8060 if test -n "$OTOOL64"; then
8061 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8062else
8063as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8064for as_dir in $PATH
8065do
8066 IFS=$as_save_IFS
8067 test -z "$as_dir" && as_dir=.
8068 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8069 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8070 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8072 break 2
8073 fi
8074done
8075 done
8076IFS=$as_save_IFS
8077
8078fi
8079fi
8080OTOOL64=$ac_cv_prog_OTOOL64
8081if test -n "$OTOOL64"; then
8082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8083$as_echo "$OTOOL64" >&6; }
8084else
8085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8086$as_echo "no" >&6; }
8087fi
8088
8089
8090fi
8091if test -z "$ac_cv_prog_OTOOL64"; then
8092 ac_ct_OTOOL64=$OTOOL64
8093 # Extract the first word of "otool64", so it can be a program name with args.
8094set dummy otool64; ac_word=$2
8095{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8096$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8097if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8098 $as_echo_n "(cached) " >&6
8099else
8100 if test -n "$ac_ct_OTOOL64"; then
8101 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8102else
8103as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8104for as_dir in $PATH
8105do
8106 IFS=$as_save_IFS
8107 test -z "$as_dir" && as_dir=.
8108 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8109 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8110 ac_cv_prog_ac_ct_OTOOL64="otool64"
8111 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8112 break 2
8113 fi
8114done
8115 done
8116IFS=$as_save_IFS
8117
8118fi
8119fi
8120ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8121if test -n "$ac_ct_OTOOL64"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8123$as_echo "$ac_ct_OTOOL64" >&6; }
8124else
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8126$as_echo "no" >&6; }
8127fi
8128
8129 if test "x$ac_ct_OTOOL64" = x; then
8130 OTOOL64=":"
8131 else
8132 case $cross_compiling:$ac_tool_warned in
8133yes:)
8134{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8135$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8136ac_tool_warned=yes ;;
8137esac
8138 OTOOL64=$ac_ct_OTOOL64
8139 fi
8140else
8141 OTOOL64="$ac_cv_prog_OTOOL64"
8142fi
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8171$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8172if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8173 $as_echo_n "(cached) " >&6
8174else
8175 lt_cv_apple_cc_single_mod=no
8176 if test -z "${LT_MULTI_MODULE}"; then
8177 # By default we will add the -single_module flag. You can override
8178 # by either setting the environment variable LT_MULTI_MODULE
8179 # non-empty at configure time, or by adding -multi_module to the
8180 # link flags.
8181 rm -rf libconftest.dylib*
8182 echo "int foo(void){return 1;}" > conftest.c
8183 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8184-dynamiclib -Wl,-single_module conftest.c" >&5
8185 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8186 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8187 _lt_result=$?
8188 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8189 lt_cv_apple_cc_single_mod=yes
8190 else
8191 cat conftest.err >&5
8192 fi
8193 rm -rf libconftest.dylib*
8194 rm -f conftest.*
8195 fi
8196fi
8197{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8198$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8200$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8201if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8202 $as_echo_n "(cached) " >&6
8203else
8204 lt_cv_ld_exported_symbols_list=no
8205 save_LDFLAGS=$LDFLAGS
8206 echo "_main" > conftest.sym
8207 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8209/* end confdefs.h. */
8210
8211int
8212main ()
8213{
8214
8215 ;
8216 return 0;
8217}
8218_ACEOF
8219if ac_fn_c_try_link "$LINENO"; then :
8220 lt_cv_ld_exported_symbols_list=yes
8221else
8222 lt_cv_ld_exported_symbols_list=no
8223fi
8224rm -f core conftest.err conftest.$ac_objext \
8225 conftest$ac_exeext conftest.$ac_ext
8226 LDFLAGS="$save_LDFLAGS"
8227
8228fi
8229{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8230$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8232$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8233if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8234 $as_echo_n "(cached) " >&6
8235else
8236 lt_cv_ld_force_load=no
8237 cat > conftest.c << _LT_EOF
8238int forced_loaded() { return 2;}
8239_LT_EOF
8240 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8241 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8242 echo "$AR cru libconftest.a conftest.o" >&5
8243 $AR cru libconftest.a conftest.o 2>&5
8244 cat > conftest.c << _LT_EOF
8245int main() { return 0;}
8246_LT_EOF
8247 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8248 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8249 _lt_result=$?
8250 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8251 lt_cv_ld_force_load=yes
8252 else
8253 cat conftest.err >&5
8254 fi
8255 rm -f conftest.err libconftest.a conftest conftest.c
8256 rm -rf conftest.dSYM
8257
8258fi
8259{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8260$as_echo "$lt_cv_ld_force_load" >&6; }
8261 case $host_os in
8262 rhapsody* | darwin1.[012])
8263 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8264 darwin1.*)
8265 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8266 darwin*) # darwin 5.x on
8267 # if running on 10.5 or later, the deployment target defaults
8268 # to the OS version, if on x86, and 10.4, the deployment
8269 # target defaults to 10.4. Don't you love it?
8270 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8271 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8272 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
5cddc23a 8273 10.[012][,.]*)
6bb11ab3
L
8274 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8275 10.*)
8276 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8277 esac
8278 ;;
8279 esac
8280 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8281 _lt_dar_single_mod='$single_module'
8282 fi
8283 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8284 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8285 else
8286 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8287 fi
8288 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8289 _lt_dsymutil='~$DSYMUTIL $lib || :'
8290 else
8291 _lt_dsymutil=
8292 fi
8293 ;;
8294 esac
8295
8296for ac_header in dlfcn.h
8297do :
8298 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8299"
d0ac1c44 8300if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8301 cat >>confdefs.h <<_ACEOF
8302#define HAVE_DLFCN_H 1
8303_ACEOF
8304
8305fi
8306
8307done
8308
8309
8310
8311# autoconf.info says this should be called right after AC_INIT.
8312ac_config_headers="$ac_config_headers config.h:config.in"
8313
8314
8315
0cb8d851
MF
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8317$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8318if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8319 $as_echo_n "(cached) " >&6
8320else
8321 ac_cv_c_bigendian=unknown
8322 # See if we're dealing with a universal compiler.
8323 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8324/* end confdefs.h. */
8325#ifndef __APPLE_CC__
8326 not a universal capable compiler
8327 #endif
8328 typedef int dummy;
8329
8330_ACEOF
8331if ac_fn_c_try_compile "$LINENO"; then :
8332
8333 # Check for potential -arch flags. It is not universal unless
8334 # there are at least two -arch flags with different values.
8335 ac_arch=
8336 ac_prev=
8337 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8338 if test -n "$ac_prev"; then
8339 case $ac_word in
8340 i?86 | x86_64 | ppc | ppc64)
8341 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8342 ac_arch=$ac_word
8343 else
8344 ac_cv_c_bigendian=universal
8345 break
8346 fi
8347 ;;
8348 esac
8349 ac_prev=
8350 elif test "x$ac_word" = "x-arch"; then
8351 ac_prev=arch
8352 fi
8353 done
8354fi
8355rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8356 if test $ac_cv_c_bigendian = unknown; then
8357 # See if sys/param.h defines the BYTE_ORDER macro.
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359/* end confdefs.h. */
8360#include <sys/types.h>
8361 #include <sys/param.h>
8362
8363int
8364main ()
8365{
8366#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8367 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8368 && LITTLE_ENDIAN)
8369 bogus endian macros
8370 #endif
8371
8372 ;
8373 return 0;
8374}
8375_ACEOF
8376if ac_fn_c_try_compile "$LINENO"; then :
8377 # It does; now see whether it defined to BIG_ENDIAN or not.
8378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8379/* end confdefs.h. */
8380#include <sys/types.h>
8381 #include <sys/param.h>
8382
8383int
8384main ()
8385{
8386#if BYTE_ORDER != BIG_ENDIAN
8387 not big endian
8388 #endif
8389
8390 ;
8391 return 0;
8392}
8393_ACEOF
8394if ac_fn_c_try_compile "$LINENO"; then :
8395 ac_cv_c_bigendian=yes
8396else
8397 ac_cv_c_bigendian=no
8398fi
8399rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8400fi
8401rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8402 fi
8403 if test $ac_cv_c_bigendian = unknown; then
8404 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8406/* end confdefs.h. */
8407#include <limits.h>
8408
8409int
8410main ()
8411{
8412#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8413 bogus endian macros
8414 #endif
8415
8416 ;
8417 return 0;
8418}
8419_ACEOF
8420if ac_fn_c_try_compile "$LINENO"; then :
8421 # It does; now see whether it defined to _BIG_ENDIAN or not.
8422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8423/* end confdefs.h. */
8424#include <limits.h>
8425
8426int
8427main ()
8428{
8429#ifndef _BIG_ENDIAN
8430 not big endian
8431 #endif
8432
8433 ;
8434 return 0;
8435}
8436_ACEOF
8437if ac_fn_c_try_compile "$LINENO"; then :
8438 ac_cv_c_bigendian=yes
8439else
8440 ac_cv_c_bigendian=no
8441fi
8442rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8443fi
8444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8445 fi
8446 if test $ac_cv_c_bigendian = unknown; then
8447 # Compile a test program.
8448 if test "$cross_compiling" = yes; then :
8449 # Try to guess by grepping values from an object file.
8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8451/* end confdefs.h. */
8452short int ascii_mm[] =
8453 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8454 short int ascii_ii[] =
8455 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8456 int use_ascii (int i) {
8457 return ascii_mm[i] + ascii_ii[i];
8458 }
8459 short int ebcdic_ii[] =
8460 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8461 short int ebcdic_mm[] =
8462 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8463 int use_ebcdic (int i) {
8464 return ebcdic_mm[i] + ebcdic_ii[i];
8465 }
8466 extern int foo;
8467
8468int
8469main ()
8470{
8471return use_ascii (foo) == use_ebcdic (foo);
8472 ;
8473 return 0;
8474}
8475_ACEOF
8476if ac_fn_c_try_compile "$LINENO"; then :
8477 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8478 ac_cv_c_bigendian=yes
8479 fi
8480 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8481 if test "$ac_cv_c_bigendian" = unknown; then
8482 ac_cv_c_bigendian=no
8483 else
8484 # finding both strings is unlikely to happen, but who knows?
8485 ac_cv_c_bigendian=unknown
8486 fi
8487 fi
8488fi
8489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8490else
8491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8492/* end confdefs.h. */
8493$ac_includes_default
8494int
8495main ()
8496{
8497
8498 /* Are we little or big endian? From Harbison&Steele. */
8499 union
8500 {
8501 long int l;
8502 char c[sizeof (long int)];
8503 } u;
8504 u.l = 1;
8505 return u.c[sizeof (long int) - 1] == 1;
8506
8507 ;
8508 return 0;
8509}
8510_ACEOF
8511if ac_fn_c_try_run "$LINENO"; then :
8512 ac_cv_c_bigendian=no
8513else
8514 ac_cv_c_bigendian=yes
8515fi
8516rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8517 conftest.$ac_objext conftest.beam conftest.$ac_ext
8518fi
8519
8520 fi
8521fi
8522{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8523$as_echo "$ac_cv_c_bigendian" >&6; }
8524 case $ac_cv_c_bigendian in #(
8525 yes)
8526 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8527;; #(
8528 no)
8529 ;; #(
8530 universal)
8531
8532$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8533
8534 ;; #(
8535 *)
d0ac1c44 8536 as_fn_error $? "unknown endianness
0cb8d851
MF
8537 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8538 esac
8539
6bb11ab3
L
8540
8541
8542
8543# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8544if test -z "$CC_FOR_BUILD"; then
8545 if test "x$cross_compiling" = "xno"; then
8546 CC_FOR_BUILD='$(CC)'
8547 else
8548 CC_FOR_BUILD=gcc
8549 fi
6bb11ab3
L
8550fi
8551
8552
8553
8554
8555AR=${AR-ar}
8556
8557if test -n "$ac_tool_prefix"; then
8558 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8559set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8561$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8562if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8563 $as_echo_n "(cached) " >&6
8564else
8565 if test -n "$RANLIB"; then
8566 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8567else
8568as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8569for as_dir in $PATH
8570do
8571 IFS=$as_save_IFS
8572 test -z "$as_dir" && as_dir=.
8573 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8574 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8575 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8576 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8577 break 2
8578 fi
8579done
8580 done
8581IFS=$as_save_IFS
8582
8583fi
8584fi
8585RANLIB=$ac_cv_prog_RANLIB
8586if test -n "$RANLIB"; then
8587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8588$as_echo "$RANLIB" >&6; }
8589else
8590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8591$as_echo "no" >&6; }
8592fi
8593
8594
8595fi
8596if test -z "$ac_cv_prog_RANLIB"; then
8597 ac_ct_RANLIB=$RANLIB
8598 # Extract the first word of "ranlib", so it can be a program name with args.
8599set dummy ranlib; ac_word=$2
8600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8601$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8602if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8603 $as_echo_n "(cached) " >&6
8604else
8605 if test -n "$ac_ct_RANLIB"; then
8606 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8607else
8608as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8609for as_dir in $PATH
8610do
8611 IFS=$as_save_IFS
8612 test -z "$as_dir" && as_dir=.
8613 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8614 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8615 ac_cv_prog_ac_ct_RANLIB="ranlib"
8616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8617 break 2
8618 fi
8619done
8620 done
8621IFS=$as_save_IFS
8622
8623fi
8624fi
8625ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8626if test -n "$ac_ct_RANLIB"; then
8627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8628$as_echo "$ac_ct_RANLIB" >&6; }
8629else
8630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8631$as_echo "no" >&6; }
8632fi
8633
8634 if test "x$ac_ct_RANLIB" = x; then
8635 RANLIB=":"
8636 else
8637 case $cross_compiling:$ac_tool_warned in
8638yes:)
8639{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8640$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8641ac_tool_warned=yes ;;
8642esac
8643 RANLIB=$ac_ct_RANLIB
8644 fi
8645else
8646 RANLIB="$ac_cv_prog_RANLIB"
8647fi
8648
8649
46f900c0
MF
8650# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8651# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8652# is C99. So handle it ourselves.
8653:
8654C_DIALECT=
8655{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8656$as_echo_n "checking whether C11 is supported by default... " >&6; }
8657cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8658/* end confdefs.h. */
8659
8660#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8661# error "C11 support not found"
8662#endif
8663
8664_ACEOF
8665if ac_fn_c_try_compile "$LINENO"; then :
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8667$as_echo "yes" >&6; }
8668else
8669
8670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8671$as_echo "no" >&6; }
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8673$as_echo_n "checking for -std=c11 support... " >&6; }
8674 ac_save_CC="$CC"
8675 CC="$CC -std=c11"
8676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8677/* end confdefs.h. */
8678
8679#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8680# error "C11 support not found"
8681#endif
8682
8683_ACEOF
8684if ac_fn_c_try_compile "$LINENO"; then :
8685
8686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8687$as_echo "yes" >&6; }
8688 CC="$ac_save_CC"
8689 C_DIALECT="-std=c11"
8690
8691else
8692 as_fn_error $? "C11 is required" "$LINENO" 5
8693fi
8694rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8695fi
8696rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8697
8698
6bb11ab3
L
8699# Some of the common include files depend on bfd.h, and bfd.h checks
8700# that config.h is included first by testing that the PACKAGE macro
8701# is defined.
8702PACKAGE=sim
8703
8704cat >>confdefs.h <<_ACEOF
8705#define PACKAGE "$PACKAGE"
8706_ACEOF
8707
8708
8709
8710# Dependency checking.
8711ac_config_commands="$ac_config_commands depdir"
8712
8713
8714depcc="$CC" am_compiler_list=
8715
8716am_depcomp=$ac_aux_dir/depcomp
8717{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8718$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8719if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8720 $as_echo_n "(cached) " >&6
8721else
8722 if test -f "$am_depcomp"; then
8723 # We make a subdir and do the tests there. Otherwise we can end up
8724 # making bogus files that we don't know about and never remove. For
8725 # instance it was reported that on HP-UX the gcc test will end up
8726 # making a dummy file named `D' -- because `-MD' means `put the output
8727 # in D'.
8728 mkdir conftest.dir
8729 # Copy depcomp to subdir because otherwise we won't find it if we're
8730 # using a relative directory.
8731 cp "$am_depcomp" conftest.dir
8732 cd conftest.dir
8733 # We will build objects and dependencies in a subdirectory because
8734 # it helps to detect inapplicable dependency modes. For instance
8735 # both Tru64's cc and ICC support -MD to output dependencies as a
8736 # side effect of compilation, but ICC will put the dependencies in
8737 # the current directory while Tru64 will put them in the object
8738 # directory.
8739 mkdir sub
8740
8741 am_cv_CC_dependencies_compiler_type=none
8742 if test "$am_compiler_list" = ""; then
8743 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8744 fi
8745 for depmode in $am_compiler_list; do
8746 if test $depmode = none; then break; fi
8747
8748 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8749 # Setup a source with many dependencies, because some compilers
8750 # like to wrap large dependency lists on column 80 (with \), and
8751 # we should not choose a depcomp mode which is confused by this.
8752 #
8753 # We need to recreate these files for each test, as the compiler may
8754 # overwrite some of them when testing with obscure command lines.
8755 # This happens at least with the AIX C compiler.
8756 : > sub/conftest.c
8757 for i in 1 2 3 4 5 6; do
8758 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8759 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8760 # Solaris 8's {/usr,}/bin/sh.
8761 touch sub/conftst$i.h
8762 done
8763 echo "include sub/conftest.Po" > confmf
8764
8765 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8766 # mode. It turns out that the SunPro C++ compiler does not properly
8767 # handle `-M -o', and we need to detect this.
8768 depcmd="depmode=$depmode \
8769 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8770 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8771 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8772 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8773 if env $depcmd > conftest.err 2>&1 &&
8774 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8775 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8776 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8777 # icc doesn't choke on unknown options, it will just issue warnings
8778 # or remarks (even with -Werror). So we grep stderr for any message
8779 # that says an option was ignored or not supported.
8780 # When given -MP, icc 7.0 and 7.1 complain thusly:
8781 # icc: Command line warning: ignoring option '-M'; no argument required
8782 # The diagnosis changed in icc 8.0:
8783 # icc: Command line remark: option '-MP' not supported
8784 if (grep 'ignoring option' conftest.err ||
8785 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8786 am_cv_CC_dependencies_compiler_type=$depmode
8787 $as_echo "$as_me:$LINENO: success" >&5
8788 break
8789 fi
8790 fi
8791 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8792 sed -e 's/^/| /' < conftest.err >&5
8793 done
8794
8795 cd ..
8796 rm -rf conftest.dir
8797else
8798 am_cv_CC_dependencies_compiler_type=none
8799fi
8800
8801fi
8802{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8803$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8804if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8805then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8806else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8807
8808fi
8809
8810
8811# Check for the 'make' the user wants to use.
8812for ac_prog in make
8813do
8814 # Extract the first word of "$ac_prog", so it can be a program name with args.
8815set dummy $ac_prog; ac_word=$2
8816{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8817$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8818if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8819 $as_echo_n "(cached) " >&6
8820else
8821 if test -n "$MAKE"; then
8822 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8823else
8824as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8825for as_dir in $PATH
8826do
8827 IFS=$as_save_IFS
8828 test -z "$as_dir" && as_dir=.
8829 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8830 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8831 ac_cv_prog_MAKE="$ac_prog"
8832 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8833 break 2
8834 fi
8835done
8836 done
8837IFS=$as_save_IFS
8838
8839fi
8840fi
8841MAKE=$ac_cv_prog_MAKE
8842if test -n "$MAKE"; then
8843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8844$as_echo "$MAKE" >&6; }
8845else
8846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8847$as_echo "no" >&6; }
8848fi
8849
8850
8851 test -n "$MAKE" && break
8852done
8853
8854MAKE_IS_GNU=
8855case "`$MAKE --version 2>&1 | sed 1q`" in
8856 *GNU*)
8857 MAKE_IS_GNU=yes
8858 ;;
8859esac
8860 if test "$MAKE_IS_GNU" = yes; then
8861 GMAKE_TRUE=
8862 GMAKE_FALSE='#'
8863else
8864 GMAKE_TRUE='#'
8865 GMAKE_FALSE=
8866fi
8867
8868
8869ALL_LINGUAS=
8870# If we haven't got the data from the intl directory,
8871# assume NLS is disabled.
8872USE_NLS=no
8873LIBINTL=
8874LIBINTL_DEP=
8875INCINTL=
8876XGETTEXT=
8877GMSGFMT=
8878POSUB=
8879
8880if test -f ../../intl/config.intl; then
8881 . ../../intl/config.intl
8882fi
8883{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8884$as_echo_n "checking whether NLS is requested... " >&6; }
8885if test x"$USE_NLS" != xyes; then
8886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8887$as_echo "no" >&6; }
8888else
8889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8890$as_echo "yes" >&6; }
8891
8892$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8893
8894
8895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8896$as_echo_n "checking for catalogs to be installed... " >&6; }
8897 # Look for .po and .gmo files in the source directory.
8898 CATALOGS=
8899 XLINGUAS=
8900 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8901 # If there aren't any .gmo files the shell will give us the
8902 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8903 # weeded out.
8904 case "$cat" in *\**)
8905 continue;;
8906 esac
8907 # The quadruple backslash is collapsed to a double backslash
8908 # by the backticks, then collapsed again by the double quotes,
8909 # leaving us with one backslash in the sed expression (right
8910 # before the dot that mustn't act as a wildcard).
8911 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8912 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8913 # The user is allowed to set LINGUAS to a list of languages to
8914 # install catalogs for. If it's empty that means "all of them."
8915 if test "x$LINGUAS" = x; then
8916 CATALOGS="$CATALOGS $cat"
8917 XLINGUAS="$XLINGUAS $lang"
8918 else
8919 case "$LINGUAS" in *$lang*)
8920 CATALOGS="$CATALOGS $cat"
8921 XLINGUAS="$XLINGUAS $lang"
8922 ;;
8923 esac
8924 fi
8925 done
8926 LINGUAS="$XLINGUAS"
8927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8928$as_echo "$LINGUAS" >&6; }
8929
8930
8931 DATADIRNAME=share
8932
8933 INSTOBJEXT=.mo
8934
8935 GENCAT=gencat
8936
8937 CATOBJEXT=.gmo
8938
8939fi
8940
8941# Check for common headers.
8942# FIXME: Seems to me this can cause problems for i386-windows hosts.
8943# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8944for ac_header in stdlib.h string.h strings.h unistd.h time.h
8945do :
8946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8947ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8948if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8949 cat >>confdefs.h <<_ACEOF
8950#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8951_ACEOF
8952
8953fi
8954
8955done
8956
936df756 8957for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8958do :
8959 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8960ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8961if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8962 cat >>confdefs.h <<_ACEOF
8963#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8964_ACEOF
8965
8966fi
8967
8968done
8969
8970for ac_header in fcntl.h fpu_control.h
8971do :
8972 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8973ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8974if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8975 cat >>confdefs.h <<_ACEOF
8976#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8977_ACEOF
8978
8979fi
8980
8981done
8982
8983for ac_header in dlfcn.h errno.h sys/stat.h
8984do :
8985 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8986ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8987if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8988 cat >>confdefs.h <<_ACEOF
8989#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8990_ACEOF
8991
8992fi
8993
8994done
8995
8996for ac_func in getrusage time sigaction __setfpucw
8997do :
8998 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8999ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9000if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
9001 cat >>confdefs.h <<_ACEOF
9002#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9003_ACEOF
9004
9005fi
9006done
9007
936df756
MF
9008for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9009do :
9010 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9011ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9012if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9013 cat >>confdefs.h <<_ACEOF
9014#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9015_ACEOF
9016
9017fi
9018done
9019
9020ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9021#include <sys/types.h>
9022#endif
9023#ifdef HAVE_SYS_STAT_H
9024#include <sys/stat.h>
9025#endif
9026"
d0ac1c44 9027if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9028
9029cat >>confdefs.h <<_ACEOF
9030#define HAVE_STRUCT_STAT_ST_DEV 1
9031_ACEOF
9032
9033
9034fi
9035ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9036#include <sys/types.h>
9037#endif
9038#ifdef HAVE_SYS_STAT_H
9039#include <sys/stat.h>
9040#endif
9041"
d0ac1c44 9042if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9043
9044cat >>confdefs.h <<_ACEOF
9045#define HAVE_STRUCT_STAT_ST_INO 1
9046_ACEOF
9047
9048
9049fi
9050ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9051#include <sys/types.h>
9052#endif
9053#ifdef HAVE_SYS_STAT_H
9054#include <sys/stat.h>
9055#endif
9056"
d0ac1c44 9057if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9058
9059cat >>confdefs.h <<_ACEOF
9060#define HAVE_STRUCT_STAT_ST_MODE 1
9061_ACEOF
9062
9063
9064fi
9065ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9066#include <sys/types.h>
9067#endif
9068#ifdef HAVE_SYS_STAT_H
9069#include <sys/stat.h>
9070#endif
9071"
d0ac1c44 9072if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9073
9074cat >>confdefs.h <<_ACEOF
9075#define HAVE_STRUCT_STAT_ST_NLINK 1
9076_ACEOF
9077
9078
9079fi
9080ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9081#include <sys/types.h>
9082#endif
9083#ifdef HAVE_SYS_STAT_H
9084#include <sys/stat.h>
9085#endif
9086"
d0ac1c44 9087if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9088
9089cat >>confdefs.h <<_ACEOF
9090#define HAVE_STRUCT_STAT_ST_UID 1
9091_ACEOF
9092
9093
9094fi
9095ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9096#include <sys/types.h>
9097#endif
9098#ifdef HAVE_SYS_STAT_H
9099#include <sys/stat.h>
9100#endif
9101"
d0ac1c44 9102if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9103
9104cat >>confdefs.h <<_ACEOF
9105#define HAVE_STRUCT_STAT_ST_GID 1
9106_ACEOF
9107
9108
9109fi
9110ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9111#include <sys/types.h>
9112#endif
9113#ifdef HAVE_SYS_STAT_H
9114#include <sys/stat.h>
9115#endif
9116"
d0ac1c44 9117if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9118
9119cat >>confdefs.h <<_ACEOF
9120#define HAVE_STRUCT_STAT_ST_RDEV 1
9121_ACEOF
9122
9123
9124fi
9125ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9126#include <sys/types.h>
9127#endif
9128#ifdef HAVE_SYS_STAT_H
9129#include <sys/stat.h>
9130#endif
9131"
d0ac1c44 9132if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9133
9134cat >>confdefs.h <<_ACEOF
9135#define HAVE_STRUCT_STAT_ST_SIZE 1
9136_ACEOF
9137
9138
9139fi
9140ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9141#include <sys/types.h>
9142#endif
9143#ifdef HAVE_SYS_STAT_H
9144#include <sys/stat.h>
9145#endif
9146"
d0ac1c44 9147if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9148
9149cat >>confdefs.h <<_ACEOF
9150#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9151_ACEOF
9152
9153
9154fi
9155ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9156#include <sys/types.h>
9157#endif
9158#ifdef HAVE_SYS_STAT_H
9159#include <sys/stat.h>
9160#endif
9161"
d0ac1c44 9162if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9163
9164cat >>confdefs.h <<_ACEOF
9165#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9166_ACEOF
9167
9168
9169fi
9170ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9171#include <sys/types.h>
9172#endif
9173#ifdef HAVE_SYS_STAT_H
9174#include <sys/stat.h>
9175#endif
9176"
d0ac1c44 9177if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9178
9179cat >>confdefs.h <<_ACEOF
9180#define HAVE_STRUCT_STAT_ST_ATIME 1
9181_ACEOF
9182
9183
9184fi
9185ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9186#include <sys/types.h>
9187#endif
9188#ifdef HAVE_SYS_STAT_H
9189#include <sys/stat.h>
9190#endif
9191"
d0ac1c44 9192if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9193
9194cat >>confdefs.h <<_ACEOF
9195#define HAVE_STRUCT_STAT_ST_MTIME 1
9196_ACEOF
9197
9198
9199fi
9200ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9201#include <sys/types.h>
9202#endif
9203#ifdef HAVE_SYS_STAT_H
9204#include <sys/stat.h>
9205#endif
9206"
d0ac1c44 9207if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9208
9209cat >>confdefs.h <<_ACEOF
9210#define HAVE_STRUCT_STAT_ST_CTIME 1
9211_ACEOF
9212
9213
9214fi
9215
9216ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9217#include <sys/socket.h>
9218
9219"
d0ac1c44 9220if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9221
9222cat >>confdefs.h <<_ACEOF
9223#define HAVE_SOCKLEN_T 1
9224_ACEOF
9225
9226
9227fi
9228
6bb11ab3
L
9229
9230# Check for socket libraries
9231{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9232$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9233if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9234 $as_echo_n "(cached) " >&6
9235else
9236 ac_check_lib_save_LIBS=$LIBS
9237LIBS="-lsocket $LIBS"
9238cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9239/* end confdefs.h. */
9240
9241/* Override any GCC internal prototype to avoid an error.
9242 Use char because int might match the return type of a GCC
9243 builtin and then its argument prototype would still apply. */
9244#ifdef __cplusplus
9245extern "C"
9246#endif
9247char bind ();
9248int
9249main ()
9250{
9251return bind ();
9252 ;
9253 return 0;
9254}
9255_ACEOF
9256if ac_fn_c_try_link "$LINENO"; then :
9257 ac_cv_lib_socket_bind=yes
9258else
9259 ac_cv_lib_socket_bind=no
9260fi
9261rm -f core conftest.err conftest.$ac_objext \
9262 conftest$ac_exeext conftest.$ac_ext
9263LIBS=$ac_check_lib_save_LIBS
9264fi
9265{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9266$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9267if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9268 cat >>confdefs.h <<_ACEOF
9269#define HAVE_LIBSOCKET 1
9270_ACEOF
9271
9272 LIBS="-lsocket $LIBS"
9273
9274fi
9275
9276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9277$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9278if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9279 $as_echo_n "(cached) " >&6
9280else
9281 ac_check_lib_save_LIBS=$LIBS
9282LIBS="-lnsl $LIBS"
9283cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9284/* end confdefs.h. */
9285
9286/* Override any GCC internal prototype to avoid an error.
9287 Use char because int might match the return type of a GCC
9288 builtin and then its argument prototype would still apply. */
9289#ifdef __cplusplus
9290extern "C"
9291#endif
9292char gethostbyname ();
9293int
9294main ()
9295{
9296return gethostbyname ();
9297 ;
9298 return 0;
9299}
9300_ACEOF
9301if ac_fn_c_try_link "$LINENO"; then :
9302 ac_cv_lib_nsl_gethostbyname=yes
9303else
9304 ac_cv_lib_nsl_gethostbyname=no
9305fi
9306rm -f core conftest.err conftest.$ac_objext \
9307 conftest$ac_exeext conftest.$ac_ext
9308LIBS=$ac_check_lib_save_LIBS
9309fi
9310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9311$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9312if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9313 cat >>confdefs.h <<_ACEOF
9314#define HAVE_LIBNSL 1
9315_ACEOF
9316
9317 LIBS="-lnsl $LIBS"
9318
9319fi
9320
9321
9322# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9323# using the same condition.
9324
aadc9410 9325 # Use the system's zlib library.
7fed4b0b
L
9326 zlibdir="-L\$(top_builddir)/../zlib"
9327 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9328
aadc9410
MF
9329# Check whether --with-system-zlib was given.
9330if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9331 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9332 zlibdir=
9333 zlibinc=
9334 fi
6bb11ab3
L
9335
9336fi
9337
6bb11ab3 9338
6bb11ab3 9339
6bb11ab3
L
9340
9341
9342# BFD uses libdl when when plugins enabled.
9343
faa743bb
RM
9344 maybe_plugins=no
9345 for ac_header in dlfcn.h
9346do :
9347 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9348"
d0ac1c44 9349if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9350 cat >>confdefs.h <<_ACEOF
9351#define HAVE_DLFCN_H 1
9352_ACEOF
9353 maybe_plugins=yes
9354fi
9355
9356done
9357
9358 for ac_header in windows.h
9359do :
9360 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9361"
d0ac1c44 9362if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9363 cat >>confdefs.h <<_ACEOF
9364#define HAVE_WINDOWS_H 1
9365_ACEOF
9366 maybe_plugins=yes
9367fi
9368
9369done
9370
9371
9372 # Check whether --enable-plugins was given.
6bb11ab3
L
9373if test "${enable_plugins+set}" = set; then :
9374 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9375 no) plugins=no ;;
9376 *) plugins=yes
9377 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9378 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9379 fi ;;
9380 esac
6bb11ab3 9381else
faa743bb
RM
9382 plugins=$maybe_plugins
9383
6bb11ab3
L
9384fi
9385
2974be62 9386 if test "$plugins" = "yes"; then
37f980dc
SM
9387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9388$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9389if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9390 $as_echo_n "(cached) " >&6
9391else
9392 ac_func_search_save_LIBS=$LIBS
9393cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9394/* end confdefs.h. */
9395
9396/* Override any GCC internal prototype to avoid an error.
9397 Use char because int might match the return type of a GCC
9398 builtin and then its argument prototype would still apply. */
9399#ifdef __cplusplus
9400extern "C"
9401#endif
37f980dc 9402char dlsym ();
2974be62
AM
9403int
9404main ()
9405{
37f980dc 9406return dlsym ();
2974be62
AM
9407 ;
9408 return 0;
9409}
9410_ACEOF
9411for ac_lib in '' dl; do
9412 if test -z "$ac_lib"; then
9413 ac_res="none required"
9414 else
9415 ac_res=-l$ac_lib
9416 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9417 fi
9418 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9419 ac_cv_search_dlsym=$ac_res
2974be62
AM
9420fi
9421rm -f core conftest.err conftest.$ac_objext \
9422 conftest$ac_exeext
d0ac1c44 9423 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9424 break
9425fi
9426done
d0ac1c44 9427if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9428
9429else
37f980dc 9430 ac_cv_search_dlsym=no
2974be62
AM
9431fi
9432rm conftest.$ac_ext
9433LIBS=$ac_func_search_save_LIBS
9434fi
37f980dc
SM
9435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9436$as_echo "$ac_cv_search_dlsym" >&6; }
9437ac_res=$ac_cv_search_dlsym
2974be62
AM
9438if test "$ac_res" != no; then :
9439 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9440
9441fi
9442
9443 fi
6bb11ab3
L
9444
9445 if test "$plugins" = yes; then
9446 PLUGINS_TRUE=
9447 PLUGINS_FALSE='#'
9448else
9449 PLUGINS_TRUE='#'
9450 PLUGINS_FALSE=
9451fi
9452
9453
9454
9455
9456
9457# Set options
9458enable_dlopen=yes
9459
9460
9461
9462
9463 enable_win32_dll=no
9464
9465
9466 # Check whether --enable-shared was given.
9467if test "${enable_shared+set}" = set; then :
9468 enableval=$enable_shared; p=${PACKAGE-default}
9469 case $enableval in
9470 yes) enable_shared=yes ;;
9471 no) enable_shared=no ;;
9472 *)
9473 enable_shared=no
9474 # Look at the argument we got. We use all the common list separators.
9475 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9476 for pkg in $enableval; do
9477 IFS="$lt_save_ifs"
9478 if test "X$pkg" = "X$p"; then
9479 enable_shared=yes
9480 fi
9481 done
9482 IFS="$lt_save_ifs"
9483 ;;
9484 esac
9485else
9486 enable_shared=yes
9487fi
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497 # Check whether --enable-static was given.
9498if test "${enable_static+set}" = set; then :
9499 enableval=$enable_static; p=${PACKAGE-default}
9500 case $enableval in
9501 yes) enable_static=yes ;;
9502 no) enable_static=no ;;
9503 *)
9504 enable_static=no
9505 # Look at the argument we got. We use all the common list separators.
9506 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9507 for pkg in $enableval; do
9508 IFS="$lt_save_ifs"
9509 if test "X$pkg" = "X$p"; then
9510 enable_static=yes
9511 fi
9512 done
9513 IFS="$lt_save_ifs"
9514 ;;
9515 esac
9516else
9517 enable_static=yes
9518fi
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529# Check whether --with-pic was given.
9530if test "${with_pic+set}" = set; then :
9531 withval=$with_pic; pic_mode="$withval"
9532else
9533 pic_mode=default
9534fi
9535
9536
9537test -z "$pic_mode" && pic_mode=default
9538
9539
9540
9541
9542
9543
9544
9545 # Check whether --enable-fast-install was given.
9546if test "${enable_fast_install+set}" = set; then :
9547 enableval=$enable_fast_install; p=${PACKAGE-default}
9548 case $enableval in
9549 yes) enable_fast_install=yes ;;
9550 no) enable_fast_install=no ;;
9551 *)
9552 enable_fast_install=no
9553 # Look at the argument we got. We use all the common list separators.
9554 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9555 for pkg in $enableval; do
9556 IFS="$lt_save_ifs"
9557 if test "X$pkg" = "X$p"; then
9558 enable_fast_install=yes
9559 fi
9560 done
9561 IFS="$lt_save_ifs"
9562 ;;
9563 esac
9564else
9565 enable_fast_install=yes
9566fi
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578# This can be used to rebuild libtool when needed
9579LIBTOOL_DEPS="$ltmain"
9580
9581# Always use our own libtool.
9582LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609test -z "$LN_S" && LN_S="ln -s"
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624if test -n "${ZSH_VERSION+set}" ; then
9625 setopt NO_GLOB_SUBST
9626fi
9627
9628{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9629$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9630if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9631 $as_echo_n "(cached) " >&6
9632else
9633 rm -f .libs 2>/dev/null
9634mkdir .libs 2>/dev/null
9635if test -d .libs; then
9636 lt_cv_objdir=.libs
9637else
9638 # MS-DOS does not allow filenames that begin with a dot.
9639 lt_cv_objdir=_libs
f0569246 9640fi
6bb11ab3
L
9641rmdir .libs 2>/dev/null
9642fi
9643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9644$as_echo "$lt_cv_objdir" >&6; }
9645objdir=$lt_cv_objdir
f0569246 9646
6bb11ab3
L
9647
9648
9649
9650
9651cat >>confdefs.h <<_ACEOF
9652#define LT_OBJDIR "$lt_cv_objdir/"
9653_ACEOF
9654
9655
9656
9657
9658case $host_os in
9659aix3*)
9660 # AIX sometimes has problems with the GCC collect2 program. For some
9661 # reason, if we set the COLLECT_NAMES environment variable, the problems
9662 # vanish in a puff of smoke.
9663 if test "X${COLLECT_NAMES+set}" != Xset; then
9664 COLLECT_NAMES=
9665 export COLLECT_NAMES
9666 fi
9667 ;;
81ecdfbb 9668esac
6bb11ab3
L
9669
9670# Global variables:
9671ofile=libtool
9672can_build_shared=yes
9673
9674# All known linkers require a `.a' archive for static linking (except MSVC,
9675# which needs '.lib').
9676libext=a
9677
9678with_gnu_ld="$lt_cv_prog_gnu_ld"
9679
9680old_CC="$CC"
9681old_CFLAGS="$CFLAGS"
9682
9683# Set sane defaults for various variables
9684test -z "$CC" && CC=cc
9685test -z "$LTCC" && LTCC=$CC
9686test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9687test -z "$LD" && LD=ld
9688test -z "$ac_objext" && ac_objext=o
9689
9690for cc_temp in $compiler""; do
9691 case $cc_temp in
9692 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9693 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9694 \-*) ;;
9695 *) break;;
9696 esac
9697done
9698cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9699
9700
9701# Only perform the check for file, if the check method requires it
9702test -z "$MAGIC_CMD" && MAGIC_CMD=file
9703case $deplibs_check_method in
9704file_magic*)
9705 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9707$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9708if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9709 $as_echo_n "(cached) " >&6
9710else
9711 case $MAGIC_CMD in
9712[\\/*] | ?:[\\/]*)
9713 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9714 ;;
9715*)
9716 lt_save_MAGIC_CMD="$MAGIC_CMD"
9717 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9718 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9719 for ac_dir in $ac_dummy; do
9720 IFS="$lt_save_ifs"
9721 test -z "$ac_dir" && ac_dir=.
9722 if test -f $ac_dir/${ac_tool_prefix}file; then
9723 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9724 if test -n "$file_magic_test_file"; then
9725 case $deplibs_check_method in
9726 "file_magic "*)
9727 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9728 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9729 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9730 $EGREP "$file_magic_regex" > /dev/null; then
9731 :
9732 else
9733 cat <<_LT_EOF 1>&2
9734
9735*** Warning: the command libtool uses to detect shared libraries,
9736*** $file_magic_cmd, produces output that libtool cannot recognize.
9737*** The result is that libtool may fail to recognize shared libraries
9738*** as such. This will affect the creation of libtool libraries that
9739*** depend on shared libraries, but programs linked with such libtool
9740*** libraries will work regardless of this problem. Nevertheless, you
9741*** may want to report the problem to your system manager and/or to
9742*** bug-libtool@gnu.org
9743
9744_LT_EOF
9745 fi ;;
9746 esac
9747 fi
9748 break
f0569246 9749 fi
6bb11ab3
L
9750 done
9751 IFS="$lt_save_ifs"
9752 MAGIC_CMD="$lt_save_MAGIC_CMD"
9753 ;;
9754esac
f0569246 9755fi
f0569246 9756
6bb11ab3
L
9757MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9758if test -n "$MAGIC_CMD"; then
9759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9760$as_echo "$MAGIC_CMD" >&6; }
9761else
9762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9763$as_echo "no" >&6; }
9764fi
81ecdfbb 9765
6bb11ab3
L
9766
9767
9768
9769
9770if test -z "$lt_cv_path_MAGIC_CMD"; then
9771 if test -n "$ac_tool_prefix"; then
9772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9773$as_echo_n "checking for file... " >&6; }
d0ac1c44 9774if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9775 $as_echo_n "(cached) " >&6
9776else
9777 case $MAGIC_CMD in
9778[\\/*] | ?:[\\/]*)
9779 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9780 ;;
9781*)
9782 lt_save_MAGIC_CMD="$MAGIC_CMD"
9783 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9784 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9785 for ac_dir in $ac_dummy; do
9786 IFS="$lt_save_ifs"
9787 test -z "$ac_dir" && ac_dir=.
9788 if test -f $ac_dir/file; then
9789 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9790 if test -n "$file_magic_test_file"; then
9791 case $deplibs_check_method in
9792 "file_magic "*)
9793 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9794 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9795 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9796 $EGREP "$file_magic_regex" > /dev/null; then
9797 :
9798 else
9799 cat <<_LT_EOF 1>&2
9800
9801*** Warning: the command libtool uses to detect shared libraries,
9802*** $file_magic_cmd, produces output that libtool cannot recognize.
9803*** The result is that libtool may fail to recognize shared libraries
9804*** as such. This will affect the creation of libtool libraries that
9805*** depend on shared libraries, but programs linked with such libtool
9806*** libraries will work regardless of this problem. Nevertheless, you
9807*** may want to report the problem to your system manager and/or to
9808*** bug-libtool@gnu.org
9809
9810_LT_EOF
9811 fi ;;
9812 esac
9813 fi
9814 break
9815 fi
9816 done
9817 IFS="$lt_save_ifs"
9818 MAGIC_CMD="$lt_save_MAGIC_CMD"
9819 ;;
81ecdfbb 9820esac
6bb11ab3
L
9821fi
9822
9823MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9824if test -n "$MAGIC_CMD"; then
9825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9826$as_echo "$MAGIC_CMD" >&6; }
9827else
9828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9829$as_echo "no" >&6; }
9830fi
9831
9832
9833 else
9834 MAGIC_CMD=:
9835 fi
9836fi
9837
9838 fi
9839 ;;
9840esac
9841
9842# Use C for the default configuration in the libtool script
9843
9844lt_save_CC="$CC"
9845ac_ext=c
9846ac_cpp='$CPP $CPPFLAGS'
9847ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9848ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9849ac_compiler_gnu=$ac_cv_c_compiler_gnu
9850
9851
9852# Source file extension for C test sources.
9853ac_ext=c
9854
9855# Object file extension for compiled C test sources.
9856objext=o
9857objext=$objext
9858
9859# Code to be used in simple compile tests
9860lt_simple_compile_test_code="int some_variable = 0;"
9861
9862# Code to be used in simple link tests
9863lt_simple_link_test_code='int main(){return(0);}'
9864
9865
9866
9867
9868
9869
9870
9871# If no C compiler was specified, use CC.
9872LTCC=${LTCC-"$CC"}
9873
9874# If no C compiler flags were specified, use CFLAGS.
9875LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9876
9877# Allow CC to be a program name with arguments.
9878compiler=$CC
9879
9880# Save the default compiler, since it gets overwritten when the other
9881# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9882compiler_DEFAULT=$CC
9883
9884# save warnings/boilerplate of simple test code
9885ac_outfile=conftest.$ac_objext
9886echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9887eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9888_lt_compiler_boilerplate=`cat conftest.err`
9889$RM conftest*
9890
9891ac_outfile=conftest.$ac_objext
9892echo "$lt_simple_link_test_code" >conftest.$ac_ext
9893eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9894_lt_linker_boilerplate=`cat conftest.err`
9895$RM -r conftest*
9896
9897
9898## CAVEAT EMPTOR:
9899## There is no encapsulation within the following macros, do not change
9900## the running order or otherwise move them around unless you know exactly
9901## what you are doing...
9902if test -n "$compiler"; then
9903
9904lt_prog_compiler_no_builtin_flag=
9905
9906if test "$GCC" = yes; then
9907 case $cc_basename in
9908 nvcc*)
9909 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9910 *)
9911 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
f0569246 9912 esac
6bb11ab3
L
9913
9914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9915$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9916if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 9917 $as_echo_n "(cached) " >&6
f0569246 9918else
6bb11ab3
L
9919 lt_cv_prog_compiler_rtti_exceptions=no
9920 ac_outfile=conftest.$ac_objext
9921 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9922 lt_compiler_flag="-fno-rtti -fno-exceptions"
9923 # Insert the option either (1) after the last *FLAGS variable, or
9924 # (2) before a word containing "conftest.", or (3) at the end.
9925 # Note that $ac_compile itself does not contain backslashes and begins
9926 # with a dollar sign (not a hyphen), so the echo should work correctly.
9927 # The option is referenced via a variable to avoid confusing sed.
9928 lt_compile=`echo "$ac_compile" | $SED \
9929 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9930 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9931 -e 's:$: $lt_compiler_flag:'`
9932 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9933 (eval "$lt_compile" 2>conftest.err)
9934 ac_status=$?
9935 cat conftest.err >&5
9936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9937 if (exit $ac_status) && test -s "$ac_outfile"; then
9938 # The compiler can only warn and ignore the option if not recognized
9939 # So say no if there are warnings other than the usual output.
9940 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9941 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9942 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9943 lt_cv_prog_compiler_rtti_exceptions=yes
9944 fi
9945 fi
9946 $RM conftest*
9947
f0569246 9948fi
6bb11ab3
L
9949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9950$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9951
9952if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9953 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9954else
9955 :
9956fi
9957
9958fi
9959
9960
9961
9962
9963
9964
9965 lt_prog_compiler_wl=
9966lt_prog_compiler_pic=
9967lt_prog_compiler_static=
9968
9969{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9970$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9971
9972 if test "$GCC" = yes; then
9973 lt_prog_compiler_wl='-Wl,'
9974 lt_prog_compiler_static='-static'
9975
9976 case $host_os in
9977 aix*)
9978 # All AIX code is PIC.
9979 if test "$host_cpu" = ia64; then
9980 # AIX 5 now supports IA64 processor
9981 lt_prog_compiler_static='-Bstatic'
9982 fi
9983 lt_prog_compiler_pic='-fPIC'
9984 ;;
9985
9986 amigaos*)
9987 case $host_cpu in
9988 powerpc)
9989 # see comment about AmigaOS4 .so support
9990 lt_prog_compiler_pic='-fPIC'
9991 ;;
9992 m68k)
9993 # FIXME: we need at least 68020 code to build shared libraries, but
9994 # adding the `-m68020' flag to GCC prevents building anything better,
9995 # like `-m68040'.
9996 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9997 ;;
9998 esac
9999 ;;
10000
10001 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10002 # PIC is the default for these OSes.
10003 ;;
10004
10005 mingw* | cygwin* | pw32* | os2* | cegcc*)
10006 # This hack is so that the source file can tell whether it is being
10007 # built for inclusion in a dll (and should export symbols for example).
10008 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10009 # (--disable-auto-import) libraries
10010 lt_prog_compiler_pic='-DDLL_EXPORT'
10011 ;;
10012
10013 darwin* | rhapsody*)
10014 # PIC is the default on this platform
10015 # Common symbols not allowed in MH_DYLIB files
10016 lt_prog_compiler_pic='-fno-common'
10017 ;;
10018
10019 haiku*)
10020 # PIC is the default for Haiku.
10021 # The "-static" flag exists, but is broken.
10022 lt_prog_compiler_static=
10023 ;;
10024
10025 hpux*)
10026 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10027 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10028 # sets the default TLS model and affects inlining.
10029 case $host_cpu in
10030 hppa*64*)
10031 # +Z the default
10032 ;;
10033 *)
10034 lt_prog_compiler_pic='-fPIC'
10035 ;;
10036 esac
10037 ;;
10038
10039 interix[3-9]*)
10040 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10041 # Instead, we relocate shared libraries at runtime.
10042 ;;
10043
10044 msdosdjgpp*)
10045 # Just because we use GCC doesn't mean we suddenly get shared libraries
10046 # on systems that don't support them.
10047 lt_prog_compiler_can_build_shared=no
10048 enable_shared=no
10049 ;;
10050
10051 *nto* | *qnx*)
10052 # QNX uses GNU C++, but need to define -shared option too, otherwise
10053 # it will coredump.
10054 lt_prog_compiler_pic='-fPIC -shared'
10055 ;;
10056
10057 sysv4*MP*)
10058 if test -d /usr/nec; then
10059 lt_prog_compiler_pic=-Kconform_pic
10060 fi
10061 ;;
10062
10063 *)
10064 lt_prog_compiler_pic='-fPIC'
10065 ;;
10066 esac
10067
10068 case $cc_basename in
10069 nvcc*) # Cuda Compiler Driver 2.2
10070 lt_prog_compiler_wl='-Xlinker '
10071 lt_prog_compiler_pic='-Xcompiler -fPIC'
10072 ;;
10073 esac
10074 else
10075 # PORTME Check for flag to pass linker flags through the system compiler.
10076 case $host_os in
10077 aix*)
10078 lt_prog_compiler_wl='-Wl,'
10079 if test "$host_cpu" = ia64; then
10080 # AIX 5 now supports IA64 processor
10081 lt_prog_compiler_static='-Bstatic'
10082 else
10083 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10084 fi
10085 ;;
10086
10087 mingw* | cygwin* | pw32* | os2* | cegcc*)
10088 # This hack is so that the source file can tell whether it is being
10089 # built for inclusion in a dll (and should export symbols for example).
10090 lt_prog_compiler_pic='-DDLL_EXPORT'
10091 ;;
10092
10093 hpux9* | hpux10* | hpux11*)
10094 lt_prog_compiler_wl='-Wl,'
10095 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10096 # not for PA HP-UX.
10097 case $host_cpu in
10098 hppa*64*|ia64*)
10099 # +Z the default
10100 ;;
10101 *)
10102 lt_prog_compiler_pic='+Z'
10103 ;;
10104 esac
10105 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10106 lt_prog_compiler_static='${wl}-a ${wl}archive'
10107 ;;
10108
10109 irix5* | irix6* | nonstopux*)
10110 lt_prog_compiler_wl='-Wl,'
10111 # PIC (with -KPIC) is the default.
10112 lt_prog_compiler_static='-non_shared'
10113 ;;
10114
10115 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10116 case $cc_basename in
10117 # old Intel for x86_64 which still supported -KPIC.
10118 ecc*)
10119 lt_prog_compiler_wl='-Wl,'
10120 lt_prog_compiler_pic='-KPIC'
10121 lt_prog_compiler_static='-static'
10122 ;;
10123 # icc used to be incompatible with GCC.
10124 # ICC 10 doesn't accept -KPIC any more.
10125 icc* | ifort*)
10126 lt_prog_compiler_wl='-Wl,'
10127 lt_prog_compiler_pic='-fPIC'
10128 lt_prog_compiler_static='-static'
10129 ;;
10130 # Lahey Fortran 8.1.
10131 lf95*)
10132 lt_prog_compiler_wl='-Wl,'
10133 lt_prog_compiler_pic='--shared'
10134 lt_prog_compiler_static='--static'
10135 ;;
10136 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10137 # Portland Group compilers (*not* the Pentium gcc compiler,
10138 # which looks to be a dead project)
10139 lt_prog_compiler_wl='-Wl,'
10140 lt_prog_compiler_pic='-fpic'
10141 lt_prog_compiler_static='-Bstatic'
10142 ;;
10143 ccc*)
10144 lt_prog_compiler_wl='-Wl,'
10145 # All Alpha code is PIC.
10146 lt_prog_compiler_static='-non_shared'
10147 ;;
10148 xl* | bgxl* | bgf* | mpixl*)
10149 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10150 lt_prog_compiler_wl='-Wl,'
10151 lt_prog_compiler_pic='-qpic'
10152 lt_prog_compiler_static='-qstaticlink'
10153 ;;
10154 *)
10155 case `$CC -V 2>&1 | sed 5q` in
10156 *Sun\ F* | *Sun*Fortran*)
10157 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10158 lt_prog_compiler_pic='-KPIC'
10159 lt_prog_compiler_static='-Bstatic'
10160 lt_prog_compiler_wl=''
10161 ;;
10162 *Sun\ C*)
10163 # Sun C 5.9
10164 lt_prog_compiler_pic='-KPIC'
10165 lt_prog_compiler_static='-Bstatic'
10166 lt_prog_compiler_wl='-Wl,'
10167 ;;
10168 esac
10169 ;;
10170 esac
10171 ;;
10172
10173 newsos6)
10174 lt_prog_compiler_pic='-KPIC'
10175 lt_prog_compiler_static='-Bstatic'
10176 ;;
10177
10178 *nto* | *qnx*)
10179 # QNX uses GNU C++, but need to define -shared option too, otherwise
10180 # it will coredump.
10181 lt_prog_compiler_pic='-fPIC -shared'
10182 ;;
10183
10184 osf3* | osf4* | osf5*)
10185 lt_prog_compiler_wl='-Wl,'
10186 # All OSF/1 code is PIC.
10187 lt_prog_compiler_static='-non_shared'
10188 ;;
10189
10190 rdos*)
10191 lt_prog_compiler_static='-non_shared'
10192 ;;
10193
10194 solaris*)
10195 lt_prog_compiler_pic='-KPIC'
10196 lt_prog_compiler_static='-Bstatic'
10197 case $cc_basename in
10198 f77* | f90* | f95*)
10199 lt_prog_compiler_wl='-Qoption ld ';;
10200 *)
10201 lt_prog_compiler_wl='-Wl,';;
10202 esac
10203 ;;
f0569246 10204
6bb11ab3
L
10205 sunos4*)
10206 lt_prog_compiler_wl='-Qoption ld '
10207 lt_prog_compiler_pic='-PIC'
10208 lt_prog_compiler_static='-Bstatic'
10209 ;;
f0569246 10210
6bb11ab3
L
10211 sysv4 | sysv4.2uw2* | sysv4.3*)
10212 lt_prog_compiler_wl='-Wl,'
10213 lt_prog_compiler_pic='-KPIC'
10214 lt_prog_compiler_static='-Bstatic'
10215 ;;
f0569246 10216
6bb11ab3
L
10217 sysv4*MP*)
10218 if test -d /usr/nec ;then
10219 lt_prog_compiler_pic='-Kconform_pic'
10220 lt_prog_compiler_static='-Bstatic'
10221 fi
10222 ;;
10223
10224 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10225 lt_prog_compiler_wl='-Wl,'
10226 lt_prog_compiler_pic='-KPIC'
10227 lt_prog_compiler_static='-Bstatic'
10228 ;;
10229
10230 unicos*)
10231 lt_prog_compiler_wl='-Wl,'
10232 lt_prog_compiler_can_build_shared=no
10233 ;;
10234
10235 uts4*)
10236 lt_prog_compiler_pic='-pic'
10237 lt_prog_compiler_static='-Bstatic'
10238 ;;
10239
10240 *)
10241 lt_prog_compiler_can_build_shared=no
10242 ;;
10243 esac
10244 fi
10245
10246case $host_os in
10247 # For platforms which do not support PIC, -DPIC is meaningless:
10248 *djgpp*)
10249 lt_prog_compiler_pic=
10250 ;;
10251 *)
10252 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10253 ;;
81ecdfbb 10254esac
6bb11ab3
L
10255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10256$as_echo "$lt_prog_compiler_pic" >&6; }
10257
10258
10259
10260
10261
10262
10263#
10264# Check to make sure the PIC flag actually works.
10265#
10266if test -n "$lt_prog_compiler_pic"; then
10267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10268$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10269if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 10270 $as_echo_n "(cached) " >&6
b7026657 10271else
6bb11ab3
L
10272 lt_cv_prog_compiler_pic_works=no
10273 ac_outfile=conftest.$ac_objext
10274 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10275 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10276 # Insert the option either (1) after the last *FLAGS variable, or
10277 # (2) before a word containing "conftest.", or (3) at the end.
10278 # Note that $ac_compile itself does not contain backslashes and begins
10279 # with a dollar sign (not a hyphen), so the echo should work correctly.
10280 # The option is referenced via a variable to avoid confusing sed.
10281 lt_compile=`echo "$ac_compile" | $SED \
10282 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10283 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10284 -e 's:$: $lt_compiler_flag:'`
10285 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10286 (eval "$lt_compile" 2>conftest.err)
10287 ac_status=$?
10288 cat conftest.err >&5
10289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10290 if (exit $ac_status) && test -s "$ac_outfile"; then
10291 # The compiler can only warn and ignore the option if not recognized
10292 # So say no if there are warnings other than the usual output.
10293 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10294 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10295 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10296 lt_cv_prog_compiler_pic_works=yes
10297 fi
10298 fi
10299 $RM conftest*
b7026657 10300
b7026657 10301fi
6bb11ab3
L
10302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10303$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10304
10305if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10306 case $lt_prog_compiler_pic in
10307 "" | " "*) ;;
10308 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10309 esac
10310else
10311 lt_prog_compiler_pic=
10312 lt_prog_compiler_can_build_shared=no
f0569246 10313fi
6bb11ab3
L
10314
10315fi
10316
10317
10318
10319
10320
10321
10322#
10323# Check to make sure the static flag actually works.
10324#
10325wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10326{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10327$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10328if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 10329 $as_echo_n "(cached) " >&6
f0569246 10330else
6bb11ab3
L
10331 lt_cv_prog_compiler_static_works=no
10332 save_LDFLAGS="$LDFLAGS"
10333 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10334 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10335 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10336 # The linker can only warn and ignore the option if not recognized
10337 # So say no if there are warnings
10338 if test -s conftest.err; then
10339 # Append any errors to the config.log.
10340 cat conftest.err 1>&5
10341 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10342 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10343 if diff conftest.exp conftest.er2 >/dev/null; then
10344 lt_cv_prog_compiler_static_works=yes
10345 fi
10346 else
10347 lt_cv_prog_compiler_static_works=yes
10348 fi
10349 fi
10350 $RM -r conftest*
10351 LDFLAGS="$save_LDFLAGS"
f0569246 10352
6bb11ab3
L
10353fi
10354{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10355$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
f0569246 10356
6bb11ab3
L
10357if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10358 :
f0569246 10359else
6bb11ab3 10360 lt_prog_compiler_static=
f0569246 10361fi
b7026657 10362
6bb11ab3
L
10363
10364
10365
10366
10367
10368
10369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10370$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10371if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 10372 $as_echo_n "(cached) " >&6
81ecdfbb 10373else
6bb11ab3
L
10374 lt_cv_prog_compiler_c_o=no
10375 $RM -r conftest 2>/dev/null
10376 mkdir conftest
10377 cd conftest
10378 mkdir out
10379 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10380
10381 lt_compiler_flag="-o out/conftest2.$ac_objext"
10382 # Insert the option either (1) after the last *FLAGS variable, or
10383 # (2) before a word containing "conftest.", or (3) at the end.
10384 # Note that $ac_compile itself does not contain backslashes and begins
10385 # with a dollar sign (not a hyphen), so the echo should work correctly.
10386 lt_compile=`echo "$ac_compile" | $SED \
10387 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10388 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10389 -e 's:$: $lt_compiler_flag:'`
10390 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10391 (eval "$lt_compile" 2>out/conftest.err)
10392 ac_status=$?
10393 cat out/conftest.err >&5
10394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10395 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10396 then
10397 # The compiler can only warn and ignore the option if not recognized
10398 # So say no if there are warnings
10399 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10400 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10401 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10402 lt_cv_prog_compiler_c_o=yes
10403 fi
10404 fi
10405 chmod u+w . 2>&5
10406 $RM conftest*
10407 # SGI C++ compiler will create directory out/ii_files/ for
10408 # template instantiation
10409 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10410 $RM out/* && rmdir out
10411 cd ..
10412 $RM -r conftest
10413 $RM conftest*
10414
81ecdfbb 10415fi
6bb11ab3
L
10416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10417$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10418
10419
10420
10421
10422
10423
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10425$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10426if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
10427 $as_echo_n "(cached) " >&6
10428else
6bb11ab3
L
10429 lt_cv_prog_compiler_c_o=no
10430 $RM -r conftest 2>/dev/null
10431 mkdir conftest
10432 cd conftest
10433 mkdir out
10434 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10435
10436 lt_compiler_flag="-o out/conftest2.$ac_objext"
10437 # Insert the option either (1) after the last *FLAGS variable, or
10438 # (2) before a word containing "conftest.", or (3) at the end.
10439 # Note that $ac_compile itself does not contain backslashes and begins
10440 # with a dollar sign (not a hyphen), so the echo should work correctly.
10441 lt_compile=`echo "$ac_compile" | $SED \
10442 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10443 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10444 -e 's:$: $lt_compiler_flag:'`
10445 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10446 (eval "$lt_compile" 2>out/conftest.err)
10447 ac_status=$?
10448 cat out/conftest.err >&5
10449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10450 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10451 then
10452 # The compiler can only warn and ignore the option if not recognized
10453 # So say no if there are warnings
10454 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10455 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10456 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10457 lt_cv_prog_compiler_c_o=yes
10458 fi
10459 fi
10460 chmod u+w . 2>&5
10461 $RM conftest*
10462 # SGI C++ compiler will create directory out/ii_files/ for
10463 # template instantiation
10464 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10465 $RM out/* && rmdir out
10466 cd ..
10467 $RM -r conftest
10468 $RM conftest*
10469
10470fi
10471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10472$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10473
10474
10475
10476
10477hard_links="nottested"
10478if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10479 # do not overwrite the value of need_locks provided by the user
10480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10481$as_echo_n "checking if we can lock with hard links... " >&6; }
10482 hard_links=yes
10483 $RM conftest*
10484 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10485 touch conftest.a
10486 ln conftest.a conftest.b 2>&5 || hard_links=no
10487 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10489$as_echo "$hard_links" >&6; }
10490 if test "$hard_links" = no; then
10491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10492$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10493 need_locks=warn
10494 fi
10495else
10496 need_locks=no
10497fi
10498
10499
10500
10501
10502
10503
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10505$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10506
10507 runpath_var=
10508 allow_undefined_flag=
10509 always_export_symbols=no
10510 archive_cmds=
10511 archive_expsym_cmds=
10512 compiler_needs_object=no
10513 enable_shared_with_static_runtimes=no
10514 export_dynamic_flag_spec=
10515 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10516 hardcode_automatic=no
10517 hardcode_direct=no
10518 hardcode_direct_absolute=no
10519 hardcode_libdir_flag_spec=
10520 hardcode_libdir_flag_spec_ld=
10521 hardcode_libdir_separator=
10522 hardcode_minus_L=no
10523 hardcode_shlibpath_var=unsupported
10524 inherit_rpath=no
10525 link_all_deplibs=unknown
10526 module_cmds=
10527 module_expsym_cmds=
10528 old_archive_from_new_cmds=
10529 old_archive_from_expsyms_cmds=
10530 thread_safe_flag_spec=
10531 whole_archive_flag_spec=
10532 # include_expsyms should be a list of space-separated symbols to be *always*
10533 # included in the symbol list
10534 include_expsyms=
10535 # exclude_expsyms can be an extended regexp of symbols to exclude
10536 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10537 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10538 # as well as any symbol that contains `d'.
10539 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10540 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10541 # platforms (ab)use it in PIC code, but their linkers get confused if
10542 # the symbol is explicitly referenced. Since portable code cannot
10543 # rely on this symbol name, it's probably fine to never include it in
10544 # preloaded symbol tables.
10545 # Exclude shared library initialization/finalization symbols.
10546 extract_expsyms_cmds=
10547
10548 case $host_os in
10549 cygwin* | mingw* | pw32* | cegcc*)
10550 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10551 # When not using gcc, we currently assume that we are using
10552 # Microsoft Visual C++.
10553 if test "$GCC" != yes; then
10554 with_gnu_ld=no
10555 fi
10556 ;;
10557 interix*)
10558 # we just hope/assume this is gcc and not c89 (= MSVC++)
10559 with_gnu_ld=yes
10560 ;;
10561 openbsd*)
10562 with_gnu_ld=no
10563 ;;
10564 esac
f0569246 10565
6bb11ab3
L
10566 ld_shlibs=yes
10567
10568 # On some targets, GNU ld is compatible enough with the native linker
10569 # that we're better off using the native interface for both.
10570 lt_use_gnu_ld_interface=no
10571 if test "$with_gnu_ld" = yes; then
10572 case $host_os in
10573 aix*)
10574 # The AIX port of GNU ld has always aspired to compatibility
10575 # with the native linker. However, as the warning in the GNU ld
10576 # block says, versions before 2.19.5* couldn't really create working
10577 # shared libraries, regardless of the interface used.
10578 case `$LD -v 2>&1` in
10579 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10580 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10581 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10582 *)
10583 lt_use_gnu_ld_interface=yes
10584 ;;
10585 esac
10586 ;;
10587 *)
10588 lt_use_gnu_ld_interface=yes
10589 ;;
10590 esac
10591 fi
f0569246 10592
6bb11ab3
L
10593 if test "$lt_use_gnu_ld_interface" = yes; then
10594 # If archive_cmds runs LD, not CC, wlarc should be empty
10595 wlarc='${wl}'
10596
10597 # Set some defaults for GNU ld with shared library support. These
10598 # are reset later if shared libraries are not supported. Putting them
10599 # here allows them to be overridden if necessary.
10600 runpath_var=LD_RUN_PATH
10601 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10602 export_dynamic_flag_spec='${wl}--export-dynamic'
10603 # ancient GNU ld didn't support --whole-archive et. al.
10604 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10605 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10606 else
10607 whole_archive_flag_spec=
10608 fi
10609 supports_anon_versioning=no
10610 case `$LD -v 2>&1` in
10611 *GNU\ gold*) supports_anon_versioning=yes ;;
10612 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10613 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10614 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10615 *\ 2.11.*) ;; # other 2.11 versions
10616 *) supports_anon_versioning=yes ;;
10617 esac
10618
10619 # See if GNU ld supports shared libraries.
10620 case $host_os in
10621 aix[3-9]*)
10622 # On AIX/PPC, the GNU linker is very broken
10623 if test "$host_cpu" != ia64; then
10624 ld_shlibs=no
10625 cat <<_LT_EOF 1>&2
10626
10627*** Warning: the GNU linker, at least up to release 2.19, is reported
10628*** to be unable to reliably create shared libraries on AIX.
10629*** Therefore, libtool is disabling shared libraries support. If you
10630*** really care for shared libraries, you may want to install binutils
10631*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10632*** You will then need to restart the configuration process.
10633
10634_LT_EOF
10635 fi
10636 ;;
10637
10638 amigaos*)
10639 case $host_cpu in
10640 powerpc)
10641 # see comment about AmigaOS4 .so support
10642 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10643 archive_expsym_cmds=''
10644 ;;
10645 m68k)
10646 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)'
10647 hardcode_libdir_flag_spec='-L$libdir'
10648 hardcode_minus_L=yes
10649 ;;
10650 esac
10651 ;;
10652
10653 beos*)
10654 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10655 allow_undefined_flag=unsupported
10656 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10657 # support --undefined. This deserves some investigation. FIXME
10658 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10659 else
10660 ld_shlibs=no
10661 fi
10662 ;;
10663
10664 cygwin* | mingw* | pw32* | cegcc*)
10665 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10666 # as there is no search path for DLLs.
10667 hardcode_libdir_flag_spec='-L$libdir'
10668 export_dynamic_flag_spec='${wl}--export-all-symbols'
10669 allow_undefined_flag=unsupported
10670 always_export_symbols=no
10671 enable_shared_with_static_runtimes=yes
10672 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10673
10674 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10675 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10676 # If the export-symbols file already is a .def file (1st line
10677 # is EXPORTS), use it as is; otherwise, prepend...
10678 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10679 cp $export_symbols $output_objdir/$soname.def;
10680 else
10681 echo EXPORTS > $output_objdir/$soname.def;
10682 cat $export_symbols >> $output_objdir/$soname.def;
10683 fi~
10684 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10685 else
10686 ld_shlibs=no
10687 fi
10688 ;;
10689
10690 haiku*)
10691 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10692 link_all_deplibs=yes
10693 ;;
10694
10695 interix[3-9]*)
10696 hardcode_direct=no
10697 hardcode_shlibpath_var=no
10698 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10699 export_dynamic_flag_spec='${wl}-E'
10700 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10701 # Instead, shared libraries are loaded at an image base (0x10000000 by
10702 # default) and relocated if they conflict, which is a slow very memory
10703 # consuming and fragmenting process. To avoid this, we pick a random,
10704 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10705 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10706 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10707 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'
10708 ;;
10709
10710 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10711 tmp_diet=no
10712 if test "$host_os" = linux-dietlibc; then
10713 case $cc_basename in
10714 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10715 esac
10716 fi
10717 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10718 && test "$tmp_diet" = no
10719 then
5cddc23a 10720 tmp_addflag=' $pic_flag'
6bb11ab3
L
10721 tmp_sharedflag='-shared'
10722 case $cc_basename,$host_cpu in
10723 pgcc*) # Portland Group C compiler
10724 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'
10725 tmp_addflag=' $pic_flag'
10726 ;;
10727 pgf77* | pgf90* | pgf95* | pgfortran*)
10728 # Portland Group f77 and f90 compilers
10729 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'
10730 tmp_addflag=' $pic_flag -Mnomain' ;;
10731 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10732 tmp_addflag=' -i_dynamic' ;;
10733 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10734 tmp_addflag=' -i_dynamic -nofor_main' ;;
10735 ifc* | ifort*) # Intel Fortran compiler
10736 tmp_addflag=' -nofor_main' ;;
10737 lf95*) # Lahey Fortran 8.1
10738 whole_archive_flag_spec=
10739 tmp_sharedflag='--shared' ;;
10740 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10741 tmp_sharedflag='-qmkshrobj'
10742 tmp_addflag= ;;
10743 nvcc*) # Cuda Compiler Driver 2.2
10744 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'
10745 compiler_needs_object=yes
10746 ;;
10747 esac
10748 case `$CC -V 2>&1 | sed 5q` in
10749 *Sun\ C*) # Sun C 5.9
10750 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'
10751 compiler_needs_object=yes
10752 tmp_sharedflag='-G' ;;
10753 *Sun\ F*) # Sun Fortran 8.3
10754 tmp_sharedflag='-G' ;;
10755 esac
10756 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10757
10758 if test "x$supports_anon_versioning" = xyes; then
10759 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10760 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10761 echo "local: *; };" >> $output_objdir/$libname.ver~
10762 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10763 fi
10764
10765 case $cc_basename in
10766 xlf* | bgf* | bgxlf* | mpixlf*)
10767 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10768 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10769 hardcode_libdir_flag_spec=
10770 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10771 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10772 if test "x$supports_anon_versioning" = xyes; then
10773 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10774 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10775 echo "local: *; };" >> $output_objdir/$libname.ver~
10776 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10777 fi
10778 ;;
10779 esac
10780 else
10781 ld_shlibs=no
10782 fi
10783 ;;
10784
10785 netbsd*)
10786 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10787 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10788 wlarc=
10789 else
10790 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10791 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10792 fi
10793 ;;
10794
10795 solaris*)
10796 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10797 ld_shlibs=no
10798 cat <<_LT_EOF 1>&2
10799
10800*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10801*** create shared libraries on Solaris systems. Therefore, libtool
10802*** is disabling shared libraries support. We urge you to upgrade GNU
10803*** binutils to release 2.9.1 or newer. Another option is to modify
10804*** your PATH or compiler configuration so that the native linker is
10805*** used, and then restart.
10806
10807_LT_EOF
10808 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10809 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10810 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10811 else
10812 ld_shlibs=no
10813 fi
10814 ;;
10815
10816 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10817 case `$LD -v 2>&1` in
10818 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10819 ld_shlibs=no
10820 cat <<_LT_EOF 1>&2
10821
10822*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10823*** reliably create shared libraries on SCO systems. Therefore, libtool
10824*** is disabling shared libraries support. We urge you to upgrade GNU
10825*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10826*** your PATH or compiler configuration so that the native linker is
10827*** used, and then restart.
10828
10829_LT_EOF
10830 ;;
10831 *)
10832 # For security reasons, it is highly recommended that you always
10833 # use absolute paths for naming shared libraries, and exclude the
10834 # DT_RUNPATH tag from executables and libraries. But doing so
10835 # requires that you compile everything twice, which is a pain.
10836 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10837 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10838 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10839 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10840 else
10841 ld_shlibs=no
10842 fi
10843 ;;
10844 esac
10845 ;;
10846
10847 sunos4*)
10848 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10849 wlarc=
10850 hardcode_direct=yes
10851 hardcode_shlibpath_var=no
10852 ;;
10853
10854 *)
10855 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10856 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10857 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10858 else
10859 ld_shlibs=no
10860 fi
10861 ;;
10862 esac
10863
10864 if test "$ld_shlibs" = no; then
10865 runpath_var=
10866 hardcode_libdir_flag_spec=
10867 export_dynamic_flag_spec=
10868 whole_archive_flag_spec=
10869 fi
10870 else
10871 # PORTME fill in a description of your system's linker (not GNU ld)
10872 case $host_os in
10873 aix3*)
10874 allow_undefined_flag=unsupported
10875 always_export_symbols=yes
10876 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'
10877 # Note: this linker hardcodes the directories in LIBPATH if there
10878 # are no directories specified by -L.
10879 hardcode_minus_L=yes
10880 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10881 # Neither direct hardcoding nor static linking is supported with a
10882 # broken collect2.
10883 hardcode_direct=unsupported
10884 fi
10885 ;;
10886
10887 aix[4-9]*)
10888 if test "$host_cpu" = ia64; then
10889 # On IA64, the linker does run time linking by default, so we don't
10890 # have to do anything special.
10891 aix_use_runtimelinking=no
10892 exp_sym_flag='-Bexport'
10893 no_entry_flag=""
10894 else
10895 # If we're using GNU nm, then we don't want the "-C" option.
10896 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10897 # Also, AIX nm treats weak defined symbols like other global
10898 # defined symbols, whereas GNU nm marks them as "W".
10899 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10900 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'
10901 else
5c887dd5 10902 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
6bb11ab3
L
10903 fi
10904 aix_use_runtimelinking=no
10905
10906 # Test if we are trying to use run time linking or normal
10907 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10908 # need to do runtime linking.
10909 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10910 for ld_flag in $LDFLAGS; do
10911 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10912 aix_use_runtimelinking=yes
10913 break
10914 fi
10915 done
10916 ;;
10917 esac
10918
10919 exp_sym_flag='-bexport'
10920 no_entry_flag='-bnoentry'
10921 fi
10922
10923 # When large executables or shared objects are built, AIX ld can
10924 # have problems creating the table of contents. If linking a library
10925 # or program results in "error TOC overflow" add -mminimal-toc to
10926 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10927 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10928
10929 archive_cmds=''
10930 hardcode_direct=yes
10931 hardcode_direct_absolute=yes
10932 hardcode_libdir_separator=':'
10933 link_all_deplibs=yes
10934 file_list_spec='${wl}-f,'
10935
10936 if test "$GCC" = yes; then
10937 case $host_os in aix4.[012]|aix4.[012].*)
10938 # We only want to do this on AIX 4.2 and lower, the check
10939 # below for broken collect2 doesn't work under 4.3+
10940 collect2name=`${CC} -print-prog-name=collect2`
10941 if test -f "$collect2name" &&
10942 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10943 then
10944 # We have reworked collect2
10945 :
10946 else
10947 # We have old collect2
10948 hardcode_direct=unsupported
10949 # It fails to find uninstalled libraries when the uninstalled
10950 # path is not listed in the libpath. Setting hardcode_minus_L
10951 # to unsupported forces relinking
10952 hardcode_minus_L=yes
10953 hardcode_libdir_flag_spec='-L$libdir'
10954 hardcode_libdir_separator=
10955 fi
10956 ;;
10957 esac
10958 shared_flag='-shared'
10959 if test "$aix_use_runtimelinking" = yes; then
10960 shared_flag="$shared_flag "'${wl}-G'
10961 fi
10962 else
10963 # not using gcc
10964 if test "$host_cpu" = ia64; then
10965 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10966 # chokes on -Wl,-G. The following line is correct:
10967 shared_flag='-G'
10968 else
10969 if test "$aix_use_runtimelinking" = yes; then
10970 shared_flag='${wl}-G'
10971 else
10972 shared_flag='${wl}-bM:SRE'
10973 fi
10974 fi
10975 fi
10976
10977 export_dynamic_flag_spec='${wl}-bexpall'
10978 # It seems that -bexpall does not export symbols beginning with
10979 # underscore (_), so it is better to generate a list of symbols to export.
10980 always_export_symbols=yes
10981 if test "$aix_use_runtimelinking" = yes; then
10982 # Warning - without using the other runtime loading flags (-brtl),
10983 # -berok will link without error, but may produce a broken library.
10984 allow_undefined_flag='-berok'
10985 # Determine the default libpath from the value encoded in an
10986 # empty executable.
10987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10988/* end confdefs.h. */
10989
10990int
10991main ()
10992{
10993
10994 ;
10995 return 0;
10996}
10997_ACEOF
6bb11ab3 10998if ac_fn_c_try_link "$LINENO"; then :
b7026657 10999
6bb11ab3
L
11000lt_aix_libpath_sed='
11001 /Import File Strings/,/^$/ {
11002 /^0/ {
11003 s/^0 *\(.*\)$/\1/
11004 p
11005 }
11006 }'
11007aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11008# Check for a 64-bit object if we didn't find anything.
11009if test -z "$aix_libpath"; then
11010 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11011fi
11012fi
11013rm -f core conftest.err conftest.$ac_objext \
11014 conftest$ac_exeext conftest.$ac_ext
11015if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11016
11017 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11018 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"
11019 else
11020 if test "$host_cpu" = ia64; then
11021 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11022 allow_undefined_flag="-z nodefs"
11023 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"
11024 else
11025 # Determine the default libpath from the value encoded in an
11026 # empty executable.
81ecdfbb
RW
11027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11028/* end confdefs.h. */
11029
11030int
11031main ()
11032{
11033
11034 ;
11035 return 0;
11036}
11037_ACEOF
6bb11ab3
L
11038if ac_fn_c_try_link "$LINENO"; then :
11039
11040lt_aix_libpath_sed='
11041 /Import File Strings/,/^$/ {
11042 /^0/ {
11043 s/^0 *\(.*\)$/\1/
11044 p
11045 }
11046 }'
11047aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11048# Check for a 64-bit object if we didn't find anything.
11049if test -z "$aix_libpath"; then
11050 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 11051fi
81ecdfbb 11052fi
6bb11ab3
L
11053rm -f core conftest.err conftest.$ac_objext \
11054 conftest$ac_exeext conftest.$ac_ext
11055if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11056
11057 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11058 # Warning - without using the other run time loading flags,
11059 # -berok will link without error, but may produce a broken library.
11060 no_undefined_flag=' ${wl}-bernotok'
11061 allow_undefined_flag=' ${wl}-berok'
11062 if test "$with_gnu_ld" = yes; then
11063 # We only use this code for GNU lds that support --whole-archive.
11064 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11065 else
11066 # Exported symbols can be pulled into shared objects from archives
11067 whole_archive_flag_spec='$convenience'
11068 fi
11069 archive_cmds_need_lc=yes
11070 # This is similar to how AIX traditionally builds its shared libraries.
11071 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'
11072 fi
11073 fi
11074 ;;
11075
11076 amigaos*)
11077 case $host_cpu in
11078 powerpc)
11079 # see comment about AmigaOS4 .so support
11080 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11081 archive_expsym_cmds=''
11082 ;;
11083 m68k)
11084 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)'
11085 hardcode_libdir_flag_spec='-L$libdir'
11086 hardcode_minus_L=yes
11087 ;;
11088 esac
11089 ;;
11090
11091 bsdi[45]*)
11092 export_dynamic_flag_spec=-rdynamic
11093 ;;
11094
11095 cygwin* | mingw* | pw32* | cegcc*)
11096 # When not using gcc, we currently assume that we are using
11097 # Microsoft Visual C++.
11098 # hardcode_libdir_flag_spec is actually meaningless, as there is
11099 # no search path for DLLs.
11100 hardcode_libdir_flag_spec=' '
11101 allow_undefined_flag=unsupported
11102 # Tell ltmain to make .lib files, not .a files.
11103 libext=lib
11104 # Tell ltmain to make .dll files, not .so files.
11105 shrext_cmds=".dll"
11106 # FIXME: Setting linknames here is a bad hack.
11107 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11108 # The linker will automatically build a .lib file if we build a DLL.
11109 old_archive_from_new_cmds='true'
11110 # FIXME: Should let the user specify the lib program.
11111 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11112 fix_srcfile_path='`cygpath -w "$srcfile"`'
11113 enable_shared_with_static_runtimes=yes
11114 ;;
11115
11116 darwin* | rhapsody*)
11117
11118
11119 archive_cmds_need_lc=no
11120 hardcode_direct=no
11121 hardcode_automatic=yes
11122 hardcode_shlibpath_var=unsupported
11123 if test "$lt_cv_ld_force_load" = "yes"; then
11124 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 11125 else
6bb11ab3 11126 whole_archive_flag_spec=''
f0569246 11127 fi
6bb11ab3
L
11128 link_all_deplibs=yes
11129 allow_undefined_flag="$_lt_dar_allow_undefined"
11130 case $cc_basename in
11131 ifort*) _lt_dar_can_shared=yes ;;
11132 *) _lt_dar_can_shared=$GCC ;;
11133 esac
11134 if test "$_lt_dar_can_shared" = "yes"; then
11135 output_verbose_link_cmd=func_echo_all
11136 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11137 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11138 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}"
11139 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}"
11140
f0569246 11141 else
6bb11ab3 11142 ld_shlibs=no
f0569246 11143 fi
6bb11ab3
L
11144
11145 ;;
11146
11147 dgux*)
11148 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11149 hardcode_libdir_flag_spec='-L$libdir'
11150 hardcode_shlibpath_var=no
11151 ;;
11152
11153 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11154 # support. Future versions do this automatically, but an explicit c++rt0.o
11155 # does not break anything, and helps significantly (at the cost of a little
11156 # extra space).
11157 freebsd2.2*)
11158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11159 hardcode_libdir_flag_spec='-R$libdir'
11160 hardcode_direct=yes
11161 hardcode_shlibpath_var=no
11162 ;;
11163
11164 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11165 freebsd2.*)
11166 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11167 hardcode_direct=yes
11168 hardcode_minus_L=yes
11169 hardcode_shlibpath_var=no
11170 ;;
11171
11172 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11173 freebsd* | dragonfly*)
11174 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11175 hardcode_libdir_flag_spec='-R$libdir'
11176 hardcode_direct=yes
11177 hardcode_shlibpath_var=no
11178 ;;
11179
11180 hpux9*)
11181 if test "$GCC" = yes; then
11182 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'
11183 else
11184 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'
11185 fi
11186 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11187 hardcode_libdir_separator=:
11188 hardcode_direct=yes
11189
11190 # hardcode_minus_L: Not really in the search PATH,
11191 # but as the default location of the library.
11192 hardcode_minus_L=yes
11193 export_dynamic_flag_spec='${wl}-E'
11194 ;;
11195
11196 hpux10*)
11197 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11198 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11199 else
11200 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11201 fi
11202 if test "$with_gnu_ld" = no; then
11203 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11204 hardcode_libdir_flag_spec_ld='+b $libdir'
11205 hardcode_libdir_separator=:
11206 hardcode_direct=yes
11207 hardcode_direct_absolute=yes
11208 export_dynamic_flag_spec='${wl}-E'
11209 # hardcode_minus_L: Not really in the search PATH,
11210 # but as the default location of the library.
11211 hardcode_minus_L=yes
11212 fi
11213 ;;
11214
11215 hpux11*)
11216 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11217 case $host_cpu in
11218 hppa*64*)
11219 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11220 ;;
11221 ia64*)
11222 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11223 ;;
11224 *)
11225 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11226 ;;
11227 esac
11228 else
11229 case $host_cpu in
11230 hppa*64*)
11231 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11232 ;;
11233 ia64*)
11234 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11235 ;;
11236 *)
11237
11238 # Older versions of the 11.00 compiler do not understand -b yet
11239 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11241$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11242if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 11243 $as_echo_n "(cached) " >&6
f0569246 11244else
6bb11ab3
L
11245 lt_cv_prog_compiler__b=no
11246 save_LDFLAGS="$LDFLAGS"
11247 LDFLAGS="$LDFLAGS -b"
11248 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11249 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11250 # The linker can only warn and ignore the option if not recognized
11251 # So say no if there are warnings
11252 if test -s conftest.err; then
11253 # Append any errors to the config.log.
11254 cat conftest.err 1>&5
11255 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11256 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11257 if diff conftest.exp conftest.er2 >/dev/null; then
11258 lt_cv_prog_compiler__b=yes
11259 fi
11260 else
11261 lt_cv_prog_compiler__b=yes
11262 fi
11263 fi
11264 $RM -r conftest*
11265 LDFLAGS="$save_LDFLAGS"
f0569246 11266
6bb11ab3
L
11267fi
11268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11269$as_echo "$lt_cv_prog_compiler__b" >&6; }
f0569246 11270
6bb11ab3
L
11271if test x"$lt_cv_prog_compiler__b" = xyes; then
11272 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11273else
11274 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11275fi
81ecdfbb 11276
6bb11ab3
L
11277 ;;
11278 esac
11279 fi
11280 if test "$with_gnu_ld" = no; then
11281 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11282 hardcode_libdir_separator=:
11283
11284 case $host_cpu in
11285 hppa*64*|ia64*)
11286 hardcode_direct=no
11287 hardcode_shlibpath_var=no
11288 ;;
11289 *)
11290 hardcode_direct=yes
11291 hardcode_direct_absolute=yes
11292 export_dynamic_flag_spec='${wl}-E'
11293
11294 # hardcode_minus_L: Not really in the search PATH,
11295 # but as the default location of the library.
11296 hardcode_minus_L=yes
11297 ;;
11298 esac
11299 fi
11300 ;;
11301
11302 irix5* | irix6* | nonstopux*)
11303 if test "$GCC" = yes; then
11304 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'
11305 # Try to use the -exported_symbol ld option, if it does not
11306 # work, assume that -exports_file does not work either and
11307 # implicitly export all symbols.
11308 save_LDFLAGS="$LDFLAGS"
11309 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11311/* end confdefs.h. */
11312int foo(void) {}
b7026657 11313_ACEOF
6bb11ab3
L
11314if ac_fn_c_try_link "$LINENO"; then :
11315 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 11316
f0569246 11317fi
6bb11ab3
L
11318rm -f core conftest.err conftest.$ac_objext \
11319 conftest$ac_exeext conftest.$ac_ext
11320 LDFLAGS="$save_LDFLAGS"
11321 else
11322 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'
11323 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'
11324 fi
11325 archive_cmds_need_lc='no'
11326 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11327 hardcode_libdir_separator=:
11328 inherit_rpath=yes
11329 link_all_deplibs=yes
11330 ;;
11331
11332 netbsd*)
11333 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11334 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11335 else
11336 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11337 fi
11338 hardcode_libdir_flag_spec='-R$libdir'
11339 hardcode_direct=yes
11340 hardcode_shlibpath_var=no
11341 ;;
11342
11343 newsos6)
11344 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11345 hardcode_direct=yes
11346 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11347 hardcode_libdir_separator=:
11348 hardcode_shlibpath_var=no
11349 ;;
11350
11351 *nto* | *qnx*)
11352 ;;
11353
11354 openbsd*)
11355 if test -f /usr/libexec/ld.so; then
11356 hardcode_direct=yes
11357 hardcode_shlibpath_var=no
11358 hardcode_direct_absolute=yes
11359 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11360 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11361 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11362 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11363 export_dynamic_flag_spec='${wl}-E'
11364 else
11365 case $host_os in
11366 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11367 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11368 hardcode_libdir_flag_spec='-R$libdir'
11369 ;;
11370 *)
11371 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11372 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11373 ;;
11374 esac
11375 fi
11376 else
11377 ld_shlibs=no
11378 fi
11379 ;;
11380
11381 os2*)
11382 hardcode_libdir_flag_spec='-L$libdir'
11383 hardcode_minus_L=yes
11384 allow_undefined_flag=unsupported
11385 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'
11386 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11387 ;;
11388
11389 osf3*)
11390 if test "$GCC" = yes; then
11391 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11392 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'
11393 else
11394 allow_undefined_flag=' -expect_unresolved \*'
11395 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'
11396 fi
11397 archive_cmds_need_lc='no'
11398 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11399 hardcode_libdir_separator=:
11400 ;;
11401
11402 osf4* | osf5*) # as osf3* with the addition of -msym flag
11403 if test "$GCC" = yes; then
11404 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11405 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'
11406 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11407 else
11408 allow_undefined_flag=' -expect_unresolved \*'
11409 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'
11410 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~
11411 $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'
11412
11413 # Both c and cxx compiler support -rpath directly
11414 hardcode_libdir_flag_spec='-rpath $libdir'
11415 fi
11416 archive_cmds_need_lc='no'
11417 hardcode_libdir_separator=:
11418 ;;
11419
11420 solaris*)
11421 no_undefined_flag=' -z defs'
11422 if test "$GCC" = yes; then
11423 wlarc='${wl}'
11424 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11425 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11426 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11427 else
11428 case `$CC -V 2>&1` in
11429 *"Compilers 5.0"*)
11430 wlarc=''
11431 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11432 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11433 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11434 ;;
11435 *)
11436 wlarc='${wl}'
11437 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11438 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11439 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11440 ;;
11441 esac
11442 fi
11443 hardcode_libdir_flag_spec='-R$libdir'
11444 hardcode_shlibpath_var=no
11445 case $host_os in
11446 solaris2.[0-5] | solaris2.[0-5].*) ;;
11447 *)
11448 # The compiler driver will combine and reorder linker options,
11449 # but understands `-z linker_flag'. GCC discards it without `$wl',
11450 # but is careful enough not to reorder.
11451 # Supported since Solaris 2.6 (maybe 2.5.1?)
11452 if test "$GCC" = yes; then
11453 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11454 else
11455 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11456 fi
11457 ;;
11458 esac
11459 link_all_deplibs=yes
11460 ;;
11461
11462 sunos4*)
11463 if test "x$host_vendor" = xsequent; then
11464 # Use $CC to link under sequent, because it throws in some extra .o
11465 # files that make .init and .fini sections work.
11466 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11467 else
11468 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11469 fi
11470 hardcode_libdir_flag_spec='-L$libdir'
11471 hardcode_direct=yes
11472 hardcode_minus_L=yes
11473 hardcode_shlibpath_var=no
11474 ;;
11475
11476 sysv4)
11477 case $host_vendor in
11478 sni)
11479 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11480 hardcode_direct=yes # is this really true???
11481 ;;
11482 siemens)
11483 ## LD is ld it makes a PLAMLIB
11484 ## CC just makes a GrossModule.
11485 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11486 reload_cmds='$CC -r -o $output$reload_objs'
11487 hardcode_direct=no
11488 ;;
11489 motorola)
11490 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11491 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11492 ;;
11493 esac
11494 runpath_var='LD_RUN_PATH'
11495 hardcode_shlibpath_var=no
11496 ;;
11497
11498 sysv4.3*)
11499 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11500 hardcode_shlibpath_var=no
11501 export_dynamic_flag_spec='-Bexport'
11502 ;;
11503
11504 sysv4*MP*)
11505 if test -d /usr/nec; then
11506 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11507 hardcode_shlibpath_var=no
11508 runpath_var=LD_RUN_PATH
11509 hardcode_runpath_var=yes
11510 ld_shlibs=yes
11511 fi
11512 ;;
11513
11514 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11515 no_undefined_flag='${wl}-z,text'
11516 archive_cmds_need_lc=no
11517 hardcode_shlibpath_var=no
11518 runpath_var='LD_RUN_PATH'
11519
11520 if test "$GCC" = yes; then
11521 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11522 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11523 else
11524 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11525 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11526 fi
11527 ;;
11528
11529 sysv5* | sco3.2v5* | sco5v6*)
11530 # Note: We can NOT use -z defs as we might desire, because we do not
11531 # link with -lc, and that would cause any symbols used from libc to
11532 # always be unresolved, which means just about no library would
11533 # ever link correctly. If we're not using GNU ld we use -z text
11534 # though, which does catch some bad symbols but isn't as heavy-handed
11535 # as -z defs.
11536 no_undefined_flag='${wl}-z,text'
11537 allow_undefined_flag='${wl}-z,nodefs'
11538 archive_cmds_need_lc=no
11539 hardcode_shlibpath_var=no
11540 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11541 hardcode_libdir_separator=':'
11542 link_all_deplibs=yes
11543 export_dynamic_flag_spec='${wl}-Bexport'
11544 runpath_var='LD_RUN_PATH'
11545
11546 if test "$GCC" = yes; then
11547 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11548 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11549 else
11550 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11551 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11552 fi
11553 ;;
11554
11555 uts4*)
11556 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11557 hardcode_libdir_flag_spec='-L$libdir'
11558 hardcode_shlibpath_var=no
11559 ;;
11560
11561 *)
11562 ld_shlibs=no
11563 ;;
11564 esac
11565
11566 if test x$host_vendor = xsni; then
11567 case $host in
11568 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11569 export_dynamic_flag_spec='${wl}-Blargedynsym'
11570 ;;
11571 esac
11572 fi
11573 fi
11574
11575{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11576$as_echo "$ld_shlibs" >&6; }
11577test "$ld_shlibs" = no && can_build_shared=no
11578
11579with_gnu_ld=$with_gnu_ld
11580
11581
11582
11583
b7026657 11584
f0569246 11585
f0569246 11586
6ffe910a 11587
6ffe910a
MF
11588
11589
6ffe910a 11590
f0569246 11591
f0569246 11592
c906108c 11593
6bb11ab3
L
11594
11595#
11596# Do we need to explicitly link libc?
11597#
11598case "x$archive_cmds_need_lc" in
11599x|xyes)
11600 # Assume -lc should be added
11601 archive_cmds_need_lc=yes
11602
11603 if test "$enable_shared" = yes && test "$GCC" = yes; then
11604 case $archive_cmds in
11605 *'~'*)
11606 # FIXME: we may have to deal with multi-command sequences.
11607 ;;
11608 '$CC '*)
11609 # Test whether the compiler implicitly links with -lc since on some
11610 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11611 # to ld, don't add -lc before -lgcc.
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11613$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11614if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 11615 $as_echo_n "(cached) " >&6
f0569246 11616else
6bb11ab3
L
11617 $RM conftest*
11618 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11619
11620 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11621 (eval $ac_compile) 2>&5
11622 ac_status=$?
11623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11624 test $ac_status = 0; } 2>conftest.err; then
11625 soname=conftest
11626 lib=conftest
11627 libobjs=conftest.$ac_objext
11628 deplibs=
11629 wl=$lt_prog_compiler_wl
11630 pic_flag=$lt_prog_compiler_pic
11631 compiler_flags=-v
11632 linker_flags=-v
11633 verstring=
11634 output_objdir=.
11635 libname=conftest
11636 lt_save_allow_undefined_flag=$allow_undefined_flag
11637 allow_undefined_flag=
11638 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11639 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11640 ac_status=$?
11641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11642 test $ac_status = 0; }
11643 then
11644 lt_cv_archive_cmds_need_lc=no
11645 else
11646 lt_cv_archive_cmds_need_lc=yes
11647 fi
11648 allow_undefined_flag=$lt_save_allow_undefined_flag
11649 else
11650 cat conftest.err 1>&5
11651 fi
11652 $RM conftest*
c906108c 11653
6ffe910a 11654fi
6bb11ab3
L
11655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11656$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11657 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11658 ;;
11659 esac
11660 fi
11661 ;;
6ffe910a 11662esac
c906108c 11663
c906108c 11664
6ffe910a 11665
c906108c 11666
81ecdfbb 11667
35695fd6 11668
35695fd6 11669
35695fd6 11670
f0569246 11671
c906108c 11672
f0569246 11673
b7026657 11674
f0569246 11675
c906108c 11676
81ecdfbb 11677
b7026657 11678
f0569246
AC
11679
11680
81ecdfbb 11681
81ecdfbb 11682
81ecdfbb
RW
11683
11684
81ecdfbb 11685
81ecdfbb 11686
f0569246
AC
11687
11688
c906108c 11689
f0569246 11690
c906108c 11691
c906108c 11692
81ecdfbb 11693
b7026657 11694
c906108c 11695
f0569246 11696
81ecdfbb 11697
f0569246 11698
c906108c 11699
c906108c 11700
b7026657 11701
81ecdfbb 11702
b7026657 11703
c906108c 11704
c906108c 11705
b7026657
AC
11706
11707
11708
11709
6ffe910a 11710
2232061b
MF
11711
11712
2232061b 11713
2232061b
MF
11714
11715
2232061b
MF
11716
11717
2232061b 11718
2232061b
MF
11719
11720
6bb11ab3
L
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11821$as_echo_n "checking dynamic linker characteristics... " >&6; }
11822
11823if test "$GCC" = yes; then
11824 case $host_os in
11825 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11826 *) lt_awk_arg="/^libraries:/" ;;
11827 esac
11828 case $host_os in
11829 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11830 *) lt_sed_strip_eq="s,=/,/,g" ;;
11831 esac
11832 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11833 case $lt_search_path_spec in
11834 *\;*)
11835 # if the path contains ";" then we assume it to be the separator
11836 # otherwise default to the standard path separator (i.e. ":") - it is
11837 # assumed that no part of a normal pathname contains ";" but that should
11838 # okay in the real world where ";" in dirpaths is itself problematic.
11839 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11840 ;;
11841 *)
11842 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11843 ;;
11844 esac
11845 # Ok, now we have the path, separated by spaces, we can step through it
11846 # and add multilib dir if necessary.
11847 lt_tmp_lt_search_path_spec=
11848 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11849 for lt_sys_path in $lt_search_path_spec; do
11850 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11851 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11852 else
11853 test -d "$lt_sys_path" && \
11854 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11855 fi
11856 done
11857 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11858BEGIN {RS=" "; FS="/|\n";} {
11859 lt_foo="";
11860 lt_count=0;
11861 for (lt_i = NF; lt_i > 0; lt_i--) {
11862 if ($lt_i != "" && $lt_i != ".") {
11863 if ($lt_i == "..") {
11864 lt_count++;
11865 } else {
11866 if (lt_count == 0) {
11867 lt_foo="/" $lt_i lt_foo;
11868 } else {
11869 lt_count--;
11870 }
11871 }
11872 }
11873 }
11874 if (lt_foo != "") { lt_freq[lt_foo]++; }
11875 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11876}'`
11877 # AWK program above erroneously prepends '/' to C:/dos/paths
11878 # for these hosts.
11879 case $host_os in
11880 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11881 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11882 esac
11883 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11884else
11885 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11886fi
11887library_names_spec=
11888libname_spec='lib$name'
11889soname_spec=
11890shrext_cmds=".so"
11891postinstall_cmds=
11892postuninstall_cmds=
11893finish_cmds=
11894finish_eval=
11895shlibpath_var=
11896shlibpath_overrides_runpath=unknown
11897version_type=none
11898dynamic_linker="$host_os ld.so"
11899sys_lib_dlsearch_path_spec="/lib /usr/lib"
11900need_lib_prefix=unknown
11901hardcode_into_libs=no
11902
11903# when you set need_version to no, make sure it does not cause -set_version
11904# flags to be left without arguments
11905need_version=unknown
11906
11907case $host_os in
11908aix3*)
11909 version_type=linux
11910 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11911 shlibpath_var=LIBPATH
11912
11913 # AIX 3 has no versioning support, so we append a major version to the name.
11914 soname_spec='${libname}${release}${shared_ext}$major'
11915 ;;
11916
11917aix[4-9]*)
11918 version_type=linux
11919 need_lib_prefix=no
11920 need_version=no
11921 hardcode_into_libs=yes
11922 if test "$host_cpu" = ia64; then
11923 # AIX 5 supports IA64
11924 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11925 shlibpath_var=LD_LIBRARY_PATH
11926 else
11927 # With GCC up to 2.95.x, collect2 would create an import file
11928 # for dependence libraries. The import file would start with
11929 # the line `#! .'. This would cause the generated library to
11930 # depend on `.', always an invalid library. This was fixed in
11931 # development snapshots of GCC prior to 3.0.
11932 case $host_os in
11933 aix4 | aix4.[01] | aix4.[01].*)
11934 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11935 echo ' yes '
11936 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11937 :
11938 else
11939 can_build_shared=no
11940 fi
11941 ;;
11942 esac
11943 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11944 # soname into executable. Probably we can add versioning support to
11945 # collect2, so additional links can be useful in future.
11946 if test "$aix_use_runtimelinking" = yes; then
11947 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11948 # instead of lib<name>.a to let people know that these are not
11949 # typical AIX shared libraries.
11950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11951 else
11952 # We preserve .a as extension for shared libraries through AIX4.2
11953 # and later when we are not doing run time linking.
11954 library_names_spec='${libname}${release}.a $libname.a'
11955 soname_spec='${libname}${release}${shared_ext}$major'
11956 fi
11957 shlibpath_var=LIBPATH
11958 fi
11959 ;;
11960
11961amigaos*)
11962 case $host_cpu in
11963 powerpc)
11964 # Since July 2007 AmigaOS4 officially supports .so libraries.
11965 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11967 ;;
11968 m68k)
11969 library_names_spec='$libname.ixlibrary $libname.a'
11970 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11971 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'
11972 ;;
11973 esac
11974 ;;
11975
11976beos*)
11977 library_names_spec='${libname}${shared_ext}'
11978 dynamic_linker="$host_os ld.so"
11979 shlibpath_var=LIBRARY_PATH
11980 ;;
11981
11982bsdi[45]*)
11983 version_type=linux
11984 need_version=no
11985 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11986 soname_spec='${libname}${release}${shared_ext}$major'
11987 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11988 shlibpath_var=LD_LIBRARY_PATH
11989 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11990 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11991 # the default ld.so.conf also contains /usr/contrib/lib and
11992 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11993 # libtool to hard-code these into programs
11994 ;;
11995
11996cygwin* | mingw* | pw32* | cegcc*)
11997 version_type=windows
11998 shrext_cmds=".dll"
11999 need_version=no
12000 need_lib_prefix=no
12001
12002 case $GCC,$host_os in
12003 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12004 library_names_spec='$libname.dll.a'
12005 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12006 postinstall_cmds='base_file=`basename \${file}`~
12007 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12008 dldir=$destdir/`dirname \$dlpath`~
12009 test -d \$dldir || mkdir -p \$dldir~
12010 $install_prog $dir/$dlname \$dldir/$dlname~
12011 chmod a+x \$dldir/$dlname~
12012 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12013 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12014 fi'
12015 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12016 dlpath=$dir/\$dldll~
12017 $RM \$dlpath'
12018 shlibpath_overrides_runpath=yes
12019
12020 case $host_os in
12021 cygwin*)
12022 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12023 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12024
12025 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12026 ;;
12027 mingw* | cegcc*)
12028 # MinGW DLLs use traditional 'lib' prefix
12029 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12030 ;;
12031 pw32*)
12032 # pw32 DLLs use 'pw' prefix rather than 'lib'
12033 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12034 ;;
12035 esac
12036 ;;
12037
12038 *)
12039 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12040 ;;
12041 esac
12042 dynamic_linker='Win32 ld.exe'
12043 # FIXME: first we should search . and the directory the executable is in
12044 shlibpath_var=PATH
12045 ;;
12046
12047darwin* | rhapsody*)
12048 dynamic_linker="$host_os dyld"
12049 version_type=darwin
12050 need_lib_prefix=no
12051 need_version=no
12052 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12053 soname_spec='${libname}${release}${major}$shared_ext'
12054 shlibpath_overrides_runpath=yes
12055 shlibpath_var=DYLD_LIBRARY_PATH
12056 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12057
12058 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12059 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12060 ;;
12061
12062dgux*)
12063 version_type=linux
12064 need_lib_prefix=no
12065 need_version=no
12066 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12067 soname_spec='${libname}${release}${shared_ext}$major'
12068 shlibpath_var=LD_LIBRARY_PATH
12069 ;;
12070
12071freebsd* | dragonfly*)
12072 # DragonFly does not have aout. When/if they implement a new
12073 # versioning mechanism, adjust this.
12074 if test -x /usr/bin/objformat; then
12075 objformat=`/usr/bin/objformat`
12076 else
12077 case $host_os in
12078 freebsd[23].*) objformat=aout ;;
12079 *) objformat=elf ;;
12080 esac
12081 fi
12082 version_type=freebsd-$objformat
12083 case $version_type in
12084 freebsd-elf*)
12085 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12086 need_version=no
12087 need_lib_prefix=no
12088 ;;
12089 freebsd-*)
12090 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12091 need_version=yes
12092 ;;
12093 esac
12094 shlibpath_var=LD_LIBRARY_PATH
12095 case $host_os in
12096 freebsd2.*)
12097 shlibpath_overrides_runpath=yes
12098 ;;
12099 freebsd3.[01]* | freebsdelf3.[01]*)
12100 shlibpath_overrides_runpath=yes
12101 hardcode_into_libs=yes
12102 ;;
12103 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12104 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12105 shlibpath_overrides_runpath=no
12106 hardcode_into_libs=yes
12107 ;;
12108 *) # from 4.6 on, and DragonFly
12109 shlibpath_overrides_runpath=yes
12110 hardcode_into_libs=yes
12111 ;;
12112 esac
12113 ;;
12114
6bb11ab3
L
12115haiku*)
12116 version_type=linux
12117 need_lib_prefix=no
12118 need_version=no
12119 dynamic_linker="$host_os runtime_loader"
12120 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12121 soname_spec='${libname}${release}${shared_ext}$major'
12122 shlibpath_var=LIBRARY_PATH
12123 shlibpath_overrides_runpath=yes
12124 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12125 hardcode_into_libs=yes
12126 ;;
12127
12128hpux9* | hpux10* | hpux11*)
12129 # Give a soname corresponding to the major version so that dld.sl refuses to
12130 # link against other versions.
12131 version_type=sunos
12132 need_lib_prefix=no
12133 need_version=no
12134 case $host_cpu in
12135 ia64*)
12136 shrext_cmds='.so'
12137 hardcode_into_libs=yes
12138 dynamic_linker="$host_os dld.so"
12139 shlibpath_var=LD_LIBRARY_PATH
12140 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12141 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12142 soname_spec='${libname}${release}${shared_ext}$major'
12143 if test "X$HPUX_IA64_MODE" = X32; then
12144 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12145 else
12146 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12147 fi
12148 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12149 ;;
12150 hppa*64*)
12151 shrext_cmds='.sl'
12152 hardcode_into_libs=yes
12153 dynamic_linker="$host_os dld.sl"
12154 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12155 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12156 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12157 soname_spec='${libname}${release}${shared_ext}$major'
12158 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12159 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12160 ;;
12161 *)
12162 shrext_cmds='.sl'
12163 dynamic_linker="$host_os dld.sl"
12164 shlibpath_var=SHLIB_PATH
12165 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12166 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12167 soname_spec='${libname}${release}${shared_ext}$major'
12168 ;;
12169 esac
12170 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12171 postinstall_cmds='chmod 555 $lib'
12172 # or fails outright, so override atomically:
12173 install_override_mode=555
12174 ;;
12175
12176interix[3-9]*)
12177 version_type=linux
12178 need_lib_prefix=no
12179 need_version=no
12180 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12181 soname_spec='${libname}${release}${shared_ext}$major'
12182 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12183 shlibpath_var=LD_LIBRARY_PATH
12184 shlibpath_overrides_runpath=no
12185 hardcode_into_libs=yes
12186 ;;
12187
12188irix5* | irix6* | nonstopux*)
12189 case $host_os in
12190 nonstopux*) version_type=nonstopux ;;
12191 *)
12192 if test "$lt_cv_prog_gnu_ld" = yes; then
12193 version_type=linux
12194 else
12195 version_type=irix
12196 fi ;;
12197 esac
12198 need_lib_prefix=no
12199 need_version=no
12200 soname_spec='${libname}${release}${shared_ext}$major'
12201 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12202 case $host_os in
12203 irix5* | nonstopux*)
12204 libsuff= shlibsuff=
12205 ;;
12206 *)
12207 case $LD in # libtool.m4 will add one of these switches to LD
12208 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12209 libsuff= shlibsuff= libmagic=32-bit;;
12210 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12211 libsuff=32 shlibsuff=N32 libmagic=N32;;
12212 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12213 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12214 *) libsuff= shlibsuff= libmagic=never-match;;
12215 esac
12216 ;;
12217 esac
12218 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12219 shlibpath_overrides_runpath=no
12220 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12221 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12222 hardcode_into_libs=yes
12223 ;;
12224
12225# No shared lib support for Linux oldld, aout, or coff.
12226linux*oldld* | linux*aout* | linux*coff*)
12227 dynamic_linker=no
12228 ;;
12229
12230# This must be Linux ELF.
46f900c0 12231linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12232 version_type=linux
12233 need_lib_prefix=no
12234 need_version=no
12235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12236 soname_spec='${libname}${release}${shared_ext}$major'
12237 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12238 shlibpath_var=LD_LIBRARY_PATH
12239 shlibpath_overrides_runpath=no
12240
12241 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12242 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
12243 $as_echo_n "(cached) " >&6
12244else
6bb11ab3
L
12245 lt_cv_shlibpath_overrides_runpath=no
12246 save_LDFLAGS=$LDFLAGS
12247 save_libdir=$libdir
12248 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12249 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12251/* end confdefs.h. */
12252
2232061b
MF
12253int
12254main ()
12255{
12256
12257 ;
12258 return 0;
12259}
12260_ACEOF
6bb11ab3
L
12261if ac_fn_c_try_link "$LINENO"; then :
12262 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12263 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12264fi
2232061b 12265fi
6bb11ab3
L
12266rm -f core conftest.err conftest.$ac_objext \
12267 conftest$ac_exeext conftest.$ac_ext
12268 LDFLAGS=$save_LDFLAGS
12269 libdir=$save_libdir
2232061b 12270
6bb11ab3 12271fi
2232061b 12272
6bb11ab3 12273 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12274
6bb11ab3
L
12275 # This implies no fast_install, which is unacceptable.
12276 # Some rework will be needed to allow for fast_install
12277 # before this can be enabled.
12278 hardcode_into_libs=yes
2232061b 12279
6bb11ab3
L
12280 # Append ld.so.conf contents to the search path
12281 if test -f /etc/ld.so.conf; then
12282 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' ' '`
12283 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12284 fi
2232061b 12285
6bb11ab3
L
12286 # We used to test for /lib/ld.so.1 and disable shared libraries on
12287 # powerpc, because MkLinux only supported shared libraries with the
12288 # GNU dynamic linker. Since this was broken with cross compilers,
12289 # most powerpc-linux boxes support dynamic linking these days and
12290 # people can always --disable-shared, the test was removed, and we
12291 # assume the GNU/Linux dynamic linker is in use.
12292 dynamic_linker='GNU/Linux ld.so'
12293 ;;
12294
12295netbsd*)
12296 version_type=sunos
12297 need_lib_prefix=no
12298 need_version=no
12299 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12301 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12302 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12303 else
6bb11ab3
L
12304 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12305 soname_spec='${libname}${release}${shared_ext}$major'
12306 dynamic_linker='NetBSD ld.elf_so'
12307 fi
12308 shlibpath_var=LD_LIBRARY_PATH
12309 shlibpath_overrides_runpath=yes
12310 hardcode_into_libs=yes
12311 ;;
12312
12313newsos6)
12314 version_type=linux
12315 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12316 shlibpath_var=LD_LIBRARY_PATH
12317 shlibpath_overrides_runpath=yes
12318 ;;
12319
12320*nto* | *qnx*)
12321 version_type=qnx
12322 need_lib_prefix=no
12323 need_version=no
12324 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12325 soname_spec='${libname}${release}${shared_ext}$major'
12326 shlibpath_var=LD_LIBRARY_PATH
12327 shlibpath_overrides_runpath=no
12328 hardcode_into_libs=yes
12329 dynamic_linker='ldqnx.so'
12330 ;;
12331
12332openbsd*)
12333 version_type=sunos
12334 sys_lib_dlsearch_path_spec="/usr/lib"
12335 need_lib_prefix=no
12336 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12337 case $host_os in
12338 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12339 *) need_version=no ;;
12340 esac
12341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12342 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12343 shlibpath_var=LD_LIBRARY_PATH
12344 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12345 case $host_os in
12346 openbsd2.[89] | openbsd2.[89].*)
12347 shlibpath_overrides_runpath=no
12348 ;;
12349 *)
12350 shlibpath_overrides_runpath=yes
12351 ;;
12352 esac
12353 else
12354 shlibpath_overrides_runpath=yes
12355 fi
12356 ;;
12357
12358os2*)
12359 libname_spec='$name'
12360 shrext_cmds=".dll"
12361 need_lib_prefix=no
12362 library_names_spec='$libname${shared_ext} $libname.a'
12363 dynamic_linker='OS/2 ld.exe'
12364 shlibpath_var=LIBPATH
12365 ;;
12366
12367osf3* | osf4* | osf5*)
12368 version_type=osf
12369 need_lib_prefix=no
12370 need_version=no
12371 soname_spec='${libname}${release}${shared_ext}$major'
12372 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12373 shlibpath_var=LD_LIBRARY_PATH
12374 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12375 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12376 ;;
12377
12378rdos*)
12379 dynamic_linker=no
12380 ;;
12381
12382solaris*)
12383 version_type=linux
12384 need_lib_prefix=no
12385 need_version=no
12386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12387 soname_spec='${libname}${release}${shared_ext}$major'
12388 shlibpath_var=LD_LIBRARY_PATH
12389 shlibpath_overrides_runpath=yes
12390 hardcode_into_libs=yes
12391 # ldd complains unless libraries are executable
12392 postinstall_cmds='chmod +x $lib'
12393 ;;
12394
12395sunos4*)
12396 version_type=sunos
12397 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12398 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12399 shlibpath_var=LD_LIBRARY_PATH
12400 shlibpath_overrides_runpath=yes
12401 if test "$with_gnu_ld" = yes; then
12402 need_lib_prefix=no
12403 fi
12404 need_version=yes
12405 ;;
12406
12407sysv4 | sysv4.3*)
12408 version_type=linux
12409 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12410 soname_spec='${libname}${release}${shared_ext}$major'
12411 shlibpath_var=LD_LIBRARY_PATH
12412 case $host_vendor in
12413 sni)
12414 shlibpath_overrides_runpath=no
12415 need_lib_prefix=no
12416 runpath_var=LD_RUN_PATH
12417 ;;
12418 siemens)
12419 need_lib_prefix=no
12420 ;;
12421 motorola)
12422 need_lib_prefix=no
12423 need_version=no
12424 shlibpath_overrides_runpath=no
12425 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12426 ;;
12427 esac
12428 ;;
12429
12430sysv4*MP*)
12431 if test -d /usr/nec ;then
12432 version_type=linux
12433 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12434 soname_spec='$libname${shared_ext}.$major'
12435 shlibpath_var=LD_LIBRARY_PATH
2232061b 12436 fi
6bb11ab3
L
12437 ;;
12438
12439sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12440 version_type=freebsd-elf
12441 need_lib_prefix=no
12442 need_version=no
12443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12444 soname_spec='${libname}${release}${shared_ext}$major'
12445 shlibpath_var=LD_LIBRARY_PATH
12446 shlibpath_overrides_runpath=yes
12447 hardcode_into_libs=yes
12448 if test "$with_gnu_ld" = yes; then
12449 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12450 else
12451 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12452 case $host_os in
12453 sco3.2v5*)
12454 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12455 ;;
12456 esac
12457 fi
12458 sys_lib_dlsearch_path_spec='/usr/lib'
12459 ;;
12460
12461tpf*)
12462 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12463 version_type=linux
12464 need_lib_prefix=no
12465 need_version=no
12466 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12467 shlibpath_var=LD_LIBRARY_PATH
12468 shlibpath_overrides_runpath=no
12469 hardcode_into_libs=yes
12470 ;;
12471
12472uts4*)
12473 version_type=linux
12474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12475 soname_spec='${libname}${release}${shared_ext}$major'
12476 shlibpath_var=LD_LIBRARY_PATH
12477 ;;
12478
12479*)
12480 dynamic_linker=no
12481 ;;
12482esac
12483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12484$as_echo "$dynamic_linker" >&6; }
12485test "$dynamic_linker" = no && can_build_shared=no
12486
12487variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12488if test "$GCC" = yes; then
12489 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12490fi
2232061b 12491
6bb11ab3
L
12492if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12493 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12494fi
12495if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12496 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12497fi
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
2232061b 12524
2232061b 12525
2232061b 12526
2232061b 12527
2232061b
MF
12528
12529
6ffe910a 12530
6ffe910a
MF
12531
12532
12533
12534
12535
2232061b 12536
6ffe910a
MF
12537
12538
12539
12540
6ffe910a 12541
6ffe910a 12542
6ffe910a
MF
12543
12544
6ffe910a 12545
6ffe910a 12546
6ffe910a
MF
12547
12548
5f3ef9d0 12549
5f3ef9d0
JB
12550
12551
12552
db2e4d67
MF
12553
12554
db2e4d67 12555
db2e4d67 12556
db2e4d67 12557
db2e4d67 12558
db2e4d67 12559
db2e4d67 12560
db2e4d67 12561
db2e4d67
MF
12562
12563
db2e4d67 12564
db2e4d67
MF
12565
12566
db2e4d67 12567
db2e4d67
MF
12568
12569
6ffe910a 12570
6ffe910a 12571
6ffe910a
MF
12572
12573
6ffe910a
MF
12574
12575
6ffe910a 12576
6ffe910a 12577
6ffe910a 12578
6ffe910a 12579
6ffe910a 12580
b7026657 12581
b7026657 12582
c906108c 12583
b7026657 12584
b7026657 12585
c906108c 12586
b7026657 12587
b7026657 12588
cd0fc7c3 12589
6bb11ab3
L
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12591$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12592hardcode_action=
12593if test -n "$hardcode_libdir_flag_spec" ||
12594 test -n "$runpath_var" ||
12595 test "X$hardcode_automatic" = "Xyes" ; then
b7026657 12596
6bb11ab3
L
12597 # We can hardcode non-existent directories.
12598 if test "$hardcode_direct" != no &&
12599 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12600 # have to relink, otherwise we might link with an installed library
12601 # when we should be linking with a yet-to-be-installed one
12602 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12603 test "$hardcode_minus_L" != no; then
12604 # Linking always hardcodes the temporary library directory.
12605 hardcode_action=relink
12606 else
12607 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12608 hardcode_action=immediate
12609 fi
12610else
12611 # We cannot hardcode anything, or else we can only hardcode existing
12612 # directories.
12613 hardcode_action=unsupported
c906108c 12614fi
6bb11ab3
L
12615{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12616$as_echo "$hardcode_action" >&6; }
b7026657 12617
6bb11ab3
L
12618if test "$hardcode_action" = relink ||
12619 test "$inherit_rpath" = yes; then
12620 # Fast installation is not supported
12621 enable_fast_install=no
12622elif test "$shlibpath_overrides_runpath" = yes ||
12623 test "$enable_shared" = no; then
12624 # Fast installation is not necessary
12625 enable_fast_install=needless
12626fi
c906108c 12627
6bb11ab3
L
12628
12629
12630
12631
12632
12633 if test "x$enable_dlopen" != xyes; then
12634 enable_dlopen=unknown
12635 enable_dlopen_self=unknown
12636 enable_dlopen_self_static=unknown
12637else
12638 lt_cv_dlopen=no
12639 lt_cv_dlopen_libs=
12640
12641 case $host_os in
12642 beos*)
12643 lt_cv_dlopen="load_add_on"
12644 lt_cv_dlopen_libs=
12645 lt_cv_dlopen_self=yes
12646 ;;
12647
12648 mingw* | pw32* | cegcc*)
12649 lt_cv_dlopen="LoadLibrary"
12650 lt_cv_dlopen_libs=
12651 ;;
12652
12653 cygwin*)
12654 lt_cv_dlopen="dlopen"
12655 lt_cv_dlopen_libs=
12656 ;;
12657
12658 darwin*)
12659 # if libdl is installed we need to link against it
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12661$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12662if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12663 $as_echo_n "(cached) " >&6
12664else
12665 ac_check_lib_save_LIBS=$LIBS
12666LIBS="-ldl $LIBS"
12667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12668/* end confdefs.h. */
12669
12670/* Override any GCC internal prototype to avoid an error.
12671 Use char because int might match the return type of a GCC
12672 builtin and then its argument prototype would still apply. */
12673#ifdef __cplusplus
12674extern "C"
12675#endif
12676char dlopen ();
12677int
12678main ()
12679{
12680return dlopen ();
12681 ;
12682 return 0;
12683}
b7026657 12684_ACEOF
6bb11ab3
L
12685if ac_fn_c_try_link "$LINENO"; then :
12686 ac_cv_lib_dl_dlopen=yes
12687else
12688 ac_cv_lib_dl_dlopen=no
12689fi
12690rm -f core conftest.err conftest.$ac_objext \
12691 conftest$ac_exeext conftest.$ac_ext
12692LIBS=$ac_check_lib_save_LIBS
12693fi
12694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12695$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12696if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12697 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12698else
12699
12700 lt_cv_dlopen="dyld"
12701 lt_cv_dlopen_libs=
12702 lt_cv_dlopen_self=yes
c906108c 12703
c906108c 12704fi
c906108c 12705
6bb11ab3 12706 ;;
c906108c 12707
6bb11ab3
L
12708 *)
12709 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12710if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12711 lt_cv_dlopen="shl_load"
12712else
12713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12714$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12715if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12716 $as_echo_n "(cached) " >&6
12717else
12718 ac_check_lib_save_LIBS=$LIBS
12719LIBS="-ldld $LIBS"
12720cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12721/* end confdefs.h. */
12722
12723/* Override any GCC internal prototype to avoid an error.
12724 Use char because int might match the return type of a GCC
12725 builtin and then its argument prototype would still apply. */
12726#ifdef __cplusplus
12727extern "C"
12728#endif
12729char shl_load ();
12730int
12731main ()
12732{
12733return shl_load ();
12734 ;
12735 return 0;
12736}
12737_ACEOF
12738if ac_fn_c_try_link "$LINENO"; then :
12739 ac_cv_lib_dld_shl_load=yes
12740else
12741 ac_cv_lib_dld_shl_load=no
12742fi
12743rm -f core conftest.err conftest.$ac_objext \
12744 conftest$ac_exeext conftest.$ac_ext
12745LIBS=$ac_check_lib_save_LIBS
12746fi
12747{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12748$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12749if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12750 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12751else
12752 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12753if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12754 lt_cv_dlopen="dlopen"
12755else
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12757$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12758if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 12759 $as_echo_n "(cached) " >&6
c906108c 12760else
b7026657 12761 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12762LIBS="-ldl $LIBS"
81ecdfbb 12763cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 12764/* end confdefs.h. */
c906108c 12765
81ecdfbb
RW
12766/* Override any GCC internal prototype to avoid an error.
12767 Use char because int might match the return type of a GCC
12768 builtin and then its argument prototype would still apply. */
b7026657
AC
12769#ifdef __cplusplus
12770extern "C"
12771#endif
6bb11ab3 12772char dlopen ();
b7026657
AC
12773int
12774main ()
12775{
6bb11ab3 12776return dlopen ();
b7026657
AC
12777 ;
12778 return 0;
12779}
12780_ACEOF
81ecdfbb 12781if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12782 ac_cv_lib_dl_dlopen=yes
b7026657 12783else
6bb11ab3 12784 ac_cv_lib_dl_dlopen=no
b7026657 12785fi
81ecdfbb
RW
12786rm -f core conftest.err conftest.$ac_objext \
12787 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12788LIBS=$ac_check_lib_save_LIBS
12789fi
6bb11ab3
L
12790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12791$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12792if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12793 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12794else
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12796$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12797if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 12798 $as_echo_n "(cached) " >&6
c906108c 12799else
b7026657 12800 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12801LIBS="-lsvld $LIBS"
81ecdfbb 12802cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657
AC
12803/* end confdefs.h. */
12804
81ecdfbb
RW
12805/* Override any GCC internal prototype to avoid an error.
12806 Use char because int might match the return type of a GCC
12807 builtin and then its argument prototype would still apply. */
b7026657
AC
12808#ifdef __cplusplus
12809extern "C"
12810#endif
6bb11ab3 12811char dlopen ();
b7026657
AC
12812int
12813main ()
12814{
6bb11ab3 12815return dlopen ();
b7026657
AC
12816 ;
12817 return 0;
12818}
12819_ACEOF
81ecdfbb 12820if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12821 ac_cv_lib_svld_dlopen=yes
b7026657 12822else
6bb11ab3 12823 ac_cv_lib_svld_dlopen=no
b7026657 12824fi
81ecdfbb
RW
12825rm -f core conftest.err conftest.$ac_objext \
12826 conftest$ac_exeext conftest.$ac_ext
b7026657
AC
12827LIBS=$ac_check_lib_save_LIBS
12828fi
6bb11ab3
L
12829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12830$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12831if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 12832 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12833else
6bb11ab3
L
12834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12835$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12836if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 12837 $as_echo_n "(cached) " >&6
b5bd9624 12838else
6bb11ab3
L
12839 ac_check_lib_save_LIBS=$LIBS
12840LIBS="-ldld $LIBS"
81ecdfbb 12841cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12842/* end confdefs.h. */
12843
81ecdfbb
RW
12844/* Override any GCC internal prototype to avoid an error.
12845 Use char because int might match the return type of a GCC
b5bd9624 12846 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12847#ifdef __cplusplus
12848extern "C"
12849#endif
6bb11ab3 12850char dld_link ();
81ecdfbb
RW
12851int
12852main ()
12853{
6bb11ab3 12854return dld_link ();
81ecdfbb
RW
12855 ;
12856 return 0;
12857}
b5bd9624 12858_ACEOF
6bb11ab3
L
12859if ac_fn_c_try_link "$LINENO"; then :
12860 ac_cv_lib_dld_dld_link=yes
12861else
12862 ac_cv_lib_dld_dld_link=no
12863fi
12864rm -f core conftest.err conftest.$ac_objext \
12865 conftest$ac_exeext conftest.$ac_ext
12866LIBS=$ac_check_lib_save_LIBS
12867fi
12868{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12869$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12870if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12871 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12872fi
12873
12874
12875fi
12876
12877
12878fi
12879
12880
12881fi
12882
12883
12884fi
12885
12886
12887fi
12888
12889 ;;
12890 esac
12891
12892 if test "x$lt_cv_dlopen" != xno; then
12893 enable_dlopen=yes
b5bd9624 12894 else
6bb11ab3
L
12895 enable_dlopen=no
12896 fi
12897
12898 case $lt_cv_dlopen in
12899 dlopen)
12900 save_CPPFLAGS="$CPPFLAGS"
12901 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12902
12903 save_LDFLAGS="$LDFLAGS"
12904 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12905
12906 save_LIBS="$LIBS"
12907 LIBS="$lt_cv_dlopen_libs $LIBS"
12908
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12910$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12911if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
12912 $as_echo_n "(cached) " >&6
12913else
12914 if test "$cross_compiling" = yes; then :
12915 lt_cv_dlopen_self=cross
12916else
12917 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12918 lt_status=$lt_dlunknown
12919 cat > conftest.$ac_ext <<_LT_EOF
50df264d 12920#line 12920 "configure"
6bb11ab3
L
12921#include "confdefs.h"
12922
12923#if HAVE_DLFCN_H
12924#include <dlfcn.h>
12925#endif
12926
12927#include <stdio.h>
12928
12929#ifdef RTLD_GLOBAL
12930# define LT_DLGLOBAL RTLD_GLOBAL
12931#else
12932# ifdef DL_GLOBAL
12933# define LT_DLGLOBAL DL_GLOBAL
12934# else
12935# define LT_DLGLOBAL 0
12936# endif
12937#endif
12938
12939/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12940 find out it does not work in some platform. */
12941#ifndef LT_DLLAZY_OR_NOW
12942# ifdef RTLD_LAZY
12943# define LT_DLLAZY_OR_NOW RTLD_LAZY
12944# else
12945# ifdef DL_LAZY
12946# define LT_DLLAZY_OR_NOW DL_LAZY
12947# else
12948# ifdef RTLD_NOW
12949# define LT_DLLAZY_OR_NOW RTLD_NOW
12950# else
12951# ifdef DL_NOW
12952# define LT_DLLAZY_OR_NOW DL_NOW
12953# else
12954# define LT_DLLAZY_OR_NOW 0
12955# endif
12956# endif
12957# endif
12958# endif
12959#endif
12960
12961/* When -fvisbility=hidden is used, assume the code has been annotated
12962 correspondingly for the symbols needed. */
12963#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12964void fnord () __attribute__((visibility("default")));
12965#endif
12966
12967void fnord () { int i=42; }
12968int main ()
12969{
12970 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12971 int status = $lt_dlunknown;
12972
12973 if (self)
12974 {
12975 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12976 else
12977 {
12978 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12979 else puts (dlerror ());
12980 }
12981 /* dlclose (self); */
12982 }
12983 else
12984 puts (dlerror ());
12985
12986 return status;
12987}
12988_LT_EOF
12989 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12990 (eval $ac_link) 2>&5
12991 ac_status=$?
12992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12993 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12994 (./conftest; exit; ) >&5 2>/dev/null
12995 lt_status=$?
12996 case x$lt_status in
12997 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12998 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12999 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13000 esac
13001 else :
13002 # compilation failed
13003 lt_cv_dlopen_self=no
b5bd9624 13004 fi
b5bd9624 13005fi
6bb11ab3
L
13006rm -fr conftest*
13007
13008
b5bd9624 13009fi
6bb11ab3
L
13010{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13011$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 13012
6bb11ab3
L
13013 if test "x$lt_cv_dlopen_self" = xyes; then
13014 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13016$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13017if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 13018 $as_echo_n "(cached) " >&6
b5bd9624 13019else
6bb11ab3
L
13020 if test "$cross_compiling" = yes; then :
13021 lt_cv_dlopen_self_static=cross
13022else
13023 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13024 lt_status=$lt_dlunknown
13025 cat > conftest.$ac_ext <<_LT_EOF
50df264d 13026#line 13026 "configure"
6bb11ab3
L
13027#include "confdefs.h"
13028
13029#if HAVE_DLFCN_H
13030#include <dlfcn.h>
13031#endif
13032
13033#include <stdio.h>
13034
13035#ifdef RTLD_GLOBAL
13036# define LT_DLGLOBAL RTLD_GLOBAL
13037#else
13038# ifdef DL_GLOBAL
13039# define LT_DLGLOBAL DL_GLOBAL
13040# else
13041# define LT_DLGLOBAL 0
13042# endif
13043#endif
13044
13045/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13046 find out it does not work in some platform. */
13047#ifndef LT_DLLAZY_OR_NOW
13048# ifdef RTLD_LAZY
13049# define LT_DLLAZY_OR_NOW RTLD_LAZY
13050# else
13051# ifdef DL_LAZY
13052# define LT_DLLAZY_OR_NOW DL_LAZY
13053# else
13054# ifdef RTLD_NOW
13055# define LT_DLLAZY_OR_NOW RTLD_NOW
13056# else
13057# ifdef DL_NOW
13058# define LT_DLLAZY_OR_NOW DL_NOW
13059# else
13060# define LT_DLLAZY_OR_NOW 0
13061# endif
13062# endif
13063# endif
13064# endif
13065#endif
13066
13067/* When -fvisbility=hidden is used, assume the code has been annotated
13068 correspondingly for the symbols needed. */
13069#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13070void fnord () __attribute__((visibility("default")));
13071#endif
13072
13073void fnord () { int i=42; }
13074int main ()
13075{
13076 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13077 int status = $lt_dlunknown;
13078
13079 if (self)
13080 {
13081 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13082 else
13083 {
13084 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13085 else puts (dlerror ());
13086 }
13087 /* dlclose (self); */
13088 }
13089 else
13090 puts (dlerror ());
13091
13092 return status;
13093}
13094_LT_EOF
13095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13096 (eval $ac_link) 2>&5
13097 ac_status=$?
13098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13099 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13100 (./conftest; exit; ) >&5 2>/dev/null
13101 lt_status=$?
13102 case x$lt_status in
13103 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13104 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13105 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13106 esac
13107 else :
13108 # compilation failed
13109 lt_cv_dlopen_self_static=no
13110 fi
b5bd9624 13111fi
6bb11ab3
L
13112rm -fr conftest*
13113
13114
b5bd9624 13115fi
6bb11ab3
L
13116{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13117$as_echo "$lt_cv_dlopen_self_static" >&6; }
13118 fi
13119
13120 CPPFLAGS="$save_CPPFLAGS"
13121 LDFLAGS="$save_LDFLAGS"
13122 LIBS="$save_LIBS"
13123 ;;
13124 esac
13125
13126 case $lt_cv_dlopen_self in
13127 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13128 *) enable_dlopen_self=unknown ;;
13129 esac
13130
13131 case $lt_cv_dlopen_self_static in
13132 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13133 *) enable_dlopen_self_static=unknown ;;
13134 esac
13135fi
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153striplib=
13154old_striplib=
13155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13156$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13157if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13158 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13159 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13161$as_echo "yes" >&6; }
13162else
13163# FIXME - insert some real tests, host_os isn't really good enough
13164 case $host_os in
13165 darwin*)
13166 if test -n "$STRIP" ; then
13167 striplib="$STRIP -x"
13168 old_striplib="$STRIP -S"
13169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13170$as_echo "yes" >&6; }
13171 else
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13173$as_echo "no" >&6; }
13174 fi
13175 ;;
13176 *)
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13178$as_echo "no" >&6; }
13179 ;;
13180 esac
13181fi
13182
13183
13184
13185
13186
13187
13188
13189
13190
13191
13192
13193
13194 # Report which library types will actually be built
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13196$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13198$as_echo "$can_build_shared" >&6; }
13199
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13201$as_echo_n "checking whether to build shared libraries... " >&6; }
13202 test "$can_build_shared" = "no" && enable_shared=no
13203
13204 # On AIX, shared libraries and static libraries use the same namespace, and
13205 # are all built from PIC.
13206 case $host_os in
13207 aix3*)
13208 test "$enable_shared" = yes && enable_static=no
13209 if test -n "$RANLIB"; then
13210 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13211 postinstall_cmds='$RANLIB $lib'
13212 fi
13213 ;;
13214
13215 aix[4-9]*)
13216 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13217 test "$enable_shared" = yes && enable_static=no
13218 fi
13219 ;;
13220 esac
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13222$as_echo "$enable_shared" >&6; }
13223
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13225$as_echo_n "checking whether to build static libraries... " >&6; }
13226 # Make sure either enable_shared or enable_static is yes.
13227 test "$enable_shared" = yes || enable_static=yes
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13229$as_echo "$enable_static" >&6; }
13230
13231
13232
13233
13234fi
13235ac_ext=c
13236ac_cpp='$CPP $CPPFLAGS'
13237ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13238ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13239ac_compiler_gnu=$ac_cv_c_compiler_gnu
13240
13241CC="$lt_save_CC"
13242
13243
13244
13245
13246
13247
13248
13249
13250
b5bd9624 13251
b5bd9624 13252
b5bd9624 13253
b5bd9624 13254
6bb11ab3
L
13255 ac_config_commands="$ac_config_commands libtool"
13256
13257
13258
13259
13260# Only expand once:
13261
13262
5912fadd 13263
b5bd9624 13264
c906108c
SS
13265. ${srcdir}/../../bfd/configure.host
13266
13267
13268
31e6ad7d
MF
13269
13270{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13271$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13272 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13273if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13274 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13275else
13276 USE_MAINTAINER_MODE=no
c906108c 13277fi
31e6ad7d
MF
13278
13279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13280$as_echo "$USE_MAINTAINER_MODE" >&6; }
13281 if test $USE_MAINTAINER_MODE = yes; then
13282 MAINTAINER_MODE_TRUE=
13283 MAINTAINER_MODE_FALSE='#'
c906108c 13284else
31e6ad7d
MF
13285 MAINTAINER_MODE_TRUE='#'
13286 MAINTAINER_MODE_FALSE=
81ecdfbb
RW
13287fi
13288
31e6ad7d
MF
13289 MAINT=$MAINTAINER_MODE_TRUE
13290
13291
c906108c
SS
13292
13293
ce39bd38
MF
13294{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13295$as_echo_n "checking for sim debug setting... " >&6; }
13296sim_debug="0"
81ecdfbb
RW
13297# Check whether --enable-sim-debug was given.
13298if test "${enable_sim_debug+set}" = set; then :
13299 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13300 yes) sim_debug="7";;
13301 no) sim_debug="0";;
13302 *) sim_debug="($enableval)";;
c906108c 13303esac
c906108c 13304fi
ce39bd38
MF
13305if test "$sim_debug" != "0"; then
13306
13307cat >>confdefs.h <<_ACEOF
13308#define DEBUG $sim_debug
13309_ACEOF
13310
81ecdfbb
RW
13311fi
13312
ce39bd38
MF
13313cat >>confdefs.h <<_ACEOF
13314#define WITH_DEBUG $sim_debug
13315_ACEOF
13316
13317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13318$as_echo "$sim_debug" >&6; }
c906108c
SS
13319
13320
ce39bd38
MF
13321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13322$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13323sim_stdio="0"
81ecdfbb
RW
13324# Check whether --enable-sim-stdio was given.
13325if test "${enable_sim_stdio+set}" = set; then :
13326 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13327 yes) sim_stdio="DO_USE_STDIO";;
13328 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13329 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
c906108c 13330esac
81ecdfbb
RW
13331fi
13332
ce39bd38
MF
13333cat >>confdefs.h <<_ACEOF
13334#define WITH_STDIO $sim_stdio
13335_ACEOF
13336
13337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13338$as_echo "$sim_stdio" >&6; }
c906108c
SS
13339
13340
ce39bd38
MF
13341{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13342$as_echo_n "checking for sim trace settings... " >&6; }
13343sim_trace="~TRACE_debug"
81ecdfbb
RW
13344# Check whether --enable-sim-trace was given.
13345if test "${enable_sim_trace+set}" = set; then :
13346 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13347 yes) sim_trace="-1";;
13348 no) sim_trace="0";;
c906108c 13349 [-0-9]*)
ce39bd38 13350 sim_trace="'(${enableval})'";;
2232061b 13351 [[:lower:]]*)
c906108c
SS
13352 sim_trace=""
13353 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13354 if test x"$sim_trace" = x; then
ce39bd38 13355 sim_trace="(TRACE_$x"
c906108c
SS
13356 else
13357 sim_trace="${sim_trace}|TRACE_$x"
13358 fi
13359 done
ce39bd38 13360 sim_trace="$sim_trace)" ;;
c906108c 13361esac
81ecdfbb
RW
13362fi
13363
ce39bd38
MF
13364cat >>confdefs.h <<_ACEOF
13365#define WITH_TRACE $sim_trace
13366_ACEOF
13367
13368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13369$as_echo "$sim_trace" >&6; }
c906108c
SS
13370
13371
ce39bd38
MF
13372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13373$as_echo_n "checking for sim profile settings... " >&6; }
13374profile="1"
13375sim_profile="-1"
81ecdfbb
RW
13376# Check whether --enable-sim-profile was given.
13377if test "${enable_sim_profile+set}" = set; then :
13378 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13379 yes) profile="1" sim_profile="-1";;
13380 no) profile="0" sim_profile="0";;
c906108c 13381 [-0-9]*)
ce39bd38 13382 profile="(${enableval})" sim_profile="(${enableval})";;
c906108c 13383 [a-z]*)
ce39bd38 13384 profile="1"
c906108c
SS
13385 sim_profile=""
13386 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13387 if test x"$sim_profile" = x; then
ce39bd38 13388 sim_profile="(PROFILE_$x"
c906108c
SS
13389 else
13390 sim_profile="${sim_profile}|PROFILE_$x"
13391 fi
13392 done
ce39bd38 13393 sim_profile="$sim_profile)" ;;
c906108c 13394esac
81ecdfbb
RW
13395fi
13396
ce39bd38
MF
13397cat >>confdefs.h <<_ACEOF
13398#define PROFILE $profile
13399_ACEOF
c906108c
SS
13400
13401
ce39bd38
MF
13402cat >>confdefs.h <<_ACEOF
13403#define WITH_PROFILE $sim_profile
13404_ACEOF
13405
13406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13407$as_echo "$sim_profile" >&6; }
13408
13409
13410
13411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13412$as_echo_n "checking whether to enable sim asserts... " >&6; }
13413sim_assert="1"
35656e95
MF
13414# Check whether --enable-sim-assert was given.
13415if test "${enable_sim_assert+set}" = set; then :
13416 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13417 yes) sim_assert="1";;
13418 no) sim_assert="0";;
d0ac1c44 13419 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13420esac
35656e95
MF
13421fi
13422
ce39bd38
MF
13423cat >>confdefs.h <<_ACEOF
13424#define WITH_ASSERT $sim_assert
13425_ACEOF
13426
13427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13428$as_echo "$sim_assert" >&6; }
13429
35656e95 13430
ce39bd38
MF
13431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13432$as_echo_n "checking default sim environment setting... " >&6; }
13433sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13434# Check whether --enable-sim-environment was given.
13435if test "${enable_sim_environment+set}" = set; then :
13436 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13437 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13438 user | USER) sim_environment="USER_ENVIRONMENT";;
13439 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13440 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13441 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13442esac
16f7876d
MF
13443fi
13444
ce39bd38
MF
13445cat >>confdefs.h <<_ACEOF
13446#define WITH_ENVIRONMENT $sim_environment
13447_ACEOF
13448
13449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13450$as_echo "$sim_environment" >&6; }
13451
16f7876d 13452
347fe5bb
MF
13453sim_inline="-DDEFAULT_INLINE=0"
13454# Check whether --enable-sim-inline was given.
13455if test "${enable_sim_inline+set}" = set; then :
13456 enableval=$enable_sim_inline; sim_inline=""
13457case "$enableval" in
13458 no) sim_inline="-DDEFAULT_INLINE=0";;
13459 0) sim_inline="-DDEFAULT_INLINE=0";;
13460 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13461 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13462 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13463 new_flag=""
13464 case "$x" in
13465 *_INLINE=*) new_flag="-D$x";;
13466 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13467 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13468 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13469 esac
13470 if test x"$sim_inline" = x""; then
13471 sim_inline="$new_flag"
13472 else
13473 sim_inline="$sim_inline $new_flag"
13474 fi
13475 done;;
13476esac
13477if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13478 echo "Setting inline flags = $sim_inline" 6>&1
13479fi
13480fi
13481
13482
13483
6efef468 13484
81ecdfbb
RW
13485# Check whether --with-pkgversion was given.
13486if test "${with_pkgversion+set}" = set; then :
13487 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13488 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13489 no) PKGVERSION= ;;
13490 *) PKGVERSION="($withval) " ;;
13491 esac
13492else
bf12d44e 13493 PKGVERSION="(SIM) "
6efef468 13494
81ecdfbb
RW
13495fi
13496
6efef468
JM
13497
13498
13499
13500
81ecdfbb
RW
13501# Check whether --with-bugurl was given.
13502if test "${with_bugurl+set}" = set; then :
13503 withval=$with_bugurl; case "$withval" in
d0ac1c44 13504 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13505 no) BUGURL=
13506 ;;
13507 *) BUGURL="$withval"
13508 ;;
13509 esac
13510else
dfb856ba 13511 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 13512
81ecdfbb
RW
13513fi
13514
6efef468
JM
13515 case ${BUGURL} in
13516 "")
13517 REPORT_BUGS_TO=
13518 REPORT_BUGS_TEXI=
13519 ;;
13520 *)
13521 REPORT_BUGS_TO="<$BUGURL>"
13522 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13523 ;;
13524 esac;
13525
13526
13527
13528
13529cat >>confdefs.h <<_ACEOF
13530#define PKGVERSION "$PKGVERSION"
13531_ACEOF
13532
13533
13534cat >>confdefs.h <<_ACEOF
13535#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13536_ACEOF
13537
13538
81ecdfbb
RW
13539{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13540$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13541if ${ac_cv_type_signal+:} false; then :
81ecdfbb 13542 $as_echo_n "(cached) " >&6
c906108c 13543else
81ecdfbb 13544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13545/* end confdefs.h. */
c906108c
SS
13546#include <sys/types.h>
13547#include <signal.h>
c906108c 13548
b7026657
AC
13549int
13550main ()
13551{
81ecdfbb 13552return *(signal (0, 0)) (0) == 1;
b7026657
AC
13553 ;
13554 return 0;
13555}
13556_ACEOF
81ecdfbb
RW
13557if ac_fn_c_try_compile "$LINENO"; then :
13558 ac_cv_type_signal=int
c906108c 13559else
81ecdfbb 13560 ac_cv_type_signal=void
c906108c 13561fi
81ecdfbb 13562rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c906108c 13563fi
81ecdfbb
RW
13564{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13565$as_echo "$ac_cv_type_signal" >&6; }
c906108c 13566
b7026657 13567cat >>confdefs.h <<_ACEOF
c906108c 13568#define RETSIGTYPE $ac_cv_type_signal
b7026657 13569_ACEOF
c906108c
SS
13570
13571
cd0fc7c3
SS
13572
13573
c906108c 13574
c906108c
SS
13575
13576
6ffe910a 13577
1ac72f06 13578wire_endian="LITTLE"
c906108c 13579default_endian=""
81ecdfbb
RW
13580# Check whether --enable-sim-endian was given.
13581if test "${enable_sim_endian+set}" = set; then :
13582 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13583 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13584 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
c906108c 13585 yes) if test x"$wire_endian" != x; then
1ac72f06 13586 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c 13587 else
1ac72f06
MF
13588 if test x"$default_endian" != x; then
13589 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13590 else
13591 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13592 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13593 fi
13594 fi;;
13595 no) if test x"$default_endian" != x; then
1ac72f06 13596 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13597 else
13598 if test x"$wire_endian" != x; then
1ac72f06 13599 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13600 else
13601 echo "No default endian for target $target" 1>&6
1ac72f06 13602 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
c906108c
SS
13603 fi
13604 fi;;
d0ac1c44 13605 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
c906108c
SS
13606esac
13607if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13608 echo "Setting endian flags = $sim_endian" 6>&1
13609fi
13610else
13611 if test x"$default_endian" != x; then
1ac72f06 13612 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
c906108c
SS
13613else
13614 if test x"$wire_endian" != x; then
1ac72f06 13615 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
c906108c
SS
13616 else
13617 sim_endian=
13618 fi
13619fi
81ecdfbb
RW
13620fi
13621
c906108c
SS
13622wire_alignment="NONSTRICT_ALIGNMENT"
13623default_alignment=""
13624
81ecdfbb
RW
13625# Check whether --enable-sim-alignment was given.
13626if test "${enable_sim_alignment+set}" = set; then :
13627 enableval=$enable_sim_alignment; case "${enableval}" in
c906108c
SS
13628 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13629 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13630 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13631 yes) if test x"$wire_alignment" != x; then
13632 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13633 else
13634 if test x"$default_alignment" != x; then
13635 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13636 else
13637 echo "No hard-wired alignment for target $target" 1>&6
13638 sim_alignment="-DWITH_ALIGNMENT=0"
13639 fi
13640 fi;;
13641 no) if test x"$default_alignment" != x; then
13642 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13643 else
13644 if test x"$wire_alignment" != x; then
13645 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13646 else
13647 echo "No default alignment for target $target" 1>&6
13648 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13649 fi
13650 fi;;
d0ac1c44 13651 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
c906108c
SS
13652esac
13653if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13654 echo "Setting alignment flags = $sim_alignment" 6>&1
13655fi
13656else
13657 if test x"$default_alignment" != x; then
13658 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13659else
13660 if test x"$wire_alignment" != x; then
13661 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13662 else
13663 sim_alignment=
13664 fi
13665fi
81ecdfbb
RW
13666fi
13667
c906108c 13668
2232061b
MF
13669# Check whether --enable-werror was given.
13670if test "${enable_werror+set}" = set; then :
13671 enableval=$enable_werror; case "${enableval}" in
13672 yes | y) ERROR_ON_WARNING="yes" ;;
13673 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 13674 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
13675 esac
13676fi
13677
13678
13679# Enable -Werror by default when using gcc
13680if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13681 ERROR_ON_WARNING=yes
51216631 13682fi
2232061b
MF
13683
13684WERROR_CFLAGS=""
2232061b 13685
2232061b 13686build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13687-Wpointer-sign \
2232061b 13688-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13689-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13690-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13691-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13692
13693# Enable -Wno-format by default when using gcc on mingw since many
13694# GCC versions complain about %I64.
13695case "${host}" in
13696 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13697 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13698esac
13699
81ecdfbb
RW
13700# Check whether --enable-build-warnings was given.
13701if test "${enable_build_warnings+set}" = set; then :
13702 enableval=$enable_build_warnings; case "${enableval}" in
c8cca39f
AC
13703 yes) ;;
13704 no) build_warnings="-w";;
13705 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13706 build_warnings="${build_warnings} ${t}";;
13707 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13708 build_warnings="${t} ${build_warnings}";;
13709 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13710esac
13711if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13712 echo "Setting compiler warning flags = $build_warnings" 6>&1
13713fi
81ecdfbb
RW
13714fi
13715# Check whether --enable-sim-build-warnings was given.
13716if test "${enable_sim_build_warnings+set}" = set; then :
13717 enableval=$enable_sim_build_warnings; case "${enableval}" in
c906108c
SS
13718 yes) ;;
13719 no) build_warnings="-w";;
13720 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f 13721 build_warnings="${build_warnings} ${t}";;
c906108c 13722 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
c8cca39f
AC
13723 build_warnings="${t} ${build_warnings}";;
13724 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
c906108c
SS
13725esac
13726if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
c8cca39f
AC
13727 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13728fi
81ecdfbb
RW
13729fi
13730WARN_CFLAGS=""
d4f3574e
SS
13731if test "x${build_warnings}" != x -a "x$GCC" = xyes
13732then
81ecdfbb
RW
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13734$as_echo_n "checking compiler warning flags... " >&6; }
c8cca39f
AC
13735 # Separate out the -Werror flag as some files just cannot be
13736 # compiled with it enabled.
13737 for w in ${build_warnings}; do
13738 case $w in
13739 -Werr*) WERROR_CFLAGS=-Werror ;;
13740 *) # Check that GCC accepts it
13741 saved_CFLAGS="$CFLAGS"
13742 CFLAGS="$CFLAGS $w"
81ecdfbb 13743 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b7026657 13744/* end confdefs.h. */
c8cca39f 13745
b7026657
AC
13746int
13747main ()
13748{
c8cca39f 13749
b7026657
AC
13750 ;
13751 return 0;
13752}
13753_ACEOF
81ecdfbb 13754if ac_fn_c_try_compile "$LINENO"; then :
c8cca39f 13755 WARN_CFLAGS="${WARN_CFLAGS} $w"
c8cca39f 13756fi
81ecdfbb 13757rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
c8cca39f
AC
13758 CFLAGS="$saved_CFLAGS"
13759 esac
13760 done
2232061b
MF
13761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13762$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
c906108c
SS
13763fi
13764
13765
13766default_sim_reserved_bits="1"
81ecdfbb
RW
13767# Check whether --enable-sim-reserved-bits was given.
13768if test "${enable_sim_reserved_bits+set}" = set; then :
13769 enableval=$enable_sim_reserved_bits; case "${enableval}" in
c906108c
SS
13770 yes) sim_reserved_bits="-DWITH_RESERVED_BITS=1";;
13771 no) sim_reserved_bits="-DWITH_RESERVED_BITS=0";;
d0ac1c44 13772 *) as_fn_error $? "\"--enable-sim-reserved-bits does not take a value\"" "$LINENO" 5; sim_reserved_bits="";;
c906108c
SS
13773esac
13774if test x"$silent" != x"yes" && test x"$sim_reserved_bits" != x""; then
13775 echo "Setting reserved flags = $sim_reserved_bits" 6>&1
13776fi
13777else
13778 sim_reserved_bits="-DWITH_RESERVED_BITS=${default_sim_reserved_bits}"
81ecdfbb
RW
13779fi
13780
c906108c
SS
13781wire_word_bitsize="32"
13782wire_word_msb="31"
13783wire_address_bitsize=""
13784wire_cell_bitsize=""
81ecdfbb
RW
13785# Check whether --enable-sim-bitsize was given.
13786if test "${enable_sim_bitsize+set}" = set; then :
13787 enableval=$enable_sim_bitsize; sim_bitsize=
c906108c
SS
13788case "${enableval}" in
13789 64,63 | 64,63,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63";;
13790 32,31 | 32,31,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31";;
13791 64,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13792 32,0 | 64,0,* ) sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0";;
13793 32) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13794 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31"
13795 else
13796 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=0"
13797 fi ;;
13798 64) if test x"$wire_word_msb" != x -a x"$wire_word_msb" != x0; then
13799 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=63"
13800 else
13801 sim_bitsize="-DWITH_TARGET_WORD_BITSIZE=64 -DWITH_TARGET_WORD_MSB=0"
13802 fi ;;
d0ac1c44 13803 *) as_fn_error $? "\"--enable-sim-bitsize was given $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13804esac
13805# address bitsize
13806tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9]*,*//"`
13807case x"${tmp}" in
13808 x ) ;;
13809 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=32" ;;
13810 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_ADDRESS_BITSIZE=64" ;;
d0ac1c44 13811 * ) as_fn_error $? "\"--enable-sim-bitsize was given address size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13812esac
13813# cell bitsize
13814tmp=`echo "${enableval}" | sed -e "s/^[0-9]*,*[0-9*]*,*[0-9]*,*//"`
13815case x"${tmp}" in
13816 x ) ;;
13817 x32 | x32,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=32" ;;
13818 x64 | x64,* ) sim_bitsize="${sim_bitsize} -DWITH_TARGET_CELL_BITSIZE=64" ;;
d0ac1c44 13819 * ) as_fn_error $? "\"--enable-sim-bitsize was given cell size $enableval. Expected 32 or 64\"" "$LINENO" 5 ;;
c906108c
SS
13820esac
13821if test x"$silent" != x"yes" && test x"$sim_bitsize" != x""; then
13822 echo "Setting bitsize flags = $sim_bitsize" 6>&1
13823fi
13824else
13825 sim_bitsize=""
13826if test x"$wire_word_bitsize" != x; then
13827 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_BITSIZE=$wire_word_bitsize"
13828fi
13829if test x"$wire_word_msb" != x; then
13830 sim_bitsize="$sim_bitsize -DWITH_TARGET_WORD_MSB=$wire_word_msb"
13831fi
13832if test x"$wire_address_bitsize" != x; then
13833 sim_bitsize="$sim_bitsize -DWITH_TARGET_ADDRESS_BITSIZE=$wire_address_bitsize"
13834fi
13835if test x"$wire_cell_bitsize" != x; then
13836 sim_bitsize="$sim_bitsize -DWITH_TARGET_CELL_BITSIZE=$wire_cell_bitsize"
13837fi
81ecdfbb
RW
13838fi
13839
c906108c 13840
81ecdfbb 13841if test ""; then
6ffe910a 13842 hardware=""
b7026657 13843else
6ffe910a 13844 hardware="cfi core pal glue"
b7026657 13845fi
6ffe910a 13846hardware="$hardware mn103cpu mn103int mn103tim mn103ser mn103iop"
1517bd27 13847
81ecdfbb
RW
13848sim_hw_cflags="-DWITH_HW=1"
13849sim_hw="$hardware"
13850sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13851
81ecdfbb
RW
13852# Check whether --enable-sim-hardware was given.
13853if test "${enable_sim_hardware+set}" = set; then :
13854 enableval=$enable_sim_hardware;
30452bbe
MF
13855else
13856 enable_sim_hardware="yes"
1517bd27
MF
13857fi
13858
13859case ${enable_sim_hardware} in
64dd13df
MF
13860 yes|no) ;;
13861 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13862 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13863 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
81ecdfbb 13864esac
1517bd27 13865
64dd13df 13866if test "$enable_sim_hardware" = no; then
81ecdfbb
RW
13867 sim_hw_objs=
13868 sim_hw_cflags="-DWITH_HW=0"
13869 sim_hw=
b7026657 13870else
81ecdfbb
RW
13871 sim_hw_cflags="-DWITH_HW=1"
13872 # remove duplicates
13873 sim_hw=""
13874 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13875 for i in $hardware ; do
13876 case " $sim_hw " in
13877 *" $i "*) ;;
13878 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13879 esac
13880 done
fb61c40a 13881 # mingw does not support sockser
fb61c40a
JS
13882 case ${host} in
13883 *mingw*) ;;
49cd1634
MF
13884 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13885 # that you instatiate. Instead, other code will call into it directly.
13886 # At some point, we should convert it over.
13887 sim_hw_objs="$sim_hw_objs dv-sockser.o"
fb61c40a
JS
13888
13889cat >>confdefs.h <<_ACEOF
13890#define HAVE_DV_SOCKSER 1
13891_ACEOF
13892
13893 ;;
13894 esac
1517bd27
MF
13895 if test x"$silent" != x"yes"; then
13896 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
fb61c40a 13897 fi
1517bd27
MF
13898 case " $hardware " in
13899 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 13900$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 13901if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
13902 $as_echo_n "(cached) " >&6
13903else
13904 ac_check_lib_save_LIBS=$LIBS
13905LIBS="-lm $LIBS"
13906cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13907/* end confdefs.h. */
13908
13909/* Override any GCC internal prototype to avoid an error.
13910 Use char because int might match the return type of a GCC
13911 builtin and then its argument prototype would still apply. */
13912#ifdef __cplusplus
13913extern "C"
13914#endif
13915char log2 ();
13916int
13917main ()
13918{
13919return log2 ();
13920 ;
13921 return 0;
13922}
13923_ACEOF
13924if ac_fn_c_try_link "$LINENO"; then :
13925 ac_cv_lib_m_log2=yes
13926else
13927 ac_cv_lib_m_log2=no
13928fi
13929rm -f core conftest.err conftest.$ac_objext \
13930 conftest$ac_exeext conftest.$ac_ext
13931LIBS=$ac_check_lib_save_LIBS
13932fi
13933{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13934$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 13935if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
13936 cat >>confdefs.h <<_ACEOF
13937#define HAVE_LIBM 1
13938_ACEOF
13939
13940 LIBS="-lm $LIBS"
13941
13942fi
13943;;
1517bd27
MF
13944 esac
13945fi
4399a56b 13946
81ecdfbb
RW
13947
13948for ac_func in time chmod utime fork execve execv chown
13949do :
13950 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13951ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13952if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
81ecdfbb
RW
13953 cat >>confdefs.h <<_ACEOF
13954#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13955_ACEOF
b7026657
AC
13956
13957fi
81ecdfbb
RW
13958done
13959
5cddc23a 13960for ac_header in utime.h
81ecdfbb 13961do :
5cddc23a 13962 ac_fn_c_check_header_mongrel "$LINENO" "utime.h" "ac_cv_header_utime_h" "$ac_includes_default"
d0ac1c44 13963if test "x$ac_cv_header_utime_h" = xyes; then :
b7026657 13964 cat >>confdefs.h <<_ACEOF
5cddc23a 13965#define HAVE_UTIME_H 1
b7026657
AC
13966_ACEOF
13967
13968fi
13969
13970done
13971
13972
13973
b7026657
AC
13974cgen_breaks=""
13975if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13976cgen_breaks="break cgen_rtx_error";
13977fi
13978
81ecdfbb 13979ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
38f48d72 13980
81ecdfbb 13981ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
38f48d72 13982
81ecdfbb 13983ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
38f48d72 13984
81ecdfbb 13985ac_config_commands="$ac_config_commands Makefile"
38f48d72 13986
81ecdfbb 13987ac_config_commands="$ac_config_commands stamp-h"
38f48d72 13988
b7026657
AC
13989cat >confcache <<\_ACEOF
13990# This file is a shell script that caches the results of configure
13991# tests run on this system so they can be shared between configure
13992# scripts and configure runs, see configure's option --config-cache.
13993# It is not useful on other systems. If it contains results you don't
13994# want to keep, you may remove or edit it.
13995#
13996# config.status only pays attention to the cache file if you give it
13997# the --recheck option to rerun configure.
13998#
13999# `ac_cv_env_foo' variables (set or unset) will be overridden when
14000# loading this file, other *unset* `ac_cv_foo' will be assigned the
14001# following values.
14002
14003_ACEOF
14004
14005# The following way of writing the cache mishandles newlines in values,
14006# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 14007# So, we kill variables containing newlines.
b7026657
AC
14008# Ultrix sh set writes to stderr and can't be redirected directly,
14009# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
14010(
14011 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14012 eval ac_val=\$$ac_var
14013 case $ac_val in #(
14014 *${as_nl}*)
14015 case $ac_var in #(
14016 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14017$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14018 esac
14019 case $ac_var in #(
14020 _ | IFS | as_nl) ;; #(
14021 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14022 *) { eval $ac_var=; unset $ac_var;} ;;
14023 esac ;;
14024 esac
14025 done
14026
b7026657 14027 (set) 2>&1 |
81ecdfbb
RW
14028 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14029 *${as_nl}ac_space=\ *)
14030 # `set' does not quote correctly, so add quotes: double-quote
14031 # substitution turns \\\\ into \\, and sed turns \\ into \.
b7026657
AC
14032 sed -n \
14033 "s/'/'\\\\''/g;
14034 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 14035 ;; #(
b7026657
AC
14036 *)
14037 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 14038 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
b7026657 14039 ;;
81ecdfbb
RW
14040 esac |
14041 sort
14042) |
b7026657 14043 sed '
81ecdfbb 14044 /^ac_cv_env_/b end
b7026657 14045 t clear
81ecdfbb 14046 :clear
b7026657
AC
14047 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14048 t end
81ecdfbb
RW
14049 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14050 :end' >>confcache
14051if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14052 if test -w "$cache_file"; then
d0ac1c44 14053 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
14054 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14055$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14056 if test ! -f "$cache_file" || test -h "$cache_file"; then
14057 cat confcache >"$cache_file"
14058 else
14059 case $cache_file in #(
14060 */* | ?:*)
14061 mv -f confcache "$cache_file"$$ &&
14062 mv -f "$cache_file"$$ "$cache_file" ;; #(
14063 *)
14064 mv -f confcache "$cache_file" ;;
14065 esac
14066 fi
14067 fi
b7026657 14068 else
81ecdfbb
RW
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14070$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
b7026657
AC
14071 fi
14072fi
14073rm -f confcache
14074
14075test "x$prefix" = xNONE && prefix=$ac_default_prefix
14076# Let make expand exec_prefix.
14077test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14078
b7026657
AC
14079DEFS=-DHAVE_CONFIG_H
14080
14081ac_libobjs=
14082ac_ltlibobjs=
d0ac1c44 14083U=
b7026657
AC
14084for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14085 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
14086 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14087 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14088 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14089 # will be set to the directory where LIBOBJS objects are built.
14090 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14091 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
b7026657
AC
14092done
14093LIBOBJS=$ac_libobjs
14094
14095LTLIBOBJS=$ac_ltlibobjs
14096
14097
0cb8d851 14098
db2e4d67 14099if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 14100 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
14101Usually this means the macro was only invoked conditionally." "$LINENO" 5
14102fi
6bb11ab3 14103if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 14104 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
14105Usually this means the macro was only invoked conditionally." "$LINENO" 5
14106fi
31e6ad7d 14107if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14108 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
14109Usually this means the macro was only invoked conditionally." "$LINENO" 5
14110fi
b7026657 14111
d0ac1c44 14112: "${CONFIG_STATUS=./config.status}"
81ecdfbb 14113ac_write_fail=0
b7026657
AC
14114ac_clean_files_save=$ac_clean_files
14115ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
14116{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14117$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14118as_write_fail=0
14119cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
b7026657
AC
14120#! $SHELL
14121# Generated by $as_me.
14122# Run this file to recreate the current configuration.
14123# Compiler output produced by configure, useful for debugging
14124# configure, is in config.log if it exists.
14125
14126debug=false
14127ac_cs_recheck=false
14128ac_cs_silent=false
b7026657 14129
81ecdfbb
RW
14130SHELL=\${CONFIG_SHELL-$SHELL}
14131export SHELL
14132_ASEOF
14133cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14134## -------------------- ##
14135## M4sh Initialization. ##
14136## -------------------- ##
14137
14138# Be more Bourne compatible
14139DUALCASE=1; export DUALCASE # for MKS sh
14140if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
b7026657
AC
14141 emulate sh
14142 NULLCMD=:
81ecdfbb 14143 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
b7026657
AC
14144 # is contrary to our usage. Disable this feature.
14145 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14146 setopt NO_GLOB_SUBST
14147else
14148 case `(set -o) 2>/dev/null` in #(
14149 *posix*) :
14150 set -o posix ;; #(
14151 *) :
14152 ;;
14153esac
b7026657 14154fi
b7026657 14155
81ecdfbb
RW
14156
14157as_nl='
14158'
14159export as_nl
14160# Printing a long string crashes Solaris 7 /usr/bin/printf.
14161as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14162as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14163as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14164# Prefer a ksh shell builtin over an external printf program on Solaris,
14165# but without wasting forks for bash or zsh.
14166if test -z "$BASH_VERSION$ZSH_VERSION" \
14167 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14168 as_echo='print -r --'
14169 as_echo_n='print -rn --'
14170elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14171 as_echo='printf %s\n'
14172 as_echo_n='printf %s'
14173else
14174 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14175 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14176 as_echo_n='/usr/ucb/echo -n'
14177 else
14178 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14179 as_echo_n_body='eval
14180 arg=$1;
14181 case $arg in #(
14182 *"$as_nl"*)
14183 expr "X$arg" : "X\\(.*\\)$as_nl";
14184 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14185 esac;
14186 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14187 '
14188 export as_echo_n_body
14189 as_echo_n='sh -c $as_echo_n_body as_echo'
14190 fi
14191 export as_echo_body
14192 as_echo='sh -c $as_echo_body as_echo'
14193fi
14194
14195# The user is always right.
14196if test "${PATH_SEPARATOR+set}" != set; then
14197 PATH_SEPARATOR=:
14198 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14199 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14200 PATH_SEPARATOR=';'
14201 }
c906108c 14202fi
b7026657
AC
14203
14204
81ecdfbb
RW
14205# IFS
14206# We need space, tab and new line, in precisely that order. Quoting is
14207# there to prevent editors from complaining about space-tab.
14208# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14209# splitting by setting IFS to empty value.)
14210IFS=" "" $as_nl"
14211
14212# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14213as_myself=
81ecdfbb
RW
14214case $0 in #((
14215 *[\\/]* ) as_myself=$0 ;;
14216 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14217for as_dir in $PATH
14218do
14219 IFS=$as_save_IFS
14220 test -z "$as_dir" && as_dir=.
14221 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14222 done
14223IFS=$as_save_IFS
14224
14225 ;;
14226esac
14227# We did not find ourselves, most probably we were run as `sh COMMAND'
14228# in which case we are not to be found in the path.
14229if test "x$as_myself" = x; then
14230 as_myself=$0
14231fi
14232if test ! -f "$as_myself"; then
14233 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14234 exit 1
14235fi
14236
14237# Unset variables that we do not need and which cause bugs (e.g. in
14238# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14239# suppresses any "Segmentation fault" message there. '((' could
14240# trigger a bug in pdksh 5.2.14.
14241for as_var in BASH_ENV ENV MAIL MAILPATH
14242do eval test x\${$as_var+set} = xset \
14243 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14244done
b7026657
AC
14245PS1='$ '
14246PS2='> '
14247PS4='+ '
14248
14249# NLS nuisances.
81ecdfbb
RW
14250LC_ALL=C
14251export LC_ALL
14252LANGUAGE=C
14253export LANGUAGE
14254
14255# CDPATH.
14256(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14257
14258
d0ac1c44
SM
14259# as_fn_error STATUS ERROR [LINENO LOG_FD]
14260# ----------------------------------------
81ecdfbb
RW
14261# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14262# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14263# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
14264as_fn_error ()
14265{
d0ac1c44
SM
14266 as_status=$1; test $as_status -eq 0 && as_status=1
14267 if test "$4"; then
14268 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14269 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
b7026657 14270 fi
d0ac1c44 14271 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
14272 as_fn_exit $as_status
14273} # as_fn_error
14274
14275
14276# as_fn_set_status STATUS
14277# -----------------------
14278# Set $? to STATUS, without forking.
14279as_fn_set_status ()
14280{
14281 return $1
14282} # as_fn_set_status
14283
14284# as_fn_exit STATUS
14285# -----------------
14286# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14287as_fn_exit ()
14288{
14289 set +e
14290 as_fn_set_status $1
14291 exit $1
14292} # as_fn_exit
14293
14294# as_fn_unset VAR
14295# ---------------
14296# Portably unset VAR.
14297as_fn_unset ()
14298{
14299 { eval $1=; unset $1;}
14300}
14301as_unset=as_fn_unset
14302# as_fn_append VAR VALUE
14303# ----------------------
14304# Append the text in VALUE to the end of the definition contained in VAR. Take
14305# advantage of any shell optimizations that allow amortized linear growth over
14306# repeated appends, instead of the typical quadratic growth present in naive
14307# implementations.
14308if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14309 eval 'as_fn_append ()
14310 {
14311 eval $1+=\$2
14312 }'
14313else
14314 as_fn_append ()
14315 {
14316 eval $1=\$$1\$2
14317 }
14318fi # as_fn_append
14319
14320# as_fn_arith ARG...
14321# ------------------
14322# Perform arithmetic evaluation on the ARGs, and store the result in the
14323# global $as_val. Take advantage of shells that can avoid forks. The arguments
14324# must be portable across $(()) and expr.
14325if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14326 eval 'as_fn_arith ()
14327 {
14328 as_val=$(( $* ))
14329 }'
14330else
14331 as_fn_arith ()
14332 {
14333 as_val=`expr "$@" || test $? -eq 1`
14334 }
14335fi # as_fn_arith
14336
b7026657 14337
81ecdfbb
RW
14338if expr a : '\(a\)' >/dev/null 2>&1 &&
14339 test "X`expr 00001 : '.*\(...\)'`" = X001; then
b7026657
AC
14340 as_expr=expr
14341else
14342 as_expr=false
c906108c 14343fi
b7026657 14344
81ecdfbb 14345if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
b7026657
AC
14346 as_basename=basename
14347else
14348 as_basename=false
c906108c
SS
14349fi
14350
81ecdfbb
RW
14351if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14352 as_dirname=dirname
14353else
14354 as_dirname=false
14355fi
c906108c 14356
81ecdfbb 14357as_me=`$as_basename -- "$0" ||
b7026657
AC
14358$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14359 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14360 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14361$as_echo X/"$0" |
14362 sed '/^.*\/\([^/][^/]*\)\/*$/{
14363 s//\1/
14364 q
14365 }
14366 /^X\/\(\/\/\)$/{
14367 s//\1/
14368 q
14369 }
14370 /^X\/\(\/\).*/{
14371 s//\1/
14372 q
14373 }
14374 s/.*/./; q'`
b7026657 14375
b7026657
AC
14376# Avoid depending upon Character Ranges.
14377as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14378as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14379as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14380as_cr_digits='0123456789'
14381as_cr_alnum=$as_cr_Letters$as_cr_digits
14382
81ecdfbb
RW
14383ECHO_C= ECHO_N= ECHO_T=
14384case `echo -n x` in #(((((
14385-n*)
14386 case `echo 'xy\c'` in
14387 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14388 xy) ECHO_C='\c';;
14389 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14390 ECHO_T=' ';;
14391 esac;;
14392*)
14393 ECHO_N='-n';;
b7026657
AC
14394esac
14395
81ecdfbb
RW
14396rm -f conf$$ conf$$.exe conf$$.file
14397if test -d conf$$.dir; then
14398 rm -f conf$$.dir/conf$$.file
c906108c 14399else
81ecdfbb
RW
14400 rm -f conf$$.dir
14401 mkdir conf$$.dir 2>/dev/null
c906108c 14402fi
81ecdfbb
RW
14403if (echo >conf$$.file) 2>/dev/null; then
14404 if ln -s conf$$.file conf$$ 2>/dev/null; then
b7026657 14405 as_ln_s='ln -s'
81ecdfbb
RW
14406 # ... but there are two gotchas:
14407 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14408 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14409 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14410 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14411 as_ln_s='cp -pR'
81ecdfbb
RW
14412 elif ln conf$$.file conf$$ 2>/dev/null; then
14413 as_ln_s=ln
14414 else
d0ac1c44 14415 as_ln_s='cp -pR'
b7026657 14416 fi
b7026657 14417else
d0ac1c44 14418 as_ln_s='cp -pR'
c906108c 14419fi
81ecdfbb
RW
14420rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14421rmdir conf$$.dir 2>/dev/null
14422
14423
14424# as_fn_mkdir_p
14425# -------------
14426# Create "$as_dir" as a directory, including parents if necessary.
14427as_fn_mkdir_p ()
14428{
14429
14430 case $as_dir in #(
14431 -*) as_dir=./$as_dir;;
14432 esac
14433 test -d "$as_dir" || eval $as_mkdir_p || {
14434 as_dirs=
14435 while :; do
14436 case $as_dir in #(
14437 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14438 *) as_qdir=$as_dir;;
14439 esac
14440 as_dirs="'$as_qdir' $as_dirs"
14441 as_dir=`$as_dirname -- "$as_dir" ||
14442$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14443 X"$as_dir" : 'X\(//\)[^/]' \| \
14444 X"$as_dir" : 'X\(//\)$' \| \
14445 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14446$as_echo X"$as_dir" |
14447 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14448 s//\1/
14449 q
14450 }
14451 /^X\(\/\/\)[^/].*/{
14452 s//\1/
14453 q
14454 }
14455 /^X\(\/\/\)$/{
14456 s//\1/
14457 q
14458 }
14459 /^X\(\/\).*/{
14460 s//\1/
14461 q
14462 }
14463 s/.*/./; q'`
14464 test -d "$as_dir" && break
14465 done
14466 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14467 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb 14468
c906108c 14469
81ecdfbb 14470} # as_fn_mkdir_p
b7026657 14471if mkdir -p . 2>/dev/null; then
81ecdfbb 14472 as_mkdir_p='mkdir -p "$as_dir"'
c906108c 14473else
b7026657
AC
14474 test -d ./-p && rmdir ./-p
14475 as_mkdir_p=false
c906108c 14476fi
c906108c 14477
d0ac1c44
SM
14478
14479# as_fn_executable_p FILE
14480# -----------------------
14481# Test if FILE is an executable regular file.
14482as_fn_executable_p ()
14483{
14484 test -f "$1" && test -x "$1"
14485} # as_fn_executable_p
14486as_test_x='test -x'
14487as_executable_p=as_fn_executable_p
b7026657
AC
14488
14489# Sed expression to map a string onto a valid CPP name.
14490as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14491
14492# Sed expression to map a string onto a valid variable name.
14493as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14494
14495
b7026657 14496exec 6>&1
81ecdfbb
RW
14497## ----------------------------------- ##
14498## Main body of $CONFIG_STATUS script. ##
14499## ----------------------------------- ##
14500_ASEOF
14501test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14502
14503cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14504# Save the log message, to keep $0 and so on meaningful, and to
b7026657 14505# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14506# values after options handling.
14507ac_log="
b7026657 14508This file was extended by $as_me, which was
d0ac1c44 14509generated by GNU Autoconf 2.69. Invocation command line was
b7026657
AC
14510
14511 CONFIG_FILES = $CONFIG_FILES
14512 CONFIG_HEADERS = $CONFIG_HEADERS
14513 CONFIG_LINKS = $CONFIG_LINKS
14514 CONFIG_COMMANDS = $CONFIG_COMMANDS
14515 $ $0 $@
14516
81ecdfbb
RW
14517on `(hostname || uname -n) 2>/dev/null | sed 1q`
14518"
14519
b7026657
AC
14520_ACEOF
14521
81ecdfbb
RW
14522case $ac_config_files in *"
14523"*) set x $ac_config_files; shift; ac_config_files=$*;;
14524esac
b7026657 14525
81ecdfbb
RW
14526case $ac_config_headers in *"
14527"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14528esac
b7026657 14529
c906108c 14530
81ecdfbb
RW
14531cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14532# Files that config.status was made for.
14533config_files="$ac_config_files"
14534config_headers="$ac_config_headers"
81ecdfbb 14535config_commands="$ac_config_commands"
c906108c 14536
81ecdfbb 14537_ACEOF
c906108c 14538
81ecdfbb 14539cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b7026657 14540ac_cs_usage="\
81ecdfbb
RW
14541\`$as_me' instantiates files and other configuration actions
14542from templates according to the current configuration. Unless the files
14543and actions are specified as TAGs, all are instantiated by default.
c906108c 14544
81ecdfbb 14545Usage: $0 [OPTION]... [TAG]...
c906108c 14546
b7026657 14547 -h, --help print this help, then exit
81ecdfbb 14548 -V, --version print version number and configuration settings, then exit
d0ac1c44 14549 --config print configuration, then exit
81ecdfbb
RW
14550 -q, --quiet, --silent
14551 do not print progress messages
b7026657
AC
14552 -d, --debug don't remove temporary files
14553 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14554 --file=FILE[:TEMPLATE]
14555 instantiate the configuration file FILE
14556 --header=FILE[:TEMPLATE]
14557 instantiate the configuration header FILE
b7026657
AC
14558
14559Configuration files:
14560$config_files
14561
14562Configuration headers:
14563$config_headers
14564
b7026657
AC
14565Configuration commands:
14566$config_commands
14567
81ecdfbb 14568Report bugs to the package provider."
b7026657 14569
81ecdfbb
RW
14570_ACEOF
14571cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14572ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
b7026657
AC
14573ac_cs_version="\\
14574config.status
d0ac1c44
SM
14575configured by $0, generated by GNU Autoconf 2.69,
14576 with options \\"\$ac_cs_config\\"
b7026657 14577
d0ac1c44 14578Copyright (C) 2012 Free Software Foundation, Inc.
b7026657
AC
14579This config.status script is free software; the Free Software Foundation
14580gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14581
14582ac_pwd='$ac_pwd'
14583srcdir='$srcdir'
14584INSTALL='$INSTALL'
6bb11ab3 14585AWK='$AWK'
81ecdfbb 14586test -n "\$AWK" || AWK=awk
b7026657
AC
14587_ACEOF
14588
81ecdfbb
RW
14589cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14590# The default lists apply if the user does not specify any file.
b7026657
AC
14591ac_need_defaults=:
14592while test $# != 0
14593do
14594 case $1 in
d0ac1c44 14595 --*=?*)
81ecdfbb
RW
14596 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14597 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
b7026657 14598 ac_shift=:
c906108c 14599 ;;
d0ac1c44
SM
14600 --*=)
14601 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14602 ac_optarg=
14603 ac_shift=:
14604 ;;
81ecdfbb 14605 *)
b7026657
AC
14606 ac_option=$1
14607 ac_optarg=$2
14608 ac_shift=shift
c906108c 14609 ;;
b7026657 14610 esac
c906108c 14611
b7026657
AC
14612 case $ac_option in
14613 # Handling of the options.
b7026657
AC
14614 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14615 ac_cs_recheck=: ;;
81ecdfbb
RW
14616 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14617 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14618 --config | --confi | --conf | --con | --co | --c )
14619 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 14620 --debug | --debu | --deb | --de | --d | -d )
b7026657
AC
14621 debug=: ;;
14622 --file | --fil | --fi | --f )
14623 $ac_shift
81ecdfbb
RW
14624 case $ac_optarg in
14625 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14626 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
14627 esac
14628 as_fn_append CONFIG_FILES " '$ac_optarg'"
b7026657
AC
14629 ac_need_defaults=false;;
14630 --header | --heade | --head | --hea )
14631 $ac_shift
81ecdfbb
RW
14632 case $ac_optarg in
14633 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14634 esac
14635 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
b7026657 14636 ac_need_defaults=false;;
81ecdfbb
RW
14637 --he | --h)
14638 # Conflict between --help and --header
d0ac1c44 14639 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
14640Try \`$0 --help' for more information.";;
14641 --help | --hel | -h )
14642 $as_echo "$ac_cs_usage"; exit ;;
b7026657
AC
14643 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14644 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14645 ac_cs_silent=: ;;
c906108c 14646
b7026657 14647 # This is an error.
d0ac1c44 14648 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 14649Try \`$0 --help' for more information." ;;
c906108c 14650
81ecdfbb
RW
14651 *) as_fn_append ac_config_targets " $1"
14652 ac_need_defaults=false ;;
b7026657
AC
14653
14654 esac
14655 shift
14656done
14657
14658ac_configure_extra_args=
14659
14660if $ac_cs_silent; then
14661 exec 6>/dev/null
14662 ac_configure_extra_args="$ac_configure_extra_args --silent"
c906108c
SS
14663fi
14664
b7026657 14665_ACEOF
81ecdfbb 14666cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b7026657 14667if \$ac_cs_recheck; then
d0ac1c44 14668 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
14669 shift
14670 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14671 CONFIG_SHELL='$SHELL'
14672 export CONFIG_SHELL
14673 exec "\$@"
b7026657 14674fi
c906108c 14675
b7026657 14676_ACEOF
81ecdfbb
RW
14677cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14678exec 5>>config.log
14679{
14680 echo
14681 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14682## Running $as_me. ##
14683_ASBOX
14684 $as_echo "$ac_log"
14685} >&5
c906108c 14686
81ecdfbb
RW
14687_ACEOF
14688cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14689#
14690# INIT-COMMANDS
14691#
14692ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14693
6bb11ab3
L
14694
14695# The HP-UX ksh and POSIX shell print the target directory to stdout
14696# if CDPATH is set.
14697(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14698
14699sed_quote_subst='$sed_quote_subst'
14700double_quote_subst='$double_quote_subst'
14701delay_variable_subst='$delay_variable_subst'
14702macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14703macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14704enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14705enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14706pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14707enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14708SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14709ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14710host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14711host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14712host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14713build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14714build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14715build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14716SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14717Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14718GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14719EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14720FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14721LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14722NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14723LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14724max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14725ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14726exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14727lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14728lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14729lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14730reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14731reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14732OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14733deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14734file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14735AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14736AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14737STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14738RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14739old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14740old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14741old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14742lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14743CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14744CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14745compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14746GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14747lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14748lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14749lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14750lt_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"`'
14751objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14752MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14753lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14754lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14755lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14756lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14757lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14758need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14759DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14760NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14761LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14762OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14763OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14764libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14765shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14766extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14767archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14768enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14769export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14770whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14771compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14772old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14773old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14774archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14775archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14776module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14777module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14778with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14779allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14780no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14781hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14782hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14783hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14784hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14785hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14786hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14787hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14788hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14789inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14790link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14791fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14792always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14793export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14794exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14795include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14796prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14797file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14798variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14799need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14800need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14801version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14802runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14803shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14804shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14805libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14806library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14807soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14808install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14809postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14810postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14811finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14812finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14813hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14814sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14815sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14816hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14817enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14818enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14819enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14820old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14821striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14822
14823LTCC='$LTCC'
14824LTCFLAGS='$LTCFLAGS'
14825compiler='$compiler_DEFAULT'
14826
14827# A function that is used when there is no print builtin or printf.
14828func_fallback_echo ()
14829{
14830 eval 'cat <<_LTECHO_EOF
14831\$1
14832_LTECHO_EOF'
14833}
14834
14835# Quote evaled strings.
14836for var in SHELL \
14837ECHO \
14838SED \
14839GREP \
14840EGREP \
14841FGREP \
14842LD \
14843NM \
14844LN_S \
14845lt_SP2NL \
14846lt_NL2SP \
14847reload_flag \
14848OBJDUMP \
14849deplibs_check_method \
14850file_magic_cmd \
14851AR \
14852AR_FLAGS \
14853STRIP \
14854RANLIB \
14855CC \
14856CFLAGS \
14857compiler \
14858lt_cv_sys_global_symbol_pipe \
14859lt_cv_sys_global_symbol_to_cdecl \
14860lt_cv_sys_global_symbol_to_c_name_address \
14861lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14862lt_prog_compiler_no_builtin_flag \
14863lt_prog_compiler_wl \
14864lt_prog_compiler_pic \
14865lt_prog_compiler_static \
14866lt_cv_prog_compiler_c_o \
14867need_locks \
14868DSYMUTIL \
14869NMEDIT \
14870LIPO \
14871OTOOL \
14872OTOOL64 \
14873shrext_cmds \
14874export_dynamic_flag_spec \
14875whole_archive_flag_spec \
14876compiler_needs_object \
14877with_gnu_ld \
14878allow_undefined_flag \
14879no_undefined_flag \
14880hardcode_libdir_flag_spec \
14881hardcode_libdir_flag_spec_ld \
14882hardcode_libdir_separator \
14883fix_srcfile_path \
14884exclude_expsyms \
14885include_expsyms \
14886file_list_spec \
14887variables_saved_for_relink \
14888libname_spec \
14889library_names_spec \
14890soname_spec \
14891install_override_mode \
14892finish_eval \
14893old_striplib \
14894striplib; do
14895 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14896 *[\\\\\\\`\\"\\\$]*)
14897 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14898 ;;
14899 *)
14900 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14901 ;;
14902 esac
14903done
14904
14905# Double-quote double-evaled strings.
14906for var in reload_cmds \
14907old_postinstall_cmds \
14908old_postuninstall_cmds \
14909old_archive_cmds \
14910extract_expsyms_cmds \
14911old_archive_from_new_cmds \
14912old_archive_from_expsyms_cmds \
14913archive_cmds \
14914archive_expsym_cmds \
14915module_cmds \
14916module_expsym_cmds \
14917export_symbols_cmds \
14918prelink_cmds \
14919postinstall_cmds \
14920postuninstall_cmds \
14921finish_cmds \
14922sys_lib_search_path_spec \
14923sys_lib_dlsearch_path_spec; do
14924 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14925 *[\\\\\\\`\\"\\\$]*)
14926 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14927 ;;
14928 *)
14929 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14930 ;;
14931 esac
14932done
14933
14934ac_aux_dir='$ac_aux_dir'
14935xsi_shell='$xsi_shell'
14936lt_shell_append='$lt_shell_append'
14937
14938# See if we are running on zsh, and set the options which allow our
14939# commands through without removal of \ escapes INIT.
14940if test -n "\${ZSH_VERSION+set}" ; then
14941 setopt NO_GLOB_SUBST
14942fi
14943
14944
14945 PACKAGE='$PACKAGE'
14946 VERSION='$VERSION'
14947 TIMESTAMP='$TIMESTAMP'
14948 RM='$RM'
14949 ofile='$ofile'
14950
14951
14952
14953
81ecdfbb 14954_ACEOF
c906108c 14955
81ecdfbb 14956cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
c906108c 14957
81ecdfbb 14958# Handling of arguments.
b7026657 14959for ac_config_target in $ac_config_targets
c906108c 14960do
81ecdfbb
RW
14961 case $ac_config_target in
14962 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14963 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14964 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14965 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14966 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14967 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14968 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14969 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14970
d0ac1c44 14971 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
c906108c
SS
14972 esac
14973done
14974
81ecdfbb 14975
b7026657
AC
14976# If the user did not use the arguments to specify the items to instantiate,
14977# then the envvar interface is used. Set only those that are not.
14978# We use the long form for the default assignment because of an extremely
14979# bizarre bug on SunOS 4.1.3.
14980if $ac_need_defaults; then
14981 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14982 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
b7026657
AC
14983 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14984fi
14985
14986# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14987# simply because there is no reason against having it here, and in addition,
b7026657 14988# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14989# Hook for its removal unless debugging.
14990# Note that there is a small window in which the directory will not be cleaned:
14991# after its creation but before its name has been assigned to `$tmp'.
b7026657
AC
14992$debug ||
14993{
d0ac1c44 14994 tmp= ac_tmp=
81ecdfbb 14995 trap 'exit_status=$?
d0ac1c44
SM
14996 : "${ac_tmp:=$tmp}"
14997 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14998' 0
14999 trap 'as_fn_exit 1' 1 2 13 15
b7026657 15000}
b7026657 15001# Create a (secure) tmp directory for tmp files.
c906108c 15002
b7026657 15003{
81ecdfbb 15004 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15005 test -d "$tmp"
b7026657
AC
15006} ||
15007{
81ecdfbb
RW
15008 tmp=./conf$$-$RANDOM
15009 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15010} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15011ac_tmp=$tmp
b7026657 15012
81ecdfbb
RW
15013# Set up the scripts for CONFIG_FILES section.
15014# No need to generate them if there are no CONFIG_FILES.
15015# This happens for instance with `./config.status config.h'.
15016if test -n "$CONFIG_FILES"; then
b7026657 15017
c906108c 15018
81ecdfbb
RW
15019ac_cr=`echo X | tr X '\015'`
15020# On cygwin, bash can eat \r inside `` if the user requested igncr.
15021# But we know of no other shell where ac_cr would be empty at this
15022# point, so we can use a bashism as a fallback.
15023if test "x$ac_cr" = x; then
15024 eval ac_cr=\$\'\\r\'
15025fi
15026ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15027if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15028 ac_cs_awk_cr='\\r'
81ecdfbb
RW
15029else
15030 ac_cs_awk_cr=$ac_cr
15031fi
b7026657 15032
d0ac1c44 15033echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
b7026657
AC
15034_ACEOF
15035
c906108c 15036
81ecdfbb
RW
15037{
15038 echo "cat >conf$$subs.awk <<_ACEOF" &&
15039 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15040 echo "_ACEOF"
15041} >conf$$subs.sh ||
d0ac1c44
SM
15042 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15043ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
15044ac_delim='%!_!# '
15045for ac_last_try in false false false false false :; do
15046 . ./conf$$subs.sh ||
d0ac1c44 15047 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
15048
15049 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15050 if test $ac_delim_n = $ac_delim_num; then
15051 break
15052 elif $ac_last_try; then
d0ac1c44 15053 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
c906108c 15054 else
81ecdfbb
RW
15055 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15056 fi
15057done
15058rm -f conf$$subs.sh
15059
15060cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15061cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
81ecdfbb
RW
15062_ACEOF
15063sed -n '
15064h
15065s/^/S["/; s/!.*/"]=/
15066p
15067g
15068s/^[^!]*!//
15069:repl
15070t repl
15071s/'"$ac_delim"'$//
15072t delim
15073:nl
15074h
d0ac1c44 15075s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15076t more1
15077s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15078p
15079n
15080b repl
15081:more1
15082s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15083p
15084g
15085s/.\{148\}//
15086t nl
15087:delim
15088h
d0ac1c44 15089s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
15090t more2
15091s/["\\]/\\&/g; s/^/"/; s/$/"/
15092p
15093b
15094:more2
15095s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15096p
15097g
15098s/.\{148\}//
15099t delim
15100' <conf$$subs.awk | sed '
15101/^[^""]/{
15102 N
15103 s/\n//
15104}
15105' >>$CONFIG_STATUS || ac_write_fail=1
15106rm -f conf$$subs.awk
15107cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15108_ACAWK
d0ac1c44 15109cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
15110 for (key in S) S_is_set[key] = 1
15111 FS = "\a"
b7026657 15112
81ecdfbb
RW
15113}
15114{
15115 line = $ 0
15116 nfields = split(line, field, "@")
15117 substed = 0
15118 len = length(field[1])
15119 for (i = 2; i < nfields; i++) {
15120 key = field[i]
15121 keylen = length(key)
15122 if (S_is_set[key]) {
15123 value = S[key]
15124 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15125 len += length(value) + length(field[++i])
15126 substed = 1
15127 } else
15128 len += 1 + keylen
15129 }
15130
15131 print line
15132}
c906108c 15133
81ecdfbb
RW
15134_ACAWK
15135_ACEOF
15136cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15137if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15138 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
b7026657 15139else
81ecdfbb 15140 cat
d0ac1c44
SM
15141fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15142 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 15143_ACEOF
b7026657 15144
d0ac1c44
SM
15145# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15146# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15147# trailing colons and then remove the whole line if VPATH becomes empty
15148# (actually we leave an empty line to preserve line numbers).
15149if test "x$srcdir" = x.; then
d0ac1c44
SM
15150 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15151h
15152s///
15153s/^/:/
15154s/[ ]*$/:/
15155s/:\$(srcdir):/:/g
15156s/:\${srcdir}:/:/g
15157s/:@srcdir@:/:/g
15158s/^:*//
81ecdfbb 15159s/:*$//
d0ac1c44
SM
15160x
15161s/\(=[ ]*\).*/\1/
15162G
15163s/\n//
81ecdfbb
RW
15164s/^[^=]*=[ ]*$//
15165}'
15166fi
c906108c 15167
81ecdfbb
RW
15168cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15169fi # test -n "$CONFIG_FILES"
c906108c 15170
81ecdfbb
RW
15171# Set up the scripts for CONFIG_HEADERS section.
15172# No need to generate them if there are no CONFIG_HEADERS.
15173# This happens for instance with `./config.status Makefile'.
15174if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15175cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
15176BEGIN {
15177_ACEOF
b7026657 15178
81ecdfbb
RW
15179# Transform confdefs.h into an awk script `defines.awk', embedded as
15180# here-document in config.status, that substitutes the proper values into
15181# config.h.in to produce config.h.
c906108c 15182
81ecdfbb
RW
15183# Create a delimiter string that does not exist in confdefs.h, to ease
15184# handling of long lines.
15185ac_delim='%!_!# '
15186for ac_last_try in false false :; do
d0ac1c44
SM
15187 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15188 if test -z "$ac_tt"; then
81ecdfbb
RW
15189 break
15190 elif $ac_last_try; then
d0ac1c44 15191 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
b7026657 15192 else
81ecdfbb 15193 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
b7026657 15194 fi
b7026657 15195done
81ecdfbb
RW
15196
15197# For the awk script, D is an array of macro values keyed by name,
15198# likewise P contains macro parameters if any. Preserve backslash
15199# newline sequences.
15200
15201ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15202sed -n '
15203s/.\{148\}/&'"$ac_delim"'/g
15204t rset
15205:rset
15206s/^[ ]*#[ ]*define[ ][ ]*/ /
15207t def
15208d
15209:def
15210s/\\$//
15211t bsnl
15212s/["\\]/\\&/g
15213s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15214D["\1"]=" \3"/p
15215s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15216d
15217:bsnl
15218s/["\\]/\\&/g
15219s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15220D["\1"]=" \3\\\\\\n"\\/p
15221t cont
15222s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15223t cont
15224d
15225:cont
15226n
15227s/.\{148\}/&'"$ac_delim"'/g
15228t clear
15229:clear
15230s/\\$//
15231t bsnlc
15232s/["\\]/\\&/g; s/^/"/; s/$/"/p
15233d
15234:bsnlc
15235s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15236b cont
15237' <confdefs.h | sed '
15238s/'"$ac_delim"'/"\\\
15239"/g' >>$CONFIG_STATUS || ac_write_fail=1
15240
15241cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15242 for (key in D) D_is_set[key] = 1
15243 FS = "\a"
15244}
15245/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15246 line = \$ 0
15247 split(line, arg, " ")
15248 if (arg[1] == "#") {
15249 defundef = arg[2]
15250 mac1 = arg[3]
15251 } else {
15252 defundef = substr(arg[1], 2)
15253 mac1 = arg[2]
15254 }
15255 split(mac1, mac2, "(") #)
15256 macro = mac2[1]
15257 prefix = substr(line, 1, index(line, defundef) - 1)
15258 if (D_is_set[macro]) {
15259 # Preserve the white space surrounding the "#".
15260 print prefix "define", macro P[macro] D[macro]
15261 next
15262 } else {
15263 # Replace #undef with comments. This is necessary, for example,
15264 # in the case of _POSIX_SOURCE, which is predefined and required
15265 # on some systems where configure will not decide to define it.
15266 if (defundef == "undef") {
15267 print "/*", prefix defundef, macro, "*/"
15268 next
15269 }
15270 }
15271}
15272{ print }
15273_ACAWK
b7026657 15274_ACEOF
81ecdfbb 15275cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15276 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 15277fi # test -n "$CONFIG_HEADERS"
b7026657 15278
c906108c 15279
99d8e879 15280eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
15281shift
15282for ac_tag
15283do
15284 case $ac_tag in
15285 :[FHLC]) ac_mode=$ac_tag; continue;;
c906108c 15286 esac
81ecdfbb
RW
15287 case $ac_mode$ac_tag in
15288 :[FHL]*:*);;
d0ac1c44 15289 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15290 :[FH]-) ac_tag=-:-;;
15291 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15292 esac
15293 ac_save_IFS=$IFS
15294 IFS=:
15295 set x $ac_tag
15296 IFS=$ac_save_IFS
15297 shift
15298 ac_file=$1
15299 shift
c906108c 15300
81ecdfbb
RW
15301 case $ac_mode in
15302 :L) ac_source=$1;;
15303 :[FH])
15304 ac_file_inputs=
15305 for ac_f
15306 do
15307 case $ac_f in
d0ac1c44 15308 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15309 *) # Look for the file first in the build tree, then in the source tree
15310 # (if the path is not absolute). The absolute path cannot be DOS-style,
15311 # because $ac_f cannot contain `:'.
15312 test -f "$ac_f" ||
15313 case $ac_f in
15314 [\\/$]*) false;;
15315 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15316 esac ||
d0ac1c44 15317 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
b7026657 15318 esac
81ecdfbb
RW
15319 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15320 as_fn_append ac_file_inputs " '$ac_f'"
15321 done
b7026657 15322
81ecdfbb
RW
15323 # Let's still pretend it is `configure' which instantiates (i.e., don't
15324 # use $as_me), people would be surprised to read:
15325 # /* config.h. Generated by config.status. */
15326 configure_input='Generated from '`
15327 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15328 `' by configure.'
15329 if test x"$ac_file" != x-; then
15330 configure_input="$ac_file. $configure_input"
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15332$as_echo "$as_me: creating $ac_file" >&6;}
15333 fi
15334 # Neutralize special characters interpreted by sed in replacement strings.
15335 case $configure_input in #(
15336 *\&* | *\|* | *\\* )
15337 ac_sed_conf_input=`$as_echo "$configure_input" |
15338 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15339 *) ac_sed_conf_input=$configure_input;;
15340 esac
b7026657 15341
81ecdfbb 15342 case $ac_tag in
d0ac1c44
SM
15343 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15344 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15345 esac
15346 ;;
15347 esac
b7026657 15348
81ecdfbb 15349 ac_dir=`$as_dirname -- "$ac_file" ||
b7026657
AC
15350$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15351 X"$ac_file" : 'X\(//\)[^/]' \| \
15352 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15353 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15354$as_echo X"$ac_file" |
15355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15356 s//\1/
15357 q
15358 }
15359 /^X\(\/\/\)[^/].*/{
15360 s//\1/
15361 q
15362 }
15363 /^X\(\/\/\)$/{
15364 s//\1/
15365 q
15366 }
15367 /^X\(\/\).*/{
15368 s//\1/
15369 q
15370 }
15371 s/.*/./; q'`
15372 as_dir="$ac_dir"; as_fn_mkdir_p
b7026657
AC
15373 ac_builddir=.
15374
81ecdfbb
RW
15375case "$ac_dir" in
15376.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15377*)
15378 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15379 # A ".." for each directory in $ac_dir_suffix.
15380 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15381 case $ac_top_builddir_sub in
15382 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15383 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15384 esac ;;
15385esac
15386ac_abs_top_builddir=$ac_pwd
15387ac_abs_builddir=$ac_pwd$ac_dir_suffix
15388# for backward compatibility:
15389ac_top_builddir=$ac_top_build_prefix
b7026657
AC
15390
15391case $srcdir in
81ecdfbb 15392 .) # We are building in place.
b7026657 15393 ac_srcdir=.
81ecdfbb
RW
15394 ac_top_srcdir=$ac_top_builddir_sub
15395 ac_abs_top_srcdir=$ac_pwd ;;
15396 [\\/]* | ?:[\\/]* ) # Absolute name.
b7026657 15397 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15398 ac_top_srcdir=$srcdir
15399 ac_abs_top_srcdir=$srcdir ;;
15400 *) # Relative name.
15401 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15402 ac_top_srcdir=$ac_top_build_prefix$srcdir
15403 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
b7026657 15404esac
81ecdfbb 15405ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
b7026657 15406
c906108c 15407
81ecdfbb
RW
15408 case $ac_mode in
15409 :F)
15410 #
15411 # CONFIG_FILE
15412 #
b7026657 15413
81ecdfbb
RW
15414 case $INSTALL in
15415 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15416 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
c906108c 15417 esac
81ecdfbb 15418_ACEOF
c906108c 15419
81ecdfbb
RW
15420cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15421# If the template does not know about datarootdir, expand it.
15422# FIXME: This hack should be removed a few years after 2.60.
15423ac_datarootdir_hack=; ac_datarootdir_seen=
15424ac_sed_dataroot='
15425/datarootdir/ {
15426 p
15427 q
15428}
15429/@datadir@/p
15430/@docdir@/p
15431/@infodir@/p
15432/@localedir@/p
15433/@mandir@/p'
15434case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15435*datarootdir*) ac_datarootdir_seen=yes;;
15436*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15438$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15439_ACEOF
15440cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15441 ac_datarootdir_hack='
15442 s&@datadir@&$datadir&g
15443 s&@docdir@&$docdir&g
15444 s&@infodir@&$infodir&g
15445 s&@localedir@&$localedir&g
15446 s&@mandir@&$mandir&g
15447 s&\\\${datarootdir}&$datarootdir&g' ;;
15448esac
b7026657 15449_ACEOF
b7026657 15450
81ecdfbb
RW
15451# Neutralize VPATH when `$srcdir' = `.'.
15452# Shell code in configure.ac might set extrasub.
15453# FIXME: do we really want to maintain this feature?
15454cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15455ac_sed_extra="$ac_vpsub
15456$extrasub
15457_ACEOF
15458cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15459:t
15460/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15461s|@configure_input@|$ac_sed_conf_input|;t t
15462s&@top_builddir@&$ac_top_builddir_sub&;t t
15463s&@top_build_prefix@&$ac_top_build_prefix&;t t
15464s&@srcdir@&$ac_srcdir&;t t
15465s&@abs_srcdir@&$ac_abs_srcdir&;t t
15466s&@top_srcdir@&$ac_top_srcdir&;t t
15467s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15468s&@builddir@&$ac_builddir&;t t
15469s&@abs_builddir@&$ac_abs_builddir&;t t
15470s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15471s&@INSTALL@&$ac_INSTALL&;t t
15472$ac_datarootdir_hack
15473"
d0ac1c44
SM
15474eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15475 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15476
15477test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15478 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15479 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15480 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15481 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15482which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15483$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15484which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15485
d0ac1c44 15486 rm -f "$ac_tmp/stdin"
81ecdfbb 15487 case $ac_file in
d0ac1c44
SM
15488 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15489 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15490 esac \
d0ac1c44 15491 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15492 ;;
15493 :H)
15494 #
15495 # CONFIG_HEADER
15496 #
15497 if test x"$ac_file" != x-; then
15498 {
15499 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15500 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15501 } >"$ac_tmp/config.h" \
15502 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15503 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15504 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15505$as_echo "$as_me: $ac_file is unchanged" >&6;}
15506 else
15507 rm -f "$ac_file"
d0ac1c44
SM
15508 mv "$ac_tmp/config.h" "$ac_file" \
15509 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 15510 fi
b7026657 15511 else
81ecdfbb 15512 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15513 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15514 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
15515 fi
15516 ;;
b7026657 15517
81ecdfbb
RW
15518 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15519$as_echo "$as_me: executing $ac_file commands" >&6;}
15520 ;;
15521 esac
b7026657
AC
15522
15523
81ecdfbb 15524 case $ac_file$ac_mode in
db2e4d67 15525 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15526 "libtool":C)
15527
15528 # See if we are running on zsh, and set the options which allow our
15529 # commands through without removal of \ escapes.
15530 if test -n "${ZSH_VERSION+set}" ; then
15531 setopt NO_GLOB_SUBST
15532 fi
15533
15534 cfgfile="${ofile}T"
15535 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15536 $RM "$cfgfile"
15537
15538 cat <<_LT_EOF >> "$cfgfile"
15539#! $SHELL
15540
15541# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15542# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15543# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15544# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15545#
15546# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15547# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15548# Written by Gordon Matzigkeit, 1996
15549#
15550# This file is part of GNU Libtool.
15551#
15552# GNU Libtool is free software; you can redistribute it and/or
15553# modify it under the terms of the GNU General Public License as
15554# published by the Free Software Foundation; either version 2 of
15555# the License, or (at your option) any later version.
15556#
15557# As a special exception to the GNU General Public License,
15558# if you distribute this file as part of a program or library that
15559# is built using GNU Libtool, you may include this file under the
15560# same distribution terms that you use for the rest of that program.
15561#
15562# GNU Libtool is distributed in the hope that it will be useful,
15563# but WITHOUT ANY WARRANTY; without even the implied warranty of
15564# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15565# GNU General Public License for more details.
15566#
15567# You should have received a copy of the GNU General Public License
15568# along with GNU Libtool; see the file COPYING. If not, a copy
15569# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15570# obtained by writing to the Free Software Foundation, Inc.,
15571# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15572
15573
15574# The names of the tagged configurations supported by this script.
15575available_tags=""
15576
15577# ### BEGIN LIBTOOL CONFIG
15578
15579# Which release of libtool.m4 was used?
15580macro_version=$macro_version
15581macro_revision=$macro_revision
15582
15583# Whether or not to build shared libraries.
15584build_libtool_libs=$enable_shared
15585
15586# Whether or not to build static libraries.
15587build_old_libs=$enable_static
15588
15589# What type of objects to build.
15590pic_mode=$pic_mode
15591
15592# Whether or not to optimize for fast installation.
15593fast_install=$enable_fast_install
15594
15595# Shell to use when invoking shell scripts.
15596SHELL=$lt_SHELL
15597
15598# An echo program that protects backslashes.
15599ECHO=$lt_ECHO
15600
15601# The host system.
15602host_alias=$host_alias
15603host=$host
15604host_os=$host_os
15605
15606# The build system.
15607build_alias=$build_alias
15608build=$build
15609build_os=$build_os
15610
15611# A sed program that does not truncate output.
15612SED=$lt_SED
15613
15614# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15615Xsed="\$SED -e 1s/^X//"
15616
15617# A grep program that handles long lines.
15618GREP=$lt_GREP
15619
15620# An ERE matcher.
15621EGREP=$lt_EGREP
15622
15623# A literal string matcher.
15624FGREP=$lt_FGREP
15625
15626# A BSD- or MS-compatible name lister.
15627NM=$lt_NM
15628
15629# Whether we need soft or hard links.
15630LN_S=$lt_LN_S
15631
15632# What is the maximum length of a command?
15633max_cmd_len=$max_cmd_len
15634
15635# Object file suffix (normally "o").
15636objext=$ac_objext
15637
15638# Executable file suffix (normally "").
15639exeext=$exeext
15640
15641# whether the shell understands "unset".
15642lt_unset=$lt_unset
15643
15644# turn spaces into newlines.
15645SP2NL=$lt_lt_SP2NL
15646
15647# turn newlines into spaces.
15648NL2SP=$lt_lt_NL2SP
15649
15650# An object symbol dumper.
15651OBJDUMP=$lt_OBJDUMP
15652
15653# Method to check whether dependent libraries are shared objects.
15654deplibs_check_method=$lt_deplibs_check_method
15655
15656# Command to use when deplibs_check_method == "file_magic".
15657file_magic_cmd=$lt_file_magic_cmd
15658
15659# The archiver.
15660AR=$lt_AR
15661AR_FLAGS=$lt_AR_FLAGS
15662
15663# A symbol stripping program.
15664STRIP=$lt_STRIP
15665
15666# Commands used to install an old-style archive.
15667RANLIB=$lt_RANLIB
15668old_postinstall_cmds=$lt_old_postinstall_cmds
15669old_postuninstall_cmds=$lt_old_postuninstall_cmds
15670
15671# Whether to use a lock for old archive extraction.
15672lock_old_archive_extraction=$lock_old_archive_extraction
15673
15674# A C compiler.
15675LTCC=$lt_CC
15676
15677# LTCC compiler flags.
15678LTCFLAGS=$lt_CFLAGS
15679
15680# Take the output of nm and produce a listing of raw symbols and C names.
15681global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15682
15683# Transform the output of nm in a proper C declaration.
15684global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15685
15686# Transform the output of nm in a C name address pair.
15687global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15688
15689# Transform the output of nm in a C name address pair when lib prefix is needed.
15690global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15691
15692# The name of the directory that contains temporary libtool files.
15693objdir=$objdir
15694
15695# Used to examine libraries when file_magic_cmd begins with "file".
15696MAGIC_CMD=$MAGIC_CMD
15697
15698# Must we lock files when doing compilation?
15699need_locks=$lt_need_locks
15700
15701# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15702DSYMUTIL=$lt_DSYMUTIL
15703
15704# Tool to change global to local symbols on Mac OS X.
15705NMEDIT=$lt_NMEDIT
15706
15707# Tool to manipulate fat objects and archives on Mac OS X.
15708LIPO=$lt_LIPO
15709
15710# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15711OTOOL=$lt_OTOOL
15712
15713# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15714OTOOL64=$lt_OTOOL64
15715
15716# Old archive suffix (normally "a").
15717libext=$libext
15718
15719# Shared library suffix (normally ".so").
15720shrext_cmds=$lt_shrext_cmds
15721
15722# The commands to extract the exported symbol list from a shared archive.
15723extract_expsyms_cmds=$lt_extract_expsyms_cmds
15724
15725# Variables whose values should be saved in libtool wrapper scripts and
15726# restored at link time.
15727variables_saved_for_relink=$lt_variables_saved_for_relink
15728
15729# Do we need the "lib" prefix for modules?
15730need_lib_prefix=$need_lib_prefix
15731
15732# Do we need a version for libraries?
15733need_version=$need_version
15734
15735# Library versioning type.
15736version_type=$version_type
15737
15738# Shared library runtime path variable.
15739runpath_var=$runpath_var
15740
15741# Shared library path variable.
15742shlibpath_var=$shlibpath_var
15743
15744# Is shlibpath searched before the hard-coded library search path?
15745shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15746
15747# Format of library name prefix.
15748libname_spec=$lt_libname_spec
15749
15750# List of archive names. First name is the real one, the rest are links.
15751# The last name is the one that the linker finds with -lNAME
15752library_names_spec=$lt_library_names_spec
15753
15754# The coded name of the library, if different from the real name.
15755soname_spec=$lt_soname_spec
15756
15757# Permission mode override for installation of shared libraries.
15758install_override_mode=$lt_install_override_mode
15759
15760# Command to use after installation of a shared archive.
15761postinstall_cmds=$lt_postinstall_cmds
15762
15763# Command to use after uninstallation of a shared archive.
15764postuninstall_cmds=$lt_postuninstall_cmds
15765
15766# Commands used to finish a libtool library installation in a directory.
15767finish_cmds=$lt_finish_cmds
15768
15769# As "finish_cmds", except a single script fragment to be evaled but
15770# not shown.
15771finish_eval=$lt_finish_eval
15772
15773# Whether we should hardcode library paths into libraries.
15774hardcode_into_libs=$hardcode_into_libs
15775
15776# Compile-time system search path for libraries.
15777sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15778
15779# Run-time system search path for libraries.
15780sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15781
15782# Whether dlopen is supported.
15783dlopen_support=$enable_dlopen
15784
15785# Whether dlopen of programs is supported.
15786dlopen_self=$enable_dlopen_self
15787
15788# Whether dlopen of statically linked programs is supported.
15789dlopen_self_static=$enable_dlopen_self_static
15790
15791# Commands to strip libraries.
15792old_striplib=$lt_old_striplib
15793striplib=$lt_striplib
15794
15795
15796# The linker used to build libraries.
15797LD=$lt_LD
15798
15799# How to create reloadable object files.
15800reload_flag=$lt_reload_flag
15801reload_cmds=$lt_reload_cmds
15802
15803# Commands used to build an old-style archive.
15804old_archive_cmds=$lt_old_archive_cmds
15805
15806# A language specific compiler.
15807CC=$lt_compiler
15808
15809# Is the compiler the GNU compiler?
15810with_gcc=$GCC
15811
15812# Compiler flag to turn off builtin functions.
15813no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15814
15815# How to pass a linker flag through the compiler.
15816wl=$lt_lt_prog_compiler_wl
15817
15818# Additional compiler flags for building library objects.
15819pic_flag=$lt_lt_prog_compiler_pic
15820
15821# Compiler flag to prevent dynamic linking.
15822link_static_flag=$lt_lt_prog_compiler_static
15823
15824# Does compiler simultaneously support -c and -o options?
15825compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15826
15827# Whether or not to add -lc for building shared libraries.
15828build_libtool_need_lc=$archive_cmds_need_lc
15829
15830# Whether or not to disallow shared libs when runtime libs are static.
15831allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15832
15833# Compiler flag to allow reflexive dlopens.
15834export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15835
15836# Compiler flag to generate shared objects directly from archives.
15837whole_archive_flag_spec=$lt_whole_archive_flag_spec
15838
15839# Whether the compiler copes with passing no objects directly.
15840compiler_needs_object=$lt_compiler_needs_object
15841
15842# Create an old-style archive from a shared archive.
15843old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15844
15845# Create a temporary old-style archive to link instead of a shared archive.
15846old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15847
15848# Commands used to build a shared archive.
15849archive_cmds=$lt_archive_cmds
15850archive_expsym_cmds=$lt_archive_expsym_cmds
15851
15852# Commands used to build a loadable module if different from building
15853# a shared archive.
15854module_cmds=$lt_module_cmds
15855module_expsym_cmds=$lt_module_expsym_cmds
15856
15857# Whether we are building with GNU ld or not.
15858with_gnu_ld=$lt_with_gnu_ld
15859
15860# Flag that allows shared libraries with undefined symbols to be built.
15861allow_undefined_flag=$lt_allow_undefined_flag
15862
15863# Flag that enforces no undefined symbols.
15864no_undefined_flag=$lt_no_undefined_flag
15865
15866# Flag to hardcode \$libdir into a binary during linking.
15867# This must work even if \$libdir does not exist
15868hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15869
15870# If ld is used when linking, flag to hardcode \$libdir into a binary
15871# during linking. This must work even if \$libdir does not exist.
15872hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15873
15874# Whether we need a single "-rpath" flag with a separated argument.
15875hardcode_libdir_separator=$lt_hardcode_libdir_separator
15876
15877# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15878# DIR into the resulting binary.
15879hardcode_direct=$hardcode_direct
15880
15881# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15882# DIR into the resulting binary and the resulting library dependency is
15883# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15884# library is relocated.
15885hardcode_direct_absolute=$hardcode_direct_absolute
15886
15887# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15888# into the resulting binary.
15889hardcode_minus_L=$hardcode_minus_L
15890
15891# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15892# into the resulting binary.
15893hardcode_shlibpath_var=$hardcode_shlibpath_var
15894
15895# Set to "yes" if building a shared library automatically hardcodes DIR
15896# into the library and all subsequent libraries and executables linked
15897# against it.
15898hardcode_automatic=$hardcode_automatic
15899
15900# Set to yes if linker adds runtime paths of dependent libraries
15901# to runtime path list.
15902inherit_rpath=$inherit_rpath
15903
15904# Whether libtool must link a program against all its dependency libraries.
15905link_all_deplibs=$link_all_deplibs
15906
15907# Fix the shell variable \$srcfile for the compiler.
15908fix_srcfile_path=$lt_fix_srcfile_path
15909
15910# Set to "yes" if exported symbols are required.
15911always_export_symbols=$always_export_symbols
15912
15913# The commands to list exported symbols.
15914export_symbols_cmds=$lt_export_symbols_cmds
15915
15916# Symbols that should not be listed in the preloaded symbols.
15917exclude_expsyms=$lt_exclude_expsyms
15918
15919# Symbols that must always be exported.
15920include_expsyms=$lt_include_expsyms
15921
15922# Commands necessary for linking programs (against libraries) with templates.
15923prelink_cmds=$lt_prelink_cmds
15924
15925# Specify filename containing input files.
15926file_list_spec=$lt_file_list_spec
15927
15928# How to hardcode a shared library path into an executable.
15929hardcode_action=$hardcode_action
15930
15931# ### END LIBTOOL CONFIG
15932
15933_LT_EOF
15934
15935 case $host_os in
15936 aix3*)
15937 cat <<\_LT_EOF >> "$cfgfile"
15938# AIX sometimes has problems with the GCC collect2 program. For some
15939# reason, if we set the COLLECT_NAMES environment variable, the problems
15940# vanish in a puff of smoke.
15941if test "X${COLLECT_NAMES+set}" != Xset; then
15942 COLLECT_NAMES=
15943 export COLLECT_NAMES
15944fi
15945_LT_EOF
15946 ;;
15947 esac
15948
15949
15950ltmain="$ac_aux_dir/ltmain.sh"
15951
15952
15953 # We use sed instead of cat because bash on DJGPP gets confused if
15954 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15955 # text mode, it properly converts lines to CR/LF. This bash problem
15956 # is reportedly fixed, but why not run on old versions too?
15957 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15958 || (rm -f "$cfgfile"; exit 1)
15959
15960 case $xsi_shell in
15961 yes)
15962 cat << \_LT_EOF >> "$cfgfile"
15963
15964# func_dirname file append nondir_replacement
15965# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15966# otherwise set result to NONDIR_REPLACEMENT.
15967func_dirname ()
15968{
15969 case ${1} in
15970 */*) func_dirname_result="${1%/*}${2}" ;;
15971 * ) func_dirname_result="${3}" ;;
15972 esac
15973}
15974
15975# func_basename file
15976func_basename ()
15977{
15978 func_basename_result="${1##*/}"
15979}
15980
15981# func_dirname_and_basename file append nondir_replacement
15982# perform func_basename and func_dirname in a single function
15983# call:
15984# dirname: Compute the dirname of FILE. If nonempty,
15985# add APPEND to the result, otherwise set result
15986# to NONDIR_REPLACEMENT.
15987# value returned in "$func_dirname_result"
15988# basename: Compute filename of FILE.
15989# value retuned in "$func_basename_result"
15990# Implementation must be kept synchronized with func_dirname
15991# and func_basename. For efficiency, we do not delegate to
15992# those functions but instead duplicate the functionality here.
15993func_dirname_and_basename ()
15994{
15995 case ${1} in
15996 */*) func_dirname_result="${1%/*}${2}" ;;
15997 * ) func_dirname_result="${3}" ;;
15998 esac
15999 func_basename_result="${1##*/}"
16000}
16001
16002# func_stripname prefix suffix name
16003# strip PREFIX and SUFFIX off of NAME.
16004# PREFIX and SUFFIX must not contain globbing or regex special
16005# characters, hashes, percent signs, but SUFFIX may contain a leading
16006# dot (in which case that matches only a dot).
16007func_stripname ()
16008{
16009 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16010 # positional parameters, so assign one to ordinary parameter first.
16011 func_stripname_result=${3}
16012 func_stripname_result=${func_stripname_result#"${1}"}
16013 func_stripname_result=${func_stripname_result%"${2}"}
16014}
16015
16016# func_opt_split
16017func_opt_split ()
16018{
16019 func_opt_split_opt=${1%%=*}
16020 func_opt_split_arg=${1#*=}
16021}
16022
16023# func_lo2o object
16024func_lo2o ()
16025{
16026 case ${1} in
16027 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16028 *) func_lo2o_result=${1} ;;
16029 esac
16030}
16031
16032# func_xform libobj-or-source
16033func_xform ()
16034{
16035 func_xform_result=${1%.*}.lo
16036}
16037
16038# func_arith arithmetic-term...
16039func_arith ()
16040{
16041 func_arith_result=$(( $* ))
16042}
16043
16044# func_len string
16045# STRING may not start with a hyphen.
16046func_len ()
16047{
16048 func_len_result=${#1}
16049}
16050
16051_LT_EOF
16052 ;;
16053 *) # Bourne compatible functions.
16054 cat << \_LT_EOF >> "$cfgfile"
16055
16056# func_dirname file append nondir_replacement
16057# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16058# otherwise set result to NONDIR_REPLACEMENT.
16059func_dirname ()
16060{
16061 # Extract subdirectory from the argument.
16062 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16063 if test "X$func_dirname_result" = "X${1}"; then
16064 func_dirname_result="${3}"
16065 else
16066 func_dirname_result="$func_dirname_result${2}"
16067 fi
16068}
16069
16070# func_basename file
16071func_basename ()
16072{
16073 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16074}
16075
16076
16077# func_stripname prefix suffix name
16078# strip PREFIX and SUFFIX off of NAME.
16079# PREFIX and SUFFIX must not contain globbing or regex special
16080# characters, hashes, percent signs, but SUFFIX may contain a leading
16081# dot (in which case that matches only a dot).
16082# func_strip_suffix prefix name
16083func_stripname ()
16084{
16085 case ${2} in
16086 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16087 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16088 esac
16089}
16090
16091# sed scripts:
16092my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16093my_sed_long_arg='1s/^-[^=]*=//'
16094
16095# func_opt_split
16096func_opt_split ()
16097{
16098 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16099 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16100}
16101
16102# func_lo2o object
16103func_lo2o ()
16104{
16105 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16106}
16107
16108# func_xform libobj-or-source
16109func_xform ()
16110{
16111 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16112}
16113
16114# func_arith arithmetic-term...
16115func_arith ()
16116{
16117 func_arith_result=`expr "$@"`
16118}
16119
16120# func_len string
16121# STRING may not start with a hyphen.
16122func_len ()
16123{
16124 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16125}
16126
16127_LT_EOF
16128esac
16129
16130case $lt_shell_append in
16131 yes)
16132 cat << \_LT_EOF >> "$cfgfile"
16133
16134# func_append var value
16135# Append VALUE to the end of shell variable VAR.
16136func_append ()
16137{
16138 eval "$1+=\$2"
16139}
16140_LT_EOF
16141 ;;
16142 *)
16143 cat << \_LT_EOF >> "$cfgfile"
16144
16145# func_append var value
16146# Append VALUE to the end of shell variable VAR.
16147func_append ()
16148{
16149 eval "$1=\$$1\$2"
16150}
16151
16152_LT_EOF
16153 ;;
16154 esac
16155
16156
16157 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16158 || (rm -f "$cfgfile"; exit 1)
16159
16160 mv -f "$cfgfile" "$ofile" ||
16161 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16162 chmod +x "$ofile"
16163
16164 ;;
81ecdfbb 16165 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
38f48d72
AC
16166 rm -f Makesim1.tmp Makesim2.tmp Makefile
16167 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16168 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16169 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
c906108c
SS
16170 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16171 <Makefile.sim >Makefile
38f48d72 16172 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
b7026657 16173 ;;
81ecdfbb
RW
16174 "stamp-h":C) echo > stamp-h ;;
16175
b7026657 16176 esac
81ecdfbb 16177done # for ac_tag
c906108c 16178
b7026657 16179
81ecdfbb 16180as_fn_exit 0
b7026657 16181_ACEOF
b7026657
AC
16182ac_clean_files=$ac_clean_files_save
16183
81ecdfbb 16184test $ac_write_fail = 0 ||
d0ac1c44 16185 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16186
b7026657
AC
16187
16188# configure is writing to config.log, and then calls config.status.
16189# config.status does its own redirection, appending to config.log.
16190# Unfortunately, on DOS this fails, as config.log is still kept open
16191# by configure, so config.status won't be able to write to it; its
16192# output is simply discarded. So we exec the FD to /dev/null,
16193# effectively closing config.log, so it can be properly (re)opened and
16194# appended to by config.status. When coming back to configure, we
16195# need to make the FD available again.
16196if test "$no_create" != yes; then
16197 ac_cs_success=:
16198 ac_config_status_args=
16199 test "$silent" = yes &&
16200 ac_config_status_args="$ac_config_status_args --quiet"
16201 exec 5>/dev/null
16202 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16203 exec 5>>config.log
16204 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16205 # would make configure fail if this is the last instruction.
d0ac1c44 16206 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16207fi
16208if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16209 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16210$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
b7026657 16211fi
c906108c
SS
16212
16213
This page took 2.015488 seconds and 4 git commands to generate.