]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/m32c/configure
sim: require a C11 compiler
[thirdparty/binutils-gdb.git] / sim / m32c / configure
CommitLineData
d45a4bef
JB
1#! /bin/sh
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#
d45a4bef 8#
d45a4bef
JB
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
81ecdfbb
RW
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
d45a4bef 14
81ecdfbb
RW
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d45a4bef
JB
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d45a4bef
JB
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
d45a4bef 31fi
d45a4bef 32
81ecdfbb
RW
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
d45a4bef
JB
79fi
80
81
81ecdfbb
RW
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
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
d45a4bef
JB
122PS1='$ '
123PS2='> '
124PS4='+ '
125
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
d45a4bef 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."
d45a4bef 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."
d45a4bef 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
d45a4bef 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
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
d45a4bef
JB
429 as_expr=expr
430else
431 as_expr=false
432fi
433
81ecdfbb 434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
d45a4bef
JB
435 as_basename=basename
436else
437 as_basename=false
438fi
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
d45a4bef 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
d45a4bef
JB
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'`
d45a4bef 464
d45a4bef
JB
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
471
d45a4bef 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 |
d45a4bef 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
d45a4bef 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
d45a4bef 490 t loop
81ecdfbb 491 s/-\n.*//
d45a4bef 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; }
d45a4bef 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
d45a4bef
JB
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"
d45a4bef
JB
504 # Exit status is that of the last command.
505 exit
506}
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';;
d45a4bef
JB
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
d45a4bef 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
d45a4bef 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
d45a4bef 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'
d45a4bef 541 fi
d45a4bef 542else
d0ac1c44 543 as_ln_s='cp -pR'
d45a4bef 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
d45a4bef
JB
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
d45a4bef
JB
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
d45a4bef
JB
557
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'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
d45a4bef 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
d45a4bef
JB
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
d45a4bef
JB
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
d45a4bef
JB
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
d45a4bef 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
d45a4bef
JB
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
d45a4bef
JB
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
d45a4bef
JB
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
d45a4bef
JB
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
d45a4bef
JB
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
d45a4bef
JB
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
d45a4bef
JB
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
d45a4bef
JB
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
d45a4bef
JB
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
d45a4bef 623# include <inttypes.h>
d45a4bef 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
d45a4bef
JB
629# include <unistd.h>
630#endif"
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'
d45a4bef 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
269e9c18
MF
783enable_werror
784enable_build_warnings
785enable_sim_build_warnings
81ecdfbb
RW
786'
787 ac_precious_vars='build_alias
788host_alias
789target_alias
790CC
791CFLAGS
792LDFLAGS
793LIBS
794CPPFLAGS
795CPP'
796
d45a4bef
JB
797
798# Initialize some variables set by options.
799ac_init_help=
800ac_init_version=false
81ecdfbb
RW
801ac_unrecognized_opts=
802ac_unrecognized_sep=
d45a4bef
JB
803# The variables have the same names as the options, with
804# dashes changed to underlines.
805cache_file=/dev/null
806exec_prefix=NONE
807no_create=
808no_recursion=
809prefix=NONE
810program_prefix=NONE
811program_suffix=NONE
812program_transform_name=s,x,x,
813silent=
814site=
815srcdir=
816verbose=
817x_includes=NONE
818x_libraries=NONE
819
820# Installation directory options.
821# These are left unexpanded so users can "make install exec_prefix=/foo"
822# and all the variables that are supposed to be based on exec_prefix
823# by default will actually change.
824# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 825# (The list follows the same order as the GNU Coding Standards.)
d45a4bef
JB
826bindir='${exec_prefix}/bin'
827sbindir='${exec_prefix}/sbin'
828libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
829datarootdir='${prefix}/share'
830datadir='${datarootdir}'
d45a4bef
JB
831sysconfdir='${prefix}/etc'
832sharedstatedir='${prefix}/com'
833localstatedir='${prefix}/var'
d45a4bef
JB
834includedir='${prefix}/include'
835oldincludedir='/usr/include'
81ecdfbb
RW
836docdir='${datarootdir}/doc/${PACKAGE}'
837infodir='${datarootdir}/info'
838htmldir='${docdir}'
839dvidir='${docdir}'
840pdfdir='${docdir}'
841psdir='${docdir}'
842libdir='${exec_prefix}/lib'
843localedir='${datarootdir}/locale'
844mandir='${datarootdir}/man'
d45a4bef
JB
845
846ac_prev=
81ecdfbb 847ac_dashdash=
d45a4bef
JB
848for ac_option
849do
850 # If the previous option needs an argument, assign it.
851 if test -n "$ac_prev"; then
81ecdfbb 852 eval $ac_prev=\$ac_option
d45a4bef
JB
853 ac_prev=
854 continue
855 fi
856
81ecdfbb 857 case $ac_option in
d0ac1c44
SM
858 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
859 *=) ac_optarg= ;;
860 *) ac_optarg=yes ;;
81ecdfbb 861 esac
d45a4bef
JB
862
863 # Accept the important Cygnus configure options, so we can diagnose typos.
864
81ecdfbb
RW
865 case $ac_dashdash$ac_option in
866 --)
867 ac_dashdash=yes ;;
d45a4bef
JB
868
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872 bindir=$ac_optarg ;;
873
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
878
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
885
886 --config-cache | -C)
887 cache_file=config.cache ;;
888
81ecdfbb 889 -datadir | --datadir | --datadi | --datad)
d45a4bef 890 ac_prev=datadir ;;
81ecdfbb 891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
d45a4bef
JB
892 datadir=$ac_optarg ;;
893
81ecdfbb
RW
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
900
d45a4bef 901 -disable-* | --disable-*)
81ecdfbb 902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
d45a4bef 903 # Reject names that are not valid shell variable names.
81ecdfbb 904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 905 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
909 *"
910"enable_$ac_useropt"
911"*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=no ;;
916
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
921
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
d45a4bef
JB
926
927 -enable-* | --enable-*)
81ecdfbb 928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
d45a4bef 929 # Reject names that are not valid shell variable names.
81ecdfbb 930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 931 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
935 *"
936"enable_$ac_useropt"
937"*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
d45a4bef 940 esac
81ecdfbb 941 eval enable_$ac_useropt=\$ac_optarg ;;
d45a4bef
JB
942
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
951
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
955
956 -help | --help | --hel | --he | -h)
957 ac_init_help=long ;;
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
962
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
967
81ecdfbb
RW
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969 ac_prev=htmldir ;;
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971 | --ht=*)
972 htmldir=$ac_optarg ;;
973
d45a4bef
JB
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
980
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
985
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
989 libdir=$ac_optarg ;;
990
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
997
81ecdfbb
RW
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1002
d45a4bef 1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1004 | --localstate | --localstat | --localsta | --localst | --locals)
d45a4bef
JB
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
d45a4bef
JB
1008 localstatedir=$ac_optarg ;;
1009
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1014
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1018
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1021 no_create=yes ;;
1022
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025 no_recursion=yes ;;
1026
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1035
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1040
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1047
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1054
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1071
81ecdfbb
RW
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1076
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1081
d45a4bef
JB
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1085
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087 ac_prev=sbindir ;;
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089 | --sbi=* | --sb=*)
1090 sbindir=$ac_optarg ;;
1091
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1095 | --sha | --sh)
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100 | --sha=* | --sh=*)
1101 sharedstatedir=$ac_optarg ;;
1102
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
1106 site=$ac_optarg ;;
1107
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1112
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1119
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1124
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1127
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1130
1131 -with-* | --with-*)
81ecdfbb 1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
d45a4bef 1133 # Reject names that are not valid shell variable names.
81ecdfbb 1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1135 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140"with_$ac_useropt"
1141"*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
d45a4bef 1144 esac
81ecdfbb 1145 eval with_$ac_useropt=\$ac_optarg ;;
d45a4bef
JB
1146
1147 -without-* | --without-*)
81ecdfbb 1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
d45a4bef 1149 # Reject names that are not valid shell variable names.
81ecdfbb 1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1151 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156"with_$ac_useropt"
1157"*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=no ;;
d45a4bef
JB
1162
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1166
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1173
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1180
d0ac1c44
SM
1181 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1182Try \`$0 --help' for more information"
d45a4bef
JB
1183 ;;
1184
1185 *=*)
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1190 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1191 esac
1192 eval $ac_envvar=\$ac_optarg
d45a4bef
JB
1193 export $ac_envvar ;;
1194
1195 *)
1196 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
d45a4bef 1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1200 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
d45a4bef
JB
1201 ;;
1202
1203 esac
1204done
1205
1206if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1208 as_fn_error $? "missing argument to $ac_option"
d45a4bef
JB
1209fi
1210
81ecdfbb
RW
1211if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1213 no) ;;
d0ac1c44 1214 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
d45a4bef 1216 esac
81ecdfbb 1217fi
d45a4bef 1218
81ecdfbb
RW
1219# Check all directory arguments for consistency.
1220for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
d45a4bef 1224do
81ecdfbb
RW
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1227 case $ac_val in
1228 */ )
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1231 esac
1232 # Be sure to have absolute directory names.
d45a4bef 1233 case $ac_val in
81ecdfbb
RW
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
d45a4bef 1236 esac
d0ac1c44 1237 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
d45a4bef
JB
1238done
1239
1240# There might be people who depend on the old broken behavior: `$host'
1241# used to hold the argument of --host etc.
1242# FIXME: To remove some day.
1243build=$build_alias
1244host=$host_alias
1245target=$target_alias
1246
1247# FIXME: To remove some day.
1248if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
d45a4bef
JB
1251 elif test "x$build_alias" != "x$host_alias"; then
1252 cross_compiling=yes
1253 fi
1254fi
1255
1256ac_tool_prefix=
1257test -n "$host_alias" && ac_tool_prefix=$host_alias-
1258
1259test "$silent" = yes && exec 6>/dev/null
1260
1261
81ecdfbb
RW
1262ac_pwd=`pwd` && test -n "$ac_pwd" &&
1263ac_ls_di=`ls -di .` &&
1264ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1265 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1266test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1267 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1268
1269
d45a4bef
JB
1270# Find the source files, if location was not specified.
1271if test -z "$srcdir"; then
1272 ac_srcdir_defaulted=yes
81ecdfbb
RW
1273 # Try the directory containing this script, then the parent directory.
1274 ac_confdir=`$as_dirname -- "$as_myself" ||
1275$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1276 X"$as_myself" : 'X\(//\)[^/]' \| \
1277 X"$as_myself" : 'X\(//\)$' \| \
1278 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1279$as_echo X"$as_myself" |
1280 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1281 s//\1/
1282 q
1283 }
1284 /^X\(\/\/\)[^/].*/{
1285 s//\1/
1286 q
1287 }
1288 /^X\(\/\/\)$/{
1289 s//\1/
1290 q
1291 }
1292 /^X\(\/\).*/{
1293 s//\1/
1294 q
1295 }
1296 s/.*/./; q'`
d45a4bef 1297 srcdir=$ac_confdir
81ecdfbb 1298 if test ! -r "$srcdir/$ac_unique_file"; then
d45a4bef
JB
1299 srcdir=..
1300 fi
1301else
1302 ac_srcdir_defaulted=no
1303fi
81ecdfbb
RW
1304if test ! -r "$srcdir/$ac_unique_file"; then
1305 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1306 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1307fi
1308ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1309ac_abs_confdir=`(
d0ac1c44 1310 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1311 pwd)`
1312# When building in place, set srcdir=.
1313if test "$ac_abs_confdir" = "$ac_pwd"; then
1314 srcdir=.
1315fi
1316# Remove unnecessary trailing slashes from srcdir.
1317# Double slashes in file names in object file debugging info
1318# mess up M-x gdb in Emacs.
1319case $srcdir in
1320*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1321esac
1322for ac_var in $ac_precious_vars; do
1323 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_env_${ac_var}_value=\$${ac_var}
1325 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1327done
d45a4bef
JB
1328
1329#
1330# Report the --help message.
1331#
1332if test "$ac_init_help" = "long"; then
1333 # Omit some internal or obsolete options to make the list less imposing.
1334 # This message is too long to be a string in the A/UX 3.1 sh.
1335 cat <<_ACEOF
1336\`configure' configures this package to adapt to many kinds of systems.
1337
1338Usage: $0 [OPTION]... [VAR=VALUE]...
1339
1340To assign environment variables (e.g., CC, CFLAGS...), specify them as
1341VAR=VALUE. See below for descriptions of some of the useful variables.
1342
1343Defaults for the options are specified in brackets.
1344
1345Configuration:
1346 -h, --help display this help and exit
1347 --help=short display options specific to this package
1348 --help=recursive display the short help of all the included packages
1349 -V, --version display version information and exit
d0ac1c44 1350 -q, --quiet, --silent do not print \`checking ...' messages
d45a4bef
JB
1351 --cache-file=FILE cache test results in FILE [disabled]
1352 -C, --config-cache alias for \`--cache-file=config.cache'
1353 -n, --no-create do not create output files
1354 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1355
d45a4bef
JB
1356Installation directories:
1357 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1358 [$ac_default_prefix]
d45a4bef 1359 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1360 [PREFIX]
d45a4bef
JB
1361
1362By default, \`make install' will install all the files in
1363\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1364an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1365for instance \`--prefix=\$HOME'.
1366
1367For better control, use the options below.
1368
1369Fine tuning of the installation directories:
81ecdfbb
RW
1370 --bindir=DIR user executables [EPREFIX/bin]
1371 --sbindir=DIR system admin executables [EPREFIX/sbin]
1372 --libexecdir=DIR program executables [EPREFIX/libexec]
1373 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1374 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1375 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1376 --libdir=DIR object code libraries [EPREFIX/lib]
1377 --includedir=DIR C header files [PREFIX/include]
1378 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1379 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1380 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1381 --infodir=DIR info documentation [DATAROOTDIR/info]
1382 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1383 --mandir=DIR man documentation [DATAROOTDIR/man]
1384 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1385 --htmldir=DIR html documentation [DOCDIR]
1386 --dvidir=DIR dvi documentation [DOCDIR]
1387 --pdfdir=DIR pdf documentation [DOCDIR]
1388 --psdir=DIR ps documentation [DOCDIR]
d45a4bef
JB
1389_ACEOF
1390
1391 cat <<\_ACEOF
1392
1393Program names:
1394 --program-prefix=PREFIX prepend PREFIX to installed program names
1395 --program-suffix=SUFFIX append SUFFIX to installed program names
1396 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1397
1398System types:
1399 --build=BUILD configure for building on BUILD [guessed]
1400 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1401 --target=TARGET configure for building compilers for TARGET [HOST]
1402_ACEOF
1403fi
1404
1405if test -n "$ac_init_help"; then
1406
1407 cat <<\_ACEOF
1408
1409Optional Features:
81ecdfbb 1410 --disable-option-checking ignore unrecognized --enable/--with options
d45a4bef
JB
1411 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1412 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1413 --enable-plugins Enable support for plugins
6bb11ab3
L
1414 --enable-shared[=PKGS] build shared libraries [default=yes]
1415 --enable-static[=PKGS] build static libraries [default=yes]
1416 --enable-fast-install[=PKGS]
1417 optimize for fast installation [default=yes]
1418 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1419 --enable-maintainer-mode
1420 enable make rules and dependencies not useful (and
1421 sometimes confusing) to the casual installer
8d0978fb
MF
1422 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1423 itself)
1424 --enable-sim-stdio Specify whether to use stdio for console
1425 input/output
1426 --enable-sim-trace=opts Enable tracing of simulated programs
1427 --enable-sim-profile=opts
1428 Enable profiling flags
35656e95 1429 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1430 --enable-sim-environment=environment
1431 Specify mixed, user, virtual or operating
1432 environment
347fe5bb
MF
1433 --enable-sim-inline=inlines
1434 Specify which functions should be inlined
269e9c18
MF
1435 --enable-werror treat compile warnings as errors
1436 --enable-build-warnings enable build-time compiler warnings if gcc is used
1437 --enable-sim-build-warnings
1438 enable SIM specific build-time compiler warnings if
1439 gcc is used
d45a4bef 1440
6efef468
JM
1441Optional Packages:
1442 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1443 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1444 --with-system-zlib use installed libz
6bb11ab3
L
1445 --with-pic try to use only PIC/non-PIC objects [default=use
1446 both]
1447 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1448 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1449 --with-bugurl=URL Direct users to URL to report a bug
1450
d45a4bef
JB
1451Some influential environment variables:
1452 CC C compiler command
1453 CFLAGS C compiler flags
1454 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1455 nonstandard directory <lib dir>
81ecdfbb 1456 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1457 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1458 you have headers in a nonstandard directory <include dir>
d45a4bef
JB
1459 CPP C preprocessor
1460
1461Use these variables to override the choices made by `configure' or to help
1462it to find libraries and programs with nonstandard names/locations.
1463
81ecdfbb 1464Report bugs to the package provider.
d45a4bef 1465_ACEOF
81ecdfbb 1466ac_status=$?
d45a4bef
JB
1467fi
1468
1469if test "$ac_init_help" = "recursive"; then
1470 # If there are subdirs, report their specific --help.
d45a4bef 1471 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1472 test -d "$ac_dir" ||
1473 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1474 continue
d45a4bef
JB
1475 ac_builddir=.
1476
81ecdfbb
RW
1477case "$ac_dir" in
1478.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1479*)
1480 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1481 # A ".." for each directory in $ac_dir_suffix.
1482 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1483 case $ac_top_builddir_sub in
1484 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1485 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1486 esac ;;
1487esac
1488ac_abs_top_builddir=$ac_pwd
1489ac_abs_builddir=$ac_pwd$ac_dir_suffix
1490# for backward compatibility:
1491ac_top_builddir=$ac_top_build_prefix
d45a4bef
JB
1492
1493case $srcdir in
81ecdfbb 1494 .) # We are building in place.
d45a4bef 1495 ac_srcdir=.
81ecdfbb
RW
1496 ac_top_srcdir=$ac_top_builddir_sub
1497 ac_abs_top_srcdir=$ac_pwd ;;
1498 [\\/]* | ?:[\\/]* ) # Absolute name.
d45a4bef 1499 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1500 ac_top_srcdir=$srcdir
1501 ac_abs_top_srcdir=$srcdir ;;
1502 *) # Relative name.
1503 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1504 ac_top_srcdir=$ac_top_build_prefix$srcdir
1505 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d45a4bef 1506esac
81ecdfbb
RW
1507ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1508
1509 cd "$ac_dir" || { ac_status=$?; continue; }
1510 # Check for guested configure.
1511 if test -f "$ac_srcdir/configure.gnu"; then
1512 echo &&
1513 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1514 elif test -f "$ac_srcdir/configure"; then
1515 echo &&
1516 $SHELL "$ac_srcdir/configure" --help=recursive
d45a4bef 1517 else
81ecdfbb
RW
1518 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1519 fi || ac_status=$?
1520 cd "$ac_pwd" || { ac_status=$?; break; }
d45a4bef
JB
1521 done
1522fi
1523
81ecdfbb 1524test -n "$ac_init_help" && exit $ac_status
d45a4bef
JB
1525if $ac_init_version; then
1526 cat <<\_ACEOF
81ecdfbb 1527configure
d0ac1c44 1528generated by GNU Autoconf 2.69
d45a4bef 1529
d0ac1c44 1530Copyright (C) 2012 Free Software Foundation, Inc.
d45a4bef
JB
1531This configure script is free software; the Free Software Foundation
1532gives unlimited permission to copy, distribute and modify it.
1533_ACEOF
81ecdfbb 1534 exit
d45a4bef 1535fi
d45a4bef 1536
81ecdfbb
RW
1537## ------------------------ ##
1538## Autoconf initialization. ##
1539## ------------------------ ##
d45a4bef 1540
81ecdfbb
RW
1541# ac_fn_c_try_compile LINENO
1542# --------------------------
1543# Try to compile conftest.$ac_ext, and return whether this succeeded.
1544ac_fn_c_try_compile ()
d45a4bef 1545{
81ecdfbb
RW
1546 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1547 rm -f conftest.$ac_objext
1548 if { { ac_try="$ac_compile"
1549case "(($ac_try" in
1550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1551 *) ac_try_echo=$ac_try;;
1552esac
1553eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1554$as_echo "$ac_try_echo"; } >&5
1555 (eval "$ac_compile") 2>conftest.err
1556 ac_status=$?
1557 if test -s conftest.err; then
1558 grep -v '^ *+' conftest.err >conftest.er1
1559 cat conftest.er1 >&5
1560 mv -f conftest.er1 conftest.err
1561 fi
1562 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1563 test $ac_status = 0; } && {
1564 test -z "$ac_c_werror_flag" ||
1565 test ! -s conftest.err
1566 } && test -s conftest.$ac_objext; then :
1567 ac_retval=0
1568else
1569 $as_echo "$as_me: failed program was:" >&5
1570sed 's/^/| /' conftest.$ac_ext >&5
d45a4bef 1571
81ecdfbb
RW
1572 ac_retval=1
1573fi
d0ac1c44
SM
1574 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1575 as_fn_set_status $ac_retval
d45a4bef 1576
81ecdfbb 1577} # ac_fn_c_try_compile
d45a4bef 1578
81ecdfbb
RW
1579# ac_fn_c_try_cpp LINENO
1580# ----------------------
1581# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1582ac_fn_c_try_cpp ()
1583{
1584 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1585 if { { ac_try="$ac_cpp conftest.$ac_ext"
1586case "(($ac_try" in
1587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1588 *) ac_try_echo=$ac_try;;
1589esac
1590eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1591$as_echo "$ac_try_echo"; } >&5
1592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1593 ac_status=$?
1594 if test -s conftest.err; then
1595 grep -v '^ *+' conftest.err >conftest.er1
1596 cat conftest.er1 >&5
1597 mv -f conftest.er1 conftest.err
1598 fi
1599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1600 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1601 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1602 test ! -s conftest.err
1603 }; then :
1604 ac_retval=0
1605else
1606 $as_echo "$as_me: failed program was:" >&5
1607sed 's/^/| /' conftest.$ac_ext >&5
d45a4bef 1608
81ecdfbb
RW
1609 ac_retval=1
1610fi
d0ac1c44
SM
1611 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1612 as_fn_set_status $ac_retval
d45a4bef 1613
81ecdfbb 1614} # ac_fn_c_try_cpp
d45a4bef 1615
81ecdfbb
RW
1616# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1617# -------------------------------------------------------
1618# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1619# the include files in INCLUDES and setting the cache variable VAR
1620# accordingly.
1621ac_fn_c_check_header_mongrel ()
1622{
1623 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1624 if eval \${$3+:} false; then :
81ecdfbb
RW
1625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1626$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1627if eval \${$3+:} false; then :
81ecdfbb
RW
1628 $as_echo_n "(cached) " >&6
1629fi
1630eval ac_res=\$$3
1631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1632$as_echo "$ac_res" >&6; }
1633else
1634 # Is the header compilable?
1635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1636$as_echo_n "checking $2 usability... " >&6; }
1637cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1638/* end confdefs.h. */
1639$4
1640#include <$2>
1641_ACEOF
1642if ac_fn_c_try_compile "$LINENO"; then :
1643 ac_header_compiler=yes
1644else
1645 ac_header_compiler=no
1646fi
1647rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1649$as_echo "$ac_header_compiler" >&6; }
1650
1651# Is the header present?
1652{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1653$as_echo_n "checking $2 presence... " >&6; }
1654cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1655/* end confdefs.h. */
1656#include <$2>
1657_ACEOF
1658if ac_fn_c_try_cpp "$LINENO"; then :
1659 ac_header_preproc=yes
1660else
1661 ac_header_preproc=no
1662fi
d0ac1c44 1663rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1664{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1665$as_echo "$ac_header_preproc" >&6; }
1666
1667# So? What about this header?
1668case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1669 yes:no: )
1670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1671$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1673$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1674 ;;
1675 no:yes:* )
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1677$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1678 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1679$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1681$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1683$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1685$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1686 ;;
1687esac
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1689$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1690if eval \${$3+:} false; then :
81ecdfbb
RW
1691 $as_echo_n "(cached) " >&6
1692else
1693 eval "$3=\$ac_header_compiler"
1694fi
1695eval ac_res=\$$3
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1697$as_echo "$ac_res" >&6; }
1698fi
d0ac1c44 1699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1700
1701} # ac_fn_c_check_header_mongrel
1702
1703# ac_fn_c_try_run LINENO
1704# ----------------------
1705# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1706# that executables *can* be run.
1707ac_fn_c_try_run ()
1708{
1709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1710 if { { ac_try="$ac_link"
1711case "(($ac_try" in
1712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1713 *) ac_try_echo=$ac_try;;
1714esac
1715eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1716$as_echo "$ac_try_echo"; } >&5
1717 (eval "$ac_link") 2>&5
1718 ac_status=$?
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1720 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1721 { { case "(($ac_try" in
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1724esac
1725eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726$as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_try") 2>&5
1728 ac_status=$?
1729 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1730 test $ac_status = 0; }; }; then :
1731 ac_retval=0
1732else
1733 $as_echo "$as_me: program exited with status $ac_status" >&5
1734 $as_echo "$as_me: failed program was:" >&5
1735sed 's/^/| /' conftest.$ac_ext >&5
1736
1737 ac_retval=$ac_status
1738fi
1739 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1741 as_fn_set_status $ac_retval
81ecdfbb
RW
1742
1743} # ac_fn_c_try_run
1744
1745# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1746# -------------------------------------------------------
1747# Tests whether HEADER exists and can be compiled using the include files in
1748# INCLUDES, setting the cache variable VAR accordingly.
1749ac_fn_c_check_header_compile ()
1750{
1751 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1754if eval \${$3+:} false; then :
81ecdfbb
RW
1755 $as_echo_n "(cached) " >&6
1756else
1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758/* end confdefs.h. */
1759$4
1760#include <$2>
1761_ACEOF
1762if ac_fn_c_try_compile "$LINENO"; then :
1763 eval "$3=yes"
1764else
1765 eval "$3=no"
1766fi
1767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1768fi
1769eval ac_res=\$$3
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1771$as_echo "$ac_res" >&6; }
d0ac1c44 1772 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1773
1774} # ac_fn_c_check_header_compile
1775
1776# ac_fn_c_try_link LINENO
1777# -----------------------
1778# Try to link conftest.$ac_ext, and return whether this succeeded.
1779ac_fn_c_try_link ()
1780{
1781 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782 rm -f conftest.$ac_objext conftest$ac_exeext
1783 if { { ac_try="$ac_link"
1784case "(($ac_try" in
1785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786 *) ac_try_echo=$ac_try;;
1787esac
1788eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789$as_echo "$ac_try_echo"; } >&5
1790 (eval "$ac_link") 2>conftest.err
1791 ac_status=$?
1792 if test -s conftest.err; then
1793 grep -v '^ *+' conftest.err >conftest.er1
1794 cat conftest.er1 >&5
1795 mv -f conftest.er1 conftest.err
1796 fi
1797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1798 test $ac_status = 0; } && {
1799 test -z "$ac_c_werror_flag" ||
1800 test ! -s conftest.err
1801 } && test -s conftest$ac_exeext && {
1802 test "$cross_compiling" = yes ||
d0ac1c44 1803 test -x conftest$ac_exeext
81ecdfbb
RW
1804 }; then :
1805 ac_retval=0
1806else
1807 $as_echo "$as_me: failed program was:" >&5
1808sed 's/^/| /' conftest.$ac_ext >&5
1809
1810 ac_retval=1
1811fi
1812 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1813 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1814 # interfere with the next link command; also delete a directory that is
1815 # left behind by Apple's compiler. We do this before executing the actions.
1816 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1817 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1818 as_fn_set_status $ac_retval
81ecdfbb
RW
1819
1820} # ac_fn_c_try_link
1821
1822# ac_fn_c_check_func LINENO FUNC VAR
1823# ----------------------------------
1824# Tests whether FUNC exists, setting the cache variable VAR accordingly
1825ac_fn_c_check_func ()
1826{
1827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1830if eval \${$3+:} false; then :
81ecdfbb
RW
1831 $as_echo_n "(cached) " >&6
1832else
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834/* end confdefs.h. */
1835/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1836 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1837#define $2 innocuous_$2
1838
1839/* System header to define __stub macros and hopefully few prototypes,
1840 which can conflict with char $2 (); below.
1841 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1842 <limits.h> exists even on freestanding compilers. */
1843
1844#ifdef __STDC__
1845# include <limits.h>
1846#else
1847# include <assert.h>
1848#endif
1849
1850#undef $2
1851
1852/* Override any GCC internal prototype to avoid an error.
1853 Use char because int might match the return type of a GCC
1854 builtin and then its argument prototype would still apply. */
1855#ifdef __cplusplus
1856extern "C"
1857#endif
1858char $2 ();
1859/* The GNU C library defines this for functions which it implements
1860 to always fail with ENOSYS. Some functions are actually named
1861 something starting with __ and the normal name is an alias. */
1862#if defined __stub_$2 || defined __stub___$2
1863choke me
1864#endif
1865
1866int
1867main ()
1868{
1869return $2 ();
1870 ;
1871 return 0;
1872}
1873_ACEOF
1874if ac_fn_c_try_link "$LINENO"; then :
1875 eval "$3=yes"
1876else
1877 eval "$3=no"
1878fi
1879rm -f core conftest.err conftest.$ac_objext \
1880 conftest$ac_exeext conftest.$ac_ext
1881fi
1882eval ac_res=\$$3
1883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1884$as_echo "$ac_res" >&6; }
d0ac1c44 1885 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1886
1887} # ac_fn_c_check_func
936df756
MF
1888
1889# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1890# ----------------------------------------------------
1891# Tries to find if the field MEMBER exists in type AGGR, after including
1892# INCLUDES, setting cache variable VAR accordingly.
1893ac_fn_c_check_member ()
1894{
1895 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1897$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1898if eval \${$4+:} false; then :
936df756
MF
1899 $as_echo_n "(cached) " >&6
1900else
1901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1902/* end confdefs.h. */
1903$5
1904int
1905main ()
1906{
1907static $2 ac_aggr;
1908if (ac_aggr.$3)
1909return 0;
1910 ;
1911 return 0;
1912}
1913_ACEOF
1914if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$4=yes"
1916else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918/* end confdefs.h. */
1919$5
1920int
1921main ()
1922{
1923static $2 ac_aggr;
1924if (sizeof 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 eval "$4=no"
1934fi
1935rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1936fi
1937rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1938fi
1939eval ac_res=\$$4
1940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1941$as_echo "$ac_res" >&6; }
d0ac1c44 1942 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1943
1944} # ac_fn_c_check_member
1945
1946# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1947# -------------------------------------------
1948# Tests whether TYPE exists after having included INCLUDES, setting cache
1949# variable VAR accordingly.
1950ac_fn_c_check_type ()
1951{
1952 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1954$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1955if eval \${$3+:} false; then :
936df756
MF
1956 $as_echo_n "(cached) " >&6
1957else
1958 eval "$3=no"
1959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1960/* end confdefs.h. */
1961$4
1962int
1963main ()
1964{
1965if (sizeof ($2))
1966 return 0;
1967 ;
1968 return 0;
1969}
1970_ACEOF
1971if ac_fn_c_try_compile "$LINENO"; then :
1972 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1973/* end confdefs.h. */
1974$4
1975int
1976main ()
1977{
1978if (sizeof (($2)))
1979 return 0;
1980 ;
1981 return 0;
1982}
1983_ACEOF
1984if ac_fn_c_try_compile "$LINENO"; then :
1985
1986else
1987 eval "$3=yes"
1988fi
1989rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990fi
1991rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992fi
1993eval ac_res=\$$3
1994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1995$as_echo "$ac_res" >&6; }
d0ac1c44 1996 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1997
1998} # ac_fn_c_check_type
81ecdfbb
RW
1999cat >config.log <<_ACEOF
2000This file contains any messages produced by compilers while
2001running configure, to aid debugging if configure makes a mistake.
2002
2003It was created by $as_me, which was
d0ac1c44 2004generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2005
2006 $ $0 $@
2007
2008_ACEOF
2009exec 5>>config.log
2010{
2011cat <<_ASUNAME
2012## --------- ##
2013## Platform. ##
2014## --------- ##
2015
2016hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2017uname -m = `(uname -m) 2>/dev/null || echo unknown`
2018uname -r = `(uname -r) 2>/dev/null || echo unknown`
2019uname -s = `(uname -s) 2>/dev/null || echo unknown`
2020uname -v = `(uname -v) 2>/dev/null || echo unknown`
2021
2022/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2023/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2024
2025/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2026/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2027/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2028/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2029/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2030/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2031/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2032
2033_ASUNAME
2034
2035as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2036for as_dir in $PATH
2037do
2038 IFS=$as_save_IFS
2039 test -z "$as_dir" && as_dir=.
2040 $as_echo "PATH: $as_dir"
2041 done
2042IFS=$as_save_IFS
2043
2044} >&5
2045
2046cat >&5 <<_ACEOF
d45a4bef
JB
2047
2048
2049## ----------- ##
2050## Core tests. ##
2051## ----------- ##
2052
2053_ACEOF
2054
2055
2056# Keep a trace of the command line.
2057# Strip out --no-create and --no-recursion so they do not pile up.
2058# Strip out --silent because we don't want to record it for future runs.
2059# Also quote any args containing shell meta-characters.
2060# Make two passes to allow for proper duplicate-argument suppression.
2061ac_configure_args=
2062ac_configure_args0=
2063ac_configure_args1=
d45a4bef
JB
2064ac_must_keep_next=false
2065for ac_pass in 1 2
2066do
2067 for ac_arg
2068 do
2069 case $ac_arg in
2070 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2072 | -silent | --silent | --silen | --sile | --sil)
2073 continue ;;
81ecdfbb
RW
2074 *\'*)
2075 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
d45a4bef
JB
2076 esac
2077 case $ac_pass in
81ecdfbb 2078 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
d45a4bef 2079 2)
81ecdfbb 2080 as_fn_append ac_configure_args1 " '$ac_arg'"
d45a4bef
JB
2081 if test $ac_must_keep_next = true; then
2082 ac_must_keep_next=false # Got value, back to normal.
2083 else
2084 case $ac_arg in
2085 *=* | --config-cache | -C | -disable-* | --disable-* \
2086 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2087 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2088 | -with-* | --with-* | -without-* | --without-* | --x)
2089 case "$ac_configure_args0 " in
2090 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2091 esac
2092 ;;
2093 -* ) ac_must_keep_next=true ;;
2094 esac
2095 fi
81ecdfbb 2096 as_fn_append ac_configure_args " '$ac_arg'"
d45a4bef
JB
2097 ;;
2098 esac
2099 done
2100done
81ecdfbb
RW
2101{ ac_configure_args0=; unset ac_configure_args0;}
2102{ ac_configure_args1=; unset ac_configure_args1;}
d45a4bef
JB
2103
2104# When interrupted or exit'd, cleanup temporary files, and complete
2105# config.log. We remove comments because anyway the quotes in there
2106# would cause problems or look ugly.
81ecdfbb
RW
2107# WARNING: Use '\'' to represent an apostrophe within the trap.
2108# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
d45a4bef
JB
2109trap 'exit_status=$?
2110 # Save into config.log some information that might help in debugging.
2111 {
2112 echo
2113
d0ac1c44 2114 $as_echo "## ---------------- ##
d45a4bef 2115## Cache variables. ##
d0ac1c44 2116## ---------------- ##"
d45a4bef
JB
2117 echo
2118 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2119(
2120 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2121 eval ac_val=\$$ac_var
2122 case $ac_val in #(
2123 *${as_nl}*)
2124 case $ac_var in #(
2125 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2126$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2127 esac
2128 case $ac_var in #(
2129 _ | IFS | as_nl) ;; #(
2130 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2131 *) { eval $ac_var=; unset $ac_var;} ;;
2132 esac ;;
2133 esac
2134 done
d45a4bef 2135 (set) 2>&1 |
81ecdfbb
RW
2136 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2137 *${as_nl}ac_space=\ *)
d45a4bef 2138 sed -n \
81ecdfbb
RW
2139 "s/'\''/'\''\\\\'\'''\''/g;
2140 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2141 ;; #(
d45a4bef 2142 *)
81ecdfbb 2143 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d45a4bef 2144 ;;
81ecdfbb
RW
2145 esac |
2146 sort
2147)
d45a4bef
JB
2148 echo
2149
d0ac1c44 2150 $as_echo "## ----------------- ##
d45a4bef 2151## Output variables. ##
d0ac1c44 2152## ----------------- ##"
d45a4bef
JB
2153 echo
2154 for ac_var in $ac_subst_vars
2155 do
81ecdfbb
RW
2156 eval ac_val=\$$ac_var
2157 case $ac_val in
2158 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2159 esac
2160 $as_echo "$ac_var='\''$ac_val'\''"
d45a4bef
JB
2161 done | sort
2162 echo
2163
2164 if test -n "$ac_subst_files"; then
d0ac1c44 2165 $as_echo "## ------------------- ##
81ecdfbb 2166## File substitutions. ##
d0ac1c44 2167## ------------------- ##"
d45a4bef
JB
2168 echo
2169 for ac_var in $ac_subst_files
2170 do
81ecdfbb
RW
2171 eval ac_val=\$$ac_var
2172 case $ac_val in
2173 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2174 esac
2175 $as_echo "$ac_var='\''$ac_val'\''"
d45a4bef
JB
2176 done | sort
2177 echo
2178 fi
2179
2180 if test -s confdefs.h; then
d0ac1c44 2181 $as_echo "## ----------- ##
d45a4bef 2182## confdefs.h. ##
d0ac1c44 2183## ----------- ##"
d45a4bef 2184 echo
81ecdfbb 2185 cat confdefs.h
d45a4bef
JB
2186 echo
2187 fi
2188 test "$ac_signal" != 0 &&
81ecdfbb
RW
2189 $as_echo "$as_me: caught signal $ac_signal"
2190 $as_echo "$as_me: exit $exit_status"
d45a4bef 2191 } >&5
81ecdfbb
RW
2192 rm -f core *.core core.conftest.* &&
2193 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
d45a4bef 2194 exit $exit_status
81ecdfbb 2195' 0
d45a4bef 2196for ac_signal in 1 2 13 15; do
81ecdfbb 2197 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
d45a4bef
JB
2198done
2199ac_signal=0
2200
2201# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2202rm -f -r conftest* confdefs.h
2203
2204$as_echo "/* confdefs.h */" > confdefs.h
d45a4bef
JB
2205
2206# Predefined preprocessor variables.
2207
2208cat >>confdefs.h <<_ACEOF
2209#define PACKAGE_NAME "$PACKAGE_NAME"
2210_ACEOF
2211
d45a4bef
JB
2212cat >>confdefs.h <<_ACEOF
2213#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2214_ACEOF
2215
d45a4bef
JB
2216cat >>confdefs.h <<_ACEOF
2217#define PACKAGE_VERSION "$PACKAGE_VERSION"
2218_ACEOF
2219
d45a4bef
JB
2220cat >>confdefs.h <<_ACEOF
2221#define PACKAGE_STRING "$PACKAGE_STRING"
2222_ACEOF
2223
d45a4bef
JB
2224cat >>confdefs.h <<_ACEOF
2225#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2226_ACEOF
2227
81ecdfbb
RW
2228cat >>confdefs.h <<_ACEOF
2229#define PACKAGE_URL "$PACKAGE_URL"
2230_ACEOF
2231
d45a4bef
JB
2232
2233# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2234# Prefer an explicitly selected file to automatically selected ones.
2235ac_site_file1=NONE
2236ac_site_file2=NONE
2237if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2238 # We do not want a PATH search for config.site.
2239 case $CONFIG_SITE in #((
2240 -*) ac_site_file1=./$CONFIG_SITE;;
2241 */*) ac_site_file1=$CONFIG_SITE;;
2242 *) ac_site_file1=./$CONFIG_SITE;;
2243 esac
81ecdfbb
RW
2244elif test "x$prefix" != xNONE; then
2245 ac_site_file1=$prefix/share/config.site
2246 ac_site_file2=$prefix/etc/config.site
2247else
2248 ac_site_file1=$ac_default_prefix/share/config.site
2249 ac_site_file2=$ac_default_prefix/etc/config.site
2250fi
2251for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2252do
2253 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2254 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2255 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2256$as_echo "$as_me: loading site script $ac_site_file" >&6;}
d45a4bef 2257 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2258 . "$ac_site_file" \
2259 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2260$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2261as_fn_error $? "failed to load site script $ac_site_file
2262See \`config.log' for more details" "$LINENO" 5; }
d45a4bef
JB
2263 fi
2264done
2265
2266if test -r "$cache_file"; then
d0ac1c44
SM
2267 # Some versions of bash will fail to source /dev/null (special files
2268 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2269 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2271$as_echo "$as_me: loading cache $cache_file" >&6;}
d45a4bef 2272 case $cache_file in
81ecdfbb
RW
2273 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2274 *) . "./$cache_file";;
d45a4bef
JB
2275 esac
2276 fi
2277else
81ecdfbb
RW
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2279$as_echo "$as_me: creating cache $cache_file" >&6;}
d45a4bef
JB
2280 >$cache_file
2281fi
2282
2283# Check that the precious variables saved in the cache have kept the same
2284# value.
2285ac_cache_corrupted=false
81ecdfbb 2286for ac_var in $ac_precious_vars; do
d45a4bef
JB
2287 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2288 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2289 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2290 eval ac_new_val=\$ac_env_${ac_var}_value
d45a4bef
JB
2291 case $ac_old_set,$ac_new_set in
2292 set,)
81ecdfbb
RW
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2294$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
d45a4bef
JB
2295 ac_cache_corrupted=: ;;
2296 ,set)
81ecdfbb
RW
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2298$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
d45a4bef
JB
2299 ac_cache_corrupted=: ;;
2300 ,);;
2301 *)
2302 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2303 # differences in whitespace do not lead to failure.
2304 ac_old_val_w=`echo x $ac_old_val`
2305 ac_new_val_w=`echo x $ac_new_val`
2306 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2307 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2308$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2309 ac_cache_corrupted=:
2310 else
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2312$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2313 eval $ac_var=\$ac_old_val
2314 fi
2315 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2316$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2317 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2318$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
d45a4bef
JB
2319 fi;;
2320 esac
2321 # Pass precious variables to config.status.
2322 if test "$ac_new_set" = set; then
2323 case $ac_new_val in
81ecdfbb 2324 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
d45a4bef
JB
2325 *) ac_arg=$ac_var=$ac_new_val ;;
2326 esac
2327 case " $ac_configure_args " in
2328 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2329 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
d45a4bef
JB
2330 esac
2331 fi
2332done
2333if $ac_cache_corrupted; then
81ecdfbb
RW
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2335$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2337$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2338 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
d45a4bef 2339fi
81ecdfbb
RW
2340## -------------------- ##
2341## Main body of script. ##
2342## -------------------- ##
d45a4bef
JB
2343
2344ac_ext=c
2345ac_cpp='$CPP $CPPFLAGS'
2346ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2347ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2348ac_compiler_gnu=$ac_cv_c_compiler_gnu
2349
2350
d45a4bef
JB
2351# This file contains common code used by all simulators.
2352#
2353# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2354# directory. It is intended to be invoked before any target specific stuff.
2355# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2356# It is intended to be invoked last.
2357#
306f4178 2358# The simulator's configure.ac should look like:
d45a4bef
JB
2359#
2360# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2361# AC_PREREQ(2.64)dnl
d45a4bef 2362# AC_INIT(Makefile.in)
6ffe910a 2363# sinclude(../common/aclocal.m4)
d45a4bef
JB
2364#
2365# SIM_AC_COMMON
2366#
2367# ... target specific stuff ...
2368#
2369# SIM_AC_OUTPUT
2370
d6416cdc
RW
2371# Include global overrides and fixes for Autoconf.
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
d6416cdc
RW
2394
2395
2396
2397
2398
2399
2400
d45a4bef
JB
2401
2402
2403
db2e4d67 2404
5c887dd5
JB
2405
2406
6bb11ab3 2407# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2408#
6bb11ab3
L
2409# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2410# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2411# Written by Gordon Matzigkeit, 1996
2412#
2413# This file is free software; the Free Software Foundation gives
2414# unlimited permission to copy and/or distribute it, with or without
2415# modifications, as long as this notice is preserved.
db2e4d67 2416
db2e4d67 2417
db2e4d67 2418
6bb11ab3 2419# serial 56 LT_INIT
db2e4d67
MF
2420
2421
6bb11ab3
L
2422# LT_PREREQ(VERSION)
2423# ------------------
2424# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2425
db2e4d67
MF
2426
2427
6bb11ab3
L
2428# _LT_CHECK_BUILDDIR
2429# ------------------
2430# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2431
2432
d45a4bef 2433
6bb11ab3
L
2434# LT_INIT([OPTIONS])
2435# ------------------
2436# LT_INIT
d45a4bef 2437
6bb11ab3
L
2438# Old names:
2439# This is what autoupdate's m4 run will expand. It fires
2440# the warning (with _au_warn_XXX), outputs it into the
2441# updated configure.ac (with AC_DIAGNOSE), and then outputs
2442# the replacement expansion.
d45a4bef
JB
2443
2444
6bb11ab3
L
2445# This is an auxiliary macro that is also run when
2446# autoupdate runs m4. It simply calls m4_warning, but
2447# we need a wrapper so that each warning is emitted only
2448# once. We break the quoting in m4_warning's argument in
2449# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef
JB
2450
2451
6bb11ab3
L
2452# Finally, this is the expansion that is picked up by
2453# autoconf. It tells the user to run autoupdate, and
2454# then outputs the replacement expansion. We do not care
2455# about autoupdate's warning because that contains
2456# information on what to do *after* running autoupdate.
d45a4bef 2457
6bb11ab3
L
2458# This is what autoupdate's m4 run will expand. It fires
2459# the warning (with _au_warn_XXX), outputs it into the
2460# updated configure.ac (with AC_DIAGNOSE), and then outputs
2461# the replacement expansion.
d45a4bef
JB
2462
2463
6bb11ab3
L
2464# This is an auxiliary macro that is also run when
2465# autoupdate runs m4. It simply calls m4_warning, but
2466# we need a wrapper so that each warning is emitted only
2467# once. We break the quoting in m4_warning's argument in
2468# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef
JB
2469
2470
6bb11ab3
L
2471# Finally, this is the expansion that is picked up by
2472# autoconf. It tells the user to run autoupdate, and
2473# then outputs the replacement expansion. We do not care
2474# about autoupdate's warning because that contains
2475# information on what to do *after* running autoupdate.
d45a4bef
JB
2476
2477
2478
6bb11ab3
L
2479# _LT_CC_BASENAME(CC)
2480# -------------------
2481# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
d45a4bef
JB
2482
2483
2484
6bb11ab3
L
2485# _LT_FILEUTILS_DEFAULTS
2486# ----------------------
2487# It is okay to use these file commands and assume they have been set
2488# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2489# _LT_FILEUTILS_DEFAULTS
d45a4bef
JB
2490
2491
6bb11ab3
L
2492# _LT_SETUP
2493# ---------
2494# _LT_SETUP
d45a4bef
JB
2495
2496
6bb11ab3
L
2497# _LT_PREPARE_SED_QUOTE_VARS
2498# --------------------------
2499# Define a few sed substitution that help us do robust quoting.
d45a4bef
JB
2500
2501
6bb11ab3
L
2502# _LT_PROG_LTMAIN
2503# ---------------
2504# Note that this code is called both from `configure', and `config.status'
2505# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2506# `config.status' has no value for ac_aux_dir unless we are using Automake,
2507# so we pass a copy along to make sure it has a sensible value anyway.
2508# _LT_PROG_LTMAIN
d45a4bef
JB
2509
2510
6bb11ab3
L
2511## ------------------------------------- ##
2512## Accumulate code for creating libtool. ##
2513## ------------------------------------- ##
d45a4bef 2514
6bb11ab3
L
2515# So that we can recreate a full libtool script including additional
2516# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2517# in macros and then make a single call at the end using the `libtool'
2518# label.
d45a4bef
JB
2519
2520
6bb11ab3
L
2521# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2522# ----------------------------------------
2523# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
d45a4bef
JB
2524
2525
6bb11ab3 2526# Initialize.
d45a4bef
JB
2527
2528
2529
6bb11ab3
L
2530# _LT_CONFIG_LIBTOOL([COMMANDS])
2531# ------------------------------
2532# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
d45a4bef
JB
2533
2534
6bb11ab3 2535# Initialize.
d45a4bef
JB
2536
2537
2538
6bb11ab3
L
2539# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2540# -----------------------------------------------------
d45a4bef 2541
5912fadd
JB
2542
2543
6bb11ab3
L
2544# _LT_FORMAT_COMMENT([COMMENT])
2545# -----------------------------
2546# Add leading comment marks to the start of each line, and a trailing
2547# full-stop to the whole comment if one is not present already.
5912fadd
JB
2548
2549
d45a4bef
JB
2550
2551
6bb11ab3
L
2552## ------------------------ ##
2553## FIXME: Eliminate VARNAME ##
2554## ------------------------ ##
d45a4bef
JB
2555
2556
6bb11ab3
L
2557# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2558# -------------------------------------------------------------------
2559# CONFIGNAME is the name given to the value in the libtool script.
2560# VARNAME is the (base) name used in the configure script.
2561# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2562# VARNAME. Any other value will be used directly.
d45a4bef 2563
d45a4bef
JB
2564
2565
6bb11ab3
L
2566# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2567# --------------------------------------------------------
d45a4bef
JB
2568
2569
2570
6bb11ab3
L
2571# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2572# ------------------------------------------------
d45a4bef
JB
2573
2574
2575
6bb11ab3
L
2576# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2577# ---------------------------------------------------------
d45a4bef
JB
2578
2579
2580
6bb11ab3
L
2581# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2582# --------------------------------------------------
d45a4bef
JB
2583
2584
2585
6bb11ab3
L
2586# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2587# ---------------------------------------------------
d45a4bef
JB
2588
2589
2590
6bb11ab3
L
2591# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2592# ---------------------------------------------------
d45a4bef
JB
2593
2594
2595
2596
6bb11ab3
L
2597# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2598# ------------------------------------------------
d45a4bef
JB
2599
2600
2601
2602
6bb11ab3
L
2603# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2604# ------------------------------------
2605# Quote a variable value, and forward it to `config.status' so that its
2606# declaration there will have the same value as in `configure'. VARNAME
2607# must have a single quote delimited value for this to work.
d45a4bef
JB
2608
2609
2610
6bb11ab3
L
2611# _LT_CONFIG_STATUS_DECLARATIONS
2612# ------------------------------
2613# We delimit libtool config variables with single quotes, so when
2614# we write them to config.status, we have to be sure to quote all
2615# embedded single quotes properly. In configure, this macro expands
2616# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2617#
2618# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
d45a4bef
JB
2619
2620
2621
6bb11ab3
L
2622# _LT_LIBTOOL_TAGS
2623# ----------------
2624# Output comment and list of tags supported by the script
d45a4bef
JB
2625
2626
2627
6bb11ab3
L
2628# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2629# -----------------------------------
2630# Extract the dictionary values for VARNAME (optionally with TAG) and
2631# expand to a commented shell variable setting:
2632#
2633# # Some comment about what VAR is for.
2634# visible_name=$lt_internal_name
d45a4bef
JB
2635
2636
d45a4bef 2637
6bb11ab3
L
2638# _LT_LIBTOOL_CONFIG_VARS
2639# -----------------------
2640# Produce commented declarations of non-tagged libtool config variables
2641# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2642# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2643# section) are produced by _LT_LIBTOOL_TAG_VARS.
d45a4bef
JB
2644
2645
6efef468 2646
6bb11ab3
L
2647# _LT_LIBTOOL_TAG_VARS(TAG)
2648# -------------------------
6efef468
JM
2649
2650
2651
6bb11ab3
L
2652# _LT_TAGVAR(VARNAME, [TAGNAME])
2653# ------------------------------
6efef468
JM
2654
2655
2656
6bb11ab3
L
2657# _LT_CONFIG_COMMANDS
2658# -------------------
2659# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2660# variables for single and double quote escaping we saved from calls
2661# to _LT_DECL, we can put quote escaped variables declarations
2662# into `config.status', and then the shell code to quote escape them in
2663# for loops in `config.status'. Finally, any additional code accumulated
2664# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2665#_LT_CONFIG_COMMANDS
2666
2667
2668# Initialize.
2669
2670
2671# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2672# ------------------------------------
2673# Generate a child script FILE with all initialization necessary to
2674# reuse the environment learned by the parent script, and make the
2675# file executable. If COMMENT is supplied, it is inserted after the
2676# `#!' sequence but before initialization text begins. After this
2677# macro, additional text can be appended to FILE to form the body of
2678# the child script. The macro ends with non-zero status if the
2679# file could not be fully written (such as if the disk is full).
2680# _LT_GENERATED_FILE_INIT
2681
2682# LT_OUTPUT
2683# ---------
2684# This macro allows early generation of the libtool script (before
2685# AC_OUTPUT is called), incase it is used in configure for compilation
2686# tests.
2687# LT_OUTPUT
2688
2689
2690# _LT_CONFIG(TAG)
2691# ---------------
2692# If TAG is the built-in tag, create an initial libtool script with a
2693# default configuration from the untagged config vars. Otherwise add code
2694# to config.status for appending the configuration named by TAG from the
2695# matching tagged config vars.
2696# _LT_CONFIG
6efef468
JM
2697
2698
6bb11ab3
L
2699# LT_SUPPORTED_TAG(TAG)
2700# ---------------------
2701# Trace this macro to discover what tags are supported by the libtool
2702# --tag option, using:
2703# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2704
6efef468 2705
6efef468 2706
6bb11ab3 2707# C support is built-in for now
6efef468 2708
6efef468
JM
2709
2710
2711
6bb11ab3
L
2712# LT_LANG(LANG)
2713# -------------
2714# Enable libtool support for the given language if not already enabled.
2715# LT_LANG
6efef468
JM
2716
2717
6bb11ab3
L
2718# _LT_LANG(LANGNAME)
2719# ------------------
2720# _LT_LANG
6efef468
JM
2721
2722
6bb11ab3
L
2723# _LT_LANG_DEFAULT_CONFIG
2724# -----------------------
2725# _LT_LANG_DEFAULT_CONFIG
6efef468 2726
6bb11ab3
L
2727# Obsolete macros:
2728# This is what autoupdate's m4 run will expand. It fires
2729# the warning (with _au_warn_XXX), outputs it into the
2730# updated configure.ac (with AC_DIAGNOSE), and then outputs
2731# the replacement expansion.
6efef468 2732
6efef468 2733
6bb11ab3
L
2734# This is an auxiliary macro that is also run when
2735# autoupdate runs m4. It simply calls m4_warning, but
2736# we need a wrapper so that each warning is emitted only
2737# once. We break the quoting in m4_warning's argument in
2738# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2739
6efef468 2740
6bb11ab3
L
2741# Finally, this is the expansion that is picked up by
2742# autoconf. It tells the user to run autoupdate, and
2743# then outputs the replacement expansion. We do not care
2744# about autoupdate's warning because that contains
2745# information on what to do *after* running autoupdate.
6efef468 2746
6bb11ab3
L
2747# This is what autoupdate's m4 run will expand. It fires
2748# the warning (with _au_warn_XXX), outputs it into the
2749# updated configure.ac (with AC_DIAGNOSE), and then outputs
2750# the replacement expansion.
6efef468
JM
2751
2752
6bb11ab3
L
2753# This is an auxiliary macro that is also run when
2754# autoupdate runs m4. It simply calls m4_warning, but
2755# we need a wrapper so that each warning is emitted only
2756# once. We break the quoting in m4_warning's argument in
2757# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2758
2759
6bb11ab3
L
2760# Finally, this is the expansion that is picked up by
2761# autoconf. It tells the user to run autoupdate, and
2762# then outputs the replacement expansion. We do not care
2763# about autoupdate's warning because that contains
2764# information on what to do *after* running autoupdate.
6efef468 2765
6bb11ab3
L
2766# This is what autoupdate's m4 run will expand. It fires
2767# the warning (with _au_warn_XXX), outputs it into the
2768# updated configure.ac (with AC_DIAGNOSE), and then outputs
2769# the replacement expansion.
6efef468
JM
2770
2771
6bb11ab3
L
2772# This is an auxiliary macro that is also run when
2773# autoupdate runs m4. It simply calls m4_warning, but
2774# we need a wrapper so that each warning is emitted only
2775# once. We break the quoting in m4_warning's argument in
2776# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2777
2778
6bb11ab3
L
2779# Finally, this is the expansion that is picked up by
2780# autoconf. It tells the user to run autoupdate, and
2781# then outputs the replacement expansion. We do not care
2782# about autoupdate's warning because that contains
2783# information on what to do *after* running autoupdate.
6efef468 2784
6bb11ab3
L
2785# This is what autoupdate's m4 run will expand. It fires
2786# the warning (with _au_warn_XXX), outputs it into the
2787# updated configure.ac (with AC_DIAGNOSE), and then outputs
2788# the replacement expansion.
6efef468
JM
2789
2790
6bb11ab3
L
2791# This is an auxiliary macro that is also run when
2792# autoupdate runs m4. It simply calls m4_warning, but
2793# we need a wrapper so that each warning is emitted only
2794# once. We break the quoting in m4_warning's argument in
2795# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2796
2797
6bb11ab3
L
2798# Finally, this is the expansion that is picked up by
2799# autoconf. It tells the user to run autoupdate, and
2800# then outputs the replacement expansion. We do not care
2801# about autoupdate's warning because that contains
2802# information on what to do *after* running autoupdate.
6efef468 2803
6bb11ab3
L
2804# This is what autoupdate's m4 run will expand. It fires
2805# the warning (with _au_warn_XXX), outputs it into the
2806# updated configure.ac (with AC_DIAGNOSE), and then outputs
2807# the replacement expansion.
6efef468
JM
2808
2809
6bb11ab3
L
2810# This is an auxiliary macro that is also run when
2811# autoupdate runs m4. It simply calls m4_warning, but
2812# we need a wrapper so that each warning is emitted only
2813# once. We break the quoting in m4_warning's argument in
2814# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2815
2816
6bb11ab3
L
2817# Finally, this is the expansion that is picked up by
2818# autoconf. It tells the user to run autoupdate, and
2819# then outputs the replacement expansion. We do not care
2820# about autoupdate's warning because that contains
2821# information on what to do *after* running autoupdate.
6efef468 2822
d45a4bef
JB
2823
2824
6bb11ab3
L
2825# _LT_TAG_COMPILER
2826# ----------------
2827# _LT_TAG_COMPILER
d45a4bef
JB
2828
2829
6bb11ab3
L
2830# _LT_COMPILER_BOILERPLATE
2831# ------------------------
2832# Check for compiler boilerplate output or warnings with
2833# the simple compiler test code.
2834# _LT_COMPILER_BOILERPLATE
d45a4bef 2835
d45a4bef 2836
6bb11ab3
L
2837# _LT_LINKER_BOILERPLATE
2838# ----------------------
2839# Check for linker boilerplate output or warnings with
2840# the simple link test code.
2841# _LT_LINKER_BOILERPLATE
d45a4bef 2842
6bb11ab3
L
2843# _LT_REQUIRED_DARWIN_CHECKS
2844# -------------------------
81ecdfbb 2845
d45a4bef 2846
d45a4bef 2847
6bb11ab3
L
2848# _LT_DARWIN_LINKER_FEATURES
2849# --------------------------
2850# Checks for linker and compiler features on darwin
d45a4bef 2851
d45a4bef 2852
6bb11ab3
L
2853# _LT_SYS_MODULE_PATH_AIX
2854# -----------------------
2855# Links a minimal program and checks the executable
2856# for the system default hardcoded library path. In most cases,
2857# this is /usr/lib:/lib, but when the MPI compilers are used
2858# the location of the communication and MPI libs are included too.
2859# If we don't find anything, use the default library path according
2860# to the aix ld manual.
2861# _LT_SYS_MODULE_PATH_AIX
d45a4bef 2862
d45a4bef 2863
6bb11ab3
L
2864# _LT_SHELL_INIT(ARG)
2865# -------------------
2866# _LT_SHELL_INIT
d45a4bef 2867
d45a4bef 2868
81ecdfbb 2869
6bb11ab3
L
2870# _LT_PROG_ECHO_BACKSLASH
2871# -----------------------
2872# Find how we can fake an echo command that does not interpret backslash.
2873# In particular, with Autoconf 2.60 or later we add some code to the start
2874# of the generated configure script which will find a shell with a builtin
2875# printf (which we can use as an echo command).
2876# _LT_PROG_ECHO_BACKSLASH
d45a4bef 2877
d45a4bef 2878
6bb11ab3
L
2879# _LT_ENABLE_LOCK
2880# ---------------
2881# _LT_ENABLE_LOCK
81ecdfbb 2882
d45a4bef 2883
6bb11ab3
L
2884# _LT_CMD_OLD_ARCHIVE
2885# -------------------
2886# _LT_CMD_OLD_ARCHIVE
d45a4bef 2887
81ecdfbb 2888
6bb11ab3
L
2889# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2890# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2891# ----------------------------------------------------------------
2892# Check whether the given compiler option works
2893# _LT_COMPILER_OPTION
d45a4bef 2894
6bb11ab3
L
2895# Old name:
2896# This is what autoupdate's m4 run will expand. It fires
2897# the warning (with _au_warn_XXX), outputs it into the
2898# updated configure.ac (with AC_DIAGNOSE), and then outputs
2899# the replacement expansion.
d45a4bef 2900
d45a4bef 2901
6bb11ab3
L
2902# This is an auxiliary macro that is also run when
2903# autoupdate runs m4. It simply calls m4_warning, but
2904# we need a wrapper so that each warning is emitted only
2905# once. We break the quoting in m4_warning's argument in
2906# order to expand this macro's arguments, not AU_DEFUN's.
d45a4bef 2907
d45a4bef 2908
6bb11ab3
L
2909# Finally, this is the expansion that is picked up by
2910# autoconf. It tells the user to run autoupdate, and
2911# then outputs the replacement expansion. We do not care
2912# about autoupdate's warning because that contains
2913# information on what to do *after* running autoupdate.
d45a4bef 2914
d45a4bef 2915
d45a4bef 2916
6bb11ab3
L
2917# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2918# [ACTION-SUCCESS], [ACTION-FAILURE])
2919# ----------------------------------------------------
2920# Check whether the given linker option works
2921# _LT_LINKER_OPTION
81ecdfbb 2922
6bb11ab3
L
2923# Old name:
2924# This is what autoupdate's m4 run will expand. It fires
2925# the warning (with _au_warn_XXX), outputs it into the
2926# updated configure.ac (with AC_DIAGNOSE), and then outputs
2927# the replacement expansion.
81ecdfbb 2928
81ecdfbb 2929
6bb11ab3
L
2930# This is an auxiliary macro that is also run when
2931# autoupdate runs m4. It simply calls m4_warning, but
2932# we need a wrapper so that each warning is emitted only
2933# once. We break the quoting in m4_warning's argument in
2934# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2935
d45a4bef 2936
6bb11ab3
L
2937# Finally, this is the expansion that is picked up by
2938# autoconf. It tells the user to run autoupdate, and
2939# then outputs the replacement expansion. We do not care
2940# about autoupdate's warning because that contains
2941# information on what to do *after* running autoupdate.
2942
2943
2944
2945# LT_CMD_MAX_LEN
2946#---------------
2947# LT_CMD_MAX_LEN
2948
2949# Old name:
2950# This is what autoupdate's m4 run will expand. It fires
2951# the warning (with _au_warn_XXX), outputs it into the
2952# updated configure.ac (with AC_DIAGNOSE), and then outputs
2953# the replacement expansion.
2954
2955
2956# This is an auxiliary macro that is also run when
2957# autoupdate runs m4. It simply calls m4_warning, but
2958# we need a wrapper so that each warning is emitted only
2959# once. We break the quoting in m4_warning's argument in
2960# order to expand this macro's arguments, not AU_DEFUN's.
2961
2962
2963# Finally, this is the expansion that is picked up by
2964# autoconf. It tells the user to run autoupdate, and
2965# then outputs the replacement expansion. We do not care
2966# about autoupdate's warning because that contains
2967# information on what to do *after* running autoupdate.
2968
2969
2970
2971# _LT_HEADER_DLFCN
2972# ----------------
2973# _LT_HEADER_DLFCN
2974
2975
2976# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2977# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2978# ----------------------------------------------------------------
2979# _LT_TRY_DLOPEN_SELF
2980
2981
2982# LT_SYS_DLOPEN_SELF
2983# ------------------
2984# LT_SYS_DLOPEN_SELF
2985
2986# Old name:
2987# This is what autoupdate's m4 run will expand. It fires
2988# the warning (with _au_warn_XXX), outputs it into the
2989# updated configure.ac (with AC_DIAGNOSE), and then outputs
2990# the replacement expansion.
2991
2992
2993# This is an auxiliary macro that is also run when
2994# autoupdate runs m4. It simply calls m4_warning, but
2995# we need a wrapper so that each warning is emitted only
2996# once. We break the quoting in m4_warning's argument in
2997# order to expand this macro's arguments, not AU_DEFUN's.
2998
2999
3000# Finally, this is the expansion that is picked up by
3001# autoconf. It tells the user to run autoupdate, and
3002# then outputs the replacement expansion. We do not care
3003# about autoupdate's warning because that contains
3004# information on what to do *after* running autoupdate.
3005
3006
3007
3008# _LT_COMPILER_C_O([TAGNAME])
3009# ---------------------------
3010# Check to see if options -c and -o are simultaneously supported by compiler.
3011# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3012# _LT_COMPILER_C_O
3013
3014
3015# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3016# ----------------------------------
3017# Check to see if we can do hard links to lock some files if needed
3018# _LT_COMPILER_FILE_LOCKS
3019
3020
3021# _LT_CHECK_OBJDIR
3022# ----------------
3023# _LT_CHECK_OBJDIR
3024
3025
3026# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3027# --------------------------------------
3028# Check hardcoding attributes.
3029# _LT_LINKER_HARDCODE_LIBPATH
3030
3031
3032# _LT_CMD_STRIPLIB
3033# ----------------
3034# _LT_CMD_STRIPLIB
3035
3036
3037# _LT_SYS_DYNAMIC_LINKER([TAG])
3038# -----------------------------
3039# PORTME Fill in your ld.so characteristics
3040# _LT_SYS_DYNAMIC_LINKER
3041
3042
3043# _LT_PATH_TOOL_PREFIX(TOOL)
3044# --------------------------
3045# find a file program which can recognize shared library
3046# _LT_PATH_TOOL_PREFIX
3047
3048# Old name:
3049# This is what autoupdate's m4 run will expand. It fires
3050# the warning (with _au_warn_XXX), outputs it into the
3051# updated configure.ac (with AC_DIAGNOSE), and then outputs
3052# the replacement expansion.
3053
3054
3055# This is an auxiliary macro that is also run when
3056# autoupdate runs m4. It simply calls m4_warning, but
3057# we need a wrapper so that each warning is emitted only
3058# once. We break the quoting in m4_warning's argument in
3059# order to expand this macro's arguments, not AU_DEFUN's.
3060
3061
3062# Finally, this is the expansion that is picked up by
3063# autoconf. It tells the user to run autoupdate, and
3064# then outputs the replacement expansion. We do not care
3065# about autoupdate's warning because that contains
3066# information on what to do *after* running autoupdate.
3067
3068
3069
3070# _LT_PATH_MAGIC
3071# --------------
3072# find a file program which can recognize a shared library
3073# _LT_PATH_MAGIC
3074
3075
3076# LT_PATH_LD
3077# ----------
3078# find the pathname to the GNU or non-GNU linker
3079# LT_PATH_LD
3080
3081# Old names:
3082# This is what autoupdate's m4 run will expand. It fires
3083# the warning (with _au_warn_XXX), outputs it into the
3084# updated configure.ac (with AC_DIAGNOSE), and then outputs
3085# the replacement expansion.
3086
3087
3088# This is an auxiliary macro that is also run when
3089# autoupdate runs m4. It simply calls m4_warning, but
3090# we need a wrapper so that each warning is emitted only
3091# once. We break the quoting in m4_warning's argument in
3092# order to expand this macro's arguments, not AU_DEFUN's.
3093
3094
3095# Finally, this is the expansion that is picked up by
3096# autoconf. It tells the user to run autoupdate, and
3097# then outputs the replacement expansion. We do not care
3098# about autoupdate's warning because that contains
3099# information on what to do *after* running autoupdate.
3100
3101# This is what autoupdate's m4 run will expand. It fires
3102# the warning (with _au_warn_XXX), outputs it into the
3103# updated configure.ac (with AC_DIAGNOSE), and then outputs
3104# the replacement expansion.
3105
3106
3107# This is an auxiliary macro that is also run when
3108# autoupdate runs m4. It simply calls m4_warning, but
3109# we need a wrapper so that each warning is emitted only
3110# once. We break the quoting in m4_warning's argument in
3111# order to expand this macro's arguments, not AU_DEFUN's.
3112
3113
3114# Finally, this is the expansion that is picked up by
3115# autoconf. It tells the user to run autoupdate, and
3116# then outputs the replacement expansion. We do not care
3117# about autoupdate's warning because that contains
3118# information on what to do *after* running autoupdate.
3119
3120
3121
3122# _LT_PATH_LD_GNU
3123#- --------------
3124# _LT_PATH_LD_GNU
3125
3126
3127# _LT_CMD_RELOAD
3128# --------------
3129# find reload flag for linker
3130# -- PORTME Some linkers may need a different reload flag.
3131# _LT_CMD_RELOAD
3132
3133
3134# _LT_CHECK_MAGIC_METHOD
3135# ----------------------
3136# how to check for library dependencies
3137# -- PORTME fill in with the dynamic library characteristics
3138# _LT_CHECK_MAGIC_METHOD
3139
3140
3141# LT_PATH_NM
3142# ----------
3143# find the pathname to a BSD- or MS-compatible name lister
3144# LT_PATH_NM
3145
3146# Old names:
3147# This is what autoupdate's m4 run will expand. It fires
3148# the warning (with _au_warn_XXX), outputs it into the
3149# updated configure.ac (with AC_DIAGNOSE), and then outputs
3150# the replacement expansion.
3151
3152
3153# This is an auxiliary macro that is also run when
3154# autoupdate runs m4. It simply calls m4_warning, but
3155# we need a wrapper so that each warning is emitted only
3156# once. We break the quoting in m4_warning's argument in
3157# order to expand this macro's arguments, not AU_DEFUN's.
3158
3159
3160# Finally, this is the expansion that is picked up by
3161# autoconf. It tells the user to run autoupdate, and
3162# then outputs the replacement expansion. We do not care
3163# about autoupdate's warning because that contains
3164# information on what to do *after* running autoupdate.
3165
3166# This is what autoupdate's m4 run will expand. It fires
3167# the warning (with _au_warn_XXX), outputs it into the
3168# updated configure.ac (with AC_DIAGNOSE), and then outputs
3169# the replacement expansion.
3170
3171
3172# This is an auxiliary macro that is also run when
3173# autoupdate runs m4. It simply calls m4_warning, but
3174# we need a wrapper so that each warning is emitted only
3175# once. We break the quoting in m4_warning's argument in
3176# order to expand this macro's arguments, not AU_DEFUN's.
3177
3178
3179# Finally, this is the expansion that is picked up by
3180# autoconf. It tells the user to run autoupdate, and
3181# then outputs the replacement expansion. We do not care
3182# about autoupdate's warning because that contains
3183# information on what to do *after* running autoupdate.
3184
3185
3186
3187# LT_LIB_M
3188# --------
3189# check for math library
3190# LT_LIB_M
3191
3192# Old name:
3193# This is what autoupdate's m4 run will expand. It fires
3194# the warning (with _au_warn_XXX), outputs it into the
3195# updated configure.ac (with AC_DIAGNOSE), and then outputs
3196# the replacement expansion.
3197
3198
3199# This is an auxiliary macro that is also run when
3200# autoupdate runs m4. It simply calls m4_warning, but
3201# we need a wrapper so that each warning is emitted only
3202# once. We break the quoting in m4_warning's argument in
3203# order to expand this macro's arguments, not AU_DEFUN's.
3204
3205
3206# Finally, this is the expansion that is picked up by
3207# autoconf. It tells the user to run autoupdate, and
3208# then outputs the replacement expansion. We do not care
3209# about autoupdate's warning because that contains
3210# information on what to do *after* running autoupdate.
3211
3212
3213
3214# _LT_COMPILER_NO_RTTI([TAGNAME])
3215# -------------------------------
3216# _LT_COMPILER_NO_RTTI
3217
3218
3219# _LT_CMD_GLOBAL_SYMBOLS
3220# ----------------------
3221 # _LT_CMD_GLOBAL_SYMBOLS
3222
3223
3224# _LT_COMPILER_PIC([TAGNAME])
3225# ---------------------------
3226# _LT_COMPILER_PIC
3227
3228
3229# _LT_LINKER_SHLIBS([TAGNAME])
3230# ----------------------------
3231# See if the linker supports building shared libraries.
3232# _LT_LINKER_SHLIBS
3233
3234
3235# _LT_LANG_C_CONFIG([TAG])
3236# ------------------------
3237# Ensure that the configuration variables for a C compiler are suitably
3238# defined. These variables are subsequently used by _LT_CONFIG to write
3239# the compiler configuration to `libtool'.
3240# _LT_LANG_C_CONFIG
3241
3242
3243# _LT_LANG_CXX_CONFIG([TAG])
3244# --------------------------
3245# Ensure that the configuration variables for a C++ compiler are suitably
3246# defined. These variables are subsequently used by _LT_CONFIG to write
3247# the compiler configuration to `libtool'.
3248# _LT_LANG_CXX_CONFIG
3249
3250
3251# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3252# ---------------------------------
3253# Figure out "hidden" library dependencies from verbose
3254# compiler output when linking a shared library.
3255# Parse the compiler output and extract the necessary
3256# objects, libraries and library flags.
3257# _LT_SYS_HIDDEN_LIBDEPS
3258
3259
3260# _LT_LANG_F77_CONFIG([TAG])
3261# --------------------------
3262# Ensure that the configuration variables for a Fortran 77 compiler are
3263# suitably defined. These variables are subsequently used by _LT_CONFIG
3264# to write the compiler configuration to `libtool'.
3265# _LT_LANG_F77_CONFIG
3266
3267
3268# _LT_LANG_FC_CONFIG([TAG])
3269# -------------------------
3270# Ensure that the configuration variables for a Fortran compiler are
3271# suitably defined. These variables are subsequently used by _LT_CONFIG
3272# to write the compiler configuration to `libtool'.
3273# _LT_LANG_FC_CONFIG
3274
3275
3276# _LT_LANG_GCJ_CONFIG([TAG])
3277# --------------------------
3278# Ensure that the configuration variables for the GNU Java Compiler compiler
3279# are suitably defined. These variables are subsequently used by _LT_CONFIG
3280# to write the compiler configuration to `libtool'.
3281# _LT_LANG_GCJ_CONFIG
3282
3283
3284# _LT_LANG_RC_CONFIG([TAG])
3285# -------------------------
3286# Ensure that the configuration variables for the Windows resource compiler
3287# are suitably defined. These variables are subsequently used by _LT_CONFIG
3288# to write the compiler configuration to `libtool'.
3289# _LT_LANG_RC_CONFIG
3290
3291
3292# LT_PROG_GCJ
3293# -----------
3294
3295
3296# Old name:
3297# This is what autoupdate's m4 run will expand. It fires
3298# the warning (with _au_warn_XXX), outputs it into the
3299# updated configure.ac (with AC_DIAGNOSE), and then outputs
3300# the replacement expansion.
3301
3302
3303# This is an auxiliary macro that is also run when
3304# autoupdate runs m4. It simply calls m4_warning, but
3305# we need a wrapper so that each warning is emitted only
3306# once. We break the quoting in m4_warning's argument in
3307# order to expand this macro's arguments, not AU_DEFUN's.
3308
3309
3310# Finally, this is the expansion that is picked up by
3311# autoconf. It tells the user to run autoupdate, and
3312# then outputs the replacement expansion. We do not care
3313# about autoupdate's warning because that contains
3314# information on what to do *after* running autoupdate.
3315
3316
3317
3318# LT_PROG_RC
3319# ----------
3320
3321
3322# Old name:
3323# This is what autoupdate's m4 run will expand. It fires
3324# the warning (with _au_warn_XXX), outputs it into the
3325# updated configure.ac (with AC_DIAGNOSE), and then outputs
3326# the replacement expansion.
3327
3328
3329# This is an auxiliary macro that is also run when
3330# autoupdate runs m4. It simply calls m4_warning, but
3331# we need a wrapper so that each warning is emitted only
3332# once. We break the quoting in m4_warning's argument in
3333# order to expand this macro's arguments, not AU_DEFUN's.
3334
3335
3336# Finally, this is the expansion that is picked up by
3337# autoconf. It tells the user to run autoupdate, and
3338# then outputs the replacement expansion. We do not care
3339# about autoupdate's warning because that contains
3340# information on what to do *after* running autoupdate.
3341
3342
3343
3344# _LT_DECL_EGREP
3345# --------------
3346# If we don't have a new enough Autoconf to choose the best grep
3347# available, choose the one first in the user's PATH.
3348
3349
3350
3351# _LT_DECL_OBJDUMP
3352# --------------
3353# If we don't have a new enough Autoconf to choose the best objdump
3354# available, choose the one first in the user's PATH.
3355
3356
3357
3358# _LT_DECL_SED
3359# ------------
3360# Check for a fully-functional sed program, that truncates
3361# as few characters as possible. Prefer GNU sed if found.
3362# _LT_DECL_SED
3363
3364#m4_ifndef
3365
3366# Old name:
3367# This is what autoupdate's m4 run will expand. It fires
3368# the warning (with _au_warn_XXX), outputs it into the
3369# updated configure.ac (with AC_DIAGNOSE), and then outputs
3370# the replacement expansion.
3371
3372
3373# This is an auxiliary macro that is also run when
3374# autoupdate runs m4. It simply calls m4_warning, but
3375# we need a wrapper so that each warning is emitted only
3376# once. We break the quoting in m4_warning's argument in
3377# order to expand this macro's arguments, not AU_DEFUN's.
3378
3379
3380# Finally, this is the expansion that is picked up by
3381# autoconf. It tells the user to run autoupdate, and
3382# then outputs the replacement expansion. We do not care
3383# about autoupdate's warning because that contains
3384# information on what to do *after* running autoupdate.
3385
3386
3387
3388# _LT_CHECK_SHELL_FEATURES
3389# ------------------------
3390# Find out whether the shell is Bourne or XSI compatible,
3391# or has some other useful features.
3392# _LT_CHECK_SHELL_FEATURES
3393
3394
3395# _LT_PROG_XSI_SHELLFNS
3396# ---------------------
3397# Bourne and XSI compatible variants of some useful shell functions.
3398
3399
3400# Helper functions for option handling. -*- Autoconf -*-
3401#
3402# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3403# Inc.
3404# Written by Gary V. Vaughan, 2004
3405#
3406# This file is free software; the Free Software Foundation gives
3407# unlimited permission to copy and/or distribute it, with or without
3408# modifications, as long as this notice is preserved.
3409
3410# serial 6 ltoptions.m4
3411
3412# This is to help aclocal find these macros, as it can't see m4_define.
3413
3414
3415
3416# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3417# ------------------------------------------
3418
3419
3420
3421# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3422# ---------------------------------------
3423# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3424# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3425# saved as a flag.
3426
3427
3428
3429# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3430# ------------------------------------------------------------
3431# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3432
3433
3434
3435# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3436# -------------------------------------------------------
3437# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3438# are set.
3439
3440
3441
3442# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3443# ----------------------------------------
3444# OPTION-LIST is a space-separated list of Libtool options associated
3445# with MACRO-NAME. If any OPTION has a matching handler declared with
3446# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3447# the unknown option and exit.
3448# _LT_SET_OPTIONS
3449
3450
3451## --------------------------------- ##
3452## Macros to handle LT_INIT options. ##
3453## --------------------------------- ##
3454
3455# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3456# -----------------------------------------
3457
3458
3459
3460# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3461# -----------------------------------------------
3462# LT_OPTION_DEFINE
3463
3464
3465# dlopen
3466# ------
3467
3468
3469# This is what autoupdate's m4 run will expand. It fires
3470# the warning (with _au_warn_XXX), outputs it into the
3471# updated configure.ac (with AC_DIAGNOSE), and then outputs
3472# the replacement expansion.
3473
3474
3475# This is an auxiliary macro that is also run when
3476# autoupdate runs m4. It simply calls m4_warning, but
3477# we need a wrapper so that each warning is emitted only
3478# once. We break the quoting in m4_warning's argument in
3479# order to expand this macro's arguments, not AU_DEFUN's.
3480
3481
3482# Finally, this is the expansion that is picked up by
3483# autoconf. It tells the user to run autoupdate, and
3484# then outputs the replacement expansion. We do not care
3485# about autoupdate's warning because that contains
3486# information on what to do *after* running autoupdate.
3487
3488
3489
3490
3491# win32-dll
3492# ---------
3493# Declare package support for building win32 dll's.
3494# win32-dll
3495
3496# This is what autoupdate's m4 run will expand. It fires
3497# the warning (with _au_warn_XXX), outputs it into the
3498# updated configure.ac (with AC_DIAGNOSE), and then outputs
3499# the replacement expansion.
3500
3501
3502# This is an auxiliary macro that is also run when
3503# autoupdate runs m4. It simply calls m4_warning, but
3504# we need a wrapper so that each warning is emitted only
3505# once. We break the quoting in m4_warning's argument in
3506# order to expand this macro's arguments, not AU_DEFUN's.
3507
3508
3509# Finally, this is the expansion that is picked up by
3510# autoconf. It tells the user to run autoupdate, and
3511# then outputs the replacement expansion. We do not care
3512# about autoupdate's warning because that contains
3513# information on what to do *after* running autoupdate.
3514
3515
3516
3517
3518# _LT_ENABLE_SHARED([DEFAULT])
3519# ----------------------------
3520# implement the --enable-shared flag, and supports the `shared' and
3521# `disable-shared' LT_INIT options.
3522# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3523# _LT_ENABLE_SHARED
3524
3525
3526
3527
3528# Old names:
3529
3530
3531
3532
3533# This is what autoupdate's m4 run will expand. It fires
3534# the warning (with _au_warn_XXX), outputs it into the
3535# updated configure.ac (with AC_DIAGNOSE), and then outputs
3536# the replacement expansion.
3537
3538
3539# This is an auxiliary macro that is also run when
3540# autoupdate runs m4. It simply calls m4_warning, but
3541# we need a wrapper so that each warning is emitted only
3542# once. We break the quoting in m4_warning's argument in
3543# order to expand this macro's arguments, not AU_DEFUN's.
3544
3545
3546# Finally, this is the expansion that is picked up by
3547# autoconf. It tells the user to run autoupdate, and
3548# then outputs the replacement expansion. We do not care
3549# about autoupdate's warning because that contains
3550# information on what to do *after* running autoupdate.
3551
3552# This is what autoupdate's m4 run will expand. It fires
3553# the warning (with _au_warn_XXX), outputs it into the
3554# updated configure.ac (with AC_DIAGNOSE), and then outputs
3555# the replacement expansion.
3556
3557
3558# This is an auxiliary macro that is also run when
3559# autoupdate runs m4. It simply calls m4_warning, but
3560# we need a wrapper so that each warning is emitted only
3561# once. We break the quoting in m4_warning's argument in
3562# order to expand this macro's arguments, not AU_DEFUN's.
3563
3564
3565# Finally, this is the expansion that is picked up by
3566# autoconf. It tells the user to run autoupdate, and
3567# then outputs the replacement expansion. We do not care
3568# about autoupdate's warning because that contains
3569# information on what to do *after* running autoupdate.
3570
3571
3572
3573
3574
3575# _LT_ENABLE_STATIC([DEFAULT])
3576# ----------------------------
3577# implement the --enable-static flag, and support the `static' and
3578# `disable-static' LT_INIT options.
3579# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3580# _LT_ENABLE_STATIC
3581
3582
3583
3584
3585# Old names:
3586
3587
3588
3589
3590# This is what autoupdate's m4 run will expand. It fires
3591# the warning (with _au_warn_XXX), outputs it into the
3592# updated configure.ac (with AC_DIAGNOSE), and then outputs
3593# the replacement expansion.
3594
3595
3596# This is an auxiliary macro that is also run when
3597# autoupdate runs m4. It simply calls m4_warning, but
3598# we need a wrapper so that each warning is emitted only
3599# once. We break the quoting in m4_warning's argument in
3600# order to expand this macro's arguments, not AU_DEFUN's.
3601
3602
3603# Finally, this is the expansion that is picked up by
3604# autoconf. It tells the user to run autoupdate, and
3605# then outputs the replacement expansion. We do not care
3606# about autoupdate's warning because that contains
3607# information on what to do *after* running autoupdate.
3608
3609# This is what autoupdate's m4 run will expand. It fires
3610# the warning (with _au_warn_XXX), outputs it into the
3611# updated configure.ac (with AC_DIAGNOSE), and then outputs
3612# the replacement expansion.
3613
3614
3615# This is an auxiliary macro that is also run when
3616# autoupdate runs m4. It simply calls m4_warning, but
3617# we need a wrapper so that each warning is emitted only
3618# once. We break the quoting in m4_warning's argument in
3619# order to expand this macro's arguments, not AU_DEFUN's.
3620
3621
3622# Finally, this is the expansion that is picked up by
3623# autoconf. It tells the user to run autoupdate, and
3624# then outputs the replacement expansion. We do not care
3625# about autoupdate's warning because that contains
3626# information on what to do *after* running autoupdate.
3627
3628
3629
3630
3631
3632# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3633# ----------------------------------
3634# implement the --enable-fast-install flag, and support the `fast-install'
3635# and `disable-fast-install' LT_INIT options.
3636# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3637# _LT_ENABLE_FAST_INSTALL
3638
3639
3640
3641
3642# Old names:
3643# This is what autoupdate's m4 run will expand. It fires
3644# the warning (with _au_warn_XXX), outputs it into the
3645# updated configure.ac (with AC_DIAGNOSE), and then outputs
3646# the replacement expansion.
3647
3648
3649# This is an auxiliary macro that is also run when
3650# autoupdate runs m4. It simply calls m4_warning, but
3651# we need a wrapper so that each warning is emitted only
3652# once. We break the quoting in m4_warning's argument in
3653# order to expand this macro's arguments, not AU_DEFUN's.
3654
3655
3656# Finally, this is the expansion that is picked up by
3657# autoconf. It tells the user to run autoupdate, and
3658# then outputs the replacement expansion. We do not care
3659# about autoupdate's warning because that contains
3660# information on what to do *after* running autoupdate.
3661
3662
3663# This is what autoupdate's m4 run will expand. It fires
3664# the warning (with _au_warn_XXX), outputs it into the
3665# updated configure.ac (with AC_DIAGNOSE), and then outputs
3666# the replacement expansion.
3667
3668
3669# This is an auxiliary macro that is also run when
3670# autoupdate runs m4. It simply calls m4_warning, but
3671# we need a wrapper so that each warning is emitted only
3672# once. We break the quoting in m4_warning's argument in
3673# order to expand this macro's arguments, not AU_DEFUN's.
3674
3675
3676# Finally, this is the expansion that is picked up by
3677# autoconf. It tells the user to run autoupdate, and
3678# then outputs the replacement expansion. We do not care
3679# about autoupdate's warning because that contains
3680# information on what to do *after* running autoupdate.
3681
3682
3683
3684
3685# _LT_WITH_PIC([MODE])
3686# --------------------
3687# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3688# LT_INIT options.
3689# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3690# _LT_WITH_PIC
3691
3692
3693
3694
3695# Old name:
3696# This is what autoupdate's m4 run will expand. It fires
3697# the warning (with _au_warn_XXX), outputs it into the
3698# updated configure.ac (with AC_DIAGNOSE), and then outputs
3699# the replacement expansion.
3700
3701
3702# This is an auxiliary macro that is also run when
3703# autoupdate runs m4. It simply calls m4_warning, but
3704# we need a wrapper so that each warning is emitted only
3705# once. We break the quoting in m4_warning's argument in
3706# order to expand this macro's arguments, not AU_DEFUN's.
3707
3708
3709# Finally, this is the expansion that is picked up by
3710# autoconf. It tells the user to run autoupdate, and
3711# then outputs the replacement expansion. We do not care
3712# about autoupdate's warning because that contains
3713# information on what to do *after* running autoupdate.
3714
3715
3716
3717## ----------------- ##
3718## LTDL_INIT Options ##
3719## ----------------- ##
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3731#
3732# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3733# Written by Gary V. Vaughan, 2004
3734#
3735# This file is free software; the Free Software Foundation gives
3736# unlimited permission to copy and/or distribute it, with or without
3737# modifications, as long as this notice is preserved.
3738
3739# serial 6 ltsugar.m4
3740
3741# This is to help aclocal find these macros, as it can't see m4_define.
3742
3743
3744
3745# lt_join(SEP, ARG1, [ARG2...])
3746# -----------------------------
3747# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3748# associated separator.
3749# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3750# versions in m4sugar had bugs.
3751
3752
3753
3754
3755# lt_car(LIST)
3756# lt_cdr(LIST)
3757# ------------
3758# Manipulate m4 lists.
3759# These macros are necessary as long as will still need to support
3760# Autoconf-2.59 which quotes differently.
3761
3762
3763
3764
3765
3766# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3767# ------------------------------------------
3768# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3769# Note that neither SEPARATOR nor STRING are expanded; they are appended
3770# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3771# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3772# than defined and empty).
3773#
3774# This macro is needed until we can rely on Autoconf 2.62, since earlier
3775# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3776
3777
3778
3779
3780# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3781# ----------------------------------------------------------
3782# Produce a SEP delimited list of all paired combinations of elements of
3783# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3784# has the form PREFIXmINFIXSUFFIXn.
3785# Needed until we can rely on m4_combine added in Autoconf 2.62.
3786
3787
3788
3789# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3790# -----------------------------------------------------------------------
3791# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3792# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3793
3794
3795
3796# lt_dict_add(DICT, KEY, VALUE)
3797# -----------------------------
3798
3799
3800
3801# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3802# --------------------------------------------
3803
3804
3805
3806# lt_dict_fetch(DICT, KEY, [SUBKEY])
3807# ----------------------------------
3808
3809
3810
3811# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3812# -----------------------------------------------------------------
3813
3814
3815
3816# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3817# --------------------------------------------------------------
3818
3819
3820# ltversion.m4 -- version numbers -*- Autoconf -*-
3821#
3822# Copyright (C) 2004 Free Software Foundation, Inc.
3823# Written by Scott James Remnant, 2004
3824#
3825# This file is free software; the Free Software Foundation gives
3826# unlimited permission to copy and/or distribute it, with or without
3827# modifications, as long as this notice is preserved.
3828
3829# Generated from ltversion.in.
3830
3831# serial 3134 ltversion.m4
3832# This file is part of GNU Libtool
3833
3834
3835
3836
3837
3838
3839# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3840#
3841# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3842# Written by Scott James Remnant, 2004.
3843#
3844# This file is free software; the Free Software Foundation gives
3845# unlimited permission to copy and/or distribute it, with or without
3846# modifications, as long as this notice is preserved.
3847
3848# serial 4 lt~obsolete.m4
3849
3850# These exist entirely to fool aclocal when bootstrapping libtool.
3851#
3852# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3853# which have later been changed to m4_define as they aren't part of the
3854# exported API, or moved to Autoconf or Automake where they belong.
3855#
3856# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3857# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3858# using a macro with the same name in our local m4/libtool.m4 it'll
3859# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3860# and doesn't know about Autoconf macros at all.)
3861#
3862# So we provide this file, which has a silly filename so it's always
3863# included after everything else. This provides aclocal with the
3864# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3865# because those macros already exist, or will be overwritten later.
3866# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3867#
3868# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3869# Yes, that means every name once taken will need to remain here until
3870# we give up compatibility with versions before 1.7, at which point
3871# we need to keep only those names which we still refer to.
3872
3873# This is to help aclocal find these macros, as it can't see m4_define.
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938## -*- Autoconf -*-
3939
3940# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3941# Free Software Foundation, Inc.
3942#
3943# This file is free software; the Free Software Foundation
3944# gives unlimited permission to copy and/or distribute it,
3945# with or without modifications, as long as this notice is preserved.
3946
3947# serial 8
3948
3949# Based on depend.m4 from automake 1.9, modified for standalone use in
3950# an environment where GNU make is required.
3951
3952# ZW_PROG_COMPILER_DEPENDENCIES
3953# -----------------------------
3954# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3955# sets fooDEPMODE accordingly. Cache-variable compatible with
3956# original; not side-effect compatible. As the users of this macro
3957# may require accurate dependencies for correct builds, it does *not*
3958# honor --disable-dependency-checking, and failure to detect a usable
3959# method is an error. depcomp is assumed to be located in
3960# $ac_aux_dir.
3961#
3962# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3963
3964
3965
3966# AM_SET_DEPDIR
3967# -------------
3968# Choose a directory name for dependency files.
3969
3970
3971# ZW_CREATE_DEPDIR
3972# ----------------
3973# As AM_SET_DEPDIR, but also create the directory at config.status time.
3974
3975
3976
3977
3978
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
6bb11ab3
L
4015
4016
4017
4018
4019
6bb11ab3
L
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
6bb11ab3
L
4035
4036
4037
4038
4039
4040# intl sister-directory configuration rules.
4041#
4042
4043# The idea behind this macro is that there's no need to repeat all the
4044# autoconf probes done by the intl directory - it's already done them
4045# for us. In fact, there's no need even to look at the cache for the
4046# answers. All we need to do is nab a few pieces of information.
4047# The intl directory is set up to make this easy, by generating a
4048# small file which can be sourced as a shell script; then we produce
4049# the necessary substitutions and definitions for this directory.
4050
4051
4052
4053# Autoconf M4 include file defining utility macros for complex Canadian
4054# cross builds.
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064####
4065# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4066# or AC_INIT.
4067# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4068
4069####
4070# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4071# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4072
4073
4074####
4075# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4076# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4077
4078
4079
4080# Backported from Autoconf 2.5x; can go away when and if
4081# we switch. Put the OS path separator in $PATH_SEPARATOR.
4082
4083
4084
4085
37f980dc
SM
4086
4087
4088
4089
6bb11ab3
L
4090# ACX_HAVE_GCC_FOR_TARGET
4091# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4092
4093
4094# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4095# Searching for installed target binutils. We need to take extra care,
4096# else we may find the wrong assembler, linker, etc., and lose.
4097#
4098# First try --with-build-time-tools, if specified.
4099#
4100# For build != host, we ask the installed GCC for the name of the tool it
4101# uses, and accept it if it is an absolute path. This is because the
4102# only good choice for a compiler is the same GCC version that is being
4103# installed (or we couldn't make target libraries), and we assume that
4104# on the host system we'll have not only the same GCC version, but also
4105# the same binutils version.
4106#
4107# For build == host, search the same directories that the installed
4108# compiler will search. We used to do this for the assembler, linker,
4109# and nm only; for simplicity of configuration, however, we extend this
4110# criterion to tools (such as ar and ranlib) that are never invoked by
4111# the compiler, to avoid mismatches.
4112#
4113# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4114# if build == target. This makes the most sense only when bootstrapping,
4115# but we also do so when build != host. In this case, we hope that the
4116# build and host systems will have similar contents of MD_EXEC_PREFIX.
4117#
4118# If we do not find a suitable binary, then try the user's path.
4119
4120
4121###
4122# AC_PROG_CPP_WERROR
4123# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4124# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4125# For now, using this also overrides header checks to use only the
4126# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4127# bit harder from here).
4128# Eventually autoconf will default to checking headers with the compiler
4129# instead, and we'll have to do this differently.
4130
4131# AC_PROG_CPP_WERROR
4132
4133# Test for GNAT.
4134# We require the gnatbind & gnatmake programs, as well as a compiler driver
4135# that understands Ada. We use the user's CC setting, already found, and
4136# possibly add $1 to the command-line parameters.
4137#
4138# Sets the shell variable have_gnat to yes or no as appropriate, and
4139# substitutes GNATBIND and GNATMAKE.
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165ac_ext=c
4166ac_cpp='$CPP $CPPFLAGS'
4167ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4168ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4169ac_compiler_gnu=$ac_cv_c_compiler_gnu
4170if test -n "$ac_tool_prefix"; then
4171 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4172set dummy ${ac_tool_prefix}gcc; ac_word=$2
4173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4174$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4175if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4176 $as_echo_n "(cached) " >&6
4177else
4178 if test -n "$CC"; then
4179 ac_cv_prog_CC="$CC" # Let the user override the test.
4180else
4181as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4182for as_dir in $PATH
4183do
4184 IFS=$as_save_IFS
4185 test -z "$as_dir" && as_dir=.
4186 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4187 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4188 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4189 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4190 break 2
4191 fi
4192done
4193 done
4194IFS=$as_save_IFS
4195
4196fi
4197fi
4198CC=$ac_cv_prog_CC
4199if test -n "$CC"; then
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4201$as_echo "$CC" >&6; }
4202else
4203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4204$as_echo "no" >&6; }
4205fi
4206
4207
4208fi
4209if test -z "$ac_cv_prog_CC"; then
4210 ac_ct_CC=$CC
4211 # Extract the first word of "gcc", so it can be a program name with args.
4212set dummy gcc; ac_word=$2
4213{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4214$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4215if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4216 $as_echo_n "(cached) " >&6
4217else
4218 if test -n "$ac_ct_CC"; then
4219 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4220else
4221as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4222for as_dir in $PATH
4223do
4224 IFS=$as_save_IFS
4225 test -z "$as_dir" && as_dir=.
4226 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4227 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4228 ac_cv_prog_ac_ct_CC="gcc"
4229 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4230 break 2
4231 fi
4232done
4233 done
4234IFS=$as_save_IFS
4235
4236fi
4237fi
4238ac_ct_CC=$ac_cv_prog_ac_ct_CC
4239if test -n "$ac_ct_CC"; then
4240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4241$as_echo "$ac_ct_CC" >&6; }
4242else
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4244$as_echo "no" >&6; }
4245fi
4246
4247 if test "x$ac_ct_CC" = x; then
4248 CC=""
4249 else
4250 case $cross_compiling:$ac_tool_warned in
4251yes:)
4252{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4253$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4254ac_tool_warned=yes ;;
4255esac
4256 CC=$ac_ct_CC
4257 fi
4258else
4259 CC="$ac_cv_prog_CC"
4260fi
4261
4262if test -z "$CC"; then
4263 if test -n "$ac_tool_prefix"; then
4264 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4265set dummy ${ac_tool_prefix}cc; ac_word=$2
4266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4267$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4268if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4269 $as_echo_n "(cached) " >&6
4270else
4271 if test -n "$CC"; then
4272 ac_cv_prog_CC="$CC" # Let the user override the test.
4273else
4274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4275for as_dir in $PATH
4276do
4277 IFS=$as_save_IFS
4278 test -z "$as_dir" && as_dir=.
4279 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4280 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4281 ac_cv_prog_CC="${ac_tool_prefix}cc"
4282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4283 break 2
4284 fi
4285done
4286 done
4287IFS=$as_save_IFS
4288
4289fi
4290fi
4291CC=$ac_cv_prog_CC
4292if test -n "$CC"; then
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4294$as_echo "$CC" >&6; }
4295else
4296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4297$as_echo "no" >&6; }
4298fi
4299
4300
4301 fi
4302fi
4303if test -z "$CC"; then
4304 # Extract the first word of "cc", so it can be a program name with args.
4305set dummy cc; ac_word=$2
4306{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4307$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4308if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4309 $as_echo_n "(cached) " >&6
4310else
4311 if test -n "$CC"; then
4312 ac_cv_prog_CC="$CC" # Let the user override the test.
4313else
4314 ac_prog_rejected=no
4315as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316for as_dir in $PATH
4317do
4318 IFS=$as_save_IFS
4319 test -z "$as_dir" && as_dir=.
4320 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4322 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4323 ac_prog_rejected=yes
4324 continue
4325 fi
4326 ac_cv_prog_CC="cc"
4327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4328 break 2
4329 fi
4330done
4331 done
4332IFS=$as_save_IFS
4333
4334if test $ac_prog_rejected = yes; then
4335 # We found a bogon in the path, so make sure we never use it.
4336 set dummy $ac_cv_prog_CC
4337 shift
4338 if test $# != 0; then
4339 # We chose a different compiler from the bogus one.
4340 # However, it has the same basename, so the bogon will be chosen
4341 # first if we set CC to just the basename; use the full file name.
4342 shift
4343 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4344 fi
4345fi
4346fi
4347fi
4348CC=$ac_cv_prog_CC
4349if test -n "$CC"; then
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4351$as_echo "$CC" >&6; }
4352else
4353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4354$as_echo "no" >&6; }
4355fi
4356
4357
4358fi
4359if test -z "$CC"; then
4360 if test -n "$ac_tool_prefix"; then
4361 for ac_prog in cl.exe
4362 do
4363 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4364set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4365{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4366$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4367if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4368 $as_echo_n "(cached) " >&6
4369else
4370 if test -n "$CC"; then
4371 ac_cv_prog_CC="$CC" # Let the user override the test.
4372else
4373as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4374for as_dir in $PATH
4375do
4376 IFS=$as_save_IFS
4377 test -z "$as_dir" && as_dir=.
4378 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4379 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4380 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4381 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4382 break 2
4383 fi
4384done
4385 done
4386IFS=$as_save_IFS
4387
4388fi
4389fi
4390CC=$ac_cv_prog_CC
4391if test -n "$CC"; then
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4393$as_echo "$CC" >&6; }
4394else
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4396$as_echo "no" >&6; }
4397fi
4398
4399
4400 test -n "$CC" && break
4401 done
4402fi
4403if test -z "$CC"; then
4404 ac_ct_CC=$CC
4405 for ac_prog in cl.exe
4406do
4407 # Extract the first word of "$ac_prog", so it can be a program name with args.
4408set dummy $ac_prog; ac_word=$2
4409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4410$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4411if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4412 $as_echo_n "(cached) " >&6
4413else
4414 if test -n "$ac_ct_CC"; then
4415 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4416else
4417as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4418for as_dir in $PATH
4419do
4420 IFS=$as_save_IFS
4421 test -z "$as_dir" && as_dir=.
4422 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4423 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4424 ac_cv_prog_ac_ct_CC="$ac_prog"
4425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4426 break 2
4427 fi
4428done
4429 done
4430IFS=$as_save_IFS
4431
4432fi
4433fi
4434ac_ct_CC=$ac_cv_prog_ac_ct_CC
4435if test -n "$ac_ct_CC"; then
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4437$as_echo "$ac_ct_CC" >&6; }
4438else
4439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4440$as_echo "no" >&6; }
4441fi
4442
4443
4444 test -n "$ac_ct_CC" && break
4445done
4446
4447 if test "x$ac_ct_CC" = x; then
4448 CC=""
4449 else
4450 case $cross_compiling:$ac_tool_warned in
4451yes:)
4452{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4453$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4454ac_tool_warned=yes ;;
4455esac
4456 CC=$ac_ct_CC
4457 fi
4458fi
4459
4460fi
4461
4462
4463test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4464$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4465as_fn_error $? "no acceptable C compiler found in \$PATH
4466See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4467
4468# Provide some information about the compiler.
4469$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4470set X $ac_compile
4471ac_compiler=$2
4472for ac_option in --version -v -V -qversion; do
4473 { { ac_try="$ac_compiler $ac_option >&5"
4474case "(($ac_try" in
4475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4476 *) ac_try_echo=$ac_try;;
4477esac
4478eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4479$as_echo "$ac_try_echo"; } >&5
4480 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4481 ac_status=$?
4482 if test -s conftest.err; then
4483 sed '10a\
4484... rest of stderr output deleted ...
4485 10q' conftest.err >conftest.er1
4486 cat conftest.er1 >&5
6bb11ab3 4487 fi
d0ac1c44 4488 rm -f conftest.er1 conftest.err
6bb11ab3
L
4489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4490 test $ac_status = 0; }
4491done
4492
4493cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4494/* end confdefs.h. */
4495
4496int
4497main ()
4498{
4499
4500 ;
4501 return 0;
4502}
4503_ACEOF
4504ac_clean_files_save=$ac_clean_files
d0ac1c44 4505ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4506# Try to create an executable without -o first, disregard a.out.
4507# It will help us diagnose broken compilers, and finding out an intuition
4508# of exeext.
d0ac1c44
SM
4509{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4510$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4511ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4512
4513# The possible output files:
4514ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4515
4516ac_rmfiles=
4517for ac_file in $ac_files
4518do
4519 case $ac_file in
4520 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4521 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4522 esac
4523done
4524rm -f $ac_rmfiles
4525
4526if { { ac_try="$ac_link_default"
4527case "(($ac_try" in
4528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4529 *) ac_try_echo=$ac_try;;
4530esac
4531eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4532$as_echo "$ac_try_echo"; } >&5
4533 (eval "$ac_link_default") 2>&5
4534 ac_status=$?
4535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4536 test $ac_status = 0; }; then :
4537 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4538# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4539# in a Makefile. We should not override ac_cv_exeext if it was cached,
4540# so that the user can short-circuit this test for compilers unknown to
4541# Autoconf.
4542for ac_file in $ac_files ''
4543do
4544 test -f "$ac_file" || continue
4545 case $ac_file in
4546 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4547 ;;
4548 [ab].out )
4549 # We found the default executable, but exeext='' is most
4550 # certainly right.
4551 break;;
4552 *.* )
4553 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4554 then :; else
4555 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4556 fi
4557 # We set ac_cv_exeext here because the later test for it is not
4558 # safe: cross compilers may not add the suffix if given an `-o'
4559 # argument, so we may need to know it at that point already.
4560 # Even if this section looks crufty: it has the advantage of
4561 # actually working.
4562 break;;
4563 * )
4564 break;;
4565 esac
4566done
4567test "$ac_cv_exeext" = no && ac_cv_exeext=
4568
4569else
4570 ac_file=''
4571fi
6bb11ab3 4572if test -z "$ac_file"; then :
d0ac1c44
SM
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4574$as_echo "no" >&6; }
4575$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4576sed 's/^/| /' conftest.$ac_ext >&5
4577
4578{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4579$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4580as_fn_error 77 "C compiler cannot create executables
4581See \`config.log' for more details" "$LINENO" 5; }
4582else
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4584$as_echo "yes" >&6; }
6bb11ab3 4585fi
d0ac1c44
SM
4586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4587$as_echo_n "checking for C compiler default output file name... " >&6; }
4588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4589$as_echo "$ac_file" >&6; }
6bb11ab3
L
4590ac_exeext=$ac_cv_exeext
4591
d0ac1c44 4592rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4593ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4594{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4595$as_echo_n "checking for suffix of executables... " >&6; }
4596if { { ac_try="$ac_link"
4597case "(($ac_try" in
4598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4599 *) ac_try_echo=$ac_try;;
4600esac
4601eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4602$as_echo "$ac_try_echo"; } >&5
4603 (eval "$ac_link") 2>&5
4604 ac_status=$?
4605 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4606 test $ac_status = 0; }; then :
4607 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4608# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4609# work properly (i.e., refer to `conftest.exe'), while it won't with
4610# `rm'.
4611for ac_file in conftest.exe conftest conftest.*; do
4612 test -f "$ac_file" || continue
4613 case $ac_file in
4614 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4615 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4616 break;;
4617 * ) break;;
4618 esac
4619done
4620else
4621 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4622$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4623as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4624See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4625fi
d0ac1c44 4626rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4627{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4628$as_echo "$ac_cv_exeext" >&6; }
4629
4630rm -f conftest.$ac_ext
4631EXEEXT=$ac_cv_exeext
4632ac_exeext=$EXEEXT
d0ac1c44
SM
4633cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4634/* end confdefs.h. */
4635#include <stdio.h>
4636int
4637main ()
4638{
4639FILE *f = fopen ("conftest.out", "w");
4640 return ferror (f) || fclose (f) != 0;
4641
4642 ;
4643 return 0;
4644}
4645_ACEOF
4646ac_clean_files="$ac_clean_files conftest.out"
4647# Check that the compiler produces executables we can run. If not, either
4648# the compiler is broken, or we cross compile.
4649{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4650$as_echo_n "checking whether we are cross compiling... " >&6; }
4651if test "$cross_compiling" != yes; then
4652 { { ac_try="$ac_link"
4653case "(($ac_try" in
4654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4655 *) ac_try_echo=$ac_try;;
4656esac
4657eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4658$as_echo "$ac_try_echo"; } >&5
4659 (eval "$ac_link") 2>&5
4660 ac_status=$?
4661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4662 test $ac_status = 0; }
4663 if { ac_try='./conftest$ac_cv_exeext'
4664 { { case "(($ac_try" in
4665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4666 *) ac_try_echo=$ac_try;;
4667esac
4668eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4669$as_echo "$ac_try_echo"; } >&5
4670 (eval "$ac_try") 2>&5
4671 ac_status=$?
4672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4673 test $ac_status = 0; }; }; then
4674 cross_compiling=no
4675 else
4676 if test "$cross_compiling" = maybe; then
4677 cross_compiling=yes
4678 else
4679 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4680$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4681as_fn_error $? "cannot run C compiled programs.
4682If you meant to cross compile, use \`--host'.
4683See \`config.log' for more details" "$LINENO" 5; }
4684 fi
4685 fi
4686fi
4687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4688$as_echo "$cross_compiling" >&6; }
4689
4690rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4691ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4692{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4693$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4694if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4695 $as_echo_n "(cached) " >&6
4696else
4697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4698/* end confdefs.h. */
4699
4700int
4701main ()
4702{
4703
4704 ;
4705 return 0;
4706}
4707_ACEOF
4708rm -f conftest.o conftest.obj
4709if { { ac_try="$ac_compile"
4710case "(($ac_try" in
4711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4712 *) ac_try_echo=$ac_try;;
4713esac
4714eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4715$as_echo "$ac_try_echo"; } >&5
4716 (eval "$ac_compile") 2>&5
4717 ac_status=$?
4718 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4719 test $ac_status = 0; }; then :
4720 for ac_file in conftest.o conftest.obj conftest.*; do
4721 test -f "$ac_file" || continue;
4722 case $ac_file in
4723 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4724 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4725 break;;
4726 esac
4727done
4728else
4729 $as_echo "$as_me: failed program was:" >&5
4730sed 's/^/| /' conftest.$ac_ext >&5
4731
4732{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4733$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4734as_fn_error $? "cannot compute suffix of object files: cannot compile
4735See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4736fi
4737rm -f conftest.$ac_cv_objext conftest.$ac_ext
4738fi
4739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4740$as_echo "$ac_cv_objext" >&6; }
4741OBJEXT=$ac_cv_objext
4742ac_objext=$OBJEXT
4743{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4744$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4745if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4746 $as_echo_n "(cached) " >&6
4747else
4748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4749/* end confdefs.h. */
4750
4751int
4752main ()
4753{
4754#ifndef __GNUC__
4755 choke me
4756#endif
4757
4758 ;
4759 return 0;
4760}
4761_ACEOF
4762if ac_fn_c_try_compile "$LINENO"; then :
4763 ac_compiler_gnu=yes
4764else
4765 ac_compiler_gnu=no
4766fi
4767rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4768ac_cv_c_compiler_gnu=$ac_compiler_gnu
4769
4770fi
4771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4772$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4773if test $ac_compiler_gnu = yes; then
4774 GCC=yes
4775else
4776 GCC=
4777fi
4778ac_test_CFLAGS=${CFLAGS+set}
4779ac_save_CFLAGS=$CFLAGS
4780{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4781$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4782if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4783 $as_echo_n "(cached) " >&6
4784else
4785 ac_save_c_werror_flag=$ac_c_werror_flag
4786 ac_c_werror_flag=yes
4787 ac_cv_prog_cc_g=no
4788 CFLAGS="-g"
4789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4790/* end confdefs.h. */
4791
4792int
4793main ()
4794{
4795
4796 ;
4797 return 0;
4798}
4799_ACEOF
4800if ac_fn_c_try_compile "$LINENO"; then :
4801 ac_cv_prog_cc_g=yes
4802else
4803 CFLAGS=""
4804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4805/* end confdefs.h. */
4806
4807int
4808main ()
4809{
4810
4811 ;
4812 return 0;
4813}
4814_ACEOF
4815if ac_fn_c_try_compile "$LINENO"; then :
4816
4817else
4818 ac_c_werror_flag=$ac_save_c_werror_flag
4819 CFLAGS="-g"
4820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4821/* end confdefs.h. */
4822
4823int
4824main ()
4825{
4826
4827 ;
4828 return 0;
4829}
4830_ACEOF
4831if ac_fn_c_try_compile "$LINENO"; then :
4832 ac_cv_prog_cc_g=yes
4833fi
4834rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4835fi
4836rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4837fi
4838rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4839 ac_c_werror_flag=$ac_save_c_werror_flag
4840fi
4841{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4842$as_echo "$ac_cv_prog_cc_g" >&6; }
4843if test "$ac_test_CFLAGS" = set; then
4844 CFLAGS=$ac_save_CFLAGS
4845elif test $ac_cv_prog_cc_g = yes; then
4846 if test "$GCC" = yes; then
4847 CFLAGS="-g -O2"
4848 else
4849 CFLAGS="-g"
4850 fi
4851else
4852 if test "$GCC" = yes; then
4853 CFLAGS="-O2"
4854 else
4855 CFLAGS=
4856 fi
4857fi
4858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4859$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4860if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4861 $as_echo_n "(cached) " >&6
4862else
4863 ac_cv_prog_cc_c89=no
4864ac_save_CC=$CC
4865cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4866/* end confdefs.h. */
4867#include <stdarg.h>
4868#include <stdio.h>
d0ac1c44 4869struct stat;
6bb11ab3
L
4870/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4871struct buf { int x; };
4872FILE * (*rcsopen) (struct buf *, struct stat *, int);
4873static char *e (p, i)
4874 char **p;
4875 int i;
4876{
4877 return p[i];
4878}
4879static char *f (char * (*g) (char **, int), char **p, ...)
4880{
4881 char *s;
4882 va_list v;
4883 va_start (v,p);
4884 s = g (p, va_arg (v,int));
4885 va_end (v);
4886 return s;
4887}
4888
4889/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4890 function prototypes and stuff, but not '\xHH' hex character constants.
4891 These don't provoke an error unfortunately, instead are silently treated
4892 as 'x'. The following induces an error, until -std is added to get
4893 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4894 array size at least. It's necessary to write '\x00'==0 to get something
4895 that's true only with -std. */
4896int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4897
4898/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4899 inside strings and character constants. */
4900#define FOO(x) 'x'
4901int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4902
4903int test (int i, double x);
4904struct s1 {int (*f) (int a);};
4905struct s2 {int (*f) (double a);};
4906int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4907int argc;
4908char **argv;
4909int
4910main ()
4911{
4912return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4913 ;
4914 return 0;
4915}
4916_ACEOF
4917for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4918 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4919do
4920 CC="$ac_save_CC $ac_arg"
4921 if ac_fn_c_try_compile "$LINENO"; then :
4922 ac_cv_prog_cc_c89=$ac_arg
4923fi
4924rm -f core conftest.err conftest.$ac_objext
4925 test "x$ac_cv_prog_cc_c89" != "xno" && break
4926done
4927rm -f conftest.$ac_ext
4928CC=$ac_save_CC
4929
4930fi
4931# AC_CACHE_VAL
4932case "x$ac_cv_prog_cc_c89" in
4933 x)
4934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4935$as_echo "none needed" >&6; } ;;
4936 xno)
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4938$as_echo "unsupported" >&6; } ;;
4939 *)
4940 CC="$CC $ac_cv_prog_cc_c89"
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4942$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4943esac
4944if test "x$ac_cv_prog_cc_c89" != xno; then :
4945
4946fi
4947
4948ac_ext=c
4949ac_cpp='$CPP $CPPFLAGS'
4950ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4951ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4952ac_compiler_gnu=$ac_cv_c_compiler_gnu
4953
4954ac_aux_dir=
4955for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4956 if test -f "$ac_dir/install-sh"; then
4957 ac_aux_dir=$ac_dir
4958 ac_install_sh="$ac_aux_dir/install-sh -c"
4959 break
4960 elif test -f "$ac_dir/install.sh"; then
4961 ac_aux_dir=$ac_dir
4962 ac_install_sh="$ac_aux_dir/install.sh -c"
4963 break
4964 elif test -f "$ac_dir/shtool"; then
4965 ac_aux_dir=$ac_dir
4966 ac_install_sh="$ac_aux_dir/shtool install -c"
4967 break
4968 fi
6bb11ab3
L
4969done
4970if test -z "$ac_aux_dir"; then
d0ac1c44 4971 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
4972fi
4973
4974# These three variables are undocumented and unsupported,
4975# and are intended to be withdrawn in a future Autoconf release.
4976# They can cause serious problems if a builder's source tree is in a directory
4977# whose full name contains unusual characters.
4978ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4979ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4980ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4981
4982
4983# Make sure we can run config.sub.
4984$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4985 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
4986
4987{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4988$as_echo_n "checking build system type... " >&6; }
d0ac1c44 4989if ${ac_cv_build+:} false; then :
6bb11ab3
L
4990 $as_echo_n "(cached) " >&6
4991else
4992 ac_build_alias=$build_alias
4993test "x$ac_build_alias" = x &&
4994 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4995test "x$ac_build_alias" = x &&
d0ac1c44 4996 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 4997ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 4998 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
4999
5000fi
5001{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5002$as_echo "$ac_cv_build" >&6; }
5003case $ac_cv_build in
5004*-*-*) ;;
d0ac1c44 5005*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5006esac
5007build=$ac_cv_build
5008ac_save_IFS=$IFS; IFS='-'
5009set x $ac_cv_build
5010shift
5011build_cpu=$1
5012build_vendor=$2
5013shift; shift
5014# Remember, the first character of IFS is used to create $*,
5015# except with old shells:
5016build_os=$*
5017IFS=$ac_save_IFS
5018case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5019
5020
5021{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5022$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5023if ${ac_cv_host+:} false; then :
6bb11ab3
L
5024 $as_echo_n "(cached) " >&6
5025else
5026 if test "x$host_alias" = x; then
5027 ac_cv_host=$ac_cv_build
5028else
5029 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5030 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5031fi
5032
5033fi
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5035$as_echo "$ac_cv_host" >&6; }
5036case $ac_cv_host in
5037*-*-*) ;;
d0ac1c44 5038*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5039esac
5040host=$ac_cv_host
5041ac_save_IFS=$IFS; IFS='-'
5042set x $ac_cv_host
5043shift
5044host_cpu=$1
5045host_vendor=$2
5046shift; shift
5047# Remember, the first character of IFS is used to create $*,
5048# except with old shells:
5049host_os=$*
5050IFS=$ac_save_IFS
5051case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5052
5053
5054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5055$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5056if ${ac_cv_target+:} false; then :
6bb11ab3
L
5057 $as_echo_n "(cached) " >&6
5058else
5059 if test "x$target_alias" = x; then
5060 ac_cv_target=$ac_cv_host
5061else
5062 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5063 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5064fi
5065
5066fi
5067{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5068$as_echo "$ac_cv_target" >&6; }
5069case $ac_cv_target in
5070*-*-*) ;;
d0ac1c44 5071*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5072esac
5073target=$ac_cv_target
5074ac_save_IFS=$IFS; IFS='-'
5075set x $ac_cv_target
5076shift
5077target_cpu=$1
5078target_vendor=$2
5079shift; shift
5080# Remember, the first character of IFS is used to create $*,
5081# except with old shells:
5082target_os=$*
5083IFS=$ac_save_IFS
5084case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5085
5086
5087# The aliases save the names the user supplied, while $host etc.
5088# will get canonicalized.
5089test -n "$target_alias" &&
5090 test "$program_prefix$program_suffix$program_transform_name" = \
5091 NONENONEs,x,x, &&
5092 program_prefix=${target_alias}-
5093
5094ac_ext=c
5095ac_cpp='$CPP $CPPFLAGS'
5096ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5097ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5098ac_compiler_gnu=$ac_cv_c_compiler_gnu
5099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5100$as_echo_n "checking how to run the C preprocessor... " >&6; }
5101# On Suns, sometimes $CPP names a directory.
5102if test -n "$CPP" && test -d "$CPP"; then
5103 CPP=
5104fi
5105if test -z "$CPP"; then
d0ac1c44 5106 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5107 $as_echo_n "(cached) " >&6
5108else
5109 # Double quotes because CPP needs to be expanded
5110 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5111 do
5112 ac_preproc_ok=false
5113for ac_c_preproc_warn_flag in '' yes
5114do
5115 # Use a header file that comes with gcc, so configuring glibc
5116 # with a fresh cross-compiler works.
5117 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5118 # <limits.h> exists even on freestanding compilers.
5119 # On the NeXT, cc -E runs the code through the compiler's parser,
5120 # not just through cpp. "Syntax error" is here to catch this case.
5121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5122/* end confdefs.h. */
5123#ifdef __STDC__
5124# include <limits.h>
5125#else
5126# include <assert.h>
5127#endif
5128 Syntax error
5129_ACEOF
5130if ac_fn_c_try_cpp "$LINENO"; then :
5131
5132else
5133 # Broken: fails on valid input.
5134continue
5135fi
d0ac1c44 5136rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5137
5138 # OK, works on sane cases. Now check whether nonexistent headers
5139 # can be detected and how.
5140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5141/* end confdefs.h. */
5142#include <ac_nonexistent.h>
5143_ACEOF
5144if ac_fn_c_try_cpp "$LINENO"; then :
5145 # Broken: success on invalid input.
5146continue
5147else
5148 # Passes both tests.
5149ac_preproc_ok=:
5150break
5151fi
d0ac1c44 5152rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5153
5154done
5155# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5156rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5157if $ac_preproc_ok; then :
5158 break
5159fi
5160
5161 done
5162 ac_cv_prog_CPP=$CPP
5163
5164fi
5165 CPP=$ac_cv_prog_CPP
5166else
5167 ac_cv_prog_CPP=$CPP
5168fi
5169{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5170$as_echo "$CPP" >&6; }
5171ac_preproc_ok=false
5172for ac_c_preproc_warn_flag in '' yes
5173do
5174 # Use a header file that comes with gcc, so configuring glibc
5175 # with a fresh cross-compiler works.
5176 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5177 # <limits.h> exists even on freestanding compilers.
5178 # On the NeXT, cc -E runs the code through the compiler's parser,
5179 # not just through cpp. "Syntax error" is here to catch this case.
5180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5181/* end confdefs.h. */
5182#ifdef __STDC__
5183# include <limits.h>
5184#else
5185# include <assert.h>
5186#endif
5187 Syntax error
5188_ACEOF
5189if ac_fn_c_try_cpp "$LINENO"; then :
5190
5191else
5192 # Broken: fails on valid input.
5193continue
5194fi
d0ac1c44 5195rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5196
5197 # OK, works on sane cases. Now check whether nonexistent headers
5198 # can be detected and how.
5199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5200/* end confdefs.h. */
5201#include <ac_nonexistent.h>
5202_ACEOF
5203if ac_fn_c_try_cpp "$LINENO"; then :
5204 # Broken: success on invalid input.
5205continue
5206else
5207 # Passes both tests.
5208ac_preproc_ok=:
5209break
5210fi
d0ac1c44 5211rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5212
5213done
5214# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5215rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5216if $ac_preproc_ok; then :
5217
5218else
5219 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5220$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5221as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5222See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5223fi
5224
5225ac_ext=c
5226ac_cpp='$CPP $CPPFLAGS'
5227ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5228ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5229ac_compiler_gnu=$ac_cv_c_compiler_gnu
5230
5231
5232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5233$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5234if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5235 $as_echo_n "(cached) " >&6
5236else
5237 if test -z "$GREP"; then
5238 ac_path_GREP_found=false
5239 # Loop through the user's path and test for each of PROGNAME-LIST
5240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5242do
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_prog in grep ggrep; do
5246 for ac_exec_ext in '' $ac_executable_extensions; do
5247 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5248 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5249# Check for GNU ac_path_GREP and select it if it is found.
5250 # Check for GNU $ac_path_GREP
5251case `"$ac_path_GREP" --version 2>&1` in
5252*GNU*)
5253 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5254*)
5255 ac_count=0
5256 $as_echo_n 0123456789 >"conftest.in"
5257 while :
5258 do
5259 cat "conftest.in" "conftest.in" >"conftest.tmp"
5260 mv "conftest.tmp" "conftest.in"
5261 cp "conftest.in" "conftest.nl"
5262 $as_echo 'GREP' >> "conftest.nl"
5263 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5264 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5265 as_fn_arith $ac_count + 1 && ac_count=$as_val
5266 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5267 # Best one so far, save it but keep looking for a better one
5268 ac_cv_path_GREP="$ac_path_GREP"
5269 ac_path_GREP_max=$ac_count
5270 fi
5271 # 10*(2^10) chars as input seems more than enough
5272 test $ac_count -gt 10 && break
5273 done
5274 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5275esac
5276
5277 $ac_path_GREP_found && break 3
5278 done
5279 done
5280 done
5281IFS=$as_save_IFS
5282 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5283 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5284 fi
5285else
5286 ac_cv_path_GREP=$GREP
5287fi
5288
5289fi
5290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5291$as_echo "$ac_cv_path_GREP" >&6; }
5292 GREP="$ac_cv_path_GREP"
5293
5294
5295{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5296$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5297if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5298 $as_echo_n "(cached) " >&6
5299else
5300 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5301 then ac_cv_path_EGREP="$GREP -E"
5302 else
5303 if test -z "$EGREP"; then
5304 ac_path_EGREP_found=false
5305 # Loop through the user's path and test for each of PROGNAME-LIST
5306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5307for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5308do
5309 IFS=$as_save_IFS
5310 test -z "$as_dir" && as_dir=.
5311 for ac_prog in egrep; do
5312 for ac_exec_ext in '' $ac_executable_extensions; do
5313 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5314 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5315# Check for GNU ac_path_EGREP and select it if it is found.
5316 # Check for GNU $ac_path_EGREP
5317case `"$ac_path_EGREP" --version 2>&1` in
5318*GNU*)
5319 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5320*)
5321 ac_count=0
5322 $as_echo_n 0123456789 >"conftest.in"
5323 while :
5324 do
5325 cat "conftest.in" "conftest.in" >"conftest.tmp"
5326 mv "conftest.tmp" "conftest.in"
5327 cp "conftest.in" "conftest.nl"
5328 $as_echo 'EGREP' >> "conftest.nl"
5329 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5330 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5331 as_fn_arith $ac_count + 1 && ac_count=$as_val
5332 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5333 # Best one so far, save it but keep looking for a better one
5334 ac_cv_path_EGREP="$ac_path_EGREP"
5335 ac_path_EGREP_max=$ac_count
5336 fi
5337 # 10*(2^10) chars as input seems more than enough
5338 test $ac_count -gt 10 && break
5339 done
5340 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5341esac
5342
5343 $ac_path_EGREP_found && break 3
5344 done
5345 done
5346 done
5347IFS=$as_save_IFS
5348 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5349 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5350 fi
5351else
5352 ac_cv_path_EGREP=$EGREP
5353fi
5354
5355 fi
5356fi
5357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5358$as_echo "$ac_cv_path_EGREP" >&6; }
5359 EGREP="$ac_cv_path_EGREP"
5360
5361
5362{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5363$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5364if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5365 $as_echo_n "(cached) " >&6
5366else
5367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5368/* end confdefs.h. */
5369#include <stdlib.h>
5370#include <stdarg.h>
5371#include <string.h>
5372#include <float.h>
5373
5374int
5375main ()
5376{
5377
5378 ;
5379 return 0;
5380}
5381_ACEOF
5382if ac_fn_c_try_compile "$LINENO"; then :
5383 ac_cv_header_stdc=yes
5384else
5385 ac_cv_header_stdc=no
5386fi
5387rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5388
5389if test $ac_cv_header_stdc = yes; then
5390 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5392/* end confdefs.h. */
5393#include <string.h>
5394
5395_ACEOF
5396if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5397 $EGREP "memchr" >/dev/null 2>&1; then :
5398
5399else
5400 ac_cv_header_stdc=no
5401fi
5402rm -f conftest*
5403
5404fi
5405
5406if test $ac_cv_header_stdc = yes; then
5407 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5409/* end confdefs.h. */
5410#include <stdlib.h>
5411
5412_ACEOF
5413if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5414 $EGREP "free" >/dev/null 2>&1; then :
5415
5416else
5417 ac_cv_header_stdc=no
5418fi
5419rm -f conftest*
5420
5421fi
5422
5423if test $ac_cv_header_stdc = yes; then
5424 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5425 if test "$cross_compiling" = yes; then :
5426 :
5427else
5428 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5429/* end confdefs.h. */
5430#include <ctype.h>
5431#include <stdlib.h>
5432#if ((' ' & 0x0FF) == 0x020)
5433# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5434# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5435#else
5436# define ISLOWER(c) \
5437 (('a' <= (c) && (c) <= 'i') \
5438 || ('j' <= (c) && (c) <= 'r') \
5439 || ('s' <= (c) && (c) <= 'z'))
5440# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5441#endif
5442
5443#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5444int
5445main ()
5446{
5447 int i;
5448 for (i = 0; i < 256; i++)
5449 if (XOR (islower (i), ISLOWER (i))
5450 || toupper (i) != TOUPPER (i))
5451 return 2;
5452 return 0;
5453}
5454_ACEOF
5455if ac_fn_c_try_run "$LINENO"; then :
5456
5457else
5458 ac_cv_header_stdc=no
5459fi
5460rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5461 conftest.$ac_objext conftest.beam conftest.$ac_ext
5462fi
5463
5464fi
5465fi
5466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5467$as_echo "$ac_cv_header_stdc" >&6; }
5468if test $ac_cv_header_stdc = yes; then
5469
5470$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5471
5472fi
5473
5474# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5475for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5476 inttypes.h stdint.h unistd.h
5477do :
5478 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5479ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5480"
d0ac1c44 5481if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5482 cat >>confdefs.h <<_ACEOF
5483#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5484_ACEOF
5485
5486fi
5487
5488done
5489
5490
5491
5492 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5493if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5494 MINIX=yes
5495else
5496 MINIX=
5497fi
5498
5499
5500 if test "$MINIX" = yes; then
5501
5502$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5503
5504
5505$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5506
5507
5508$as_echo "#define _MINIX 1" >>confdefs.h
5509
5510 fi
5511
5512
5513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5514$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5515if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5516 $as_echo_n "(cached) " >&6
5517else
5518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5519/* end confdefs.h. */
5520
d0ac1c44
SM
5521# define __EXTENSIONS__ 1
5522 $ac_includes_default
6bb11ab3
L
5523int
5524main ()
5525{
5526
5527 ;
5528 return 0;
5529}
5530_ACEOF
5531if ac_fn_c_try_compile "$LINENO"; then :
5532 ac_cv_safe_to_define___extensions__=yes
5533else
5534 ac_cv_safe_to_define___extensions__=no
5535fi
5536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5537fi
5538{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5539$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5540 test $ac_cv_safe_to_define___extensions__ = yes &&
5541 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5542
5543 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5544
5545 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5546
5547 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5548
5549 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5550
5551
5552test "$program_prefix" != NONE &&
5553 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5554# Use a double $ so make ignores it.
5555test "$program_suffix" != NONE &&
5556 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5557# Double any \ or $.
5558# By default was `s,x,x', remove it if useless.
5559ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5560program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5561
5562# Find a good install program. We prefer a C program (faster),
5563# so one script is as good as another. But avoid the broken or
5564# incompatible versions:
5565# SysV /etc/install, /usr/sbin/install
5566# SunOS /usr/etc/install
5567# IRIX /sbin/install
5568# AIX /bin/install
5569# AmigaOS /C/install, which installs bootblocks on floppy discs
5570# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5571# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5572# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5573# OS/2's system install, which has a completely different semantic
5574# ./install, which can be erroneously created by make from ./install.sh.
5575# Reject install programs that cannot install multiple files.
5576{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5577$as_echo_n "checking for a BSD-compatible install... " >&6; }
5578if test -z "$INSTALL"; then
d0ac1c44 5579if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5580 $as_echo_n "(cached) " >&6
5581else
5582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5583for as_dir in $PATH
5584do
5585 IFS=$as_save_IFS
5586 test -z "$as_dir" && as_dir=.
5587 # Account for people who put trailing slashes in PATH elements.
5588case $as_dir/ in #((
5589 ./ | .// | /[cC]/* | \
5590 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5591 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5592 /usr/ucb/* ) ;;
5593 *)
5594 # OSF1 and SCO ODT 3.0 have their own names for install.
5595 # Don't use installbsd from OSF since it installs stuff as root
5596 # by default.
5597 for ac_prog in ginstall scoinst install; do
5598 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5599 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5600 if test $ac_prog = install &&
5601 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5602 # AIX install. It has an incompatible calling convention.
5603 :
5604 elif test $ac_prog = install &&
5605 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5606 # program-specific install script used by HP pwplus--don't use.
5607 :
5608 else
5609 rm -rf conftest.one conftest.two conftest.dir
5610 echo one > conftest.one
5611 echo two > conftest.two
5612 mkdir conftest.dir
5613 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5614 test -s conftest.one && test -s conftest.two &&
5615 test -s conftest.dir/conftest.one &&
5616 test -s conftest.dir/conftest.two
5617 then
5618 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5619 break 3
5620 fi
5621 fi
5622 fi
5623 done
5624 done
5625 ;;
5626esac
5627
5628 done
5629IFS=$as_save_IFS
5630
5631rm -rf conftest.one conftest.two conftest.dir
5632
5633fi
5634 if test "${ac_cv_path_install+set}" = set; then
5635 INSTALL=$ac_cv_path_install
5636 else
5637 # As a last resort, use the slow shell script. Don't cache a
5638 # value for INSTALL within a source directory, because that will
5639 # break other packages using the cache if that directory is
5640 # removed, or if the value is a relative name.
5641 INSTALL=$ac_install_sh
5642 fi
5643fi
5644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5645$as_echo "$INSTALL" >&6; }
5646
5647# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5648# It thinks the first close brace ends the variable substitution.
5649test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5650
5651test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5652
5653test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5654
5655rm -rf .tst 2>/dev/null
5656mkdir .tst 2>/dev/null
5657if test -d .tst; then
5658 am__leading_dot=.
5659else
5660 am__leading_dot=_
5661fi
5662rmdir .tst 2>/dev/null
5663
5664DEPDIR="${am__leading_dot}deps"
5665
5666case `pwd` in
5667 *\ * | *\ *)
5668 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5669$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5670esac
5671
5672
5673
5674macro_version='2.2.7a'
5675macro_revision='1.3134'
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689ltmain="$ac_aux_dir/ltmain.sh"
5690
5691# Backslashify metacharacters that are still active within
5692# double-quoted strings.
5693sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5694
5695# Same as above, but do not quote variable references.
5696double_quote_subst='s/\(["`\\]\)/\\\1/g'
5697
5698# Sed substitution to delay expansion of an escaped shell variable in a
5699# double_quote_subst'ed string.
5700delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5701
5702# Sed substitution to delay expansion of an escaped single quote.
5703delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5704
5705# Sed substitution to avoid accidental globbing in evaled expressions
5706no_glob_subst='s/\*/\\\*/g'
5707
5708ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5709ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5710ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5711
5712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5713$as_echo_n "checking how to print strings... " >&6; }
5714# Test print first, because it will be a builtin if present.
5715if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5716 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5717 ECHO='print -r --'
5718elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5719 ECHO='printf %s\n'
5720else
5721 # Use this function as a fallback that always works.
5722 func_fallback_echo ()
5723 {
5724 eval 'cat <<_LTECHO_EOF
5725$1
5726_LTECHO_EOF'
5727 }
5728 ECHO='func_fallback_echo'
5729fi
5730
5731# func_echo_all arg...
5732# Invoke $ECHO with all args, space-separated.
5733func_echo_all ()
5734{
5735 $ECHO ""
5736}
5737
5738case "$ECHO" in
5739 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5740$as_echo "printf" >&6; } ;;
5741 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5742$as_echo "print -r" >&6; } ;;
5743 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5744$as_echo "cat" >&6; } ;;
5745esac
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5761$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5762if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5763 $as_echo_n "(cached) " >&6
5764else
5765 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5766 for ac_i in 1 2 3 4 5 6 7; do
5767 ac_script="$ac_script$as_nl$ac_script"
5768 done
5769 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5770 { ac_script=; unset ac_script;}
5771 if test -z "$SED"; then
5772 ac_path_SED_found=false
5773 # Loop through the user's path and test for each of PROGNAME-LIST
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775for as_dir in $PATH
5776do
5777 IFS=$as_save_IFS
5778 test -z "$as_dir" && as_dir=.
5779 for ac_prog in sed gsed; do
5780 for ac_exec_ext in '' $ac_executable_extensions; do
5781 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5782 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5783# Check for GNU ac_path_SED and select it if it is found.
5784 # Check for GNU $ac_path_SED
5785case `"$ac_path_SED" --version 2>&1` in
5786*GNU*)
5787 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5788*)
5789 ac_count=0
5790 $as_echo_n 0123456789 >"conftest.in"
5791 while :
5792 do
5793 cat "conftest.in" "conftest.in" >"conftest.tmp"
5794 mv "conftest.tmp" "conftest.in"
5795 cp "conftest.in" "conftest.nl"
5796 $as_echo '' >> "conftest.nl"
5797 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5798 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5799 as_fn_arith $ac_count + 1 && ac_count=$as_val
5800 if test $ac_count -gt ${ac_path_SED_max-0}; then
5801 # Best one so far, save it but keep looking for a better one
5802 ac_cv_path_SED="$ac_path_SED"
5803 ac_path_SED_max=$ac_count
5804 fi
5805 # 10*(2^10) chars as input seems more than enough
5806 test $ac_count -gt 10 && break
5807 done
5808 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5809esac
5810
5811 $ac_path_SED_found && break 3
5812 done
5813 done
5814 done
5815IFS=$as_save_IFS
5816 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5817 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5818 fi
5819else
5820 ac_cv_path_SED=$SED
5821fi
5822
5823fi
5824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5825$as_echo "$ac_cv_path_SED" >&6; }
5826 SED="$ac_cv_path_SED"
5827 rm -f conftest.sed
5828
5829test -z "$SED" && SED=sed
5830Xsed="$SED -e 1s/^X//"
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5843$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5844if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5845 $as_echo_n "(cached) " >&6
5846else
5847 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5848 then ac_cv_path_FGREP="$GREP -F"
5849 else
5850 if test -z "$FGREP"; then
5851 ac_path_FGREP_found=false
5852 # Loop through the user's path and test for each of PROGNAME-LIST
5853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5854for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5855do
5856 IFS=$as_save_IFS
5857 test -z "$as_dir" && as_dir=.
5858 for ac_prog in fgrep; do
5859 for ac_exec_ext in '' $ac_executable_extensions; do
5860 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5861 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5862# Check for GNU ac_path_FGREP and select it if it is found.
5863 # Check for GNU $ac_path_FGREP
5864case `"$ac_path_FGREP" --version 2>&1` in
5865*GNU*)
5866 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5867*)
5868 ac_count=0
5869 $as_echo_n 0123456789 >"conftest.in"
5870 while :
5871 do
5872 cat "conftest.in" "conftest.in" >"conftest.tmp"
5873 mv "conftest.tmp" "conftest.in"
5874 cp "conftest.in" "conftest.nl"
5875 $as_echo 'FGREP' >> "conftest.nl"
5876 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5877 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5878 as_fn_arith $ac_count + 1 && ac_count=$as_val
5879 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5880 # Best one so far, save it but keep looking for a better one
5881 ac_cv_path_FGREP="$ac_path_FGREP"
5882 ac_path_FGREP_max=$ac_count
5883 fi
5884 # 10*(2^10) chars as input seems more than enough
5885 test $ac_count -gt 10 && break
5886 done
5887 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5888esac
5889
5890 $ac_path_FGREP_found && break 3
5891 done
5892 done
5893 done
5894IFS=$as_save_IFS
5895 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5896 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5897 fi
5898else
5899 ac_cv_path_FGREP=$FGREP
5900fi
5901
5902 fi
5903fi
5904{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5905$as_echo "$ac_cv_path_FGREP" >&6; }
5906 FGREP="$ac_cv_path_FGREP"
5907
5908
5909test -z "$GREP" && GREP=grep
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929# Check whether --with-gnu-ld was given.
5930if test "${with_gnu_ld+set}" = set; then :
5931 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5932else
5933 with_gnu_ld=no
5934fi
5935
5936ac_prog=ld
5937if test "$GCC" = yes; then
5938 # Check if gcc -print-prog-name=ld gives a path.
5939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5940$as_echo_n "checking for ld used by $CC... " >&6; }
5941 case $host in
5942 *-*-mingw*)
5943 # gcc leaves a trailing carriage return which upsets mingw
5944 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5945 *)
5946 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5947 esac
5948 case $ac_prog in
5949 # Accept absolute paths.
5950 [\\/]* | ?:[\\/]*)
5951 re_direlt='/[^/][^/]*/\.\./'
5952 # Canonicalize the pathname of ld
5953 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5954 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5955 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5956 done
5957 test -z "$LD" && LD="$ac_prog"
5958 ;;
5959 "")
5960 # If it fails, then pretend we aren't using GCC.
5961 ac_prog=ld
5962 ;;
5963 *)
5964 # If it is relative, then search for the first ld in PATH.
5965 with_gnu_ld=unknown
5966 ;;
5967 esac
5968elif test "$with_gnu_ld" = yes; then
5969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5970$as_echo_n "checking for GNU ld... " >&6; }
5971else
5972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5973$as_echo_n "checking for non-GNU ld... " >&6; }
5974fi
d0ac1c44 5975if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
5976 $as_echo_n "(cached) " >&6
5977else
5978 if test -z "$LD"; then
5979 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5980 for ac_dir in $PATH; do
5981 IFS="$lt_save_ifs"
5982 test -z "$ac_dir" && ac_dir=.
5983 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5984 lt_cv_path_LD="$ac_dir/$ac_prog"
5985 # Check to see if the program is GNU ld. I'd rather use --version,
5986 # but apparently some variants of GNU ld only accept -v.
5987 # Break only if it was the GNU/non-GNU ld that we prefer.
5988 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5989 *GNU* | *'with BFD'*)
5990 test "$with_gnu_ld" != no && break
5991 ;;
5992 *)
5993 test "$with_gnu_ld" != yes && break
5994 ;;
5995 esac
5996 fi
5997 done
5998 IFS="$lt_save_ifs"
5999else
6000 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6001fi
6002fi
6003
6004LD="$lt_cv_path_LD"
6005if test -n "$LD"; then
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6007$as_echo "$LD" >&6; }
6008else
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6010$as_echo "no" >&6; }
6011fi
d0ac1c44 6012test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6014$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6015if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6016 $as_echo_n "(cached) " >&6
6017else
6018 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6019case `$LD -v 2>&1 </dev/null` in
6020*GNU* | *'with BFD'*)
6021 lt_cv_prog_gnu_ld=yes
6022 ;;
6023*)
6024 lt_cv_prog_gnu_ld=no
6025 ;;
6026esac
6027fi
6028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6029$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6030with_gnu_ld=$lt_cv_prog_gnu_ld
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6041$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6042if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6043 $as_echo_n "(cached) " >&6
6044else
6045 if test -n "$NM"; then
6046 # Let the user override the test.
6047 lt_cv_path_NM="$NM"
6048else
6049 lt_nm_to_check="${ac_tool_prefix}nm"
6050 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6051 lt_nm_to_check="$lt_nm_to_check nm"
6052 fi
6053 for lt_tmp_nm in $lt_nm_to_check; do
6054 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6055 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6056 IFS="$lt_save_ifs"
6057 test -z "$ac_dir" && ac_dir=.
6058 tmp_nm="$ac_dir/$lt_tmp_nm"
6059 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6060 # Check to see if the nm accepts a BSD-compat flag.
6061 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6062 # nm: unknown option "B" ignored
6063 # Tru64's nm complains that /dev/null is an invalid object file
6064 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6065 */dev/null* | *'Invalid file or object type'*)
6066 lt_cv_path_NM="$tmp_nm -B"
6067 break
6068 ;;
6069 *)
6070 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6071 */dev/null*)
6072 lt_cv_path_NM="$tmp_nm -p"
6073 break
6074 ;;
6075 *)
6076 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6077 continue # so that we can try to find one that supports BSD flags
6078 ;;
6079 esac
6080 ;;
6081 esac
6082 fi
6083 done
6084 IFS="$lt_save_ifs"
6085 done
6086 : ${lt_cv_path_NM=no}
6087fi
6088fi
6089{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6090$as_echo "$lt_cv_path_NM" >&6; }
6091if test "$lt_cv_path_NM" != "no"; then
6092 NM="$lt_cv_path_NM"
6093else
6094 # Didn't find any BSD compatible name lister, look for dumpbin.
6095 if test -n "$DUMPBIN"; then :
6096 # Let the user override the test.
6097 else
6098 if test -n "$ac_tool_prefix"; then
6099 for ac_prog in dumpbin "link -dump"
6100 do
6101 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6102set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6104$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6105if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6106 $as_echo_n "(cached) " >&6
6107else
6108 if test -n "$DUMPBIN"; then
6109 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6110else
6111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6112for as_dir in $PATH
6113do
6114 IFS=$as_save_IFS
6115 test -z "$as_dir" && as_dir=.
6116 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6118 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6120 break 2
6121 fi
6122done
6123 done
6124IFS=$as_save_IFS
6125
6126fi
6127fi
6128DUMPBIN=$ac_cv_prog_DUMPBIN
6129if test -n "$DUMPBIN"; then
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6131$as_echo "$DUMPBIN" >&6; }
6132else
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6134$as_echo "no" >&6; }
6135fi
6136
6137
6138 test -n "$DUMPBIN" && break
6139 done
6140fi
6141if test -z "$DUMPBIN"; then
6142 ac_ct_DUMPBIN=$DUMPBIN
6143 for ac_prog in dumpbin "link -dump"
6144do
6145 # Extract the first word of "$ac_prog", so it can be a program name with args.
6146set dummy $ac_prog; ac_word=$2
6147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6148$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6149if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6150 $as_echo_n "(cached) " >&6
6151else
6152 if test -n "$ac_ct_DUMPBIN"; then
6153 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6154else
6155as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6156for as_dir in $PATH
6157do
6158 IFS=$as_save_IFS
6159 test -z "$as_dir" && as_dir=.
6160 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6161 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6162 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6163 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6164 break 2
6165 fi
6166done
6167 done
6168IFS=$as_save_IFS
6169
6170fi
6171fi
6172ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6173if test -n "$ac_ct_DUMPBIN"; then
6174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6175$as_echo "$ac_ct_DUMPBIN" >&6; }
6176else
6177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6178$as_echo "no" >&6; }
6179fi
6180
6181
6182 test -n "$ac_ct_DUMPBIN" && break
6183done
6184
6185 if test "x$ac_ct_DUMPBIN" = x; then
6186 DUMPBIN=":"
6187 else
6188 case $cross_compiling:$ac_tool_warned in
6189yes:)
6190{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6191$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6192ac_tool_warned=yes ;;
6193esac
6194 DUMPBIN=$ac_ct_DUMPBIN
6195 fi
6196fi
6197
6198 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6199 *COFF*)
6200 DUMPBIN="$DUMPBIN -symbols"
6201 ;;
6202 *)
6203 DUMPBIN=:
6204 ;;
6205 esac
6206 fi
6207
6208 if test "$DUMPBIN" != ":"; then
6209 NM="$DUMPBIN"
6210 fi
6211fi
6212test -z "$NM" && NM=nm
6213
6214
6215
6216
6217
6218
6219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6220$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6221if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6222 $as_echo_n "(cached) " >&6
6223else
6224 lt_cv_nm_interface="BSD nm"
6225 echo "int some_variable = 0;" > conftest.$ac_ext
6226 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6227 (eval "$ac_compile" 2>conftest.err)
6228 cat conftest.err >&5
6229 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6230 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6231 cat conftest.err >&5
6232 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6233 cat conftest.out >&5
6234 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6235 lt_cv_nm_interface="MS dumpbin"
6236 fi
6237 rm -f conftest*
6238fi
6239{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6240$as_echo "$lt_cv_nm_interface" >&6; }
6241
6242{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6243$as_echo_n "checking whether ln -s works... " >&6; }
6244LN_S=$as_ln_s
6245if test "$LN_S" = "ln -s"; then
6246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6247$as_echo "yes" >&6; }
6248else
6249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6250$as_echo "no, using $LN_S" >&6; }
6251fi
6252
6253# find the maximum length of command line arguments
6254{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6255$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6256if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6257 $as_echo_n "(cached) " >&6
6258else
6259 i=0
6260 teststring="ABCD"
6261
6262 case $build_os in
6263 msdosdjgpp*)
6264 # On DJGPP, this test can blow up pretty badly due to problems in libc
6265 # (any single argument exceeding 2000 bytes causes a buffer overrun
6266 # during glob expansion). Even if it were fixed, the result of this
6267 # check would be larger than it should be.
6268 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6269 ;;
6270
6271 gnu*)
6272 # Under GNU Hurd, this test is not required because there is
6273 # no limit to the length of command line arguments.
6274 # Libtool will interpret -1 as no limit whatsoever
6275 lt_cv_sys_max_cmd_len=-1;
6276 ;;
6277
6278 cygwin* | mingw* | cegcc*)
6279 # On Win9x/ME, this test blows up -- it succeeds, but takes
6280 # about 5 minutes as the teststring grows exponentially.
6281 # Worse, since 9x/ME are not pre-emptively multitasking,
6282 # you end up with a "frozen" computer, even though with patience
6283 # the test eventually succeeds (with a max line length of 256k).
6284 # Instead, let's just punt: use the minimum linelength reported by
6285 # all of the supported platforms: 8192 (on NT/2K/XP).
6286 lt_cv_sys_max_cmd_len=8192;
6287 ;;
6288
6289 mint*)
6290 # On MiNT this can take a long time and run out of memory.
6291 lt_cv_sys_max_cmd_len=8192;
6292 ;;
6293
6294 amigaos*)
6295 # On AmigaOS with pdksh, this test takes hours, literally.
6296 # So we just punt and use a minimum line length of 8192.
6297 lt_cv_sys_max_cmd_len=8192;
6298 ;;
6299
6300 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6301 # This has been around since 386BSD, at least. Likely further.
6302 if test -x /sbin/sysctl; then
6303 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6304 elif test -x /usr/sbin/sysctl; then
6305 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6306 else
6307 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6308 fi
6309 # And add a safety zone
6310 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6311 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6312 ;;
6313
6314 interix*)
6315 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6316 lt_cv_sys_max_cmd_len=196608
6317 ;;
6318
6319 osf*)
6320 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6321 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6322 # nice to cause kernel panics so lets avoid the loop below.
6323 # First set a reasonable default.
6324 lt_cv_sys_max_cmd_len=16384
6325 #
6326 if test -x /sbin/sysconfig; then
6327 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6328 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6329 esac
6330 fi
6331 ;;
6332 sco3.2v5*)
6333 lt_cv_sys_max_cmd_len=102400
6334 ;;
6335 sysv5* | sco5v6* | sysv4.2uw2*)
6336 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6337 if test -n "$kargmax"; then
6338 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6339 else
6340 lt_cv_sys_max_cmd_len=32768
6341 fi
6342 ;;
6343 *)
6344 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6345 if test -n "$lt_cv_sys_max_cmd_len"; then
6346 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6347 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6348 else
6349 # Make teststring a little bigger before we do anything with it.
6350 # a 1K string should be a reasonable start.
6351 for i in 1 2 3 4 5 6 7 8 ; do
6352 teststring=$teststring$teststring
6353 done
6354 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6355 # If test is not a shell built-in, we'll probably end up computing a
6356 # maximum length that is only half of the actual maximum length, but
6357 # we can't tell.
6358 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6359 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6360 test $i != 17 # 1/2 MB should be enough
6361 do
6362 i=`expr $i + 1`
6363 teststring=$teststring$teststring
6364 done
6365 # Only check the string length outside the loop.
6366 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6367 teststring=
6368 # Add a significant safety factor because C++ compilers can tack on
6369 # massive amounts of additional arguments before passing them to the
6370 # linker. It appears as though 1/2 is a usable value.
6371 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6372 fi
6373 ;;
6374 esac
6375
6376fi
6377
6378if test -n $lt_cv_sys_max_cmd_len ; then
6379 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6380$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6381else
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6383$as_echo "none" >&6; }
6384fi
6385max_cmd_len=$lt_cv_sys_max_cmd_len
6386
6387
6388
6389
6390
6391
6392: ${CP="cp -f"}
6393: ${MV="mv -f"}
6394: ${RM="rm -f"}
6395
6396{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6397$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6398# Try some XSI features
6399xsi_shell=no
6400( _lt_dummy="a/b/c"
6401 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6402 = c,a/b,, \
6403 && eval 'test $(( 1 + 1 )) -eq 2 \
6404 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6405 && xsi_shell=yes
6406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6407$as_echo "$xsi_shell" >&6; }
6408
6409
6410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6411$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6412lt_shell_append=no
6413( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6414 >/dev/null 2>&1 \
6415 && lt_shell_append=yes
6416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6417$as_echo "$lt_shell_append" >&6; }
6418
6419
6420if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6421 lt_unset=unset
6422else
6423 lt_unset=false
6424fi
6425
6426
6427
6428
6429
6430# test EBCDIC or ASCII
6431case `echo X|tr X '\101'` in
6432 A) # ASCII based system
6433 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6434 lt_SP2NL='tr \040 \012'
6435 lt_NL2SP='tr \015\012 \040\040'
6436 ;;
6437 *) # EBCDIC based system
6438 lt_SP2NL='tr \100 \n'
6439 lt_NL2SP='tr \r\n \100\100'
6440 ;;
6441esac
6442
6443
6444
6445
6446
6447
6448
6449
6450
6451{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6452$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6453if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6454 $as_echo_n "(cached) " >&6
6455else
6456 lt_cv_ld_reload_flag='-r'
6457fi
6458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6459$as_echo "$lt_cv_ld_reload_flag" >&6; }
6460reload_flag=$lt_cv_ld_reload_flag
6461case $reload_flag in
6462"" | " "*) ;;
6463*) reload_flag=" $reload_flag" ;;
6464esac
6465reload_cmds='$LD$reload_flag -o $output$reload_objs'
6466case $host_os in
6467 darwin*)
6468 if test "$GCC" = yes; then
6469 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6470 else
6471 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6472 fi
6473 ;;
6474esac
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484if test -n "$ac_tool_prefix"; then
6485 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6486set dummy ${ac_tool_prefix}objdump; ac_word=$2
6487{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6488$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6489if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6490 $as_echo_n "(cached) " >&6
6491else
6492 if test -n "$OBJDUMP"; then
6493 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6494else
6495as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496for as_dir in $PATH
6497do
6498 IFS=$as_save_IFS
6499 test -z "$as_dir" && as_dir=.
6500 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6501 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6502 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6504 break 2
6505 fi
6506done
6507 done
6508IFS=$as_save_IFS
6509
6510fi
6511fi
6512OBJDUMP=$ac_cv_prog_OBJDUMP
6513if test -n "$OBJDUMP"; then
6514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6515$as_echo "$OBJDUMP" >&6; }
6516else
6517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6518$as_echo "no" >&6; }
6519fi
6520
6521
6522fi
6523if test -z "$ac_cv_prog_OBJDUMP"; then
6524 ac_ct_OBJDUMP=$OBJDUMP
6525 # Extract the first word of "objdump", so it can be a program name with args.
6526set dummy objdump; ac_word=$2
6527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6528$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6529if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6530 $as_echo_n "(cached) " >&6
6531else
6532 if test -n "$ac_ct_OBJDUMP"; then
6533 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6534else
6535as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6536for as_dir in $PATH
6537do
6538 IFS=$as_save_IFS
6539 test -z "$as_dir" && as_dir=.
6540 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6542 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6544 break 2
6545 fi
6546done
6547 done
6548IFS=$as_save_IFS
6549
6550fi
6551fi
6552ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6553if test -n "$ac_ct_OBJDUMP"; then
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6555$as_echo "$ac_ct_OBJDUMP" >&6; }
6556else
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6558$as_echo "no" >&6; }
6559fi
6560
6561 if test "x$ac_ct_OBJDUMP" = x; then
6562 OBJDUMP="false"
6563 else
6564 case $cross_compiling:$ac_tool_warned in
6565yes:)
6566{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6567$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6568ac_tool_warned=yes ;;
6569esac
6570 OBJDUMP=$ac_ct_OBJDUMP
6571 fi
6572else
6573 OBJDUMP="$ac_cv_prog_OBJDUMP"
6574fi
6575
6576test -z "$OBJDUMP" && OBJDUMP=objdump
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6587$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6588if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6589 $as_echo_n "(cached) " >&6
6590else
6591 lt_cv_file_magic_cmd='$MAGIC_CMD'
6592lt_cv_file_magic_test_file=
6593lt_cv_deplibs_check_method='unknown'
6594# Need to set the preceding variable on all platforms that support
6595# interlibrary dependencies.
6596# 'none' -- dependencies not supported.
6597# `unknown' -- same as none, but documents that we really don't know.
6598# 'pass_all' -- all dependencies passed with no checks.
6599# 'test_compile' -- check by making test program.
6600# 'file_magic [[regex]]' -- check by looking for files in library path
6601# which responds to the $file_magic_cmd with a given extended regex.
6602# If you have `file' or equivalent on your system and you're not sure
6603# whether `pass_all' will *always* work, you probably want this one.
6604
6605case $host_os in
6606aix[4-9]*)
6607 lt_cv_deplibs_check_method=pass_all
6608 ;;
6609
6610beos*)
6611 lt_cv_deplibs_check_method=pass_all
6612 ;;
6613
6614bsdi[45]*)
6615 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6616 lt_cv_file_magic_cmd='/usr/bin/file -L'
6617 lt_cv_file_magic_test_file=/shlib/libc.so
6618 ;;
6619
6620cygwin*)
6621 # func_win32_libid is a shell function defined in ltmain.sh
6622 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6623 lt_cv_file_magic_cmd='func_win32_libid'
6624 ;;
6625
6626mingw* | pw32*)
6627 # Base MSYS/MinGW do not provide the 'file' command needed by
6628 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6629 # unless we find 'file', for example because we are cross-compiling.
6630 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6631 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6632 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6633 lt_cv_file_magic_cmd='func_win32_libid'
6634 else
6635 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6636 lt_cv_file_magic_cmd='$OBJDUMP -f'
6637 fi
6638 ;;
6639
6640cegcc*)
6641 # use the weaker test based on 'objdump'. See mingw*.
6642 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6643 lt_cv_file_magic_cmd='$OBJDUMP -f'
6644 ;;
6645
6646darwin* | rhapsody*)
6647 lt_cv_deplibs_check_method=pass_all
6648 ;;
6649
6650freebsd* | dragonfly*)
6651 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6652 case $host_cpu in
6653 i*86 )
6654 # Not sure whether the presence of OpenBSD here was a mistake.
6655 # Let's accept both of them until this is cleared up.
6656 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6657 lt_cv_file_magic_cmd=/usr/bin/file
6658 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6659 ;;
6660 esac
6661 else
6662 lt_cv_deplibs_check_method=pass_all
6663 fi
6664 ;;
6665
6666gnu*)
6667 lt_cv_deplibs_check_method=pass_all
6668 ;;
6669
6670haiku*)
6671 lt_cv_deplibs_check_method=pass_all
6672 ;;
6673
6674hpux10.20* | hpux11*)
6675 lt_cv_file_magic_cmd=/usr/bin/file
6676 case $host_cpu in
6677 ia64*)
6678 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6679 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6680 ;;
6681 hppa*64*)
6682 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]'
6683 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6684 ;;
6685 *)
6686 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6687 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6688 ;;
6689 esac
6690 ;;
6691
6692interix[3-9]*)
6693 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6694 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6695 ;;
6696
6697irix5* | irix6* | nonstopux*)
6698 case $LD in
6699 *-32|*"-32 ") libmagic=32-bit;;
6700 *-n32|*"-n32 ") libmagic=N32;;
6701 *-64|*"-64 ") libmagic=64-bit;;
6702 *) libmagic=never-match;;
6703 esac
6704 lt_cv_deplibs_check_method=pass_all
6705 ;;
6706
6707# This must be Linux ELF.
6708linux* | k*bsd*-gnu | kopensolaris*-gnu)
6709 lt_cv_deplibs_check_method=pass_all
6710 ;;
6711
6712netbsd*)
6713 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6714 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6715 else
6716 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6717 fi
6718 ;;
6719
6720newos6*)
6721 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6722 lt_cv_file_magic_cmd=/usr/bin/file
6723 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6724 ;;
6725
6726*nto* | *qnx*)
6727 lt_cv_deplibs_check_method=pass_all
6728 ;;
6729
6730openbsd*)
6731 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6732 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6733 else
6734 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6735 fi
6736 ;;
6737
6738osf3* | osf4* | osf5*)
6739 lt_cv_deplibs_check_method=pass_all
6740 ;;
6741
6742rdos*)
6743 lt_cv_deplibs_check_method=pass_all
6744 ;;
6745
6746solaris*)
6747 lt_cv_deplibs_check_method=pass_all
6748 ;;
6749
6750sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6751 lt_cv_deplibs_check_method=pass_all
6752 ;;
6753
6754sysv4 | sysv4.3*)
6755 case $host_vendor in
6756 motorola)
6757 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]'
6758 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6759 ;;
6760 ncr)
6761 lt_cv_deplibs_check_method=pass_all
6762 ;;
6763 sequent)
6764 lt_cv_file_magic_cmd='/bin/file'
6765 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6766 ;;
6767 sni)
6768 lt_cv_file_magic_cmd='/bin/file'
6769 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6770 lt_cv_file_magic_test_file=/lib/libc.so
6771 ;;
6772 siemens)
6773 lt_cv_deplibs_check_method=pass_all
6774 ;;
6775 pc)
6776 lt_cv_deplibs_check_method=pass_all
6777 ;;
6778 esac
6779 ;;
6780
6781tpf*)
6782 lt_cv_deplibs_check_method=pass_all
6783 ;;
6784esac
6785
6786fi
6787{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6788$as_echo "$lt_cv_deplibs_check_method" >&6; }
6789file_magic_cmd=$lt_cv_file_magic_cmd
6790deplibs_check_method=$lt_cv_deplibs_check_method
6791test -z "$deplibs_check_method" && deplibs_check_method=unknown
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804if test -n "$ac_tool_prefix"; then
6805 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6806set dummy ${ac_tool_prefix}ar; ac_word=$2
6807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6808$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6809if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6810 $as_echo_n "(cached) " >&6
6811else
6812 if test -n "$AR"; then
6813 ac_cv_prog_AR="$AR" # Let the user override the test.
6814else
6815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6816for as_dir in $PATH
6817do
6818 IFS=$as_save_IFS
6819 test -z "$as_dir" && as_dir=.
6820 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6822 ac_cv_prog_AR="${ac_tool_prefix}ar"
6823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6824 break 2
6825 fi
6826done
6827 done
6828IFS=$as_save_IFS
6829
6830fi
6831fi
6832AR=$ac_cv_prog_AR
6833if test -n "$AR"; then
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6835$as_echo "$AR" >&6; }
6836else
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6838$as_echo "no" >&6; }
6839fi
6840
6841
6842fi
6843if test -z "$ac_cv_prog_AR"; then
6844 ac_ct_AR=$AR
6845 # Extract the first word of "ar", so it can be a program name with args.
6846set dummy ar; ac_word=$2
6847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6848$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6849if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6850 $as_echo_n "(cached) " >&6
6851else
6852 if test -n "$ac_ct_AR"; then
6853 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6854else
6855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6856for as_dir in $PATH
6857do
6858 IFS=$as_save_IFS
6859 test -z "$as_dir" && as_dir=.
6860 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6862 ac_cv_prog_ac_ct_AR="ar"
6863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6864 break 2
6865 fi
6866done
6867 done
6868IFS=$as_save_IFS
6869
6870fi
6871fi
6872ac_ct_AR=$ac_cv_prog_ac_ct_AR
6873if test -n "$ac_ct_AR"; then
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6875$as_echo "$ac_ct_AR" >&6; }
6876else
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6878$as_echo "no" >&6; }
6879fi
6880
6881 if test "x$ac_ct_AR" = x; then
6882 AR="false"
6883 else
6884 case $cross_compiling:$ac_tool_warned in
6885yes:)
6886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6888ac_tool_warned=yes ;;
6889esac
6890 AR=$ac_ct_AR
6891 fi
6892else
6893 AR="$ac_cv_prog_AR"
6894fi
6895
6896test -z "$AR" && AR=ar
6897test -z "$AR_FLAGS" && AR_FLAGS=cru
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909if test -n "$ac_tool_prefix"; then
6910 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6911set dummy ${ac_tool_prefix}strip; ac_word=$2
6912{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6913$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6914if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6915 $as_echo_n "(cached) " >&6
6916else
6917 if test -n "$STRIP"; then
6918 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6919else
6920as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6921for as_dir in $PATH
6922do
6923 IFS=$as_save_IFS
6924 test -z "$as_dir" && as_dir=.
6925 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6926 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6927 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6928 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6929 break 2
6930 fi
6931done
6932 done
6933IFS=$as_save_IFS
6934
6935fi
6936fi
6937STRIP=$ac_cv_prog_STRIP
6938if test -n "$STRIP"; then
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6940$as_echo "$STRIP" >&6; }
6941else
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6943$as_echo "no" >&6; }
6944fi
6945
6946
6947fi
6948if test -z "$ac_cv_prog_STRIP"; then
6949 ac_ct_STRIP=$STRIP
6950 # Extract the first word of "strip", so it can be a program name with args.
6951set dummy strip; ac_word=$2
6952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6953$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6954if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
6955 $as_echo_n "(cached) " >&6
6956else
6957 if test -n "$ac_ct_STRIP"; then
6958 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6959else
6960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6961for as_dir in $PATH
6962do
6963 IFS=$as_save_IFS
6964 test -z "$as_dir" && as_dir=.
6965 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6967 ac_cv_prog_ac_ct_STRIP="strip"
6968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6969 break 2
6970 fi
6971done
6972 done
6973IFS=$as_save_IFS
6974
6975fi
6976fi
6977ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6978if test -n "$ac_ct_STRIP"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6980$as_echo "$ac_ct_STRIP" >&6; }
6981else
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983$as_echo "no" >&6; }
6984fi
6985
6986 if test "x$ac_ct_STRIP" = x; then
6987 STRIP=":"
6988 else
6989 case $cross_compiling:$ac_tool_warned in
6990yes:)
6991{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6992$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6993ac_tool_warned=yes ;;
6994esac
6995 STRIP=$ac_ct_STRIP
6996 fi
6997else
6998 STRIP="$ac_cv_prog_STRIP"
6999fi
7000
7001test -z "$STRIP" && STRIP=:
7002
7003
7004
7005
7006
7007
7008if test -n "$ac_tool_prefix"; then
7009 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7010set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7012$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7013if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7014 $as_echo_n "(cached) " >&6
7015else
7016 if test -n "$RANLIB"; then
7017 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7018else
7019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7020for as_dir in $PATH
7021do
7022 IFS=$as_save_IFS
7023 test -z "$as_dir" && as_dir=.
7024 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7026 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7028 break 2
7029 fi
7030done
7031 done
7032IFS=$as_save_IFS
7033
7034fi
7035fi
7036RANLIB=$ac_cv_prog_RANLIB
7037if test -n "$RANLIB"; then
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7039$as_echo "$RANLIB" >&6; }
7040else
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7042$as_echo "no" >&6; }
7043fi
7044
7045
7046fi
7047if test -z "$ac_cv_prog_RANLIB"; then
7048 ac_ct_RANLIB=$RANLIB
7049 # Extract the first word of "ranlib", so it can be a program name with args.
7050set dummy ranlib; ac_word=$2
7051{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7052$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7053if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7054 $as_echo_n "(cached) " >&6
7055else
7056 if test -n "$ac_ct_RANLIB"; then
7057 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7058else
7059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7060for as_dir in $PATH
7061do
7062 IFS=$as_save_IFS
7063 test -z "$as_dir" && as_dir=.
7064 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7065 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7066 ac_cv_prog_ac_ct_RANLIB="ranlib"
7067 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7068 break 2
7069 fi
7070done
7071 done
7072IFS=$as_save_IFS
7073
7074fi
7075fi
7076ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7077if test -n "$ac_ct_RANLIB"; then
7078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7079$as_echo "$ac_ct_RANLIB" >&6; }
7080else
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7082$as_echo "no" >&6; }
7083fi
7084
7085 if test "x$ac_ct_RANLIB" = x; then
7086 RANLIB=":"
7087 else
7088 case $cross_compiling:$ac_tool_warned in
7089yes:)
7090{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7091$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7092ac_tool_warned=yes ;;
7093esac
7094 RANLIB=$ac_ct_RANLIB
7095 fi
7096else
7097 RANLIB="$ac_cv_prog_RANLIB"
7098fi
7099
7100test -z "$RANLIB" && RANLIB=:
7101
7102
7103
7104
7105
7106
7107# Determine commands to create old-style static archives.
7108old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7109old_postinstall_cmds='chmod 644 $oldlib'
7110old_postuninstall_cmds=
7111
7112if test -n "$RANLIB"; then
7113 case $host_os in
7114 openbsd*)
7115 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7116 ;;
7117 *)
7118 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7119 ;;
7120 esac
7121 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7122fi
7123
7124case $host_os in
7125 darwin*)
7126 lock_old_archive_extraction=yes ;;
7127 *)
7128 lock_old_archive_extraction=no ;;
7129esac
7130
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151for ac_prog in gawk mawk nawk awk
7152do
7153 # Extract the first word of "$ac_prog", so it can be a program name with args.
7154set dummy $ac_prog; ac_word=$2
7155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7156$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7157if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7158 $as_echo_n "(cached) " >&6
7159else
7160 if test -n "$AWK"; then
7161 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7162else
7163as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7164for as_dir in $PATH
7165do
7166 IFS=$as_save_IFS
7167 test -z "$as_dir" && as_dir=.
7168 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7169 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7170 ac_cv_prog_AWK="$ac_prog"
7171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7172 break 2
7173 fi
7174done
7175 done
7176IFS=$as_save_IFS
7177
7178fi
7179fi
7180AWK=$ac_cv_prog_AWK
7181if test -n "$AWK"; then
7182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7183$as_echo "$AWK" >&6; }
7184else
7185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7186$as_echo "no" >&6; }
7187fi
7188
7189
7190 test -n "$AWK" && break
7191done
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211# If no C compiler was specified, use CC.
7212LTCC=${LTCC-"$CC"}
7213
7214# If no C compiler flags were specified, use CFLAGS.
7215LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7216
7217# Allow CC to be a program name with arguments.
7218compiler=$CC
7219
7220
7221# Check for command to grab the raw symbol name followed by C symbol from nm.
7222{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7223$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7224if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7225 $as_echo_n "(cached) " >&6
7226else
7227
7228# These are sane defaults that work on at least a few old systems.
7229# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7230
7231# Character class describing NM global symbol codes.
7232symcode='[BCDEGRST]'
7233
7234# Regexp to match symbols that can be accessed directly from C.
7235sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7236
7237# Define system-specific variables.
7238case $host_os in
7239aix*)
7240 symcode='[BCDT]'
7241 ;;
7242cygwin* | mingw* | pw32* | cegcc*)
7243 symcode='[ABCDGISTW]'
7244 ;;
7245hpux*)
7246 if test "$host_cpu" = ia64; then
7247 symcode='[ABCDEGRST]'
7248 fi
7249 ;;
7250irix* | nonstopux*)
7251 symcode='[BCDEGRST]'
7252 ;;
7253osf*)
7254 symcode='[BCDEGQRST]'
7255 ;;
7256solaris*)
7257 symcode='[BDRT]'
7258 ;;
7259sco3.2v5*)
7260 symcode='[DT]'
7261 ;;
7262sysv4.2uw2*)
7263 symcode='[DT]'
7264 ;;
7265sysv5* | sco5v6* | unixware* | OpenUNIX*)
7266 symcode='[ABDT]'
7267 ;;
7268sysv4)
7269 symcode='[DFNSTU]'
7270 ;;
7271esac
7272
7273# If we're using GNU nm, then use its standard symbol codes.
7274case `$NM -V 2>&1` in
7275*GNU* | *'with BFD'*)
7276 symcode='[ABCDGIRSTW]' ;;
7277esac
7278
7279# Transform an extracted symbol line into a proper C declaration.
7280# Some systems (esp. on ia64) link data and code symbols differently,
7281# so use this general approach.
7282lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7283
7284# Transform an extracted symbol line into symbol name and symbol address
7285lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7286lt_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'"
7287
7288# Handle CRLF in mingw tool chain
7289opt_cr=
7290case $build_os in
7291mingw*)
7292 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7293 ;;
7294esac
7295
7296# Try without a prefix underscore, then with it.
7297for ac_symprfx in "" "_"; do
7298
7299 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7300 symxfrm="\\1 $ac_symprfx\\2 \\2"
7301
7302 # Write the raw and C identifiers.
7303 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7304 # Fake it for dumpbin and say T for any non-static function
7305 # and D for any global variable.
7306 # Also find C++ and __fastcall symbols from MSVC++,
7307 # which start with @ or ?.
7308 lt_cv_sys_global_symbol_pipe="$AWK '"\
7309" {last_section=section; section=\$ 3};"\
7310" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7311" \$ 0!~/External *\|/{next};"\
7312" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7313" {if(hide[section]) next};"\
7314" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7315" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7316" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7317" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7318" ' prfx=^$ac_symprfx"
7319 else
7320 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7321 fi
7322
7323 # Check to see that the pipe works correctly.
7324 pipe_works=no
7325
7326 rm -f conftest*
7327 cat > conftest.$ac_ext <<_LT_EOF
7328#ifdef __cplusplus
7329extern "C" {
7330#endif
7331char nm_test_var;
7332void nm_test_func(void);
7333void nm_test_func(void){}
7334#ifdef __cplusplus
7335}
7336#endif
7337int main(){nm_test_var='a';nm_test_func();return(0);}
7338_LT_EOF
7339
7340 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7341 (eval $ac_compile) 2>&5
7342 ac_status=$?
7343 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7344 test $ac_status = 0; }; then
7345 # Now try to grab the symbols.
7346 nlist=conftest.nm
7347 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7348 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7349 ac_status=$?
7350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7351 test $ac_status = 0; } && test -s "$nlist"; then
7352 # Try sorting and uniquifying the output.
7353 if sort "$nlist" | uniq > "$nlist"T; then
7354 mv -f "$nlist"T "$nlist"
7355 else
7356 rm -f "$nlist"T
7357 fi
7358
7359 # Make sure that we snagged all the symbols we need.
7360 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7361 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7362 cat <<_LT_EOF > conftest.$ac_ext
7363#ifdef __cplusplus
7364extern "C" {
7365#endif
7366
7367_LT_EOF
7368 # Now generate the symbol file.
7369 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7370
7371 cat <<_LT_EOF >> conftest.$ac_ext
7372
7373/* The mapping between symbol names and symbols. */
7374const struct {
7375 const char *name;
7376 void *address;
7377}
7378lt__PROGRAM__LTX_preloaded_symbols[] =
7379{
7380 { "@PROGRAM@", (void *) 0 },
7381_LT_EOF
7382 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7383 cat <<\_LT_EOF >> conftest.$ac_ext
7384 {0, (void *) 0}
7385};
7386
7387/* This works around a problem in FreeBSD linker */
7388#ifdef FREEBSD_WORKAROUND
7389static const void *lt_preloaded_setup() {
7390 return lt__PROGRAM__LTX_preloaded_symbols;
7391}
7392#endif
7393
7394#ifdef __cplusplus
7395}
7396#endif
7397_LT_EOF
7398 # Now try linking the two files.
7399 mv conftest.$ac_objext conftstm.$ac_objext
7400 lt_save_LIBS="$LIBS"
7401 lt_save_CFLAGS="$CFLAGS"
7402 LIBS="conftstm.$ac_objext"
7403 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7404 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7405 (eval $ac_link) 2>&5
7406 ac_status=$?
7407 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7408 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7409 pipe_works=yes
7410 fi
7411 LIBS="$lt_save_LIBS"
7412 CFLAGS="$lt_save_CFLAGS"
7413 else
7414 echo "cannot find nm_test_func in $nlist" >&5
7415 fi
7416 else
7417 echo "cannot find nm_test_var in $nlist" >&5
7418 fi
7419 else
7420 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7421 fi
7422 else
7423 echo "$progname: failed program was:" >&5
7424 cat conftest.$ac_ext >&5
7425 fi
7426 rm -rf conftest* conftst*
7427
7428 # Do not use the global_symbol_pipe unless it works.
7429 if test "$pipe_works" = yes; then
7430 break
7431 else
7432 lt_cv_sys_global_symbol_pipe=
7433 fi
7434done
7435
7436fi
7437
7438if test -z "$lt_cv_sys_global_symbol_pipe"; then
7439 lt_cv_sys_global_symbol_to_cdecl=
7440fi
7441if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7443$as_echo "failed" >&6; }
7444else
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7446$as_echo "ok" >&6; }
7447fi
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470# Check whether --enable-libtool-lock was given.
7471if test "${enable_libtool_lock+set}" = set; then :
7472 enableval=$enable_libtool_lock;
7473fi
7474
7475test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7476
7477# Some flags need to be propagated to the compiler or linker for good
7478# libtool support.
7479case $host in
7480ia64-*-hpux*)
7481 # Find out which ABI we are using.
7482 echo 'int i;' > conftest.$ac_ext
7483 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7484 (eval $ac_compile) 2>&5
7485 ac_status=$?
7486 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7487 test $ac_status = 0; }; then
7488 case `/usr/bin/file conftest.$ac_objext` in
7489 *ELF-32*)
7490 HPUX_IA64_MODE="32"
7491 ;;
7492 *ELF-64*)
7493 HPUX_IA64_MODE="64"
7494 ;;
7495 esac
7496 fi
7497 rm -rf conftest*
7498 ;;
7499*-*-irix6*)
7500 # Find out which ABI we are using.
7501 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7502 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7503 (eval $ac_compile) 2>&5
7504 ac_status=$?
7505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7506 test $ac_status = 0; }; then
7507 if test "$lt_cv_prog_gnu_ld" = yes; then
7508 case `/usr/bin/file conftest.$ac_objext` in
7509 *32-bit*)
7510 LD="${LD-ld} -melf32bsmip"
7511 ;;
7512 *N32*)
7513 LD="${LD-ld} -melf32bmipn32"
7514 ;;
7515 *64-bit*)
7516 LD="${LD-ld} -melf64bmip"
7517 ;;
7518 esac
7519 else
7520 case `/usr/bin/file conftest.$ac_objext` in
7521 *32-bit*)
7522 LD="${LD-ld} -32"
7523 ;;
7524 *N32*)
7525 LD="${LD-ld} -n32"
7526 ;;
7527 *64-bit*)
7528 LD="${LD-ld} -64"
7529 ;;
7530 esac
7531 fi
7532 fi
7533 rm -rf conftest*
7534 ;;
7535
bf3d9781 7536x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7537s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7538 # Find out which ABI we are using.
7539 echo 'int i;' > conftest.$ac_ext
7540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7541 (eval $ac_compile) 2>&5
7542 ac_status=$?
7543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7544 test $ac_status = 0; }; then
7545 case `/usr/bin/file conftest.o` in
7546 *32-bit*)
7547 case $host in
7548 x86_64-*kfreebsd*-gnu)
7549 LD="${LD-ld} -m elf_i386_fbsd"
7550 ;;
7551 x86_64-*linux*)
7552 case `/usr/bin/file conftest.o` in
7553 *x86-64*)
7554 LD="${LD-ld} -m elf32_x86_64"
7555 ;;
7556 *)
7557 LD="${LD-ld} -m elf_i386"
7558 ;;
7559 esac
7560 ;;
bf3d9781
AM
7561 powerpc64le-*linux*)
7562 LD="${LD-ld} -m elf32lppclinux"
7563 ;;
7564 powerpc64-*linux*)
6bb11ab3
L
7565 LD="${LD-ld} -m elf32ppclinux"
7566 ;;
7567 s390x-*linux*)
7568 LD="${LD-ld} -m elf_s390"
7569 ;;
7570 sparc64-*linux*)
7571 LD="${LD-ld} -m elf32_sparc"
7572 ;;
7573 esac
7574 ;;
7575 *64-bit*)
7576 case $host in
7577 x86_64-*kfreebsd*-gnu)
7578 LD="${LD-ld} -m elf_x86_64_fbsd"
7579 ;;
7580 x86_64-*linux*)
7581 LD="${LD-ld} -m elf_x86_64"
7582 ;;
bf3d9781
AM
7583 powerpcle-*linux*)
7584 LD="${LD-ld} -m elf64lppc"
7585 ;;
7586 powerpc-*linux*)
6bb11ab3
L
7587 LD="${LD-ld} -m elf64ppc"
7588 ;;
7589 s390*-*linux*|s390*-*tpf*)
7590 LD="${LD-ld} -m elf64_s390"
7591 ;;
7592 sparc*-*linux*)
7593 LD="${LD-ld} -m elf64_sparc"
7594 ;;
7595 esac
7596 ;;
7597 esac
7598 fi
7599 rm -rf conftest*
7600 ;;
7601
7602*-*-sco3.2v5*)
7603 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7604 SAVE_CFLAGS="$CFLAGS"
7605 CFLAGS="$CFLAGS -belf"
7606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7607$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7608if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7609 $as_echo_n "(cached) " >&6
7610else
7611 ac_ext=c
7612ac_cpp='$CPP $CPPFLAGS'
7613ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7614ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7615ac_compiler_gnu=$ac_cv_c_compiler_gnu
7616
7617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7618/* end confdefs.h. */
7619
7620int
7621main ()
7622{
7623
7624 ;
7625 return 0;
7626}
7627_ACEOF
7628if ac_fn_c_try_link "$LINENO"; then :
7629 lt_cv_cc_needs_belf=yes
7630else
7631 lt_cv_cc_needs_belf=no
7632fi
7633rm -f core conftest.err conftest.$ac_objext \
7634 conftest$ac_exeext conftest.$ac_ext
7635 ac_ext=c
7636ac_cpp='$CPP $CPPFLAGS'
7637ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7638ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7639ac_compiler_gnu=$ac_cv_c_compiler_gnu
7640
7641fi
7642{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7643$as_echo "$lt_cv_cc_needs_belf" >&6; }
7644 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7645 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7646 CFLAGS="$SAVE_CFLAGS"
7647 fi
7648 ;;
7649sparc*-*solaris*)
7650 # Find out which ABI we are using.
7651 echo 'int i;' > conftest.$ac_ext
7652 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7653 (eval $ac_compile) 2>&5
7654 ac_status=$?
7655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7656 test $ac_status = 0; }; then
7657 case `/usr/bin/file conftest.o` in
7658 *64-bit*)
7659 case $lt_cv_prog_gnu_ld in
7660 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7661 *)
7662 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7663 LD="${LD-ld} -64"
7664 fi
7665 ;;
7666 esac
7667 ;;
7668 esac
7669 fi
7670 rm -rf conftest*
7671 ;;
7672esac
7673
7674need_locks="$enable_libtool_lock"
7675
7676
7677 case $host_os in
7678 rhapsody* | darwin*)
7679 if test -n "$ac_tool_prefix"; then
7680 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7681set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7683$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7684if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7685 $as_echo_n "(cached) " >&6
7686else
7687 if test -n "$DSYMUTIL"; then
7688 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7689else
7690as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7691for as_dir in $PATH
7692do
7693 IFS=$as_save_IFS
7694 test -z "$as_dir" && as_dir=.
7695 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7697 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7698 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7699 break 2
7700 fi
7701done
7702 done
7703IFS=$as_save_IFS
7704
7705fi
7706fi
7707DSYMUTIL=$ac_cv_prog_DSYMUTIL
7708if test -n "$DSYMUTIL"; then
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7710$as_echo "$DSYMUTIL" >&6; }
7711else
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7713$as_echo "no" >&6; }
7714fi
7715
7716
7717fi
7718if test -z "$ac_cv_prog_DSYMUTIL"; then
7719 ac_ct_DSYMUTIL=$DSYMUTIL
7720 # Extract the first word of "dsymutil", so it can be a program name with args.
7721set dummy dsymutil; ac_word=$2
7722{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7723$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7724if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7725 $as_echo_n "(cached) " >&6
7726else
7727 if test -n "$ac_ct_DSYMUTIL"; then
7728 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7729else
7730as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7731for as_dir in $PATH
7732do
7733 IFS=$as_save_IFS
7734 test -z "$as_dir" && as_dir=.
7735 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7736 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7737 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7738 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7739 break 2
7740 fi
7741done
7742 done
7743IFS=$as_save_IFS
7744
7745fi
7746fi
7747ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7748if test -n "$ac_ct_DSYMUTIL"; then
7749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7750$as_echo "$ac_ct_DSYMUTIL" >&6; }
7751else
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7753$as_echo "no" >&6; }
7754fi
7755
7756 if test "x$ac_ct_DSYMUTIL" = x; then
7757 DSYMUTIL=":"
7758 else
7759 case $cross_compiling:$ac_tool_warned in
7760yes:)
7761{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7762$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7763ac_tool_warned=yes ;;
7764esac
7765 DSYMUTIL=$ac_ct_DSYMUTIL
7766 fi
7767else
7768 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7769fi
7770
7771 if test -n "$ac_tool_prefix"; then
7772 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7773set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7774{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7775$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7776if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7777 $as_echo_n "(cached) " >&6
7778else
7779 if test -n "$NMEDIT"; then
7780 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7781else
7782as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7783for as_dir in $PATH
7784do
7785 IFS=$as_save_IFS
7786 test -z "$as_dir" && as_dir=.
7787 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7788 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7789 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7791 break 2
7792 fi
7793done
7794 done
7795IFS=$as_save_IFS
7796
7797fi
7798fi
7799NMEDIT=$ac_cv_prog_NMEDIT
7800if test -n "$NMEDIT"; then
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7802$as_echo "$NMEDIT" >&6; }
7803else
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7805$as_echo "no" >&6; }
7806fi
7807
7808
7809fi
7810if test -z "$ac_cv_prog_NMEDIT"; then
7811 ac_ct_NMEDIT=$NMEDIT
7812 # Extract the first word of "nmedit", so it can be a program name with args.
7813set dummy nmedit; ac_word=$2
7814{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7815$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7816if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7817 $as_echo_n "(cached) " >&6
7818else
7819 if test -n "$ac_ct_NMEDIT"; then
7820 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7821else
7822as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7823for as_dir in $PATH
7824do
7825 IFS=$as_save_IFS
7826 test -z "$as_dir" && as_dir=.
7827 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7828 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7829 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7830 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7831 break 2
7832 fi
7833done
7834 done
7835IFS=$as_save_IFS
7836
7837fi
7838fi
7839ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7840if test -n "$ac_ct_NMEDIT"; then
7841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7842$as_echo "$ac_ct_NMEDIT" >&6; }
7843else
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7845$as_echo "no" >&6; }
7846fi
7847
7848 if test "x$ac_ct_NMEDIT" = x; then
7849 NMEDIT=":"
7850 else
7851 case $cross_compiling:$ac_tool_warned in
7852yes:)
7853{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7854$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7855ac_tool_warned=yes ;;
7856esac
7857 NMEDIT=$ac_ct_NMEDIT
7858 fi
7859else
7860 NMEDIT="$ac_cv_prog_NMEDIT"
7861fi
7862
7863 if test -n "$ac_tool_prefix"; then
7864 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7865set dummy ${ac_tool_prefix}lipo; ac_word=$2
7866{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7867$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7868if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7869 $as_echo_n "(cached) " >&6
7870else
7871 if test -n "$LIPO"; then
7872 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7873else
7874as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7875for as_dir in $PATH
7876do
7877 IFS=$as_save_IFS
7878 test -z "$as_dir" && as_dir=.
7879 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7881 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7883 break 2
7884 fi
7885done
7886 done
7887IFS=$as_save_IFS
7888
7889fi
7890fi
7891LIPO=$ac_cv_prog_LIPO
7892if test -n "$LIPO"; then
7893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7894$as_echo "$LIPO" >&6; }
7895else
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7897$as_echo "no" >&6; }
7898fi
7899
7900
7901fi
7902if test -z "$ac_cv_prog_LIPO"; then
7903 ac_ct_LIPO=$LIPO
7904 # Extract the first word of "lipo", so it can be a program name with args.
7905set dummy lipo; ac_word=$2
7906{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7907$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7908if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7909 $as_echo_n "(cached) " >&6
7910else
7911 if test -n "$ac_ct_LIPO"; then
7912 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7913else
7914as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7915for as_dir in $PATH
7916do
7917 IFS=$as_save_IFS
7918 test -z "$as_dir" && as_dir=.
7919 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7921 ac_cv_prog_ac_ct_LIPO="lipo"
7922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7923 break 2
7924 fi
7925done
7926 done
7927IFS=$as_save_IFS
7928
7929fi
7930fi
7931ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7932if test -n "$ac_ct_LIPO"; then
7933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7934$as_echo "$ac_ct_LIPO" >&6; }
7935else
7936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7937$as_echo "no" >&6; }
7938fi
7939
7940 if test "x$ac_ct_LIPO" = x; then
7941 LIPO=":"
7942 else
7943 case $cross_compiling:$ac_tool_warned in
7944yes:)
7945{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7946$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7947ac_tool_warned=yes ;;
7948esac
7949 LIPO=$ac_ct_LIPO
7950 fi
7951else
7952 LIPO="$ac_cv_prog_LIPO"
7953fi
7954
7955 if test -n "$ac_tool_prefix"; then
7956 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7957set dummy ${ac_tool_prefix}otool; ac_word=$2
7958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7959$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7960if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
7961 $as_echo_n "(cached) " >&6
7962else
7963 if test -n "$OTOOL"; then
7964 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7965else
7966as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7967for as_dir in $PATH
7968do
7969 IFS=$as_save_IFS
7970 test -z "$as_dir" && as_dir=.
7971 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7972 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7973 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7974 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7975 break 2
7976 fi
7977done
7978 done
7979IFS=$as_save_IFS
7980
7981fi
7982fi
7983OTOOL=$ac_cv_prog_OTOOL
7984if test -n "$OTOOL"; then
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7986$as_echo "$OTOOL" >&6; }
7987else
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7989$as_echo "no" >&6; }
7990fi
7991
7992
7993fi
7994if test -z "$ac_cv_prog_OTOOL"; then
7995 ac_ct_OTOOL=$OTOOL
7996 # Extract the first word of "otool", so it can be a program name with args.
7997set dummy otool; ac_word=$2
7998{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7999$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8000if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8001 $as_echo_n "(cached) " >&6
8002else
8003 if test -n "$ac_ct_OTOOL"; then
8004 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8005else
8006as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8007for as_dir in $PATH
8008do
8009 IFS=$as_save_IFS
8010 test -z "$as_dir" && as_dir=.
8011 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8012 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8013 ac_cv_prog_ac_ct_OTOOL="otool"
8014 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8015 break 2
8016 fi
8017done
8018 done
8019IFS=$as_save_IFS
8020
8021fi
8022fi
8023ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8024if test -n "$ac_ct_OTOOL"; then
8025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8026$as_echo "$ac_ct_OTOOL" >&6; }
8027else
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8029$as_echo "no" >&6; }
8030fi
8031
8032 if test "x$ac_ct_OTOOL" = x; then
8033 OTOOL=":"
8034 else
8035 case $cross_compiling:$ac_tool_warned in
8036yes:)
8037{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8038$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8039ac_tool_warned=yes ;;
8040esac
8041 OTOOL=$ac_ct_OTOOL
8042 fi
8043else
8044 OTOOL="$ac_cv_prog_OTOOL"
8045fi
8046
8047 if test -n "$ac_tool_prefix"; then
8048 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8049set dummy ${ac_tool_prefix}otool64; ac_word=$2
8050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8051$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8052if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8053 $as_echo_n "(cached) " >&6
8054else
8055 if test -n "$OTOOL64"; then
8056 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8057else
8058as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8059for as_dir in $PATH
8060do
8061 IFS=$as_save_IFS
8062 test -z "$as_dir" && as_dir=.
8063 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8064 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8065 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8066 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8067 break 2
8068 fi
8069done
8070 done
8071IFS=$as_save_IFS
8072
8073fi
8074fi
8075OTOOL64=$ac_cv_prog_OTOOL64
8076if test -n "$OTOOL64"; then
8077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8078$as_echo "$OTOOL64" >&6; }
8079else
8080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8081$as_echo "no" >&6; }
8082fi
8083
8084
8085fi
8086if test -z "$ac_cv_prog_OTOOL64"; then
8087 ac_ct_OTOOL64=$OTOOL64
8088 # Extract the first word of "otool64", so it can be a program name with args.
8089set dummy otool64; ac_word=$2
8090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8091$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8092if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8093 $as_echo_n "(cached) " >&6
8094else
8095 if test -n "$ac_ct_OTOOL64"; then
8096 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8097else
8098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8099for as_dir in $PATH
8100do
8101 IFS=$as_save_IFS
8102 test -z "$as_dir" && as_dir=.
8103 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8104 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8105 ac_cv_prog_ac_ct_OTOOL64="otool64"
8106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8107 break 2
8108 fi
8109done
8110 done
8111IFS=$as_save_IFS
8112
8113fi
8114fi
8115ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8116if test -n "$ac_ct_OTOOL64"; then
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8118$as_echo "$ac_ct_OTOOL64" >&6; }
8119else
8120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8121$as_echo "no" >&6; }
8122fi
8123
8124 if test "x$ac_ct_OTOOL64" = x; then
8125 OTOOL64=":"
8126 else
8127 case $cross_compiling:$ac_tool_warned in
8128yes:)
8129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8131ac_tool_warned=yes ;;
8132esac
8133 OTOOL64=$ac_ct_OTOOL64
8134 fi
8135else
8136 OTOOL64="$ac_cv_prog_OTOOL64"
8137fi
8138
8139
8140
8141
8142
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8166$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8167if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8168 $as_echo_n "(cached) " >&6
8169else
8170 lt_cv_apple_cc_single_mod=no
8171 if test -z "${LT_MULTI_MODULE}"; then
8172 # By default we will add the -single_module flag. You can override
8173 # by either setting the environment variable LT_MULTI_MODULE
8174 # non-empty at configure time, or by adding -multi_module to the
8175 # link flags.
8176 rm -rf libconftest.dylib*
8177 echo "int foo(void){return 1;}" > conftest.c
8178 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8179-dynamiclib -Wl,-single_module conftest.c" >&5
8180 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8181 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8182 _lt_result=$?
8183 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8184 lt_cv_apple_cc_single_mod=yes
8185 else
8186 cat conftest.err >&5
8187 fi
8188 rm -rf libconftest.dylib*
8189 rm -f conftest.*
8190 fi
8191fi
8192{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8193$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8195$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8196if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8197 $as_echo_n "(cached) " >&6
8198else
8199 lt_cv_ld_exported_symbols_list=no
8200 save_LDFLAGS=$LDFLAGS
8201 echo "_main" > conftest.sym
8202 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8204/* end confdefs.h. */
8205
8206int
8207main ()
8208{
8209
8210 ;
8211 return 0;
8212}
8213_ACEOF
8214if ac_fn_c_try_link "$LINENO"; then :
8215 lt_cv_ld_exported_symbols_list=yes
8216else
8217 lt_cv_ld_exported_symbols_list=no
8218fi
8219rm -f core conftest.err conftest.$ac_objext \
8220 conftest$ac_exeext conftest.$ac_ext
8221 LDFLAGS="$save_LDFLAGS"
8222
8223fi
8224{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8225$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8227$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8228if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8229 $as_echo_n "(cached) " >&6
8230else
8231 lt_cv_ld_force_load=no
8232 cat > conftest.c << _LT_EOF
8233int forced_loaded() { return 2;}
8234_LT_EOF
8235 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8236 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8237 echo "$AR cru libconftest.a conftest.o" >&5
8238 $AR cru libconftest.a conftest.o 2>&5
8239 cat > conftest.c << _LT_EOF
8240int main() { return 0;}
8241_LT_EOF
8242 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8243 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8244 _lt_result=$?
8245 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8246 lt_cv_ld_force_load=yes
8247 else
8248 cat conftest.err >&5
8249 fi
8250 rm -f conftest.err libconftest.a conftest conftest.c
8251 rm -rf conftest.dSYM
8252
8253fi
8254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8255$as_echo "$lt_cv_ld_force_load" >&6; }
8256 case $host_os in
8257 rhapsody* | darwin1.[012])
8258 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8259 darwin1.*)
8260 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8261 darwin*) # darwin 5.x on
8262 # if running on 10.5 or later, the deployment target defaults
8263 # to the OS version, if on x86, and 10.4, the deployment
8264 # target defaults to 10.4. Don't you love it?
8265 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8266 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8267 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8268 10.[012][,.]*)
6bb11ab3
L
8269 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8270 10.*)
8271 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8272 esac
8273 ;;
8274 esac
8275 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8276 _lt_dar_single_mod='$single_module'
8277 fi
8278 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8279 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8280 else
8281 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8282 fi
8283 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8284 _lt_dsymutil='~$DSYMUTIL $lib || :'
8285 else
8286 _lt_dsymutil=
8287 fi
8288 ;;
8289 esac
8290
8291for ac_header in dlfcn.h
8292do :
8293 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8294"
d0ac1c44 8295if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8296 cat >>confdefs.h <<_ACEOF
8297#define HAVE_DLFCN_H 1
8298_ACEOF
8299
8300fi
8301
8302done
8303
8304
8305
8306# autoconf.info says this should be called right after AC_INIT.
8307ac_config_headers="$ac_config_headers config.h:config.in"
8308
8309
8310
0cb8d851
MF
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8312$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8313if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8314 $as_echo_n "(cached) " >&6
8315else
8316 ac_cv_c_bigendian=unknown
8317 # See if we're dealing with a universal compiler.
8318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8319/* end confdefs.h. */
8320#ifndef __APPLE_CC__
8321 not a universal capable compiler
8322 #endif
8323 typedef int dummy;
8324
8325_ACEOF
8326if ac_fn_c_try_compile "$LINENO"; then :
8327
8328 # Check for potential -arch flags. It is not universal unless
8329 # there are at least two -arch flags with different values.
8330 ac_arch=
8331 ac_prev=
8332 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8333 if test -n "$ac_prev"; then
8334 case $ac_word in
8335 i?86 | x86_64 | ppc | ppc64)
8336 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8337 ac_arch=$ac_word
8338 else
8339 ac_cv_c_bigendian=universal
8340 break
8341 fi
8342 ;;
8343 esac
8344 ac_prev=
8345 elif test "x$ac_word" = "x-arch"; then
8346 ac_prev=arch
8347 fi
8348 done
8349fi
8350rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8351 if test $ac_cv_c_bigendian = unknown; then
8352 # See if sys/param.h defines the BYTE_ORDER macro.
8353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8354/* end confdefs.h. */
8355#include <sys/types.h>
8356 #include <sys/param.h>
8357
8358int
8359main ()
8360{
8361#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8362 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8363 && LITTLE_ENDIAN)
8364 bogus endian macros
8365 #endif
8366
8367 ;
8368 return 0;
8369}
8370_ACEOF
8371if ac_fn_c_try_compile "$LINENO"; then :
8372 # It does; now see whether it defined to BIG_ENDIAN or not.
8373 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8374/* end confdefs.h. */
8375#include <sys/types.h>
8376 #include <sys/param.h>
8377
8378int
8379main ()
8380{
8381#if BYTE_ORDER != BIG_ENDIAN
8382 not big endian
8383 #endif
8384
8385 ;
8386 return 0;
8387}
8388_ACEOF
8389if ac_fn_c_try_compile "$LINENO"; then :
8390 ac_cv_c_bigendian=yes
8391else
8392 ac_cv_c_bigendian=no
8393fi
8394rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8395fi
8396rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8397 fi
8398 if test $ac_cv_c_bigendian = unknown; then
8399 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8401/* end confdefs.h. */
8402#include <limits.h>
8403
8404int
8405main ()
8406{
8407#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8408 bogus endian macros
8409 #endif
8410
8411 ;
8412 return 0;
8413}
8414_ACEOF
8415if ac_fn_c_try_compile "$LINENO"; then :
8416 # It does; now see whether it defined to _BIG_ENDIAN or not.
8417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8418/* end confdefs.h. */
8419#include <limits.h>
8420
8421int
8422main ()
8423{
8424#ifndef _BIG_ENDIAN
8425 not big endian
8426 #endif
8427
8428 ;
8429 return 0;
8430}
8431_ACEOF
8432if ac_fn_c_try_compile "$LINENO"; then :
8433 ac_cv_c_bigendian=yes
8434else
8435 ac_cv_c_bigendian=no
8436fi
8437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8438fi
8439rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8440 fi
8441 if test $ac_cv_c_bigendian = unknown; then
8442 # Compile a test program.
8443 if test "$cross_compiling" = yes; then :
8444 # Try to guess by grepping values from an object file.
8445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8446/* end confdefs.h. */
8447short int ascii_mm[] =
8448 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8449 short int ascii_ii[] =
8450 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8451 int use_ascii (int i) {
8452 return ascii_mm[i] + ascii_ii[i];
8453 }
8454 short int ebcdic_ii[] =
8455 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8456 short int ebcdic_mm[] =
8457 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8458 int use_ebcdic (int i) {
8459 return ebcdic_mm[i] + ebcdic_ii[i];
8460 }
8461 extern int foo;
8462
8463int
8464main ()
8465{
8466return use_ascii (foo) == use_ebcdic (foo);
8467 ;
8468 return 0;
8469}
8470_ACEOF
8471if ac_fn_c_try_compile "$LINENO"; then :
8472 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8473 ac_cv_c_bigendian=yes
8474 fi
8475 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8476 if test "$ac_cv_c_bigendian" = unknown; then
8477 ac_cv_c_bigendian=no
8478 else
8479 # finding both strings is unlikely to happen, but who knows?
8480 ac_cv_c_bigendian=unknown
8481 fi
8482 fi
8483fi
8484rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8485else
8486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8487/* end confdefs.h. */
8488$ac_includes_default
8489int
8490main ()
8491{
8492
8493 /* Are we little or big endian? From Harbison&Steele. */
8494 union
8495 {
8496 long int l;
8497 char c[sizeof (long int)];
8498 } u;
8499 u.l = 1;
8500 return u.c[sizeof (long int) - 1] == 1;
8501
8502 ;
8503 return 0;
8504}
8505_ACEOF
8506if ac_fn_c_try_run "$LINENO"; then :
8507 ac_cv_c_bigendian=no
8508else
8509 ac_cv_c_bigendian=yes
8510fi
8511rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8512 conftest.$ac_objext conftest.beam conftest.$ac_ext
8513fi
8514
8515 fi
8516fi
8517{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8518$as_echo "$ac_cv_c_bigendian" >&6; }
8519 case $ac_cv_c_bigendian in #(
8520 yes)
8521 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8522;; #(
8523 no)
8524 ;; #(
8525 universal)
8526
8527$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8528
8529 ;; #(
8530 *)
d0ac1c44 8531 as_fn_error $? "unknown endianness
0cb8d851
MF
8532 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8533 esac
8534
6bb11ab3
L
8535
8536
8537
8538# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8539if test -z "$CC_FOR_BUILD"; then
8540 if test "x$cross_compiling" = "xno"; then
8541 CC_FOR_BUILD='$(CC)'
8542 else
8543 CC_FOR_BUILD=gcc
8544 fi
6bb11ab3
L
8545fi
8546
8547
8548
8549
8550AR=${AR-ar}
8551
8552if test -n "$ac_tool_prefix"; then
8553 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8554set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8555{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8556$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8557if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8558 $as_echo_n "(cached) " >&6
8559else
8560 if test -n "$RANLIB"; then
8561 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8562else
8563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8564for as_dir in $PATH
8565do
8566 IFS=$as_save_IFS
8567 test -z "$as_dir" && as_dir=.
8568 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8569 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8570 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8571 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8572 break 2
8573 fi
8574done
8575 done
8576IFS=$as_save_IFS
8577
8578fi
8579fi
8580RANLIB=$ac_cv_prog_RANLIB
8581if test -n "$RANLIB"; then
8582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8583$as_echo "$RANLIB" >&6; }
8584else
8585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8586$as_echo "no" >&6; }
8587fi
8588
8589
8590fi
8591if test -z "$ac_cv_prog_RANLIB"; then
8592 ac_ct_RANLIB=$RANLIB
8593 # Extract the first word of "ranlib", so it can be a program name with args.
8594set dummy ranlib; ac_word=$2
8595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8596$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8597if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8598 $as_echo_n "(cached) " >&6
8599else
8600 if test -n "$ac_ct_RANLIB"; then
8601 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8602else
8603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8604for as_dir in $PATH
8605do
8606 IFS=$as_save_IFS
8607 test -z "$as_dir" && as_dir=.
8608 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8609 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8610 ac_cv_prog_ac_ct_RANLIB="ranlib"
8611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8612 break 2
8613 fi
8614done
8615 done
8616IFS=$as_save_IFS
8617
8618fi
8619fi
8620ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8621if test -n "$ac_ct_RANLIB"; then
8622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8623$as_echo "$ac_ct_RANLIB" >&6; }
8624else
8625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8626$as_echo "no" >&6; }
8627fi
8628
8629 if test "x$ac_ct_RANLIB" = x; then
8630 RANLIB=":"
8631 else
8632 case $cross_compiling:$ac_tool_warned in
8633yes:)
8634{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8635$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8636ac_tool_warned=yes ;;
8637esac
8638 RANLIB=$ac_ct_RANLIB
8639 fi
8640else
8641 RANLIB="$ac_cv_prog_RANLIB"
8642fi
8643
8644
46f900c0
MF
8645# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8646# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8647# is C99. So handle it ourselves.
8648:
8649C_DIALECT=
8650{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8651$as_echo_n "checking whether C11 is supported by default... " >&6; }
8652cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8653/* end confdefs.h. */
8654
8655#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8656# error "C11 support not found"
8657#endif
8658
8659_ACEOF
8660if ac_fn_c_try_compile "$LINENO"; then :
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8662$as_echo "yes" >&6; }
8663else
8664
8665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8666$as_echo "no" >&6; }
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8668$as_echo_n "checking for -std=c11 support... " >&6; }
8669 ac_save_CC="$CC"
8670 CC="$CC -std=c11"
8671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8672/* end confdefs.h. */
8673
8674#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8675# error "C11 support not found"
8676#endif
8677
8678_ACEOF
8679if ac_fn_c_try_compile "$LINENO"; then :
8680
8681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8682$as_echo "yes" >&6; }
8683 CC="$ac_save_CC"
8684 C_DIALECT="-std=c11"
8685
8686else
8687 as_fn_error $? "C11 is required" "$LINENO" 5
8688fi
8689rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8690fi
8691rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8692
8693
6bb11ab3
L
8694# Some of the common include files depend on bfd.h, and bfd.h checks
8695# that config.h is included first by testing that the PACKAGE macro
8696# is defined.
8697PACKAGE=sim
8698
8699cat >>confdefs.h <<_ACEOF
8700#define PACKAGE "$PACKAGE"
8701_ACEOF
8702
8703
8704
8705# Dependency checking.
8706ac_config_commands="$ac_config_commands depdir"
8707
8708
8709depcc="$CC" am_compiler_list=
8710
8711am_depcomp=$ac_aux_dir/depcomp
8712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8713$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8714if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8715 $as_echo_n "(cached) " >&6
8716else
8717 if test -f "$am_depcomp"; then
8718 # We make a subdir and do the tests there. Otherwise we can end up
8719 # making bogus files that we don't know about and never remove. For
8720 # instance it was reported that on HP-UX the gcc test will end up
8721 # making a dummy file named `D' -- because `-MD' means `put the output
8722 # in D'.
8723 mkdir conftest.dir
8724 # Copy depcomp to subdir because otherwise we won't find it if we're
8725 # using a relative directory.
8726 cp "$am_depcomp" conftest.dir
8727 cd conftest.dir
8728 # We will build objects and dependencies in a subdirectory because
8729 # it helps to detect inapplicable dependency modes. For instance
8730 # both Tru64's cc and ICC support -MD to output dependencies as a
8731 # side effect of compilation, but ICC will put the dependencies in
8732 # the current directory while Tru64 will put them in the object
8733 # directory.
8734 mkdir sub
8735
8736 am_cv_CC_dependencies_compiler_type=none
8737 if test "$am_compiler_list" = ""; then
8738 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8739 fi
8740 for depmode in $am_compiler_list; do
8741 if test $depmode = none; then break; fi
8742
8743 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8744 # Setup a source with many dependencies, because some compilers
8745 # like to wrap large dependency lists on column 80 (with \), and
8746 # we should not choose a depcomp mode which is confused by this.
8747 #
8748 # We need to recreate these files for each test, as the compiler may
8749 # overwrite some of them when testing with obscure command lines.
8750 # This happens at least with the AIX C compiler.
8751 : > sub/conftest.c
8752 for i in 1 2 3 4 5 6; do
8753 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8754 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8755 # Solaris 8's {/usr,}/bin/sh.
8756 touch sub/conftst$i.h
8757 done
8758 echo "include sub/conftest.Po" > confmf
8759
8760 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8761 # mode. It turns out that the SunPro C++ compiler does not properly
8762 # handle `-M -o', and we need to detect this.
8763 depcmd="depmode=$depmode \
8764 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8765 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8766 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8767 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8768 if env $depcmd > conftest.err 2>&1 &&
8769 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8770 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8771 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8772 # icc doesn't choke on unknown options, it will just issue warnings
8773 # or remarks (even with -Werror). So we grep stderr for any message
8774 # that says an option was ignored or not supported.
8775 # When given -MP, icc 7.0 and 7.1 complain thusly:
8776 # icc: Command line warning: ignoring option '-M'; no argument required
8777 # The diagnosis changed in icc 8.0:
8778 # icc: Command line remark: option '-MP' not supported
8779 if (grep 'ignoring option' conftest.err ||
8780 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8781 am_cv_CC_dependencies_compiler_type=$depmode
8782 $as_echo "$as_me:$LINENO: success" >&5
8783 break
8784 fi
8785 fi
8786 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8787 sed -e 's/^/| /' < conftest.err >&5
8788 done
8789
8790 cd ..
8791 rm -rf conftest.dir
8792else
8793 am_cv_CC_dependencies_compiler_type=none
8794fi
8795
8796fi
8797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8798$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8799if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8800then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8801else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8802
8803fi
8804
8805
8806# Check for the 'make' the user wants to use.
8807for ac_prog in make
8808do
8809 # Extract the first word of "$ac_prog", so it can be a program name with args.
8810set dummy $ac_prog; ac_word=$2
8811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8812$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8813if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8814 $as_echo_n "(cached) " >&6
8815else
8816 if test -n "$MAKE"; then
8817 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8818else
8819as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8820for as_dir in $PATH
8821do
8822 IFS=$as_save_IFS
8823 test -z "$as_dir" && as_dir=.
8824 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8825 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8826 ac_cv_prog_MAKE="$ac_prog"
8827 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8828 break 2
8829 fi
8830done
8831 done
8832IFS=$as_save_IFS
8833
8834fi
8835fi
8836MAKE=$ac_cv_prog_MAKE
8837if test -n "$MAKE"; then
8838 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8839$as_echo "$MAKE" >&6; }
8840else
8841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8842$as_echo "no" >&6; }
8843fi
8844
8845
8846 test -n "$MAKE" && break
8847done
8848
8849MAKE_IS_GNU=
8850case "`$MAKE --version 2>&1 | sed 1q`" in
8851 *GNU*)
8852 MAKE_IS_GNU=yes
8853 ;;
8854esac
8855 if test "$MAKE_IS_GNU" = yes; then
8856 GMAKE_TRUE=
8857 GMAKE_FALSE='#'
8858else
8859 GMAKE_TRUE='#'
8860 GMAKE_FALSE=
8861fi
8862
8863
8864ALL_LINGUAS=
8865# If we haven't got the data from the intl directory,
8866# assume NLS is disabled.
8867USE_NLS=no
8868LIBINTL=
8869LIBINTL_DEP=
8870INCINTL=
8871XGETTEXT=
8872GMSGFMT=
8873POSUB=
8874
8875if test -f ../../intl/config.intl; then
8876 . ../../intl/config.intl
8877fi
8878{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8879$as_echo_n "checking whether NLS is requested... " >&6; }
8880if test x"$USE_NLS" != xyes; then
8881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8882$as_echo "no" >&6; }
8883else
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8885$as_echo "yes" >&6; }
8886
8887$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8888
8889
8890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8891$as_echo_n "checking for catalogs to be installed... " >&6; }
8892 # Look for .po and .gmo files in the source directory.
8893 CATALOGS=
8894 XLINGUAS=
8895 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8896 # If there aren't any .gmo files the shell will give us the
8897 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8898 # weeded out.
8899 case "$cat" in *\**)
8900 continue;;
8901 esac
8902 # The quadruple backslash is collapsed to a double backslash
8903 # by the backticks, then collapsed again by the double quotes,
8904 # leaving us with one backslash in the sed expression (right
8905 # before the dot that mustn't act as a wildcard).
8906 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8907 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8908 # The user is allowed to set LINGUAS to a list of languages to
8909 # install catalogs for. If it's empty that means "all of them."
8910 if test "x$LINGUAS" = x; then
8911 CATALOGS="$CATALOGS $cat"
8912 XLINGUAS="$XLINGUAS $lang"
8913 else
8914 case "$LINGUAS" in *$lang*)
8915 CATALOGS="$CATALOGS $cat"
8916 XLINGUAS="$XLINGUAS $lang"
8917 ;;
8918 esac
8919 fi
8920 done
8921 LINGUAS="$XLINGUAS"
8922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8923$as_echo "$LINGUAS" >&6; }
8924
8925
8926 DATADIRNAME=share
8927
8928 INSTOBJEXT=.mo
8929
8930 GENCAT=gencat
8931
8932 CATOBJEXT=.gmo
8933
8934fi
8935
8936# Check for common headers.
8937# FIXME: Seems to me this can cause problems for i386-windows hosts.
8938# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8939for ac_header in stdlib.h string.h strings.h unistd.h time.h
8940do :
8941 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8942ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8943if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8944 cat >>confdefs.h <<_ACEOF
8945#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8946_ACEOF
8947
8948fi
8949
8950done
8951
936df756 8952for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8953do :
8954 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8955ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8956if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8957 cat >>confdefs.h <<_ACEOF
8958#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8959_ACEOF
8960
8961fi
8962
8963done
8964
8965for ac_header in fcntl.h fpu_control.h
8966do :
8967 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8968ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8969if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8970 cat >>confdefs.h <<_ACEOF
8971#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8972_ACEOF
8973
8974fi
8975
8976done
8977
8978for ac_header in dlfcn.h errno.h sys/stat.h
8979do :
8980 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8981ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8982if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8983 cat >>confdefs.h <<_ACEOF
8984#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8985_ACEOF
8986
8987fi
8988
8989done
8990
8991for ac_func in getrusage time sigaction __setfpucw
8992do :
8993 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8994ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 8995if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
8996 cat >>confdefs.h <<_ACEOF
8997#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8998_ACEOF
8999
9000fi
9001done
9002
936df756
MF
9003for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9004do :
9005 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9006ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9007if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9008 cat >>confdefs.h <<_ACEOF
9009#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9010_ACEOF
9011
9012fi
9013done
9014
9015ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9016#include <sys/types.h>
9017#endif
9018#ifdef HAVE_SYS_STAT_H
9019#include <sys/stat.h>
9020#endif
9021"
d0ac1c44 9022if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9023
9024cat >>confdefs.h <<_ACEOF
9025#define HAVE_STRUCT_STAT_ST_DEV 1
9026_ACEOF
9027
9028
9029fi
9030ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9031#include <sys/types.h>
9032#endif
9033#ifdef HAVE_SYS_STAT_H
9034#include <sys/stat.h>
9035#endif
9036"
d0ac1c44 9037if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9038
9039cat >>confdefs.h <<_ACEOF
9040#define HAVE_STRUCT_STAT_ST_INO 1
9041_ACEOF
9042
9043
9044fi
9045ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9046#include <sys/types.h>
9047#endif
9048#ifdef HAVE_SYS_STAT_H
9049#include <sys/stat.h>
9050#endif
9051"
d0ac1c44 9052if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9053
9054cat >>confdefs.h <<_ACEOF
9055#define HAVE_STRUCT_STAT_ST_MODE 1
9056_ACEOF
9057
9058
9059fi
9060ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9061#include <sys/types.h>
9062#endif
9063#ifdef HAVE_SYS_STAT_H
9064#include <sys/stat.h>
9065#endif
9066"
d0ac1c44 9067if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9068
9069cat >>confdefs.h <<_ACEOF
9070#define HAVE_STRUCT_STAT_ST_NLINK 1
9071_ACEOF
9072
9073
9074fi
9075ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9076#include <sys/types.h>
9077#endif
9078#ifdef HAVE_SYS_STAT_H
9079#include <sys/stat.h>
9080#endif
9081"
d0ac1c44 9082if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9083
9084cat >>confdefs.h <<_ACEOF
9085#define HAVE_STRUCT_STAT_ST_UID 1
9086_ACEOF
9087
9088
9089fi
9090ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9091#include <sys/types.h>
9092#endif
9093#ifdef HAVE_SYS_STAT_H
9094#include <sys/stat.h>
9095#endif
9096"
d0ac1c44 9097if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9098
9099cat >>confdefs.h <<_ACEOF
9100#define HAVE_STRUCT_STAT_ST_GID 1
9101_ACEOF
9102
9103
9104fi
9105ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9106#include <sys/types.h>
9107#endif
9108#ifdef HAVE_SYS_STAT_H
9109#include <sys/stat.h>
9110#endif
9111"
d0ac1c44 9112if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9113
9114cat >>confdefs.h <<_ACEOF
9115#define HAVE_STRUCT_STAT_ST_RDEV 1
9116_ACEOF
9117
9118
9119fi
9120ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9121#include <sys/types.h>
9122#endif
9123#ifdef HAVE_SYS_STAT_H
9124#include <sys/stat.h>
9125#endif
9126"
d0ac1c44 9127if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9128
9129cat >>confdefs.h <<_ACEOF
9130#define HAVE_STRUCT_STAT_ST_SIZE 1
9131_ACEOF
9132
9133
9134fi
9135ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9136#include <sys/types.h>
9137#endif
9138#ifdef HAVE_SYS_STAT_H
9139#include <sys/stat.h>
9140#endif
9141"
d0ac1c44 9142if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9143
9144cat >>confdefs.h <<_ACEOF
9145#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9146_ACEOF
9147
9148
9149fi
9150ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9151#include <sys/types.h>
9152#endif
9153#ifdef HAVE_SYS_STAT_H
9154#include <sys/stat.h>
9155#endif
9156"
d0ac1c44 9157if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9158
9159cat >>confdefs.h <<_ACEOF
9160#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9161_ACEOF
9162
9163
9164fi
9165ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9166#include <sys/types.h>
9167#endif
9168#ifdef HAVE_SYS_STAT_H
9169#include <sys/stat.h>
9170#endif
9171"
d0ac1c44 9172if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9173
9174cat >>confdefs.h <<_ACEOF
9175#define HAVE_STRUCT_STAT_ST_ATIME 1
9176_ACEOF
9177
9178
9179fi
9180ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9181#include <sys/types.h>
9182#endif
9183#ifdef HAVE_SYS_STAT_H
9184#include <sys/stat.h>
9185#endif
9186"
d0ac1c44 9187if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9188
9189cat >>confdefs.h <<_ACEOF
9190#define HAVE_STRUCT_STAT_ST_MTIME 1
9191_ACEOF
9192
9193
9194fi
9195ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9196#include <sys/types.h>
9197#endif
9198#ifdef HAVE_SYS_STAT_H
9199#include <sys/stat.h>
9200#endif
9201"
d0ac1c44 9202if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9203
9204cat >>confdefs.h <<_ACEOF
9205#define HAVE_STRUCT_STAT_ST_CTIME 1
9206_ACEOF
9207
9208
9209fi
9210
9211ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9212#include <sys/socket.h>
9213
9214"
d0ac1c44 9215if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9216
9217cat >>confdefs.h <<_ACEOF
9218#define HAVE_SOCKLEN_T 1
9219_ACEOF
9220
9221
9222fi
9223
6bb11ab3
L
9224
9225# Check for socket libraries
9226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9227$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9228if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9229 $as_echo_n "(cached) " >&6
9230else
9231 ac_check_lib_save_LIBS=$LIBS
9232LIBS="-lsocket $LIBS"
9233cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9234/* end confdefs.h. */
9235
9236/* Override any GCC internal prototype to avoid an error.
9237 Use char because int might match the return type of a GCC
9238 builtin and then its argument prototype would still apply. */
9239#ifdef __cplusplus
9240extern "C"
9241#endif
9242char bind ();
9243int
9244main ()
9245{
9246return bind ();
9247 ;
9248 return 0;
9249}
9250_ACEOF
9251if ac_fn_c_try_link "$LINENO"; then :
9252 ac_cv_lib_socket_bind=yes
9253else
9254 ac_cv_lib_socket_bind=no
9255fi
9256rm -f core conftest.err conftest.$ac_objext \
9257 conftest$ac_exeext conftest.$ac_ext
9258LIBS=$ac_check_lib_save_LIBS
9259fi
9260{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9261$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9262if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9263 cat >>confdefs.h <<_ACEOF
9264#define HAVE_LIBSOCKET 1
9265_ACEOF
9266
9267 LIBS="-lsocket $LIBS"
9268
9269fi
9270
9271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9272$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9273if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9274 $as_echo_n "(cached) " >&6
9275else
9276 ac_check_lib_save_LIBS=$LIBS
9277LIBS="-lnsl $LIBS"
9278cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9279/* end confdefs.h. */
9280
9281/* Override any GCC internal prototype to avoid an error.
9282 Use char because int might match the return type of a GCC
9283 builtin and then its argument prototype would still apply. */
9284#ifdef __cplusplus
9285extern "C"
9286#endif
9287char gethostbyname ();
9288int
9289main ()
9290{
9291return gethostbyname ();
9292 ;
9293 return 0;
9294}
9295_ACEOF
9296if ac_fn_c_try_link "$LINENO"; then :
9297 ac_cv_lib_nsl_gethostbyname=yes
9298else
9299 ac_cv_lib_nsl_gethostbyname=no
9300fi
9301rm -f core conftest.err conftest.$ac_objext \
9302 conftest$ac_exeext conftest.$ac_ext
9303LIBS=$ac_check_lib_save_LIBS
9304fi
9305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9306$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9307if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9308 cat >>confdefs.h <<_ACEOF
9309#define HAVE_LIBNSL 1
9310_ACEOF
9311
9312 LIBS="-lnsl $LIBS"
9313
9314fi
9315
9316
9317# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9318# using the same condition.
9319
aadc9410 9320 # Use the system's zlib library.
7fed4b0b
L
9321 zlibdir="-L\$(top_builddir)/../zlib"
9322 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9323
aadc9410
MF
9324# Check whether --with-system-zlib was given.
9325if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9326 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9327 zlibdir=
9328 zlibinc=
9329 fi
6bb11ab3
L
9330
9331fi
9332
6bb11ab3 9333
6bb11ab3 9334
6bb11ab3
L
9335
9336
9337# BFD uses libdl when when plugins enabled.
9338
faa743bb
RM
9339 maybe_plugins=no
9340 for ac_header in dlfcn.h
9341do :
9342 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9343"
d0ac1c44 9344if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9345 cat >>confdefs.h <<_ACEOF
9346#define HAVE_DLFCN_H 1
9347_ACEOF
9348 maybe_plugins=yes
9349fi
9350
9351done
9352
9353 for ac_header in windows.h
9354do :
9355 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9356"
d0ac1c44 9357if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9358 cat >>confdefs.h <<_ACEOF
9359#define HAVE_WINDOWS_H 1
9360_ACEOF
9361 maybe_plugins=yes
9362fi
9363
9364done
9365
9366
9367 # Check whether --enable-plugins was given.
6bb11ab3
L
9368if test "${enable_plugins+set}" = set; then :
9369 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9370 no) plugins=no ;;
9371 *) plugins=yes
9372 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9373 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9374 fi ;;
9375 esac
6bb11ab3 9376else
faa743bb
RM
9377 plugins=$maybe_plugins
9378
6bb11ab3
L
9379fi
9380
2974be62 9381 if test "$plugins" = "yes"; then
37f980dc
SM
9382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9383$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9384if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9385 $as_echo_n "(cached) " >&6
9386else
9387 ac_func_search_save_LIBS=$LIBS
9388cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9389/* end confdefs.h. */
9390
9391/* Override any GCC internal prototype to avoid an error.
9392 Use char because int might match the return type of a GCC
9393 builtin and then its argument prototype would still apply. */
9394#ifdef __cplusplus
9395extern "C"
9396#endif
37f980dc 9397char dlsym ();
2974be62
AM
9398int
9399main ()
9400{
37f980dc 9401return dlsym ();
2974be62
AM
9402 ;
9403 return 0;
9404}
9405_ACEOF
9406for ac_lib in '' dl; do
9407 if test -z "$ac_lib"; then
9408 ac_res="none required"
9409 else
9410 ac_res=-l$ac_lib
9411 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9412 fi
9413 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9414 ac_cv_search_dlsym=$ac_res
2974be62
AM
9415fi
9416rm -f core conftest.err conftest.$ac_objext \
9417 conftest$ac_exeext
d0ac1c44 9418 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9419 break
9420fi
9421done
d0ac1c44 9422if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9423
9424else
37f980dc 9425 ac_cv_search_dlsym=no
2974be62
AM
9426fi
9427rm conftest.$ac_ext
9428LIBS=$ac_func_search_save_LIBS
9429fi
37f980dc
SM
9430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9431$as_echo "$ac_cv_search_dlsym" >&6; }
9432ac_res=$ac_cv_search_dlsym
2974be62
AM
9433if test "$ac_res" != no; then :
9434 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9435
9436fi
9437
9438 fi
6bb11ab3
L
9439
9440 if test "$plugins" = yes; then
9441 PLUGINS_TRUE=
9442 PLUGINS_FALSE='#'
9443else
9444 PLUGINS_TRUE='#'
9445 PLUGINS_FALSE=
9446fi
9447
9448
9449
9450
9451
9452# Set options
9453enable_dlopen=yes
9454
9455
9456
9457
9458 enable_win32_dll=no
9459
9460
9461 # Check whether --enable-shared was given.
9462if test "${enable_shared+set}" = set; then :
9463 enableval=$enable_shared; p=${PACKAGE-default}
9464 case $enableval in
9465 yes) enable_shared=yes ;;
9466 no) enable_shared=no ;;
9467 *)
9468 enable_shared=no
9469 # Look at the argument we got. We use all the common list separators.
9470 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9471 for pkg in $enableval; do
9472 IFS="$lt_save_ifs"
9473 if test "X$pkg" = "X$p"; then
9474 enable_shared=yes
9475 fi
9476 done
9477 IFS="$lt_save_ifs"
9478 ;;
9479 esac
9480else
9481 enable_shared=yes
9482fi
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492 # Check whether --enable-static was given.
9493if test "${enable_static+set}" = set; then :
9494 enableval=$enable_static; p=${PACKAGE-default}
9495 case $enableval in
9496 yes) enable_static=yes ;;
9497 no) enable_static=no ;;
9498 *)
9499 enable_static=no
9500 # Look at the argument we got. We use all the common list separators.
9501 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9502 for pkg in $enableval; do
9503 IFS="$lt_save_ifs"
9504 if test "X$pkg" = "X$p"; then
9505 enable_static=yes
9506 fi
9507 done
9508 IFS="$lt_save_ifs"
9509 ;;
9510 esac
9511else
9512 enable_static=yes
9513fi
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524# Check whether --with-pic was given.
9525if test "${with_pic+set}" = set; then :
9526 withval=$with_pic; pic_mode="$withval"
9527else
9528 pic_mode=default
9529fi
9530
9531
9532test -z "$pic_mode" && pic_mode=default
9533
9534
9535
9536
9537
9538
9539
9540 # Check whether --enable-fast-install was given.
9541if test "${enable_fast_install+set}" = set; then :
9542 enableval=$enable_fast_install; p=${PACKAGE-default}
9543 case $enableval in
9544 yes) enable_fast_install=yes ;;
9545 no) enable_fast_install=no ;;
9546 *)
9547 enable_fast_install=no
9548 # Look at the argument we got. We use all the common list separators.
9549 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9550 for pkg in $enableval; do
9551 IFS="$lt_save_ifs"
9552 if test "X$pkg" = "X$p"; then
9553 enable_fast_install=yes
9554 fi
9555 done
9556 IFS="$lt_save_ifs"
9557 ;;
9558 esac
9559else
9560 enable_fast_install=yes
9561fi
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573# This can be used to rebuild libtool when needed
9574LIBTOOL_DEPS="$ltmain"
9575
9576# Always use our own libtool.
9577LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604test -z "$LN_S" && LN_S="ln -s"
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619if test -n "${ZSH_VERSION+set}" ; then
9620 setopt NO_GLOB_SUBST
d45a4bef 9621fi
d45a4bef 9622
6bb11ab3
L
9623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9624$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9625if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9626 $as_echo_n "(cached) " >&6
9627else
9628 rm -f .libs 2>/dev/null
9629mkdir .libs 2>/dev/null
9630if test -d .libs; then
9631 lt_cv_objdir=.libs
9632else
9633 # MS-DOS does not allow filenames that begin with a dot.
9634 lt_cv_objdir=_libs
9635fi
9636rmdir .libs 2>/dev/null
9637fi
9638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9639$as_echo "$lt_cv_objdir" >&6; }
9640objdir=$lt_cv_objdir
9641
9642
9643
9644
9645
9646cat >>confdefs.h <<_ACEOF
9647#define LT_OBJDIR "$lt_cv_objdir/"
9648_ACEOF
9649
9650
9651
9652
9653case $host_os in
9654aix3*)
9655 # AIX sometimes has problems with the GCC collect2 program. For some
9656 # reason, if we set the COLLECT_NAMES environment variable, the problems
9657 # vanish in a puff of smoke.
9658 if test "X${COLLECT_NAMES+set}" != Xset; then
9659 COLLECT_NAMES=
9660 export COLLECT_NAMES
9661 fi
9662 ;;
81ecdfbb 9663esac
6bb11ab3
L
9664
9665# Global variables:
9666ofile=libtool
9667can_build_shared=yes
9668
9669# All known linkers require a `.a' archive for static linking (except MSVC,
9670# which needs '.lib').
9671libext=a
9672
9673with_gnu_ld="$lt_cv_prog_gnu_ld"
9674
9675old_CC="$CC"
9676old_CFLAGS="$CFLAGS"
9677
9678# Set sane defaults for various variables
9679test -z "$CC" && CC=cc
9680test -z "$LTCC" && LTCC=$CC
9681test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9682test -z "$LD" && LD=ld
9683test -z "$ac_objext" && ac_objext=o
9684
9685for cc_temp in $compiler""; do
9686 case $cc_temp in
9687 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9688 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9689 \-*) ;;
9690 *) break;;
9691 esac
9692done
9693cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9694
9695
9696# Only perform the check for file, if the check method requires it
9697test -z "$MAGIC_CMD" && MAGIC_CMD=file
9698case $deplibs_check_method in
9699file_magic*)
9700 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9702$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9703if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9704 $as_echo_n "(cached) " >&6
9705else
9706 case $MAGIC_CMD in
9707[\\/*] | ?:[\\/]*)
9708 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9709 ;;
9710*)
9711 lt_save_MAGIC_CMD="$MAGIC_CMD"
9712 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9713 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9714 for ac_dir in $ac_dummy; do
9715 IFS="$lt_save_ifs"
9716 test -z "$ac_dir" && ac_dir=.
9717 if test -f $ac_dir/${ac_tool_prefix}file; then
9718 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9719 if test -n "$file_magic_test_file"; then
9720 case $deplibs_check_method in
9721 "file_magic "*)
9722 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9723 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9724 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9725 $EGREP "$file_magic_regex" > /dev/null; then
9726 :
9727 else
9728 cat <<_LT_EOF 1>&2
9729
9730*** Warning: the command libtool uses to detect shared libraries,
9731*** $file_magic_cmd, produces output that libtool cannot recognize.
9732*** The result is that libtool may fail to recognize shared libraries
9733*** as such. This will affect the creation of libtool libraries that
9734*** depend on shared libraries, but programs linked with such libtool
9735*** libraries will work regardless of this problem. Nevertheless, you
9736*** may want to report the problem to your system manager and/or to
9737*** bug-libtool@gnu.org
9738
9739_LT_EOF
9740 fi ;;
9741 esac
9742 fi
9743 break
d45a4bef 9744 fi
6bb11ab3
L
9745 done
9746 IFS="$lt_save_ifs"
9747 MAGIC_CMD="$lt_save_MAGIC_CMD"
9748 ;;
9749esac
d45a4bef 9750fi
d45a4bef 9751
6bb11ab3
L
9752MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9753if test -n "$MAGIC_CMD"; then
9754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9755$as_echo "$MAGIC_CMD" >&6; }
9756else
9757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9758$as_echo "no" >&6; }
9759fi
81ecdfbb 9760
6bb11ab3
L
9761
9762
9763
9764
9765if test -z "$lt_cv_path_MAGIC_CMD"; then
9766 if test -n "$ac_tool_prefix"; then
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9768$as_echo_n "checking for file... " >&6; }
d0ac1c44 9769if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9770 $as_echo_n "(cached) " >&6
9771else
9772 case $MAGIC_CMD in
9773[\\/*] | ?:[\\/]*)
9774 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9775 ;;
9776*)
9777 lt_save_MAGIC_CMD="$MAGIC_CMD"
9778 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9779 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9780 for ac_dir in $ac_dummy; do
9781 IFS="$lt_save_ifs"
9782 test -z "$ac_dir" && ac_dir=.
9783 if test -f $ac_dir/file; then
9784 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9785 if test -n "$file_magic_test_file"; then
9786 case $deplibs_check_method in
9787 "file_magic "*)
9788 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9789 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9790 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9791 $EGREP "$file_magic_regex" > /dev/null; then
9792 :
9793 else
9794 cat <<_LT_EOF 1>&2
9795
9796*** Warning: the command libtool uses to detect shared libraries,
9797*** $file_magic_cmd, produces output that libtool cannot recognize.
9798*** The result is that libtool may fail to recognize shared libraries
9799*** as such. This will affect the creation of libtool libraries that
9800*** depend on shared libraries, but programs linked with such libtool
9801*** libraries will work regardless of this problem. Nevertheless, you
9802*** may want to report the problem to your system manager and/or to
9803*** bug-libtool@gnu.org
9804
9805_LT_EOF
9806 fi ;;
9807 esac
9808 fi
9809 break
9810 fi
9811 done
9812 IFS="$lt_save_ifs"
9813 MAGIC_CMD="$lt_save_MAGIC_CMD"
9814 ;;
81ecdfbb 9815esac
6bb11ab3
L
9816fi
9817
9818MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9819if test -n "$MAGIC_CMD"; then
9820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9821$as_echo "$MAGIC_CMD" >&6; }
9822else
9823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9824$as_echo "no" >&6; }
9825fi
9826
9827
9828 else
9829 MAGIC_CMD=:
9830 fi
9831fi
9832
9833 fi
9834 ;;
9835esac
9836
9837# Use C for the default configuration in the libtool script
9838
9839lt_save_CC="$CC"
9840ac_ext=c
9841ac_cpp='$CPP $CPPFLAGS'
9842ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9843ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9844ac_compiler_gnu=$ac_cv_c_compiler_gnu
9845
9846
9847# Source file extension for C test sources.
9848ac_ext=c
9849
9850# Object file extension for compiled C test sources.
9851objext=o
9852objext=$objext
9853
9854# Code to be used in simple compile tests
9855lt_simple_compile_test_code="int some_variable = 0;"
9856
9857# Code to be used in simple link tests
9858lt_simple_link_test_code='int main(){return(0);}'
9859
9860
9861
9862
9863
9864
9865
9866# If no C compiler was specified, use CC.
9867LTCC=${LTCC-"$CC"}
9868
9869# If no C compiler flags were specified, use CFLAGS.
9870LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9871
9872# Allow CC to be a program name with arguments.
9873compiler=$CC
9874
9875# Save the default compiler, since it gets overwritten when the other
9876# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9877compiler_DEFAULT=$CC
9878
9879# save warnings/boilerplate of simple test code
9880ac_outfile=conftest.$ac_objext
9881echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9882eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9883_lt_compiler_boilerplate=`cat conftest.err`
9884$RM conftest*
9885
9886ac_outfile=conftest.$ac_objext
9887echo "$lt_simple_link_test_code" >conftest.$ac_ext
9888eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9889_lt_linker_boilerplate=`cat conftest.err`
9890$RM -r conftest*
9891
9892
9893## CAVEAT EMPTOR:
9894## There is no encapsulation within the following macros, do not change
9895## the running order or otherwise move them around unless you know exactly
9896## what you are doing...
9897if test -n "$compiler"; then
9898
9899lt_prog_compiler_no_builtin_flag=
9900
9901if test "$GCC" = yes; then
9902 case $cc_basename in
9903 nvcc*)
9904 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9905 *)
9906 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
d45a4bef 9907 esac
6bb11ab3
L
9908
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9910$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9911if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 9912 $as_echo_n "(cached) " >&6
d45a4bef 9913else
6bb11ab3
L
9914 lt_cv_prog_compiler_rtti_exceptions=no
9915 ac_outfile=conftest.$ac_objext
9916 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9917 lt_compiler_flag="-fno-rtti -fno-exceptions"
9918 # Insert the option either (1) after the last *FLAGS variable, or
9919 # (2) before a word containing "conftest.", or (3) at the end.
9920 # Note that $ac_compile itself does not contain backslashes and begins
9921 # with a dollar sign (not a hyphen), so the echo should work correctly.
9922 # The option is referenced via a variable to avoid confusing sed.
9923 lt_compile=`echo "$ac_compile" | $SED \
9924 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9925 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9926 -e 's:$: $lt_compiler_flag:'`
9927 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9928 (eval "$lt_compile" 2>conftest.err)
9929 ac_status=$?
9930 cat conftest.err >&5
9931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932 if (exit $ac_status) && test -s "$ac_outfile"; then
9933 # The compiler can only warn and ignore the option if not recognized
9934 # So say no if there are warnings other than the usual output.
9935 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9936 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9937 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9938 lt_cv_prog_compiler_rtti_exceptions=yes
9939 fi
9940 fi
9941 $RM conftest*
9942
d45a4bef 9943fi
6bb11ab3
L
9944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9945$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9946
9947if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9948 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9949else
9950 :
9951fi
9952
9953fi
9954
9955
9956
9957
9958
9959
9960 lt_prog_compiler_wl=
9961lt_prog_compiler_pic=
9962lt_prog_compiler_static=
9963
9964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9965$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9966
9967 if test "$GCC" = yes; then
9968 lt_prog_compiler_wl='-Wl,'
9969 lt_prog_compiler_static='-static'
9970
9971 case $host_os in
9972 aix*)
9973 # All AIX code is PIC.
9974 if test "$host_cpu" = ia64; then
9975 # AIX 5 now supports IA64 processor
9976 lt_prog_compiler_static='-Bstatic'
9977 fi
9978 lt_prog_compiler_pic='-fPIC'
9979 ;;
9980
9981 amigaos*)
9982 case $host_cpu in
9983 powerpc)
9984 # see comment about AmigaOS4 .so support
9985 lt_prog_compiler_pic='-fPIC'
9986 ;;
9987 m68k)
9988 # FIXME: we need at least 68020 code to build shared libraries, but
9989 # adding the `-m68020' flag to GCC prevents building anything better,
9990 # like `-m68040'.
9991 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9992 ;;
9993 esac
9994 ;;
9995
9996 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9997 # PIC is the default for these OSes.
9998 ;;
9999
10000 mingw* | cygwin* | pw32* | os2* | cegcc*)
10001 # This hack is so that the source file can tell whether it is being
10002 # built for inclusion in a dll (and should export symbols for example).
10003 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10004 # (--disable-auto-import) libraries
10005 lt_prog_compiler_pic='-DDLL_EXPORT'
10006 ;;
10007
10008 darwin* | rhapsody*)
10009 # PIC is the default on this platform
10010 # Common symbols not allowed in MH_DYLIB files
10011 lt_prog_compiler_pic='-fno-common'
10012 ;;
10013
10014 haiku*)
10015 # PIC is the default for Haiku.
10016 # The "-static" flag exists, but is broken.
10017 lt_prog_compiler_static=
10018 ;;
10019
10020 hpux*)
10021 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10022 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10023 # sets the default TLS model and affects inlining.
10024 case $host_cpu in
10025 hppa*64*)
10026 # +Z the default
10027 ;;
10028 *)
10029 lt_prog_compiler_pic='-fPIC'
10030 ;;
10031 esac
10032 ;;
10033
10034 interix[3-9]*)
10035 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10036 # Instead, we relocate shared libraries at runtime.
10037 ;;
10038
10039 msdosdjgpp*)
10040 # Just because we use GCC doesn't mean we suddenly get shared libraries
10041 # on systems that don't support them.
10042 lt_prog_compiler_can_build_shared=no
10043 enable_shared=no
10044 ;;
10045
10046 *nto* | *qnx*)
10047 # QNX uses GNU C++, but need to define -shared option too, otherwise
10048 # it will coredump.
10049 lt_prog_compiler_pic='-fPIC -shared'
10050 ;;
10051
10052 sysv4*MP*)
10053 if test -d /usr/nec; then
10054 lt_prog_compiler_pic=-Kconform_pic
10055 fi
10056 ;;
10057
10058 *)
10059 lt_prog_compiler_pic='-fPIC'
10060 ;;
10061 esac
10062
10063 case $cc_basename in
10064 nvcc*) # Cuda Compiler Driver 2.2
10065 lt_prog_compiler_wl='-Xlinker '
10066 lt_prog_compiler_pic='-Xcompiler -fPIC'
10067 ;;
10068 esac
10069 else
10070 # PORTME Check for flag to pass linker flags through the system compiler.
10071 case $host_os in
10072 aix*)
10073 lt_prog_compiler_wl='-Wl,'
10074 if test "$host_cpu" = ia64; then
10075 # AIX 5 now supports IA64 processor
10076 lt_prog_compiler_static='-Bstatic'
10077 else
10078 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10079 fi
10080 ;;
10081
10082 mingw* | cygwin* | pw32* | os2* | cegcc*)
10083 # This hack is so that the source file can tell whether it is being
10084 # built for inclusion in a dll (and should export symbols for example).
10085 lt_prog_compiler_pic='-DDLL_EXPORT'
10086 ;;
10087
10088 hpux9* | hpux10* | hpux11*)
10089 lt_prog_compiler_wl='-Wl,'
10090 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10091 # not for PA HP-UX.
10092 case $host_cpu in
10093 hppa*64*|ia64*)
10094 # +Z the default
10095 ;;
10096 *)
10097 lt_prog_compiler_pic='+Z'
10098 ;;
10099 esac
10100 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10101 lt_prog_compiler_static='${wl}-a ${wl}archive'
10102 ;;
10103
10104 irix5* | irix6* | nonstopux*)
10105 lt_prog_compiler_wl='-Wl,'
10106 # PIC (with -KPIC) is the default.
10107 lt_prog_compiler_static='-non_shared'
10108 ;;
10109
10110 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10111 case $cc_basename in
10112 # old Intel for x86_64 which still supported -KPIC.
10113 ecc*)
10114 lt_prog_compiler_wl='-Wl,'
10115 lt_prog_compiler_pic='-KPIC'
10116 lt_prog_compiler_static='-static'
10117 ;;
10118 # icc used to be incompatible with GCC.
10119 # ICC 10 doesn't accept -KPIC any more.
10120 icc* | ifort*)
10121 lt_prog_compiler_wl='-Wl,'
10122 lt_prog_compiler_pic='-fPIC'
10123 lt_prog_compiler_static='-static'
10124 ;;
10125 # Lahey Fortran 8.1.
10126 lf95*)
10127 lt_prog_compiler_wl='-Wl,'
10128 lt_prog_compiler_pic='--shared'
10129 lt_prog_compiler_static='--static'
10130 ;;
10131 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10132 # Portland Group compilers (*not* the Pentium gcc compiler,
10133 # which looks to be a dead project)
10134 lt_prog_compiler_wl='-Wl,'
10135 lt_prog_compiler_pic='-fpic'
10136 lt_prog_compiler_static='-Bstatic'
10137 ;;
10138 ccc*)
10139 lt_prog_compiler_wl='-Wl,'
10140 # All Alpha code is PIC.
10141 lt_prog_compiler_static='-non_shared'
10142 ;;
10143 xl* | bgxl* | bgf* | mpixl*)
10144 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10145 lt_prog_compiler_wl='-Wl,'
10146 lt_prog_compiler_pic='-qpic'
10147 lt_prog_compiler_static='-qstaticlink'
10148 ;;
10149 *)
10150 case `$CC -V 2>&1 | sed 5q` in
10151 *Sun\ F* | *Sun*Fortran*)
10152 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10153 lt_prog_compiler_pic='-KPIC'
10154 lt_prog_compiler_static='-Bstatic'
10155 lt_prog_compiler_wl=''
10156 ;;
10157 *Sun\ C*)
10158 # Sun C 5.9
10159 lt_prog_compiler_pic='-KPIC'
10160 lt_prog_compiler_static='-Bstatic'
10161 lt_prog_compiler_wl='-Wl,'
10162 ;;
10163 esac
10164 ;;
10165 esac
10166 ;;
10167
10168 newsos6)
10169 lt_prog_compiler_pic='-KPIC'
10170 lt_prog_compiler_static='-Bstatic'
10171 ;;
10172
10173 *nto* | *qnx*)
10174 # QNX uses GNU C++, but need to define -shared option too, otherwise
10175 # it will coredump.
10176 lt_prog_compiler_pic='-fPIC -shared'
10177 ;;
10178
10179 osf3* | osf4* | osf5*)
10180 lt_prog_compiler_wl='-Wl,'
10181 # All OSF/1 code is PIC.
10182 lt_prog_compiler_static='-non_shared'
10183 ;;
10184
10185 rdos*)
10186 lt_prog_compiler_static='-non_shared'
10187 ;;
d45a4bef 10188
6bb11ab3
L
10189 solaris*)
10190 lt_prog_compiler_pic='-KPIC'
10191 lt_prog_compiler_static='-Bstatic'
10192 case $cc_basename in
10193 f77* | f90* | f95*)
10194 lt_prog_compiler_wl='-Qoption ld ';;
10195 *)
10196 lt_prog_compiler_wl='-Wl,';;
10197 esac
10198 ;;
d45a4bef 10199
6bb11ab3
L
10200 sunos4*)
10201 lt_prog_compiler_wl='-Qoption ld '
10202 lt_prog_compiler_pic='-PIC'
10203 lt_prog_compiler_static='-Bstatic'
10204 ;;
d45a4bef 10205
6bb11ab3
L
10206 sysv4 | sysv4.2uw2* | sysv4.3*)
10207 lt_prog_compiler_wl='-Wl,'
10208 lt_prog_compiler_pic='-KPIC'
10209 lt_prog_compiler_static='-Bstatic'
10210 ;;
10211
10212 sysv4*MP*)
10213 if test -d /usr/nec ;then
10214 lt_prog_compiler_pic='-Kconform_pic'
10215 lt_prog_compiler_static='-Bstatic'
10216 fi
10217 ;;
10218
10219 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10220 lt_prog_compiler_wl='-Wl,'
10221 lt_prog_compiler_pic='-KPIC'
10222 lt_prog_compiler_static='-Bstatic'
10223 ;;
10224
10225 unicos*)
10226 lt_prog_compiler_wl='-Wl,'
10227 lt_prog_compiler_can_build_shared=no
10228 ;;
10229
10230 uts4*)
10231 lt_prog_compiler_pic='-pic'
10232 lt_prog_compiler_static='-Bstatic'
10233 ;;
10234
10235 *)
10236 lt_prog_compiler_can_build_shared=no
10237 ;;
10238 esac
10239 fi
10240
10241case $host_os in
10242 # For platforms which do not support PIC, -DPIC is meaningless:
10243 *djgpp*)
10244 lt_prog_compiler_pic=
10245 ;;
10246 *)
10247 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10248 ;;
81ecdfbb 10249esac
6bb11ab3
L
10250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10251$as_echo "$lt_prog_compiler_pic" >&6; }
10252
10253
10254
10255
10256
10257
10258#
10259# Check to make sure the PIC flag actually works.
10260#
10261if test -n "$lt_prog_compiler_pic"; then
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10263$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10264if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 10265 $as_echo_n "(cached) " >&6
d45a4bef 10266else
6bb11ab3
L
10267 lt_cv_prog_compiler_pic_works=no
10268 ac_outfile=conftest.$ac_objext
10269 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10270 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10271 # Insert the option either (1) after the last *FLAGS variable, or
10272 # (2) before a word containing "conftest.", or (3) at the end.
10273 # Note that $ac_compile itself does not contain backslashes and begins
10274 # with a dollar sign (not a hyphen), so the echo should work correctly.
10275 # The option is referenced via a variable to avoid confusing sed.
10276 lt_compile=`echo "$ac_compile" | $SED \
10277 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10278 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10279 -e 's:$: $lt_compiler_flag:'`
10280 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10281 (eval "$lt_compile" 2>conftest.err)
10282 ac_status=$?
10283 cat conftest.err >&5
10284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10285 if (exit $ac_status) && test -s "$ac_outfile"; then
10286 # The compiler can only warn and ignore the option if not recognized
10287 # So say no if there are warnings other than the usual output.
10288 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10289 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10290 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10291 lt_cv_prog_compiler_pic_works=yes
10292 fi
10293 fi
10294 $RM conftest*
d45a4bef 10295
d45a4bef 10296fi
6bb11ab3
L
10297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10298$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10299
10300if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10301 case $lt_prog_compiler_pic in
10302 "" | " "*) ;;
10303 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10304 esac
10305else
10306 lt_prog_compiler_pic=
10307 lt_prog_compiler_can_build_shared=no
d45a4bef 10308fi
6bb11ab3
L
10309
10310fi
10311
10312
10313
10314
10315
10316
10317#
10318# Check to make sure the static flag actually works.
10319#
10320wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10322$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10323if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 10324 $as_echo_n "(cached) " >&6
d45a4bef 10325else
6bb11ab3
L
10326 lt_cv_prog_compiler_static_works=no
10327 save_LDFLAGS="$LDFLAGS"
10328 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10329 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10330 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10331 # The linker can only warn and ignore the option if not recognized
10332 # So say no if there are warnings
10333 if test -s conftest.err; then
10334 # Append any errors to the config.log.
10335 cat conftest.err 1>&5
10336 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10337 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10338 if diff conftest.exp conftest.er2 >/dev/null; then
10339 lt_cv_prog_compiler_static_works=yes
10340 fi
10341 else
10342 lt_cv_prog_compiler_static_works=yes
10343 fi
10344 fi
10345 $RM -r conftest*
10346 LDFLAGS="$save_LDFLAGS"
d45a4bef 10347
6bb11ab3
L
10348fi
10349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10350$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d45a4bef 10351
6bb11ab3
L
10352if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10353 :
d45a4bef 10354else
6bb11ab3 10355 lt_prog_compiler_static=
d45a4bef 10356fi
d45a4bef 10357
6bb11ab3
L
10358
10359
10360
10361
10362
10363
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10365$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10366if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 10367 $as_echo_n "(cached) " >&6
81ecdfbb 10368else
6bb11ab3
L
10369 lt_cv_prog_compiler_c_o=no
10370 $RM -r conftest 2>/dev/null
10371 mkdir conftest
10372 cd conftest
10373 mkdir out
10374 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10375
10376 lt_compiler_flag="-o out/conftest2.$ac_objext"
10377 # Insert the option either (1) after the last *FLAGS variable, or
10378 # (2) before a word containing "conftest.", or (3) at the end.
10379 # Note that $ac_compile itself does not contain backslashes and begins
10380 # with a dollar sign (not a hyphen), so the echo should work correctly.
10381 lt_compile=`echo "$ac_compile" | $SED \
10382 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10383 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10384 -e 's:$: $lt_compiler_flag:'`
10385 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10386 (eval "$lt_compile" 2>out/conftest.err)
10387 ac_status=$?
10388 cat out/conftest.err >&5
10389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10390 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10391 then
10392 # The compiler can only warn and ignore the option if not recognized
10393 # So say no if there are warnings
10394 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10395 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10396 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10397 lt_cv_prog_compiler_c_o=yes
10398 fi
10399 fi
10400 chmod u+w . 2>&5
10401 $RM conftest*
10402 # SGI C++ compiler will create directory out/ii_files/ for
10403 # template instantiation
10404 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10405 $RM out/* && rmdir out
10406 cd ..
10407 $RM -r conftest
10408 $RM conftest*
10409
81ecdfbb 10410fi
6bb11ab3
L
10411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10412$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10413
10414
10415
10416
10417
10418
10419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10420$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10421if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
10422 $as_echo_n "(cached) " >&6
10423else
6bb11ab3
L
10424 lt_cv_prog_compiler_c_o=no
10425 $RM -r conftest 2>/dev/null
10426 mkdir conftest
10427 cd conftest
10428 mkdir out
10429 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10430
10431 lt_compiler_flag="-o out/conftest2.$ac_objext"
10432 # Insert the option either (1) after the last *FLAGS variable, or
10433 # (2) before a word containing "conftest.", or (3) at the end.
10434 # Note that $ac_compile itself does not contain backslashes and begins
10435 # with a dollar sign (not a hyphen), so the echo should work correctly.
10436 lt_compile=`echo "$ac_compile" | $SED \
10437 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10438 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10439 -e 's:$: $lt_compiler_flag:'`
10440 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10441 (eval "$lt_compile" 2>out/conftest.err)
10442 ac_status=$?
10443 cat out/conftest.err >&5
10444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10445 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10446 then
10447 # The compiler can only warn and ignore the option if not recognized
10448 # So say no if there are warnings
10449 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10450 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10451 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10452 lt_cv_prog_compiler_c_o=yes
10453 fi
10454 fi
10455 chmod u+w . 2>&5
10456 $RM conftest*
10457 # SGI C++ compiler will create directory out/ii_files/ for
10458 # template instantiation
10459 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10460 $RM out/* && rmdir out
10461 cd ..
10462 $RM -r conftest
10463 $RM conftest*
10464
10465fi
10466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10467$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10468
10469
10470
10471
10472hard_links="nottested"
10473if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10474 # do not overwrite the value of need_locks provided by the user
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10476$as_echo_n "checking if we can lock with hard links... " >&6; }
10477 hard_links=yes
10478 $RM conftest*
10479 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10480 touch conftest.a
10481 ln conftest.a conftest.b 2>&5 || hard_links=no
10482 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10484$as_echo "$hard_links" >&6; }
10485 if test "$hard_links" = no; then
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10487$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10488 need_locks=warn
10489 fi
10490else
10491 need_locks=no
10492fi
10493
10494
10495
10496
10497
10498
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10500$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10501
10502 runpath_var=
10503 allow_undefined_flag=
10504 always_export_symbols=no
10505 archive_cmds=
10506 archive_expsym_cmds=
10507 compiler_needs_object=no
10508 enable_shared_with_static_runtimes=no
10509 export_dynamic_flag_spec=
10510 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10511 hardcode_automatic=no
10512 hardcode_direct=no
10513 hardcode_direct_absolute=no
10514 hardcode_libdir_flag_spec=
10515 hardcode_libdir_flag_spec_ld=
10516 hardcode_libdir_separator=
10517 hardcode_minus_L=no
10518 hardcode_shlibpath_var=unsupported
10519 inherit_rpath=no
10520 link_all_deplibs=unknown
10521 module_cmds=
10522 module_expsym_cmds=
10523 old_archive_from_new_cmds=
10524 old_archive_from_expsyms_cmds=
10525 thread_safe_flag_spec=
10526 whole_archive_flag_spec=
10527 # include_expsyms should be a list of space-separated symbols to be *always*
10528 # included in the symbol list
10529 include_expsyms=
10530 # exclude_expsyms can be an extended regexp of symbols to exclude
10531 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10532 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10533 # as well as any symbol that contains `d'.
10534 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10535 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10536 # platforms (ab)use it in PIC code, but their linkers get confused if
10537 # the symbol is explicitly referenced. Since portable code cannot
10538 # rely on this symbol name, it's probably fine to never include it in
10539 # preloaded symbol tables.
10540 # Exclude shared library initialization/finalization symbols.
10541 extract_expsyms_cmds=
10542
10543 case $host_os in
10544 cygwin* | mingw* | pw32* | cegcc*)
10545 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10546 # When not using gcc, we currently assume that we are using
10547 # Microsoft Visual C++.
10548 if test "$GCC" != yes; then
10549 with_gnu_ld=no
10550 fi
10551 ;;
10552 interix*)
10553 # we just hope/assume this is gcc and not c89 (= MSVC++)
10554 with_gnu_ld=yes
10555 ;;
10556 openbsd*)
10557 with_gnu_ld=no
10558 ;;
10559 esac
d45a4bef 10560
6bb11ab3
L
10561 ld_shlibs=yes
10562
10563 # On some targets, GNU ld is compatible enough with the native linker
10564 # that we're better off using the native interface for both.
10565 lt_use_gnu_ld_interface=no
10566 if test "$with_gnu_ld" = yes; then
10567 case $host_os in
10568 aix*)
10569 # The AIX port of GNU ld has always aspired to compatibility
10570 # with the native linker. However, as the warning in the GNU ld
10571 # block says, versions before 2.19.5* couldn't really create working
10572 # shared libraries, regardless of the interface used.
10573 case `$LD -v 2>&1` in
10574 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10575 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10576 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10577 *)
10578 lt_use_gnu_ld_interface=yes
10579 ;;
10580 esac
10581 ;;
10582 *)
10583 lt_use_gnu_ld_interface=yes
10584 ;;
10585 esac
10586 fi
d45a4bef 10587
6bb11ab3
L
10588 if test "$lt_use_gnu_ld_interface" = yes; then
10589 # If archive_cmds runs LD, not CC, wlarc should be empty
10590 wlarc='${wl}'
10591
10592 # Set some defaults for GNU ld with shared library support. These
10593 # are reset later if shared libraries are not supported. Putting them
10594 # here allows them to be overridden if necessary.
10595 runpath_var=LD_RUN_PATH
10596 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10597 export_dynamic_flag_spec='${wl}--export-dynamic'
10598 # ancient GNU ld didn't support --whole-archive et. al.
10599 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10600 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10601 else
10602 whole_archive_flag_spec=
10603 fi
10604 supports_anon_versioning=no
10605 case `$LD -v 2>&1` in
10606 *GNU\ gold*) supports_anon_versioning=yes ;;
10607 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10608 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10609 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10610 *\ 2.11.*) ;; # other 2.11 versions
10611 *) supports_anon_versioning=yes ;;
10612 esac
10613
10614 # See if GNU ld supports shared libraries.
10615 case $host_os in
10616 aix[3-9]*)
10617 # On AIX/PPC, the GNU linker is very broken
10618 if test "$host_cpu" != ia64; then
10619 ld_shlibs=no
10620 cat <<_LT_EOF 1>&2
10621
10622*** Warning: the GNU linker, at least up to release 2.19, is reported
10623*** to be unable to reliably create shared libraries on AIX.
10624*** Therefore, libtool is disabling shared libraries support. If you
10625*** really care for shared libraries, you may want to install binutils
10626*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10627*** You will then need to restart the configuration process.
10628
10629_LT_EOF
10630 fi
10631 ;;
10632
10633 amigaos*)
10634 case $host_cpu in
10635 powerpc)
10636 # see comment about AmigaOS4 .so support
10637 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10638 archive_expsym_cmds=''
10639 ;;
10640 m68k)
10641 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)'
10642 hardcode_libdir_flag_spec='-L$libdir'
10643 hardcode_minus_L=yes
10644 ;;
10645 esac
10646 ;;
10647
10648 beos*)
10649 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10650 allow_undefined_flag=unsupported
10651 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10652 # support --undefined. This deserves some investigation. FIXME
10653 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10654 else
10655 ld_shlibs=no
10656 fi
10657 ;;
10658
10659 cygwin* | mingw* | pw32* | cegcc*)
10660 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10661 # as there is no search path for DLLs.
10662 hardcode_libdir_flag_spec='-L$libdir'
10663 export_dynamic_flag_spec='${wl}--export-all-symbols'
10664 allow_undefined_flag=unsupported
10665 always_export_symbols=no
10666 enable_shared_with_static_runtimes=yes
10667 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10668
10669 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10670 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10671 # If the export-symbols file already is a .def file (1st line
10672 # is EXPORTS), use it as is; otherwise, prepend...
10673 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10674 cp $export_symbols $output_objdir/$soname.def;
10675 else
10676 echo EXPORTS > $output_objdir/$soname.def;
10677 cat $export_symbols >> $output_objdir/$soname.def;
10678 fi~
10679 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10680 else
10681 ld_shlibs=no
10682 fi
10683 ;;
10684
10685 haiku*)
10686 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10687 link_all_deplibs=yes
10688 ;;
10689
10690 interix[3-9]*)
10691 hardcode_direct=no
10692 hardcode_shlibpath_var=no
10693 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10694 export_dynamic_flag_spec='${wl}-E'
10695 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10696 # Instead, shared libraries are loaded at an image base (0x10000000 by
10697 # default) and relocated if they conflict, which is a slow very memory
10698 # consuming and fragmenting process. To avoid this, we pick a random,
10699 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10700 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10701 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10702 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'
10703 ;;
10704
10705 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10706 tmp_diet=no
10707 if test "$host_os" = linux-dietlibc; then
10708 case $cc_basename in
10709 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10710 esac
10711 fi
10712 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10713 && test "$tmp_diet" = no
10714 then
ae7d0cac 10715 tmp_addflag=' $pic_flag'
6bb11ab3
L
10716 tmp_sharedflag='-shared'
10717 case $cc_basename,$host_cpu in
10718 pgcc*) # Portland Group C compiler
10719 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'
10720 tmp_addflag=' $pic_flag'
10721 ;;
10722 pgf77* | pgf90* | pgf95* | pgfortran*)
10723 # Portland Group f77 and f90 compilers
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 -Mnomain' ;;
10726 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10727 tmp_addflag=' -i_dynamic' ;;
10728 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10729 tmp_addflag=' -i_dynamic -nofor_main' ;;
10730 ifc* | ifort*) # Intel Fortran compiler
10731 tmp_addflag=' -nofor_main' ;;
10732 lf95*) # Lahey Fortran 8.1
10733 whole_archive_flag_spec=
10734 tmp_sharedflag='--shared' ;;
10735 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10736 tmp_sharedflag='-qmkshrobj'
10737 tmp_addflag= ;;
10738 nvcc*) # Cuda Compiler Driver 2.2
10739 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'
10740 compiler_needs_object=yes
10741 ;;
10742 esac
10743 case `$CC -V 2>&1 | sed 5q` in
10744 *Sun\ C*) # Sun C 5.9
10745 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'
10746 compiler_needs_object=yes
10747 tmp_sharedflag='-G' ;;
10748 *Sun\ F*) # Sun Fortran 8.3
10749 tmp_sharedflag='-G' ;;
10750 esac
10751 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10752
10753 if test "x$supports_anon_versioning" = xyes; then
10754 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10755 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10756 echo "local: *; };" >> $output_objdir/$libname.ver~
10757 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10758 fi
10759
10760 case $cc_basename in
10761 xlf* | bgf* | bgxlf* | mpixlf*)
10762 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10763 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10764 hardcode_libdir_flag_spec=
10765 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10766 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10767 if test "x$supports_anon_versioning" = xyes; then
10768 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10769 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10770 echo "local: *; };" >> $output_objdir/$libname.ver~
10771 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10772 fi
10773 ;;
10774 esac
10775 else
10776 ld_shlibs=no
10777 fi
10778 ;;
10779
10780 netbsd*)
10781 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10782 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10783 wlarc=
10784 else
10785 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10786 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10787 fi
10788 ;;
10789
10790 solaris*)
10791 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10792 ld_shlibs=no
10793 cat <<_LT_EOF 1>&2
10794
10795*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10796*** create shared libraries on Solaris systems. Therefore, libtool
10797*** is disabling shared libraries support. We urge you to upgrade GNU
10798*** binutils to release 2.9.1 or newer. Another option is to modify
10799*** your PATH or compiler configuration so that the native linker is
10800*** used, and then restart.
10801
10802_LT_EOF
10803 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10804 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10805 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10806 else
10807 ld_shlibs=no
10808 fi
10809 ;;
10810
10811 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10812 case `$LD -v 2>&1` in
10813 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10814 ld_shlibs=no
10815 cat <<_LT_EOF 1>&2
10816
10817*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10818*** reliably create shared libraries on SCO systems. Therefore, libtool
10819*** is disabling shared libraries support. We urge you to upgrade GNU
10820*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10821*** your PATH or compiler configuration so that the native linker is
10822*** used, and then restart.
10823
10824_LT_EOF
10825 ;;
10826 *)
10827 # For security reasons, it is highly recommended that you always
10828 # use absolute paths for naming shared libraries, and exclude the
10829 # DT_RUNPATH tag from executables and libraries. But doing so
10830 # requires that you compile everything twice, which is a pain.
10831 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10832 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10833 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10834 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10835 else
10836 ld_shlibs=no
10837 fi
10838 ;;
10839 esac
10840 ;;
10841
10842 sunos4*)
10843 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10844 wlarc=
10845 hardcode_direct=yes
10846 hardcode_shlibpath_var=no
10847 ;;
10848
10849 *)
10850 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10851 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10852 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10853 else
10854 ld_shlibs=no
10855 fi
10856 ;;
10857 esac
10858
10859 if test "$ld_shlibs" = no; then
10860 runpath_var=
10861 hardcode_libdir_flag_spec=
10862 export_dynamic_flag_spec=
10863 whole_archive_flag_spec=
10864 fi
10865 else
10866 # PORTME fill in a description of your system's linker (not GNU ld)
10867 case $host_os in
10868 aix3*)
10869 allow_undefined_flag=unsupported
10870 always_export_symbols=yes
10871 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'
10872 # Note: this linker hardcodes the directories in LIBPATH if there
10873 # are no directories specified by -L.
10874 hardcode_minus_L=yes
10875 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10876 # Neither direct hardcoding nor static linking is supported with a
10877 # broken collect2.
10878 hardcode_direct=unsupported
10879 fi
10880 ;;
10881
10882 aix[4-9]*)
10883 if test "$host_cpu" = ia64; then
10884 # On IA64, the linker does run time linking by default, so we don't
10885 # have to do anything special.
10886 aix_use_runtimelinking=no
10887 exp_sym_flag='-Bexport'
10888 no_entry_flag=""
10889 else
10890 # If we're using GNU nm, then we don't want the "-C" option.
10891 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10892 # Also, AIX nm treats weak defined symbols like other global
10893 # defined symbols, whereas GNU nm marks them as "W".
10894 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10895 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'
10896 else
5c887dd5 10897 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
10898 fi
10899 aix_use_runtimelinking=no
10900
10901 # Test if we are trying to use run time linking or normal
10902 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10903 # need to do runtime linking.
10904 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10905 for ld_flag in $LDFLAGS; do
10906 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10907 aix_use_runtimelinking=yes
10908 break
10909 fi
10910 done
10911 ;;
10912 esac
10913
10914 exp_sym_flag='-bexport'
10915 no_entry_flag='-bnoentry'
10916 fi
10917
10918 # When large executables or shared objects are built, AIX ld can
10919 # have problems creating the table of contents. If linking a library
10920 # or program results in "error TOC overflow" add -mminimal-toc to
10921 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10922 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10923
10924 archive_cmds=''
10925 hardcode_direct=yes
10926 hardcode_direct_absolute=yes
10927 hardcode_libdir_separator=':'
10928 link_all_deplibs=yes
10929 file_list_spec='${wl}-f,'
10930
10931 if test "$GCC" = yes; then
10932 case $host_os in aix4.[012]|aix4.[012].*)
10933 # We only want to do this on AIX 4.2 and lower, the check
10934 # below for broken collect2 doesn't work under 4.3+
10935 collect2name=`${CC} -print-prog-name=collect2`
10936 if test -f "$collect2name" &&
10937 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10938 then
10939 # We have reworked collect2
10940 :
10941 else
10942 # We have old collect2
10943 hardcode_direct=unsupported
10944 # It fails to find uninstalled libraries when the uninstalled
10945 # path is not listed in the libpath. Setting hardcode_minus_L
10946 # to unsupported forces relinking
10947 hardcode_minus_L=yes
10948 hardcode_libdir_flag_spec='-L$libdir'
10949 hardcode_libdir_separator=
10950 fi
10951 ;;
10952 esac
10953 shared_flag='-shared'
10954 if test "$aix_use_runtimelinking" = yes; then
10955 shared_flag="$shared_flag "'${wl}-G'
10956 fi
10957 else
10958 # not using gcc
10959 if test "$host_cpu" = ia64; then
10960 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10961 # chokes on -Wl,-G. The following line is correct:
10962 shared_flag='-G'
10963 else
10964 if test "$aix_use_runtimelinking" = yes; then
10965 shared_flag='${wl}-G'
10966 else
10967 shared_flag='${wl}-bM:SRE'
10968 fi
10969 fi
10970 fi
10971
10972 export_dynamic_flag_spec='${wl}-bexpall'
10973 # It seems that -bexpall does not export symbols beginning with
10974 # underscore (_), so it is better to generate a list of symbols to export.
10975 always_export_symbols=yes
10976 if test "$aix_use_runtimelinking" = yes; then
10977 # Warning - without using the other runtime loading flags (-brtl),
10978 # -berok will link without error, but may produce a broken library.
10979 allow_undefined_flag='-berok'
10980 # Determine the default libpath from the value encoded in an
10981 # empty executable.
10982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10983/* end confdefs.h. */
10984
10985int
10986main ()
10987{
10988
10989 ;
10990 return 0;
10991}
10992_ACEOF
6bb11ab3 10993if ac_fn_c_try_link "$LINENO"; then :
d45a4bef 10994
6bb11ab3
L
10995lt_aix_libpath_sed='
10996 /Import File Strings/,/^$/ {
10997 /^0/ {
10998 s/^0 *\(.*\)$/\1/
10999 p
11000 }
11001 }'
11002aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11003# Check for a 64-bit object if we didn't find anything.
11004if test -z "$aix_libpath"; then
11005 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11006fi
11007fi
11008rm -f core conftest.err conftest.$ac_objext \
11009 conftest$ac_exeext conftest.$ac_ext
11010if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11011
11012 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11013 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"
11014 else
11015 if test "$host_cpu" = ia64; then
11016 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11017 allow_undefined_flag="-z nodefs"
11018 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"
11019 else
11020 # Determine the default libpath from the value encoded in an
11021 # empty executable.
81ecdfbb
RW
11022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11023/* end confdefs.h. */
11024
11025int
11026main ()
11027{
11028
11029 ;
11030 return 0;
11031}
11032_ACEOF
6bb11ab3
L
11033if ac_fn_c_try_link "$LINENO"; then :
11034
11035lt_aix_libpath_sed='
11036 /Import File Strings/,/^$/ {
11037 /^0/ {
11038 s/^0 *\(.*\)$/\1/
11039 p
11040 }
11041 }'
11042aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11043# Check for a 64-bit object if we didn't find anything.
11044if test -z "$aix_libpath"; then
11045 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 11046fi
81ecdfbb 11047fi
6bb11ab3
L
11048rm -f core conftest.err conftest.$ac_objext \
11049 conftest$ac_exeext conftest.$ac_ext
11050if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11051
11052 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11053 # Warning - without using the other run time loading flags,
11054 # -berok will link without error, but may produce a broken library.
11055 no_undefined_flag=' ${wl}-bernotok'
11056 allow_undefined_flag=' ${wl}-berok'
11057 if test "$with_gnu_ld" = yes; then
11058 # We only use this code for GNU lds that support --whole-archive.
11059 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11060 else
11061 # Exported symbols can be pulled into shared objects from archives
11062 whole_archive_flag_spec='$convenience'
11063 fi
11064 archive_cmds_need_lc=yes
11065 # This is similar to how AIX traditionally builds its shared libraries.
11066 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'
11067 fi
11068 fi
11069 ;;
11070
11071 amigaos*)
11072 case $host_cpu in
11073 powerpc)
11074 # see comment about AmigaOS4 .so support
11075 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11076 archive_expsym_cmds=''
11077 ;;
11078 m68k)
11079 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)'
11080 hardcode_libdir_flag_spec='-L$libdir'
11081 hardcode_minus_L=yes
11082 ;;
11083 esac
11084 ;;
11085
11086 bsdi[45]*)
11087 export_dynamic_flag_spec=-rdynamic
11088 ;;
11089
11090 cygwin* | mingw* | pw32* | cegcc*)
11091 # When not using gcc, we currently assume that we are using
11092 # Microsoft Visual C++.
11093 # hardcode_libdir_flag_spec is actually meaningless, as there is
11094 # no search path for DLLs.
11095 hardcode_libdir_flag_spec=' '
11096 allow_undefined_flag=unsupported
11097 # Tell ltmain to make .lib files, not .a files.
11098 libext=lib
11099 # Tell ltmain to make .dll files, not .so files.
11100 shrext_cmds=".dll"
11101 # FIXME: Setting linknames here is a bad hack.
11102 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11103 # The linker will automatically build a .lib file if we build a DLL.
11104 old_archive_from_new_cmds='true'
11105 # FIXME: Should let the user specify the lib program.
11106 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11107 fix_srcfile_path='`cygpath -w "$srcfile"`'
11108 enable_shared_with_static_runtimes=yes
11109 ;;
11110
11111 darwin* | rhapsody*)
11112
11113
11114 archive_cmds_need_lc=no
11115 hardcode_direct=no
11116 hardcode_automatic=yes
11117 hardcode_shlibpath_var=unsupported
11118 if test "$lt_cv_ld_force_load" = "yes"; then
11119 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
d45a4bef 11120 else
6bb11ab3 11121 whole_archive_flag_spec=''
d45a4bef 11122 fi
6bb11ab3
L
11123 link_all_deplibs=yes
11124 allow_undefined_flag="$_lt_dar_allow_undefined"
11125 case $cc_basename in
11126 ifort*) _lt_dar_can_shared=yes ;;
11127 *) _lt_dar_can_shared=$GCC ;;
11128 esac
11129 if test "$_lt_dar_can_shared" = "yes"; then
11130 output_verbose_link_cmd=func_echo_all
11131 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11132 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11133 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}"
11134 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}"
11135
d45a4bef 11136 else
6bb11ab3 11137 ld_shlibs=no
d45a4bef 11138 fi
6bb11ab3
L
11139
11140 ;;
11141
11142 dgux*)
11143 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11144 hardcode_libdir_flag_spec='-L$libdir'
11145 hardcode_shlibpath_var=no
11146 ;;
11147
11148 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11149 # support. Future versions do this automatically, but an explicit c++rt0.o
11150 # does not break anything, and helps significantly (at the cost of a little
11151 # extra space).
11152 freebsd2.2*)
11153 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11154 hardcode_libdir_flag_spec='-R$libdir'
11155 hardcode_direct=yes
11156 hardcode_shlibpath_var=no
11157 ;;
11158
11159 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11160 freebsd2.*)
11161 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11162 hardcode_direct=yes
11163 hardcode_minus_L=yes
11164 hardcode_shlibpath_var=no
11165 ;;
11166
11167 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11168 freebsd* | dragonfly*)
11169 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11170 hardcode_libdir_flag_spec='-R$libdir'
11171 hardcode_direct=yes
11172 hardcode_shlibpath_var=no
11173 ;;
11174
11175 hpux9*)
11176 if test "$GCC" = yes; then
11177 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'
11178 else
11179 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'
11180 fi
11181 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11182 hardcode_libdir_separator=:
11183 hardcode_direct=yes
11184
11185 # hardcode_minus_L: Not really in the search PATH,
11186 # but as the default location of the library.
11187 hardcode_minus_L=yes
11188 export_dynamic_flag_spec='${wl}-E'
11189 ;;
11190
11191 hpux10*)
11192 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11193 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11194 else
11195 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11196 fi
11197 if test "$with_gnu_ld" = no; then
11198 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11199 hardcode_libdir_flag_spec_ld='+b $libdir'
11200 hardcode_libdir_separator=:
11201 hardcode_direct=yes
11202 hardcode_direct_absolute=yes
11203 export_dynamic_flag_spec='${wl}-E'
11204 # hardcode_minus_L: Not really in the search PATH,
11205 # but as the default location of the library.
11206 hardcode_minus_L=yes
11207 fi
11208 ;;
11209
11210 hpux11*)
11211 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11212 case $host_cpu in
11213 hppa*64*)
11214 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11215 ;;
11216 ia64*)
11217 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11218 ;;
11219 *)
11220 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11221 ;;
11222 esac
11223 else
11224 case $host_cpu in
11225 hppa*64*)
11226 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11227 ;;
11228 ia64*)
11229 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11230 ;;
11231 *)
11232
11233 # Older versions of the 11.00 compiler do not understand -b yet
11234 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11236$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11237if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 11238 $as_echo_n "(cached) " >&6
d45a4bef 11239else
6bb11ab3
L
11240 lt_cv_prog_compiler__b=no
11241 save_LDFLAGS="$LDFLAGS"
11242 LDFLAGS="$LDFLAGS -b"
11243 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11244 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11245 # The linker can only warn and ignore the option if not recognized
11246 # So say no if there are warnings
11247 if test -s conftest.err; then
11248 # Append any errors to the config.log.
11249 cat conftest.err 1>&5
11250 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11251 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11252 if diff conftest.exp conftest.er2 >/dev/null; then
11253 lt_cv_prog_compiler__b=yes
11254 fi
11255 else
11256 lt_cv_prog_compiler__b=yes
11257 fi
11258 fi
11259 $RM -r conftest*
11260 LDFLAGS="$save_LDFLAGS"
d45a4bef 11261
6bb11ab3
L
11262fi
11263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11264$as_echo "$lt_cv_prog_compiler__b" >&6; }
d45a4bef 11265
6bb11ab3
L
11266if test x"$lt_cv_prog_compiler__b" = xyes; then
11267 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11268else
11269 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11270fi
81ecdfbb 11271
6bb11ab3
L
11272 ;;
11273 esac
11274 fi
11275 if test "$with_gnu_ld" = no; then
11276 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11277 hardcode_libdir_separator=:
11278
11279 case $host_cpu in
11280 hppa*64*|ia64*)
11281 hardcode_direct=no
11282 hardcode_shlibpath_var=no
11283 ;;
11284 *)
11285 hardcode_direct=yes
11286 hardcode_direct_absolute=yes
11287 export_dynamic_flag_spec='${wl}-E'
11288
11289 # hardcode_minus_L: Not really in the search PATH,
11290 # but as the default location of the library.
11291 hardcode_minus_L=yes
11292 ;;
11293 esac
11294 fi
11295 ;;
11296
11297 irix5* | irix6* | nonstopux*)
11298 if test "$GCC" = yes; then
11299 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'
11300 # Try to use the -exported_symbol ld option, if it does not
11301 # work, assume that -exports_file does not work either and
11302 # implicitly export all symbols.
11303 save_LDFLAGS="$LDFLAGS"
11304 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11306/* end confdefs.h. */
11307int foo(void) {}
d45a4bef 11308_ACEOF
6bb11ab3
L
11309if ac_fn_c_try_link "$LINENO"; then :
11310 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
d45a4bef
JB
11311
11312fi
6bb11ab3
L
11313rm -f core conftest.err conftest.$ac_objext \
11314 conftest$ac_exeext conftest.$ac_ext
11315 LDFLAGS="$save_LDFLAGS"
11316 else
11317 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'
11318 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'
11319 fi
11320 archive_cmds_need_lc='no'
11321 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11322 hardcode_libdir_separator=:
11323 inherit_rpath=yes
11324 link_all_deplibs=yes
11325 ;;
11326
11327 netbsd*)
11328 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11329 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11330 else
11331 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11332 fi
11333 hardcode_libdir_flag_spec='-R$libdir'
11334 hardcode_direct=yes
11335 hardcode_shlibpath_var=no
11336 ;;
11337
11338 newsos6)
11339 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11340 hardcode_direct=yes
11341 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11342 hardcode_libdir_separator=:
11343 hardcode_shlibpath_var=no
11344 ;;
11345
11346 *nto* | *qnx*)
11347 ;;
11348
11349 openbsd*)
11350 if test -f /usr/libexec/ld.so; then
11351 hardcode_direct=yes
11352 hardcode_shlibpath_var=no
11353 hardcode_direct_absolute=yes
11354 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11355 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11356 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11357 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11358 export_dynamic_flag_spec='${wl}-E'
11359 else
11360 case $host_os in
11361 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11362 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11363 hardcode_libdir_flag_spec='-R$libdir'
11364 ;;
11365 *)
11366 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11367 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11368 ;;
11369 esac
11370 fi
11371 else
11372 ld_shlibs=no
11373 fi
11374 ;;
11375
11376 os2*)
11377 hardcode_libdir_flag_spec='-L$libdir'
11378 hardcode_minus_L=yes
11379 allow_undefined_flag=unsupported
11380 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'
11381 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11382 ;;
11383
11384 osf3*)
11385 if test "$GCC" = yes; then
11386 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11387 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'
11388 else
11389 allow_undefined_flag=' -expect_unresolved \*'
11390 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'
11391 fi
11392 archive_cmds_need_lc='no'
11393 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11394 hardcode_libdir_separator=:
11395 ;;
11396
11397 osf4* | osf5*) # as osf3* with the addition of -msym flag
11398 if test "$GCC" = yes; then
11399 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11400 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'
11401 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11402 else
11403 allow_undefined_flag=' -expect_unresolved \*'
11404 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'
11405 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~
11406 $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'
11407
11408 # Both c and cxx compiler support -rpath directly
11409 hardcode_libdir_flag_spec='-rpath $libdir'
11410 fi
11411 archive_cmds_need_lc='no'
11412 hardcode_libdir_separator=:
11413 ;;
11414
11415 solaris*)
11416 no_undefined_flag=' -z defs'
11417 if test "$GCC" = yes; then
11418 wlarc='${wl}'
11419 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11420 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11421 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11422 else
11423 case `$CC -V 2>&1` in
11424 *"Compilers 5.0"*)
11425 wlarc=''
11426 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11427 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11428 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11429 ;;
11430 *)
11431 wlarc='${wl}'
11432 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11433 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11434 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11435 ;;
11436 esac
11437 fi
11438 hardcode_libdir_flag_spec='-R$libdir'
11439 hardcode_shlibpath_var=no
11440 case $host_os in
11441 solaris2.[0-5] | solaris2.[0-5].*) ;;
11442 *)
11443 # The compiler driver will combine and reorder linker options,
11444 # but understands `-z linker_flag'. GCC discards it without `$wl',
11445 # but is careful enough not to reorder.
11446 # Supported since Solaris 2.6 (maybe 2.5.1?)
11447 if test "$GCC" = yes; then
11448 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11449 else
11450 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11451 fi
11452 ;;
11453 esac
11454 link_all_deplibs=yes
11455 ;;
11456
11457 sunos4*)
11458 if test "x$host_vendor" = xsequent; then
11459 # Use $CC to link under sequent, because it throws in some extra .o
11460 # files that make .init and .fini sections work.
11461 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11462 else
11463 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11464 fi
11465 hardcode_libdir_flag_spec='-L$libdir'
11466 hardcode_direct=yes
11467 hardcode_minus_L=yes
11468 hardcode_shlibpath_var=no
11469 ;;
11470
11471 sysv4)
11472 case $host_vendor in
11473 sni)
11474 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11475 hardcode_direct=yes # is this really true???
11476 ;;
11477 siemens)
11478 ## LD is ld it makes a PLAMLIB
11479 ## CC just makes a GrossModule.
11480 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11481 reload_cmds='$CC -r -o $output$reload_objs'
11482 hardcode_direct=no
11483 ;;
11484 motorola)
11485 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11486 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11487 ;;
11488 esac
11489 runpath_var='LD_RUN_PATH'
11490 hardcode_shlibpath_var=no
11491 ;;
11492
11493 sysv4.3*)
11494 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11495 hardcode_shlibpath_var=no
11496 export_dynamic_flag_spec='-Bexport'
11497 ;;
11498
11499 sysv4*MP*)
11500 if test -d /usr/nec; then
11501 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11502 hardcode_shlibpath_var=no
11503 runpath_var=LD_RUN_PATH
11504 hardcode_runpath_var=yes
11505 ld_shlibs=yes
11506 fi
11507 ;;
11508
11509 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11510 no_undefined_flag='${wl}-z,text'
11511 archive_cmds_need_lc=no
11512 hardcode_shlibpath_var=no
11513 runpath_var='LD_RUN_PATH'
11514
11515 if test "$GCC" = yes; then
11516 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11517 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11518 else
11519 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11520 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11521 fi
11522 ;;
11523
11524 sysv5* | sco3.2v5* | sco5v6*)
11525 # Note: We can NOT use -z defs as we might desire, because we do not
11526 # link with -lc, and that would cause any symbols used from libc to
11527 # always be unresolved, which means just about no library would
11528 # ever link correctly. If we're not using GNU ld we use -z text
11529 # though, which does catch some bad symbols but isn't as heavy-handed
11530 # as -z defs.
11531 no_undefined_flag='${wl}-z,text'
11532 allow_undefined_flag='${wl}-z,nodefs'
11533 archive_cmds_need_lc=no
11534 hardcode_shlibpath_var=no
11535 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11536 hardcode_libdir_separator=':'
11537 link_all_deplibs=yes
11538 export_dynamic_flag_spec='${wl}-Bexport'
11539 runpath_var='LD_RUN_PATH'
11540
11541 if test "$GCC" = yes; then
11542 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11543 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11544 else
11545 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11546 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11547 fi
11548 ;;
11549
11550 uts4*)
11551 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11552 hardcode_libdir_flag_spec='-L$libdir'
11553 hardcode_shlibpath_var=no
11554 ;;
11555
11556 *)
11557 ld_shlibs=no
11558 ;;
11559 esac
11560
11561 if test x$host_vendor = xsni; then
11562 case $host in
11563 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11564 export_dynamic_flag_spec='${wl}-Blargedynsym'
11565 ;;
11566 esac
11567 fi
11568 fi
11569
11570{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11571$as_echo "$ld_shlibs" >&6; }
11572test "$ld_shlibs" = no && can_build_shared=no
11573
11574with_gnu_ld=$with_gnu_ld
11575
11576
11577
d45a4bef 11578
d45a4bef 11579
d45a4bef 11580
6ffe910a 11581
6ffe910a
MF
11582
11583
6ffe910a 11584
d45a4bef 11585
d45a4bef
JB
11586
11587
6bb11ab3
L
11588
11589
11590#
11591# Do we need to explicitly link libc?
11592#
11593case "x$archive_cmds_need_lc" in
11594x|xyes)
11595 # Assume -lc should be added
11596 archive_cmds_need_lc=yes
11597
11598 if test "$enable_shared" = yes && test "$GCC" = yes; then
11599 case $archive_cmds in
11600 *'~'*)
11601 # FIXME: we may have to deal with multi-command sequences.
11602 ;;
11603 '$CC '*)
11604 # Test whether the compiler implicitly links with -lc since on some
11605 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11606 # to ld, don't add -lc before -lgcc.
11607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11608$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11609if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 11610 $as_echo_n "(cached) " >&6
d45a4bef 11611else
6bb11ab3
L
11612 $RM conftest*
11613 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11614
11615 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11616 (eval $ac_compile) 2>&5
11617 ac_status=$?
11618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11619 test $ac_status = 0; } 2>conftest.err; then
11620 soname=conftest
11621 lib=conftest
11622 libobjs=conftest.$ac_objext
11623 deplibs=
11624 wl=$lt_prog_compiler_wl
11625 pic_flag=$lt_prog_compiler_pic
11626 compiler_flags=-v
11627 linker_flags=-v
11628 verstring=
11629 output_objdir=.
11630 libname=conftest
11631 lt_save_allow_undefined_flag=$allow_undefined_flag
11632 allow_undefined_flag=
11633 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11634 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11635 ac_status=$?
11636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11637 test $ac_status = 0; }
11638 then
11639 lt_cv_archive_cmds_need_lc=no
11640 else
11641 lt_cv_archive_cmds_need_lc=yes
11642 fi
11643 allow_undefined_flag=$lt_save_allow_undefined_flag
11644 else
11645 cat conftest.err 1>&5
11646 fi
11647 $RM conftest*
d45a4bef 11648
6ffe910a 11649fi
6bb11ab3
L
11650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11651$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11652 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11653 ;;
11654 esac
11655 fi
11656 ;;
6ffe910a 11657esac
d45a4bef
JB
11658
11659
6ffe910a 11660
d45a4bef 11661
81ecdfbb 11662
d45a4bef 11663
d45a4bef 11664
d45a4bef 11665
d45a4bef 11666
d45a4bef 11667
d45a4bef 11668
d45a4bef 11669
d45a4bef 11670
d45a4bef 11671
81ecdfbb 11672
d45a4bef 11673
d45a4bef
JB
11674
11675
81ecdfbb 11676
81ecdfbb 11677
81ecdfbb
RW
11678
11679
81ecdfbb 11680
81ecdfbb 11681
d45a4bef
JB
11682
11683
d45a4bef 11684
d45a4bef 11685
d45a4bef 11686
d45a4bef 11687
81ecdfbb 11688
d45a4bef 11689
d45a4bef 11690
d45a4bef 11691
81ecdfbb 11692
d45a4bef 11693
d45a4bef 11694
d45a4bef 11695
d45a4bef 11696
81ecdfbb 11697
d45a4bef 11698
d45a4bef 11699
d45a4bef 11700
d45a4bef
JB
11701
11702
11703
11704
6ffe910a 11705
2232061b
MF
11706
11707
2232061b 11708
2232061b
MF
11709
11710
2232061b
MF
11711
11712
2232061b 11713
2232061b
MF
11714
11715
6bb11ab3
L
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11816$as_echo_n "checking dynamic linker characteristics... " >&6; }
11817
11818if test "$GCC" = yes; then
11819 case $host_os in
11820 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11821 *) lt_awk_arg="/^libraries:/" ;;
11822 esac
11823 case $host_os in
11824 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11825 *) lt_sed_strip_eq="s,=/,/,g" ;;
11826 esac
11827 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11828 case $lt_search_path_spec in
11829 *\;*)
11830 # if the path contains ";" then we assume it to be the separator
11831 # otherwise default to the standard path separator (i.e. ":") - it is
11832 # assumed that no part of a normal pathname contains ";" but that should
11833 # okay in the real world where ";" in dirpaths is itself problematic.
11834 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11835 ;;
11836 *)
11837 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11838 ;;
11839 esac
11840 # Ok, now we have the path, separated by spaces, we can step through it
11841 # and add multilib dir if necessary.
11842 lt_tmp_lt_search_path_spec=
11843 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11844 for lt_sys_path in $lt_search_path_spec; do
11845 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11846 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11847 else
11848 test -d "$lt_sys_path" && \
11849 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11850 fi
11851 done
11852 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11853BEGIN {RS=" "; FS="/|\n";} {
11854 lt_foo="";
11855 lt_count=0;
11856 for (lt_i = NF; lt_i > 0; lt_i--) {
11857 if ($lt_i != "" && $lt_i != ".") {
11858 if ($lt_i == "..") {
11859 lt_count++;
11860 } else {
11861 if (lt_count == 0) {
11862 lt_foo="/" $lt_i lt_foo;
11863 } else {
11864 lt_count--;
11865 }
11866 }
11867 }
11868 }
11869 if (lt_foo != "") { lt_freq[lt_foo]++; }
11870 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11871}'`
11872 # AWK program above erroneously prepends '/' to C:/dos/paths
11873 # for these hosts.
11874 case $host_os in
11875 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11876 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11877 esac
11878 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11879else
11880 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11881fi
11882library_names_spec=
11883libname_spec='lib$name'
11884soname_spec=
11885shrext_cmds=".so"
11886postinstall_cmds=
11887postuninstall_cmds=
11888finish_cmds=
11889finish_eval=
11890shlibpath_var=
11891shlibpath_overrides_runpath=unknown
11892version_type=none
11893dynamic_linker="$host_os ld.so"
11894sys_lib_dlsearch_path_spec="/lib /usr/lib"
11895need_lib_prefix=unknown
11896hardcode_into_libs=no
11897
11898# when you set need_version to no, make sure it does not cause -set_version
11899# flags to be left without arguments
11900need_version=unknown
11901
11902case $host_os in
11903aix3*)
11904 version_type=linux
11905 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11906 shlibpath_var=LIBPATH
11907
11908 # AIX 3 has no versioning support, so we append a major version to the name.
11909 soname_spec='${libname}${release}${shared_ext}$major'
11910 ;;
11911
11912aix[4-9]*)
11913 version_type=linux
11914 need_lib_prefix=no
11915 need_version=no
11916 hardcode_into_libs=yes
11917 if test "$host_cpu" = ia64; then
11918 # AIX 5 supports IA64
11919 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11920 shlibpath_var=LD_LIBRARY_PATH
11921 else
11922 # With GCC up to 2.95.x, collect2 would create an import file
11923 # for dependence libraries. The import file would start with
11924 # the line `#! .'. This would cause the generated library to
11925 # depend on `.', always an invalid library. This was fixed in
11926 # development snapshots of GCC prior to 3.0.
11927 case $host_os in
11928 aix4 | aix4.[01] | aix4.[01].*)
11929 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11930 echo ' yes '
11931 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11932 :
11933 else
11934 can_build_shared=no
11935 fi
11936 ;;
11937 esac
11938 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11939 # soname into executable. Probably we can add versioning support to
11940 # collect2, so additional links can be useful in future.
11941 if test "$aix_use_runtimelinking" = yes; then
11942 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11943 # instead of lib<name>.a to let people know that these are not
11944 # typical AIX shared libraries.
11945 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11946 else
11947 # We preserve .a as extension for shared libraries through AIX4.2
11948 # and later when we are not doing run time linking.
11949 library_names_spec='${libname}${release}.a $libname.a'
11950 soname_spec='${libname}${release}${shared_ext}$major'
11951 fi
11952 shlibpath_var=LIBPATH
11953 fi
11954 ;;
11955
11956amigaos*)
11957 case $host_cpu in
11958 powerpc)
11959 # Since July 2007 AmigaOS4 officially supports .so libraries.
11960 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11961 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11962 ;;
11963 m68k)
11964 library_names_spec='$libname.ixlibrary $libname.a'
11965 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11966 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'
11967 ;;
11968 esac
11969 ;;
11970
11971beos*)
11972 library_names_spec='${libname}${shared_ext}'
11973 dynamic_linker="$host_os ld.so"
11974 shlibpath_var=LIBRARY_PATH
11975 ;;
11976
11977bsdi[45]*)
11978 version_type=linux
11979 need_version=no
11980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11981 soname_spec='${libname}${release}${shared_ext}$major'
11982 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11983 shlibpath_var=LD_LIBRARY_PATH
11984 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11985 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11986 # the default ld.so.conf also contains /usr/contrib/lib and
11987 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11988 # libtool to hard-code these into programs
11989 ;;
11990
11991cygwin* | mingw* | pw32* | cegcc*)
11992 version_type=windows
11993 shrext_cmds=".dll"
11994 need_version=no
11995 need_lib_prefix=no
11996
11997 case $GCC,$host_os in
11998 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11999 library_names_spec='$libname.dll.a'
12000 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12001 postinstall_cmds='base_file=`basename \${file}`~
12002 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12003 dldir=$destdir/`dirname \$dlpath`~
12004 test -d \$dldir || mkdir -p \$dldir~
12005 $install_prog $dir/$dlname \$dldir/$dlname~
12006 chmod a+x \$dldir/$dlname~
12007 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12008 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12009 fi'
12010 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12011 dlpath=$dir/\$dldll~
12012 $RM \$dlpath'
12013 shlibpath_overrides_runpath=yes
12014
12015 case $host_os in
12016 cygwin*)
12017 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12018 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12019
12020 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12021 ;;
12022 mingw* | cegcc*)
12023 # MinGW DLLs use traditional 'lib' prefix
12024 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12025 ;;
12026 pw32*)
12027 # pw32 DLLs use 'pw' prefix rather than 'lib'
12028 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12029 ;;
12030 esac
12031 ;;
12032
12033 *)
12034 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12035 ;;
12036 esac
12037 dynamic_linker='Win32 ld.exe'
12038 # FIXME: first we should search . and the directory the executable is in
12039 shlibpath_var=PATH
12040 ;;
12041
12042darwin* | rhapsody*)
12043 dynamic_linker="$host_os dyld"
12044 version_type=darwin
12045 need_lib_prefix=no
12046 need_version=no
12047 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12048 soname_spec='${libname}${release}${major}$shared_ext'
12049 shlibpath_overrides_runpath=yes
12050 shlibpath_var=DYLD_LIBRARY_PATH
12051 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12052
12053 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12054 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12055 ;;
12056
12057dgux*)
12058 version_type=linux
12059 need_lib_prefix=no
12060 need_version=no
12061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12062 soname_spec='${libname}${release}${shared_ext}$major'
12063 shlibpath_var=LD_LIBRARY_PATH
12064 ;;
12065
12066freebsd* | dragonfly*)
12067 # DragonFly does not have aout. When/if they implement a new
12068 # versioning mechanism, adjust this.
12069 if test -x /usr/bin/objformat; then
12070 objformat=`/usr/bin/objformat`
12071 else
12072 case $host_os in
12073 freebsd[23].*) objformat=aout ;;
12074 *) objformat=elf ;;
12075 esac
12076 fi
12077 version_type=freebsd-$objformat
12078 case $version_type in
12079 freebsd-elf*)
12080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12081 need_version=no
12082 need_lib_prefix=no
12083 ;;
12084 freebsd-*)
12085 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12086 need_version=yes
12087 ;;
12088 esac
12089 shlibpath_var=LD_LIBRARY_PATH
12090 case $host_os in
12091 freebsd2.*)
12092 shlibpath_overrides_runpath=yes
12093 ;;
12094 freebsd3.[01]* | freebsdelf3.[01]*)
12095 shlibpath_overrides_runpath=yes
12096 hardcode_into_libs=yes
12097 ;;
12098 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12099 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12100 shlibpath_overrides_runpath=no
12101 hardcode_into_libs=yes
12102 ;;
12103 *) # from 4.6 on, and DragonFly
12104 shlibpath_overrides_runpath=yes
12105 hardcode_into_libs=yes
12106 ;;
12107 esac
12108 ;;
12109
6bb11ab3
L
12110haiku*)
12111 version_type=linux
12112 need_lib_prefix=no
12113 need_version=no
12114 dynamic_linker="$host_os runtime_loader"
12115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12116 soname_spec='${libname}${release}${shared_ext}$major'
12117 shlibpath_var=LIBRARY_PATH
12118 shlibpath_overrides_runpath=yes
12119 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12120 hardcode_into_libs=yes
12121 ;;
12122
12123hpux9* | hpux10* | hpux11*)
12124 # Give a soname corresponding to the major version so that dld.sl refuses to
12125 # link against other versions.
12126 version_type=sunos
12127 need_lib_prefix=no
12128 need_version=no
12129 case $host_cpu in
12130 ia64*)
12131 shrext_cmds='.so'
12132 hardcode_into_libs=yes
12133 dynamic_linker="$host_os dld.so"
12134 shlibpath_var=LD_LIBRARY_PATH
12135 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12137 soname_spec='${libname}${release}${shared_ext}$major'
12138 if test "X$HPUX_IA64_MODE" = X32; then
12139 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12140 else
12141 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12142 fi
12143 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12144 ;;
12145 hppa*64*)
12146 shrext_cmds='.sl'
12147 hardcode_into_libs=yes
12148 dynamic_linker="$host_os dld.sl"
12149 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12150 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12151 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12152 soname_spec='${libname}${release}${shared_ext}$major'
12153 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12154 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12155 ;;
12156 *)
12157 shrext_cmds='.sl'
12158 dynamic_linker="$host_os dld.sl"
12159 shlibpath_var=SHLIB_PATH
12160 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12161 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12162 soname_spec='${libname}${release}${shared_ext}$major'
12163 ;;
12164 esac
12165 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12166 postinstall_cmds='chmod 555 $lib'
12167 # or fails outright, so override atomically:
12168 install_override_mode=555
12169 ;;
12170
12171interix[3-9]*)
12172 version_type=linux
12173 need_lib_prefix=no
12174 need_version=no
12175 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12176 soname_spec='${libname}${release}${shared_ext}$major'
12177 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12178 shlibpath_var=LD_LIBRARY_PATH
12179 shlibpath_overrides_runpath=no
12180 hardcode_into_libs=yes
12181 ;;
12182
12183irix5* | irix6* | nonstopux*)
12184 case $host_os in
12185 nonstopux*) version_type=nonstopux ;;
12186 *)
12187 if test "$lt_cv_prog_gnu_ld" = yes; then
12188 version_type=linux
12189 else
12190 version_type=irix
12191 fi ;;
12192 esac
12193 need_lib_prefix=no
12194 need_version=no
12195 soname_spec='${libname}${release}${shared_ext}$major'
12196 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12197 case $host_os in
12198 irix5* | nonstopux*)
12199 libsuff= shlibsuff=
12200 ;;
12201 *)
12202 case $LD in # libtool.m4 will add one of these switches to LD
12203 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12204 libsuff= shlibsuff= libmagic=32-bit;;
12205 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12206 libsuff=32 shlibsuff=N32 libmagic=N32;;
12207 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12208 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12209 *) libsuff= shlibsuff= libmagic=never-match;;
12210 esac
12211 ;;
12212 esac
12213 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12214 shlibpath_overrides_runpath=no
12215 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12216 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12217 hardcode_into_libs=yes
12218 ;;
12219
12220# No shared lib support for Linux oldld, aout, or coff.
12221linux*oldld* | linux*aout* | linux*coff*)
12222 dynamic_linker=no
12223 ;;
12224
12225# This must be Linux ELF.
46f900c0 12226linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12227 version_type=linux
12228 need_lib_prefix=no
12229 need_version=no
12230 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12231 soname_spec='${libname}${release}${shared_ext}$major'
12232 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12233 shlibpath_var=LD_LIBRARY_PATH
12234 shlibpath_overrides_runpath=no
12235
12236 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12237 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
12238 $as_echo_n "(cached) " >&6
12239else
6bb11ab3
L
12240 lt_cv_shlibpath_overrides_runpath=no
12241 save_LDFLAGS=$LDFLAGS
12242 save_libdir=$libdir
12243 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12244 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12246/* end confdefs.h. */
12247
2232061b
MF
12248int
12249main ()
12250{
12251
12252 ;
12253 return 0;
12254}
12255_ACEOF
6bb11ab3
L
12256if ac_fn_c_try_link "$LINENO"; then :
12257 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12258 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12259fi
2232061b 12260fi
6bb11ab3
L
12261rm -f core conftest.err conftest.$ac_objext \
12262 conftest$ac_exeext conftest.$ac_ext
12263 LDFLAGS=$save_LDFLAGS
12264 libdir=$save_libdir
2232061b 12265
6bb11ab3 12266fi
2232061b 12267
6bb11ab3 12268 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12269
6bb11ab3
L
12270 # This implies no fast_install, which is unacceptable.
12271 # Some rework will be needed to allow for fast_install
12272 # before this can be enabled.
12273 hardcode_into_libs=yes
2232061b 12274
6bb11ab3
L
12275 # Append ld.so.conf contents to the search path
12276 if test -f /etc/ld.so.conf; then
12277 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' ' '`
12278 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12279 fi
2232061b 12280
6bb11ab3
L
12281 # We used to test for /lib/ld.so.1 and disable shared libraries on
12282 # powerpc, because MkLinux only supported shared libraries with the
12283 # GNU dynamic linker. Since this was broken with cross compilers,
12284 # most powerpc-linux boxes support dynamic linking these days and
12285 # people can always --disable-shared, the test was removed, and we
12286 # assume the GNU/Linux dynamic linker is in use.
12287 dynamic_linker='GNU/Linux ld.so'
12288 ;;
12289
12290netbsd*)
12291 version_type=sunos
12292 need_lib_prefix=no
12293 need_version=no
12294 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12295 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12296 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12297 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12298 else
6bb11ab3
L
12299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12300 soname_spec='${libname}${release}${shared_ext}$major'
12301 dynamic_linker='NetBSD ld.elf_so'
12302 fi
12303 shlibpath_var=LD_LIBRARY_PATH
12304 shlibpath_overrides_runpath=yes
12305 hardcode_into_libs=yes
12306 ;;
12307
12308newsos6)
12309 version_type=linux
12310 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12311 shlibpath_var=LD_LIBRARY_PATH
12312 shlibpath_overrides_runpath=yes
12313 ;;
12314
12315*nto* | *qnx*)
12316 version_type=qnx
12317 need_lib_prefix=no
12318 need_version=no
12319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12320 soname_spec='${libname}${release}${shared_ext}$major'
12321 shlibpath_var=LD_LIBRARY_PATH
12322 shlibpath_overrides_runpath=no
12323 hardcode_into_libs=yes
12324 dynamic_linker='ldqnx.so'
12325 ;;
12326
12327openbsd*)
12328 version_type=sunos
12329 sys_lib_dlsearch_path_spec="/usr/lib"
12330 need_lib_prefix=no
12331 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12332 case $host_os in
12333 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12334 *) need_version=no ;;
12335 esac
12336 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12337 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12338 shlibpath_var=LD_LIBRARY_PATH
12339 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12340 case $host_os in
12341 openbsd2.[89] | openbsd2.[89].*)
12342 shlibpath_overrides_runpath=no
12343 ;;
12344 *)
12345 shlibpath_overrides_runpath=yes
12346 ;;
12347 esac
12348 else
12349 shlibpath_overrides_runpath=yes
12350 fi
12351 ;;
12352
12353os2*)
12354 libname_spec='$name'
12355 shrext_cmds=".dll"
12356 need_lib_prefix=no
12357 library_names_spec='$libname${shared_ext} $libname.a'
12358 dynamic_linker='OS/2 ld.exe'
12359 shlibpath_var=LIBPATH
12360 ;;
12361
12362osf3* | osf4* | osf5*)
12363 version_type=osf
12364 need_lib_prefix=no
12365 need_version=no
12366 soname_spec='${libname}${release}${shared_ext}$major'
12367 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12368 shlibpath_var=LD_LIBRARY_PATH
12369 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12370 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12371 ;;
12372
12373rdos*)
12374 dynamic_linker=no
12375 ;;
12376
12377solaris*)
12378 version_type=linux
12379 need_lib_prefix=no
12380 need_version=no
12381 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12382 soname_spec='${libname}${release}${shared_ext}$major'
12383 shlibpath_var=LD_LIBRARY_PATH
12384 shlibpath_overrides_runpath=yes
12385 hardcode_into_libs=yes
12386 # ldd complains unless libraries are executable
12387 postinstall_cmds='chmod +x $lib'
12388 ;;
12389
12390sunos4*)
12391 version_type=sunos
12392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12393 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12394 shlibpath_var=LD_LIBRARY_PATH
12395 shlibpath_overrides_runpath=yes
12396 if test "$with_gnu_ld" = yes; then
12397 need_lib_prefix=no
12398 fi
12399 need_version=yes
12400 ;;
12401
12402sysv4 | sysv4.3*)
12403 version_type=linux
12404 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12405 soname_spec='${libname}${release}${shared_ext}$major'
12406 shlibpath_var=LD_LIBRARY_PATH
12407 case $host_vendor in
12408 sni)
12409 shlibpath_overrides_runpath=no
12410 need_lib_prefix=no
12411 runpath_var=LD_RUN_PATH
12412 ;;
12413 siemens)
12414 need_lib_prefix=no
12415 ;;
12416 motorola)
12417 need_lib_prefix=no
12418 need_version=no
12419 shlibpath_overrides_runpath=no
12420 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12421 ;;
12422 esac
12423 ;;
12424
12425sysv4*MP*)
12426 if test -d /usr/nec ;then
12427 version_type=linux
12428 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12429 soname_spec='$libname${shared_ext}.$major'
12430 shlibpath_var=LD_LIBRARY_PATH
2232061b 12431 fi
6bb11ab3
L
12432 ;;
12433
12434sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12435 version_type=freebsd-elf
12436 need_lib_prefix=no
12437 need_version=no
12438 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12439 soname_spec='${libname}${release}${shared_ext}$major'
12440 shlibpath_var=LD_LIBRARY_PATH
12441 shlibpath_overrides_runpath=yes
12442 hardcode_into_libs=yes
12443 if test "$with_gnu_ld" = yes; then
12444 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12445 else
12446 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12447 case $host_os in
12448 sco3.2v5*)
12449 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12450 ;;
12451 esac
12452 fi
12453 sys_lib_dlsearch_path_spec='/usr/lib'
12454 ;;
12455
12456tpf*)
12457 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12458 version_type=linux
12459 need_lib_prefix=no
12460 need_version=no
12461 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12462 shlibpath_var=LD_LIBRARY_PATH
12463 shlibpath_overrides_runpath=no
12464 hardcode_into_libs=yes
12465 ;;
12466
12467uts4*)
12468 version_type=linux
12469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12470 soname_spec='${libname}${release}${shared_ext}$major'
12471 shlibpath_var=LD_LIBRARY_PATH
12472 ;;
12473
12474*)
12475 dynamic_linker=no
12476 ;;
12477esac
12478{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12479$as_echo "$dynamic_linker" >&6; }
12480test "$dynamic_linker" = no && can_build_shared=no
12481
12482variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12483if test "$GCC" = yes; then
12484 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12485fi
2232061b 12486
6bb11ab3
L
12487if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12488 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12489fi
12490if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12491 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12492fi
12493
12494
12495
12496
12497
12498
12499
12500
12501
12502
12503
12504
12505
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
2232061b 12519
2232061b 12520
2232061b 12521
2232061b 12522
2232061b
MF
12523
12524
6ffe910a 12525
6ffe910a
MF
12526
12527
12528
12529
12530
2232061b 12531
6ffe910a
MF
12532
12533
12534
12535
6ffe910a 12536
6ffe910a 12537
6ffe910a
MF
12538
12539
6ffe910a 12540
6ffe910a 12541
6ffe910a
MF
12542
12543
5f3ef9d0 12544
5f3ef9d0
JB
12545
12546
12547
db2e4d67
MF
12548
12549
db2e4d67 12550
db2e4d67 12551
db2e4d67 12552
db2e4d67 12553
db2e4d67 12554
db2e4d67 12555
db2e4d67 12556
db2e4d67
MF
12557
12558
db2e4d67 12559
db2e4d67
MF
12560
12561
db2e4d67 12562
db2e4d67
MF
12563
12564
6ffe910a 12565
6ffe910a 12566
6ffe910a
MF
12567
12568
6ffe910a
MF
12569
12570
6ffe910a 12571
6ffe910a 12572
6ffe910a 12573
6ffe910a 12574
6ffe910a 12575
d45a4bef
JB
12576
12577
12578
12579
d45a4bef 12580
d45a4bef 12581
d45a4bef 12582
d45a4bef 12583
d45a4bef 12584
6bb11ab3
L
12585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12586$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12587hardcode_action=
12588if test -n "$hardcode_libdir_flag_spec" ||
12589 test -n "$runpath_var" ||
12590 test "X$hardcode_automatic" = "Xyes" ; then
d45a4bef 12591
6bb11ab3
L
12592 # We can hardcode non-existent directories.
12593 if test "$hardcode_direct" != no &&
12594 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12595 # have to relink, otherwise we might link with an installed library
12596 # when we should be linking with a yet-to-be-installed one
12597 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12598 test "$hardcode_minus_L" != no; then
12599 # Linking always hardcodes the temporary library directory.
12600 hardcode_action=relink
12601 else
12602 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12603 hardcode_action=immediate
12604 fi
12605else
12606 # We cannot hardcode anything, or else we can only hardcode existing
12607 # directories.
12608 hardcode_action=unsupported
d45a4bef 12609fi
6bb11ab3
L
12610{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12611$as_echo "$hardcode_action" >&6; }
d45a4bef 12612
6bb11ab3
L
12613if test "$hardcode_action" = relink ||
12614 test "$inherit_rpath" = yes; then
12615 # Fast installation is not supported
12616 enable_fast_install=no
12617elif test "$shlibpath_overrides_runpath" = yes ||
12618 test "$enable_shared" = no; then
12619 # Fast installation is not necessary
12620 enable_fast_install=needless
12621fi
d45a4bef 12622
6bb11ab3
L
12623
12624
12625
12626
12627
12628 if test "x$enable_dlopen" != xyes; then
12629 enable_dlopen=unknown
12630 enable_dlopen_self=unknown
12631 enable_dlopen_self_static=unknown
12632else
12633 lt_cv_dlopen=no
12634 lt_cv_dlopen_libs=
12635
12636 case $host_os in
12637 beos*)
12638 lt_cv_dlopen="load_add_on"
12639 lt_cv_dlopen_libs=
12640 lt_cv_dlopen_self=yes
12641 ;;
12642
12643 mingw* | pw32* | cegcc*)
12644 lt_cv_dlopen="LoadLibrary"
12645 lt_cv_dlopen_libs=
12646 ;;
12647
12648 cygwin*)
12649 lt_cv_dlopen="dlopen"
12650 lt_cv_dlopen_libs=
12651 ;;
12652
12653 darwin*)
12654 # if libdl is installed we need to link against it
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12656$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12657if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12658 $as_echo_n "(cached) " >&6
12659else
12660 ac_check_lib_save_LIBS=$LIBS
12661LIBS="-ldl $LIBS"
12662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12663/* end confdefs.h. */
12664
12665/* Override any GCC internal prototype to avoid an error.
12666 Use char because int might match the return type of a GCC
12667 builtin and then its argument prototype would still apply. */
12668#ifdef __cplusplus
12669extern "C"
12670#endif
12671char dlopen ();
12672int
12673main ()
12674{
12675return dlopen ();
12676 ;
12677 return 0;
12678}
d45a4bef 12679_ACEOF
6bb11ab3
L
12680if ac_fn_c_try_link "$LINENO"; then :
12681 ac_cv_lib_dl_dlopen=yes
12682else
12683 ac_cv_lib_dl_dlopen=no
12684fi
12685rm -f core conftest.err conftest.$ac_objext \
12686 conftest$ac_exeext conftest.$ac_ext
12687LIBS=$ac_check_lib_save_LIBS
12688fi
12689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12690$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12691if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12692 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12693else
12694
12695 lt_cv_dlopen="dyld"
12696 lt_cv_dlopen_libs=
12697 lt_cv_dlopen_self=yes
d45a4bef
JB
12698
12699fi
d45a4bef 12700
6bb11ab3 12701 ;;
d45a4bef 12702
6bb11ab3
L
12703 *)
12704 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12705if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12706 lt_cv_dlopen="shl_load"
12707else
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12709$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12710if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12711 $as_echo_n "(cached) " >&6
12712else
12713 ac_check_lib_save_LIBS=$LIBS
12714LIBS="-ldld $LIBS"
12715cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12716/* end confdefs.h. */
12717
12718/* Override any GCC internal prototype to avoid an error.
12719 Use char because int might match the return type of a GCC
12720 builtin and then its argument prototype would still apply. */
12721#ifdef __cplusplus
12722extern "C"
12723#endif
12724char shl_load ();
12725int
12726main ()
12727{
12728return shl_load ();
12729 ;
12730 return 0;
12731}
12732_ACEOF
12733if ac_fn_c_try_link "$LINENO"; then :
12734 ac_cv_lib_dld_shl_load=yes
12735else
12736 ac_cv_lib_dld_shl_load=no
12737fi
12738rm -f core conftest.err conftest.$ac_objext \
12739 conftest$ac_exeext conftest.$ac_ext
12740LIBS=$ac_check_lib_save_LIBS
12741fi
12742{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12743$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12744if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12745 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12746else
12747 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12748if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12749 lt_cv_dlopen="dlopen"
12750else
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12752$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12753if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 12754 $as_echo_n "(cached) " >&6
d45a4bef
JB
12755else
12756 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12757LIBS="-ldl $LIBS"
81ecdfbb 12758cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
12759/* end confdefs.h. */
12760
81ecdfbb
RW
12761/* Override any GCC internal prototype to avoid an error.
12762 Use char because int might match the return type of a GCC
12763 builtin and then its argument prototype would still apply. */
d45a4bef
JB
12764#ifdef __cplusplus
12765extern "C"
12766#endif
6bb11ab3 12767char dlopen ();
d45a4bef
JB
12768int
12769main ()
12770{
6bb11ab3 12771return dlopen ();
d45a4bef
JB
12772 ;
12773 return 0;
12774}
12775_ACEOF
81ecdfbb 12776if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12777 ac_cv_lib_dl_dlopen=yes
d45a4bef 12778else
6bb11ab3 12779 ac_cv_lib_dl_dlopen=no
d45a4bef 12780fi
81ecdfbb
RW
12781rm -f core conftest.err conftest.$ac_objext \
12782 conftest$ac_exeext conftest.$ac_ext
d45a4bef
JB
12783LIBS=$ac_check_lib_save_LIBS
12784fi
6bb11ab3
L
12785{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12786$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12787if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12788 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12789else
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12791$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12792if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 12793 $as_echo_n "(cached) " >&6
d45a4bef
JB
12794else
12795 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12796LIBS="-lsvld $LIBS"
81ecdfbb 12797cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
12798/* end confdefs.h. */
12799
81ecdfbb
RW
12800/* Override any GCC internal prototype to avoid an error.
12801 Use char because int might match the return type of a GCC
12802 builtin and then its argument prototype would still apply. */
d45a4bef
JB
12803#ifdef __cplusplus
12804extern "C"
12805#endif
6bb11ab3 12806char dlopen ();
d45a4bef
JB
12807int
12808main ()
12809{
6bb11ab3 12810return dlopen ();
d45a4bef
JB
12811 ;
12812 return 0;
12813}
12814_ACEOF
81ecdfbb 12815if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12816 ac_cv_lib_svld_dlopen=yes
d45a4bef 12817else
6bb11ab3 12818 ac_cv_lib_svld_dlopen=no
d45a4bef 12819fi
81ecdfbb
RW
12820rm -f core conftest.err conftest.$ac_objext \
12821 conftest$ac_exeext conftest.$ac_ext
d45a4bef
JB
12822LIBS=$ac_check_lib_save_LIBS
12823fi
6bb11ab3
L
12824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12825$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12826if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 12827 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12828else
6bb11ab3
L
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12830$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12831if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 12832 $as_echo_n "(cached) " >&6
b5bd9624 12833else
6bb11ab3
L
12834 ac_check_lib_save_LIBS=$LIBS
12835LIBS="-ldld $LIBS"
81ecdfbb 12836cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12837/* end confdefs.h. */
12838
81ecdfbb
RW
12839/* Override any GCC internal prototype to avoid an error.
12840 Use char because int might match the return type of a GCC
b5bd9624 12841 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12842#ifdef __cplusplus
12843extern "C"
12844#endif
6bb11ab3 12845char dld_link ();
b5bd9624
HPN
12846int
12847main ()
12848{
6bb11ab3 12849return dld_link ();
b5bd9624
HPN
12850 ;
12851 return 0;
81ecdfbb 12852}
b5bd9624 12853_ACEOF
6bb11ab3
L
12854if ac_fn_c_try_link "$LINENO"; then :
12855 ac_cv_lib_dld_dld_link=yes
12856else
12857 ac_cv_lib_dld_dld_link=no
12858fi
12859rm -f core conftest.err conftest.$ac_objext \
12860 conftest$ac_exeext conftest.$ac_ext
12861LIBS=$ac_check_lib_save_LIBS
12862fi
12863{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12864$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12865if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12866 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12867fi
12868
12869
12870fi
12871
12872
12873fi
12874
12875
12876fi
12877
12878
12879fi
12880
12881
12882fi
12883
12884 ;;
12885 esac
12886
12887 if test "x$lt_cv_dlopen" != xno; then
12888 enable_dlopen=yes
b5bd9624 12889 else
6bb11ab3
L
12890 enable_dlopen=no
12891 fi
12892
12893 case $lt_cv_dlopen in
12894 dlopen)
12895 save_CPPFLAGS="$CPPFLAGS"
12896 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12897
12898 save_LDFLAGS="$LDFLAGS"
12899 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12900
12901 save_LIBS="$LIBS"
12902 LIBS="$lt_cv_dlopen_libs $LIBS"
12903
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12905$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12906if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
12907 $as_echo_n "(cached) " >&6
12908else
12909 if test "$cross_compiling" = yes; then :
12910 lt_cv_dlopen_self=cross
12911else
12912 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12913 lt_status=$lt_dlunknown
12914 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 12915#line 12915 "configure"
6bb11ab3
L
12916#include "confdefs.h"
12917
12918#if HAVE_DLFCN_H
12919#include <dlfcn.h>
12920#endif
12921
12922#include <stdio.h>
12923
12924#ifdef RTLD_GLOBAL
12925# define LT_DLGLOBAL RTLD_GLOBAL
12926#else
12927# ifdef DL_GLOBAL
12928# define LT_DLGLOBAL DL_GLOBAL
12929# else
12930# define LT_DLGLOBAL 0
12931# endif
12932#endif
12933
12934/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12935 find out it does not work in some platform. */
12936#ifndef LT_DLLAZY_OR_NOW
12937# ifdef RTLD_LAZY
12938# define LT_DLLAZY_OR_NOW RTLD_LAZY
12939# else
12940# ifdef DL_LAZY
12941# define LT_DLLAZY_OR_NOW DL_LAZY
12942# else
12943# ifdef RTLD_NOW
12944# define LT_DLLAZY_OR_NOW RTLD_NOW
12945# else
12946# ifdef DL_NOW
12947# define LT_DLLAZY_OR_NOW DL_NOW
12948# else
12949# define LT_DLLAZY_OR_NOW 0
12950# endif
12951# endif
12952# endif
12953# endif
12954#endif
12955
12956/* When -fvisbility=hidden is used, assume the code has been annotated
12957 correspondingly for the symbols needed. */
12958#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12959void fnord () __attribute__((visibility("default")));
12960#endif
12961
12962void fnord () { int i=42; }
12963int main ()
12964{
12965 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12966 int status = $lt_dlunknown;
12967
12968 if (self)
12969 {
12970 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12971 else
12972 {
12973 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12974 else puts (dlerror ());
12975 }
12976 /* dlclose (self); */
12977 }
12978 else
12979 puts (dlerror ());
12980
12981 return status;
12982}
12983_LT_EOF
12984 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12985 (eval $ac_link) 2>&5
12986 ac_status=$?
12987 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12988 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12989 (./conftest; exit; ) >&5 2>/dev/null
12990 lt_status=$?
12991 case x$lt_status in
12992 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12993 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12994 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12995 esac
12996 else :
12997 # compilation failed
12998 lt_cv_dlopen_self=no
b5bd9624 12999 fi
b5bd9624 13000fi
6bb11ab3
L
13001rm -fr conftest*
13002
13003
b5bd9624 13004fi
6bb11ab3
L
13005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13006$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 13007
6bb11ab3
L
13008 if test "x$lt_cv_dlopen_self" = xyes; then
13009 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13011$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13012if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 13013 $as_echo_n "(cached) " >&6
b5bd9624 13014else
6bb11ab3
L
13015 if test "$cross_compiling" = yes; then :
13016 lt_cv_dlopen_self_static=cross
13017else
13018 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13019 lt_status=$lt_dlunknown
13020 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 13021#line 13021 "configure"
6bb11ab3
L
13022#include "confdefs.h"
13023
13024#if HAVE_DLFCN_H
13025#include <dlfcn.h>
13026#endif
13027
13028#include <stdio.h>
13029
13030#ifdef RTLD_GLOBAL
13031# define LT_DLGLOBAL RTLD_GLOBAL
13032#else
13033# ifdef DL_GLOBAL
13034# define LT_DLGLOBAL DL_GLOBAL
13035# else
13036# define LT_DLGLOBAL 0
13037# endif
13038#endif
13039
13040/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13041 find out it does not work in some platform. */
13042#ifndef LT_DLLAZY_OR_NOW
13043# ifdef RTLD_LAZY
13044# define LT_DLLAZY_OR_NOW RTLD_LAZY
13045# else
13046# ifdef DL_LAZY
13047# define LT_DLLAZY_OR_NOW DL_LAZY
13048# else
13049# ifdef RTLD_NOW
13050# define LT_DLLAZY_OR_NOW RTLD_NOW
13051# else
13052# ifdef DL_NOW
13053# define LT_DLLAZY_OR_NOW DL_NOW
13054# else
13055# define LT_DLLAZY_OR_NOW 0
13056# endif
13057# endif
13058# endif
13059# endif
13060#endif
13061
13062/* When -fvisbility=hidden is used, assume the code has been annotated
13063 correspondingly for the symbols needed. */
13064#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13065void fnord () __attribute__((visibility("default")));
13066#endif
13067
13068void fnord () { int i=42; }
13069int main ()
13070{
13071 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13072 int status = $lt_dlunknown;
13073
13074 if (self)
13075 {
13076 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13077 else
13078 {
13079 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13080 else puts (dlerror ());
13081 }
13082 /* dlclose (self); */
13083 }
13084 else
13085 puts (dlerror ());
13086
13087 return status;
13088}
13089_LT_EOF
13090 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13091 (eval $ac_link) 2>&5
13092 ac_status=$?
13093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13094 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13095 (./conftest; exit; ) >&5 2>/dev/null
13096 lt_status=$?
13097 case x$lt_status in
13098 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13099 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13100 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13101 esac
13102 else :
13103 # compilation failed
13104 lt_cv_dlopen_self_static=no
13105 fi
b5bd9624 13106fi
6bb11ab3
L
13107rm -fr conftest*
13108
13109
b5bd9624 13110fi
6bb11ab3
L
13111{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13112$as_echo "$lt_cv_dlopen_self_static" >&6; }
13113 fi
13114
13115 CPPFLAGS="$save_CPPFLAGS"
13116 LDFLAGS="$save_LDFLAGS"
13117 LIBS="$save_LIBS"
13118 ;;
13119 esac
13120
13121 case $lt_cv_dlopen_self in
13122 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13123 *) enable_dlopen_self=unknown ;;
13124 esac
13125
13126 case $lt_cv_dlopen_self_static in
13127 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13128 *) enable_dlopen_self_static=unknown ;;
13129 esac
13130fi
13131
13132
13133
13134
13135
13136
13137
13138
13139
13140
13141
13142
13143
13144
13145
13146
13147
13148striplib=
13149old_striplib=
13150{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13151$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13152if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13153 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13154 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13156$as_echo "yes" >&6; }
13157else
13158# FIXME - insert some real tests, host_os isn't really good enough
13159 case $host_os in
13160 darwin*)
13161 if test -n "$STRIP" ; then
13162 striplib="$STRIP -x"
13163 old_striplib="$STRIP -S"
13164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13165$as_echo "yes" >&6; }
13166 else
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13168$as_echo "no" >&6; }
13169 fi
13170 ;;
13171 *)
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13173$as_echo "no" >&6; }
13174 ;;
13175 esac
13176fi
13177
13178
13179
13180
13181
13182
13183
13184
13185
13186
13187
13188
13189 # Report which library types will actually be built
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13191$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13193$as_echo "$can_build_shared" >&6; }
13194
13195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13196$as_echo_n "checking whether to build shared libraries... " >&6; }
13197 test "$can_build_shared" = "no" && enable_shared=no
13198
13199 # On AIX, shared libraries and static libraries use the same namespace, and
13200 # are all built from PIC.
13201 case $host_os in
13202 aix3*)
13203 test "$enable_shared" = yes && enable_static=no
13204 if test -n "$RANLIB"; then
13205 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13206 postinstall_cmds='$RANLIB $lib'
13207 fi
13208 ;;
13209
13210 aix[4-9]*)
13211 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13212 test "$enable_shared" = yes && enable_static=no
13213 fi
13214 ;;
13215 esac
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13217$as_echo "$enable_shared" >&6; }
13218
13219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13220$as_echo_n "checking whether to build static libraries... " >&6; }
13221 # Make sure either enable_shared or enable_static is yes.
13222 test "$enable_shared" = yes || enable_static=yes
13223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13224$as_echo "$enable_static" >&6; }
13225
13226
13227
13228
13229fi
13230ac_ext=c
13231ac_cpp='$CPP $CPPFLAGS'
13232ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13233ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13234ac_compiler_gnu=$ac_cv_c_compiler_gnu
13235
13236CC="$lt_save_CC"
13237
13238
13239
13240
13241
13242
13243
13244
13245
b5bd9624 13246
b5bd9624 13247
b5bd9624 13248
b5bd9624 13249
6bb11ab3
L
13250 ac_config_commands="$ac_config_commands libtool"
13251
13252
13253
13254
13255# Only expand once:
13256
13257
5912fadd 13258
b5bd9624 13259
d45a4bef
JB
13260. ${srcdir}/../../bfd/configure.host
13261
13262
13263
31e6ad7d
MF
13264
13265{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13266$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13267 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13268if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13269 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13270else
13271 USE_MAINTAINER_MODE=no
d45a4bef 13272fi
31e6ad7d
MF
13273
13274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13275$as_echo "$USE_MAINTAINER_MODE" >&6; }
13276 if test $USE_MAINTAINER_MODE = yes; then
13277 MAINTAINER_MODE_TRUE=
13278 MAINTAINER_MODE_FALSE='#'
d45a4bef 13279else
31e6ad7d
MF
13280 MAINTAINER_MODE_TRUE='#'
13281 MAINTAINER_MODE_FALSE=
81ecdfbb 13282fi
d45a4bef 13283
31e6ad7d
MF
13284 MAINT=$MAINTAINER_MODE_TRUE
13285
13286
d45a4bef 13287
81ecdfbb 13288
ce39bd38
MF
13289{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13290$as_echo_n "checking for sim debug setting... " >&6; }
13291sim_debug="0"
81ecdfbb
RW
13292# Check whether --enable-sim-debug was given.
13293if test "${enable_sim_debug+set}" = set; then :
13294 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13295 yes) sim_debug="7";;
13296 no) sim_debug="0";;
13297 *) sim_debug="($enableval)";;
d45a4bef 13298esac
d45a4bef 13299fi
ce39bd38
MF
13300if test "$sim_debug" != "0"; then
13301
13302cat >>confdefs.h <<_ACEOF
13303#define DEBUG $sim_debug
13304_ACEOF
13305
81ecdfbb 13306fi
d45a4bef 13307
ce39bd38
MF
13308cat >>confdefs.h <<_ACEOF
13309#define WITH_DEBUG $sim_debug
13310_ACEOF
13311
13312{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13313$as_echo "$sim_debug" >&6; }
d45a4bef 13314
81ecdfbb 13315
ce39bd38
MF
13316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13317$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13318sim_stdio="0"
81ecdfbb
RW
13319# Check whether --enable-sim-stdio was given.
13320if test "${enable_sim_stdio+set}" = set; then :
13321 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13322 yes) sim_stdio="DO_USE_STDIO";;
13323 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13324 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
d45a4bef 13325esac
81ecdfbb 13326fi
d45a4bef 13327
ce39bd38
MF
13328cat >>confdefs.h <<_ACEOF
13329#define WITH_STDIO $sim_stdio
13330_ACEOF
13331
13332{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13333$as_echo "$sim_stdio" >&6; }
d45a4bef 13334
81ecdfbb 13335
ce39bd38
MF
13336{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13337$as_echo_n "checking for sim trace settings... " >&6; }
13338sim_trace="~TRACE_debug"
81ecdfbb
RW
13339# Check whether --enable-sim-trace was given.
13340if test "${enable_sim_trace+set}" = set; then :
13341 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13342 yes) sim_trace="-1";;
13343 no) sim_trace="0";;
d45a4bef 13344 [-0-9]*)
ce39bd38 13345 sim_trace="'(${enableval})'";;
2232061b 13346 [[:lower:]]*)
d45a4bef
JB
13347 sim_trace=""
13348 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13349 if test x"$sim_trace" = x; then
ce39bd38 13350 sim_trace="(TRACE_$x"
d45a4bef
JB
13351 else
13352 sim_trace="${sim_trace}|TRACE_$x"
13353 fi
13354 done
ce39bd38 13355 sim_trace="$sim_trace)" ;;
d45a4bef 13356esac
81ecdfbb 13357fi
d45a4bef 13358
ce39bd38
MF
13359cat >>confdefs.h <<_ACEOF
13360#define WITH_TRACE $sim_trace
13361_ACEOF
13362
13363{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13364$as_echo "$sim_trace" >&6; }
d45a4bef 13365
81ecdfbb 13366
ce39bd38
MF
13367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13368$as_echo_n "checking for sim profile settings... " >&6; }
13369profile="1"
13370sim_profile="-1"
81ecdfbb
RW
13371# Check whether --enable-sim-profile was given.
13372if test "${enable_sim_profile+set}" = set; then :
13373 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13374 yes) profile="1" sim_profile="-1";;
13375 no) profile="0" sim_profile="0";;
d45a4bef 13376 [-0-9]*)
ce39bd38 13377 profile="(${enableval})" sim_profile="(${enableval})";;
d45a4bef 13378 [a-z]*)
ce39bd38 13379 profile="1"
d45a4bef
JB
13380 sim_profile=""
13381 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13382 if test x"$sim_profile" = x; then
ce39bd38 13383 sim_profile="(PROFILE_$x"
d45a4bef
JB
13384 else
13385 sim_profile="${sim_profile}|PROFILE_$x"
13386 fi
13387 done
ce39bd38 13388 sim_profile="$sim_profile)" ;;
d45a4bef 13389esac
81ecdfbb 13390fi
d45a4bef 13391
ce39bd38
MF
13392cat >>confdefs.h <<_ACEOF
13393#define PROFILE $profile
13394_ACEOF
d45a4bef 13395
6efef468 13396
ce39bd38
MF
13397cat >>confdefs.h <<_ACEOF
13398#define WITH_PROFILE $sim_profile
13399_ACEOF
13400
13401{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13402$as_echo "$sim_profile" >&6; }
13403
13404
13405
13406{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13407$as_echo_n "checking whether to enable sim asserts... " >&6; }
13408sim_assert="1"
35656e95
MF
13409# Check whether --enable-sim-assert was given.
13410if test "${enable_sim_assert+set}" = set; then :
13411 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13412 yes) sim_assert="1";;
13413 no) sim_assert="0";;
d0ac1c44 13414 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13415esac
35656e95
MF
13416fi
13417
ce39bd38
MF
13418cat >>confdefs.h <<_ACEOF
13419#define WITH_ASSERT $sim_assert
13420_ACEOF
13421
13422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13423$as_echo "$sim_assert" >&6; }
13424
35656e95 13425
ce39bd38
MF
13426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13427$as_echo_n "checking default sim environment setting... " >&6; }
13428sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13429# Check whether --enable-sim-environment was given.
13430if test "${enable_sim_environment+set}" = set; then :
13431 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13432 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13433 user | USER) sim_environment="USER_ENVIRONMENT";;
13434 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13435 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13436 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13437esac
16f7876d
MF
13438fi
13439
ce39bd38
MF
13440cat >>confdefs.h <<_ACEOF
13441#define WITH_ENVIRONMENT $sim_environment
13442_ACEOF
13443
13444{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13445$as_echo "$sim_environment" >&6; }
13446
16f7876d 13447
347fe5bb
MF
13448sim_inline="-DDEFAULT_INLINE=0"
13449# Check whether --enable-sim-inline was given.
13450if test "${enable_sim_inline+set}" = set; then :
13451 enableval=$enable_sim_inline; sim_inline=""
13452case "$enableval" in
13453 no) sim_inline="-DDEFAULT_INLINE=0";;
13454 0) sim_inline="-DDEFAULT_INLINE=0";;
13455 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13456 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13457 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13458 new_flag=""
13459 case "$x" in
13460 *_INLINE=*) new_flag="-D$x";;
13461 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13462 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13463 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13464 esac
13465 if test x"$sim_inline" = x""; then
13466 sim_inline="$new_flag"
13467 else
13468 sim_inline="$sim_inline $new_flag"
13469 fi
13470 done;;
13471esac
13472if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13473 echo "Setting inline flags = $sim_inline" 6>&1
13474fi
13475fi
13476
13477
13478
81ecdfbb
RW
13479
13480# Check whether --with-pkgversion was given.
13481if test "${with_pkgversion+set}" = set; then :
13482 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13483 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13484 no) PKGVERSION= ;;
13485 *) PKGVERSION="($withval) " ;;
13486 esac
13487else
bf12d44e 13488 PKGVERSION="(SIM) "
6efef468 13489
81ecdfbb
RW
13490fi
13491
6efef468
JM
13492
13493
13494
13495
81ecdfbb
RW
13496# Check whether --with-bugurl was given.
13497if test "${with_bugurl+set}" = set; then :
13498 withval=$with_bugurl; case "$withval" in
d0ac1c44 13499 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13500 no) BUGURL=
13501 ;;
13502 *) BUGURL="$withval"
13503 ;;
13504 esac
13505else
dfb856ba 13506 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 13507
81ecdfbb
RW
13508fi
13509
6efef468
JM
13510 case ${BUGURL} in
13511 "")
13512 REPORT_BUGS_TO=
13513 REPORT_BUGS_TEXI=
13514 ;;
13515 *)
13516 REPORT_BUGS_TO="<$BUGURL>"
13517 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13518 ;;
13519 esac;
13520
13521
13522
13523
13524cat >>confdefs.h <<_ACEOF
13525#define PKGVERSION "$PKGVERSION"
13526_ACEOF
13527
13528
13529cat >>confdefs.h <<_ACEOF
13530#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13531_ACEOF
13532
13533
81ecdfbb
RW
13534{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13535$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13536if ${ac_cv_type_signal+:} false; then :
81ecdfbb 13537 $as_echo_n "(cached) " >&6
d45a4bef 13538else
81ecdfbb 13539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d45a4bef
JB
13540/* end confdefs.h. */
13541#include <sys/types.h>
13542#include <signal.h>
d45a4bef
JB
13543
13544int
13545main ()
13546{
81ecdfbb 13547return *(signal (0, 0)) (0) == 1;
d45a4bef
JB
13548 ;
13549 return 0;
13550}
13551_ACEOF
81ecdfbb
RW
13552if ac_fn_c_try_compile "$LINENO"; then :
13553 ac_cv_type_signal=int
d45a4bef 13554else
81ecdfbb 13555 ac_cv_type_signal=void
d45a4bef 13556fi
81ecdfbb 13557rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d45a4bef 13558fi
81ecdfbb
RW
13559{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13560$as_echo "$ac_cv_type_signal" >&6; }
d45a4bef
JB
13561
13562cat >>confdefs.h <<_ACEOF
13563#define RETSIGTYPE $ac_cv_type_signal
13564_ACEOF
13565
13566
13567
13568
13569
d45a4bef 13570
6ffe910a 13571
269e9c18
MF
13572
13573# Check whether --enable-werror was given.
13574if test "${enable_werror+set}" = set; then :
13575 enableval=$enable_werror; case "${enableval}" in
13576 yes | y) ERROR_ON_WARNING="yes" ;;
13577 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 13578 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
269e9c18
MF
13579 esac
13580fi
13581
13582
13583# Enable -Werror by default when using gcc
13584if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13585 ERROR_ON_WARNING=yes
13586fi
13587
13588WERROR_CFLAGS=""
13589if test "${ERROR_ON_WARNING}" = yes ; then
13590# NOTE: Disabled in the sim dir due to most sims generating warnings.
13591# WERROR_CFLAGS="-Werror"
13592 true
13593fi
13594
13595build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
13596-Wpointer-sign \
13597-Wno-unused -Wunused-value -Wunused-function \
13598-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13599-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13600-Wold-style-declaration -Wold-style-definition"
13601
13602# Enable -Wno-format by default when using gcc on mingw since many
13603# GCC versions complain about %I64.
13604case "${host}" in
13605 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
13606 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
13607esac
13608
13609# Check whether --enable-build-warnings was given.
13610if test "${enable_build_warnings+set}" = set; then :
13611 enableval=$enable_build_warnings; case "${enableval}" in
13612 yes) ;;
13613 no) build_warnings="-w";;
13614 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13615 build_warnings="${build_warnings} ${t}";;
13616 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13617 build_warnings="${t} ${build_warnings}";;
13618 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13619esac
13620if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13621 echo "Setting compiler warning flags = $build_warnings" 6>&1
13622fi
13623fi
13624# Check whether --enable-sim-build-warnings was given.
13625if test "${enable_sim_build_warnings+set}" = set; then :
13626 enableval=$enable_sim_build_warnings; case "${enableval}" in
13627 yes) ;;
13628 no) build_warnings="-w";;
13629 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13630 build_warnings="${build_warnings} ${t}";;
13631 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13632 build_warnings="${t} ${build_warnings}";;
13633 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13634esac
13635if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13636 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13637fi
13638fi
13639WARN_CFLAGS=""
13640if test "x${build_warnings}" != x -a "x$GCC" = xyes
13641then
13642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13643$as_echo_n "checking compiler warning flags... " >&6; }
13644 # Separate out the -Werror flag as some files just cannot be
13645 # compiled with it enabled.
13646 for w in ${build_warnings}; do
13647 case $w in
13648 -Werr*) WERROR_CFLAGS=-Werror ;;
13649 *) # Check that GCC accepts it
13650 saved_CFLAGS="$CFLAGS"
13651 CFLAGS="$CFLAGS $w"
13652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13653/* end confdefs.h. */
13654
13655int
13656main ()
13657{
13658
13659 ;
13660 return 0;
13661}
13662_ACEOF
13663if ac_fn_c_try_compile "$LINENO"; then :
13664 WARN_CFLAGS="${WARN_CFLAGS} $w"
13665fi
13666rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13667 CFLAGS="$saved_CFLAGS"
13668 esac
13669 done
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13671$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
13672fi
13673
13674
340cf1cf 13675for ac_header in sys/select.h termios.h sys/socket.h netinet/in.h netinet/tcp.h
81ecdfbb
RW
13676do :
13677 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13678ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13679if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
340cf1cf 13680 cat >>confdefs.h <<_ACEOF
81ecdfbb 13681#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
340cf1cf
DD
13682_ACEOF
13683
13684fi
13685
13686done
13687
13688
13689
d45a4bef
JB
13690cgen_breaks=""
13691if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13692cgen_breaks="break cgen_rtx_error";
13693fi
13694
81ecdfbb 13695ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
d45a4bef 13696
81ecdfbb 13697ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
d45a4bef 13698
81ecdfbb 13699ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
d45a4bef 13700
81ecdfbb 13701ac_config_commands="$ac_config_commands Makefile"
d45a4bef 13702
81ecdfbb 13703ac_config_commands="$ac_config_commands stamp-h"
d45a4bef
JB
13704
13705cat >confcache <<\_ACEOF
13706# This file is a shell script that caches the results of configure
13707# tests run on this system so they can be shared between configure
13708# scripts and configure runs, see configure's option --config-cache.
13709# It is not useful on other systems. If it contains results you don't
13710# want to keep, you may remove or edit it.
13711#
13712# config.status only pays attention to the cache file if you give it
13713# the --recheck option to rerun configure.
13714#
13715# `ac_cv_env_foo' variables (set or unset) will be overridden when
13716# loading this file, other *unset* `ac_cv_foo' will be assigned the
13717# following values.
13718
13719_ACEOF
13720
13721# The following way of writing the cache mishandles newlines in values,
13722# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13723# So, we kill variables containing newlines.
d45a4bef
JB
13724# Ultrix sh set writes to stderr and can't be redirected directly,
13725# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13726(
13727 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13728 eval ac_val=\$$ac_var
13729 case $ac_val in #(
13730 *${as_nl}*)
13731 case $ac_var in #(
13732 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13733$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13734 esac
13735 case $ac_var in #(
13736 _ | IFS | as_nl) ;; #(
13737 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13738 *) { eval $ac_var=; unset $ac_var;} ;;
13739 esac ;;
13740 esac
13741 done
13742
d45a4bef 13743 (set) 2>&1 |
81ecdfbb
RW
13744 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13745 *${as_nl}ac_space=\ *)
13746 # `set' does not quote correctly, so add quotes: double-quote
13747 # substitution turns \\\\ into \\, and sed turns \\ into \.
d45a4bef
JB
13748 sed -n \
13749 "s/'/'\\\\''/g;
13750 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13751 ;; #(
d45a4bef
JB
13752 *)
13753 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13754 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d45a4bef 13755 ;;
81ecdfbb
RW
13756 esac |
13757 sort
13758) |
d45a4bef 13759 sed '
81ecdfbb 13760 /^ac_cv_env_/b end
d45a4bef 13761 t clear
81ecdfbb 13762 :clear
d45a4bef
JB
13763 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13764 t end
81ecdfbb
RW
13765 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13766 :end' >>confcache
13767if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13768 if test -w "$cache_file"; then
d0ac1c44 13769 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13771$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13772 if test ! -f "$cache_file" || test -h "$cache_file"; then
13773 cat confcache >"$cache_file"
13774 else
13775 case $cache_file in #(
13776 */* | ?:*)
13777 mv -f confcache "$cache_file"$$ &&
13778 mv -f "$cache_file"$$ "$cache_file" ;; #(
13779 *)
13780 mv -f confcache "$cache_file" ;;
13781 esac
13782 fi
13783 fi
d45a4bef 13784 else
81ecdfbb
RW
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13786$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
d45a4bef
JB
13787 fi
13788fi
13789rm -f confcache
13790
13791test "x$prefix" = xNONE && prefix=$ac_default_prefix
13792# Let make expand exec_prefix.
13793test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13794
d45a4bef
JB
13795DEFS=-DHAVE_CONFIG_H
13796
13797ac_libobjs=
13798ac_ltlibobjs=
d0ac1c44 13799U=
d45a4bef
JB
13800for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13801 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13802 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13803 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13804 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13805 # will be set to the directory where LIBOBJS objects are built.
13806 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13807 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
d45a4bef
JB
13808done
13809LIBOBJS=$ac_libobjs
13810
13811LTLIBOBJS=$ac_ltlibobjs
13812
13813
0cb8d851 13814
db2e4d67 13815if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13816 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13817Usually this means the macro was only invoked conditionally." "$LINENO" 5
13818fi
6bb11ab3 13819if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13820 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13821Usually this means the macro was only invoked conditionally." "$LINENO" 5
13822fi
31e6ad7d 13823if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13824 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13825Usually this means the macro was only invoked conditionally." "$LINENO" 5
13826fi
d45a4bef 13827
d0ac1c44 13828: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13829ac_write_fail=0
d45a4bef
JB
13830ac_clean_files_save=$ac_clean_files
13831ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13832{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13833$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13834as_write_fail=0
13835cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
d45a4bef
JB
13836#! $SHELL
13837# Generated by $as_me.
13838# Run this file to recreate the current configuration.
13839# Compiler output produced by configure, useful for debugging
13840# configure, is in config.log if it exists.
13841
13842debug=false
13843ac_cs_recheck=false
13844ac_cs_silent=false
d45a4bef 13845
81ecdfbb
RW
13846SHELL=\${CONFIG_SHELL-$SHELL}
13847export SHELL
13848_ASEOF
13849cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13850## -------------------- ##
13851## M4sh Initialization. ##
13852## -------------------- ##
13853
13854# Be more Bourne compatible
13855DUALCASE=1; export DUALCASE # for MKS sh
13856if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d45a4bef
JB
13857 emulate sh
13858 NULLCMD=:
81ecdfbb 13859 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d45a4bef
JB
13860 # is contrary to our usage. Disable this feature.
13861 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
13862 setopt NO_GLOB_SUBST
13863else
13864 case `(set -o) 2>/dev/null` in #(
13865 *posix*) :
13866 set -o posix ;; #(
13867 *) :
13868 ;;
13869esac
d45a4bef 13870fi
d45a4bef 13871
81ecdfbb
RW
13872
13873as_nl='
13874'
13875export as_nl
13876# Printing a long string crashes Solaris 7 /usr/bin/printf.
13877as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13878as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13879as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13880# Prefer a ksh shell builtin over an external printf program on Solaris,
13881# but without wasting forks for bash or zsh.
13882if test -z "$BASH_VERSION$ZSH_VERSION" \
13883 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13884 as_echo='print -r --'
13885 as_echo_n='print -rn --'
13886elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13887 as_echo='printf %s\n'
13888 as_echo_n='printf %s'
13889else
13890 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13891 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13892 as_echo_n='/usr/ucb/echo -n'
13893 else
13894 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13895 as_echo_n_body='eval
13896 arg=$1;
13897 case $arg in #(
13898 *"$as_nl"*)
13899 expr "X$arg" : "X\\(.*\\)$as_nl";
13900 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13901 esac;
13902 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13903 '
13904 export as_echo_n_body
13905 as_echo_n='sh -c $as_echo_n_body as_echo'
13906 fi
13907 export as_echo_body
13908 as_echo='sh -c $as_echo_body as_echo'
13909fi
13910
13911# The user is always right.
13912if test "${PATH_SEPARATOR+set}" != set; then
13913 PATH_SEPARATOR=:
13914 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13915 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13916 PATH_SEPARATOR=';'
13917 }
d45a4bef
JB
13918fi
13919
13920
81ecdfbb
RW
13921# IFS
13922# We need space, tab and new line, in precisely that order. Quoting is
13923# there to prevent editors from complaining about space-tab.
13924# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13925# splitting by setting IFS to empty value.)
13926IFS=" "" $as_nl"
13927
13928# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 13929as_myself=
81ecdfbb
RW
13930case $0 in #((
13931 *[\\/]* ) as_myself=$0 ;;
13932 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13933for as_dir in $PATH
13934do
13935 IFS=$as_save_IFS
13936 test -z "$as_dir" && as_dir=.
13937 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13938 done
13939IFS=$as_save_IFS
13940
13941 ;;
13942esac
13943# We did not find ourselves, most probably we were run as `sh COMMAND'
13944# in which case we are not to be found in the path.
13945if test "x$as_myself" = x; then
13946 as_myself=$0
13947fi
13948if test ! -f "$as_myself"; then
13949 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13950 exit 1
13951fi
13952
13953# Unset variables that we do not need and which cause bugs (e.g. in
13954# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13955# suppresses any "Segmentation fault" message there. '((' could
13956# trigger a bug in pdksh 5.2.14.
13957for as_var in BASH_ENV ENV MAIL MAILPATH
13958do eval test x\${$as_var+set} = xset \
13959 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13960done
d45a4bef
JB
13961PS1='$ '
13962PS2='> '
13963PS4='+ '
13964
13965# NLS nuisances.
81ecdfbb
RW
13966LC_ALL=C
13967export LC_ALL
13968LANGUAGE=C
13969export LANGUAGE
13970
13971# CDPATH.
13972(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13973
13974
d0ac1c44
SM
13975# as_fn_error STATUS ERROR [LINENO LOG_FD]
13976# ----------------------------------------
81ecdfbb
RW
13977# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13978# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 13979# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
13980as_fn_error ()
13981{
d0ac1c44
SM
13982 as_status=$1; test $as_status -eq 0 && as_status=1
13983 if test "$4"; then
13984 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13985 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
d45a4bef 13986 fi
d0ac1c44 13987 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
13988 as_fn_exit $as_status
13989} # as_fn_error
13990
13991
13992# as_fn_set_status STATUS
13993# -----------------------
13994# Set $? to STATUS, without forking.
13995as_fn_set_status ()
13996{
13997 return $1
13998} # as_fn_set_status
13999
14000# as_fn_exit STATUS
14001# -----------------
14002# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14003as_fn_exit ()
14004{
14005 set +e
14006 as_fn_set_status $1
14007 exit $1
14008} # as_fn_exit
14009
14010# as_fn_unset VAR
14011# ---------------
14012# Portably unset VAR.
14013as_fn_unset ()
14014{
14015 { eval $1=; unset $1;}
14016}
14017as_unset=as_fn_unset
14018# as_fn_append VAR VALUE
14019# ----------------------
14020# Append the text in VALUE to the end of the definition contained in VAR. Take
14021# advantage of any shell optimizations that allow amortized linear growth over
14022# repeated appends, instead of the typical quadratic growth present in naive
14023# implementations.
14024if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14025 eval 'as_fn_append ()
14026 {
14027 eval $1+=\$2
14028 }'
14029else
14030 as_fn_append ()
14031 {
14032 eval $1=\$$1\$2
14033 }
14034fi # as_fn_append
14035
14036# as_fn_arith ARG...
14037# ------------------
14038# Perform arithmetic evaluation on the ARGs, and store the result in the
14039# global $as_val. Take advantage of shells that can avoid forks. The arguments
14040# must be portable across $(()) and expr.
14041if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14042 eval 'as_fn_arith ()
14043 {
14044 as_val=$(( $* ))
14045 }'
14046else
14047 as_fn_arith ()
14048 {
14049 as_val=`expr "$@" || test $? -eq 1`
14050 }
14051fi # as_fn_arith
14052
d45a4bef 14053
81ecdfbb
RW
14054if expr a : '\(a\)' >/dev/null 2>&1 &&
14055 test "X`expr 00001 : '.*\(...\)'`" = X001; then
d45a4bef
JB
14056 as_expr=expr
14057else
14058 as_expr=false
14059fi
14060
81ecdfbb 14061if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
d45a4bef
JB
14062 as_basename=basename
14063else
14064 as_basename=false
14065fi
14066
81ecdfbb
RW
14067if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14068 as_dirname=dirname
14069else
14070 as_dirname=false
14071fi
d45a4bef 14072
81ecdfbb 14073as_me=`$as_basename -- "$0" ||
d45a4bef
JB
14074$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14075 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14076 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14077$as_echo X/"$0" |
14078 sed '/^.*\/\([^/][^/]*\)\/*$/{
14079 s//\1/
14080 q
14081 }
14082 /^X\/\(\/\/\)$/{
14083 s//\1/
14084 q
14085 }
14086 /^X\/\(\/\).*/{
14087 s//\1/
14088 q
14089 }
14090 s/.*/./; q'`
d45a4bef 14091
d45a4bef
JB
14092# Avoid depending upon Character Ranges.
14093as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14094as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14095as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14096as_cr_digits='0123456789'
14097as_cr_alnum=$as_cr_Letters$as_cr_digits
14098
81ecdfbb
RW
14099ECHO_C= ECHO_N= ECHO_T=
14100case `echo -n x` in #(((((
14101-n*)
14102 case `echo 'xy\c'` in
14103 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14104 xy) ECHO_C='\c';;
14105 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14106 ECHO_T=' ';;
14107 esac;;
14108*)
14109 ECHO_N='-n';;
d45a4bef
JB
14110esac
14111
81ecdfbb
RW
14112rm -f conf$$ conf$$.exe conf$$.file
14113if test -d conf$$.dir; then
14114 rm -f conf$$.dir/conf$$.file
d45a4bef 14115else
81ecdfbb
RW
14116 rm -f conf$$.dir
14117 mkdir conf$$.dir 2>/dev/null
d45a4bef 14118fi
81ecdfbb
RW
14119if (echo >conf$$.file) 2>/dev/null; then
14120 if ln -s conf$$.file conf$$ 2>/dev/null; then
d45a4bef 14121 as_ln_s='ln -s'
81ecdfbb
RW
14122 # ... but there are two gotchas:
14123 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14124 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14125 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14126 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14127 as_ln_s='cp -pR'
81ecdfbb
RW
14128 elif ln conf$$.file conf$$ 2>/dev/null; then
14129 as_ln_s=ln
14130 else
d0ac1c44 14131 as_ln_s='cp -pR'
d45a4bef 14132 fi
d45a4bef 14133else
d0ac1c44 14134 as_ln_s='cp -pR'
d45a4bef 14135fi
81ecdfbb
RW
14136rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14137rmdir conf$$.dir 2>/dev/null
14138
d45a4bef 14139
81ecdfbb
RW
14140# as_fn_mkdir_p
14141# -------------
14142# Create "$as_dir" as a directory, including parents if necessary.
14143as_fn_mkdir_p ()
14144{
14145
14146 case $as_dir in #(
14147 -*) as_dir=./$as_dir;;
14148 esac
14149 test -d "$as_dir" || eval $as_mkdir_p || {
14150 as_dirs=
14151 while :; do
14152 case $as_dir in #(
14153 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14154 *) as_qdir=$as_dir;;
14155 esac
14156 as_dirs="'$as_qdir' $as_dirs"
14157 as_dir=`$as_dirname -- "$as_dir" ||
14158$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14159 X"$as_dir" : 'X\(//\)[^/]' \| \
14160 X"$as_dir" : 'X\(//\)$' \| \
14161 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14162$as_echo X"$as_dir" |
14163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14164 s//\1/
14165 q
14166 }
14167 /^X\(\/\/\)[^/].*/{
14168 s//\1/
14169 q
14170 }
14171 /^X\(\/\/\)$/{
14172 s//\1/
14173 q
14174 }
14175 /^X\(\/\).*/{
14176 s//\1/
14177 q
14178 }
14179 s/.*/./; q'`
14180 test -d "$as_dir" && break
14181 done
14182 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14183 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
14184
14185
14186} # as_fn_mkdir_p
d45a4bef 14187if mkdir -p . 2>/dev/null; then
81ecdfbb 14188 as_mkdir_p='mkdir -p "$as_dir"'
d45a4bef
JB
14189else
14190 test -d ./-p && rmdir ./-p
14191 as_mkdir_p=false
14192fi
14193
d0ac1c44
SM
14194
14195# as_fn_executable_p FILE
14196# -----------------------
14197# Test if FILE is an executable regular file.
14198as_fn_executable_p ()
14199{
14200 test -f "$1" && test -x "$1"
14201} # as_fn_executable_p
14202as_test_x='test -x'
14203as_executable_p=as_fn_executable_p
d45a4bef
JB
14204
14205# Sed expression to map a string onto a valid CPP name.
14206as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14207
14208# Sed expression to map a string onto a valid variable name.
14209as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14210
14211
d45a4bef 14212exec 6>&1
81ecdfbb
RW
14213## ----------------------------------- ##
14214## Main body of $CONFIG_STATUS script. ##
14215## ----------------------------------- ##
14216_ASEOF
14217test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14218
14219cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14220# Save the log message, to keep $0 and so on meaningful, and to
d45a4bef 14221# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14222# values after options handling.
14223ac_log="
d45a4bef 14224This file was extended by $as_me, which was
d0ac1c44 14225generated by GNU Autoconf 2.69. Invocation command line was
d45a4bef
JB
14226
14227 CONFIG_FILES = $CONFIG_FILES
14228 CONFIG_HEADERS = $CONFIG_HEADERS
14229 CONFIG_LINKS = $CONFIG_LINKS
14230 CONFIG_COMMANDS = $CONFIG_COMMANDS
14231 $ $0 $@
14232
81ecdfbb
RW
14233on `(hostname || uname -n) 2>/dev/null | sed 1q`
14234"
14235
d45a4bef
JB
14236_ACEOF
14237
81ecdfbb
RW
14238case $ac_config_files in *"
14239"*) set x $ac_config_files; shift; ac_config_files=$*;;
14240esac
d45a4bef 14241
81ecdfbb
RW
14242case $ac_config_headers in *"
14243"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14244esac
d45a4bef 14245
d45a4bef 14246
81ecdfbb
RW
14247cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14248# Files that config.status was made for.
14249config_files="$ac_config_files"
14250config_headers="$ac_config_headers"
81ecdfbb 14251config_commands="$ac_config_commands"
d45a4bef 14252
81ecdfbb 14253_ACEOF
d45a4bef 14254
81ecdfbb 14255cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d45a4bef 14256ac_cs_usage="\
81ecdfbb
RW
14257\`$as_me' instantiates files and other configuration actions
14258from templates according to the current configuration. Unless the files
14259and actions are specified as TAGs, all are instantiated by default.
d45a4bef 14260
81ecdfbb 14261Usage: $0 [OPTION]... [TAG]...
d45a4bef
JB
14262
14263 -h, --help print this help, then exit
81ecdfbb 14264 -V, --version print version number and configuration settings, then exit
d0ac1c44 14265 --config print configuration, then exit
81ecdfbb
RW
14266 -q, --quiet, --silent
14267 do not print progress messages
d45a4bef
JB
14268 -d, --debug don't remove temporary files
14269 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14270 --file=FILE[:TEMPLATE]
14271 instantiate the configuration file FILE
14272 --header=FILE[:TEMPLATE]
14273 instantiate the configuration header FILE
d45a4bef
JB
14274
14275Configuration files:
14276$config_files
14277
14278Configuration headers:
14279$config_headers
14280
d45a4bef
JB
14281Configuration commands:
14282$config_commands
14283
81ecdfbb 14284Report bugs to the package provider."
d45a4bef 14285
81ecdfbb
RW
14286_ACEOF
14287cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14288ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
d45a4bef
JB
14289ac_cs_version="\\
14290config.status
d0ac1c44
SM
14291configured by $0, generated by GNU Autoconf 2.69,
14292 with options \\"\$ac_cs_config\\"
d45a4bef 14293
d0ac1c44 14294Copyright (C) 2012 Free Software Foundation, Inc.
d45a4bef
JB
14295This config.status script is free software; the Free Software Foundation
14296gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14297
14298ac_pwd='$ac_pwd'
14299srcdir='$srcdir'
14300INSTALL='$INSTALL'
6bb11ab3 14301AWK='$AWK'
81ecdfbb 14302test -n "\$AWK" || AWK=awk
d45a4bef
JB
14303_ACEOF
14304
81ecdfbb
RW
14305cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14306# The default lists apply if the user does not specify any file.
d45a4bef
JB
14307ac_need_defaults=:
14308while test $# != 0
14309do
14310 case $1 in
d0ac1c44 14311 --*=?*)
81ecdfbb
RW
14312 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14313 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
d45a4bef
JB
14314 ac_shift=:
14315 ;;
d0ac1c44
SM
14316 --*=)
14317 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14318 ac_optarg=
14319 ac_shift=:
14320 ;;
81ecdfbb 14321 *)
d45a4bef
JB
14322 ac_option=$1
14323 ac_optarg=$2
14324 ac_shift=shift
14325 ;;
d45a4bef
JB
14326 esac
14327
14328 case $ac_option in
14329 # Handling of the options.
d45a4bef
JB
14330 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14331 ac_cs_recheck=: ;;
81ecdfbb
RW
14332 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14333 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14334 --config | --confi | --conf | --con | --co | --c )
14335 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 14336 --debug | --debu | --deb | --de | --d | -d )
d45a4bef
JB
14337 debug=: ;;
14338 --file | --fil | --fi | --f )
14339 $ac_shift
81ecdfbb
RW
14340 case $ac_optarg in
14341 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14342 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
14343 esac
14344 as_fn_append CONFIG_FILES " '$ac_optarg'"
d45a4bef
JB
14345 ac_need_defaults=false;;
14346 --header | --heade | --head | --hea )
14347 $ac_shift
81ecdfbb
RW
14348 case $ac_optarg in
14349 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14350 esac
14351 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
d45a4bef 14352 ac_need_defaults=false;;
81ecdfbb
RW
14353 --he | --h)
14354 # Conflict between --help and --header
d0ac1c44 14355 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
14356Try \`$0 --help' for more information.";;
14357 --help | --hel | -h )
14358 $as_echo "$ac_cs_usage"; exit ;;
d45a4bef
JB
14359 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14360 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14361 ac_cs_silent=: ;;
14362
14363 # This is an error.
d0ac1c44 14364 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 14365Try \`$0 --help' for more information." ;;
d45a4bef 14366
81ecdfbb
RW
14367 *) as_fn_append ac_config_targets " $1"
14368 ac_need_defaults=false ;;
d45a4bef
JB
14369
14370 esac
14371 shift
14372done
14373
14374ac_configure_extra_args=
14375
14376if $ac_cs_silent; then
14377 exec 6>/dev/null
14378 ac_configure_extra_args="$ac_configure_extra_args --silent"
14379fi
14380
14381_ACEOF
81ecdfbb 14382cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d45a4bef 14383if \$ac_cs_recheck; then
d0ac1c44 14384 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
14385 shift
14386 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14387 CONFIG_SHELL='$SHELL'
14388 export CONFIG_SHELL
14389 exec "\$@"
d45a4bef
JB
14390fi
14391
14392_ACEOF
81ecdfbb
RW
14393cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14394exec 5>>config.log
14395{
14396 echo
14397 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14398## Running $as_me. ##
14399_ASBOX
14400 $as_echo "$ac_log"
14401} >&5
d45a4bef 14402
81ecdfbb
RW
14403_ACEOF
14404cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14405#
14406# INIT-COMMANDS
14407#
14408ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14409
6bb11ab3
L
14410
14411# The HP-UX ksh and POSIX shell print the target directory to stdout
14412# if CDPATH is set.
14413(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14414
14415sed_quote_subst='$sed_quote_subst'
14416double_quote_subst='$double_quote_subst'
14417delay_variable_subst='$delay_variable_subst'
14418macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14419macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14420enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14421enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14422pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14423enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14424SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14425ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14426host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14427host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14428host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14429build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14430build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14431build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14432SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14433Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14434GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14435EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14436FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14437LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14438NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14439LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14440max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14441ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14442exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14443lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14444lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14445lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14446reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14447reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14448OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14449deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14450file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14451AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14452AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14453STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14454RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14455old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14456old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14457old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14458lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14459CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14460CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14461compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14462GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14463lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14464lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14465lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14466lt_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"`'
14467objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14468MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14469lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14470lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14471lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14472lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14473lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14474need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14475DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14476NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14477LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14478OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14479OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14480libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14481shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14482extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14483archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14484enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14485export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14486whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14487compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14488old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14489old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14490archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14491archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14492module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14493module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14494with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14495allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14496no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14497hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14498hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14499hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14500hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14501hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14502hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14503hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14504hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14505inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14506link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14507fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14508always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14509export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14510exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14511include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14512prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14513file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14514variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14515need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14516need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14517version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14518runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14519shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14520shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14521libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14522library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14523soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14524install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14525postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14526postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14527finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14528finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14529hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14530sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14531sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14532hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14533enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14534enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14535enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14536old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14537striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14538
14539LTCC='$LTCC'
14540LTCFLAGS='$LTCFLAGS'
14541compiler='$compiler_DEFAULT'
14542
14543# A function that is used when there is no print builtin or printf.
14544func_fallback_echo ()
14545{
14546 eval 'cat <<_LTECHO_EOF
14547\$1
14548_LTECHO_EOF'
14549}
14550
14551# Quote evaled strings.
14552for var in SHELL \
14553ECHO \
14554SED \
14555GREP \
14556EGREP \
14557FGREP \
14558LD \
14559NM \
14560LN_S \
14561lt_SP2NL \
14562lt_NL2SP \
14563reload_flag \
14564OBJDUMP \
14565deplibs_check_method \
14566file_magic_cmd \
14567AR \
14568AR_FLAGS \
14569STRIP \
14570RANLIB \
14571CC \
14572CFLAGS \
14573compiler \
14574lt_cv_sys_global_symbol_pipe \
14575lt_cv_sys_global_symbol_to_cdecl \
14576lt_cv_sys_global_symbol_to_c_name_address \
14577lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14578lt_prog_compiler_no_builtin_flag \
14579lt_prog_compiler_wl \
14580lt_prog_compiler_pic \
14581lt_prog_compiler_static \
14582lt_cv_prog_compiler_c_o \
14583need_locks \
14584DSYMUTIL \
14585NMEDIT \
14586LIPO \
14587OTOOL \
14588OTOOL64 \
14589shrext_cmds \
14590export_dynamic_flag_spec \
14591whole_archive_flag_spec \
14592compiler_needs_object \
14593with_gnu_ld \
14594allow_undefined_flag \
14595no_undefined_flag \
14596hardcode_libdir_flag_spec \
14597hardcode_libdir_flag_spec_ld \
14598hardcode_libdir_separator \
14599fix_srcfile_path \
14600exclude_expsyms \
14601include_expsyms \
14602file_list_spec \
14603variables_saved_for_relink \
14604libname_spec \
14605library_names_spec \
14606soname_spec \
14607install_override_mode \
14608finish_eval \
14609old_striplib \
14610striplib; do
14611 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14612 *[\\\\\\\`\\"\\\$]*)
14613 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14614 ;;
14615 *)
14616 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14617 ;;
14618 esac
14619done
14620
14621# Double-quote double-evaled strings.
14622for var in reload_cmds \
14623old_postinstall_cmds \
14624old_postuninstall_cmds \
14625old_archive_cmds \
14626extract_expsyms_cmds \
14627old_archive_from_new_cmds \
14628old_archive_from_expsyms_cmds \
14629archive_cmds \
14630archive_expsym_cmds \
14631module_cmds \
14632module_expsym_cmds \
14633export_symbols_cmds \
14634prelink_cmds \
14635postinstall_cmds \
14636postuninstall_cmds \
14637finish_cmds \
14638sys_lib_search_path_spec \
14639sys_lib_dlsearch_path_spec; do
14640 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14641 *[\\\\\\\`\\"\\\$]*)
14642 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14643 ;;
14644 *)
14645 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14646 ;;
14647 esac
14648done
14649
14650ac_aux_dir='$ac_aux_dir'
14651xsi_shell='$xsi_shell'
14652lt_shell_append='$lt_shell_append'
14653
14654# See if we are running on zsh, and set the options which allow our
14655# commands through without removal of \ escapes INIT.
14656if test -n "\${ZSH_VERSION+set}" ; then
14657 setopt NO_GLOB_SUBST
14658fi
14659
14660
14661 PACKAGE='$PACKAGE'
14662 VERSION='$VERSION'
14663 TIMESTAMP='$TIMESTAMP'
14664 RM='$RM'
14665 ofile='$ofile'
14666
14667
14668
14669
81ecdfbb 14670_ACEOF
d45a4bef 14671
81ecdfbb 14672cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d45a4bef 14673
81ecdfbb 14674# Handling of arguments.
d45a4bef
JB
14675for ac_config_target in $ac_config_targets
14676do
81ecdfbb
RW
14677 case $ac_config_target in
14678 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14679 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14680 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14681 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14682 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14683 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14684 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14685 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14686
d0ac1c44 14687 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d45a4bef
JB
14688 esac
14689done
14690
81ecdfbb 14691
d45a4bef
JB
14692# If the user did not use the arguments to specify the items to instantiate,
14693# then the envvar interface is used. Set only those that are not.
14694# We use the long form for the default assignment because of an extremely
14695# bizarre bug on SunOS 4.1.3.
14696if $ac_need_defaults; then
14697 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14698 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
d45a4bef
JB
14699 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14700fi
14701
14702# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14703# simply because there is no reason against having it here, and in addition,
d45a4bef 14704# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14705# Hook for its removal unless debugging.
14706# Note that there is a small window in which the directory will not be cleaned:
14707# after its creation but before its name has been assigned to `$tmp'.
d45a4bef
JB
14708$debug ||
14709{
d0ac1c44 14710 tmp= ac_tmp=
81ecdfbb 14711 trap 'exit_status=$?
d0ac1c44
SM
14712 : "${ac_tmp:=$tmp}"
14713 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14714' 0
14715 trap 'as_fn_exit 1' 1 2 13 15
d45a4bef 14716}
d45a4bef
JB
14717# Create a (secure) tmp directory for tmp files.
14718
14719{
81ecdfbb 14720 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14721 test -d "$tmp"
d45a4bef
JB
14722} ||
14723{
81ecdfbb
RW
14724 tmp=./conf$$-$RANDOM
14725 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14726} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14727ac_tmp=$tmp
d45a4bef 14728
81ecdfbb
RW
14729# Set up the scripts for CONFIG_FILES section.
14730# No need to generate them if there are no CONFIG_FILES.
14731# This happens for instance with `./config.status config.h'.
14732if test -n "$CONFIG_FILES"; then
d45a4bef 14733
d45a4bef 14734
81ecdfbb
RW
14735ac_cr=`echo X | tr X '\015'`
14736# On cygwin, bash can eat \r inside `` if the user requested igncr.
14737# But we know of no other shell where ac_cr would be empty at this
14738# point, so we can use a bashism as a fallback.
14739if test "x$ac_cr" = x; then
14740 eval ac_cr=\$\'\\r\'
14741fi
14742ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14743if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14744 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14745else
14746 ac_cs_awk_cr=$ac_cr
14747fi
d45a4bef 14748
d0ac1c44 14749echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
d45a4bef
JB
14750_ACEOF
14751
81ecdfbb
RW
14752
14753{
14754 echo "cat >conf$$subs.awk <<_ACEOF" &&
14755 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14756 echo "_ACEOF"
14757} >conf$$subs.sh ||
d0ac1c44
SM
14758 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14759ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14760ac_delim='%!_!# '
14761for ac_last_try in false false false false false :; do
14762 . ./conf$$subs.sh ||
d0ac1c44 14763 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14764
14765 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14766 if test $ac_delim_n = $ac_delim_num; then
14767 break
14768 elif $ac_last_try; then
d0ac1c44 14769 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14770 else
14771 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
d45a4bef 14772 fi
81ecdfbb
RW
14773done
14774rm -f conf$$subs.sh
d45a4bef 14775
81ecdfbb 14776cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14777cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
d45a4bef 14778_ACEOF
81ecdfbb
RW
14779sed -n '
14780h
14781s/^/S["/; s/!.*/"]=/
14782p
14783g
14784s/^[^!]*!//
14785:repl
14786t repl
14787s/'"$ac_delim"'$//
14788t delim
14789:nl
14790h
d0ac1c44 14791s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14792t more1
14793s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14794p
14795n
14796b repl
14797:more1
14798s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14799p
14800g
14801s/.\{148\}//
14802t nl
14803:delim
14804h
d0ac1c44 14805s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14806t more2
14807s/["\\]/\\&/g; s/^/"/; s/$/"/
14808p
14809b
14810:more2
14811s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14812p
14813g
14814s/.\{148\}//
14815t delim
14816' <conf$$subs.awk | sed '
14817/^[^""]/{
14818 N
14819 s/\n//
14820}
14821' >>$CONFIG_STATUS || ac_write_fail=1
14822rm -f conf$$subs.awk
14823cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14824_ACAWK
d0ac1c44 14825cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14826 for (key in S) S_is_set[key] = 1
14827 FS = "\a"
d45a4bef 14828
81ecdfbb
RW
14829}
14830{
14831 line = $ 0
14832 nfields = split(line, field, "@")
14833 substed = 0
14834 len = length(field[1])
14835 for (i = 2; i < nfields; i++) {
14836 key = field[i]
14837 keylen = length(key)
14838 if (S_is_set[key]) {
14839 value = S[key]
14840 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14841 len += length(value) + length(field[++i])
14842 substed = 1
14843 } else
14844 len += 1 + keylen
14845 }
14846
14847 print line
14848}
d45a4bef 14849
81ecdfbb
RW
14850_ACAWK
14851_ACEOF
14852cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14853if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14854 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
d45a4bef 14855else
81ecdfbb 14856 cat
d0ac1c44
SM
14857fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
14858 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 14859_ACEOF
d45a4bef 14860
d0ac1c44
SM
14861# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
14862# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
14863# trailing colons and then remove the whole line if VPATH becomes empty
14864# (actually we leave an empty line to preserve line numbers).
14865if test "x$srcdir" = x.; then
d0ac1c44
SM
14866 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
14867h
14868s///
14869s/^/:/
14870s/[ ]*$/:/
14871s/:\$(srcdir):/:/g
14872s/:\${srcdir}:/:/g
14873s/:@srcdir@:/:/g
14874s/^:*//
81ecdfbb 14875s/:*$//
d0ac1c44
SM
14876x
14877s/\(=[ ]*\).*/\1/
14878G
14879s/\n//
81ecdfbb
RW
14880s/^[^=]*=[ ]*$//
14881}'
14882fi
d45a4bef 14883
81ecdfbb
RW
14884cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14885fi # test -n "$CONFIG_FILES"
d45a4bef 14886
81ecdfbb
RW
14887# Set up the scripts for CONFIG_HEADERS section.
14888# No need to generate them if there are no CONFIG_HEADERS.
14889# This happens for instance with `./config.status Makefile'.
14890if test -n "$CONFIG_HEADERS"; then
d0ac1c44 14891cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
14892BEGIN {
14893_ACEOF
d45a4bef 14894
81ecdfbb
RW
14895# Transform confdefs.h into an awk script `defines.awk', embedded as
14896# here-document in config.status, that substitutes the proper values into
14897# config.h.in to produce config.h.
d45a4bef 14898
81ecdfbb
RW
14899# Create a delimiter string that does not exist in confdefs.h, to ease
14900# handling of long lines.
14901ac_delim='%!_!# '
14902for ac_last_try in false false :; do
d0ac1c44
SM
14903 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
14904 if test -z "$ac_tt"; then
81ecdfbb
RW
14905 break
14906 elif $ac_last_try; then
d0ac1c44 14907 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
d45a4bef 14908 else
81ecdfbb 14909 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
d45a4bef 14910 fi
d45a4bef 14911done
81ecdfbb
RW
14912
14913# For the awk script, D is an array of macro values keyed by name,
14914# likewise P contains macro parameters if any. Preserve backslash
14915# newline sequences.
14916
14917ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14918sed -n '
14919s/.\{148\}/&'"$ac_delim"'/g
14920t rset
14921:rset
14922s/^[ ]*#[ ]*define[ ][ ]*/ /
14923t def
14924d
14925:def
14926s/\\$//
14927t bsnl
14928s/["\\]/\\&/g
14929s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14930D["\1"]=" \3"/p
14931s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14932d
14933:bsnl
14934s/["\\]/\\&/g
14935s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14936D["\1"]=" \3\\\\\\n"\\/p
14937t cont
14938s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14939t cont
14940d
14941:cont
14942n
14943s/.\{148\}/&'"$ac_delim"'/g
14944t clear
14945:clear
14946s/\\$//
14947t bsnlc
14948s/["\\]/\\&/g; s/^/"/; s/$/"/p
14949d
14950:bsnlc
14951s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14952b cont
14953' <confdefs.h | sed '
14954s/'"$ac_delim"'/"\\\
14955"/g' >>$CONFIG_STATUS || ac_write_fail=1
14956
14957cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14958 for (key in D) D_is_set[key] = 1
14959 FS = "\a"
14960}
14961/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14962 line = \$ 0
14963 split(line, arg, " ")
14964 if (arg[1] == "#") {
14965 defundef = arg[2]
14966 mac1 = arg[3]
14967 } else {
14968 defundef = substr(arg[1], 2)
14969 mac1 = arg[2]
14970 }
14971 split(mac1, mac2, "(") #)
14972 macro = mac2[1]
14973 prefix = substr(line, 1, index(line, defundef) - 1)
14974 if (D_is_set[macro]) {
14975 # Preserve the white space surrounding the "#".
14976 print prefix "define", macro P[macro] D[macro]
14977 next
14978 } else {
14979 # Replace #undef with comments. This is necessary, for example,
14980 # in the case of _POSIX_SOURCE, which is predefined and required
14981 # on some systems where configure will not decide to define it.
14982 if (defundef == "undef") {
14983 print "/*", prefix defundef, macro, "*/"
14984 next
14985 }
14986 }
14987}
14988{ print }
14989_ACAWK
d45a4bef 14990_ACEOF
81ecdfbb 14991cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 14992 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 14993fi # test -n "$CONFIG_HEADERS"
d45a4bef 14994
d45a4bef 14995
99d8e879 14996eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
14997shift
14998for ac_tag
14999do
15000 case $ac_tag in
15001 :[FHLC]) ac_mode=$ac_tag; continue;;
15002 esac
15003 case $ac_mode$ac_tag in
15004 :[FHL]*:*);;
d0ac1c44 15005 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15006 :[FH]-) ac_tag=-:-;;
15007 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
d45a4bef 15008 esac
81ecdfbb
RW
15009 ac_save_IFS=$IFS
15010 IFS=:
15011 set x $ac_tag
15012 IFS=$ac_save_IFS
15013 shift
15014 ac_file=$1
15015 shift
d45a4bef 15016
81ecdfbb
RW
15017 case $ac_mode in
15018 :L) ac_source=$1;;
15019 :[FH])
15020 ac_file_inputs=
15021 for ac_f
15022 do
15023 case $ac_f in
d0ac1c44 15024 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15025 *) # Look for the file first in the build tree, then in the source tree
15026 # (if the path is not absolute). The absolute path cannot be DOS-style,
15027 # because $ac_f cannot contain `:'.
15028 test -f "$ac_f" ||
15029 case $ac_f in
15030 [\\/$]*) false;;
15031 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15032 esac ||
d0ac1c44 15033 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
d45a4bef 15034 esac
81ecdfbb
RW
15035 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15036 as_fn_append ac_file_inputs " '$ac_f'"
15037 done
d45a4bef 15038
81ecdfbb
RW
15039 # Let's still pretend it is `configure' which instantiates (i.e., don't
15040 # use $as_me), people would be surprised to read:
15041 # /* config.h. Generated by config.status. */
15042 configure_input='Generated from '`
15043 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15044 `' by configure.'
15045 if test x"$ac_file" != x-; then
15046 configure_input="$ac_file. $configure_input"
15047 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15048$as_echo "$as_me: creating $ac_file" >&6;}
15049 fi
15050 # Neutralize special characters interpreted by sed in replacement strings.
15051 case $configure_input in #(
15052 *\&* | *\|* | *\\* )
15053 ac_sed_conf_input=`$as_echo "$configure_input" |
15054 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15055 *) ac_sed_conf_input=$configure_input;;
15056 esac
d45a4bef 15057
81ecdfbb 15058 case $ac_tag in
d0ac1c44
SM
15059 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15060 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15061 esac
15062 ;;
15063 esac
d45a4bef 15064
81ecdfbb 15065 ac_dir=`$as_dirname -- "$ac_file" ||
d45a4bef
JB
15066$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15067 X"$ac_file" : 'X\(//\)[^/]' \| \
15068 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15069 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15070$as_echo X"$ac_file" |
15071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15072 s//\1/
15073 q
15074 }
15075 /^X\(\/\/\)[^/].*/{
15076 s//\1/
15077 q
15078 }
15079 /^X\(\/\/\)$/{
15080 s//\1/
15081 q
15082 }
15083 /^X\(\/\).*/{
15084 s//\1/
15085 q
15086 }
15087 s/.*/./; q'`
15088 as_dir="$ac_dir"; as_fn_mkdir_p
d45a4bef
JB
15089 ac_builddir=.
15090
81ecdfbb
RW
15091case "$ac_dir" in
15092.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15093*)
15094 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15095 # A ".." for each directory in $ac_dir_suffix.
15096 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15097 case $ac_top_builddir_sub in
15098 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15099 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15100 esac ;;
15101esac
15102ac_abs_top_builddir=$ac_pwd
15103ac_abs_builddir=$ac_pwd$ac_dir_suffix
15104# for backward compatibility:
15105ac_top_builddir=$ac_top_build_prefix
d45a4bef
JB
15106
15107case $srcdir in
81ecdfbb 15108 .) # We are building in place.
d45a4bef 15109 ac_srcdir=.
81ecdfbb
RW
15110 ac_top_srcdir=$ac_top_builddir_sub
15111 ac_abs_top_srcdir=$ac_pwd ;;
15112 [\\/]* | ?:[\\/]* ) # Absolute name.
d45a4bef 15113 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15114 ac_top_srcdir=$srcdir
15115 ac_abs_top_srcdir=$srcdir ;;
15116 *) # Relative name.
15117 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15118 ac_top_srcdir=$ac_top_build_prefix$srcdir
15119 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
d45a4bef 15120esac
81ecdfbb 15121ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
d45a4bef 15122
d45a4bef 15123
81ecdfbb
RW
15124 case $ac_mode in
15125 :F)
15126 #
15127 # CONFIG_FILE
15128 #
d45a4bef 15129
81ecdfbb
RW
15130 case $INSTALL in
15131 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15132 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
d45a4bef 15133 esac
81ecdfbb 15134_ACEOF
d45a4bef 15135
81ecdfbb
RW
15136cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15137# If the template does not know about datarootdir, expand it.
15138# FIXME: This hack should be removed a few years after 2.60.
15139ac_datarootdir_hack=; ac_datarootdir_seen=
15140ac_sed_dataroot='
15141/datarootdir/ {
15142 p
15143 q
15144}
15145/@datadir@/p
15146/@docdir@/p
15147/@infodir@/p
15148/@localedir@/p
15149/@mandir@/p'
15150case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15151*datarootdir*) ac_datarootdir_seen=yes;;
15152*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15153 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15154$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15155_ACEOF
15156cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15157 ac_datarootdir_hack='
15158 s&@datadir@&$datadir&g
15159 s&@docdir@&$docdir&g
15160 s&@infodir@&$infodir&g
15161 s&@localedir@&$localedir&g
15162 s&@mandir@&$mandir&g
15163 s&\\\${datarootdir}&$datarootdir&g' ;;
15164esac
d45a4bef 15165_ACEOF
d45a4bef 15166
81ecdfbb
RW
15167# Neutralize VPATH when `$srcdir' = `.'.
15168# Shell code in configure.ac might set extrasub.
15169# FIXME: do we really want to maintain this feature?
15170cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15171ac_sed_extra="$ac_vpsub
15172$extrasub
15173_ACEOF
15174cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15175:t
15176/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15177s|@configure_input@|$ac_sed_conf_input|;t t
15178s&@top_builddir@&$ac_top_builddir_sub&;t t
15179s&@top_build_prefix@&$ac_top_build_prefix&;t t
15180s&@srcdir@&$ac_srcdir&;t t
15181s&@abs_srcdir@&$ac_abs_srcdir&;t t
15182s&@top_srcdir@&$ac_top_srcdir&;t t
15183s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15184s&@builddir@&$ac_builddir&;t t
15185s&@abs_builddir@&$ac_abs_builddir&;t t
15186s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15187s&@INSTALL@&$ac_INSTALL&;t t
15188$ac_datarootdir_hack
15189"
d0ac1c44
SM
15190eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15191 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15192
15193test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15194 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15195 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15196 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15197 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15198which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15199$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15200which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15201
d0ac1c44 15202 rm -f "$ac_tmp/stdin"
81ecdfbb 15203 case $ac_file in
d0ac1c44
SM
15204 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15205 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15206 esac \
d0ac1c44 15207 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15208 ;;
15209 :H)
15210 #
15211 # CONFIG_HEADER
15212 #
15213 if test x"$ac_file" != x-; then
15214 {
15215 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15216 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15217 } >"$ac_tmp/config.h" \
15218 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15219 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15221$as_echo "$as_me: $ac_file is unchanged" >&6;}
15222 else
15223 rm -f "$ac_file"
d0ac1c44
SM
15224 mv "$ac_tmp/config.h" "$ac_file" \
15225 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 15226 fi
d45a4bef 15227 else
81ecdfbb 15228 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15229 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15230 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
15231 fi
15232 ;;
d45a4bef 15233
81ecdfbb
RW
15234 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15235$as_echo "$as_me: executing $ac_file commands" >&6;}
15236 ;;
15237 esac
d45a4bef
JB
15238
15239
81ecdfbb 15240 case $ac_file$ac_mode in
db2e4d67 15241 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15242 "libtool":C)
15243
15244 # See if we are running on zsh, and set the options which allow our
15245 # commands through without removal of \ escapes.
15246 if test -n "${ZSH_VERSION+set}" ; then
15247 setopt NO_GLOB_SUBST
15248 fi
15249
15250 cfgfile="${ofile}T"
15251 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15252 $RM "$cfgfile"
15253
15254 cat <<_LT_EOF >> "$cfgfile"
15255#! $SHELL
15256
15257# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15258# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15259# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15260# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15261#
15262# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15263# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15264# Written by Gordon Matzigkeit, 1996
15265#
15266# This file is part of GNU Libtool.
15267#
15268# GNU Libtool is free software; you can redistribute it and/or
15269# modify it under the terms of the GNU General Public License as
15270# published by the Free Software Foundation; either version 2 of
15271# the License, or (at your option) any later version.
15272#
15273# As a special exception to the GNU General Public License,
15274# if you distribute this file as part of a program or library that
15275# is built using GNU Libtool, you may include this file under the
15276# same distribution terms that you use for the rest of that program.
15277#
15278# GNU Libtool is distributed in the hope that it will be useful,
15279# but WITHOUT ANY WARRANTY; without even the implied warranty of
15280# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15281# GNU General Public License for more details.
15282#
15283# You should have received a copy of the GNU General Public License
15284# along with GNU Libtool; see the file COPYING. If not, a copy
15285# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15286# obtained by writing to the Free Software Foundation, Inc.,
15287# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15288
15289
15290# The names of the tagged configurations supported by this script.
15291available_tags=""
15292
15293# ### BEGIN LIBTOOL CONFIG
15294
15295# Which release of libtool.m4 was used?
15296macro_version=$macro_version
15297macro_revision=$macro_revision
15298
15299# Whether or not to build shared libraries.
15300build_libtool_libs=$enable_shared
15301
15302# Whether or not to build static libraries.
15303build_old_libs=$enable_static
15304
15305# What type of objects to build.
15306pic_mode=$pic_mode
15307
15308# Whether or not to optimize for fast installation.
15309fast_install=$enable_fast_install
15310
15311# Shell to use when invoking shell scripts.
15312SHELL=$lt_SHELL
15313
15314# An echo program that protects backslashes.
15315ECHO=$lt_ECHO
15316
15317# The host system.
15318host_alias=$host_alias
15319host=$host
15320host_os=$host_os
15321
15322# The build system.
15323build_alias=$build_alias
15324build=$build
15325build_os=$build_os
15326
15327# A sed program that does not truncate output.
15328SED=$lt_SED
15329
15330# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15331Xsed="\$SED -e 1s/^X//"
15332
15333# A grep program that handles long lines.
15334GREP=$lt_GREP
15335
15336# An ERE matcher.
15337EGREP=$lt_EGREP
15338
15339# A literal string matcher.
15340FGREP=$lt_FGREP
15341
15342# A BSD- or MS-compatible name lister.
15343NM=$lt_NM
15344
15345# Whether we need soft or hard links.
15346LN_S=$lt_LN_S
15347
15348# What is the maximum length of a command?
15349max_cmd_len=$max_cmd_len
15350
15351# Object file suffix (normally "o").
15352objext=$ac_objext
15353
15354# Executable file suffix (normally "").
15355exeext=$exeext
15356
15357# whether the shell understands "unset".
15358lt_unset=$lt_unset
15359
15360# turn spaces into newlines.
15361SP2NL=$lt_lt_SP2NL
15362
15363# turn newlines into spaces.
15364NL2SP=$lt_lt_NL2SP
15365
15366# An object symbol dumper.
15367OBJDUMP=$lt_OBJDUMP
15368
15369# Method to check whether dependent libraries are shared objects.
15370deplibs_check_method=$lt_deplibs_check_method
15371
15372# Command to use when deplibs_check_method == "file_magic".
15373file_magic_cmd=$lt_file_magic_cmd
15374
15375# The archiver.
15376AR=$lt_AR
15377AR_FLAGS=$lt_AR_FLAGS
15378
15379# A symbol stripping program.
15380STRIP=$lt_STRIP
15381
15382# Commands used to install an old-style archive.
15383RANLIB=$lt_RANLIB
15384old_postinstall_cmds=$lt_old_postinstall_cmds
15385old_postuninstall_cmds=$lt_old_postuninstall_cmds
15386
15387# Whether to use a lock for old archive extraction.
15388lock_old_archive_extraction=$lock_old_archive_extraction
15389
15390# A C compiler.
15391LTCC=$lt_CC
15392
15393# LTCC compiler flags.
15394LTCFLAGS=$lt_CFLAGS
15395
15396# Take the output of nm and produce a listing of raw symbols and C names.
15397global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15398
15399# Transform the output of nm in a proper C declaration.
15400global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15401
15402# Transform the output of nm in a C name address pair.
15403global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15404
15405# Transform the output of nm in a C name address pair when lib prefix is needed.
15406global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15407
15408# The name of the directory that contains temporary libtool files.
15409objdir=$objdir
15410
15411# Used to examine libraries when file_magic_cmd begins with "file".
15412MAGIC_CMD=$MAGIC_CMD
15413
15414# Must we lock files when doing compilation?
15415need_locks=$lt_need_locks
15416
15417# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15418DSYMUTIL=$lt_DSYMUTIL
15419
15420# Tool to change global to local symbols on Mac OS X.
15421NMEDIT=$lt_NMEDIT
15422
15423# Tool to manipulate fat objects and archives on Mac OS X.
15424LIPO=$lt_LIPO
15425
15426# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15427OTOOL=$lt_OTOOL
15428
15429# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15430OTOOL64=$lt_OTOOL64
15431
15432# Old archive suffix (normally "a").
15433libext=$libext
15434
15435# Shared library suffix (normally ".so").
15436shrext_cmds=$lt_shrext_cmds
15437
15438# The commands to extract the exported symbol list from a shared archive.
15439extract_expsyms_cmds=$lt_extract_expsyms_cmds
15440
15441# Variables whose values should be saved in libtool wrapper scripts and
15442# restored at link time.
15443variables_saved_for_relink=$lt_variables_saved_for_relink
15444
15445# Do we need the "lib" prefix for modules?
15446need_lib_prefix=$need_lib_prefix
15447
15448# Do we need a version for libraries?
15449need_version=$need_version
15450
15451# Library versioning type.
15452version_type=$version_type
15453
15454# Shared library runtime path variable.
15455runpath_var=$runpath_var
15456
15457# Shared library path variable.
15458shlibpath_var=$shlibpath_var
15459
15460# Is shlibpath searched before the hard-coded library search path?
15461shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15462
15463# Format of library name prefix.
15464libname_spec=$lt_libname_spec
15465
15466# List of archive names. First name is the real one, the rest are links.
15467# The last name is the one that the linker finds with -lNAME
15468library_names_spec=$lt_library_names_spec
15469
15470# The coded name of the library, if different from the real name.
15471soname_spec=$lt_soname_spec
15472
15473# Permission mode override for installation of shared libraries.
15474install_override_mode=$lt_install_override_mode
15475
15476# Command to use after installation of a shared archive.
15477postinstall_cmds=$lt_postinstall_cmds
15478
15479# Command to use after uninstallation of a shared archive.
15480postuninstall_cmds=$lt_postuninstall_cmds
15481
15482# Commands used to finish a libtool library installation in a directory.
15483finish_cmds=$lt_finish_cmds
15484
15485# As "finish_cmds", except a single script fragment to be evaled but
15486# not shown.
15487finish_eval=$lt_finish_eval
15488
15489# Whether we should hardcode library paths into libraries.
15490hardcode_into_libs=$hardcode_into_libs
15491
15492# Compile-time system search path for libraries.
15493sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15494
15495# Run-time system search path for libraries.
15496sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15497
15498# Whether dlopen is supported.
15499dlopen_support=$enable_dlopen
15500
15501# Whether dlopen of programs is supported.
15502dlopen_self=$enable_dlopen_self
15503
15504# Whether dlopen of statically linked programs is supported.
15505dlopen_self_static=$enable_dlopen_self_static
15506
15507# Commands to strip libraries.
15508old_striplib=$lt_old_striplib
15509striplib=$lt_striplib
15510
15511
15512# The linker used to build libraries.
15513LD=$lt_LD
15514
15515# How to create reloadable object files.
15516reload_flag=$lt_reload_flag
15517reload_cmds=$lt_reload_cmds
15518
15519# Commands used to build an old-style archive.
15520old_archive_cmds=$lt_old_archive_cmds
15521
15522# A language specific compiler.
15523CC=$lt_compiler
15524
15525# Is the compiler the GNU compiler?
15526with_gcc=$GCC
15527
15528# Compiler flag to turn off builtin functions.
15529no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15530
15531# How to pass a linker flag through the compiler.
15532wl=$lt_lt_prog_compiler_wl
15533
15534# Additional compiler flags for building library objects.
15535pic_flag=$lt_lt_prog_compiler_pic
15536
15537# Compiler flag to prevent dynamic linking.
15538link_static_flag=$lt_lt_prog_compiler_static
15539
15540# Does compiler simultaneously support -c and -o options?
15541compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15542
15543# Whether or not to add -lc for building shared libraries.
15544build_libtool_need_lc=$archive_cmds_need_lc
15545
15546# Whether or not to disallow shared libs when runtime libs are static.
15547allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15548
15549# Compiler flag to allow reflexive dlopens.
15550export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15551
15552# Compiler flag to generate shared objects directly from archives.
15553whole_archive_flag_spec=$lt_whole_archive_flag_spec
15554
15555# Whether the compiler copes with passing no objects directly.
15556compiler_needs_object=$lt_compiler_needs_object
15557
15558# Create an old-style archive from a shared archive.
15559old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15560
15561# Create a temporary old-style archive to link instead of a shared archive.
15562old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15563
15564# Commands used to build a shared archive.
15565archive_cmds=$lt_archive_cmds
15566archive_expsym_cmds=$lt_archive_expsym_cmds
15567
15568# Commands used to build a loadable module if different from building
15569# a shared archive.
15570module_cmds=$lt_module_cmds
15571module_expsym_cmds=$lt_module_expsym_cmds
15572
15573# Whether we are building with GNU ld or not.
15574with_gnu_ld=$lt_with_gnu_ld
15575
15576# Flag that allows shared libraries with undefined symbols to be built.
15577allow_undefined_flag=$lt_allow_undefined_flag
15578
15579# Flag that enforces no undefined symbols.
15580no_undefined_flag=$lt_no_undefined_flag
15581
15582# Flag to hardcode \$libdir into a binary during linking.
15583# This must work even if \$libdir does not exist
15584hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15585
15586# If ld is used when linking, flag to hardcode \$libdir into a binary
15587# during linking. This must work even if \$libdir does not exist.
15588hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15589
15590# Whether we need a single "-rpath" flag with a separated argument.
15591hardcode_libdir_separator=$lt_hardcode_libdir_separator
15592
15593# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15594# DIR into the resulting binary.
15595hardcode_direct=$hardcode_direct
15596
15597# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15598# DIR into the resulting binary and the resulting library dependency is
15599# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15600# library is relocated.
15601hardcode_direct_absolute=$hardcode_direct_absolute
15602
15603# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15604# into the resulting binary.
15605hardcode_minus_L=$hardcode_minus_L
15606
15607# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15608# into the resulting binary.
15609hardcode_shlibpath_var=$hardcode_shlibpath_var
15610
15611# Set to "yes" if building a shared library automatically hardcodes DIR
15612# into the library and all subsequent libraries and executables linked
15613# against it.
15614hardcode_automatic=$hardcode_automatic
15615
15616# Set to yes if linker adds runtime paths of dependent libraries
15617# to runtime path list.
15618inherit_rpath=$inherit_rpath
15619
15620# Whether libtool must link a program against all its dependency libraries.
15621link_all_deplibs=$link_all_deplibs
15622
15623# Fix the shell variable \$srcfile for the compiler.
15624fix_srcfile_path=$lt_fix_srcfile_path
15625
15626# Set to "yes" if exported symbols are required.
15627always_export_symbols=$always_export_symbols
15628
15629# The commands to list exported symbols.
15630export_symbols_cmds=$lt_export_symbols_cmds
15631
15632# Symbols that should not be listed in the preloaded symbols.
15633exclude_expsyms=$lt_exclude_expsyms
15634
15635# Symbols that must always be exported.
15636include_expsyms=$lt_include_expsyms
15637
15638# Commands necessary for linking programs (against libraries) with templates.
15639prelink_cmds=$lt_prelink_cmds
15640
15641# Specify filename containing input files.
15642file_list_spec=$lt_file_list_spec
15643
15644# How to hardcode a shared library path into an executable.
15645hardcode_action=$hardcode_action
15646
15647# ### END LIBTOOL CONFIG
15648
15649_LT_EOF
15650
15651 case $host_os in
15652 aix3*)
15653 cat <<\_LT_EOF >> "$cfgfile"
15654# AIX sometimes has problems with the GCC collect2 program. For some
15655# reason, if we set the COLLECT_NAMES environment variable, the problems
15656# vanish in a puff of smoke.
15657if test "X${COLLECT_NAMES+set}" != Xset; then
15658 COLLECT_NAMES=
15659 export COLLECT_NAMES
15660fi
15661_LT_EOF
15662 ;;
15663 esac
15664
15665
15666ltmain="$ac_aux_dir/ltmain.sh"
15667
15668
15669 # We use sed instead of cat because bash on DJGPP gets confused if
15670 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15671 # text mode, it properly converts lines to CR/LF. This bash problem
15672 # is reportedly fixed, but why not run on old versions too?
15673 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15674 || (rm -f "$cfgfile"; exit 1)
15675
15676 case $xsi_shell in
15677 yes)
15678 cat << \_LT_EOF >> "$cfgfile"
15679
15680# func_dirname file append nondir_replacement
15681# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15682# otherwise set result to NONDIR_REPLACEMENT.
15683func_dirname ()
15684{
15685 case ${1} in
15686 */*) func_dirname_result="${1%/*}${2}" ;;
15687 * ) func_dirname_result="${3}" ;;
15688 esac
15689}
15690
15691# func_basename file
15692func_basename ()
15693{
15694 func_basename_result="${1##*/}"
15695}
15696
15697# func_dirname_and_basename file append nondir_replacement
15698# perform func_basename and func_dirname in a single function
15699# call:
15700# dirname: Compute the dirname of FILE. If nonempty,
15701# add APPEND to the result, otherwise set result
15702# to NONDIR_REPLACEMENT.
15703# value returned in "$func_dirname_result"
15704# basename: Compute filename of FILE.
15705# value retuned in "$func_basename_result"
15706# Implementation must be kept synchronized with func_dirname
15707# and func_basename. For efficiency, we do not delegate to
15708# those functions but instead duplicate the functionality here.
15709func_dirname_and_basename ()
15710{
15711 case ${1} in
15712 */*) func_dirname_result="${1%/*}${2}" ;;
15713 * ) func_dirname_result="${3}" ;;
15714 esac
15715 func_basename_result="${1##*/}"
15716}
15717
15718# func_stripname prefix suffix name
15719# strip PREFIX and SUFFIX off of NAME.
15720# PREFIX and SUFFIX must not contain globbing or regex special
15721# characters, hashes, percent signs, but SUFFIX may contain a leading
15722# dot (in which case that matches only a dot).
15723func_stripname ()
15724{
15725 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15726 # positional parameters, so assign one to ordinary parameter first.
15727 func_stripname_result=${3}
15728 func_stripname_result=${func_stripname_result#"${1}"}
15729 func_stripname_result=${func_stripname_result%"${2}"}
15730}
15731
15732# func_opt_split
15733func_opt_split ()
15734{
15735 func_opt_split_opt=${1%%=*}
15736 func_opt_split_arg=${1#*=}
15737}
15738
15739# func_lo2o object
15740func_lo2o ()
15741{
15742 case ${1} in
15743 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15744 *) func_lo2o_result=${1} ;;
15745 esac
15746}
15747
15748# func_xform libobj-or-source
15749func_xform ()
15750{
15751 func_xform_result=${1%.*}.lo
15752}
15753
15754# func_arith arithmetic-term...
15755func_arith ()
15756{
15757 func_arith_result=$(( $* ))
15758}
15759
15760# func_len string
15761# STRING may not start with a hyphen.
15762func_len ()
15763{
15764 func_len_result=${#1}
15765}
15766
15767_LT_EOF
15768 ;;
15769 *) # Bourne compatible functions.
15770 cat << \_LT_EOF >> "$cfgfile"
15771
15772# func_dirname file append nondir_replacement
15773# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15774# otherwise set result to NONDIR_REPLACEMENT.
15775func_dirname ()
15776{
15777 # Extract subdirectory from the argument.
15778 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15779 if test "X$func_dirname_result" = "X${1}"; then
15780 func_dirname_result="${3}"
15781 else
15782 func_dirname_result="$func_dirname_result${2}"
15783 fi
15784}
15785
15786# func_basename file
15787func_basename ()
15788{
15789 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15790}
15791
15792
15793# func_stripname prefix suffix name
15794# strip PREFIX and SUFFIX off of NAME.
15795# PREFIX and SUFFIX must not contain globbing or regex special
15796# characters, hashes, percent signs, but SUFFIX may contain a leading
15797# dot (in which case that matches only a dot).
15798# func_strip_suffix prefix name
15799func_stripname ()
15800{
15801 case ${2} in
15802 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15803 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15804 esac
15805}
15806
15807# sed scripts:
15808my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15809my_sed_long_arg='1s/^-[^=]*=//'
15810
15811# func_opt_split
15812func_opt_split ()
15813{
15814 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15815 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15816}
15817
15818# func_lo2o object
15819func_lo2o ()
15820{
15821 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15822}
15823
15824# func_xform libobj-or-source
15825func_xform ()
15826{
15827 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15828}
15829
15830# func_arith arithmetic-term...
15831func_arith ()
15832{
15833 func_arith_result=`expr "$@"`
15834}
15835
15836# func_len string
15837# STRING may not start with a hyphen.
15838func_len ()
15839{
15840 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15841}
15842
15843_LT_EOF
15844esac
15845
15846case $lt_shell_append in
15847 yes)
15848 cat << \_LT_EOF >> "$cfgfile"
15849
15850# func_append var value
15851# Append VALUE to the end of shell variable VAR.
15852func_append ()
15853{
15854 eval "$1+=\$2"
15855}
15856_LT_EOF
15857 ;;
15858 *)
15859 cat << \_LT_EOF >> "$cfgfile"
15860
15861# func_append var value
15862# Append VALUE to the end of shell variable VAR.
15863func_append ()
15864{
15865 eval "$1=\$$1\$2"
15866}
15867
15868_LT_EOF
15869 ;;
15870 esac
15871
15872
15873 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15874 || (rm -f "$cfgfile"; exit 1)
15875
15876 mv -f "$cfgfile" "$ofile" ||
15877 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15878 chmod +x "$ofile"
15879
15880 ;;
81ecdfbb 15881 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
d45a4bef
JB
15882 rm -f Makesim1.tmp Makesim2.tmp Makefile
15883 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15884 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15885 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15886 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15887 <Makefile.sim >Makefile
15888 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15889 ;;
81ecdfbb
RW
15890 "stamp-h":C) echo > stamp-h ;;
15891
d45a4bef 15892 esac
81ecdfbb 15893done # for ac_tag
d45a4bef 15894
d45a4bef 15895
81ecdfbb 15896as_fn_exit 0
d45a4bef 15897_ACEOF
d45a4bef
JB
15898ac_clean_files=$ac_clean_files_save
15899
81ecdfbb 15900test $ac_write_fail = 0 ||
d0ac1c44 15901 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 15902
d45a4bef
JB
15903
15904# configure is writing to config.log, and then calls config.status.
15905# config.status does its own redirection, appending to config.log.
15906# Unfortunately, on DOS this fails, as config.log is still kept open
15907# by configure, so config.status won't be able to write to it; its
15908# output is simply discarded. So we exec the FD to /dev/null,
15909# effectively closing config.log, so it can be properly (re)opened and
15910# appended to by config.status. When coming back to configure, we
15911# need to make the FD available again.
15912if test "$no_create" != yes; then
15913 ac_cs_success=:
15914 ac_config_status_args=
15915 test "$silent" = yes &&
15916 ac_config_status_args="$ac_config_status_args --quiet"
15917 exec 5>/dev/null
15918 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15919 exec 5>>config.log
15920 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15921 # would make configure fail if this is the last instruction.
d0ac1c44 15922 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
15923fi
15924if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15926$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
d45a4bef
JB
15927fi
15928
15929