sim: require a C11 compiler
[deliverable/binutils-gdb.git] / sim / iq2000 / configure
CommitLineData
edece237
CV
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#
edece237 8#
edece237
CV
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## -------------------- ##
edece237 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 :
edece237
CV
18 emulate sh
19 NULLCMD=:
81ecdfbb 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
edece237
CV
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
edece237 31fi
edece237 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 }
edece237
CV
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
edece237
CV
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
edece237 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."
edece237 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."
edece237 279 fi
81ecdfbb
RW
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
81ecdfbb
RW
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
81ecdfbb
RW
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
81ecdfbb
RW
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
81ecdfbb 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
424 as_fn_exit $as_status
425} # as_fn_error
edece237 426
81ecdfbb
RW
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
edece237
CV
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
edece237
CV
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
edece237 445
81ecdfbb 446as_me=`$as_basename -- "$0" ||
edece237
CV
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'`
edece237 464
edece237
CV
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
edece237 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 |
edece237 482 sed '
81ecdfbb
RW
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
edece237 487 N
81ecdfbb
RW
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
edece237 490 t loop
81ecdfbb 491 s/-\n.*//
edece237 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; }
edece237 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
edece237
CV
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"
edece237
CV
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';;
edece237
CV
519esac
520
81ecdfbb
RW
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
edece237 524else
81ecdfbb
RW
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
edece237 527fi
81ecdfbb
RW
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
edece237 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'
edece237 541 fi
edece237 542else
d0ac1c44 543 as_ln_s='cp -pR'
edece237 544fi
81ecdfbb
RW
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
edece237
CV
547
548if mkdir -p . 2>/dev/null; then
81ecdfbb 549 as_mkdir_p='mkdir -p "$as_dir"'
edece237
CV
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
edece237
CV
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
edece237 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
edece237
CV
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
edece237
CV
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
edece237
CV
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
81ecdfbb 579ac_clean_files=
edece237 580ac_config_libobj_dir=.
81ecdfbb 581LIBOBJS=
edece237
CV
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
edece237
CV
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
81ecdfbb 593PACKAGE_URL=
edece237
CV
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
edece237
CV
600# include <sys/types.h>
601#endif
81ecdfbb 602#ifdef HAVE_SYS_STAT_H
edece237
CV
603# include <sys/stat.h>
604#endif
81ecdfbb 605#ifdef STDC_HEADERS
edece237
CV
606# include <stdlib.h>
607# include <stddef.h>
608#else
81ecdfbb 609# ifdef HAVE_STDLIB_H
edece237
CV
610# include <stdlib.h>
611# endif
612#endif
81ecdfbb
RW
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
edece237
CV
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
81ecdfbb 619#ifdef HAVE_STRINGS_H
edece237
CV
620# include <strings.h>
621#endif
81ecdfbb 622#ifdef HAVE_INTTYPES_H
edece237 623# include <inttypes.h>
edece237 624#endif
81ecdfbb
RW
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
edece237
CV
629# include <unistd.h>
630#endif"
631
81ecdfbb
RW
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
635cgen
636cgendir
637CGEN_MAINT
638REPORT_BUGS_TEXI
639REPORT_BUGS_TO
640PKGVERSION
81ecdfbb 641MAINT
31e6ad7d
MF
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
6bb11ab3
L
644lt_cv_dlopen_libs
645OTOOL64
646OTOOL
647LIPO
648NMEDIT
649DSYMUTIL
650AWK
651STRIP
652OBJDUMP
653LN_S
654NM
655ac_ct_DUMPBIN
656DUMPBIN
657LD
658FGREP
659SED
660LIBTOOL
661PLUGINS_FALSE
662PLUGINS_TRUE
aadc9410
MF
663zlibinc
664zlibdir
81ecdfbb
RW
665CATOBJEXT
666GENCAT
667INSTOBJEXT
668DATADIRNAME
669CATALOGS
670POSUB
671GMSGFMT
672XGETTEXT
673INCINTL
674LIBINTL_DEP
675LIBINTL
676USE_NLS
db2e4d67
MF
677GMAKE_FALSE
678GMAKE_TRUE
679MAKE
680CCDEPMODE
681DEPDIR
682am__leading_dot
5f3ef9d0 683PACKAGE
46f900c0 684C_DIALECT
81ecdfbb
RW
685RANLIB
686AR
687HDEFINES
688CC_FOR_BUILD
689INSTALL_DATA
690INSTALL_SCRIPT
691INSTALL_PROGRAM
2232061b
MF
692EGREP
693GREP
694CPP
81ecdfbb
RW
695target_os
696target_vendor
697target_cpu
698target
699host_os
700host_vendor
701host_cpu
702host
703build_os
704build_vendor
705build_cpu
706build
6ffe910a
MF
707OBJEXT
708EXEEXT
709ac_ct_CC
710CPPFLAGS
711LDFLAGS
712CFLAGS
713CC
81ecdfbb
RW
714WERROR_CFLAGS
715WARN_CFLAGS
81ecdfbb 716sim_reserved_bits
81ecdfbb
RW
717sim_inline
718sim_hw
719sim_hw_objs
720sim_hw_cflags
721sim_default_model
722sim_scache
723sim_float
81ecdfbb
RW
724sim_endian
725sim_bitsize
81ecdfbb 726sim_alignment
81ecdfbb
RW
727target_alias
728host_alias
729build_alias
730LIBS
731ECHO_T
732ECHO_N
733ECHO_C
734DEFS
735mandir
736localedir
737libdir
738psdir
739pdfdir
740dvidir
741htmldir
742infodir
743docdir
744oldincludedir
745includedir
746localstatedir
747sharedstatedir
748sysconfdir
749datadir
750datarootdir
751libexecdir
752sbindir
753bindir
754program_transform_name
755prefix
756exec_prefix
757PACKAGE_URL
758PACKAGE_BUGREPORT
759PACKAGE_STRING
760PACKAGE_VERSION
761PACKAGE_TARNAME
762PACKAGE_NAME
763PATH_SEPARATOR
764SHELL'
edece237 765ac_subst_files=''
81ecdfbb
RW
766ac_user_opts='
767enable_option_checking
aadc9410 768with_system_zlib
6bb11ab3
L
769enable_plugins
770enable_shared
771enable_static
772with_pic
773enable_fast_install
774with_gnu_ld
775enable_libtool_lock
81ecdfbb 776enable_maintainer_mode
81ecdfbb
RW
777enable_sim_debug
778enable_sim_stdio
779enable_sim_trace
780enable_sim_profile
35656e95 781enable_sim_assert
16f7876d 782enable_sim_environment
347fe5bb 783enable_sim_inline
81ecdfbb
RW
784with_pkgversion
785with_bugurl
786enable_sim_endian
787enable_sim_alignment
81ecdfbb
RW
788enable_sim_scache
789enable_sim_default_model
81ecdfbb 790enable_cgen_maint
94c63d78 791enable_sim_hardware
81ecdfbb
RW
792'
793 ac_precious_vars='build_alias
794host_alias
795target_alias
796CC
797CFLAGS
798LDFLAGS
799LIBS
800CPPFLAGS
801CPP'
802
edece237
CV
803
804# Initialize some variables set by options.
805ac_init_help=
806ac_init_version=false
81ecdfbb
RW
807ac_unrecognized_opts=
808ac_unrecognized_sep=
edece237
CV
809# The variables have the same names as the options, with
810# dashes changed to underlines.
811cache_file=/dev/null
812exec_prefix=NONE
813no_create=
814no_recursion=
815prefix=NONE
816program_prefix=NONE
817program_suffix=NONE
818program_transform_name=s,x,x,
819silent=
820site=
821srcdir=
822verbose=
823x_includes=NONE
824x_libraries=NONE
825
826# Installation directory options.
827# These are left unexpanded so users can "make install exec_prefix=/foo"
828# and all the variables that are supposed to be based on exec_prefix
829# by default will actually change.
830# Use braces instead of parens because sh, perl, etc. also accept them.
81ecdfbb 831# (The list follows the same order as the GNU Coding Standards.)
edece237
CV
832bindir='${exec_prefix}/bin'
833sbindir='${exec_prefix}/sbin'
834libexecdir='${exec_prefix}/libexec'
81ecdfbb
RW
835datarootdir='${prefix}/share'
836datadir='${datarootdir}'
edece237
CV
837sysconfdir='${prefix}/etc'
838sharedstatedir='${prefix}/com'
839localstatedir='${prefix}/var'
edece237
CV
840includedir='${prefix}/include'
841oldincludedir='/usr/include'
81ecdfbb
RW
842docdir='${datarootdir}/doc/${PACKAGE}'
843infodir='${datarootdir}/info'
844htmldir='${docdir}'
845dvidir='${docdir}'
846pdfdir='${docdir}'
847psdir='${docdir}'
848libdir='${exec_prefix}/lib'
849localedir='${datarootdir}/locale'
850mandir='${datarootdir}/man'
edece237
CV
851
852ac_prev=
81ecdfbb 853ac_dashdash=
edece237
CV
854for ac_option
855do
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
81ecdfbb 858 eval $ac_prev=\$ac_option
edece237
CV
859 ac_prev=
860 continue
861 fi
862
81ecdfbb 863 case $ac_option in
d0ac1c44
SM
864 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
865 *=) ac_optarg= ;;
866 *) ac_optarg=yes ;;
81ecdfbb 867 esac
edece237
CV
868
869 # Accept the important Cygnus configure options, so we can diagnose typos.
870
81ecdfbb
RW
871 case $ac_dashdash$ac_option in
872 --)
873 ac_dashdash=yes ;;
edece237
CV
874
875 -bindir | --bindir | --bindi | --bind | --bin | --bi)
876 ac_prev=bindir ;;
877 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
878 bindir=$ac_optarg ;;
879
880 -build | --build | --buil | --bui | --bu)
881 ac_prev=build_alias ;;
882 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
883 build_alias=$ac_optarg ;;
884
885 -cache-file | --cache-file | --cache-fil | --cache-fi \
886 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
887 ac_prev=cache_file ;;
888 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
889 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
890 cache_file=$ac_optarg ;;
891
892 --config-cache | -C)
893 cache_file=config.cache ;;
894
81ecdfbb 895 -datadir | --datadir | --datadi | --datad)
edece237 896 ac_prev=datadir ;;
81ecdfbb 897 -datadir=* | --datadir=* | --datadi=* | --datad=*)
edece237
CV
898 datadir=$ac_optarg ;;
899
81ecdfbb
RW
900 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
901 | --dataroo | --dataro | --datar)
902 ac_prev=datarootdir ;;
903 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
904 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
905 datarootdir=$ac_optarg ;;
906
edece237 907 -disable-* | --disable-*)
81ecdfbb 908 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
edece237 909 # Reject names that are not valid shell variable names.
81ecdfbb 910 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 911 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
912 ac_useropt_orig=$ac_useropt
913 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
914 case $ac_user_opts in
915 *"
916"enable_$ac_useropt"
917"*) ;;
918 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
919 ac_unrecognized_sep=', ';;
920 esac
921 eval enable_$ac_useropt=no ;;
922
923 -docdir | --docdir | --docdi | --doc | --do)
924 ac_prev=docdir ;;
925 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
926 docdir=$ac_optarg ;;
927
928 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
929 ac_prev=dvidir ;;
930 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
931 dvidir=$ac_optarg ;;
edece237
CV
932
933 -enable-* | --enable-*)
81ecdfbb 934 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
edece237 935 # Reject names that are not valid shell variable names.
81ecdfbb 936 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 937 as_fn_error $? "invalid feature name: $ac_useropt"
81ecdfbb
RW
938 ac_useropt_orig=$ac_useropt
939 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
940 case $ac_user_opts in
941 *"
942"enable_$ac_useropt"
943"*) ;;
944 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
945 ac_unrecognized_sep=', ';;
edece237 946 esac
81ecdfbb 947 eval enable_$ac_useropt=\$ac_optarg ;;
edece237
CV
948
949 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
950 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
951 | --exec | --exe | --ex)
952 ac_prev=exec_prefix ;;
953 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
954 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
955 | --exec=* | --exe=* | --ex=*)
956 exec_prefix=$ac_optarg ;;
957
958 -gas | --gas | --ga | --g)
959 # Obsolete; use --with-gas.
960 with_gas=yes ;;
961
962 -help | --help | --hel | --he | -h)
963 ac_init_help=long ;;
964 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
965 ac_init_help=recursive ;;
966 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
967 ac_init_help=short ;;
968
969 -host | --host | --hos | --ho)
970 ac_prev=host_alias ;;
971 -host=* | --host=* | --hos=* | --ho=*)
972 host_alias=$ac_optarg ;;
973
81ecdfbb
RW
974 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
975 ac_prev=htmldir ;;
976 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
977 | --ht=*)
978 htmldir=$ac_optarg ;;
979
edece237
CV
980 -includedir | --includedir | --includedi | --included | --include \
981 | --includ | --inclu | --incl | --inc)
982 ac_prev=includedir ;;
983 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
984 | --includ=* | --inclu=* | --incl=* | --inc=*)
985 includedir=$ac_optarg ;;
986
987 -infodir | --infodir | --infodi | --infod | --info | --inf)
988 ac_prev=infodir ;;
989 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
990 infodir=$ac_optarg ;;
991
992 -libdir | --libdir | --libdi | --libd)
993 ac_prev=libdir ;;
994 -libdir=* | --libdir=* | --libdi=* | --libd=*)
995 libdir=$ac_optarg ;;
996
997 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
998 | --libexe | --libex | --libe)
999 ac_prev=libexecdir ;;
1000 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1001 | --libexe=* | --libex=* | --libe=*)
1002 libexecdir=$ac_optarg ;;
1003
81ecdfbb
RW
1004 -localedir | --localedir | --localedi | --localed | --locale)
1005 ac_prev=localedir ;;
1006 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1007 localedir=$ac_optarg ;;
1008
edece237 1009 -localstatedir | --localstatedir | --localstatedi | --localstated \
81ecdfbb 1010 | --localstate | --localstat | --localsta | --localst | --locals)
edece237
CV
1011 ac_prev=localstatedir ;;
1012 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
81ecdfbb 1013 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
edece237
CV
1014 localstatedir=$ac_optarg ;;
1015
1016 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1017 ac_prev=mandir ;;
1018 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1019 mandir=$ac_optarg ;;
1020
1021 -nfp | --nfp | --nf)
1022 # Obsolete; use --without-fp.
1023 with_fp=no ;;
1024
1025 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1026 | --no-cr | --no-c | -n)
1027 no_create=yes ;;
1028
1029 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1030 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1031 no_recursion=yes ;;
1032
1033 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1034 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1035 | --oldin | --oldi | --old | --ol | --o)
1036 ac_prev=oldincludedir ;;
1037 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1038 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1039 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1040 oldincludedir=$ac_optarg ;;
1041
1042 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1043 ac_prev=prefix ;;
1044 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1045 prefix=$ac_optarg ;;
1046
1047 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1048 | --program-pre | --program-pr | --program-p)
1049 ac_prev=program_prefix ;;
1050 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1051 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1052 program_prefix=$ac_optarg ;;
1053
1054 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1055 | --program-suf | --program-su | --program-s)
1056 ac_prev=program_suffix ;;
1057 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1058 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1059 program_suffix=$ac_optarg ;;
1060
1061 -program-transform-name | --program-transform-name \
1062 | --program-transform-nam | --program-transform-na \
1063 | --program-transform-n | --program-transform- \
1064 | --program-transform | --program-transfor \
1065 | --program-transfo | --program-transf \
1066 | --program-trans | --program-tran \
1067 | --progr-tra | --program-tr | --program-t)
1068 ac_prev=program_transform_name ;;
1069 -program-transform-name=* | --program-transform-name=* \
1070 | --program-transform-nam=* | --program-transform-na=* \
1071 | --program-transform-n=* | --program-transform-=* \
1072 | --program-transform=* | --program-transfor=* \
1073 | --program-transfo=* | --program-transf=* \
1074 | --program-trans=* | --program-tran=* \
1075 | --progr-tra=* | --program-tr=* | --program-t=*)
1076 program_transform_name=$ac_optarg ;;
1077
81ecdfbb
RW
1078 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1079 ac_prev=pdfdir ;;
1080 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1081 pdfdir=$ac_optarg ;;
1082
1083 -psdir | --psdir | --psdi | --psd | --ps)
1084 ac_prev=psdir ;;
1085 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1086 psdir=$ac_optarg ;;
1087
edece237
CV
1088 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1089 | -silent | --silent | --silen | --sile | --sil)
1090 silent=yes ;;
1091
1092 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1093 ac_prev=sbindir ;;
1094 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1095 | --sbi=* | --sb=*)
1096 sbindir=$ac_optarg ;;
1097
1098 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1099 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1100 | --sharedst | --shareds | --shared | --share | --shar \
1101 | --sha | --sh)
1102 ac_prev=sharedstatedir ;;
1103 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1104 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1105 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1106 | --sha=* | --sh=*)
1107 sharedstatedir=$ac_optarg ;;
1108
1109 -site | --site | --sit)
1110 ac_prev=site ;;
1111 -site=* | --site=* | --sit=*)
1112 site=$ac_optarg ;;
1113
1114 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1115 ac_prev=srcdir ;;
1116 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1117 srcdir=$ac_optarg ;;
1118
1119 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1120 | --syscon | --sysco | --sysc | --sys | --sy)
1121 ac_prev=sysconfdir ;;
1122 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1123 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1124 sysconfdir=$ac_optarg ;;
1125
1126 -target | --target | --targe | --targ | --tar | --ta | --t)
1127 ac_prev=target_alias ;;
1128 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1129 target_alias=$ac_optarg ;;
1130
1131 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1132 verbose=yes ;;
1133
1134 -version | --version | --versio | --versi | --vers | -V)
1135 ac_init_version=: ;;
1136
1137 -with-* | --with-*)
81ecdfbb 1138 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
edece237 1139 # Reject names that are not valid shell variable names.
81ecdfbb 1140 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1141 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1142 ac_useropt_orig=$ac_useropt
1143 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1144 case $ac_user_opts in
1145 *"
1146"with_$ac_useropt"
1147"*) ;;
1148 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1149 ac_unrecognized_sep=', ';;
edece237 1150 esac
81ecdfbb 1151 eval with_$ac_useropt=\$ac_optarg ;;
edece237
CV
1152
1153 -without-* | --without-*)
81ecdfbb 1154 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
edece237 1155 # Reject names that are not valid shell variable names.
81ecdfbb 1156 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1157 as_fn_error $? "invalid package name: $ac_useropt"
81ecdfbb
RW
1158 ac_useropt_orig=$ac_useropt
1159 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1160 case $ac_user_opts in
1161 *"
1162"with_$ac_useropt"
1163"*) ;;
1164 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1165 ac_unrecognized_sep=', ';;
1166 esac
1167 eval with_$ac_useropt=no ;;
edece237
CV
1168
1169 --x)
1170 # Obsolete; use --with-x.
1171 with_x=yes ;;
1172
1173 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1174 | --x-incl | --x-inc | --x-in | --x-i)
1175 ac_prev=x_includes ;;
1176 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1177 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1178 x_includes=$ac_optarg ;;
1179
1180 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1181 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1182 ac_prev=x_libraries ;;
1183 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1184 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1185 x_libraries=$ac_optarg ;;
1186
d0ac1c44
SM
1187 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1188Try \`$0 --help' for more information"
edece237
CV
1189 ;;
1190
1191 *=*)
1192 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1193 # Reject names that are not valid shell variable names.
81ecdfbb
RW
1194 case $ac_envvar in #(
1195 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1196 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
81ecdfbb
RW
1197 esac
1198 eval $ac_envvar=\$ac_optarg
edece237
CV
1199 export $ac_envvar ;;
1200
1201 *)
1202 # FIXME: should be removed in autoconf 3.0.
81ecdfbb 1203 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
edece237 1204 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
81ecdfbb 1205 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1206 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
edece237
CV
1207 ;;
1208
1209 esac
1210done
1211
1212if test -n "$ac_prev"; then
1213 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1214 as_fn_error $? "missing argument to $ac_option"
edece237
CV
1215fi
1216
81ecdfbb
RW
1217if test -n "$ac_unrecognized_opts"; then
1218 case $enable_option_checking in
1219 no) ;;
d0ac1c44 1220 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
81ecdfbb 1221 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
edece237 1222 esac
81ecdfbb 1223fi
edece237 1224
81ecdfbb
RW
1225# Check all directory arguments for consistency.
1226for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1227 datadir sysconfdir sharedstatedir localstatedir includedir \
1228 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1229 libdir localedir mandir
edece237 1230do
81ecdfbb
RW
1231 eval ac_val=\$$ac_var
1232 # Remove trailing slashes.
1233 case $ac_val in
1234 */ )
1235 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1236 eval $ac_var=\$ac_val;;
1237 esac
1238 # Be sure to have absolute directory names.
edece237 1239 case $ac_val in
81ecdfbb
RW
1240 [\\/$]* | ?:[\\/]* ) continue;;
1241 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
edece237 1242 esac
d0ac1c44 1243 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
edece237
CV
1244done
1245
1246# There might be people who depend on the old broken behavior: `$host'
1247# used to hold the argument of --host etc.
1248# FIXME: To remove some day.
1249build=$build_alias
1250host=$host_alias
1251target=$target_alias
1252
1253# FIXME: To remove some day.
1254if test "x$host_alias" != x; then
1255 if test "x$build_alias" = x; then
1256 cross_compiling=maybe
edece237
CV
1257 elif test "x$build_alias" != "x$host_alias"; then
1258 cross_compiling=yes
1259 fi
1260fi
1261
1262ac_tool_prefix=
1263test -n "$host_alias" && ac_tool_prefix=$host_alias-
1264
1265test "$silent" = yes && exec 6>/dev/null
1266
1267
81ecdfbb
RW
1268ac_pwd=`pwd` && test -n "$ac_pwd" &&
1269ac_ls_di=`ls -di .` &&
1270ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1271 as_fn_error $? "working directory cannot be determined"
81ecdfbb 1272test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1273 as_fn_error $? "pwd does not report name of working directory"
81ecdfbb
RW
1274
1275
edece237
CV
1276# Find the source files, if location was not specified.
1277if test -z "$srcdir"; then
1278 ac_srcdir_defaulted=yes
81ecdfbb
RW
1279 # Try the directory containing this script, then the parent directory.
1280 ac_confdir=`$as_dirname -- "$as_myself" ||
1281$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1282 X"$as_myself" : 'X\(//\)[^/]' \| \
1283 X"$as_myself" : 'X\(//\)$' \| \
1284 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1285$as_echo X"$as_myself" |
1286 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)[^/].*/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\/\)$/{
1295 s//\1/
1296 q
1297 }
1298 /^X\(\/\).*/{
1299 s//\1/
1300 q
1301 }
1302 s/.*/./; q'`
edece237 1303 srcdir=$ac_confdir
81ecdfbb 1304 if test ! -r "$srcdir/$ac_unique_file"; then
edece237
CV
1305 srcdir=..
1306 fi
1307else
1308 ac_srcdir_defaulted=no
1309fi
81ecdfbb
RW
1310if test ! -r "$srcdir/$ac_unique_file"; then
1311 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1312 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
81ecdfbb
RW
1313fi
1314ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1315ac_abs_confdir=`(
d0ac1c44 1316 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
81ecdfbb
RW
1317 pwd)`
1318# When building in place, set srcdir=.
1319if test "$ac_abs_confdir" = "$ac_pwd"; then
1320 srcdir=.
1321fi
1322# Remove unnecessary trailing slashes from srcdir.
1323# Double slashes in file names in object file debugging info
1324# mess up M-x gdb in Emacs.
1325case $srcdir in
1326*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1327esac
1328for ac_var in $ac_precious_vars; do
1329 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1330 eval ac_env_${ac_var}_value=\$${ac_var}
1331 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1332 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1333done
edece237
CV
1334
1335#
1336# Report the --help message.
1337#
1338if test "$ac_init_help" = "long"; then
1339 # Omit some internal or obsolete options to make the list less imposing.
1340 # This message is too long to be a string in the A/UX 3.1 sh.
1341 cat <<_ACEOF
1342\`configure' configures this package to adapt to many kinds of systems.
1343
1344Usage: $0 [OPTION]... [VAR=VALUE]...
1345
1346To assign environment variables (e.g., CC, CFLAGS...), specify them as
1347VAR=VALUE. See below for descriptions of some of the useful variables.
1348
1349Defaults for the options are specified in brackets.
1350
1351Configuration:
1352 -h, --help display this help and exit
1353 --help=short display options specific to this package
1354 --help=recursive display the short help of all the included packages
1355 -V, --version display version information and exit
d0ac1c44 1356 -q, --quiet, --silent do not print \`checking ...' messages
edece237
CV
1357 --cache-file=FILE cache test results in FILE [disabled]
1358 -C, --config-cache alias for \`--cache-file=config.cache'
1359 -n, --no-create do not create output files
1360 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1361
edece237
CV
1362Installation directories:
1363 --prefix=PREFIX install architecture-independent files in PREFIX
81ecdfbb 1364 [$ac_default_prefix]
edece237 1365 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
81ecdfbb 1366 [PREFIX]
edece237
CV
1367
1368By default, \`make install' will install all the files in
1369\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1370an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1371for instance \`--prefix=\$HOME'.
1372
1373For better control, use the options below.
1374
1375Fine tuning of the installation directories:
81ecdfbb
RW
1376 --bindir=DIR user executables [EPREFIX/bin]
1377 --sbindir=DIR system admin executables [EPREFIX/sbin]
1378 --libexecdir=DIR program executables [EPREFIX/libexec]
1379 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1380 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1381 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1382 --libdir=DIR object code libraries [EPREFIX/lib]
1383 --includedir=DIR C header files [PREFIX/include]
1384 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1385 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1386 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1387 --infodir=DIR info documentation [DATAROOTDIR/info]
1388 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1389 --mandir=DIR man documentation [DATAROOTDIR/man]
1390 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1391 --htmldir=DIR html documentation [DOCDIR]
1392 --dvidir=DIR dvi documentation [DOCDIR]
1393 --pdfdir=DIR pdf documentation [DOCDIR]
1394 --psdir=DIR ps documentation [DOCDIR]
edece237
CV
1395_ACEOF
1396
1397 cat <<\_ACEOF
1398
1399Program names:
1400 --program-prefix=PREFIX prepend PREFIX to installed program names
1401 --program-suffix=SUFFIX append SUFFIX to installed program names
1402 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1403
1404System types:
1405 --build=BUILD configure for building on BUILD [guessed]
1406 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1407 --target=TARGET configure for building compilers for TARGET [HOST]
1408_ACEOF
1409fi
1410
1411if test -n "$ac_init_help"; then
1412
1413 cat <<\_ACEOF
1414
1415Optional Features:
81ecdfbb 1416 --disable-option-checking ignore unrecognized --enable/--with options
edece237
CV
1417 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1418 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1419 --enable-plugins Enable support for plugins
6bb11ab3
L
1420 --enable-shared[=PKGS] build shared libraries [default=yes]
1421 --enable-static[=PKGS] build static libraries [default=yes]
1422 --enable-fast-install[=PKGS]
1423 optimize for fast installation [default=yes]
1424 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1425 --enable-maintainer-mode
1426 enable make rules and dependencies not useful (and
1427 sometimes confusing) to the casual installer
8d0978fb
MF
1428 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1429 itself)
1430 --enable-sim-stdio Specify whether to use stdio for console
1431 input/output
1432 --enable-sim-trace=opts Enable tracing of simulated programs
1433 --enable-sim-profile=opts
1434 Enable profiling flags
35656e95 1435 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1436 --enable-sim-environment=environment
1437 Specify mixed, user, virtual or operating
1438 environment
347fe5bb
MF
1439 --enable-sim-inline=inlines
1440 Specify which functions should be inlined
8d0978fb
MF
1441 --enable-sim-endian=endian
1442 Specify target byte endian orientation
1443 --enable-sim-alignment=align
1444 Specify strict, nonstrict or forced alignment of
1445 memory accesses
8d0978fb
MF
1446 --enable-sim-scache=size
1447 Specify simulator execution cache size
1448 --enable-sim-default-model=model
1449 Specify default model to simulate
8d0978fb 1450 --enable-cgen-maint=DIR build cgen generated files
1517bd27
MF
1451 --enable-sim-hardware=LIST
1452 Specify the hardware to be included in the build.
edece237 1453
6efef468
JM
1454Optional Packages:
1455 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1456 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1457 --with-system-zlib use installed libz
6bb11ab3
L
1458 --with-pic try to use only PIC/non-PIC objects [default=use
1459 both]
1460 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1461 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
6efef468
JM
1462 --with-bugurl=URL Direct users to URL to report a bug
1463
edece237
CV
1464Some influential environment variables:
1465 CC C compiler command
1466 CFLAGS C compiler flags
1467 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1468 nonstandard directory <lib dir>
81ecdfbb 1469 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1470 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
81ecdfbb 1471 you have headers in a nonstandard directory <include dir>
edece237
CV
1472 CPP C preprocessor
1473
1474Use these variables to override the choices made by `configure' or to help
1475it to find libraries and programs with nonstandard names/locations.
1476
81ecdfbb 1477Report bugs to the package provider.
edece237 1478_ACEOF
81ecdfbb 1479ac_status=$?
edece237
CV
1480fi
1481
1482if test "$ac_init_help" = "recursive"; then
1483 # If there are subdirs, report their specific --help.
edece237 1484 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
81ecdfbb
RW
1485 test -d "$ac_dir" ||
1486 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1487 continue
edece237
CV
1488 ac_builddir=.
1489
81ecdfbb
RW
1490case "$ac_dir" in
1491.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1492*)
1493 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1494 # A ".." for each directory in $ac_dir_suffix.
1495 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1496 case $ac_top_builddir_sub in
1497 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1498 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1499 esac ;;
1500esac
1501ac_abs_top_builddir=$ac_pwd
1502ac_abs_builddir=$ac_pwd$ac_dir_suffix
1503# for backward compatibility:
1504ac_top_builddir=$ac_top_build_prefix
edece237
CV
1505
1506case $srcdir in
81ecdfbb 1507 .) # We are building in place.
edece237 1508 ac_srcdir=.
81ecdfbb
RW
1509 ac_top_srcdir=$ac_top_builddir_sub
1510 ac_abs_top_srcdir=$ac_pwd ;;
1511 [\\/]* | ?:[\\/]* ) # Absolute name.
edece237 1512 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
1513 ac_top_srcdir=$srcdir
1514 ac_abs_top_srcdir=$srcdir ;;
1515 *) # Relative name.
1516 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1517 ac_top_srcdir=$ac_top_build_prefix$srcdir
1518 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
edece237 1519esac
81ecdfbb
RW
1520ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1521
1522 cd "$ac_dir" || { ac_status=$?; continue; }
1523 # Check for guested configure.
1524 if test -f "$ac_srcdir/configure.gnu"; then
1525 echo &&
1526 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1527 elif test -f "$ac_srcdir/configure"; then
1528 echo &&
1529 $SHELL "$ac_srcdir/configure" --help=recursive
edece237 1530 else
81ecdfbb
RW
1531 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1532 fi || ac_status=$?
1533 cd "$ac_pwd" || { ac_status=$?; break; }
edece237
CV
1534 done
1535fi
1536
81ecdfbb 1537test -n "$ac_init_help" && exit $ac_status
edece237
CV
1538if $ac_init_version; then
1539 cat <<\_ACEOF
81ecdfbb 1540configure
d0ac1c44 1541generated by GNU Autoconf 2.69
edece237 1542
d0ac1c44 1543Copyright (C) 2012 Free Software Foundation, Inc.
edece237
CV
1544This configure script is free software; the Free Software Foundation
1545gives unlimited permission to copy, distribute and modify it.
1546_ACEOF
81ecdfbb 1547 exit
edece237 1548fi
edece237 1549
81ecdfbb
RW
1550## ------------------------ ##
1551## Autoconf initialization. ##
1552## ------------------------ ##
edece237 1553
81ecdfbb
RW
1554# ac_fn_c_try_compile LINENO
1555# --------------------------
1556# Try to compile conftest.$ac_ext, and return whether this succeeded.
1557ac_fn_c_try_compile ()
edece237 1558{
81ecdfbb
RW
1559 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1560 rm -f conftest.$ac_objext
1561 if { { ac_try="$ac_compile"
1562case "(($ac_try" in
1563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1564 *) ac_try_echo=$ac_try;;
1565esac
1566eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1567$as_echo "$ac_try_echo"; } >&5
1568 (eval "$ac_compile") 2>conftest.err
1569 ac_status=$?
1570 if test -s conftest.err; then
1571 grep -v '^ *+' conftest.err >conftest.er1
1572 cat conftest.er1 >&5
1573 mv -f conftest.er1 conftest.err
1574 fi
1575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1576 test $ac_status = 0; } && {
1577 test -z "$ac_c_werror_flag" ||
1578 test ! -s conftest.err
1579 } && test -s conftest.$ac_objext; then :
1580 ac_retval=0
1581else
1582 $as_echo "$as_me: failed program was:" >&5
1583sed 's/^/| /' conftest.$ac_ext >&5
edece237 1584
81ecdfbb
RW
1585 ac_retval=1
1586fi
d0ac1c44
SM
1587 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1588 as_fn_set_status $ac_retval
edece237 1589
81ecdfbb 1590} # ac_fn_c_try_compile
edece237 1591
81ecdfbb
RW
1592# ac_fn_c_try_cpp LINENO
1593# ----------------------
1594# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1595ac_fn_c_try_cpp ()
1596{
1597 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1598 if { { ac_try="$ac_cpp conftest.$ac_ext"
1599case "(($ac_try" in
1600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1601 *) ac_try_echo=$ac_try;;
1602esac
1603eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1604$as_echo "$ac_try_echo"; } >&5
1605 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1606 ac_status=$?
1607 if test -s conftest.err; then
1608 grep -v '^ *+' conftest.err >conftest.er1
1609 cat conftest.er1 >&5
1610 mv -f conftest.er1 conftest.err
1611 fi
1612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1613 test $ac_status = 0; } > conftest.i && {
81ecdfbb
RW
1614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1615 test ! -s conftest.err
1616 }; then :
1617 ac_retval=0
1618else
1619 $as_echo "$as_me: failed program was:" >&5
1620sed 's/^/| /' conftest.$ac_ext >&5
edece237 1621
81ecdfbb
RW
1622 ac_retval=1
1623fi
d0ac1c44
SM
1624 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1625 as_fn_set_status $ac_retval
edece237 1626
81ecdfbb
RW
1627} # ac_fn_c_try_cpp
1628
1629# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1630# -------------------------------------------------------
1631# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1632# the include files in INCLUDES and setting the cache variable VAR
1633# accordingly.
1634ac_fn_c_check_header_mongrel ()
1635{
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1637 if eval \${$3+:} false; then :
81ecdfbb
RW
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1639$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1640if eval \${$3+:} false; then :
81ecdfbb
RW
1641 $as_echo_n "(cached) " >&6
1642fi
1643eval ac_res=\$$3
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1645$as_echo "$ac_res" >&6; }
1646else
1647 # Is the header compilable?
1648{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1649$as_echo_n "checking $2 usability... " >&6; }
1650cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1651/* end confdefs.h. */
1652$4
1653#include <$2>
1654_ACEOF
1655if ac_fn_c_try_compile "$LINENO"; then :
1656 ac_header_compiler=yes
1657else
1658 ac_header_compiler=no
1659fi
1660rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1661{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1662$as_echo "$ac_header_compiler" >&6; }
1663
1664# Is the header present?
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1666$as_echo_n "checking $2 presence... " >&6; }
1667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1668/* end confdefs.h. */
1669#include <$2>
1670_ACEOF
1671if ac_fn_c_try_cpp "$LINENO"; then :
1672 ac_header_preproc=yes
1673else
1674 ac_header_preproc=no
1675fi
d0ac1c44 1676rm -f conftest.err conftest.i conftest.$ac_ext
81ecdfbb
RW
1677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1678$as_echo "$ac_header_preproc" >&6; }
1679
1680# So? What about this header?
1681case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1682 yes:no: )
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1684$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1686$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1687 ;;
1688 no:yes:* )
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1690$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1692$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1694$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1696$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1698$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 ;;
1700esac
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1702$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1703if eval \${$3+:} false; then :
81ecdfbb
RW
1704 $as_echo_n "(cached) " >&6
1705else
1706 eval "$3=\$ac_header_compiler"
1707fi
1708eval ac_res=\$$3
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1710$as_echo "$ac_res" >&6; }
1711fi
d0ac1c44 1712 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1713
1714} # ac_fn_c_check_header_mongrel
1715
1716# ac_fn_c_try_run LINENO
1717# ----------------------
1718# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1719# that executables *can* be run.
1720ac_fn_c_try_run ()
1721{
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 if { { ac_try="$ac_link"
1724case "(($ac_try" in
1725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726 *) ac_try_echo=$ac_try;;
1727esac
1728eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729$as_echo "$ac_try_echo"; } >&5
1730 (eval "$ac_link") 2>&5
1731 ac_status=$?
1732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1733 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1734 { { case "(($ac_try" in
1735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1736 *) ac_try_echo=$ac_try;;
1737esac
1738eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1739$as_echo "$ac_try_echo"; } >&5
1740 (eval "$ac_try") 2>&5
1741 ac_status=$?
1742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1743 test $ac_status = 0; }; }; then :
1744 ac_retval=0
1745else
1746 $as_echo "$as_me: program exited with status $ac_status" >&5
1747 $as_echo "$as_me: failed program was:" >&5
1748sed 's/^/| /' conftest.$ac_ext >&5
1749
1750 ac_retval=$ac_status
1751fi
1752 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1753 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1754 as_fn_set_status $ac_retval
81ecdfbb
RW
1755
1756} # ac_fn_c_try_run
1757
1758# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1759# -------------------------------------------------------
1760# Tests whether HEADER exists and can be compiled using the include files in
1761# INCLUDES, setting the cache variable VAR accordingly.
1762ac_fn_c_check_header_compile ()
1763{
1764 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1767if eval \${$3+:} false; then :
81ecdfbb
RW
1768 $as_echo_n "(cached) " >&6
1769else
1770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1771/* end confdefs.h. */
1772$4
1773#include <$2>
1774_ACEOF
1775if ac_fn_c_try_compile "$LINENO"; then :
1776 eval "$3=yes"
1777else
1778 eval "$3=no"
1779fi
1780rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1781fi
1782eval ac_res=\$$3
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1784$as_echo "$ac_res" >&6; }
d0ac1c44 1785 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1786
1787} # ac_fn_c_check_header_compile
1788
1789# ac_fn_c_try_link LINENO
1790# -----------------------
1791# Try to link conftest.$ac_ext, and return whether this succeeded.
1792ac_fn_c_try_link ()
1793{
1794 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795 rm -f conftest.$ac_objext conftest$ac_exeext
1796 if { { ac_try="$ac_link"
1797case "(($ac_try" in
1798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1799 *) ac_try_echo=$ac_try;;
1800esac
1801eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802$as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_link") 2>conftest.err
1804 ac_status=$?
1805 if test -s conftest.err; then
1806 grep -v '^ *+' conftest.err >conftest.er1
1807 cat conftest.er1 >&5
1808 mv -f conftest.er1 conftest.err
1809 fi
1810 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1811 test $ac_status = 0; } && {
1812 test -z "$ac_c_werror_flag" ||
1813 test ! -s conftest.err
1814 } && test -s conftest$ac_exeext && {
1815 test "$cross_compiling" = yes ||
d0ac1c44 1816 test -x conftest$ac_exeext
81ecdfbb
RW
1817 }; then :
1818 ac_retval=0
1819else
1820 $as_echo "$as_me: failed program was:" >&5
1821sed 's/^/| /' conftest.$ac_ext >&5
1822
1823 ac_retval=1
1824fi
1825 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1826 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1827 # interfere with the next link command; also delete a directory that is
1828 # left behind by Apple's compiler. We do this before executing the actions.
1829 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1830 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1831 as_fn_set_status $ac_retval
81ecdfbb
RW
1832
1833} # ac_fn_c_try_link
1834
1835# ac_fn_c_check_func LINENO FUNC VAR
1836# ----------------------------------
1837# Tests whether FUNC exists, setting the cache variable VAR accordingly
1838ac_fn_c_check_func ()
1839{
1840 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1842$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1843if eval \${$3+:} false; then :
81ecdfbb
RW
1844 $as_echo_n "(cached) " >&6
1845else
1846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1847/* end confdefs.h. */
1848/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1849 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1850#define $2 innocuous_$2
1851
1852/* System header to define __stub macros and hopefully few prototypes,
1853 which can conflict with char $2 (); below.
1854 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1855 <limits.h> exists even on freestanding compilers. */
1856
1857#ifdef __STDC__
1858# include <limits.h>
1859#else
1860# include <assert.h>
1861#endif
1862
1863#undef $2
1864
1865/* Override any GCC internal prototype to avoid an error.
1866 Use char because int might match the return type of a GCC
1867 builtin and then its argument prototype would still apply. */
1868#ifdef __cplusplus
1869extern "C"
1870#endif
1871char $2 ();
1872/* The GNU C library defines this for functions which it implements
1873 to always fail with ENOSYS. Some functions are actually named
1874 something starting with __ and the normal name is an alias. */
1875#if defined __stub_$2 || defined __stub___$2
1876choke me
1877#endif
1878
1879int
1880main ()
1881{
1882return $2 ();
1883 ;
1884 return 0;
1885}
1886_ACEOF
1887if ac_fn_c_try_link "$LINENO"; then :
1888 eval "$3=yes"
1889else
1890 eval "$3=no"
1891fi
1892rm -f core conftest.err conftest.$ac_objext \
1893 conftest$ac_exeext conftest.$ac_ext
1894fi
1895eval ac_res=\$$3
1896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1897$as_echo "$ac_res" >&6; }
d0ac1c44 1898 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
81ecdfbb
RW
1899
1900} # ac_fn_c_check_func
936df756
MF
1901
1902# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1903# ----------------------------------------------------
1904# Tries to find if the field MEMBER exists in type AGGR, after including
1905# INCLUDES, setting cache variable VAR accordingly.
1906ac_fn_c_check_member ()
1907{
1908 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1910$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1911if eval \${$4+:} false; then :
936df756
MF
1912 $as_echo_n "(cached) " >&6
1913else
1914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1915/* end confdefs.h. */
1916$5
1917int
1918main ()
1919{
1920static $2 ac_aggr;
1921if (ac_aggr.$3)
1922return 0;
1923 ;
1924 return 0;
1925}
1926_ACEOF
1927if ac_fn_c_try_compile "$LINENO"; then :
1928 eval "$4=yes"
1929else
1930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1931/* end confdefs.h. */
1932$5
1933int
1934main ()
1935{
1936static $2 ac_aggr;
1937if (sizeof ac_aggr.$3)
1938return 0;
1939 ;
1940 return 0;
1941}
1942_ACEOF
1943if ac_fn_c_try_compile "$LINENO"; then :
1944 eval "$4=yes"
1945else
1946 eval "$4=no"
1947fi
1948rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1949fi
1950rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1951fi
1952eval ac_res=\$$4
1953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1954$as_echo "$ac_res" >&6; }
d0ac1c44 1955 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1956
1957} # ac_fn_c_check_member
1958
1959# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1960# -------------------------------------------
1961# Tests whether TYPE exists after having included INCLUDES, setting cache
1962# variable VAR accordingly.
1963ac_fn_c_check_type ()
1964{
1965 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1967$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1968if eval \${$3+:} false; then :
936df756
MF
1969 $as_echo_n "(cached) " >&6
1970else
1971 eval "$3=no"
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 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1986/* end confdefs.h. */
1987$4
1988int
1989main ()
1990{
1991if (sizeof (($2)))
1992 return 0;
1993 ;
1994 return 0;
1995}
1996_ACEOF
1997if ac_fn_c_try_compile "$LINENO"; then :
1998
1999else
2000 eval "$3=yes"
2001fi
2002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003fi
2004rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2005fi
2006eval ac_res=\$$3
2007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2008$as_echo "$ac_res" >&6; }
d0ac1c44 2009 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2010
2011} # ac_fn_c_check_type
81ecdfbb
RW
2012cat >config.log <<_ACEOF
2013This file contains any messages produced by compilers while
2014running configure, to aid debugging if configure makes a mistake.
2015
2016It was created by $as_me, which was
d0ac1c44 2017generated by GNU Autoconf 2.69. Invocation command line was
81ecdfbb
RW
2018
2019 $ $0 $@
2020
2021_ACEOF
2022exec 5>>config.log
2023{
2024cat <<_ASUNAME
2025## --------- ##
2026## Platform. ##
2027## --------- ##
2028
2029hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2030uname -m = `(uname -m) 2>/dev/null || echo unknown`
2031uname -r = `(uname -r) 2>/dev/null || echo unknown`
2032uname -s = `(uname -s) 2>/dev/null || echo unknown`
2033uname -v = `(uname -v) 2>/dev/null || echo unknown`
2034
2035/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2036/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2037
2038/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2039/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2040/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2041/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2042/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2043/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2044/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2045
2046_ASUNAME
2047
2048as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2049for as_dir in $PATH
2050do
2051 IFS=$as_save_IFS
2052 test -z "$as_dir" && as_dir=.
2053 $as_echo "PATH: $as_dir"
2054 done
2055IFS=$as_save_IFS
2056
2057} >&5
2058
2059cat >&5 <<_ACEOF
edece237
CV
2060
2061
2062## ----------- ##
2063## Core tests. ##
2064## ----------- ##
2065
2066_ACEOF
2067
2068
2069# Keep a trace of the command line.
2070# Strip out --no-create and --no-recursion so they do not pile up.
2071# Strip out --silent because we don't want to record it for future runs.
2072# Also quote any args containing shell meta-characters.
2073# Make two passes to allow for proper duplicate-argument suppression.
2074ac_configure_args=
2075ac_configure_args0=
2076ac_configure_args1=
edece237
CV
2077ac_must_keep_next=false
2078for ac_pass in 1 2
2079do
2080 for ac_arg
2081 do
2082 case $ac_arg in
2083 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2084 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2085 | -silent | --silent | --silen | --sile | --sil)
2086 continue ;;
81ecdfbb
RW
2087 *\'*)
2088 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
edece237
CV
2089 esac
2090 case $ac_pass in
81ecdfbb 2091 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
edece237 2092 2)
81ecdfbb 2093 as_fn_append ac_configure_args1 " '$ac_arg'"
edece237
CV
2094 if test $ac_must_keep_next = true; then
2095 ac_must_keep_next=false # Got value, back to normal.
2096 else
2097 case $ac_arg in
2098 *=* | --config-cache | -C | -disable-* | --disable-* \
2099 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2100 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2101 | -with-* | --with-* | -without-* | --without-* | --x)
2102 case "$ac_configure_args0 " in
2103 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2104 esac
2105 ;;
2106 -* ) ac_must_keep_next=true ;;
2107 esac
2108 fi
81ecdfbb 2109 as_fn_append ac_configure_args " '$ac_arg'"
edece237
CV
2110 ;;
2111 esac
2112 done
2113done
81ecdfbb
RW
2114{ ac_configure_args0=; unset ac_configure_args0;}
2115{ ac_configure_args1=; unset ac_configure_args1;}
edece237
CV
2116
2117# When interrupted or exit'd, cleanup temporary files, and complete
2118# config.log. We remove comments because anyway the quotes in there
2119# would cause problems or look ugly.
81ecdfbb
RW
2120# WARNING: Use '\'' to represent an apostrophe within the trap.
2121# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
edece237
CV
2122trap 'exit_status=$?
2123 # Save into config.log some information that might help in debugging.
2124 {
2125 echo
2126
d0ac1c44 2127 $as_echo "## ---------------- ##
edece237 2128## Cache variables. ##
d0ac1c44 2129## ---------------- ##"
edece237
CV
2130 echo
2131 # The following way of writing the cache mishandles newlines in values,
81ecdfbb
RW
2132(
2133 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2134 eval ac_val=\$$ac_var
2135 case $ac_val in #(
2136 *${as_nl}*)
2137 case $ac_var in #(
2138 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2139$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2140 esac
2141 case $ac_var in #(
2142 _ | IFS | as_nl) ;; #(
2143 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2144 *) { eval $ac_var=; unset $ac_var;} ;;
2145 esac ;;
2146 esac
2147 done
edece237 2148 (set) 2>&1 |
81ecdfbb
RW
2149 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2150 *${as_nl}ac_space=\ *)
edece237 2151 sed -n \
81ecdfbb
RW
2152 "s/'\''/'\''\\\\'\'''\''/g;
2153 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2154 ;; #(
edece237 2155 *)
81ecdfbb 2156 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
edece237 2157 ;;
81ecdfbb
RW
2158 esac |
2159 sort
2160)
edece237
CV
2161 echo
2162
d0ac1c44 2163 $as_echo "## ----------------- ##
edece237 2164## Output variables. ##
d0ac1c44 2165## ----------------- ##"
edece237
CV
2166 echo
2167 for ac_var in $ac_subst_vars
2168 do
81ecdfbb
RW
2169 eval ac_val=\$$ac_var
2170 case $ac_val in
2171 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2172 esac
2173 $as_echo "$ac_var='\''$ac_val'\''"
edece237
CV
2174 done | sort
2175 echo
2176
2177 if test -n "$ac_subst_files"; then
d0ac1c44 2178 $as_echo "## ------------------- ##
81ecdfbb 2179## File substitutions. ##
d0ac1c44 2180## ------------------- ##"
edece237
CV
2181 echo
2182 for ac_var in $ac_subst_files
2183 do
81ecdfbb
RW
2184 eval ac_val=\$$ac_var
2185 case $ac_val in
2186 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2187 esac
2188 $as_echo "$ac_var='\''$ac_val'\''"
edece237
CV
2189 done | sort
2190 echo
2191 fi
2192
2193 if test -s confdefs.h; then
d0ac1c44 2194 $as_echo "## ----------- ##
edece237 2195## confdefs.h. ##
d0ac1c44 2196## ----------- ##"
edece237 2197 echo
81ecdfbb 2198 cat confdefs.h
edece237
CV
2199 echo
2200 fi
2201 test "$ac_signal" != 0 &&
81ecdfbb
RW
2202 $as_echo "$as_me: caught signal $ac_signal"
2203 $as_echo "$as_me: exit $exit_status"
edece237 2204 } >&5
81ecdfbb
RW
2205 rm -f core *.core core.conftest.* &&
2206 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
edece237 2207 exit $exit_status
81ecdfbb 2208' 0
edece237 2209for ac_signal in 1 2 13 15; do
81ecdfbb 2210 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
edece237
CV
2211done
2212ac_signal=0
2213
2214# confdefs.h avoids OS command line length limits that DEFS can exceed.
81ecdfbb
RW
2215rm -f -r conftest* confdefs.h
2216
2217$as_echo "/* confdefs.h */" > confdefs.h
edece237
CV
2218
2219# Predefined preprocessor variables.
2220
2221cat >>confdefs.h <<_ACEOF
2222#define PACKAGE_NAME "$PACKAGE_NAME"
2223_ACEOF
2224
edece237
CV
2225cat >>confdefs.h <<_ACEOF
2226#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2227_ACEOF
2228
edece237
CV
2229cat >>confdefs.h <<_ACEOF
2230#define PACKAGE_VERSION "$PACKAGE_VERSION"
2231_ACEOF
2232
edece237
CV
2233cat >>confdefs.h <<_ACEOF
2234#define PACKAGE_STRING "$PACKAGE_STRING"
2235_ACEOF
2236
edece237
CV
2237cat >>confdefs.h <<_ACEOF
2238#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2239_ACEOF
2240
81ecdfbb
RW
2241cat >>confdefs.h <<_ACEOF
2242#define PACKAGE_URL "$PACKAGE_URL"
2243_ACEOF
2244
edece237
CV
2245
2246# Let the site file select an alternate cache file if it wants to.
81ecdfbb
RW
2247# Prefer an explicitly selected file to automatically selected ones.
2248ac_site_file1=NONE
2249ac_site_file2=NONE
2250if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2251 # We do not want a PATH search for config.site.
2252 case $CONFIG_SITE in #((
2253 -*) ac_site_file1=./$CONFIG_SITE;;
2254 */*) ac_site_file1=$CONFIG_SITE;;
2255 *) ac_site_file1=./$CONFIG_SITE;;
2256 esac
81ecdfbb
RW
2257elif test "x$prefix" != xNONE; then
2258 ac_site_file1=$prefix/share/config.site
2259 ac_site_file2=$prefix/etc/config.site
2260else
2261 ac_site_file1=$ac_default_prefix/share/config.site
2262 ac_site_file2=$ac_default_prefix/etc/config.site
2263fi
2264for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2265do
2266 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2267 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
81ecdfbb
RW
2268 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2269$as_echo "$as_me: loading site script $ac_site_file" >&6;}
edece237 2270 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2271 . "$ac_site_file" \
2272 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2273$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2274as_fn_error $? "failed to load site script $ac_site_file
2275See \`config.log' for more details" "$LINENO" 5; }
edece237
CV
2276 fi
2277done
2278
2279if test -r "$cache_file"; then
d0ac1c44
SM
2280 # Some versions of bash will fail to source /dev/null (special files
2281 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2282 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
81ecdfbb
RW
2283 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2284$as_echo "$as_me: loading cache $cache_file" >&6;}
edece237 2285 case $cache_file in
81ecdfbb
RW
2286 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2287 *) . "./$cache_file";;
edece237
CV
2288 esac
2289 fi
2290else
81ecdfbb
RW
2291 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2292$as_echo "$as_me: creating cache $cache_file" >&6;}
edece237
CV
2293 >$cache_file
2294fi
2295
2296# Check that the precious variables saved in the cache have kept the same
2297# value.
2298ac_cache_corrupted=false
81ecdfbb 2299for ac_var in $ac_precious_vars; do
edece237
CV
2300 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2301 eval ac_new_set=\$ac_env_${ac_var}_set
81ecdfbb
RW
2302 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2303 eval ac_new_val=\$ac_env_${ac_var}_value
edece237
CV
2304 case $ac_old_set,$ac_new_set in
2305 set,)
81ecdfbb
RW
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2307$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
edece237
CV
2308 ac_cache_corrupted=: ;;
2309 ,set)
81ecdfbb
RW
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2311$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
edece237
CV
2312 ac_cache_corrupted=: ;;
2313 ,);;
2314 *)
2315 if test "x$ac_old_val" != "x$ac_new_val"; then
81ecdfbb
RW
2316 # differences in whitespace do not lead to failure.
2317 ac_old_val_w=`echo x $ac_old_val`
2318 ac_new_val_w=`echo x $ac_new_val`
2319 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2321$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2322 ac_cache_corrupted=:
2323 else
2324 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2325$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2326 eval $ac_var=\$ac_old_val
2327 fi
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2329$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2330 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2331$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
edece237
CV
2332 fi;;
2333 esac
2334 # Pass precious variables to config.status.
2335 if test "$ac_new_set" = set; then
2336 case $ac_new_val in
81ecdfbb 2337 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
edece237
CV
2338 *) ac_arg=$ac_var=$ac_new_val ;;
2339 esac
2340 case " $ac_configure_args " in
2341 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
81ecdfbb 2342 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
edece237
CV
2343 esac
2344 fi
2345done
2346if $ac_cache_corrupted; then
81ecdfbb
RW
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2348$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2350$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2351 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
edece237 2352fi
81ecdfbb
RW
2353## -------------------- ##
2354## Main body of script. ##
2355## -------------------- ##
edece237
CV
2356
2357ac_ext=c
2358ac_cpp='$CPP $CPPFLAGS'
2359ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2360ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2361ac_compiler_gnu=$ac_cv_c_compiler_gnu
2362
2363
edece237
CV
2364# This file contains common code used by all simulators.
2365#
2366# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2367# directory. It is intended to be invoked before any target specific stuff.
2368# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2369# It is intended to be invoked last.
2370#
306f4178 2371# The simulator's configure.ac should look like:
edece237
CV
2372#
2373# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2374# AC_PREREQ(2.64)dnl
edece237 2375# AC_INIT(Makefile.in)
6ffe910a 2376# sinclude(../common/aclocal.m4)
edece237
CV
2377#
2378# SIM_AC_COMMON
2379#
2380# ... target specific stuff ...
2381#
2382# SIM_AC_OUTPUT
2383
d6416cdc
RW
2384# Include global overrides and fixes for Autoconf.
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
d6416cdc 2407
d6416cdc
RW
2408
2409
2410
2411
2412
2413
edece237
CV
2414
2415
2416
db2e4d67 2417
5c887dd5
JB
2418
2419
6bb11ab3 2420# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2421#
6bb11ab3
L
2422# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2423# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2424# Written by Gordon Matzigkeit, 1996
2425#
2426# This file is free software; the Free Software Foundation gives
2427# unlimited permission to copy and/or distribute it, with or without
2428# modifications, as long as this notice is preserved.
db2e4d67 2429
db2e4d67 2430
db2e4d67 2431
6bb11ab3 2432# serial 56 LT_INIT
db2e4d67
MF
2433
2434
6bb11ab3
L
2435# LT_PREREQ(VERSION)
2436# ------------------
2437# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2438
db2e4d67
MF
2439
2440
6bb11ab3
L
2441# _LT_CHECK_BUILDDIR
2442# ------------------
2443# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2444
2445
edece237 2446
6bb11ab3
L
2447# LT_INIT([OPTIONS])
2448# ------------------
2449# LT_INIT
edece237 2450
6bb11ab3
L
2451# Old names:
2452# This is what autoupdate's m4 run will expand. It fires
2453# the warning (with _au_warn_XXX), outputs it into the
2454# updated configure.ac (with AC_DIAGNOSE), and then outputs
2455# the replacement expansion.
edece237
CV
2456
2457
6bb11ab3
L
2458# This is an auxiliary macro that is also run when
2459# autoupdate runs m4. It simply calls m4_warning, but
2460# we need a wrapper so that each warning is emitted only
2461# once. We break the quoting in m4_warning's argument in
2462# order to expand this macro's arguments, not AU_DEFUN's.
edece237
CV
2463
2464
6bb11ab3
L
2465# Finally, this is the expansion that is picked up by
2466# autoconf. It tells the user to run autoupdate, and
2467# then outputs the replacement expansion. We do not care
2468# about autoupdate's warning because that contains
2469# information on what to do *after* running autoupdate.
edece237 2470
6bb11ab3
L
2471# This is what autoupdate's m4 run will expand. It fires
2472# the warning (with _au_warn_XXX), outputs it into the
2473# updated configure.ac (with AC_DIAGNOSE), and then outputs
2474# the replacement expansion.
edece237
CV
2475
2476
6bb11ab3
L
2477# This is an auxiliary macro that is also run when
2478# autoupdate runs m4. It simply calls m4_warning, but
2479# we need a wrapper so that each warning is emitted only
2480# once. We break the quoting in m4_warning's argument in
2481# order to expand this macro's arguments, not AU_DEFUN's.
edece237
CV
2482
2483
6bb11ab3
L
2484# Finally, this is the expansion that is picked up by
2485# autoconf. It tells the user to run autoupdate, and
2486# then outputs the replacement expansion. We do not care
2487# about autoupdate's warning because that contains
2488# information on what to do *after* running autoupdate.
edece237
CV
2489
2490
2491
6bb11ab3
L
2492# _LT_CC_BASENAME(CC)
2493# -------------------
2494# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
edece237
CV
2495
2496
2497
6bb11ab3
L
2498# _LT_FILEUTILS_DEFAULTS
2499# ----------------------
2500# It is okay to use these file commands and assume they have been set
2501# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2502# _LT_FILEUTILS_DEFAULTS
edece237
CV
2503
2504
6bb11ab3
L
2505# _LT_SETUP
2506# ---------
2507# _LT_SETUP
edece237
CV
2508
2509
6bb11ab3
L
2510# _LT_PREPARE_SED_QUOTE_VARS
2511# --------------------------
2512# Define a few sed substitution that help us do robust quoting.
edece237
CV
2513
2514
6bb11ab3
L
2515# _LT_PROG_LTMAIN
2516# ---------------
2517# Note that this code is called both from `configure', and `config.status'
2518# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2519# `config.status' has no value for ac_aux_dir unless we are using Automake,
2520# so we pass a copy along to make sure it has a sensible value anyway.
2521# _LT_PROG_LTMAIN
edece237
CV
2522
2523
6bb11ab3
L
2524## ------------------------------------- ##
2525## Accumulate code for creating libtool. ##
2526## ------------------------------------- ##
edece237 2527
6bb11ab3
L
2528# So that we can recreate a full libtool script including additional
2529# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2530# in macros and then make a single call at the end using the `libtool'
2531# label.
edece237
CV
2532
2533
6bb11ab3
L
2534# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2535# ----------------------------------------
2536# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
edece237
CV
2537
2538
6bb11ab3 2539# Initialize.
edece237
CV
2540
2541
2542
6bb11ab3
L
2543# _LT_CONFIG_LIBTOOL([COMMANDS])
2544# ------------------------------
2545# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
edece237
CV
2546
2547
6bb11ab3 2548# Initialize.
edece237
CV
2549
2550
2551
6bb11ab3
L
2552# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2553# -----------------------------------------------------
edece237 2554
5912fadd
JB
2555
2556
6bb11ab3
L
2557# _LT_FORMAT_COMMENT([COMMENT])
2558# -----------------------------
2559# Add leading comment marks to the start of each line, and a trailing
2560# full-stop to the whole comment if one is not present already.
5912fadd
JB
2561
2562
edece237
CV
2563
2564
6bb11ab3
L
2565## ------------------------ ##
2566## FIXME: Eliminate VARNAME ##
2567## ------------------------ ##
edece237
CV
2568
2569
6bb11ab3
L
2570# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2571# -------------------------------------------------------------------
2572# CONFIGNAME is the name given to the value in the libtool script.
2573# VARNAME is the (base) name used in the configure script.
2574# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2575# VARNAME. Any other value will be used directly.
edece237 2576
edece237
CV
2577
2578
6bb11ab3
L
2579# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2580# --------------------------------------------------------
edece237
CV
2581
2582
2583
6bb11ab3
L
2584# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2585# ------------------------------------------------
edece237
CV
2586
2587
2588
6bb11ab3
L
2589# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2590# ---------------------------------------------------------
edece237
CV
2591
2592
2593
6bb11ab3
L
2594# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2595# --------------------------------------------------
edece237
CV
2596
2597
2598
6bb11ab3
L
2599# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2600# ---------------------------------------------------
edece237
CV
2601
2602
2603
6bb11ab3
L
2604# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2605# ---------------------------------------------------
edece237
CV
2606
2607
2608
2609
6bb11ab3
L
2610# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2611# ------------------------------------------------
edece237
CV
2612
2613
2614
2615
6bb11ab3
L
2616# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2617# ------------------------------------
2618# Quote a variable value, and forward it to `config.status' so that its
2619# declaration there will have the same value as in `configure'. VARNAME
2620# must have a single quote delimited value for this to work.
edece237
CV
2621
2622
2623
6bb11ab3
L
2624# _LT_CONFIG_STATUS_DECLARATIONS
2625# ------------------------------
2626# We delimit libtool config variables with single quotes, so when
2627# we write them to config.status, we have to be sure to quote all
2628# embedded single quotes properly. In configure, this macro expands
2629# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2630#
2631# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
edece237
CV
2632
2633
2634
6bb11ab3
L
2635# _LT_LIBTOOL_TAGS
2636# ----------------
2637# Output comment and list of tags supported by the script
edece237
CV
2638
2639
2640
6bb11ab3
L
2641# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2642# -----------------------------------
2643# Extract the dictionary values for VARNAME (optionally with TAG) and
2644# expand to a commented shell variable setting:
2645#
2646# # Some comment about what VAR is for.
2647# visible_name=$lt_internal_name
edece237
CV
2648
2649
edece237 2650
6bb11ab3
L
2651# _LT_LIBTOOL_CONFIG_VARS
2652# -----------------------
2653# Produce commented declarations of non-tagged libtool config variables
2654# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2655# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2656# section) are produced by _LT_LIBTOOL_TAG_VARS.
edece237
CV
2657
2658
6efef468 2659
6bb11ab3
L
2660# _LT_LIBTOOL_TAG_VARS(TAG)
2661# -------------------------
6efef468
JM
2662
2663
2664
6bb11ab3
L
2665# _LT_TAGVAR(VARNAME, [TAGNAME])
2666# ------------------------------
6efef468
JM
2667
2668
2669
6bb11ab3
L
2670# _LT_CONFIG_COMMANDS
2671# -------------------
2672# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2673# variables for single and double quote escaping we saved from calls
2674# to _LT_DECL, we can put quote escaped variables declarations
2675# into `config.status', and then the shell code to quote escape them in
2676# for loops in `config.status'. Finally, any additional code accumulated
2677# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2678#_LT_CONFIG_COMMANDS
2679
2680
2681# Initialize.
2682
2683
2684# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2685# ------------------------------------
2686# Generate a child script FILE with all initialization necessary to
2687# reuse the environment learned by the parent script, and make the
2688# file executable. If COMMENT is supplied, it is inserted after the
2689# `#!' sequence but before initialization text begins. After this
2690# macro, additional text can be appended to FILE to form the body of
2691# the child script. The macro ends with non-zero status if the
2692# file could not be fully written (such as if the disk is full).
2693# _LT_GENERATED_FILE_INIT
2694
2695# LT_OUTPUT
2696# ---------
2697# This macro allows early generation of the libtool script (before
2698# AC_OUTPUT is called), incase it is used in configure for compilation
2699# tests.
2700# LT_OUTPUT
2701
2702
2703# _LT_CONFIG(TAG)
2704# ---------------
2705# If TAG is the built-in tag, create an initial libtool script with a
2706# default configuration from the untagged config vars. Otherwise add code
2707# to config.status for appending the configuration named by TAG from the
2708# matching tagged config vars.
2709# _LT_CONFIG
6efef468
JM
2710
2711
6bb11ab3
L
2712# LT_SUPPORTED_TAG(TAG)
2713# ---------------------
2714# Trace this macro to discover what tags are supported by the libtool
2715# --tag option, using:
2716# autoconf --trace 'LT_SUPPORTED_TAG:$1'
6efef468 2717
6efef468 2718
6efef468 2719
6bb11ab3 2720# C support is built-in for now
6efef468 2721
6efef468
JM
2722
2723
2724
6bb11ab3
L
2725# LT_LANG(LANG)
2726# -------------
2727# Enable libtool support for the given language if not already enabled.
2728# LT_LANG
6efef468
JM
2729
2730
6bb11ab3
L
2731# _LT_LANG(LANGNAME)
2732# ------------------
2733# _LT_LANG
6efef468
JM
2734
2735
6bb11ab3
L
2736# _LT_LANG_DEFAULT_CONFIG
2737# -----------------------
2738# _LT_LANG_DEFAULT_CONFIG
6efef468 2739
6bb11ab3
L
2740# Obsolete macros:
2741# This is what autoupdate's m4 run will expand. It fires
2742# the warning (with _au_warn_XXX), outputs it into the
2743# updated configure.ac (with AC_DIAGNOSE), and then outputs
2744# the replacement expansion.
6efef468 2745
6efef468 2746
6bb11ab3
L
2747# This is an auxiliary macro that is also run when
2748# autoupdate runs m4. It simply calls m4_warning, but
2749# we need a wrapper so that each warning is emitted only
2750# once. We break the quoting in m4_warning's argument in
2751# order to expand this macro's arguments, not AU_DEFUN's.
6efef468 2752
6efef468 2753
6bb11ab3
L
2754# Finally, this is the expansion that is picked up by
2755# autoconf. It tells the user to run autoupdate, and
2756# then outputs the replacement expansion. We do not care
2757# about autoupdate's warning because that contains
2758# information on what to do *after* running autoupdate.
6efef468 2759
6bb11ab3
L
2760# This is what autoupdate's m4 run will expand. It fires
2761# the warning (with _au_warn_XXX), outputs it into the
2762# updated configure.ac (with AC_DIAGNOSE), and then outputs
2763# the replacement expansion.
6efef468
JM
2764
2765
6bb11ab3
L
2766# This is an auxiliary macro that is also run when
2767# autoupdate runs m4. It simply calls m4_warning, but
2768# we need a wrapper so that each warning is emitted only
2769# once. We break the quoting in m4_warning's argument in
2770# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2771
2772
6bb11ab3
L
2773# Finally, this is the expansion that is picked up by
2774# autoconf. It tells the user to run autoupdate, and
2775# then outputs the replacement expansion. We do not care
2776# about autoupdate's warning because that contains
2777# information on what to do *after* running autoupdate.
6efef468 2778
6bb11ab3
L
2779# This is what autoupdate's m4 run will expand. It fires
2780# the warning (with _au_warn_XXX), outputs it into the
2781# updated configure.ac (with AC_DIAGNOSE), and then outputs
2782# the replacement expansion.
6efef468
JM
2783
2784
6bb11ab3
L
2785# This is an auxiliary macro that is also run when
2786# autoupdate runs m4. It simply calls m4_warning, but
2787# we need a wrapper so that each warning is emitted only
2788# once. We break the quoting in m4_warning's argument in
2789# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2790
2791
6bb11ab3
L
2792# Finally, this is the expansion that is picked up by
2793# autoconf. It tells the user to run autoupdate, and
2794# then outputs the replacement expansion. We do not care
2795# about autoupdate's warning because that contains
2796# information on what to do *after* running autoupdate.
6efef468 2797
6bb11ab3
L
2798# This is what autoupdate's m4 run will expand. It fires
2799# the warning (with _au_warn_XXX), outputs it into the
2800# updated configure.ac (with AC_DIAGNOSE), and then outputs
2801# the replacement expansion.
6efef468
JM
2802
2803
6bb11ab3
L
2804# This is an auxiliary macro that is also run when
2805# autoupdate runs m4. It simply calls m4_warning, but
2806# we need a wrapper so that each warning is emitted only
2807# once. We break the quoting in m4_warning's argument in
2808# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2809
2810
6bb11ab3
L
2811# Finally, this is the expansion that is picked up by
2812# autoconf. It tells the user to run autoupdate, and
2813# then outputs the replacement expansion. We do not care
2814# about autoupdate's warning because that contains
2815# information on what to do *after* running autoupdate.
6efef468 2816
6bb11ab3
L
2817# This is what autoupdate's m4 run will expand. It fires
2818# the warning (with _au_warn_XXX), outputs it into the
2819# updated configure.ac (with AC_DIAGNOSE), and then outputs
2820# the replacement expansion.
6efef468
JM
2821
2822
6bb11ab3
L
2823# This is an auxiliary macro that is also run when
2824# autoupdate runs m4. It simply calls m4_warning, but
2825# we need a wrapper so that each warning is emitted only
2826# once. We break the quoting in m4_warning's argument in
2827# order to expand this macro's arguments, not AU_DEFUN's.
6efef468
JM
2828
2829
6bb11ab3
L
2830# Finally, this is the expansion that is picked up by
2831# autoconf. It tells the user to run autoupdate, and
2832# then outputs the replacement expansion. We do not care
2833# about autoupdate's warning because that contains
2834# information on what to do *after* running autoupdate.
6efef468 2835
edece237
CV
2836
2837
6bb11ab3
L
2838# _LT_TAG_COMPILER
2839# ----------------
2840# _LT_TAG_COMPILER
edece237
CV
2841
2842
6bb11ab3
L
2843# _LT_COMPILER_BOILERPLATE
2844# ------------------------
2845# Check for compiler boilerplate output or warnings with
2846# the simple compiler test code.
2847# _LT_COMPILER_BOILERPLATE
edece237 2848
edece237 2849
6bb11ab3
L
2850# _LT_LINKER_BOILERPLATE
2851# ----------------------
2852# Check for linker boilerplate output or warnings with
2853# the simple link test code.
2854# _LT_LINKER_BOILERPLATE
edece237 2855
6bb11ab3
L
2856# _LT_REQUIRED_DARWIN_CHECKS
2857# -------------------------
81ecdfbb 2858
edece237 2859
edece237 2860
6bb11ab3
L
2861# _LT_DARWIN_LINKER_FEATURES
2862# --------------------------
2863# Checks for linker and compiler features on darwin
edece237 2864
edece237 2865
6bb11ab3
L
2866# _LT_SYS_MODULE_PATH_AIX
2867# -----------------------
2868# Links a minimal program and checks the executable
2869# for the system default hardcoded library path. In most cases,
2870# this is /usr/lib:/lib, but when the MPI compilers are used
2871# the location of the communication and MPI libs are included too.
2872# If we don't find anything, use the default library path according
2873# to the aix ld manual.
2874# _LT_SYS_MODULE_PATH_AIX
edece237 2875
edece237 2876
6bb11ab3
L
2877# _LT_SHELL_INIT(ARG)
2878# -------------------
2879# _LT_SHELL_INIT
edece237 2880
edece237 2881
81ecdfbb 2882
6bb11ab3
L
2883# _LT_PROG_ECHO_BACKSLASH
2884# -----------------------
2885# Find how we can fake an echo command that does not interpret backslash.
2886# In particular, with Autoconf 2.60 or later we add some code to the start
2887# of the generated configure script which will find a shell with a builtin
2888# printf (which we can use as an echo command).
2889# _LT_PROG_ECHO_BACKSLASH
edece237 2890
edece237 2891
6bb11ab3
L
2892# _LT_ENABLE_LOCK
2893# ---------------
2894# _LT_ENABLE_LOCK
81ecdfbb 2895
edece237 2896
6bb11ab3
L
2897# _LT_CMD_OLD_ARCHIVE
2898# -------------------
2899# _LT_CMD_OLD_ARCHIVE
edece237 2900
81ecdfbb 2901
6bb11ab3
L
2902# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2903# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2904# ----------------------------------------------------------------
2905# Check whether the given compiler option works
2906# _LT_COMPILER_OPTION
edece237 2907
6bb11ab3
L
2908# Old name:
2909# This is what autoupdate's m4 run will expand. It fires
2910# the warning (with _au_warn_XXX), outputs it into the
2911# updated configure.ac (with AC_DIAGNOSE), and then outputs
2912# the replacement expansion.
edece237 2913
edece237 2914
6bb11ab3
L
2915# This is an auxiliary macro that is also run when
2916# autoupdate runs m4. It simply calls m4_warning, but
2917# we need a wrapper so that each warning is emitted only
2918# once. We break the quoting in m4_warning's argument in
2919# order to expand this macro's arguments, not AU_DEFUN's.
edece237 2920
edece237 2921
6bb11ab3
L
2922# Finally, this is the expansion that is picked up by
2923# autoconf. It tells the user to run autoupdate, and
2924# then outputs the replacement expansion. We do not care
2925# about autoupdate's warning because that contains
2926# information on what to do *after* running autoupdate.
edece237 2927
edece237 2928
edece237 2929
6bb11ab3
L
2930# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2931# [ACTION-SUCCESS], [ACTION-FAILURE])
2932# ----------------------------------------------------
2933# Check whether the given linker option works
2934# _LT_LINKER_OPTION
81ecdfbb 2935
6bb11ab3
L
2936# Old name:
2937# This is what autoupdate's m4 run will expand. It fires
2938# the warning (with _au_warn_XXX), outputs it into the
2939# updated configure.ac (with AC_DIAGNOSE), and then outputs
2940# the replacement expansion.
81ecdfbb 2941
81ecdfbb 2942
6bb11ab3
L
2943# This is an auxiliary macro that is also run when
2944# autoupdate runs m4. It simply calls m4_warning, but
2945# we need a wrapper so that each warning is emitted only
2946# once. We break the quoting in m4_warning's argument in
2947# order to expand this macro's arguments, not AU_DEFUN's.
81ecdfbb 2948
edece237 2949
6bb11ab3
L
2950# Finally, this is the expansion that is picked up by
2951# autoconf. It tells the user to run autoupdate, and
2952# then outputs the replacement expansion. We do not care
2953# about autoupdate's warning because that contains
2954# information on what to do *after* running autoupdate.
2955
2956
2957
2958# LT_CMD_MAX_LEN
2959#---------------
2960# LT_CMD_MAX_LEN
2961
2962# Old name:
2963# This is what autoupdate's m4 run will expand. It fires
2964# the warning (with _au_warn_XXX), outputs it into the
2965# updated configure.ac (with AC_DIAGNOSE), and then outputs
2966# the replacement expansion.
2967
2968
2969# This is an auxiliary macro that is also run when
2970# autoupdate runs m4. It simply calls m4_warning, but
2971# we need a wrapper so that each warning is emitted only
2972# once. We break the quoting in m4_warning's argument in
2973# order to expand this macro's arguments, not AU_DEFUN's.
2974
2975
2976# Finally, this is the expansion that is picked up by
2977# autoconf. It tells the user to run autoupdate, and
2978# then outputs the replacement expansion. We do not care
2979# about autoupdate's warning because that contains
2980# information on what to do *after* running autoupdate.
2981
2982
2983
2984# _LT_HEADER_DLFCN
2985# ----------------
2986# _LT_HEADER_DLFCN
2987
2988
2989# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2990# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2991# ----------------------------------------------------------------
2992# _LT_TRY_DLOPEN_SELF
2993
2994
2995# LT_SYS_DLOPEN_SELF
2996# ------------------
2997# LT_SYS_DLOPEN_SELF
2998
2999# Old name:
3000# This is what autoupdate's m4 run will expand. It fires
3001# the warning (with _au_warn_XXX), outputs it into the
3002# updated configure.ac (with AC_DIAGNOSE), and then outputs
3003# the replacement expansion.
3004
3005
3006# This is an auxiliary macro that is also run when
3007# autoupdate runs m4. It simply calls m4_warning, but
3008# we need a wrapper so that each warning is emitted only
3009# once. We break the quoting in m4_warning's argument in
3010# order to expand this macro's arguments, not AU_DEFUN's.
3011
3012
3013# Finally, this is the expansion that is picked up by
3014# autoconf. It tells the user to run autoupdate, and
3015# then outputs the replacement expansion. We do not care
3016# about autoupdate's warning because that contains
3017# information on what to do *after* running autoupdate.
3018
3019
3020
3021# _LT_COMPILER_C_O([TAGNAME])
3022# ---------------------------
3023# Check to see if options -c and -o are simultaneously supported by compiler.
3024# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3025# _LT_COMPILER_C_O
3026
3027
3028# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3029# ----------------------------------
3030# Check to see if we can do hard links to lock some files if needed
3031# _LT_COMPILER_FILE_LOCKS
3032
3033
3034# _LT_CHECK_OBJDIR
3035# ----------------
3036# _LT_CHECK_OBJDIR
3037
3038
3039# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3040# --------------------------------------
3041# Check hardcoding attributes.
3042# _LT_LINKER_HARDCODE_LIBPATH
3043
3044
3045# _LT_CMD_STRIPLIB
3046# ----------------
3047# _LT_CMD_STRIPLIB
3048
3049
3050# _LT_SYS_DYNAMIC_LINKER([TAG])
3051# -----------------------------
3052# PORTME Fill in your ld.so characteristics
3053# _LT_SYS_DYNAMIC_LINKER
3054
3055
3056# _LT_PATH_TOOL_PREFIX(TOOL)
3057# --------------------------
3058# find a file program which can recognize shared library
3059# _LT_PATH_TOOL_PREFIX
3060
3061# Old name:
3062# This is what autoupdate's m4 run will expand. It fires
3063# the warning (with _au_warn_XXX), outputs it into the
3064# updated configure.ac (with AC_DIAGNOSE), and then outputs
3065# the replacement expansion.
3066
3067
3068# This is an auxiliary macro that is also run when
3069# autoupdate runs m4. It simply calls m4_warning, but
3070# we need a wrapper so that each warning is emitted only
3071# once. We break the quoting in m4_warning's argument in
3072# order to expand this macro's arguments, not AU_DEFUN's.
3073
3074
3075# Finally, this is the expansion that is picked up by
3076# autoconf. It tells the user to run autoupdate, and
3077# then outputs the replacement expansion. We do not care
3078# about autoupdate's warning because that contains
3079# information on what to do *after* running autoupdate.
3080
3081
3082
3083# _LT_PATH_MAGIC
3084# --------------
3085# find a file program which can recognize a shared library
3086# _LT_PATH_MAGIC
3087
3088
3089# LT_PATH_LD
3090# ----------
3091# find the pathname to the GNU or non-GNU linker
3092# LT_PATH_LD
3093
3094# Old names:
3095# This is what autoupdate's m4 run will expand. It fires
3096# the warning (with _au_warn_XXX), outputs it into the
3097# updated configure.ac (with AC_DIAGNOSE), and then outputs
3098# the replacement expansion.
3099
3100
3101# This is an auxiliary macro that is also run when
3102# autoupdate runs m4. It simply calls m4_warning, but
3103# we need a wrapper so that each warning is emitted only
3104# once. We break the quoting in m4_warning's argument in
3105# order to expand this macro's arguments, not AU_DEFUN's.
3106
3107
3108# Finally, this is the expansion that is picked up by
3109# autoconf. It tells the user to run autoupdate, and
3110# then outputs the replacement expansion. We do not care
3111# about autoupdate's warning because that contains
3112# information on what to do *after* running autoupdate.
3113
3114# This is what autoupdate's m4 run will expand. It fires
3115# the warning (with _au_warn_XXX), outputs it into the
3116# updated configure.ac (with AC_DIAGNOSE), and then outputs
3117# the replacement expansion.
3118
3119
3120# This is an auxiliary macro that is also run when
3121# autoupdate runs m4. It simply calls m4_warning, but
3122# we need a wrapper so that each warning is emitted only
3123# once. We break the quoting in m4_warning's argument in
3124# order to expand this macro's arguments, not AU_DEFUN's.
3125
3126
3127# Finally, this is the expansion that is picked up by
3128# autoconf. It tells the user to run autoupdate, and
3129# then outputs the replacement expansion. We do not care
3130# about autoupdate's warning because that contains
3131# information on what to do *after* running autoupdate.
3132
3133
3134
3135# _LT_PATH_LD_GNU
3136#- --------------
3137# _LT_PATH_LD_GNU
3138
3139
3140# _LT_CMD_RELOAD
3141# --------------
3142# find reload flag for linker
3143# -- PORTME Some linkers may need a different reload flag.
3144# _LT_CMD_RELOAD
3145
3146
3147# _LT_CHECK_MAGIC_METHOD
3148# ----------------------
3149# how to check for library dependencies
3150# -- PORTME fill in with the dynamic library characteristics
3151# _LT_CHECK_MAGIC_METHOD
3152
3153
3154# LT_PATH_NM
3155# ----------
3156# find the pathname to a BSD- or MS-compatible name lister
3157# LT_PATH_NM
3158
3159# Old names:
3160# This is what autoupdate's m4 run will expand. It fires
3161# the warning (with _au_warn_XXX), outputs it into the
3162# updated configure.ac (with AC_DIAGNOSE), and then outputs
3163# the replacement expansion.
3164
3165
3166# This is an auxiliary macro that is also run when
3167# autoupdate runs m4. It simply calls m4_warning, but
3168# we need a wrapper so that each warning is emitted only
3169# once. We break the quoting in m4_warning's argument in
3170# order to expand this macro's arguments, not AU_DEFUN's.
3171
3172
3173# Finally, this is the expansion that is picked up by
3174# autoconf. It tells the user to run autoupdate, and
3175# then outputs the replacement expansion. We do not care
3176# about autoupdate's warning because that contains
3177# information on what to do *after* running autoupdate.
3178
3179# This is what autoupdate's m4 run will expand. It fires
3180# the warning (with _au_warn_XXX), outputs it into the
3181# updated configure.ac (with AC_DIAGNOSE), and then outputs
3182# the replacement expansion.
3183
3184
3185# This is an auxiliary macro that is also run when
3186# autoupdate runs m4. It simply calls m4_warning, but
3187# we need a wrapper so that each warning is emitted only
3188# once. We break the quoting in m4_warning's argument in
3189# order to expand this macro's arguments, not AU_DEFUN's.
3190
3191
3192# Finally, this is the expansion that is picked up by
3193# autoconf. It tells the user to run autoupdate, and
3194# then outputs the replacement expansion. We do not care
3195# about autoupdate's warning because that contains
3196# information on what to do *after* running autoupdate.
3197
3198
3199
3200# LT_LIB_M
3201# --------
3202# check for math library
3203# LT_LIB_M
3204
3205# Old name:
3206# This is what autoupdate's m4 run will expand. It fires
3207# the warning (with _au_warn_XXX), outputs it into the
3208# updated configure.ac (with AC_DIAGNOSE), and then outputs
3209# the replacement expansion.
3210
3211
3212# This is an auxiliary macro that is also run when
3213# autoupdate runs m4. It simply calls m4_warning, but
3214# we need a wrapper so that each warning is emitted only
3215# once. We break the quoting in m4_warning's argument in
3216# order to expand this macro's arguments, not AU_DEFUN's.
3217
3218
3219# Finally, this is the expansion that is picked up by
3220# autoconf. It tells the user to run autoupdate, and
3221# then outputs the replacement expansion. We do not care
3222# about autoupdate's warning because that contains
3223# information on what to do *after* running autoupdate.
3224
3225
3226
3227# _LT_COMPILER_NO_RTTI([TAGNAME])
3228# -------------------------------
3229# _LT_COMPILER_NO_RTTI
3230
3231
3232# _LT_CMD_GLOBAL_SYMBOLS
3233# ----------------------
3234 # _LT_CMD_GLOBAL_SYMBOLS
3235
3236
3237# _LT_COMPILER_PIC([TAGNAME])
3238# ---------------------------
3239# _LT_COMPILER_PIC
3240
3241
3242# _LT_LINKER_SHLIBS([TAGNAME])
3243# ----------------------------
3244# See if the linker supports building shared libraries.
3245# _LT_LINKER_SHLIBS
3246
3247
3248# _LT_LANG_C_CONFIG([TAG])
3249# ------------------------
3250# Ensure that the configuration variables for a C compiler are suitably
3251# defined. These variables are subsequently used by _LT_CONFIG to write
3252# the compiler configuration to `libtool'.
3253# _LT_LANG_C_CONFIG
3254
3255
3256# _LT_LANG_CXX_CONFIG([TAG])
3257# --------------------------
3258# Ensure that the configuration variables for a C++ compiler are suitably
3259# defined. These variables are subsequently used by _LT_CONFIG to write
3260# the compiler configuration to `libtool'.
3261# _LT_LANG_CXX_CONFIG
3262
3263
3264# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3265# ---------------------------------
3266# Figure out "hidden" library dependencies from verbose
3267# compiler output when linking a shared library.
3268# Parse the compiler output and extract the necessary
3269# objects, libraries and library flags.
3270# _LT_SYS_HIDDEN_LIBDEPS
3271
3272
3273# _LT_LANG_F77_CONFIG([TAG])
3274# --------------------------
3275# Ensure that the configuration variables for a Fortran 77 compiler are
3276# suitably defined. These variables are subsequently used by _LT_CONFIG
3277# to write the compiler configuration to `libtool'.
3278# _LT_LANG_F77_CONFIG
3279
3280
3281# _LT_LANG_FC_CONFIG([TAG])
3282# -------------------------
3283# Ensure that the configuration variables for a Fortran compiler are
3284# suitably defined. These variables are subsequently used by _LT_CONFIG
3285# to write the compiler configuration to `libtool'.
3286# _LT_LANG_FC_CONFIG
3287
3288
3289# _LT_LANG_GCJ_CONFIG([TAG])
3290# --------------------------
3291# Ensure that the configuration variables for the GNU Java Compiler compiler
3292# are suitably defined. These variables are subsequently used by _LT_CONFIG
3293# to write the compiler configuration to `libtool'.
3294# _LT_LANG_GCJ_CONFIG
3295
3296
3297# _LT_LANG_RC_CONFIG([TAG])
3298# -------------------------
3299# Ensure that the configuration variables for the Windows resource compiler
3300# are suitably defined. These variables are subsequently used by _LT_CONFIG
3301# to write the compiler configuration to `libtool'.
3302# _LT_LANG_RC_CONFIG
3303
3304
3305# LT_PROG_GCJ
3306# -----------
3307
3308
3309# Old name:
3310# This is what autoupdate's m4 run will expand. It fires
3311# the warning (with _au_warn_XXX), outputs it into the
3312# updated configure.ac (with AC_DIAGNOSE), and then outputs
3313# the replacement expansion.
3314
3315
3316# This is an auxiliary macro that is also run when
3317# autoupdate runs m4. It simply calls m4_warning, but
3318# we need a wrapper so that each warning is emitted only
3319# once. We break the quoting in m4_warning's argument in
3320# order to expand this macro's arguments, not AU_DEFUN's.
3321
3322
3323# Finally, this is the expansion that is picked up by
3324# autoconf. It tells the user to run autoupdate, and
3325# then outputs the replacement expansion. We do not care
3326# about autoupdate's warning because that contains
3327# information on what to do *after* running autoupdate.
3328
3329
3330
3331# LT_PROG_RC
3332# ----------
3333
3334
3335# Old name:
3336# This is what autoupdate's m4 run will expand. It fires
3337# the warning (with _au_warn_XXX), outputs it into the
3338# updated configure.ac (with AC_DIAGNOSE), and then outputs
3339# the replacement expansion.
3340
3341
3342# This is an auxiliary macro that is also run when
3343# autoupdate runs m4. It simply calls m4_warning, but
3344# we need a wrapper so that each warning is emitted only
3345# once. We break the quoting in m4_warning's argument in
3346# order to expand this macro's arguments, not AU_DEFUN's.
3347
3348
3349# Finally, this is the expansion that is picked up by
3350# autoconf. It tells the user to run autoupdate, and
3351# then outputs the replacement expansion. We do not care
3352# about autoupdate's warning because that contains
3353# information on what to do *after* running autoupdate.
3354
3355
3356
3357# _LT_DECL_EGREP
3358# --------------
3359# If we don't have a new enough Autoconf to choose the best grep
3360# available, choose the one first in the user's PATH.
3361
3362
3363
3364# _LT_DECL_OBJDUMP
3365# --------------
3366# If we don't have a new enough Autoconf to choose the best objdump
3367# available, choose the one first in the user's PATH.
3368
3369
3370
3371# _LT_DECL_SED
3372# ------------
3373# Check for a fully-functional sed program, that truncates
3374# as few characters as possible. Prefer GNU sed if found.
3375# _LT_DECL_SED
3376
3377#m4_ifndef
3378
3379# Old name:
3380# This is what autoupdate's m4 run will expand. It fires
3381# the warning (with _au_warn_XXX), outputs it into the
3382# updated configure.ac (with AC_DIAGNOSE), and then outputs
3383# the replacement expansion.
3384
3385
3386# This is an auxiliary macro that is also run when
3387# autoupdate runs m4. It simply calls m4_warning, but
3388# we need a wrapper so that each warning is emitted only
3389# once. We break the quoting in m4_warning's argument in
3390# order to expand this macro's arguments, not AU_DEFUN's.
3391
3392
3393# Finally, this is the expansion that is picked up by
3394# autoconf. It tells the user to run autoupdate, and
3395# then outputs the replacement expansion. We do not care
3396# about autoupdate's warning because that contains
3397# information on what to do *after* running autoupdate.
3398
3399
3400
3401# _LT_CHECK_SHELL_FEATURES
3402# ------------------------
3403# Find out whether the shell is Bourne or XSI compatible,
3404# or has some other useful features.
3405# _LT_CHECK_SHELL_FEATURES
3406
3407
3408# _LT_PROG_XSI_SHELLFNS
3409# ---------------------
3410# Bourne and XSI compatible variants of some useful shell functions.
3411
3412
3413# Helper functions for option handling. -*- Autoconf -*-
3414#
3415# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3416# Inc.
3417# Written by Gary V. Vaughan, 2004
3418#
3419# This file is free software; the Free Software Foundation gives
3420# unlimited permission to copy and/or distribute it, with or without
3421# modifications, as long as this notice is preserved.
3422
3423# serial 6 ltoptions.m4
3424
3425# This is to help aclocal find these macros, as it can't see m4_define.
3426
3427
3428
3429# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3430# ------------------------------------------
3431
3432
3433
3434# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3435# ---------------------------------------
3436# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3437# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3438# saved as a flag.
3439
3440
3441
3442# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3443# ------------------------------------------------------------
3444# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3445
3446
3447
3448# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3449# -------------------------------------------------------
3450# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3451# are set.
3452
3453
3454
3455# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3456# ----------------------------------------
3457# OPTION-LIST is a space-separated list of Libtool options associated
3458# with MACRO-NAME. If any OPTION has a matching handler declared with
3459# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3460# the unknown option and exit.
3461# _LT_SET_OPTIONS
3462
3463
3464## --------------------------------- ##
3465## Macros to handle LT_INIT options. ##
3466## --------------------------------- ##
3467
3468# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3469# -----------------------------------------
3470
3471
3472
3473# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3474# -----------------------------------------------
3475# LT_OPTION_DEFINE
3476
3477
3478# dlopen
3479# ------
3480
3481
3482# This is what autoupdate's m4 run will expand. It fires
3483# the warning (with _au_warn_XXX), outputs it into the
3484# updated configure.ac (with AC_DIAGNOSE), and then outputs
3485# the replacement expansion.
3486
3487
3488# This is an auxiliary macro that is also run when
3489# autoupdate runs m4. It simply calls m4_warning, but
3490# we need a wrapper so that each warning is emitted only
3491# once. We break the quoting in m4_warning's argument in
3492# order to expand this macro's arguments, not AU_DEFUN's.
3493
3494
3495# Finally, this is the expansion that is picked up by
3496# autoconf. It tells the user to run autoupdate, and
3497# then outputs the replacement expansion. We do not care
3498# about autoupdate's warning because that contains
3499# information on what to do *after* running autoupdate.
3500
3501
3502
3503
3504# win32-dll
3505# ---------
3506# Declare package support for building win32 dll's.
3507# win32-dll
3508
3509# This is what autoupdate's m4 run will expand. It fires
3510# the warning (with _au_warn_XXX), outputs it into the
3511# updated configure.ac (with AC_DIAGNOSE), and then outputs
3512# the replacement expansion.
3513
3514
3515# This is an auxiliary macro that is also run when
3516# autoupdate runs m4. It simply calls m4_warning, but
3517# we need a wrapper so that each warning is emitted only
3518# once. We break the quoting in m4_warning's argument in
3519# order to expand this macro's arguments, not AU_DEFUN's.
3520
3521
3522# Finally, this is the expansion that is picked up by
3523# autoconf. It tells the user to run autoupdate, and
3524# then outputs the replacement expansion. We do not care
3525# about autoupdate's warning because that contains
3526# information on what to do *after* running autoupdate.
3527
3528
3529
3530
3531# _LT_ENABLE_SHARED([DEFAULT])
3532# ----------------------------
3533# implement the --enable-shared flag, and supports the `shared' and
3534# `disable-shared' LT_INIT options.
3535# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3536# _LT_ENABLE_SHARED
3537
3538
3539
3540
3541# Old names:
3542
3543
3544
3545
3546# This is what autoupdate's m4 run will expand. It fires
3547# the warning (with _au_warn_XXX), outputs it into the
3548# updated configure.ac (with AC_DIAGNOSE), and then outputs
3549# the replacement expansion.
3550
3551
3552# This is an auxiliary macro that is also run when
3553# autoupdate runs m4. It simply calls m4_warning, but
3554# we need a wrapper so that each warning is emitted only
3555# once. We break the quoting in m4_warning's argument in
3556# order to expand this macro's arguments, not AU_DEFUN's.
3557
3558
3559# Finally, this is the expansion that is picked up by
3560# autoconf. It tells the user to run autoupdate, and
3561# then outputs the replacement expansion. We do not care
3562# about autoupdate's warning because that contains
3563# information on what to do *after* running autoupdate.
3564
3565# This is what autoupdate's m4 run will expand. It fires
3566# the warning (with _au_warn_XXX), outputs it into the
3567# updated configure.ac (with AC_DIAGNOSE), and then outputs
3568# the replacement expansion.
3569
3570
3571# This is an auxiliary macro that is also run when
3572# autoupdate runs m4. It simply calls m4_warning, but
3573# we need a wrapper so that each warning is emitted only
3574# once. We break the quoting in m4_warning's argument in
3575# order to expand this macro's arguments, not AU_DEFUN's.
3576
3577
3578# Finally, this is the expansion that is picked up by
3579# autoconf. It tells the user to run autoupdate, and
3580# then outputs the replacement expansion. We do not care
3581# about autoupdate's warning because that contains
3582# information on what to do *after* running autoupdate.
3583
3584
3585
3586
3587
3588# _LT_ENABLE_STATIC([DEFAULT])
3589# ----------------------------
3590# implement the --enable-static flag, and support the `static' and
3591# `disable-static' LT_INIT options.
3592# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3593# _LT_ENABLE_STATIC
3594
3595
3596
3597
3598# Old names:
3599
3600
3601
3602
3603# This is what autoupdate's m4 run will expand. It fires
3604# the warning (with _au_warn_XXX), outputs it into the
3605# updated configure.ac (with AC_DIAGNOSE), and then outputs
3606# the replacement expansion.
3607
3608
3609# This is an auxiliary macro that is also run when
3610# autoupdate runs m4. It simply calls m4_warning, but
3611# we need a wrapper so that each warning is emitted only
3612# once. We break the quoting in m4_warning's argument in
3613# order to expand this macro's arguments, not AU_DEFUN's.
3614
3615
3616# Finally, this is the expansion that is picked up by
3617# autoconf. It tells the user to run autoupdate, and
3618# then outputs the replacement expansion. We do not care
3619# about autoupdate's warning because that contains
3620# information on what to do *after* running autoupdate.
3621
3622# This is what autoupdate's m4 run will expand. It fires
3623# the warning (with _au_warn_XXX), outputs it into the
3624# updated configure.ac (with AC_DIAGNOSE), and then outputs
3625# the replacement expansion.
3626
3627
3628# This is an auxiliary macro that is also run when
3629# autoupdate runs m4. It simply calls m4_warning, but
3630# we need a wrapper so that each warning is emitted only
3631# once. We break the quoting in m4_warning's argument in
3632# order to expand this macro's arguments, not AU_DEFUN's.
3633
3634
3635# Finally, this is the expansion that is picked up by
3636# autoconf. It tells the user to run autoupdate, and
3637# then outputs the replacement expansion. We do not care
3638# about autoupdate's warning because that contains
3639# information on what to do *after* running autoupdate.
3640
3641
3642
3643
3644
3645# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3646# ----------------------------------
3647# implement the --enable-fast-install flag, and support the `fast-install'
3648# and `disable-fast-install' LT_INIT options.
3649# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3650# _LT_ENABLE_FAST_INSTALL
3651
3652
3653
3654
3655# Old names:
3656# This is what autoupdate's m4 run will expand. It fires
3657# the warning (with _au_warn_XXX), outputs it into the
3658# updated configure.ac (with AC_DIAGNOSE), and then outputs
3659# the replacement expansion.
3660
3661
3662# This is an auxiliary macro that is also run when
3663# autoupdate runs m4. It simply calls m4_warning, but
3664# we need a wrapper so that each warning is emitted only
3665# once. We break the quoting in m4_warning's argument in
3666# order to expand this macro's arguments, not AU_DEFUN's.
3667
3668
3669# Finally, this is the expansion that is picked up by
3670# autoconf. It tells the user to run autoupdate, and
3671# then outputs the replacement expansion. We do not care
3672# about autoupdate's warning because that contains
3673# information on what to do *after* running autoupdate.
3674
3675
3676# This is what autoupdate's m4 run will expand. It fires
3677# the warning (with _au_warn_XXX), outputs it into the
3678# updated configure.ac (with AC_DIAGNOSE), and then outputs
3679# the replacement expansion.
3680
3681
3682# This is an auxiliary macro that is also run when
3683# autoupdate runs m4. It simply calls m4_warning, but
3684# we need a wrapper so that each warning is emitted only
3685# once. We break the quoting in m4_warning's argument in
3686# order to expand this macro's arguments, not AU_DEFUN's.
3687
3688
3689# Finally, this is the expansion that is picked up by
3690# autoconf. It tells the user to run autoupdate, and
3691# then outputs the replacement expansion. We do not care
3692# about autoupdate's warning because that contains
3693# information on what to do *after* running autoupdate.
3694
3695
3696
3697
3698# _LT_WITH_PIC([MODE])
3699# --------------------
3700# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3701# LT_INIT options.
3702# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3703# _LT_WITH_PIC
3704
3705
3706
3707
3708# Old name:
3709# This is what autoupdate's m4 run will expand. It fires
3710# the warning (with _au_warn_XXX), outputs it into the
3711# updated configure.ac (with AC_DIAGNOSE), and then outputs
3712# the replacement expansion.
3713
3714
3715# This is an auxiliary macro that is also run when
3716# autoupdate runs m4. It simply calls m4_warning, but
3717# we need a wrapper so that each warning is emitted only
3718# once. We break the quoting in m4_warning's argument in
3719# order to expand this macro's arguments, not AU_DEFUN's.
3720
3721
3722# Finally, this is the expansion that is picked up by
3723# autoconf. It tells the user to run autoupdate, and
3724# then outputs the replacement expansion. We do not care
3725# about autoupdate's warning because that contains
3726# information on what to do *after* running autoupdate.
3727
3728
3729
3730## ----------------- ##
3731## LTDL_INIT Options ##
3732## ----------------- ##
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3744#
3745# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3746# Written by Gary V. Vaughan, 2004
3747#
3748# This file is free software; the Free Software Foundation gives
3749# unlimited permission to copy and/or distribute it, with or without
3750# modifications, as long as this notice is preserved.
3751
3752# serial 6 ltsugar.m4
3753
3754# This is to help aclocal find these macros, as it can't see m4_define.
3755
3756
3757
3758# lt_join(SEP, ARG1, [ARG2...])
3759# -----------------------------
3760# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3761# associated separator.
3762# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3763# versions in m4sugar had bugs.
3764
3765
3766
3767
3768# lt_car(LIST)
3769# lt_cdr(LIST)
3770# ------------
3771# Manipulate m4 lists.
3772# These macros are necessary as long as will still need to support
3773# Autoconf-2.59 which quotes differently.
3774
3775
3776
3777
3778
3779# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3780# ------------------------------------------
3781# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3782# Note that neither SEPARATOR nor STRING are expanded; they are appended
3783# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3784# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3785# than defined and empty).
3786#
3787# This macro is needed until we can rely on Autoconf 2.62, since earlier
3788# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3789
3790
3791
3792
3793# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3794# ----------------------------------------------------------
3795# Produce a SEP delimited list of all paired combinations of elements of
3796# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3797# has the form PREFIXmINFIXSUFFIXn.
3798# Needed until we can rely on m4_combine added in Autoconf 2.62.
3799
3800
3801
3802# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3803# -----------------------------------------------------------------------
3804# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3805# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3806
3807
3808
3809# lt_dict_add(DICT, KEY, VALUE)
3810# -----------------------------
3811
3812
3813
3814# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3815# --------------------------------------------
3816
3817
3818
3819# lt_dict_fetch(DICT, KEY, [SUBKEY])
3820# ----------------------------------
3821
3822
3823
3824# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3825# -----------------------------------------------------------------
3826
3827
3828
3829# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3830# --------------------------------------------------------------
3831
3832
3833# ltversion.m4 -- version numbers -*- Autoconf -*-
3834#
3835# Copyright (C) 2004 Free Software Foundation, Inc.
3836# Written by Scott James Remnant, 2004
3837#
3838# This file is free software; the Free Software Foundation gives
3839# unlimited permission to copy and/or distribute it, with or without
3840# modifications, as long as this notice is preserved.
3841
3842# Generated from ltversion.in.
3843
3844# serial 3134 ltversion.m4
3845# This file is part of GNU Libtool
3846
3847
3848
3849
3850
3851
3852# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3853#
3854# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3855# Written by Scott James Remnant, 2004.
3856#
3857# This file is free software; the Free Software Foundation gives
3858# unlimited permission to copy and/or distribute it, with or without
3859# modifications, as long as this notice is preserved.
3860
3861# serial 4 lt~obsolete.m4
3862
3863# These exist entirely to fool aclocal when bootstrapping libtool.
3864#
3865# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3866# which have later been changed to m4_define as they aren't part of the
3867# exported API, or moved to Autoconf or Automake where they belong.
3868#
3869# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3870# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3871# using a macro with the same name in our local m4/libtool.m4 it'll
3872# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3873# and doesn't know about Autoconf macros at all.)
3874#
3875# So we provide this file, which has a silly filename so it's always
3876# included after everything else. This provides aclocal with the
3877# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3878# because those macros already exist, or will be overwritten later.
3879# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3880#
3881# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3882# Yes, that means every name once taken will need to remain here until
3883# we give up compatibility with versions before 1.7, at which point
3884# we need to keep only those names which we still refer to.
3885
3886# This is to help aclocal find these macros, as it can't see m4_define.
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951## -*- Autoconf -*-
3952
3953# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3954# Free Software Foundation, Inc.
3955#
3956# This file is free software; the Free Software Foundation
3957# gives unlimited permission to copy and/or distribute it,
3958# with or without modifications, as long as this notice is preserved.
3959
3960# serial 8
3961
3962# Based on depend.m4 from automake 1.9, modified for standalone use in
3963# an environment where GNU make is required.
3964
3965# ZW_PROG_COMPILER_DEPENDENCIES
3966# -----------------------------
3967# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3968# sets fooDEPMODE accordingly. Cache-variable compatible with
3969# original; not side-effect compatible. As the users of this macro
3970# may require accurate dependencies for correct builds, it does *not*
3971# honor --disable-dependency-checking, and failure to detect a usable
3972# method is an error. depcomp is assumed to be located in
3973# $ac_aux_dir.
3974#
3975# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3976
3977
3978
3979# AM_SET_DEPDIR
3980# -------------
3981# Choose a directory name for dependency files.
3982
3983
3984# ZW_CREATE_DEPDIR
3985# ----------------
3986# As AM_SET_DEPDIR, but also create the directory at config.status time.
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
6bb11ab3
L
4028
4029
4030
4031
4032
6bb11ab3
L
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
6bb11ab3
L
4048
4049
4050
4051
4052
4053# intl sister-directory configuration rules.
4054#
4055
4056# The idea behind this macro is that there's no need to repeat all the
4057# autoconf probes done by the intl directory - it's already done them
4058# for us. In fact, there's no need even to look at the cache for the
4059# answers. All we need to do is nab a few pieces of information.
4060# The intl directory is set up to make this easy, by generating a
4061# small file which can be sourced as a shell script; then we produce
4062# the necessary substitutions and definitions for this directory.
4063
4064
4065
4066# Autoconf M4 include file defining utility macros for complex Canadian
4067# cross builds.
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077####
4078# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4079# or AC_INIT.
4080# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4081
4082####
4083# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4084# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4085
4086
4087####
4088# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4089# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4090
4091
4092
4093# Backported from Autoconf 2.5x; can go away when and if
4094# we switch. Put the OS path separator in $PATH_SEPARATOR.
4095
4096
4097
4098
37f980dc
SM
4099
4100
4101
4102
6bb11ab3
L
4103# ACX_HAVE_GCC_FOR_TARGET
4104# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4105
4106
4107# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4108# Searching for installed target binutils. We need to take extra care,
4109# else we may find the wrong assembler, linker, etc., and lose.
4110#
4111# First try --with-build-time-tools, if specified.
4112#
4113# For build != host, we ask the installed GCC for the name of the tool it
4114# uses, and accept it if it is an absolute path. This is because the
4115# only good choice for a compiler is the same GCC version that is being
4116# installed (or we couldn't make target libraries), and we assume that
4117# on the host system we'll have not only the same GCC version, but also
4118# the same binutils version.
4119#
4120# For build == host, search the same directories that the installed
4121# compiler will search. We used to do this for the assembler, linker,
4122# and nm only; for simplicity of configuration, however, we extend this
4123# criterion to tools (such as ar and ranlib) that are never invoked by
4124# the compiler, to avoid mismatches.
4125#
4126# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4127# if build == target. This makes the most sense only when bootstrapping,
4128# but we also do so when build != host. In this case, we hope that the
4129# build and host systems will have similar contents of MD_EXEC_PREFIX.
4130#
4131# If we do not find a suitable binary, then try the user's path.
4132
4133
4134###
4135# AC_PROG_CPP_WERROR
4136# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4137# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4138# For now, using this also overrides header checks to use only the
4139# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4140# bit harder from here).
4141# Eventually autoconf will default to checking headers with the compiler
4142# instead, and we'll have to do this differently.
4143
4144# AC_PROG_CPP_WERROR
4145
4146# Test for GNAT.
4147# We require the gnatbind & gnatmake programs, as well as a compiler driver
4148# that understands Ada. We use the user's CC setting, already found, and
4149# possibly add $1 to the command-line parameters.
4150#
4151# Sets the shell variable have_gnat to yes or no as appropriate, and
4152# substitutes GNATBIND and GNATMAKE.
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178ac_ext=c
4179ac_cpp='$CPP $CPPFLAGS'
4180ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4181ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4182ac_compiler_gnu=$ac_cv_c_compiler_gnu
4183if test -n "$ac_tool_prefix"; then
4184 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4185set dummy ${ac_tool_prefix}gcc; ac_word=$2
4186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4187$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4188if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4189 $as_echo_n "(cached) " >&6
4190else
4191 if test -n "$CC"; then
4192 ac_cv_prog_CC="$CC" # Let the user override the test.
4193else
4194as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195for as_dir in $PATH
4196do
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
4199 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4200 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4201 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4203 break 2
4204 fi
4205done
4206 done
4207IFS=$as_save_IFS
4208
4209fi
4210fi
4211CC=$ac_cv_prog_CC
4212if test -n "$CC"; then
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4214$as_echo "$CC" >&6; }
4215else
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4217$as_echo "no" >&6; }
4218fi
4219
4220
4221fi
4222if test -z "$ac_cv_prog_CC"; then
4223 ac_ct_CC=$CC
4224 # Extract the first word of "gcc", so it can be a program name with args.
4225set dummy gcc; ac_word=$2
4226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4227$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4228if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4229 $as_echo_n "(cached) " >&6
4230else
4231 if test -n "$ac_ct_CC"; then
4232 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4233else
4234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4235for as_dir in $PATH
4236do
4237 IFS=$as_save_IFS
4238 test -z "$as_dir" && as_dir=.
4239 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4240 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4241 ac_cv_prog_ac_ct_CC="gcc"
4242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4243 break 2
4244 fi
4245done
4246 done
4247IFS=$as_save_IFS
4248
4249fi
4250fi
4251ac_ct_CC=$ac_cv_prog_ac_ct_CC
4252if test -n "$ac_ct_CC"; then
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4254$as_echo "$ac_ct_CC" >&6; }
4255else
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4257$as_echo "no" >&6; }
4258fi
4259
4260 if test "x$ac_ct_CC" = x; then
4261 CC=""
4262 else
4263 case $cross_compiling:$ac_tool_warned in
4264yes:)
4265{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4266$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4267ac_tool_warned=yes ;;
4268esac
4269 CC=$ac_ct_CC
4270 fi
4271else
4272 CC="$ac_cv_prog_CC"
4273fi
4274
4275if test -z "$CC"; then
4276 if test -n "$ac_tool_prefix"; then
4277 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4278set dummy ${ac_tool_prefix}cc; ac_word=$2
4279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4280$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4281if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4282 $as_echo_n "(cached) " >&6
4283else
4284 if test -n "$CC"; then
4285 ac_cv_prog_CC="$CC" # Let the user override the test.
4286else
4287as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4288for as_dir in $PATH
4289do
4290 IFS=$as_save_IFS
4291 test -z "$as_dir" && as_dir=.
4292 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4294 ac_cv_prog_CC="${ac_tool_prefix}cc"
4295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 break 2
4297 fi
4298done
4299 done
4300IFS=$as_save_IFS
4301
4302fi
4303fi
4304CC=$ac_cv_prog_CC
4305if test -n "$CC"; then
4306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4307$as_echo "$CC" >&6; }
4308else
4309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4310$as_echo "no" >&6; }
4311fi
4312
4313
4314 fi
4315fi
4316if test -z "$CC"; then
4317 # Extract the first word of "cc", so it can be a program name with args.
4318set dummy cc; ac_word=$2
4319{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4320$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4321if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4322 $as_echo_n "(cached) " >&6
4323else
4324 if test -n "$CC"; then
4325 ac_cv_prog_CC="$CC" # Let the user override the test.
4326else
4327 ac_prog_rejected=no
4328as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4329for as_dir in $PATH
4330do
4331 IFS=$as_save_IFS
4332 test -z "$as_dir" && as_dir=.
4333 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4334 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4335 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4336 ac_prog_rejected=yes
4337 continue
4338 fi
4339 ac_cv_prog_CC="cc"
4340 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4341 break 2
4342 fi
4343done
4344 done
4345IFS=$as_save_IFS
4346
4347if test $ac_prog_rejected = yes; then
4348 # We found a bogon in the path, so make sure we never use it.
4349 set dummy $ac_cv_prog_CC
4350 shift
4351 if test $# != 0; then
4352 # We chose a different compiler from the bogus one.
4353 # However, it has the same basename, so the bogon will be chosen
4354 # first if we set CC to just the basename; use the full file name.
4355 shift
4356 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4357 fi
4358fi
4359fi
4360fi
4361CC=$ac_cv_prog_CC
4362if test -n "$CC"; then
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4364$as_echo "$CC" >&6; }
4365else
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4367$as_echo "no" >&6; }
4368fi
4369
4370
4371fi
4372if test -z "$CC"; then
4373 if test -n "$ac_tool_prefix"; then
4374 for ac_prog in cl.exe
4375 do
4376 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4377set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4378{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4379$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4380if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4381 $as_echo_n "(cached) " >&6
4382else
4383 if test -n "$CC"; then
4384 ac_cv_prog_CC="$CC" # Let the user override the test.
4385else
4386as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4387for as_dir in $PATH
4388do
4389 IFS=$as_save_IFS
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4393 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4395 break 2
4396 fi
4397done
4398 done
4399IFS=$as_save_IFS
4400
4401fi
4402fi
4403CC=$ac_cv_prog_CC
4404if test -n "$CC"; then
4405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4406$as_echo "$CC" >&6; }
4407else
4408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4409$as_echo "no" >&6; }
4410fi
4411
4412
4413 test -n "$CC" && break
4414 done
4415fi
4416if test -z "$CC"; then
4417 ac_ct_CC=$CC
4418 for ac_prog in cl.exe
4419do
4420 # Extract the first word of "$ac_prog", so it can be a program name with args.
4421set dummy $ac_prog; ac_word=$2
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4423$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4424if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4425 $as_echo_n "(cached) " >&6
4426else
4427 if test -n "$ac_ct_CC"; then
4428 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4429else
4430as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4431for as_dir in $PATH
4432do
4433 IFS=$as_save_IFS
4434 test -z "$as_dir" && as_dir=.
4435 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4436 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4437 ac_cv_prog_ac_ct_CC="$ac_prog"
4438 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4439 break 2
4440 fi
4441done
4442 done
4443IFS=$as_save_IFS
4444
4445fi
4446fi
4447ac_ct_CC=$ac_cv_prog_ac_ct_CC
4448if test -n "$ac_ct_CC"; then
4449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4450$as_echo "$ac_ct_CC" >&6; }
4451else
4452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4453$as_echo "no" >&6; }
4454fi
4455
4456
4457 test -n "$ac_ct_CC" && break
4458done
4459
4460 if test "x$ac_ct_CC" = x; then
4461 CC=""
4462 else
4463 case $cross_compiling:$ac_tool_warned in
4464yes:)
4465{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4466$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4467ac_tool_warned=yes ;;
4468esac
4469 CC=$ac_ct_CC
4470 fi
4471fi
4472
4473fi
4474
4475
4476test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4477$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4478as_fn_error $? "no acceptable C compiler found in \$PATH
4479See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4480
4481# Provide some information about the compiler.
4482$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4483set X $ac_compile
4484ac_compiler=$2
4485for ac_option in --version -v -V -qversion; do
4486 { { ac_try="$ac_compiler $ac_option >&5"
4487case "(($ac_try" in
4488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4489 *) ac_try_echo=$ac_try;;
4490esac
4491eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4492$as_echo "$ac_try_echo"; } >&5
4493 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4494 ac_status=$?
4495 if test -s conftest.err; then
4496 sed '10a\
4497... rest of stderr output deleted ...
4498 10q' conftest.err >conftest.er1
4499 cat conftest.er1 >&5
6bb11ab3 4500 fi
d0ac1c44 4501 rm -f conftest.er1 conftest.err
6bb11ab3
L
4502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4503 test $ac_status = 0; }
4504done
4505
4506cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4507/* end confdefs.h. */
4508
4509int
4510main ()
4511{
4512
4513 ;
4514 return 0;
4515}
4516_ACEOF
4517ac_clean_files_save=$ac_clean_files
d0ac1c44 4518ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4519# Try to create an executable without -o first, disregard a.out.
4520# It will help us diagnose broken compilers, and finding out an intuition
4521# of exeext.
d0ac1c44
SM
4522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4523$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4524ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4525
4526# The possible output files:
4527ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4528
4529ac_rmfiles=
4530for ac_file in $ac_files
4531do
4532 case $ac_file in
4533 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4534 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4535 esac
4536done
4537rm -f $ac_rmfiles
4538
4539if { { ac_try="$ac_link_default"
4540case "(($ac_try" in
4541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4542 *) ac_try_echo=$ac_try;;
4543esac
4544eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4545$as_echo "$ac_try_echo"; } >&5
4546 (eval "$ac_link_default") 2>&5
4547 ac_status=$?
4548 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4549 test $ac_status = 0; }; then :
4550 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4551# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4552# in a Makefile. We should not override ac_cv_exeext if it was cached,
4553# so that the user can short-circuit this test for compilers unknown to
4554# Autoconf.
4555for ac_file in $ac_files ''
4556do
4557 test -f "$ac_file" || continue
4558 case $ac_file in
4559 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4560 ;;
4561 [ab].out )
4562 # We found the default executable, but exeext='' is most
4563 # certainly right.
4564 break;;
4565 *.* )
4566 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4567 then :; else
4568 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4569 fi
4570 # We set ac_cv_exeext here because the later test for it is not
4571 # safe: cross compilers may not add the suffix if given an `-o'
4572 # argument, so we may need to know it at that point already.
4573 # Even if this section looks crufty: it has the advantage of
4574 # actually working.
4575 break;;
4576 * )
4577 break;;
4578 esac
4579done
4580test "$ac_cv_exeext" = no && ac_cv_exeext=
4581
4582else
4583 ac_file=''
4584fi
6bb11ab3 4585if test -z "$ac_file"; then :
d0ac1c44
SM
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4587$as_echo "no" >&6; }
4588$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4589sed 's/^/| /' conftest.$ac_ext >&5
4590
4591{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4592$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4593as_fn_error 77 "C compiler cannot create executables
4594See \`config.log' for more details" "$LINENO" 5; }
4595else
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4597$as_echo "yes" >&6; }
6bb11ab3 4598fi
d0ac1c44
SM
4599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4600$as_echo_n "checking for C compiler default output file name... " >&6; }
4601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4602$as_echo "$ac_file" >&6; }
6bb11ab3
L
4603ac_exeext=$ac_cv_exeext
4604
d0ac1c44 4605rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4606ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4607{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4608$as_echo_n "checking for suffix of executables... " >&6; }
4609if { { ac_try="$ac_link"
4610case "(($ac_try" in
4611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4612 *) ac_try_echo=$ac_try;;
4613esac
4614eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4615$as_echo "$ac_try_echo"; } >&5
4616 (eval "$ac_link") 2>&5
4617 ac_status=$?
4618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4619 test $ac_status = 0; }; then :
4620 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4621# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4622# work properly (i.e., refer to `conftest.exe'), while it won't with
4623# `rm'.
4624for ac_file in conftest.exe conftest conftest.*; do
4625 test -f "$ac_file" || continue
4626 case $ac_file in
4627 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4628 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4629 break;;
4630 * ) break;;
4631 esac
4632done
4633else
4634 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4635$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4636as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4637See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4638fi
d0ac1c44 4639rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4641$as_echo "$ac_cv_exeext" >&6; }
4642
4643rm -f conftest.$ac_ext
4644EXEEXT=$ac_cv_exeext
4645ac_exeext=$EXEEXT
d0ac1c44
SM
4646cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4647/* end confdefs.h. */
4648#include <stdio.h>
4649int
4650main ()
4651{
4652FILE *f = fopen ("conftest.out", "w");
4653 return ferror (f) || fclose (f) != 0;
4654
4655 ;
4656 return 0;
4657}
4658_ACEOF
4659ac_clean_files="$ac_clean_files conftest.out"
4660# Check that the compiler produces executables we can run. If not, either
4661# the compiler is broken, or we cross compile.
4662{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4663$as_echo_n "checking whether we are cross compiling... " >&6; }
4664if test "$cross_compiling" != yes; then
4665 { { ac_try="$ac_link"
4666case "(($ac_try" in
4667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668 *) ac_try_echo=$ac_try;;
4669esac
4670eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4671$as_echo "$ac_try_echo"; } >&5
4672 (eval "$ac_link") 2>&5
4673 ac_status=$?
4674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4675 test $ac_status = 0; }
4676 if { ac_try='./conftest$ac_cv_exeext'
4677 { { case "(($ac_try" in
4678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4679 *) ac_try_echo=$ac_try;;
4680esac
4681eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4682$as_echo "$ac_try_echo"; } >&5
4683 (eval "$ac_try") 2>&5
4684 ac_status=$?
4685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4686 test $ac_status = 0; }; }; then
4687 cross_compiling=no
4688 else
4689 if test "$cross_compiling" = maybe; then
4690 cross_compiling=yes
4691 else
4692 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4693$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4694as_fn_error $? "cannot run C compiled programs.
4695If you meant to cross compile, use \`--host'.
4696See \`config.log' for more details" "$LINENO" 5; }
4697 fi
4698 fi
4699fi
4700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4701$as_echo "$cross_compiling" >&6; }
4702
4703rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4704ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4706$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4707if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4708 $as_echo_n "(cached) " >&6
4709else
4710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4711/* end confdefs.h. */
4712
4713int
4714main ()
4715{
4716
4717 ;
4718 return 0;
4719}
4720_ACEOF
4721rm -f conftest.o conftest.obj
4722if { { ac_try="$ac_compile"
4723case "(($ac_try" in
4724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4725 *) ac_try_echo=$ac_try;;
4726esac
4727eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4728$as_echo "$ac_try_echo"; } >&5
4729 (eval "$ac_compile") 2>&5
4730 ac_status=$?
4731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4732 test $ac_status = 0; }; then :
4733 for ac_file in conftest.o conftest.obj conftest.*; do
4734 test -f "$ac_file" || continue;
4735 case $ac_file in
4736 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4737 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4738 break;;
4739 esac
4740done
4741else
4742 $as_echo "$as_me: failed program was:" >&5
4743sed 's/^/| /' conftest.$ac_ext >&5
4744
4745{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4746$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4747as_fn_error $? "cannot compute suffix of object files: cannot compile
4748See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4749fi
4750rm -f conftest.$ac_cv_objext conftest.$ac_ext
4751fi
4752{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4753$as_echo "$ac_cv_objext" >&6; }
4754OBJEXT=$ac_cv_objext
4755ac_objext=$OBJEXT
4756{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4757$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4758if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4759 $as_echo_n "(cached) " >&6
4760else
4761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4762/* end confdefs.h. */
4763
4764int
4765main ()
4766{
4767#ifndef __GNUC__
4768 choke me
4769#endif
4770
4771 ;
4772 return 0;
4773}
4774_ACEOF
4775if ac_fn_c_try_compile "$LINENO"; then :
4776 ac_compiler_gnu=yes
4777else
4778 ac_compiler_gnu=no
4779fi
4780rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4781ac_cv_c_compiler_gnu=$ac_compiler_gnu
4782
4783fi
4784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4785$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4786if test $ac_compiler_gnu = yes; then
4787 GCC=yes
4788else
4789 GCC=
4790fi
4791ac_test_CFLAGS=${CFLAGS+set}
4792ac_save_CFLAGS=$CFLAGS
4793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4794$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4795if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4796 $as_echo_n "(cached) " >&6
4797else
4798 ac_save_c_werror_flag=$ac_c_werror_flag
4799 ac_c_werror_flag=yes
4800 ac_cv_prog_cc_g=no
4801 CFLAGS="-g"
4802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4803/* end confdefs.h. */
4804
4805int
4806main ()
4807{
4808
4809 ;
4810 return 0;
4811}
4812_ACEOF
4813if ac_fn_c_try_compile "$LINENO"; then :
4814 ac_cv_prog_cc_g=yes
4815else
4816 CFLAGS=""
4817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4818/* end confdefs.h. */
4819
4820int
4821main ()
4822{
4823
4824 ;
4825 return 0;
4826}
4827_ACEOF
4828if ac_fn_c_try_compile "$LINENO"; then :
4829
4830else
4831 ac_c_werror_flag=$ac_save_c_werror_flag
4832 CFLAGS="-g"
4833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4834/* end confdefs.h. */
4835
4836int
4837main ()
4838{
4839
4840 ;
4841 return 0;
4842}
4843_ACEOF
4844if ac_fn_c_try_compile "$LINENO"; then :
4845 ac_cv_prog_cc_g=yes
4846fi
4847rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4848fi
4849rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4850fi
4851rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4852 ac_c_werror_flag=$ac_save_c_werror_flag
4853fi
4854{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4855$as_echo "$ac_cv_prog_cc_g" >&6; }
4856if test "$ac_test_CFLAGS" = set; then
4857 CFLAGS=$ac_save_CFLAGS
4858elif test $ac_cv_prog_cc_g = yes; then
4859 if test "$GCC" = yes; then
4860 CFLAGS="-g -O2"
4861 else
4862 CFLAGS="-g"
4863 fi
4864else
4865 if test "$GCC" = yes; then
4866 CFLAGS="-O2"
4867 else
4868 CFLAGS=
4869 fi
4870fi
4871{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4872$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4873if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4874 $as_echo_n "(cached) " >&6
4875else
4876 ac_cv_prog_cc_c89=no
4877ac_save_CC=$CC
4878cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4879/* end confdefs.h. */
4880#include <stdarg.h>
4881#include <stdio.h>
d0ac1c44 4882struct stat;
6bb11ab3
L
4883/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4884struct buf { int x; };
4885FILE * (*rcsopen) (struct buf *, struct stat *, int);
4886static char *e (p, i)
4887 char **p;
4888 int i;
4889{
4890 return p[i];
4891}
4892static char *f (char * (*g) (char **, int), char **p, ...)
4893{
4894 char *s;
4895 va_list v;
4896 va_start (v,p);
4897 s = g (p, va_arg (v,int));
4898 va_end (v);
4899 return s;
4900}
4901
4902/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4903 function prototypes and stuff, but not '\xHH' hex character constants.
4904 These don't provoke an error unfortunately, instead are silently treated
4905 as 'x'. The following induces an error, until -std is added to get
4906 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4907 array size at least. It's necessary to write '\x00'==0 to get something
4908 that's true only with -std. */
4909int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4910
4911/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4912 inside strings and character constants. */
4913#define FOO(x) 'x'
4914int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4915
4916int test (int i, double x);
4917struct s1 {int (*f) (int a);};
4918struct s2 {int (*f) (double a);};
4919int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4920int argc;
4921char **argv;
4922int
4923main ()
4924{
4925return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4926 ;
4927 return 0;
4928}
4929_ACEOF
4930for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4931 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4932do
4933 CC="$ac_save_CC $ac_arg"
4934 if ac_fn_c_try_compile "$LINENO"; then :
4935 ac_cv_prog_cc_c89=$ac_arg
4936fi
4937rm -f core conftest.err conftest.$ac_objext
4938 test "x$ac_cv_prog_cc_c89" != "xno" && break
4939done
4940rm -f conftest.$ac_ext
4941CC=$ac_save_CC
4942
4943fi
4944# AC_CACHE_VAL
4945case "x$ac_cv_prog_cc_c89" in
4946 x)
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4948$as_echo "none needed" >&6; } ;;
4949 xno)
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4951$as_echo "unsupported" >&6; } ;;
4952 *)
4953 CC="$CC $ac_cv_prog_cc_c89"
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4955$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4956esac
4957if test "x$ac_cv_prog_cc_c89" != xno; then :
4958
4959fi
4960
4961ac_ext=c
4962ac_cpp='$CPP $CPPFLAGS'
4963ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4964ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4965ac_compiler_gnu=$ac_cv_c_compiler_gnu
4966
4967ac_aux_dir=
4968for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
4969 if test -f "$ac_dir/install-sh"; then
4970 ac_aux_dir=$ac_dir
4971 ac_install_sh="$ac_aux_dir/install-sh -c"
4972 break
4973 elif test -f "$ac_dir/install.sh"; then
4974 ac_aux_dir=$ac_dir
4975 ac_install_sh="$ac_aux_dir/install.sh -c"
4976 break
4977 elif test -f "$ac_dir/shtool"; then
4978 ac_aux_dir=$ac_dir
4979 ac_install_sh="$ac_aux_dir/shtool install -c"
4980 break
4981 fi
6bb11ab3
L
4982done
4983if test -z "$ac_aux_dir"; then
d0ac1c44 4984 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
4985fi
4986
4987# These three variables are undocumented and unsupported,
4988# and are intended to be withdrawn in a future Autoconf release.
4989# They can cause serious problems if a builder's source tree is in a directory
4990# whose full name contains unusual characters.
4991ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4992ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4993ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4994
4995
4996# Make sure we can run config.sub.
4997$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 4998 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
4999
5000{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5001$as_echo_n "checking build system type... " >&6; }
d0ac1c44 5002if ${ac_cv_build+:} false; then :
6bb11ab3
L
5003 $as_echo_n "(cached) " >&6
5004else
5005 ac_build_alias=$build_alias
5006test "x$ac_build_alias" = x &&
5007 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5008test "x$ac_build_alias" = x &&
d0ac1c44 5009 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 5010ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5011 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
5012
5013fi
5014{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5015$as_echo "$ac_cv_build" >&6; }
5016case $ac_cv_build in
5017*-*-*) ;;
d0ac1c44 5018*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5019esac
5020build=$ac_cv_build
5021ac_save_IFS=$IFS; IFS='-'
5022set x $ac_cv_build
5023shift
5024build_cpu=$1
5025build_vendor=$2
5026shift; shift
5027# Remember, the first character of IFS is used to create $*,
5028# except with old shells:
5029build_os=$*
5030IFS=$ac_save_IFS
5031case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5032
5033
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5035$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5036if ${ac_cv_host+:} false; then :
6bb11ab3
L
5037 $as_echo_n "(cached) " >&6
5038else
5039 if test "x$host_alias" = x; then
5040 ac_cv_host=$ac_cv_build
5041else
5042 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5043 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5044fi
5045
5046fi
5047{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5048$as_echo "$ac_cv_host" >&6; }
5049case $ac_cv_host in
5050*-*-*) ;;
d0ac1c44 5051*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5052esac
5053host=$ac_cv_host
5054ac_save_IFS=$IFS; IFS='-'
5055set x $ac_cv_host
5056shift
5057host_cpu=$1
5058host_vendor=$2
5059shift; shift
5060# Remember, the first character of IFS is used to create $*,
5061# except with old shells:
5062host_os=$*
5063IFS=$ac_save_IFS
5064case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5065
5066
5067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5068$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5069if ${ac_cv_target+:} false; then :
6bb11ab3
L
5070 $as_echo_n "(cached) " >&6
5071else
5072 if test "x$target_alias" = x; then
5073 ac_cv_target=$ac_cv_host
5074else
5075 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5076 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5077fi
5078
5079fi
5080{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5081$as_echo "$ac_cv_target" >&6; }
5082case $ac_cv_target in
5083*-*-*) ;;
d0ac1c44 5084*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5085esac
5086target=$ac_cv_target
5087ac_save_IFS=$IFS; IFS='-'
5088set x $ac_cv_target
5089shift
5090target_cpu=$1
5091target_vendor=$2
5092shift; shift
5093# Remember, the first character of IFS is used to create $*,
5094# except with old shells:
5095target_os=$*
5096IFS=$ac_save_IFS
5097case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5098
5099
5100# The aliases save the names the user supplied, while $host etc.
5101# will get canonicalized.
5102test -n "$target_alias" &&
5103 test "$program_prefix$program_suffix$program_transform_name" = \
5104 NONENONEs,x,x, &&
5105 program_prefix=${target_alias}-
5106
5107ac_ext=c
5108ac_cpp='$CPP $CPPFLAGS'
5109ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5110ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5111ac_compiler_gnu=$ac_cv_c_compiler_gnu
5112{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5113$as_echo_n "checking how to run the C preprocessor... " >&6; }
5114# On Suns, sometimes $CPP names a directory.
5115if test -n "$CPP" && test -d "$CPP"; then
5116 CPP=
5117fi
5118if test -z "$CPP"; then
d0ac1c44 5119 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5120 $as_echo_n "(cached) " >&6
5121else
5122 # Double quotes because CPP needs to be expanded
5123 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5124 do
5125 ac_preproc_ok=false
5126for ac_c_preproc_warn_flag in '' yes
5127do
5128 # Use a header file that comes with gcc, so configuring glibc
5129 # with a fresh cross-compiler works.
5130 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5131 # <limits.h> exists even on freestanding compilers.
5132 # On the NeXT, cc -E runs the code through the compiler's parser,
5133 # not just through cpp. "Syntax error" is here to catch this case.
5134 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5135/* end confdefs.h. */
5136#ifdef __STDC__
5137# include <limits.h>
5138#else
5139# include <assert.h>
5140#endif
5141 Syntax error
5142_ACEOF
5143if ac_fn_c_try_cpp "$LINENO"; then :
5144
5145else
5146 # Broken: fails on valid input.
5147continue
5148fi
d0ac1c44 5149rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5150
5151 # OK, works on sane cases. Now check whether nonexistent headers
5152 # can be detected and how.
5153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5154/* end confdefs.h. */
5155#include <ac_nonexistent.h>
5156_ACEOF
5157if ac_fn_c_try_cpp "$LINENO"; then :
5158 # Broken: success on invalid input.
5159continue
5160else
5161 # Passes both tests.
5162ac_preproc_ok=:
5163break
5164fi
d0ac1c44 5165rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5166
5167done
5168# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5169rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5170if $ac_preproc_ok; then :
5171 break
5172fi
5173
5174 done
5175 ac_cv_prog_CPP=$CPP
5176
5177fi
5178 CPP=$ac_cv_prog_CPP
5179else
5180 ac_cv_prog_CPP=$CPP
5181fi
5182{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5183$as_echo "$CPP" >&6; }
5184ac_preproc_ok=false
5185for ac_c_preproc_warn_flag in '' yes
5186do
5187 # Use a header file that comes with gcc, so configuring glibc
5188 # with a fresh cross-compiler works.
5189 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5190 # <limits.h> exists even on freestanding compilers.
5191 # On the NeXT, cc -E runs the code through the compiler's parser,
5192 # not just through cpp. "Syntax error" is here to catch this case.
5193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5194/* end confdefs.h. */
5195#ifdef __STDC__
5196# include <limits.h>
5197#else
5198# include <assert.h>
5199#endif
5200 Syntax error
5201_ACEOF
5202if ac_fn_c_try_cpp "$LINENO"; then :
5203
5204else
5205 # Broken: fails on valid input.
5206continue
5207fi
d0ac1c44 5208rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5209
5210 # OK, works on sane cases. Now check whether nonexistent headers
5211 # can be detected and how.
5212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5213/* end confdefs.h. */
5214#include <ac_nonexistent.h>
5215_ACEOF
5216if ac_fn_c_try_cpp "$LINENO"; then :
5217 # Broken: success on invalid input.
5218continue
5219else
5220 # Passes both tests.
5221ac_preproc_ok=:
5222break
5223fi
d0ac1c44 5224rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5225
5226done
5227# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5228rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5229if $ac_preproc_ok; then :
5230
5231else
5232 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5233$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5234as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5235See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5236fi
5237
5238ac_ext=c
5239ac_cpp='$CPP $CPPFLAGS'
5240ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5241ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5242ac_compiler_gnu=$ac_cv_c_compiler_gnu
5243
5244
5245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5246$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5247if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5248 $as_echo_n "(cached) " >&6
5249else
5250 if test -z "$GREP"; then
5251 ac_path_GREP_found=false
5252 # Loop through the user's path and test for each of PROGNAME-LIST
5253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5254for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5255do
5256 IFS=$as_save_IFS
5257 test -z "$as_dir" && as_dir=.
5258 for ac_prog in grep ggrep; do
5259 for ac_exec_ext in '' $ac_executable_extensions; do
5260 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5261 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5262# Check for GNU ac_path_GREP and select it if it is found.
5263 # Check for GNU $ac_path_GREP
5264case `"$ac_path_GREP" --version 2>&1` in
5265*GNU*)
5266 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5267*)
5268 ac_count=0
5269 $as_echo_n 0123456789 >"conftest.in"
5270 while :
5271 do
5272 cat "conftest.in" "conftest.in" >"conftest.tmp"
5273 mv "conftest.tmp" "conftest.in"
5274 cp "conftest.in" "conftest.nl"
5275 $as_echo 'GREP' >> "conftest.nl"
5276 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5277 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5278 as_fn_arith $ac_count + 1 && ac_count=$as_val
5279 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5280 # Best one so far, save it but keep looking for a better one
5281 ac_cv_path_GREP="$ac_path_GREP"
5282 ac_path_GREP_max=$ac_count
5283 fi
5284 # 10*(2^10) chars as input seems more than enough
5285 test $ac_count -gt 10 && break
5286 done
5287 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5288esac
5289
5290 $ac_path_GREP_found && break 3
5291 done
5292 done
5293 done
5294IFS=$as_save_IFS
5295 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5296 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5297 fi
5298else
5299 ac_cv_path_GREP=$GREP
5300fi
5301
5302fi
5303{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5304$as_echo "$ac_cv_path_GREP" >&6; }
5305 GREP="$ac_cv_path_GREP"
5306
5307
5308{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5309$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5310if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5311 $as_echo_n "(cached) " >&6
5312else
5313 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5314 then ac_cv_path_EGREP="$GREP -E"
5315 else
5316 if test -z "$EGREP"; then
5317 ac_path_EGREP_found=false
5318 # Loop through the user's path and test for each of PROGNAME-LIST
5319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5320for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5321do
5322 IFS=$as_save_IFS
5323 test -z "$as_dir" && as_dir=.
5324 for ac_prog in egrep; do
5325 for ac_exec_ext in '' $ac_executable_extensions; do
5326 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5327 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5328# Check for GNU ac_path_EGREP and select it if it is found.
5329 # Check for GNU $ac_path_EGREP
5330case `"$ac_path_EGREP" --version 2>&1` in
5331*GNU*)
5332 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5333*)
5334 ac_count=0
5335 $as_echo_n 0123456789 >"conftest.in"
5336 while :
5337 do
5338 cat "conftest.in" "conftest.in" >"conftest.tmp"
5339 mv "conftest.tmp" "conftest.in"
5340 cp "conftest.in" "conftest.nl"
5341 $as_echo 'EGREP' >> "conftest.nl"
5342 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5343 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5344 as_fn_arith $ac_count + 1 && ac_count=$as_val
5345 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5346 # Best one so far, save it but keep looking for a better one
5347 ac_cv_path_EGREP="$ac_path_EGREP"
5348 ac_path_EGREP_max=$ac_count
5349 fi
5350 # 10*(2^10) chars as input seems more than enough
5351 test $ac_count -gt 10 && break
5352 done
5353 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5354esac
5355
5356 $ac_path_EGREP_found && break 3
5357 done
5358 done
5359 done
5360IFS=$as_save_IFS
5361 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5362 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5363 fi
5364else
5365 ac_cv_path_EGREP=$EGREP
5366fi
5367
5368 fi
5369fi
5370{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5371$as_echo "$ac_cv_path_EGREP" >&6; }
5372 EGREP="$ac_cv_path_EGREP"
5373
5374
5375{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5376$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5377if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5378 $as_echo_n "(cached) " >&6
5379else
5380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5381/* end confdefs.h. */
5382#include <stdlib.h>
5383#include <stdarg.h>
5384#include <string.h>
5385#include <float.h>
5386
5387int
5388main ()
5389{
5390
5391 ;
5392 return 0;
5393}
5394_ACEOF
5395if ac_fn_c_try_compile "$LINENO"; then :
5396 ac_cv_header_stdc=yes
5397else
5398 ac_cv_header_stdc=no
5399fi
5400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5401
5402if test $ac_cv_header_stdc = yes; then
5403 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5404 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5405/* end confdefs.h. */
5406#include <string.h>
5407
5408_ACEOF
5409if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5410 $EGREP "memchr" >/dev/null 2>&1; then :
5411
5412else
5413 ac_cv_header_stdc=no
5414fi
5415rm -f conftest*
5416
5417fi
5418
5419if test $ac_cv_header_stdc = yes; then
5420 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5422/* end confdefs.h. */
5423#include <stdlib.h>
5424
5425_ACEOF
5426if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5427 $EGREP "free" >/dev/null 2>&1; then :
5428
5429else
5430 ac_cv_header_stdc=no
5431fi
5432rm -f conftest*
5433
5434fi
5435
5436if test $ac_cv_header_stdc = yes; then
5437 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5438 if test "$cross_compiling" = yes; then :
5439 :
5440else
5441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5442/* end confdefs.h. */
5443#include <ctype.h>
5444#include <stdlib.h>
5445#if ((' ' & 0x0FF) == 0x020)
5446# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5447# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5448#else
5449# define ISLOWER(c) \
5450 (('a' <= (c) && (c) <= 'i') \
5451 || ('j' <= (c) && (c) <= 'r') \
5452 || ('s' <= (c) && (c) <= 'z'))
5453# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5454#endif
5455
5456#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5457int
5458main ()
5459{
5460 int i;
5461 for (i = 0; i < 256; i++)
5462 if (XOR (islower (i), ISLOWER (i))
5463 || toupper (i) != TOUPPER (i))
5464 return 2;
5465 return 0;
5466}
5467_ACEOF
5468if ac_fn_c_try_run "$LINENO"; then :
5469
5470else
5471 ac_cv_header_stdc=no
5472fi
5473rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5474 conftest.$ac_objext conftest.beam conftest.$ac_ext
5475fi
5476
5477fi
5478fi
5479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5480$as_echo "$ac_cv_header_stdc" >&6; }
5481if test $ac_cv_header_stdc = yes; then
5482
5483$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5484
5485fi
5486
5487# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5488for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5489 inttypes.h stdint.h unistd.h
5490do :
5491 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5492ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5493"
d0ac1c44 5494if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5495 cat >>confdefs.h <<_ACEOF
5496#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5497_ACEOF
5498
5499fi
5500
5501done
5502
5503
5504
5505 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5506if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5507 MINIX=yes
5508else
5509 MINIX=
5510fi
5511
5512
5513 if test "$MINIX" = yes; then
5514
5515$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5516
5517
5518$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5519
5520
5521$as_echo "#define _MINIX 1" >>confdefs.h
5522
5523 fi
5524
5525
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5527$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5528if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5529 $as_echo_n "(cached) " >&6
5530else
5531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5532/* end confdefs.h. */
5533
d0ac1c44
SM
5534# define __EXTENSIONS__ 1
5535 $ac_includes_default
6bb11ab3
L
5536int
5537main ()
5538{
5539
5540 ;
5541 return 0;
5542}
5543_ACEOF
5544if ac_fn_c_try_compile "$LINENO"; then :
5545 ac_cv_safe_to_define___extensions__=yes
5546else
5547 ac_cv_safe_to_define___extensions__=no
5548fi
5549rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5550fi
5551{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5552$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5553 test $ac_cv_safe_to_define___extensions__ = yes &&
5554 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5555
5556 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5557
5558 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5559
5560 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5561
5562 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5563
5564
5565test "$program_prefix" != NONE &&
5566 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5567# Use a double $ so make ignores it.
5568test "$program_suffix" != NONE &&
5569 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5570# Double any \ or $.
5571# By default was `s,x,x', remove it if useless.
5572ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5573program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5574
5575# Find a good install program. We prefer a C program (faster),
5576# so one script is as good as another. But avoid the broken or
5577# incompatible versions:
5578# SysV /etc/install, /usr/sbin/install
5579# SunOS /usr/etc/install
5580# IRIX /sbin/install
5581# AIX /bin/install
5582# AmigaOS /C/install, which installs bootblocks on floppy discs
5583# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5584# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5585# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5586# OS/2's system install, which has a completely different semantic
5587# ./install, which can be erroneously created by make from ./install.sh.
5588# Reject install programs that cannot install multiple files.
5589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5590$as_echo_n "checking for a BSD-compatible install... " >&6; }
5591if test -z "$INSTALL"; then
d0ac1c44 5592if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5593 $as_echo_n "(cached) " >&6
5594else
5595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5596for as_dir in $PATH
5597do
5598 IFS=$as_save_IFS
5599 test -z "$as_dir" && as_dir=.
5600 # Account for people who put trailing slashes in PATH elements.
5601case $as_dir/ in #((
5602 ./ | .// | /[cC]/* | \
5603 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5604 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5605 /usr/ucb/* ) ;;
5606 *)
5607 # OSF1 and SCO ODT 3.0 have their own names for install.
5608 # Don't use installbsd from OSF since it installs stuff as root
5609 # by default.
5610 for ac_prog in ginstall scoinst install; do
5611 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5612 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5613 if test $ac_prog = install &&
5614 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5615 # AIX install. It has an incompatible calling convention.
5616 :
5617 elif test $ac_prog = install &&
5618 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5619 # program-specific install script used by HP pwplus--don't use.
5620 :
5621 else
5622 rm -rf conftest.one conftest.two conftest.dir
5623 echo one > conftest.one
5624 echo two > conftest.two
5625 mkdir conftest.dir
5626 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5627 test -s conftest.one && test -s conftest.two &&
5628 test -s conftest.dir/conftest.one &&
5629 test -s conftest.dir/conftest.two
5630 then
5631 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5632 break 3
5633 fi
5634 fi
5635 fi
5636 done
5637 done
5638 ;;
5639esac
5640
5641 done
5642IFS=$as_save_IFS
5643
5644rm -rf conftest.one conftest.two conftest.dir
5645
5646fi
5647 if test "${ac_cv_path_install+set}" = set; then
5648 INSTALL=$ac_cv_path_install
5649 else
5650 # As a last resort, use the slow shell script. Don't cache a
5651 # value for INSTALL within a source directory, because that will
5652 # break other packages using the cache if that directory is
5653 # removed, or if the value is a relative name.
5654 INSTALL=$ac_install_sh
5655 fi
5656fi
5657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5658$as_echo "$INSTALL" >&6; }
5659
5660# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5661# It thinks the first close brace ends the variable substitution.
5662test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5663
5664test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5665
5666test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5667
5668rm -rf .tst 2>/dev/null
5669mkdir .tst 2>/dev/null
5670if test -d .tst; then
5671 am__leading_dot=.
5672else
5673 am__leading_dot=_
5674fi
5675rmdir .tst 2>/dev/null
5676
5677DEPDIR="${am__leading_dot}deps"
5678
5679case `pwd` in
5680 *\ * | *\ *)
5681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5682$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5683esac
5684
5685
5686
5687macro_version='2.2.7a'
5688macro_revision='1.3134'
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702ltmain="$ac_aux_dir/ltmain.sh"
5703
5704# Backslashify metacharacters that are still active within
5705# double-quoted strings.
5706sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5707
5708# Same as above, but do not quote variable references.
5709double_quote_subst='s/\(["`\\]\)/\\\1/g'
5710
5711# Sed substitution to delay expansion of an escaped shell variable in a
5712# double_quote_subst'ed string.
5713delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5714
5715# Sed substitution to delay expansion of an escaped single quote.
5716delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5717
5718# Sed substitution to avoid accidental globbing in evaled expressions
5719no_glob_subst='s/\*/\\\*/g'
5720
5721ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5722ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5723ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5724
5725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5726$as_echo_n "checking how to print strings... " >&6; }
5727# Test print first, because it will be a builtin if present.
5728if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5729 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5730 ECHO='print -r --'
5731elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5732 ECHO='printf %s\n'
5733else
5734 # Use this function as a fallback that always works.
5735 func_fallback_echo ()
5736 {
5737 eval 'cat <<_LTECHO_EOF
5738$1
5739_LTECHO_EOF'
5740 }
5741 ECHO='func_fallback_echo'
5742fi
5743
5744# func_echo_all arg...
5745# Invoke $ECHO with all args, space-separated.
5746func_echo_all ()
5747{
5748 $ECHO ""
5749}
5750
5751case "$ECHO" in
5752 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5753$as_echo "printf" >&6; } ;;
5754 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5755$as_echo "print -r" >&6; } ;;
5756 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5757$as_echo "cat" >&6; } ;;
5758esac
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5774$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5775if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5776 $as_echo_n "(cached) " >&6
5777else
5778 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5779 for ac_i in 1 2 3 4 5 6 7; do
5780 ac_script="$ac_script$as_nl$ac_script"
5781 done
5782 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5783 { ac_script=; unset ac_script;}
5784 if test -z "$SED"; then
5785 ac_path_SED_found=false
5786 # Loop through the user's path and test for each of PROGNAME-LIST
5787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5788for as_dir in $PATH
5789do
5790 IFS=$as_save_IFS
5791 test -z "$as_dir" && as_dir=.
5792 for ac_prog in sed gsed; do
5793 for ac_exec_ext in '' $ac_executable_extensions; do
5794 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5795 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5796# Check for GNU ac_path_SED and select it if it is found.
5797 # Check for GNU $ac_path_SED
5798case `"$ac_path_SED" --version 2>&1` in
5799*GNU*)
5800 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5801*)
5802 ac_count=0
5803 $as_echo_n 0123456789 >"conftest.in"
5804 while :
5805 do
5806 cat "conftest.in" "conftest.in" >"conftest.tmp"
5807 mv "conftest.tmp" "conftest.in"
5808 cp "conftest.in" "conftest.nl"
5809 $as_echo '' >> "conftest.nl"
5810 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5811 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5812 as_fn_arith $ac_count + 1 && ac_count=$as_val
5813 if test $ac_count -gt ${ac_path_SED_max-0}; then
5814 # Best one so far, save it but keep looking for a better one
5815 ac_cv_path_SED="$ac_path_SED"
5816 ac_path_SED_max=$ac_count
5817 fi
5818 # 10*(2^10) chars as input seems more than enough
5819 test $ac_count -gt 10 && break
5820 done
5821 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5822esac
5823
5824 $ac_path_SED_found && break 3
5825 done
5826 done
5827 done
5828IFS=$as_save_IFS
5829 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5830 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5831 fi
5832else
5833 ac_cv_path_SED=$SED
5834fi
5835
5836fi
5837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5838$as_echo "$ac_cv_path_SED" >&6; }
5839 SED="$ac_cv_path_SED"
5840 rm -f conftest.sed
5841
5842test -z "$SED" && SED=sed
5843Xsed="$SED -e 1s/^X//"
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5856$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5857if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5858 $as_echo_n "(cached) " >&6
5859else
5860 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5861 then ac_cv_path_FGREP="$GREP -F"
5862 else
5863 if test -z "$FGREP"; then
5864 ac_path_FGREP_found=false
5865 # Loop through the user's path and test for each of PROGNAME-LIST
5866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5867for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5868do
5869 IFS=$as_save_IFS
5870 test -z "$as_dir" && as_dir=.
5871 for ac_prog in fgrep; do
5872 for ac_exec_ext in '' $ac_executable_extensions; do
5873 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5874 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5875# Check for GNU ac_path_FGREP and select it if it is found.
5876 # Check for GNU $ac_path_FGREP
5877case `"$ac_path_FGREP" --version 2>&1` in
5878*GNU*)
5879 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5880*)
5881 ac_count=0
5882 $as_echo_n 0123456789 >"conftest.in"
5883 while :
5884 do
5885 cat "conftest.in" "conftest.in" >"conftest.tmp"
5886 mv "conftest.tmp" "conftest.in"
5887 cp "conftest.in" "conftest.nl"
5888 $as_echo 'FGREP' >> "conftest.nl"
5889 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5890 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5891 as_fn_arith $ac_count + 1 && ac_count=$as_val
5892 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5893 # Best one so far, save it but keep looking for a better one
5894 ac_cv_path_FGREP="$ac_path_FGREP"
5895 ac_path_FGREP_max=$ac_count
5896 fi
5897 # 10*(2^10) chars as input seems more than enough
5898 test $ac_count -gt 10 && break
5899 done
5900 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5901esac
5902
5903 $ac_path_FGREP_found && break 3
5904 done
5905 done
5906 done
5907IFS=$as_save_IFS
5908 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5909 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5910 fi
5911else
5912 ac_cv_path_FGREP=$FGREP
5913fi
5914
5915 fi
5916fi
5917{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5918$as_echo "$ac_cv_path_FGREP" >&6; }
5919 FGREP="$ac_cv_path_FGREP"
5920
5921
5922test -z "$GREP" && GREP=grep
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942# Check whether --with-gnu-ld was given.
5943if test "${with_gnu_ld+set}" = set; then :
5944 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5945else
5946 with_gnu_ld=no
5947fi
5948
5949ac_prog=ld
5950if test "$GCC" = yes; then
5951 # Check if gcc -print-prog-name=ld gives a path.
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5953$as_echo_n "checking for ld used by $CC... " >&6; }
5954 case $host in
5955 *-*-mingw*)
5956 # gcc leaves a trailing carriage return which upsets mingw
5957 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5958 *)
5959 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5960 esac
5961 case $ac_prog in
5962 # Accept absolute paths.
5963 [\\/]* | ?:[\\/]*)
5964 re_direlt='/[^/][^/]*/\.\./'
5965 # Canonicalize the pathname of ld
5966 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5967 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5968 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5969 done
5970 test -z "$LD" && LD="$ac_prog"
5971 ;;
5972 "")
5973 # If it fails, then pretend we aren't using GCC.
5974 ac_prog=ld
5975 ;;
5976 *)
5977 # If it is relative, then search for the first ld in PATH.
5978 with_gnu_ld=unknown
5979 ;;
5980 esac
5981elif test "$with_gnu_ld" = yes; then
5982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5983$as_echo_n "checking for GNU ld... " >&6; }
5984else
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5986$as_echo_n "checking for non-GNU ld... " >&6; }
5987fi
d0ac1c44 5988if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
5989 $as_echo_n "(cached) " >&6
5990else
5991 if test -z "$LD"; then
5992 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5993 for ac_dir in $PATH; do
5994 IFS="$lt_save_ifs"
5995 test -z "$ac_dir" && ac_dir=.
5996 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5997 lt_cv_path_LD="$ac_dir/$ac_prog"
5998 # Check to see if the program is GNU ld. I'd rather use --version,
5999 # but apparently some variants of GNU ld only accept -v.
6000 # Break only if it was the GNU/non-GNU ld that we prefer.
6001 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6002 *GNU* | *'with BFD'*)
6003 test "$with_gnu_ld" != no && break
6004 ;;
6005 *)
6006 test "$with_gnu_ld" != yes && break
6007 ;;
6008 esac
6009 fi
6010 done
6011 IFS="$lt_save_ifs"
6012else
6013 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6014fi
6015fi
6016
6017LD="$lt_cv_path_LD"
6018if test -n "$LD"; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6020$as_echo "$LD" >&6; }
6021else
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6023$as_echo "no" >&6; }
6024fi
d0ac1c44 6025test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6026{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6027$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6028if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6029 $as_echo_n "(cached) " >&6
6030else
6031 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6032case `$LD -v 2>&1 </dev/null` in
6033*GNU* | *'with BFD'*)
6034 lt_cv_prog_gnu_ld=yes
6035 ;;
6036*)
6037 lt_cv_prog_gnu_ld=no
6038 ;;
6039esac
6040fi
6041{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6042$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6043with_gnu_ld=$lt_cv_prog_gnu_ld
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6054$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6055if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6056 $as_echo_n "(cached) " >&6
6057else
6058 if test -n "$NM"; then
6059 # Let the user override the test.
6060 lt_cv_path_NM="$NM"
6061else
6062 lt_nm_to_check="${ac_tool_prefix}nm"
6063 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6064 lt_nm_to_check="$lt_nm_to_check nm"
6065 fi
6066 for lt_tmp_nm in $lt_nm_to_check; do
6067 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6068 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6069 IFS="$lt_save_ifs"
6070 test -z "$ac_dir" && ac_dir=.
6071 tmp_nm="$ac_dir/$lt_tmp_nm"
6072 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6073 # Check to see if the nm accepts a BSD-compat flag.
6074 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6075 # nm: unknown option "B" ignored
6076 # Tru64's nm complains that /dev/null is an invalid object file
6077 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6078 */dev/null* | *'Invalid file or object type'*)
6079 lt_cv_path_NM="$tmp_nm -B"
6080 break
6081 ;;
6082 *)
6083 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6084 */dev/null*)
6085 lt_cv_path_NM="$tmp_nm -p"
6086 break
6087 ;;
6088 *)
6089 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6090 continue # so that we can try to find one that supports BSD flags
6091 ;;
6092 esac
6093 ;;
6094 esac
6095 fi
6096 done
6097 IFS="$lt_save_ifs"
6098 done
6099 : ${lt_cv_path_NM=no}
6100fi
6101fi
6102{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6103$as_echo "$lt_cv_path_NM" >&6; }
6104if test "$lt_cv_path_NM" != "no"; then
6105 NM="$lt_cv_path_NM"
6106else
6107 # Didn't find any BSD compatible name lister, look for dumpbin.
6108 if test -n "$DUMPBIN"; then :
6109 # Let the user override the test.
6110 else
6111 if test -n "$ac_tool_prefix"; then
6112 for ac_prog in dumpbin "link -dump"
6113 do
6114 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6115set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6116{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6117$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6118if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6119 $as_echo_n "(cached) " >&6
6120else
6121 if test -n "$DUMPBIN"; then
6122 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6123else
6124as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125for as_dir in $PATH
6126do
6127 IFS=$as_save_IFS
6128 test -z "$as_dir" && as_dir=.
6129 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6130 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6131 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6133 break 2
6134 fi
6135done
6136 done
6137IFS=$as_save_IFS
6138
6139fi
6140fi
6141DUMPBIN=$ac_cv_prog_DUMPBIN
6142if test -n "$DUMPBIN"; then
6143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6144$as_echo "$DUMPBIN" >&6; }
6145else
6146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6147$as_echo "no" >&6; }
6148fi
6149
6150
6151 test -n "$DUMPBIN" && break
6152 done
6153fi
6154if test -z "$DUMPBIN"; then
6155 ac_ct_DUMPBIN=$DUMPBIN
6156 for ac_prog in dumpbin "link -dump"
6157do
6158 # Extract the first word of "$ac_prog", so it can be a program name with args.
6159set dummy $ac_prog; ac_word=$2
6160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6161$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6162if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6163 $as_echo_n "(cached) " >&6
6164else
6165 if test -n "$ac_ct_DUMPBIN"; then
6166 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6167else
6168as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6169for as_dir in $PATH
6170do
6171 IFS=$as_save_IFS
6172 test -z "$as_dir" && as_dir=.
6173 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6175 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6177 break 2
6178 fi
6179done
6180 done
6181IFS=$as_save_IFS
6182
6183fi
6184fi
6185ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6186if test -n "$ac_ct_DUMPBIN"; then
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6188$as_echo "$ac_ct_DUMPBIN" >&6; }
6189else
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6191$as_echo "no" >&6; }
6192fi
6193
6194
6195 test -n "$ac_ct_DUMPBIN" && break
6196done
6197
6198 if test "x$ac_ct_DUMPBIN" = x; then
6199 DUMPBIN=":"
6200 else
6201 case $cross_compiling:$ac_tool_warned in
6202yes:)
6203{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6204$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6205ac_tool_warned=yes ;;
6206esac
6207 DUMPBIN=$ac_ct_DUMPBIN
6208 fi
6209fi
6210
6211 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6212 *COFF*)
6213 DUMPBIN="$DUMPBIN -symbols"
6214 ;;
6215 *)
6216 DUMPBIN=:
6217 ;;
6218 esac
6219 fi
6220
6221 if test "$DUMPBIN" != ":"; then
6222 NM="$DUMPBIN"
6223 fi
6224fi
6225test -z "$NM" && NM=nm
6226
6227
6228
6229
6230
6231
6232{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6233$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6234if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6235 $as_echo_n "(cached) " >&6
6236else
6237 lt_cv_nm_interface="BSD nm"
6238 echo "int some_variable = 0;" > conftest.$ac_ext
6239 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6240 (eval "$ac_compile" 2>conftest.err)
6241 cat conftest.err >&5
6242 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6243 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6244 cat conftest.err >&5
6245 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6246 cat conftest.out >&5
6247 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6248 lt_cv_nm_interface="MS dumpbin"
6249 fi
6250 rm -f conftest*
6251fi
6252{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6253$as_echo "$lt_cv_nm_interface" >&6; }
6254
6255{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6256$as_echo_n "checking whether ln -s works... " >&6; }
6257LN_S=$as_ln_s
6258if test "$LN_S" = "ln -s"; then
6259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6260$as_echo "yes" >&6; }
6261else
6262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6263$as_echo "no, using $LN_S" >&6; }
6264fi
6265
6266# find the maximum length of command line arguments
6267{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6268$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6269if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6270 $as_echo_n "(cached) " >&6
6271else
6272 i=0
6273 teststring="ABCD"
6274
6275 case $build_os in
6276 msdosdjgpp*)
6277 # On DJGPP, this test can blow up pretty badly due to problems in libc
6278 # (any single argument exceeding 2000 bytes causes a buffer overrun
6279 # during glob expansion). Even if it were fixed, the result of this
6280 # check would be larger than it should be.
6281 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6282 ;;
6283
6284 gnu*)
6285 # Under GNU Hurd, this test is not required because there is
6286 # no limit to the length of command line arguments.
6287 # Libtool will interpret -1 as no limit whatsoever
6288 lt_cv_sys_max_cmd_len=-1;
6289 ;;
6290
6291 cygwin* | mingw* | cegcc*)
6292 # On Win9x/ME, this test blows up -- it succeeds, but takes
6293 # about 5 minutes as the teststring grows exponentially.
6294 # Worse, since 9x/ME are not pre-emptively multitasking,
6295 # you end up with a "frozen" computer, even though with patience
6296 # the test eventually succeeds (with a max line length of 256k).
6297 # Instead, let's just punt: use the minimum linelength reported by
6298 # all of the supported platforms: 8192 (on NT/2K/XP).
6299 lt_cv_sys_max_cmd_len=8192;
6300 ;;
6301
6302 mint*)
6303 # On MiNT this can take a long time and run out of memory.
6304 lt_cv_sys_max_cmd_len=8192;
6305 ;;
6306
6307 amigaos*)
6308 # On AmigaOS with pdksh, this test takes hours, literally.
6309 # So we just punt and use a minimum line length of 8192.
6310 lt_cv_sys_max_cmd_len=8192;
6311 ;;
6312
6313 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6314 # This has been around since 386BSD, at least. Likely further.
6315 if test -x /sbin/sysctl; then
6316 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6317 elif test -x /usr/sbin/sysctl; then
6318 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6319 else
6320 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6321 fi
6322 # And add a safety zone
6323 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6324 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6325 ;;
6326
6327 interix*)
6328 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6329 lt_cv_sys_max_cmd_len=196608
6330 ;;
6331
6332 osf*)
6333 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6334 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6335 # nice to cause kernel panics so lets avoid the loop below.
6336 # First set a reasonable default.
6337 lt_cv_sys_max_cmd_len=16384
6338 #
6339 if test -x /sbin/sysconfig; then
6340 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6341 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6342 esac
6343 fi
6344 ;;
6345 sco3.2v5*)
6346 lt_cv_sys_max_cmd_len=102400
6347 ;;
6348 sysv5* | sco5v6* | sysv4.2uw2*)
6349 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6350 if test -n "$kargmax"; then
6351 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6352 else
6353 lt_cv_sys_max_cmd_len=32768
6354 fi
6355 ;;
6356 *)
6357 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6358 if test -n "$lt_cv_sys_max_cmd_len"; then
6359 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6360 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6361 else
6362 # Make teststring a little bigger before we do anything with it.
6363 # a 1K string should be a reasonable start.
6364 for i in 1 2 3 4 5 6 7 8 ; do
6365 teststring=$teststring$teststring
6366 done
6367 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6368 # If test is not a shell built-in, we'll probably end up computing a
6369 # maximum length that is only half of the actual maximum length, but
6370 # we can't tell.
6371 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6372 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6373 test $i != 17 # 1/2 MB should be enough
6374 do
6375 i=`expr $i + 1`
6376 teststring=$teststring$teststring
6377 done
6378 # Only check the string length outside the loop.
6379 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6380 teststring=
6381 # Add a significant safety factor because C++ compilers can tack on
6382 # massive amounts of additional arguments before passing them to the
6383 # linker. It appears as though 1/2 is a usable value.
6384 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6385 fi
6386 ;;
6387 esac
6388
6389fi
6390
6391if test -n $lt_cv_sys_max_cmd_len ; then
6392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6393$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6394else
6395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6396$as_echo "none" >&6; }
6397fi
6398max_cmd_len=$lt_cv_sys_max_cmd_len
6399
6400
6401
6402
6403
6404
6405: ${CP="cp -f"}
6406: ${MV="mv -f"}
6407: ${RM="rm -f"}
6408
6409{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6410$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6411# Try some XSI features
6412xsi_shell=no
6413( _lt_dummy="a/b/c"
6414 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6415 = c,a/b,, \
6416 && eval 'test $(( 1 + 1 )) -eq 2 \
6417 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6418 && xsi_shell=yes
6419{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6420$as_echo "$xsi_shell" >&6; }
6421
6422
6423{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6424$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6425lt_shell_append=no
6426( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6427 >/dev/null 2>&1 \
6428 && lt_shell_append=yes
6429{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6430$as_echo "$lt_shell_append" >&6; }
6431
6432
6433if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6434 lt_unset=unset
6435else
6436 lt_unset=false
6437fi
6438
6439
6440
6441
6442
6443# test EBCDIC or ASCII
6444case `echo X|tr X '\101'` in
6445 A) # ASCII based system
6446 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6447 lt_SP2NL='tr \040 \012'
6448 lt_NL2SP='tr \015\012 \040\040'
6449 ;;
6450 *) # EBCDIC based system
6451 lt_SP2NL='tr \100 \n'
6452 lt_NL2SP='tr \r\n \100\100'
6453 ;;
6454esac
6455
6456
6457
6458
6459
6460
6461
6462
6463
6464{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6465$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6466if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6467 $as_echo_n "(cached) " >&6
6468else
6469 lt_cv_ld_reload_flag='-r'
6470fi
6471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6472$as_echo "$lt_cv_ld_reload_flag" >&6; }
6473reload_flag=$lt_cv_ld_reload_flag
6474case $reload_flag in
6475"" | " "*) ;;
6476*) reload_flag=" $reload_flag" ;;
6477esac
6478reload_cmds='$LD$reload_flag -o $output$reload_objs'
6479case $host_os in
6480 darwin*)
6481 if test "$GCC" = yes; then
6482 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6483 else
6484 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6485 fi
6486 ;;
6487esac
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497if test -n "$ac_tool_prefix"; then
6498 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6499set dummy ${ac_tool_prefix}objdump; ac_word=$2
6500{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6501$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6502if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6503 $as_echo_n "(cached) " >&6
6504else
6505 if test -n "$OBJDUMP"; then
6506 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6507else
6508as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6509for as_dir in $PATH
6510do
6511 IFS=$as_save_IFS
6512 test -z "$as_dir" && as_dir=.
6513 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6515 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6517 break 2
6518 fi
6519done
6520 done
6521IFS=$as_save_IFS
6522
6523fi
6524fi
6525OBJDUMP=$ac_cv_prog_OBJDUMP
6526if test -n "$OBJDUMP"; then
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6528$as_echo "$OBJDUMP" >&6; }
6529else
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6531$as_echo "no" >&6; }
6532fi
6533
6534
6535fi
6536if test -z "$ac_cv_prog_OBJDUMP"; then
6537 ac_ct_OBJDUMP=$OBJDUMP
6538 # Extract the first word of "objdump", so it can be a program name with args.
6539set dummy objdump; ac_word=$2
6540{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6541$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6542if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6543 $as_echo_n "(cached) " >&6
6544else
6545 if test -n "$ac_ct_OBJDUMP"; then
6546 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6547else
6548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6549for as_dir in $PATH
6550do
6551 IFS=$as_save_IFS
6552 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6554 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6555 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6556 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6557 break 2
6558 fi
6559done
6560 done
6561IFS=$as_save_IFS
6562
6563fi
6564fi
6565ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6566if test -n "$ac_ct_OBJDUMP"; then
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6568$as_echo "$ac_ct_OBJDUMP" >&6; }
6569else
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6571$as_echo "no" >&6; }
6572fi
6573
6574 if test "x$ac_ct_OBJDUMP" = x; then
6575 OBJDUMP="false"
6576 else
6577 case $cross_compiling:$ac_tool_warned in
6578yes:)
6579{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6580$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6581ac_tool_warned=yes ;;
6582esac
6583 OBJDUMP=$ac_ct_OBJDUMP
6584 fi
6585else
6586 OBJDUMP="$ac_cv_prog_OBJDUMP"
6587fi
6588
6589test -z "$OBJDUMP" && OBJDUMP=objdump
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6600$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6601if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6602 $as_echo_n "(cached) " >&6
6603else
6604 lt_cv_file_magic_cmd='$MAGIC_CMD'
6605lt_cv_file_magic_test_file=
6606lt_cv_deplibs_check_method='unknown'
6607# Need to set the preceding variable on all platforms that support
6608# interlibrary dependencies.
6609# 'none' -- dependencies not supported.
6610# `unknown' -- same as none, but documents that we really don't know.
6611# 'pass_all' -- all dependencies passed with no checks.
6612# 'test_compile' -- check by making test program.
6613# 'file_magic [[regex]]' -- check by looking for files in library path
6614# which responds to the $file_magic_cmd with a given extended regex.
6615# If you have `file' or equivalent on your system and you're not sure
6616# whether `pass_all' will *always* work, you probably want this one.
6617
6618case $host_os in
6619aix[4-9]*)
6620 lt_cv_deplibs_check_method=pass_all
6621 ;;
6622
6623beos*)
6624 lt_cv_deplibs_check_method=pass_all
6625 ;;
6626
6627bsdi[45]*)
6628 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6629 lt_cv_file_magic_cmd='/usr/bin/file -L'
6630 lt_cv_file_magic_test_file=/shlib/libc.so
6631 ;;
6632
6633cygwin*)
6634 # func_win32_libid is a shell function defined in ltmain.sh
6635 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6636 lt_cv_file_magic_cmd='func_win32_libid'
6637 ;;
6638
6639mingw* | pw32*)
6640 # Base MSYS/MinGW do not provide the 'file' command needed by
6641 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6642 # unless we find 'file', for example because we are cross-compiling.
6643 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6644 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6645 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6646 lt_cv_file_magic_cmd='func_win32_libid'
6647 else
6648 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6649 lt_cv_file_magic_cmd='$OBJDUMP -f'
6650 fi
6651 ;;
6652
6653cegcc*)
6654 # use the weaker test based on 'objdump'. See mingw*.
6655 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6656 lt_cv_file_magic_cmd='$OBJDUMP -f'
6657 ;;
6658
6659darwin* | rhapsody*)
6660 lt_cv_deplibs_check_method=pass_all
6661 ;;
6662
6663freebsd* | dragonfly*)
6664 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6665 case $host_cpu in
6666 i*86 )
6667 # Not sure whether the presence of OpenBSD here was a mistake.
6668 # Let's accept both of them until this is cleared up.
6669 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6670 lt_cv_file_magic_cmd=/usr/bin/file
6671 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6672 ;;
6673 esac
6674 else
6675 lt_cv_deplibs_check_method=pass_all
6676 fi
6677 ;;
6678
6679gnu*)
6680 lt_cv_deplibs_check_method=pass_all
6681 ;;
6682
6683haiku*)
6684 lt_cv_deplibs_check_method=pass_all
6685 ;;
6686
6687hpux10.20* | hpux11*)
6688 lt_cv_file_magic_cmd=/usr/bin/file
6689 case $host_cpu in
6690 ia64*)
6691 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6692 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6693 ;;
6694 hppa*64*)
6695 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]'
6696 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6697 ;;
6698 *)
6699 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6700 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6701 ;;
6702 esac
6703 ;;
6704
6705interix[3-9]*)
6706 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6707 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6708 ;;
6709
6710irix5* | irix6* | nonstopux*)
6711 case $LD in
6712 *-32|*"-32 ") libmagic=32-bit;;
6713 *-n32|*"-n32 ") libmagic=N32;;
6714 *-64|*"-64 ") libmagic=64-bit;;
6715 *) libmagic=never-match;;
6716 esac
6717 lt_cv_deplibs_check_method=pass_all
6718 ;;
6719
6720# This must be Linux ELF.
6721linux* | k*bsd*-gnu | kopensolaris*-gnu)
6722 lt_cv_deplibs_check_method=pass_all
6723 ;;
6724
6725netbsd*)
6726 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6727 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6728 else
6729 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6730 fi
6731 ;;
6732
6733newos6*)
6734 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6735 lt_cv_file_magic_cmd=/usr/bin/file
6736 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6737 ;;
6738
6739*nto* | *qnx*)
6740 lt_cv_deplibs_check_method=pass_all
6741 ;;
6742
6743openbsd*)
6744 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6745 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6746 else
6747 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6748 fi
6749 ;;
6750
6751osf3* | osf4* | osf5*)
6752 lt_cv_deplibs_check_method=pass_all
6753 ;;
6754
6755rdos*)
6756 lt_cv_deplibs_check_method=pass_all
6757 ;;
6758
6759solaris*)
6760 lt_cv_deplibs_check_method=pass_all
6761 ;;
6762
6763sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6764 lt_cv_deplibs_check_method=pass_all
6765 ;;
6766
6767sysv4 | sysv4.3*)
6768 case $host_vendor in
6769 motorola)
6770 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]'
6771 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6772 ;;
6773 ncr)
6774 lt_cv_deplibs_check_method=pass_all
6775 ;;
6776 sequent)
6777 lt_cv_file_magic_cmd='/bin/file'
6778 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6779 ;;
6780 sni)
6781 lt_cv_file_magic_cmd='/bin/file'
6782 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6783 lt_cv_file_magic_test_file=/lib/libc.so
6784 ;;
6785 siemens)
6786 lt_cv_deplibs_check_method=pass_all
6787 ;;
6788 pc)
6789 lt_cv_deplibs_check_method=pass_all
6790 ;;
6791 esac
6792 ;;
6793
6794tpf*)
6795 lt_cv_deplibs_check_method=pass_all
6796 ;;
6797esac
6798
6799fi
6800{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6801$as_echo "$lt_cv_deplibs_check_method" >&6; }
6802file_magic_cmd=$lt_cv_file_magic_cmd
6803deplibs_check_method=$lt_cv_deplibs_check_method
6804test -z "$deplibs_check_method" && deplibs_check_method=unknown
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817if test -n "$ac_tool_prefix"; then
6818 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6819set dummy ${ac_tool_prefix}ar; ac_word=$2
6820{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6821$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6822if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6823 $as_echo_n "(cached) " >&6
6824else
6825 if test -n "$AR"; then
6826 ac_cv_prog_AR="$AR" # Let the user override the test.
6827else
6828as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6829for as_dir in $PATH
6830do
6831 IFS=$as_save_IFS
6832 test -z "$as_dir" && as_dir=.
6833 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6835 ac_cv_prog_AR="${ac_tool_prefix}ar"
6836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6837 break 2
6838 fi
6839done
6840 done
6841IFS=$as_save_IFS
6842
6843fi
6844fi
6845AR=$ac_cv_prog_AR
6846if test -n "$AR"; then
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6848$as_echo "$AR" >&6; }
6849else
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6851$as_echo "no" >&6; }
6852fi
6853
6854
6855fi
6856if test -z "$ac_cv_prog_AR"; then
6857 ac_ct_AR=$AR
6858 # Extract the first word of "ar", so it can be a program name with args.
6859set dummy ar; ac_word=$2
6860{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6861$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6862if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6863 $as_echo_n "(cached) " >&6
6864else
6865 if test -n "$ac_ct_AR"; then
6866 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6867else
6868as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6869for as_dir in $PATH
6870do
6871 IFS=$as_save_IFS
6872 test -z "$as_dir" && as_dir=.
6873 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6875 ac_cv_prog_ac_ct_AR="ar"
6876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6877 break 2
6878 fi
6879done
6880 done
6881IFS=$as_save_IFS
6882
6883fi
6884fi
6885ac_ct_AR=$ac_cv_prog_ac_ct_AR
6886if test -n "$ac_ct_AR"; then
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6888$as_echo "$ac_ct_AR" >&6; }
6889else
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6891$as_echo "no" >&6; }
6892fi
6893
6894 if test "x$ac_ct_AR" = x; then
6895 AR="false"
6896 else
6897 case $cross_compiling:$ac_tool_warned in
6898yes:)
6899{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6900$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6901ac_tool_warned=yes ;;
6902esac
6903 AR=$ac_ct_AR
6904 fi
6905else
6906 AR="$ac_cv_prog_AR"
6907fi
6908
6909test -z "$AR" && AR=ar
6910test -z "$AR_FLAGS" && AR_FLAGS=cru
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921
6922if test -n "$ac_tool_prefix"; then
6923 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6924set dummy ${ac_tool_prefix}strip; ac_word=$2
6925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6926$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6927if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6928 $as_echo_n "(cached) " >&6
6929else
6930 if test -n "$STRIP"; then
6931 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6932else
6933as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6934for as_dir in $PATH
6935do
6936 IFS=$as_save_IFS
6937 test -z "$as_dir" && as_dir=.
6938 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6939 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6940 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6941 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6942 break 2
6943 fi
6944done
6945 done
6946IFS=$as_save_IFS
6947
6948fi
6949fi
6950STRIP=$ac_cv_prog_STRIP
6951if test -n "$STRIP"; then
6952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6953$as_echo "$STRIP" >&6; }
6954else
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6956$as_echo "no" >&6; }
6957fi
6958
6959
6960fi
6961if test -z "$ac_cv_prog_STRIP"; then
6962 ac_ct_STRIP=$STRIP
6963 # Extract the first word of "strip", so it can be a program name with args.
6964set dummy strip; ac_word=$2
6965{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6966$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6967if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
6968 $as_echo_n "(cached) " >&6
6969else
6970 if test -n "$ac_ct_STRIP"; then
6971 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6972else
6973as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6974for as_dir in $PATH
6975do
6976 IFS=$as_save_IFS
6977 test -z "$as_dir" && as_dir=.
6978 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6979 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6980 ac_cv_prog_ac_ct_STRIP="strip"
6981 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6982 break 2
6983 fi
6984done
6985 done
6986IFS=$as_save_IFS
6987
6988fi
6989fi
6990ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6991if test -n "$ac_ct_STRIP"; then
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6993$as_echo "$ac_ct_STRIP" >&6; }
6994else
6995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6996$as_echo "no" >&6; }
6997fi
6998
6999 if test "x$ac_ct_STRIP" = x; then
7000 STRIP=":"
7001 else
7002 case $cross_compiling:$ac_tool_warned in
7003yes:)
7004{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7005$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7006ac_tool_warned=yes ;;
7007esac
7008 STRIP=$ac_ct_STRIP
7009 fi
7010else
7011 STRIP="$ac_cv_prog_STRIP"
7012fi
7013
7014test -z "$STRIP" && STRIP=:
7015
7016
7017
7018
7019
7020
7021if test -n "$ac_tool_prefix"; then
7022 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7023set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7025$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7026if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7027 $as_echo_n "(cached) " >&6
7028else
7029 if test -n "$RANLIB"; then
7030 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7031else
7032as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7033for as_dir in $PATH
7034do
7035 IFS=$as_save_IFS
7036 test -z "$as_dir" && as_dir=.
7037 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7039 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7041 break 2
7042 fi
7043done
7044 done
7045IFS=$as_save_IFS
7046
7047fi
7048fi
7049RANLIB=$ac_cv_prog_RANLIB
7050if test -n "$RANLIB"; then
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7052$as_echo "$RANLIB" >&6; }
7053else
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7055$as_echo "no" >&6; }
7056fi
7057
7058
7059fi
7060if test -z "$ac_cv_prog_RANLIB"; then
7061 ac_ct_RANLIB=$RANLIB
7062 # Extract the first word of "ranlib", so it can be a program name with args.
7063set dummy ranlib; ac_word=$2
7064{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7065$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7066if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7067 $as_echo_n "(cached) " >&6
7068else
7069 if test -n "$ac_ct_RANLIB"; then
7070 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7071else
7072as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7073for as_dir in $PATH
7074do
7075 IFS=$as_save_IFS
7076 test -z "$as_dir" && as_dir=.
7077 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7078 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7079 ac_cv_prog_ac_ct_RANLIB="ranlib"
7080 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7081 break 2
7082 fi
7083done
7084 done
7085IFS=$as_save_IFS
7086
7087fi
7088fi
7089ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7090if test -n "$ac_ct_RANLIB"; then
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7092$as_echo "$ac_ct_RANLIB" >&6; }
7093else
7094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7095$as_echo "no" >&6; }
7096fi
7097
7098 if test "x$ac_ct_RANLIB" = x; then
7099 RANLIB=":"
7100 else
7101 case $cross_compiling:$ac_tool_warned in
7102yes:)
7103{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7104$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7105ac_tool_warned=yes ;;
7106esac
7107 RANLIB=$ac_ct_RANLIB
7108 fi
7109else
7110 RANLIB="$ac_cv_prog_RANLIB"
7111fi
7112
7113test -z "$RANLIB" && RANLIB=:
7114
7115
7116
7117
7118
7119
7120# Determine commands to create old-style static archives.
7121old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7122old_postinstall_cmds='chmod 644 $oldlib'
7123old_postuninstall_cmds=
7124
7125if test -n "$RANLIB"; then
7126 case $host_os in
7127 openbsd*)
7128 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7129 ;;
7130 *)
7131 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7132 ;;
7133 esac
7134 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7135fi
7136
7137case $host_os in
7138 darwin*)
7139 lock_old_archive_extraction=yes ;;
7140 *)
7141 lock_old_archive_extraction=no ;;
7142esac
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164for ac_prog in gawk mawk nawk awk
7165do
7166 # Extract the first word of "$ac_prog", so it can be a program name with args.
7167set dummy $ac_prog; ac_word=$2
7168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7169$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7170if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7171 $as_echo_n "(cached) " >&6
7172else
7173 if test -n "$AWK"; then
7174 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7175else
7176as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7177for as_dir in $PATH
7178do
7179 IFS=$as_save_IFS
7180 test -z "$as_dir" && as_dir=.
7181 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7183 ac_cv_prog_AWK="$ac_prog"
7184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7185 break 2
7186 fi
7187done
7188 done
7189IFS=$as_save_IFS
7190
7191fi
7192fi
7193AWK=$ac_cv_prog_AWK
7194if test -n "$AWK"; then
7195 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7196$as_echo "$AWK" >&6; }
7197else
7198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7199$as_echo "no" >&6; }
7200fi
7201
7202
7203 test -n "$AWK" && break
7204done
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224# If no C compiler was specified, use CC.
7225LTCC=${LTCC-"$CC"}
7226
7227# If no C compiler flags were specified, use CFLAGS.
7228LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7229
7230# Allow CC to be a program name with arguments.
7231compiler=$CC
7232
7233
7234# Check for command to grab the raw symbol name followed by C symbol from nm.
7235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7236$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7237if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7238 $as_echo_n "(cached) " >&6
7239else
7240
7241# These are sane defaults that work on at least a few old systems.
7242# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7243
7244# Character class describing NM global symbol codes.
7245symcode='[BCDEGRST]'
7246
7247# Regexp to match symbols that can be accessed directly from C.
7248sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7249
7250# Define system-specific variables.
7251case $host_os in
7252aix*)
7253 symcode='[BCDT]'
7254 ;;
7255cygwin* | mingw* | pw32* | cegcc*)
7256 symcode='[ABCDGISTW]'
7257 ;;
7258hpux*)
7259 if test "$host_cpu" = ia64; then
7260 symcode='[ABCDEGRST]'
7261 fi
7262 ;;
7263irix* | nonstopux*)
7264 symcode='[BCDEGRST]'
7265 ;;
7266osf*)
7267 symcode='[BCDEGQRST]'
7268 ;;
7269solaris*)
7270 symcode='[BDRT]'
7271 ;;
7272sco3.2v5*)
7273 symcode='[DT]'
7274 ;;
7275sysv4.2uw2*)
7276 symcode='[DT]'
7277 ;;
7278sysv5* | sco5v6* | unixware* | OpenUNIX*)
7279 symcode='[ABDT]'
7280 ;;
7281sysv4)
7282 symcode='[DFNSTU]'
7283 ;;
7284esac
7285
7286# If we're using GNU nm, then use its standard symbol codes.
7287case `$NM -V 2>&1` in
7288*GNU* | *'with BFD'*)
7289 symcode='[ABCDGIRSTW]' ;;
7290esac
7291
7292# Transform an extracted symbol line into a proper C declaration.
7293# Some systems (esp. on ia64) link data and code symbols differently,
7294# so use this general approach.
7295lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7296
7297# Transform an extracted symbol line into symbol name and symbol address
7298lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7299lt_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'"
7300
7301# Handle CRLF in mingw tool chain
7302opt_cr=
7303case $build_os in
7304mingw*)
7305 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7306 ;;
7307esac
7308
7309# Try without a prefix underscore, then with it.
7310for ac_symprfx in "" "_"; do
7311
7312 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7313 symxfrm="\\1 $ac_symprfx\\2 \\2"
7314
7315 # Write the raw and C identifiers.
7316 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7317 # Fake it for dumpbin and say T for any non-static function
7318 # and D for any global variable.
7319 # Also find C++ and __fastcall symbols from MSVC++,
7320 # which start with @ or ?.
7321 lt_cv_sys_global_symbol_pipe="$AWK '"\
7322" {last_section=section; section=\$ 3};"\
7323" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7324" \$ 0!~/External *\|/{next};"\
7325" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7326" {if(hide[section]) next};"\
7327" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7328" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7329" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7330" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7331" ' prfx=^$ac_symprfx"
7332 else
7333 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7334 fi
7335
7336 # Check to see that the pipe works correctly.
7337 pipe_works=no
7338
7339 rm -f conftest*
7340 cat > conftest.$ac_ext <<_LT_EOF
7341#ifdef __cplusplus
7342extern "C" {
7343#endif
7344char nm_test_var;
7345void nm_test_func(void);
7346void nm_test_func(void){}
7347#ifdef __cplusplus
7348}
7349#endif
7350int main(){nm_test_var='a';nm_test_func();return(0);}
7351_LT_EOF
7352
7353 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7354 (eval $ac_compile) 2>&5
7355 ac_status=$?
7356 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7357 test $ac_status = 0; }; then
7358 # Now try to grab the symbols.
7359 nlist=conftest.nm
7360 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7361 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7362 ac_status=$?
7363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7364 test $ac_status = 0; } && test -s "$nlist"; then
7365 # Try sorting and uniquifying the output.
7366 if sort "$nlist" | uniq > "$nlist"T; then
7367 mv -f "$nlist"T "$nlist"
7368 else
7369 rm -f "$nlist"T
7370 fi
7371
7372 # Make sure that we snagged all the symbols we need.
7373 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7374 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7375 cat <<_LT_EOF > conftest.$ac_ext
7376#ifdef __cplusplus
7377extern "C" {
7378#endif
7379
7380_LT_EOF
7381 # Now generate the symbol file.
7382 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7383
7384 cat <<_LT_EOF >> conftest.$ac_ext
7385
7386/* The mapping between symbol names and symbols. */
7387const struct {
7388 const char *name;
7389 void *address;
7390}
7391lt__PROGRAM__LTX_preloaded_symbols[] =
7392{
7393 { "@PROGRAM@", (void *) 0 },
7394_LT_EOF
7395 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7396 cat <<\_LT_EOF >> conftest.$ac_ext
7397 {0, (void *) 0}
7398};
7399
7400/* This works around a problem in FreeBSD linker */
7401#ifdef FREEBSD_WORKAROUND
7402static const void *lt_preloaded_setup() {
7403 return lt__PROGRAM__LTX_preloaded_symbols;
7404}
7405#endif
7406
7407#ifdef __cplusplus
7408}
7409#endif
7410_LT_EOF
7411 # Now try linking the two files.
7412 mv conftest.$ac_objext conftstm.$ac_objext
7413 lt_save_LIBS="$LIBS"
7414 lt_save_CFLAGS="$CFLAGS"
7415 LIBS="conftstm.$ac_objext"
7416 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7417 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7418 (eval $ac_link) 2>&5
7419 ac_status=$?
7420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7421 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7422 pipe_works=yes
7423 fi
7424 LIBS="$lt_save_LIBS"
7425 CFLAGS="$lt_save_CFLAGS"
7426 else
7427 echo "cannot find nm_test_func in $nlist" >&5
7428 fi
7429 else
7430 echo "cannot find nm_test_var in $nlist" >&5
7431 fi
7432 else
7433 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7434 fi
7435 else
7436 echo "$progname: failed program was:" >&5
7437 cat conftest.$ac_ext >&5
7438 fi
7439 rm -rf conftest* conftst*
7440
7441 # Do not use the global_symbol_pipe unless it works.
7442 if test "$pipe_works" = yes; then
7443 break
7444 else
7445 lt_cv_sys_global_symbol_pipe=
7446 fi
7447done
7448
7449fi
7450
7451if test -z "$lt_cv_sys_global_symbol_pipe"; then
7452 lt_cv_sys_global_symbol_to_cdecl=
7453fi
7454if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7456$as_echo "failed" >&6; }
7457else
7458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7459$as_echo "ok" >&6; }
7460fi
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483# Check whether --enable-libtool-lock was given.
7484if test "${enable_libtool_lock+set}" = set; then :
7485 enableval=$enable_libtool_lock;
7486fi
7487
7488test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7489
7490# Some flags need to be propagated to the compiler or linker for good
7491# libtool support.
7492case $host in
7493ia64-*-hpux*)
7494 # Find out which ABI we are using.
7495 echo 'int i;' > conftest.$ac_ext
7496 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7497 (eval $ac_compile) 2>&5
7498 ac_status=$?
7499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7500 test $ac_status = 0; }; then
7501 case `/usr/bin/file conftest.$ac_objext` in
7502 *ELF-32*)
7503 HPUX_IA64_MODE="32"
7504 ;;
7505 *ELF-64*)
7506 HPUX_IA64_MODE="64"
7507 ;;
7508 esac
7509 fi
7510 rm -rf conftest*
7511 ;;
7512*-*-irix6*)
7513 # Find out which ABI we are using.
7514 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7515 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7516 (eval $ac_compile) 2>&5
7517 ac_status=$?
7518 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7519 test $ac_status = 0; }; then
7520 if test "$lt_cv_prog_gnu_ld" = yes; then
7521 case `/usr/bin/file conftest.$ac_objext` in
7522 *32-bit*)
7523 LD="${LD-ld} -melf32bsmip"
7524 ;;
7525 *N32*)
7526 LD="${LD-ld} -melf32bmipn32"
7527 ;;
7528 *64-bit*)
7529 LD="${LD-ld} -melf64bmip"
7530 ;;
7531 esac
7532 else
7533 case `/usr/bin/file conftest.$ac_objext` in
7534 *32-bit*)
7535 LD="${LD-ld} -32"
7536 ;;
7537 *N32*)
7538 LD="${LD-ld} -n32"
7539 ;;
7540 *64-bit*)
7541 LD="${LD-ld} -64"
7542 ;;
7543 esac
7544 fi
7545 fi
7546 rm -rf conftest*
7547 ;;
7548
bf3d9781 7549x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7550s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7551 # Find out which ABI we are using.
7552 echo 'int i;' > conftest.$ac_ext
7553 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7554 (eval $ac_compile) 2>&5
7555 ac_status=$?
7556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7557 test $ac_status = 0; }; then
7558 case `/usr/bin/file conftest.o` in
7559 *32-bit*)
7560 case $host in
7561 x86_64-*kfreebsd*-gnu)
7562 LD="${LD-ld} -m elf_i386_fbsd"
7563 ;;
7564 x86_64-*linux*)
7565 case `/usr/bin/file conftest.o` in
7566 *x86-64*)
7567 LD="${LD-ld} -m elf32_x86_64"
7568 ;;
7569 *)
7570 LD="${LD-ld} -m elf_i386"
7571 ;;
7572 esac
7573 ;;
bf3d9781
AM
7574 powerpc64le-*linux*)
7575 LD="${LD-ld} -m elf32lppclinux"
7576 ;;
7577 powerpc64-*linux*)
6bb11ab3
L
7578 LD="${LD-ld} -m elf32ppclinux"
7579 ;;
7580 s390x-*linux*)
7581 LD="${LD-ld} -m elf_s390"
7582 ;;
7583 sparc64-*linux*)
7584 LD="${LD-ld} -m elf32_sparc"
7585 ;;
7586 esac
7587 ;;
7588 *64-bit*)
7589 case $host in
7590 x86_64-*kfreebsd*-gnu)
7591 LD="${LD-ld} -m elf_x86_64_fbsd"
7592 ;;
7593 x86_64-*linux*)
7594 LD="${LD-ld} -m elf_x86_64"
7595 ;;
bf3d9781
AM
7596 powerpcle-*linux*)
7597 LD="${LD-ld} -m elf64lppc"
7598 ;;
7599 powerpc-*linux*)
6bb11ab3
L
7600 LD="${LD-ld} -m elf64ppc"
7601 ;;
7602 s390*-*linux*|s390*-*tpf*)
7603 LD="${LD-ld} -m elf64_s390"
7604 ;;
7605 sparc*-*linux*)
7606 LD="${LD-ld} -m elf64_sparc"
7607 ;;
7608 esac
7609 ;;
7610 esac
7611 fi
7612 rm -rf conftest*
7613 ;;
7614
7615*-*-sco3.2v5*)
7616 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7617 SAVE_CFLAGS="$CFLAGS"
7618 CFLAGS="$CFLAGS -belf"
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7620$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7621if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7622 $as_echo_n "(cached) " >&6
7623else
7624 ac_ext=c
7625ac_cpp='$CPP $CPPFLAGS'
7626ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7627ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7628ac_compiler_gnu=$ac_cv_c_compiler_gnu
7629
7630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7631/* end confdefs.h. */
7632
7633int
7634main ()
7635{
7636
7637 ;
7638 return 0;
7639}
7640_ACEOF
7641if ac_fn_c_try_link "$LINENO"; then :
7642 lt_cv_cc_needs_belf=yes
7643else
7644 lt_cv_cc_needs_belf=no
7645fi
7646rm -f core conftest.err conftest.$ac_objext \
7647 conftest$ac_exeext conftest.$ac_ext
7648 ac_ext=c
7649ac_cpp='$CPP $CPPFLAGS'
7650ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7651ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7652ac_compiler_gnu=$ac_cv_c_compiler_gnu
7653
7654fi
7655{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7656$as_echo "$lt_cv_cc_needs_belf" >&6; }
7657 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7658 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7659 CFLAGS="$SAVE_CFLAGS"
7660 fi
7661 ;;
7662sparc*-*solaris*)
7663 # Find out which ABI we are using.
7664 echo 'int i;' > conftest.$ac_ext
7665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7666 (eval $ac_compile) 2>&5
7667 ac_status=$?
7668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7669 test $ac_status = 0; }; then
7670 case `/usr/bin/file conftest.o` in
7671 *64-bit*)
7672 case $lt_cv_prog_gnu_ld in
7673 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7674 *)
7675 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7676 LD="${LD-ld} -64"
7677 fi
7678 ;;
7679 esac
7680 ;;
7681 esac
7682 fi
7683 rm -rf conftest*
7684 ;;
7685esac
7686
7687need_locks="$enable_libtool_lock"
7688
7689
7690 case $host_os in
7691 rhapsody* | darwin*)
7692 if test -n "$ac_tool_prefix"; then
7693 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7694set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7695{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7696$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7697if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7698 $as_echo_n "(cached) " >&6
7699else
7700 if test -n "$DSYMUTIL"; then
7701 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7702else
7703as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7704for as_dir in $PATH
7705do
7706 IFS=$as_save_IFS
7707 test -z "$as_dir" && as_dir=.
7708 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7709 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7710 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7712 break 2
7713 fi
7714done
7715 done
7716IFS=$as_save_IFS
7717
7718fi
7719fi
7720DSYMUTIL=$ac_cv_prog_DSYMUTIL
7721if test -n "$DSYMUTIL"; then
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7723$as_echo "$DSYMUTIL" >&6; }
7724else
7725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7726$as_echo "no" >&6; }
7727fi
7728
7729
7730fi
7731if test -z "$ac_cv_prog_DSYMUTIL"; then
7732 ac_ct_DSYMUTIL=$DSYMUTIL
7733 # Extract the first word of "dsymutil", so it can be a program name with args.
7734set dummy dsymutil; ac_word=$2
7735{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7736$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7737if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7738 $as_echo_n "(cached) " >&6
7739else
7740 if test -n "$ac_ct_DSYMUTIL"; then
7741 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7742else
7743as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7744for as_dir in $PATH
7745do
7746 IFS=$as_save_IFS
7747 test -z "$as_dir" && as_dir=.
7748 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7750 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7752 break 2
7753 fi
7754done
7755 done
7756IFS=$as_save_IFS
7757
7758fi
7759fi
7760ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7761if test -n "$ac_ct_DSYMUTIL"; then
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7763$as_echo "$ac_ct_DSYMUTIL" >&6; }
7764else
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7766$as_echo "no" >&6; }
7767fi
7768
7769 if test "x$ac_ct_DSYMUTIL" = x; then
7770 DSYMUTIL=":"
7771 else
7772 case $cross_compiling:$ac_tool_warned in
7773yes:)
7774{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7775$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7776ac_tool_warned=yes ;;
7777esac
7778 DSYMUTIL=$ac_ct_DSYMUTIL
7779 fi
7780else
7781 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7782fi
7783
7784 if test -n "$ac_tool_prefix"; then
7785 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7786set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7787{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7788$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7789if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7790 $as_echo_n "(cached) " >&6
7791else
7792 if test -n "$NMEDIT"; then
7793 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7794else
7795as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7796for as_dir in $PATH
7797do
7798 IFS=$as_save_IFS
7799 test -z "$as_dir" && as_dir=.
7800 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7801 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7802 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7804 break 2
7805 fi
7806done
7807 done
7808IFS=$as_save_IFS
7809
7810fi
7811fi
7812NMEDIT=$ac_cv_prog_NMEDIT
7813if test -n "$NMEDIT"; then
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7815$as_echo "$NMEDIT" >&6; }
7816else
7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7818$as_echo "no" >&6; }
7819fi
7820
7821
7822fi
7823if test -z "$ac_cv_prog_NMEDIT"; then
7824 ac_ct_NMEDIT=$NMEDIT
7825 # Extract the first word of "nmedit", so it can be a program name with args.
7826set dummy nmedit; ac_word=$2
7827{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7828$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7829if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7830 $as_echo_n "(cached) " >&6
7831else
7832 if test -n "$ac_ct_NMEDIT"; then
7833 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7834else
7835as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7836for as_dir in $PATH
7837do
7838 IFS=$as_save_IFS
7839 test -z "$as_dir" && as_dir=.
7840 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7842 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7844 break 2
7845 fi
7846done
7847 done
7848IFS=$as_save_IFS
7849
7850fi
7851fi
7852ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7853if test -n "$ac_ct_NMEDIT"; then
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7855$as_echo "$ac_ct_NMEDIT" >&6; }
7856else
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7858$as_echo "no" >&6; }
7859fi
7860
7861 if test "x$ac_ct_NMEDIT" = x; then
7862 NMEDIT=":"
7863 else
7864 case $cross_compiling:$ac_tool_warned in
7865yes:)
7866{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7867$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7868ac_tool_warned=yes ;;
7869esac
7870 NMEDIT=$ac_ct_NMEDIT
7871 fi
7872else
7873 NMEDIT="$ac_cv_prog_NMEDIT"
7874fi
7875
7876 if test -n "$ac_tool_prefix"; then
7877 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7878set dummy ${ac_tool_prefix}lipo; ac_word=$2
7879{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7880$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7881if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7882 $as_echo_n "(cached) " >&6
7883else
7884 if test -n "$LIPO"; then
7885 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7886else
7887as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7888for as_dir in $PATH
7889do
7890 IFS=$as_save_IFS
7891 test -z "$as_dir" && as_dir=.
7892 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7893 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7894 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7895 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7896 break 2
7897 fi
7898done
7899 done
7900IFS=$as_save_IFS
7901
7902fi
7903fi
7904LIPO=$ac_cv_prog_LIPO
7905if test -n "$LIPO"; then
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7907$as_echo "$LIPO" >&6; }
7908else
7909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7910$as_echo "no" >&6; }
7911fi
7912
7913
7914fi
7915if test -z "$ac_cv_prog_LIPO"; then
7916 ac_ct_LIPO=$LIPO
7917 # Extract the first word of "lipo", so it can be a program name with args.
7918set dummy lipo; ac_word=$2
7919{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7920$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7921if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7922 $as_echo_n "(cached) " >&6
7923else
7924 if test -n "$ac_ct_LIPO"; then
7925 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7926else
7927as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7928for as_dir in $PATH
7929do
7930 IFS=$as_save_IFS
7931 test -z "$as_dir" && as_dir=.
7932 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7933 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7934 ac_cv_prog_ac_ct_LIPO="lipo"
7935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7936 break 2
7937 fi
7938done
7939 done
7940IFS=$as_save_IFS
7941
7942fi
7943fi
7944ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7945if test -n "$ac_ct_LIPO"; then
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7947$as_echo "$ac_ct_LIPO" >&6; }
7948else
7949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7950$as_echo "no" >&6; }
7951fi
7952
7953 if test "x$ac_ct_LIPO" = x; then
7954 LIPO=":"
7955 else
7956 case $cross_compiling:$ac_tool_warned in
7957yes:)
7958{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7959$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7960ac_tool_warned=yes ;;
7961esac
7962 LIPO=$ac_ct_LIPO
7963 fi
7964else
7965 LIPO="$ac_cv_prog_LIPO"
7966fi
7967
7968 if test -n "$ac_tool_prefix"; then
7969 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7970set dummy ${ac_tool_prefix}otool; ac_word=$2
7971{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7972$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7973if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
7974 $as_echo_n "(cached) " >&6
7975else
7976 if test -n "$OTOOL"; then
7977 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7978else
7979as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7980for as_dir in $PATH
7981do
7982 IFS=$as_save_IFS
7983 test -z "$as_dir" && as_dir=.
7984 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7985 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7986 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7988 break 2
7989 fi
7990done
7991 done
7992IFS=$as_save_IFS
7993
7994fi
7995fi
7996OTOOL=$ac_cv_prog_OTOOL
7997if test -n "$OTOOL"; then
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7999$as_echo "$OTOOL" >&6; }
8000else
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8002$as_echo "no" >&6; }
8003fi
8004
8005
8006fi
8007if test -z "$ac_cv_prog_OTOOL"; then
8008 ac_ct_OTOOL=$OTOOL
8009 # Extract the first word of "otool", so it can be a program name with args.
8010set dummy otool; ac_word=$2
8011{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8012$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8013if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8014 $as_echo_n "(cached) " >&6
8015else
8016 if test -n "$ac_ct_OTOOL"; then
8017 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8018else
8019as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8020for as_dir in $PATH
8021do
8022 IFS=$as_save_IFS
8023 test -z "$as_dir" && as_dir=.
8024 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8025 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8026 ac_cv_prog_ac_ct_OTOOL="otool"
8027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8028 break 2
8029 fi
8030done
8031 done
8032IFS=$as_save_IFS
8033
8034fi
8035fi
8036ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8037if test -n "$ac_ct_OTOOL"; then
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8039$as_echo "$ac_ct_OTOOL" >&6; }
8040else
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8042$as_echo "no" >&6; }
8043fi
8044
8045 if test "x$ac_ct_OTOOL" = x; then
8046 OTOOL=":"
8047 else
8048 case $cross_compiling:$ac_tool_warned in
8049yes:)
8050{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8051$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8052ac_tool_warned=yes ;;
8053esac
8054 OTOOL=$ac_ct_OTOOL
8055 fi
8056else
8057 OTOOL="$ac_cv_prog_OTOOL"
8058fi
8059
8060 if test -n "$ac_tool_prefix"; then
8061 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8062set dummy ${ac_tool_prefix}otool64; ac_word=$2
8063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8064$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8065if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8066 $as_echo_n "(cached) " >&6
8067else
8068 if test -n "$OTOOL64"; then
8069 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8070else
8071as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8072for as_dir in $PATH
8073do
8074 IFS=$as_save_IFS
8075 test -z "$as_dir" && as_dir=.
8076 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8077 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8078 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8079 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8080 break 2
8081 fi
8082done
8083 done
8084IFS=$as_save_IFS
8085
8086fi
8087fi
8088OTOOL64=$ac_cv_prog_OTOOL64
8089if test -n "$OTOOL64"; then
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8091$as_echo "$OTOOL64" >&6; }
8092else
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8094$as_echo "no" >&6; }
8095fi
8096
8097
8098fi
8099if test -z "$ac_cv_prog_OTOOL64"; then
8100 ac_ct_OTOOL64=$OTOOL64
8101 # Extract the first word of "otool64", so it can be a program name with args.
8102set dummy otool64; ac_word=$2
8103{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8104$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8105if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8106 $as_echo_n "(cached) " >&6
8107else
8108 if test -n "$ac_ct_OTOOL64"; then
8109 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8110else
8111as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8112for as_dir in $PATH
8113do
8114 IFS=$as_save_IFS
8115 test -z "$as_dir" && as_dir=.
8116 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8117 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8118 ac_cv_prog_ac_ct_OTOOL64="otool64"
8119 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8120 break 2
8121 fi
8122done
8123 done
8124IFS=$as_save_IFS
8125
8126fi
8127fi
8128ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8129if test -n "$ac_ct_OTOOL64"; then
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8131$as_echo "$ac_ct_OTOOL64" >&6; }
8132else
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8134$as_echo "no" >&6; }
8135fi
8136
8137 if test "x$ac_ct_OTOOL64" = x; then
8138 OTOOL64=":"
8139 else
8140 case $cross_compiling:$ac_tool_warned in
8141yes:)
8142{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8143$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8144ac_tool_warned=yes ;;
8145esac
8146 OTOOL64=$ac_ct_OTOOL64
8147 fi
8148else
8149 OTOOL64="$ac_cv_prog_OTOOL64"
8150fi
8151
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
8169
8170
8171
8172
8173
8174
8175
8176
8177
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8179$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8180if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8181 $as_echo_n "(cached) " >&6
8182else
8183 lt_cv_apple_cc_single_mod=no
8184 if test -z "${LT_MULTI_MODULE}"; then
8185 # By default we will add the -single_module flag. You can override
8186 # by either setting the environment variable LT_MULTI_MODULE
8187 # non-empty at configure time, or by adding -multi_module to the
8188 # link flags.
8189 rm -rf libconftest.dylib*
8190 echo "int foo(void){return 1;}" > conftest.c
8191 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8192-dynamiclib -Wl,-single_module conftest.c" >&5
8193 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8194 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8195 _lt_result=$?
8196 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8197 lt_cv_apple_cc_single_mod=yes
8198 else
8199 cat conftest.err >&5
8200 fi
8201 rm -rf libconftest.dylib*
8202 rm -f conftest.*
8203 fi
8204fi
8205{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8206$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8208$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8209if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8210 $as_echo_n "(cached) " >&6
8211else
8212 lt_cv_ld_exported_symbols_list=no
8213 save_LDFLAGS=$LDFLAGS
8214 echo "_main" > conftest.sym
8215 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8217/* end confdefs.h. */
8218
8219int
8220main ()
8221{
8222
8223 ;
8224 return 0;
8225}
8226_ACEOF
8227if ac_fn_c_try_link "$LINENO"; then :
8228 lt_cv_ld_exported_symbols_list=yes
8229else
8230 lt_cv_ld_exported_symbols_list=no
8231fi
8232rm -f core conftest.err conftest.$ac_objext \
8233 conftest$ac_exeext conftest.$ac_ext
8234 LDFLAGS="$save_LDFLAGS"
8235
8236fi
8237{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8238$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8240$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8241if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8242 $as_echo_n "(cached) " >&6
8243else
8244 lt_cv_ld_force_load=no
8245 cat > conftest.c << _LT_EOF
8246int forced_loaded() { return 2;}
8247_LT_EOF
8248 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8249 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8250 echo "$AR cru libconftest.a conftest.o" >&5
8251 $AR cru libconftest.a conftest.o 2>&5
8252 cat > conftest.c << _LT_EOF
8253int main() { return 0;}
8254_LT_EOF
8255 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8256 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8257 _lt_result=$?
8258 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8259 lt_cv_ld_force_load=yes
8260 else
8261 cat conftest.err >&5
8262 fi
8263 rm -f conftest.err libconftest.a conftest conftest.c
8264 rm -rf conftest.dSYM
8265
8266fi
8267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8268$as_echo "$lt_cv_ld_force_load" >&6; }
8269 case $host_os in
8270 rhapsody* | darwin1.[012])
8271 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8272 darwin1.*)
8273 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8274 darwin*) # darwin 5.x on
8275 # if running on 10.5 or later, the deployment target defaults
8276 # to the OS version, if on x86, and 10.4, the deployment
8277 # target defaults to 10.4. Don't you love it?
8278 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8279 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8280 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8281 10.[012][,.]*)
6bb11ab3
L
8282 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8283 10.*)
8284 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8285 esac
8286 ;;
8287 esac
8288 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8289 _lt_dar_single_mod='$single_module'
8290 fi
8291 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8292 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8293 else
8294 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8295 fi
8296 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8297 _lt_dsymutil='~$DSYMUTIL $lib || :'
8298 else
8299 _lt_dsymutil=
8300 fi
8301 ;;
8302 esac
8303
8304for ac_header in dlfcn.h
8305do :
8306 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8307"
d0ac1c44 8308if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8309 cat >>confdefs.h <<_ACEOF
8310#define HAVE_DLFCN_H 1
8311_ACEOF
8312
8313fi
8314
8315done
8316
8317
8318
8319# autoconf.info says this should be called right after AC_INIT.
8320ac_config_headers="$ac_config_headers config.h:config.in"
8321
8322
8323
0cb8d851
MF
8324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8325$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8326if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8327 $as_echo_n "(cached) " >&6
8328else
8329 ac_cv_c_bigendian=unknown
8330 # See if we're dealing with a universal compiler.
8331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8332/* end confdefs.h. */
8333#ifndef __APPLE_CC__
8334 not a universal capable compiler
8335 #endif
8336 typedef int dummy;
8337
8338_ACEOF
8339if ac_fn_c_try_compile "$LINENO"; then :
8340
8341 # Check for potential -arch flags. It is not universal unless
8342 # there are at least two -arch flags with different values.
8343 ac_arch=
8344 ac_prev=
8345 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8346 if test -n "$ac_prev"; then
8347 case $ac_word in
8348 i?86 | x86_64 | ppc | ppc64)
8349 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8350 ac_arch=$ac_word
8351 else
8352 ac_cv_c_bigendian=universal
8353 break
8354 fi
8355 ;;
8356 esac
8357 ac_prev=
8358 elif test "x$ac_word" = "x-arch"; then
8359 ac_prev=arch
8360 fi
8361 done
8362fi
8363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8364 if test $ac_cv_c_bigendian = unknown; then
8365 # See if sys/param.h defines the BYTE_ORDER macro.
8366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8367/* end confdefs.h. */
8368#include <sys/types.h>
8369 #include <sys/param.h>
8370
8371int
8372main ()
8373{
8374#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8375 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8376 && LITTLE_ENDIAN)
8377 bogus endian macros
8378 #endif
8379
8380 ;
8381 return 0;
8382}
8383_ACEOF
8384if ac_fn_c_try_compile "$LINENO"; then :
8385 # It does; now see whether it defined to BIG_ENDIAN or not.
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387/* end confdefs.h. */
8388#include <sys/types.h>
8389 #include <sys/param.h>
8390
8391int
8392main ()
8393{
8394#if BYTE_ORDER != BIG_ENDIAN
8395 not big endian
8396 #endif
8397
8398 ;
8399 return 0;
8400}
8401_ACEOF
8402if ac_fn_c_try_compile "$LINENO"; then :
8403 ac_cv_c_bigendian=yes
8404else
8405 ac_cv_c_bigendian=no
8406fi
8407rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8408fi
8409rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8410 fi
8411 if test $ac_cv_c_bigendian = unknown; then
8412 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8414/* end confdefs.h. */
8415#include <limits.h>
8416
8417int
8418main ()
8419{
8420#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8421 bogus endian macros
8422 #endif
8423
8424 ;
8425 return 0;
8426}
8427_ACEOF
8428if ac_fn_c_try_compile "$LINENO"; then :
8429 # It does; now see whether it defined to _BIG_ENDIAN or not.
8430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8431/* end confdefs.h. */
8432#include <limits.h>
8433
8434int
8435main ()
8436{
8437#ifndef _BIG_ENDIAN
8438 not big endian
8439 #endif
8440
8441 ;
8442 return 0;
8443}
8444_ACEOF
8445if ac_fn_c_try_compile "$LINENO"; then :
8446 ac_cv_c_bigendian=yes
8447else
8448 ac_cv_c_bigendian=no
8449fi
8450rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8451fi
8452rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8453 fi
8454 if test $ac_cv_c_bigendian = unknown; then
8455 # Compile a test program.
8456 if test "$cross_compiling" = yes; then :
8457 # Try to guess by grepping values from an object file.
8458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8459/* end confdefs.h. */
8460short int ascii_mm[] =
8461 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8462 short int ascii_ii[] =
8463 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8464 int use_ascii (int i) {
8465 return ascii_mm[i] + ascii_ii[i];
8466 }
8467 short int ebcdic_ii[] =
8468 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8469 short int ebcdic_mm[] =
8470 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8471 int use_ebcdic (int i) {
8472 return ebcdic_mm[i] + ebcdic_ii[i];
8473 }
8474 extern int foo;
8475
8476int
8477main ()
8478{
8479return use_ascii (foo) == use_ebcdic (foo);
8480 ;
8481 return 0;
8482}
8483_ACEOF
8484if ac_fn_c_try_compile "$LINENO"; then :
8485 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8486 ac_cv_c_bigendian=yes
8487 fi
8488 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8489 if test "$ac_cv_c_bigendian" = unknown; then
8490 ac_cv_c_bigendian=no
8491 else
8492 # finding both strings is unlikely to happen, but who knows?
8493 ac_cv_c_bigendian=unknown
8494 fi
8495 fi
8496fi
8497rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8498else
8499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8500/* end confdefs.h. */
8501$ac_includes_default
8502int
8503main ()
8504{
8505
8506 /* Are we little or big endian? From Harbison&Steele. */
8507 union
8508 {
8509 long int l;
8510 char c[sizeof (long int)];
8511 } u;
8512 u.l = 1;
8513 return u.c[sizeof (long int) - 1] == 1;
8514
8515 ;
8516 return 0;
8517}
8518_ACEOF
8519if ac_fn_c_try_run "$LINENO"; then :
8520 ac_cv_c_bigendian=no
8521else
8522 ac_cv_c_bigendian=yes
8523fi
8524rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8525 conftest.$ac_objext conftest.beam conftest.$ac_ext
8526fi
8527
8528 fi
8529fi
8530{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8531$as_echo "$ac_cv_c_bigendian" >&6; }
8532 case $ac_cv_c_bigendian in #(
8533 yes)
8534 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8535;; #(
8536 no)
8537 ;; #(
8538 universal)
8539
8540$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8541
8542 ;; #(
8543 *)
d0ac1c44 8544 as_fn_error $? "unknown endianness
0cb8d851
MF
8545 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8546 esac
8547
6bb11ab3
L
8548
8549
8550
8551# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8552if test -z "$CC_FOR_BUILD"; then
8553 if test "x$cross_compiling" = "xno"; then
8554 CC_FOR_BUILD='$(CC)'
8555 else
8556 CC_FOR_BUILD=gcc
8557 fi
6bb11ab3
L
8558fi
8559
8560
8561
8562
8563AR=${AR-ar}
8564
8565if test -n "$ac_tool_prefix"; then
8566 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8567set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8568{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8569$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8570if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8571 $as_echo_n "(cached) " >&6
8572else
8573 if test -n "$RANLIB"; then
8574 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8575else
8576as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8577for as_dir in $PATH
8578do
8579 IFS=$as_save_IFS
8580 test -z "$as_dir" && as_dir=.
8581 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8583 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8585 break 2
8586 fi
8587done
8588 done
8589IFS=$as_save_IFS
8590
8591fi
8592fi
8593RANLIB=$ac_cv_prog_RANLIB
8594if test -n "$RANLIB"; then
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8596$as_echo "$RANLIB" >&6; }
8597else
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8599$as_echo "no" >&6; }
8600fi
8601
8602
8603fi
8604if test -z "$ac_cv_prog_RANLIB"; then
8605 ac_ct_RANLIB=$RANLIB
8606 # Extract the first word of "ranlib", so it can be a program name with args.
8607set dummy ranlib; ac_word=$2
8608{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8609$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8610if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8611 $as_echo_n "(cached) " >&6
8612else
8613 if test -n "$ac_ct_RANLIB"; then
8614 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8615else
8616as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8617for as_dir in $PATH
8618do
8619 IFS=$as_save_IFS
8620 test -z "$as_dir" && as_dir=.
8621 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8622 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8623 ac_cv_prog_ac_ct_RANLIB="ranlib"
8624 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8625 break 2
8626 fi
8627done
8628 done
8629IFS=$as_save_IFS
8630
8631fi
8632fi
8633ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8634if test -n "$ac_ct_RANLIB"; then
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8636$as_echo "$ac_ct_RANLIB" >&6; }
8637else
8638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8639$as_echo "no" >&6; }
8640fi
8641
8642 if test "x$ac_ct_RANLIB" = x; then
8643 RANLIB=":"
8644 else
8645 case $cross_compiling:$ac_tool_warned in
8646yes:)
8647{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8648$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8649ac_tool_warned=yes ;;
8650esac
8651 RANLIB=$ac_ct_RANLIB
8652 fi
8653else
8654 RANLIB="$ac_cv_prog_RANLIB"
8655fi
8656
8657
46f900c0
MF
8658# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8659# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8660# is C99. So handle it ourselves.
8661:
8662C_DIALECT=
8663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8664$as_echo_n "checking whether C11 is supported by default... " >&6; }
8665cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8666/* end confdefs.h. */
8667
8668#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8669# error "C11 support not found"
8670#endif
8671
8672_ACEOF
8673if ac_fn_c_try_compile "$LINENO"; then :
8674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8675$as_echo "yes" >&6; }
8676else
8677
8678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8679$as_echo "no" >&6; }
8680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8681$as_echo_n "checking for -std=c11 support... " >&6; }
8682 ac_save_CC="$CC"
8683 CC="$CC -std=c11"
8684 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8685/* end confdefs.h. */
8686
8687#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8688# error "C11 support not found"
8689#endif
8690
8691_ACEOF
8692if ac_fn_c_try_compile "$LINENO"; then :
8693
8694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8695$as_echo "yes" >&6; }
8696 CC="$ac_save_CC"
8697 C_DIALECT="-std=c11"
8698
8699else
8700 as_fn_error $? "C11 is required" "$LINENO" 5
8701fi
8702rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8703fi
8704rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8705
8706
6bb11ab3
L
8707# Some of the common include files depend on bfd.h, and bfd.h checks
8708# that config.h is included first by testing that the PACKAGE macro
8709# is defined.
8710PACKAGE=sim
8711
8712cat >>confdefs.h <<_ACEOF
8713#define PACKAGE "$PACKAGE"
8714_ACEOF
8715
8716
8717
8718# Dependency checking.
8719ac_config_commands="$ac_config_commands depdir"
8720
8721
8722depcc="$CC" am_compiler_list=
8723
8724am_depcomp=$ac_aux_dir/depcomp
8725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8726$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8727if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8728 $as_echo_n "(cached) " >&6
8729else
8730 if test -f "$am_depcomp"; then
8731 # We make a subdir and do the tests there. Otherwise we can end up
8732 # making bogus files that we don't know about and never remove. For
8733 # instance it was reported that on HP-UX the gcc test will end up
8734 # making a dummy file named `D' -- because `-MD' means `put the output
8735 # in D'.
8736 mkdir conftest.dir
8737 # Copy depcomp to subdir because otherwise we won't find it if we're
8738 # using a relative directory.
8739 cp "$am_depcomp" conftest.dir
8740 cd conftest.dir
8741 # We will build objects and dependencies in a subdirectory because
8742 # it helps to detect inapplicable dependency modes. For instance
8743 # both Tru64's cc and ICC support -MD to output dependencies as a
8744 # side effect of compilation, but ICC will put the dependencies in
8745 # the current directory while Tru64 will put them in the object
8746 # directory.
8747 mkdir sub
8748
8749 am_cv_CC_dependencies_compiler_type=none
8750 if test "$am_compiler_list" = ""; then
8751 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8752 fi
8753 for depmode in $am_compiler_list; do
8754 if test $depmode = none; then break; fi
8755
8756 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8757 # Setup a source with many dependencies, because some compilers
8758 # like to wrap large dependency lists on column 80 (with \), and
8759 # we should not choose a depcomp mode which is confused by this.
8760 #
8761 # We need to recreate these files for each test, as the compiler may
8762 # overwrite some of them when testing with obscure command lines.
8763 # This happens at least with the AIX C compiler.
8764 : > sub/conftest.c
8765 for i in 1 2 3 4 5 6; do
8766 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8767 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8768 # Solaris 8's {/usr,}/bin/sh.
8769 touch sub/conftst$i.h
8770 done
8771 echo "include sub/conftest.Po" > confmf
8772
8773 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8774 # mode. It turns out that the SunPro C++ compiler does not properly
8775 # handle `-M -o', and we need to detect this.
8776 depcmd="depmode=$depmode \
8777 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8778 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8779 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8780 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8781 if env $depcmd > conftest.err 2>&1 &&
8782 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8783 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8784 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8785 # icc doesn't choke on unknown options, it will just issue warnings
8786 # or remarks (even with -Werror). So we grep stderr for any message
8787 # that says an option was ignored or not supported.
8788 # When given -MP, icc 7.0 and 7.1 complain thusly:
8789 # icc: Command line warning: ignoring option '-M'; no argument required
8790 # The diagnosis changed in icc 8.0:
8791 # icc: Command line remark: option '-MP' not supported
8792 if (grep 'ignoring option' conftest.err ||
8793 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8794 am_cv_CC_dependencies_compiler_type=$depmode
8795 $as_echo "$as_me:$LINENO: success" >&5
8796 break
8797 fi
8798 fi
8799 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8800 sed -e 's/^/| /' < conftest.err >&5
8801 done
8802
8803 cd ..
8804 rm -rf conftest.dir
8805else
8806 am_cv_CC_dependencies_compiler_type=none
8807fi
8808
8809fi
8810{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8811$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8812if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8813then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8814else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8815
8816fi
8817
8818
8819# Check for the 'make' the user wants to use.
8820for ac_prog in make
8821do
8822 # Extract the first word of "$ac_prog", so it can be a program name with args.
8823set dummy $ac_prog; ac_word=$2
8824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8825$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8826if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8827 $as_echo_n "(cached) " >&6
8828else
8829 if test -n "$MAKE"; then
8830 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8831else
8832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8833for as_dir in $PATH
8834do
8835 IFS=$as_save_IFS
8836 test -z "$as_dir" && as_dir=.
8837 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8839 ac_cv_prog_MAKE="$ac_prog"
8840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8841 break 2
8842 fi
8843done
8844 done
8845IFS=$as_save_IFS
8846
8847fi
8848fi
8849MAKE=$ac_cv_prog_MAKE
8850if test -n "$MAKE"; then
8851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8852$as_echo "$MAKE" >&6; }
8853else
8854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8855$as_echo "no" >&6; }
8856fi
8857
8858
8859 test -n "$MAKE" && break
8860done
8861
8862MAKE_IS_GNU=
8863case "`$MAKE --version 2>&1 | sed 1q`" in
8864 *GNU*)
8865 MAKE_IS_GNU=yes
8866 ;;
8867esac
8868 if test "$MAKE_IS_GNU" = yes; then
8869 GMAKE_TRUE=
8870 GMAKE_FALSE='#'
8871else
8872 GMAKE_TRUE='#'
8873 GMAKE_FALSE=
8874fi
8875
8876
8877ALL_LINGUAS=
8878# If we haven't got the data from the intl directory,
8879# assume NLS is disabled.
8880USE_NLS=no
8881LIBINTL=
8882LIBINTL_DEP=
8883INCINTL=
8884XGETTEXT=
8885GMSGFMT=
8886POSUB=
8887
8888if test -f ../../intl/config.intl; then
8889 . ../../intl/config.intl
8890fi
8891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8892$as_echo_n "checking whether NLS is requested... " >&6; }
8893if test x"$USE_NLS" != xyes; then
8894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8895$as_echo "no" >&6; }
8896else
8897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8898$as_echo "yes" >&6; }
8899
8900$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8901
8902
8903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8904$as_echo_n "checking for catalogs to be installed... " >&6; }
8905 # Look for .po and .gmo files in the source directory.
8906 CATALOGS=
8907 XLINGUAS=
8908 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8909 # If there aren't any .gmo files the shell will give us the
8910 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8911 # weeded out.
8912 case "$cat" in *\**)
8913 continue;;
8914 esac
8915 # The quadruple backslash is collapsed to a double backslash
8916 # by the backticks, then collapsed again by the double quotes,
8917 # leaving us with one backslash in the sed expression (right
8918 # before the dot that mustn't act as a wildcard).
8919 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8920 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8921 # The user is allowed to set LINGUAS to a list of languages to
8922 # install catalogs for. If it's empty that means "all of them."
8923 if test "x$LINGUAS" = x; then
8924 CATALOGS="$CATALOGS $cat"
8925 XLINGUAS="$XLINGUAS $lang"
8926 else
8927 case "$LINGUAS" in *$lang*)
8928 CATALOGS="$CATALOGS $cat"
8929 XLINGUAS="$XLINGUAS $lang"
8930 ;;
8931 esac
8932 fi
8933 done
8934 LINGUAS="$XLINGUAS"
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8936$as_echo "$LINGUAS" >&6; }
8937
8938
8939 DATADIRNAME=share
8940
8941 INSTOBJEXT=.mo
8942
8943 GENCAT=gencat
8944
8945 CATOBJEXT=.gmo
8946
8947fi
8948
8949# Check for common headers.
8950# FIXME: Seems to me this can cause problems for i386-windows hosts.
8951# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8952for ac_header in stdlib.h string.h strings.h unistd.h time.h
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
936df756 8965for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
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 fcntl.h fpu_control.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_header in dlfcn.h errno.h sys/stat.h
8992do :
8993 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8994ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8995if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8996 cat >>confdefs.h <<_ACEOF
8997#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8998_ACEOF
8999
9000fi
9001
9002done
9003
9004for ac_func in getrusage time sigaction __setfpucw
9005do :
9006 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9007ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9008if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
9009 cat >>confdefs.h <<_ACEOF
9010#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9011_ACEOF
9012
9013fi
9014done
9015
936df756
MF
9016for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9017do :
9018 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9019ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9020if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9021 cat >>confdefs.h <<_ACEOF
9022#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9023_ACEOF
9024
9025fi
9026done
9027
9028ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9029#include <sys/types.h>
9030#endif
9031#ifdef HAVE_SYS_STAT_H
9032#include <sys/stat.h>
9033#endif
9034"
d0ac1c44 9035if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9036
9037cat >>confdefs.h <<_ACEOF
9038#define HAVE_STRUCT_STAT_ST_DEV 1
9039_ACEOF
9040
9041
9042fi
9043ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9044#include <sys/types.h>
9045#endif
9046#ifdef HAVE_SYS_STAT_H
9047#include <sys/stat.h>
9048#endif
9049"
d0ac1c44 9050if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9051
9052cat >>confdefs.h <<_ACEOF
9053#define HAVE_STRUCT_STAT_ST_INO 1
9054_ACEOF
9055
9056
9057fi
9058ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9059#include <sys/types.h>
9060#endif
9061#ifdef HAVE_SYS_STAT_H
9062#include <sys/stat.h>
9063#endif
9064"
d0ac1c44 9065if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9066
9067cat >>confdefs.h <<_ACEOF
9068#define HAVE_STRUCT_STAT_ST_MODE 1
9069_ACEOF
9070
9071
9072fi
9073ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9074#include <sys/types.h>
9075#endif
9076#ifdef HAVE_SYS_STAT_H
9077#include <sys/stat.h>
9078#endif
9079"
d0ac1c44 9080if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9081
9082cat >>confdefs.h <<_ACEOF
9083#define HAVE_STRUCT_STAT_ST_NLINK 1
9084_ACEOF
9085
9086
9087fi
9088ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9089#include <sys/types.h>
9090#endif
9091#ifdef HAVE_SYS_STAT_H
9092#include <sys/stat.h>
9093#endif
9094"
d0ac1c44 9095if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9096
9097cat >>confdefs.h <<_ACEOF
9098#define HAVE_STRUCT_STAT_ST_UID 1
9099_ACEOF
9100
9101
9102fi
9103ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9104#include <sys/types.h>
9105#endif
9106#ifdef HAVE_SYS_STAT_H
9107#include <sys/stat.h>
9108#endif
9109"
d0ac1c44 9110if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9111
9112cat >>confdefs.h <<_ACEOF
9113#define HAVE_STRUCT_STAT_ST_GID 1
9114_ACEOF
9115
9116
9117fi
9118ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9119#include <sys/types.h>
9120#endif
9121#ifdef HAVE_SYS_STAT_H
9122#include <sys/stat.h>
9123#endif
9124"
d0ac1c44 9125if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9126
9127cat >>confdefs.h <<_ACEOF
9128#define HAVE_STRUCT_STAT_ST_RDEV 1
9129_ACEOF
9130
9131
9132fi
9133ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9134#include <sys/types.h>
9135#endif
9136#ifdef HAVE_SYS_STAT_H
9137#include <sys/stat.h>
9138#endif
9139"
d0ac1c44 9140if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9141
9142cat >>confdefs.h <<_ACEOF
9143#define HAVE_STRUCT_STAT_ST_SIZE 1
9144_ACEOF
9145
9146
9147fi
9148ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9149#include <sys/types.h>
9150#endif
9151#ifdef HAVE_SYS_STAT_H
9152#include <sys/stat.h>
9153#endif
9154"
d0ac1c44 9155if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9156
9157cat >>confdefs.h <<_ACEOF
9158#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9159_ACEOF
9160
9161
9162fi
9163ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9164#include <sys/types.h>
9165#endif
9166#ifdef HAVE_SYS_STAT_H
9167#include <sys/stat.h>
9168#endif
9169"
d0ac1c44 9170if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9171
9172cat >>confdefs.h <<_ACEOF
9173#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9174_ACEOF
9175
9176
9177fi
9178ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9179#include <sys/types.h>
9180#endif
9181#ifdef HAVE_SYS_STAT_H
9182#include <sys/stat.h>
9183#endif
9184"
d0ac1c44 9185if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9186
9187cat >>confdefs.h <<_ACEOF
9188#define HAVE_STRUCT_STAT_ST_ATIME 1
9189_ACEOF
9190
9191
9192fi
9193ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9194#include <sys/types.h>
9195#endif
9196#ifdef HAVE_SYS_STAT_H
9197#include <sys/stat.h>
9198#endif
9199"
d0ac1c44 9200if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9201
9202cat >>confdefs.h <<_ACEOF
9203#define HAVE_STRUCT_STAT_ST_MTIME 1
9204_ACEOF
9205
9206
9207fi
9208ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9209#include <sys/types.h>
9210#endif
9211#ifdef HAVE_SYS_STAT_H
9212#include <sys/stat.h>
9213#endif
9214"
d0ac1c44 9215if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9216
9217cat >>confdefs.h <<_ACEOF
9218#define HAVE_STRUCT_STAT_ST_CTIME 1
9219_ACEOF
9220
9221
9222fi
9223
9224ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9225#include <sys/socket.h>
9226
9227"
d0ac1c44 9228if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9229
9230cat >>confdefs.h <<_ACEOF
9231#define HAVE_SOCKLEN_T 1
9232_ACEOF
9233
9234
9235fi
9236
6bb11ab3
L
9237
9238# Check for socket libraries
9239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9240$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9241if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9242 $as_echo_n "(cached) " >&6
9243else
9244 ac_check_lib_save_LIBS=$LIBS
9245LIBS="-lsocket $LIBS"
9246cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9247/* end confdefs.h. */
9248
9249/* Override any GCC internal prototype to avoid an error.
9250 Use char because int might match the return type of a GCC
9251 builtin and then its argument prototype would still apply. */
9252#ifdef __cplusplus
9253extern "C"
9254#endif
9255char bind ();
9256int
9257main ()
9258{
9259return bind ();
9260 ;
9261 return 0;
9262}
9263_ACEOF
9264if ac_fn_c_try_link "$LINENO"; then :
9265 ac_cv_lib_socket_bind=yes
9266else
9267 ac_cv_lib_socket_bind=no
9268fi
9269rm -f core conftest.err conftest.$ac_objext \
9270 conftest$ac_exeext conftest.$ac_ext
9271LIBS=$ac_check_lib_save_LIBS
9272fi
9273{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9274$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9275if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9276 cat >>confdefs.h <<_ACEOF
9277#define HAVE_LIBSOCKET 1
9278_ACEOF
9279
9280 LIBS="-lsocket $LIBS"
9281
9282fi
9283
9284{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9285$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9286if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9287 $as_echo_n "(cached) " >&6
9288else
9289 ac_check_lib_save_LIBS=$LIBS
9290LIBS="-lnsl $LIBS"
9291cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9292/* end confdefs.h. */
9293
9294/* Override any GCC internal prototype to avoid an error.
9295 Use char because int might match the return type of a GCC
9296 builtin and then its argument prototype would still apply. */
9297#ifdef __cplusplus
9298extern "C"
9299#endif
9300char gethostbyname ();
9301int
9302main ()
9303{
9304return gethostbyname ();
9305 ;
9306 return 0;
9307}
9308_ACEOF
9309if ac_fn_c_try_link "$LINENO"; then :
9310 ac_cv_lib_nsl_gethostbyname=yes
9311else
9312 ac_cv_lib_nsl_gethostbyname=no
9313fi
9314rm -f core conftest.err conftest.$ac_objext \
9315 conftest$ac_exeext conftest.$ac_ext
9316LIBS=$ac_check_lib_save_LIBS
9317fi
9318{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9319$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9320if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9321 cat >>confdefs.h <<_ACEOF
9322#define HAVE_LIBNSL 1
9323_ACEOF
9324
9325 LIBS="-lnsl $LIBS"
9326
9327fi
9328
9329
9330# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9331# using the same condition.
9332
aadc9410 9333 # Use the system's zlib library.
7fed4b0b
L
9334 zlibdir="-L\$(top_builddir)/../zlib"
9335 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9336
aadc9410
MF
9337# Check whether --with-system-zlib was given.
9338if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9339 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9340 zlibdir=
9341 zlibinc=
9342 fi
6bb11ab3
L
9343
9344fi
9345
6bb11ab3 9346
6bb11ab3 9347
6bb11ab3
L
9348
9349
9350# BFD uses libdl when when plugins enabled.
9351
faa743bb
RM
9352 maybe_plugins=no
9353 for ac_header in dlfcn.h
9354do :
9355 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9356"
d0ac1c44 9357if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9358 cat >>confdefs.h <<_ACEOF
9359#define HAVE_DLFCN_H 1
9360_ACEOF
9361 maybe_plugins=yes
9362fi
9363
9364done
9365
9366 for ac_header in windows.h
9367do :
9368 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9369"
d0ac1c44 9370if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9371 cat >>confdefs.h <<_ACEOF
9372#define HAVE_WINDOWS_H 1
9373_ACEOF
9374 maybe_plugins=yes
9375fi
9376
9377done
9378
9379
9380 # Check whether --enable-plugins was given.
6bb11ab3
L
9381if test "${enable_plugins+set}" = set; then :
9382 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9383 no) plugins=no ;;
9384 *) plugins=yes
9385 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9386 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9387 fi ;;
9388 esac
6bb11ab3 9389else
faa743bb
RM
9390 plugins=$maybe_plugins
9391
6bb11ab3
L
9392fi
9393
2974be62 9394 if test "$plugins" = "yes"; then
37f980dc
SM
9395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9396$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9397if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9398 $as_echo_n "(cached) " >&6
9399else
9400 ac_func_search_save_LIBS=$LIBS
9401cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9402/* end confdefs.h. */
9403
9404/* Override any GCC internal prototype to avoid an error.
9405 Use char because int might match the return type of a GCC
9406 builtin and then its argument prototype would still apply. */
9407#ifdef __cplusplus
9408extern "C"
9409#endif
37f980dc 9410char dlsym ();
2974be62
AM
9411int
9412main ()
9413{
37f980dc 9414return dlsym ();
2974be62
AM
9415 ;
9416 return 0;
9417}
9418_ACEOF
9419for ac_lib in '' dl; do
9420 if test -z "$ac_lib"; then
9421 ac_res="none required"
9422 else
9423 ac_res=-l$ac_lib
9424 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9425 fi
9426 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9427 ac_cv_search_dlsym=$ac_res
2974be62
AM
9428fi
9429rm -f core conftest.err conftest.$ac_objext \
9430 conftest$ac_exeext
d0ac1c44 9431 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9432 break
9433fi
9434done
d0ac1c44 9435if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9436
9437else
37f980dc 9438 ac_cv_search_dlsym=no
2974be62
AM
9439fi
9440rm conftest.$ac_ext
9441LIBS=$ac_func_search_save_LIBS
9442fi
37f980dc
SM
9443{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9444$as_echo "$ac_cv_search_dlsym" >&6; }
9445ac_res=$ac_cv_search_dlsym
2974be62
AM
9446if test "$ac_res" != no; then :
9447 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9448
9449fi
9450
9451 fi
6bb11ab3
L
9452
9453 if test "$plugins" = yes; then
9454 PLUGINS_TRUE=
9455 PLUGINS_FALSE='#'
9456else
9457 PLUGINS_TRUE='#'
9458 PLUGINS_FALSE=
9459fi
9460
9461
9462
9463
9464
9465# Set options
9466enable_dlopen=yes
9467
9468
9469
9470
9471 enable_win32_dll=no
9472
9473
9474 # Check whether --enable-shared was given.
9475if test "${enable_shared+set}" = set; then :
9476 enableval=$enable_shared; p=${PACKAGE-default}
9477 case $enableval in
9478 yes) enable_shared=yes ;;
9479 no) enable_shared=no ;;
9480 *)
9481 enable_shared=no
9482 # Look at the argument we got. We use all the common list separators.
9483 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9484 for pkg in $enableval; do
9485 IFS="$lt_save_ifs"
9486 if test "X$pkg" = "X$p"; then
9487 enable_shared=yes
9488 fi
9489 done
9490 IFS="$lt_save_ifs"
9491 ;;
9492 esac
9493else
9494 enable_shared=yes
9495fi
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505 # Check whether --enable-static was given.
9506if test "${enable_static+set}" = set; then :
9507 enableval=$enable_static; p=${PACKAGE-default}
9508 case $enableval in
9509 yes) enable_static=yes ;;
9510 no) enable_static=no ;;
9511 *)
9512 enable_static=no
9513 # Look at the argument we got. We use all the common list separators.
9514 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9515 for pkg in $enableval; do
9516 IFS="$lt_save_ifs"
9517 if test "X$pkg" = "X$p"; then
9518 enable_static=yes
9519 fi
9520 done
9521 IFS="$lt_save_ifs"
9522 ;;
9523 esac
9524else
9525 enable_static=yes
9526fi
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537# Check whether --with-pic was given.
9538if test "${with_pic+set}" = set; then :
9539 withval=$with_pic; pic_mode="$withval"
9540else
9541 pic_mode=default
9542fi
9543
9544
9545test -z "$pic_mode" && pic_mode=default
9546
9547
9548
9549
9550
9551
9552
9553 # Check whether --enable-fast-install was given.
9554if test "${enable_fast_install+set}" = set; then :
9555 enableval=$enable_fast_install; p=${PACKAGE-default}
9556 case $enableval in
9557 yes) enable_fast_install=yes ;;
9558 no) enable_fast_install=no ;;
9559 *)
9560 enable_fast_install=no
9561 # Look at the argument we got. We use all the common list separators.
9562 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9563 for pkg in $enableval; do
9564 IFS="$lt_save_ifs"
9565 if test "X$pkg" = "X$p"; then
9566 enable_fast_install=yes
9567 fi
9568 done
9569 IFS="$lt_save_ifs"
9570 ;;
9571 esac
9572else
9573 enable_fast_install=yes
9574fi
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586# This can be used to rebuild libtool when needed
9587LIBTOOL_DEPS="$ltmain"
9588
9589# Always use our own libtool.
9590LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617test -z "$LN_S" && LN_S="ln -s"
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632if test -n "${ZSH_VERSION+set}" ; then
9633 setopt NO_GLOB_SUBST
9634fi
9635
9636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9637$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9638if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9639 $as_echo_n "(cached) " >&6
9640else
9641 rm -f .libs 2>/dev/null
9642mkdir .libs 2>/dev/null
9643if test -d .libs; then
9644 lt_cv_objdir=.libs
9645else
9646 # MS-DOS does not allow filenames that begin with a dot.
9647 lt_cv_objdir=_libs
edece237 9648fi
6bb11ab3
L
9649rmdir .libs 2>/dev/null
9650fi
9651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9652$as_echo "$lt_cv_objdir" >&6; }
9653objdir=$lt_cv_objdir
edece237 9654
6bb11ab3
L
9655
9656
9657
9658
9659cat >>confdefs.h <<_ACEOF
9660#define LT_OBJDIR "$lt_cv_objdir/"
9661_ACEOF
9662
9663
9664
9665
9666case $host_os in
9667aix3*)
9668 # AIX sometimes has problems with the GCC collect2 program. For some
9669 # reason, if we set the COLLECT_NAMES environment variable, the problems
9670 # vanish in a puff of smoke.
9671 if test "X${COLLECT_NAMES+set}" != Xset; then
9672 COLLECT_NAMES=
9673 export COLLECT_NAMES
9674 fi
9675 ;;
81ecdfbb 9676esac
6bb11ab3
L
9677
9678# Global variables:
9679ofile=libtool
9680can_build_shared=yes
9681
9682# All known linkers require a `.a' archive for static linking (except MSVC,
9683# which needs '.lib').
9684libext=a
9685
9686with_gnu_ld="$lt_cv_prog_gnu_ld"
9687
9688old_CC="$CC"
9689old_CFLAGS="$CFLAGS"
9690
9691# Set sane defaults for various variables
9692test -z "$CC" && CC=cc
9693test -z "$LTCC" && LTCC=$CC
9694test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9695test -z "$LD" && LD=ld
9696test -z "$ac_objext" && ac_objext=o
9697
9698for cc_temp in $compiler""; do
9699 case $cc_temp in
9700 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9701 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9702 \-*) ;;
9703 *) break;;
9704 esac
9705done
9706cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9707
9708
9709# Only perform the check for file, if the check method requires it
9710test -z "$MAGIC_CMD" && MAGIC_CMD=file
9711case $deplibs_check_method in
9712file_magic*)
9713 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9715$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9716if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9717 $as_echo_n "(cached) " >&6
9718else
9719 case $MAGIC_CMD in
9720[\\/*] | ?:[\\/]*)
9721 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9722 ;;
9723*)
9724 lt_save_MAGIC_CMD="$MAGIC_CMD"
9725 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9726 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9727 for ac_dir in $ac_dummy; do
9728 IFS="$lt_save_ifs"
9729 test -z "$ac_dir" && ac_dir=.
9730 if test -f $ac_dir/${ac_tool_prefix}file; then
9731 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9732 if test -n "$file_magic_test_file"; then
9733 case $deplibs_check_method in
9734 "file_magic "*)
9735 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9736 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9737 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9738 $EGREP "$file_magic_regex" > /dev/null; then
9739 :
9740 else
9741 cat <<_LT_EOF 1>&2
9742
9743*** Warning: the command libtool uses to detect shared libraries,
9744*** $file_magic_cmd, produces output that libtool cannot recognize.
9745*** The result is that libtool may fail to recognize shared libraries
9746*** as such. This will affect the creation of libtool libraries that
9747*** depend on shared libraries, but programs linked with such libtool
9748*** libraries will work regardless of this problem. Nevertheless, you
9749*** may want to report the problem to your system manager and/or to
9750*** bug-libtool@gnu.org
9751
9752_LT_EOF
9753 fi ;;
9754 esac
9755 fi
9756 break
edece237 9757 fi
6bb11ab3
L
9758 done
9759 IFS="$lt_save_ifs"
9760 MAGIC_CMD="$lt_save_MAGIC_CMD"
9761 ;;
9762esac
edece237 9763fi
edece237 9764
6bb11ab3
L
9765MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9766if test -n "$MAGIC_CMD"; then
9767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9768$as_echo "$MAGIC_CMD" >&6; }
9769else
9770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9771$as_echo "no" >&6; }
9772fi
81ecdfbb 9773
6bb11ab3
L
9774
9775
9776
9777
9778if test -z "$lt_cv_path_MAGIC_CMD"; then
9779 if test -n "$ac_tool_prefix"; then
9780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9781$as_echo_n "checking for file... " >&6; }
d0ac1c44 9782if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9783 $as_echo_n "(cached) " >&6
9784else
9785 case $MAGIC_CMD in
9786[\\/*] | ?:[\\/]*)
9787 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9788 ;;
9789*)
9790 lt_save_MAGIC_CMD="$MAGIC_CMD"
9791 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9792 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9793 for ac_dir in $ac_dummy; do
9794 IFS="$lt_save_ifs"
9795 test -z "$ac_dir" && ac_dir=.
9796 if test -f $ac_dir/file; then
9797 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9798 if test -n "$file_magic_test_file"; then
9799 case $deplibs_check_method in
9800 "file_magic "*)
9801 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9802 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9803 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9804 $EGREP "$file_magic_regex" > /dev/null; then
9805 :
9806 else
9807 cat <<_LT_EOF 1>&2
9808
9809*** Warning: the command libtool uses to detect shared libraries,
9810*** $file_magic_cmd, produces output that libtool cannot recognize.
9811*** The result is that libtool may fail to recognize shared libraries
9812*** as such. This will affect the creation of libtool libraries that
9813*** depend on shared libraries, but programs linked with such libtool
9814*** libraries will work regardless of this problem. Nevertheless, you
9815*** may want to report the problem to your system manager and/or to
9816*** bug-libtool@gnu.org
9817
9818_LT_EOF
9819 fi ;;
9820 esac
9821 fi
9822 break
9823 fi
9824 done
9825 IFS="$lt_save_ifs"
9826 MAGIC_CMD="$lt_save_MAGIC_CMD"
9827 ;;
81ecdfbb 9828esac
6bb11ab3
L
9829fi
9830
9831MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9832if test -n "$MAGIC_CMD"; then
9833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9834$as_echo "$MAGIC_CMD" >&6; }
9835else
9836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9837$as_echo "no" >&6; }
9838fi
9839
9840
9841 else
9842 MAGIC_CMD=:
9843 fi
9844fi
9845
9846 fi
9847 ;;
9848esac
9849
9850# Use C for the default configuration in the libtool script
9851
9852lt_save_CC="$CC"
9853ac_ext=c
9854ac_cpp='$CPP $CPPFLAGS'
9855ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9856ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9857ac_compiler_gnu=$ac_cv_c_compiler_gnu
9858
9859
9860# Source file extension for C test sources.
9861ac_ext=c
9862
9863# Object file extension for compiled C test sources.
9864objext=o
9865objext=$objext
9866
9867# Code to be used in simple compile tests
9868lt_simple_compile_test_code="int some_variable = 0;"
9869
9870# Code to be used in simple link tests
9871lt_simple_link_test_code='int main(){return(0);}'
9872
9873
9874
9875
9876
9877
9878
9879# If no C compiler was specified, use CC.
9880LTCC=${LTCC-"$CC"}
9881
9882# If no C compiler flags were specified, use CFLAGS.
9883LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9884
9885# Allow CC to be a program name with arguments.
9886compiler=$CC
9887
9888# Save the default compiler, since it gets overwritten when the other
9889# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9890compiler_DEFAULT=$CC
9891
9892# save warnings/boilerplate of simple test code
9893ac_outfile=conftest.$ac_objext
9894echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9895eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9896_lt_compiler_boilerplate=`cat conftest.err`
9897$RM conftest*
9898
9899ac_outfile=conftest.$ac_objext
9900echo "$lt_simple_link_test_code" >conftest.$ac_ext
9901eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9902_lt_linker_boilerplate=`cat conftest.err`
9903$RM -r conftest*
9904
9905
9906## CAVEAT EMPTOR:
9907## There is no encapsulation within the following macros, do not change
9908## the running order or otherwise move them around unless you know exactly
9909## what you are doing...
9910if test -n "$compiler"; then
9911
9912lt_prog_compiler_no_builtin_flag=
9913
9914if test "$GCC" = yes; then
9915 case $cc_basename in
9916 nvcc*)
9917 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9918 *)
9919 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
edece237 9920 esac
6bb11ab3
L
9921
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9923$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9924if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3 9925 $as_echo_n "(cached) " >&6
edece237 9926else
6bb11ab3
L
9927 lt_cv_prog_compiler_rtti_exceptions=no
9928 ac_outfile=conftest.$ac_objext
9929 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9930 lt_compiler_flag="-fno-rtti -fno-exceptions"
9931 # Insert the option either (1) after the last *FLAGS variable, or
9932 # (2) before a word containing "conftest.", or (3) at the end.
9933 # Note that $ac_compile itself does not contain backslashes and begins
9934 # with a dollar sign (not a hyphen), so the echo should work correctly.
9935 # The option is referenced via a variable to avoid confusing sed.
9936 lt_compile=`echo "$ac_compile" | $SED \
9937 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9938 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9939 -e 's:$: $lt_compiler_flag:'`
9940 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9941 (eval "$lt_compile" 2>conftest.err)
9942 ac_status=$?
9943 cat conftest.err >&5
9944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9945 if (exit $ac_status) && test -s "$ac_outfile"; then
9946 # The compiler can only warn and ignore the option if not recognized
9947 # So say no if there are warnings other than the usual output.
9948 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9949 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9950 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9951 lt_cv_prog_compiler_rtti_exceptions=yes
9952 fi
9953 fi
9954 $RM conftest*
9955
edece237 9956fi
6bb11ab3
L
9957{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9958$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9959
9960if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9961 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9962else
9963 :
9964fi
9965
9966fi
9967
9968
9969
9970
9971
9972
9973 lt_prog_compiler_wl=
9974lt_prog_compiler_pic=
9975lt_prog_compiler_static=
9976
9977{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9978$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9979
9980 if test "$GCC" = yes; then
9981 lt_prog_compiler_wl='-Wl,'
9982 lt_prog_compiler_static='-static'
9983
9984 case $host_os in
9985 aix*)
9986 # All AIX code is PIC.
9987 if test "$host_cpu" = ia64; then
9988 # AIX 5 now supports IA64 processor
9989 lt_prog_compiler_static='-Bstatic'
9990 fi
9991 lt_prog_compiler_pic='-fPIC'
9992 ;;
9993
9994 amigaos*)
9995 case $host_cpu in
9996 powerpc)
9997 # see comment about AmigaOS4 .so support
9998 lt_prog_compiler_pic='-fPIC'
9999 ;;
10000 m68k)
10001 # FIXME: we need at least 68020 code to build shared libraries, but
10002 # adding the `-m68020' flag to GCC prevents building anything better,
10003 # like `-m68040'.
10004 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10005 ;;
10006 esac
10007 ;;
10008
10009 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10010 # PIC is the default for these OSes.
10011 ;;
10012
10013 mingw* | cygwin* | pw32* | os2* | cegcc*)
10014 # This hack is so that the source file can tell whether it is being
10015 # built for inclusion in a dll (and should export symbols for example).
10016 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10017 # (--disable-auto-import) libraries
10018 lt_prog_compiler_pic='-DDLL_EXPORT'
10019 ;;
10020
10021 darwin* | rhapsody*)
10022 # PIC is the default on this platform
10023 # Common symbols not allowed in MH_DYLIB files
10024 lt_prog_compiler_pic='-fno-common'
10025 ;;
10026
10027 haiku*)
10028 # PIC is the default for Haiku.
10029 # The "-static" flag exists, but is broken.
10030 lt_prog_compiler_static=
10031 ;;
10032
10033 hpux*)
10034 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10035 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10036 # sets the default TLS model and affects inlining.
10037 case $host_cpu in
10038 hppa*64*)
10039 # +Z the default
10040 ;;
10041 *)
10042 lt_prog_compiler_pic='-fPIC'
10043 ;;
10044 esac
10045 ;;
10046
10047 interix[3-9]*)
10048 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10049 # Instead, we relocate shared libraries at runtime.
10050 ;;
10051
10052 msdosdjgpp*)
10053 # Just because we use GCC doesn't mean we suddenly get shared libraries
10054 # on systems that don't support them.
10055 lt_prog_compiler_can_build_shared=no
10056 enable_shared=no
10057 ;;
10058
10059 *nto* | *qnx*)
10060 # QNX uses GNU C++, but need to define -shared option too, otherwise
10061 # it will coredump.
10062 lt_prog_compiler_pic='-fPIC -shared'
10063 ;;
10064
10065 sysv4*MP*)
10066 if test -d /usr/nec; then
10067 lt_prog_compiler_pic=-Kconform_pic
10068 fi
10069 ;;
10070
10071 *)
10072 lt_prog_compiler_pic='-fPIC'
10073 ;;
10074 esac
10075
10076 case $cc_basename in
10077 nvcc*) # Cuda Compiler Driver 2.2
10078 lt_prog_compiler_wl='-Xlinker '
10079 lt_prog_compiler_pic='-Xcompiler -fPIC'
10080 ;;
10081 esac
10082 else
10083 # PORTME Check for flag to pass linker flags through the system compiler.
10084 case $host_os in
10085 aix*)
10086 lt_prog_compiler_wl='-Wl,'
10087 if test "$host_cpu" = ia64; then
10088 # AIX 5 now supports IA64 processor
10089 lt_prog_compiler_static='-Bstatic'
10090 else
10091 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10092 fi
10093 ;;
10094
10095 mingw* | cygwin* | pw32* | os2* | cegcc*)
10096 # This hack is so that the source file can tell whether it is being
10097 # built for inclusion in a dll (and should export symbols for example).
10098 lt_prog_compiler_pic='-DDLL_EXPORT'
10099 ;;
10100
10101 hpux9* | hpux10* | hpux11*)
10102 lt_prog_compiler_wl='-Wl,'
10103 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10104 # not for PA HP-UX.
10105 case $host_cpu in
10106 hppa*64*|ia64*)
10107 # +Z the default
10108 ;;
10109 *)
10110 lt_prog_compiler_pic='+Z'
10111 ;;
10112 esac
10113 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10114 lt_prog_compiler_static='${wl}-a ${wl}archive'
10115 ;;
10116
10117 irix5* | irix6* | nonstopux*)
10118 lt_prog_compiler_wl='-Wl,'
10119 # PIC (with -KPIC) is the default.
10120 lt_prog_compiler_static='-non_shared'
10121 ;;
10122
10123 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10124 case $cc_basename in
10125 # old Intel for x86_64 which still supported -KPIC.
10126 ecc*)
10127 lt_prog_compiler_wl='-Wl,'
10128 lt_prog_compiler_pic='-KPIC'
10129 lt_prog_compiler_static='-static'
10130 ;;
10131 # icc used to be incompatible with GCC.
10132 # ICC 10 doesn't accept -KPIC any more.
10133 icc* | ifort*)
10134 lt_prog_compiler_wl='-Wl,'
10135 lt_prog_compiler_pic='-fPIC'
10136 lt_prog_compiler_static='-static'
10137 ;;
10138 # Lahey Fortran 8.1.
10139 lf95*)
10140 lt_prog_compiler_wl='-Wl,'
10141 lt_prog_compiler_pic='--shared'
10142 lt_prog_compiler_static='--static'
10143 ;;
10144 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10145 # Portland Group compilers (*not* the Pentium gcc compiler,
10146 # which looks to be a dead project)
10147 lt_prog_compiler_wl='-Wl,'
10148 lt_prog_compiler_pic='-fpic'
10149 lt_prog_compiler_static='-Bstatic'
10150 ;;
10151 ccc*)
10152 lt_prog_compiler_wl='-Wl,'
10153 # All Alpha code is PIC.
10154 lt_prog_compiler_static='-non_shared'
10155 ;;
10156 xl* | bgxl* | bgf* | mpixl*)
10157 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10158 lt_prog_compiler_wl='-Wl,'
10159 lt_prog_compiler_pic='-qpic'
10160 lt_prog_compiler_static='-qstaticlink'
10161 ;;
10162 *)
10163 case `$CC -V 2>&1 | sed 5q` in
10164 *Sun\ F* | *Sun*Fortran*)
10165 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10166 lt_prog_compiler_pic='-KPIC'
10167 lt_prog_compiler_static='-Bstatic'
10168 lt_prog_compiler_wl=''
10169 ;;
10170 *Sun\ C*)
10171 # Sun C 5.9
10172 lt_prog_compiler_pic='-KPIC'
10173 lt_prog_compiler_static='-Bstatic'
10174 lt_prog_compiler_wl='-Wl,'
10175 ;;
10176 esac
10177 ;;
10178 esac
10179 ;;
10180
10181 newsos6)
10182 lt_prog_compiler_pic='-KPIC'
10183 lt_prog_compiler_static='-Bstatic'
10184 ;;
10185
10186 *nto* | *qnx*)
10187 # QNX uses GNU C++, but need to define -shared option too, otherwise
10188 # it will coredump.
10189 lt_prog_compiler_pic='-fPIC -shared'
10190 ;;
10191
10192 osf3* | osf4* | osf5*)
10193 lt_prog_compiler_wl='-Wl,'
10194 # All OSF/1 code is PIC.
10195 lt_prog_compiler_static='-non_shared'
10196 ;;
10197
10198 rdos*)
10199 lt_prog_compiler_static='-non_shared'
10200 ;;
10201
10202 solaris*)
10203 lt_prog_compiler_pic='-KPIC'
10204 lt_prog_compiler_static='-Bstatic'
10205 case $cc_basename in
10206 f77* | f90* | f95*)
10207 lt_prog_compiler_wl='-Qoption ld ';;
10208 *)
10209 lt_prog_compiler_wl='-Wl,';;
10210 esac
10211 ;;
edece237 10212
6bb11ab3
L
10213 sunos4*)
10214 lt_prog_compiler_wl='-Qoption ld '
10215 lt_prog_compiler_pic='-PIC'
10216 lt_prog_compiler_static='-Bstatic'
10217 ;;
edece237 10218
6bb11ab3
L
10219 sysv4 | sysv4.2uw2* | sysv4.3*)
10220 lt_prog_compiler_wl='-Wl,'
10221 lt_prog_compiler_pic='-KPIC'
10222 lt_prog_compiler_static='-Bstatic'
10223 ;;
edece237 10224
6bb11ab3
L
10225 sysv4*MP*)
10226 if test -d /usr/nec ;then
10227 lt_prog_compiler_pic='-Kconform_pic'
10228 lt_prog_compiler_static='-Bstatic'
10229 fi
10230 ;;
10231
10232 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10233 lt_prog_compiler_wl='-Wl,'
10234 lt_prog_compiler_pic='-KPIC'
10235 lt_prog_compiler_static='-Bstatic'
10236 ;;
10237
10238 unicos*)
10239 lt_prog_compiler_wl='-Wl,'
10240 lt_prog_compiler_can_build_shared=no
10241 ;;
10242
10243 uts4*)
10244 lt_prog_compiler_pic='-pic'
10245 lt_prog_compiler_static='-Bstatic'
10246 ;;
10247
10248 *)
10249 lt_prog_compiler_can_build_shared=no
10250 ;;
10251 esac
10252 fi
10253
10254case $host_os in
10255 # For platforms which do not support PIC, -DPIC is meaningless:
10256 *djgpp*)
10257 lt_prog_compiler_pic=
10258 ;;
10259 *)
10260 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10261 ;;
81ecdfbb 10262esac
6bb11ab3
L
10263{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10264$as_echo "$lt_prog_compiler_pic" >&6; }
10265
10266
10267
10268
10269
10270
10271#
10272# Check to make sure the PIC flag actually works.
10273#
10274if test -n "$lt_prog_compiler_pic"; then
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10276$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10277if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3 10278 $as_echo_n "(cached) " >&6
edece237 10279else
6bb11ab3
L
10280 lt_cv_prog_compiler_pic_works=no
10281 ac_outfile=conftest.$ac_objext
10282 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10283 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10284 # Insert the option either (1) after the last *FLAGS variable, or
10285 # (2) before a word containing "conftest.", or (3) at the end.
10286 # Note that $ac_compile itself does not contain backslashes and begins
10287 # with a dollar sign (not a hyphen), so the echo should work correctly.
10288 # The option is referenced via a variable to avoid confusing sed.
10289 lt_compile=`echo "$ac_compile" | $SED \
10290 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10291 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10292 -e 's:$: $lt_compiler_flag:'`
10293 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10294 (eval "$lt_compile" 2>conftest.err)
10295 ac_status=$?
10296 cat conftest.err >&5
10297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10298 if (exit $ac_status) && test -s "$ac_outfile"; then
10299 # The compiler can only warn and ignore the option if not recognized
10300 # So say no if there are warnings other than the usual output.
10301 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10302 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10303 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10304 lt_cv_prog_compiler_pic_works=yes
10305 fi
10306 fi
10307 $RM conftest*
edece237 10308
edece237 10309fi
6bb11ab3
L
10310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10311$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10312
10313if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10314 case $lt_prog_compiler_pic in
10315 "" | " "*) ;;
10316 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10317 esac
10318else
10319 lt_prog_compiler_pic=
10320 lt_prog_compiler_can_build_shared=no
edece237 10321fi
6bb11ab3
L
10322
10323fi
10324
10325
10326
10327
10328
10329
10330#
10331# Check to make sure the static flag actually works.
10332#
10333wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10335$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10336if ${lt_cv_prog_compiler_static_works+:} false; then :
81ecdfbb 10337 $as_echo_n "(cached) " >&6
edece237 10338else
6bb11ab3
L
10339 lt_cv_prog_compiler_static_works=no
10340 save_LDFLAGS="$LDFLAGS"
10341 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10342 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10343 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10344 # The linker can only warn and ignore the option if not recognized
10345 # So say no if there are warnings
10346 if test -s conftest.err; then
10347 # Append any errors to the config.log.
10348 cat conftest.err 1>&5
10349 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10350 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10351 if diff conftest.exp conftest.er2 >/dev/null; then
10352 lt_cv_prog_compiler_static_works=yes
10353 fi
10354 else
10355 lt_cv_prog_compiler_static_works=yes
10356 fi
10357 fi
10358 $RM -r conftest*
10359 LDFLAGS="$save_LDFLAGS"
edece237 10360
6bb11ab3
L
10361fi
10362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10363$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
edece237 10364
6bb11ab3
L
10365if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10366 :
edece237 10367else
6bb11ab3 10368 lt_prog_compiler_static=
edece237 10369fi
edece237 10370
6bb11ab3
L
10371
10372
10373
10374
10375
10376
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10378$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10379if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3 10380 $as_echo_n "(cached) " >&6
81ecdfbb 10381else
6bb11ab3
L
10382 lt_cv_prog_compiler_c_o=no
10383 $RM -r conftest 2>/dev/null
10384 mkdir conftest
10385 cd conftest
10386 mkdir out
10387 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10388
10389 lt_compiler_flag="-o out/conftest2.$ac_objext"
10390 # Insert the option either (1) after the last *FLAGS variable, or
10391 # (2) before a word containing "conftest.", or (3) at the end.
10392 # Note that $ac_compile itself does not contain backslashes and begins
10393 # with a dollar sign (not a hyphen), so the echo should work correctly.
10394 lt_compile=`echo "$ac_compile" | $SED \
10395 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10396 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10397 -e 's:$: $lt_compiler_flag:'`
10398 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10399 (eval "$lt_compile" 2>out/conftest.err)
10400 ac_status=$?
10401 cat out/conftest.err >&5
10402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10403 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10404 then
10405 # The compiler can only warn and ignore the option if not recognized
10406 # So say no if there are warnings
10407 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10408 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10409 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10410 lt_cv_prog_compiler_c_o=yes
10411 fi
10412 fi
10413 chmod u+w . 2>&5
10414 $RM conftest*
10415 # SGI C++ compiler will create directory out/ii_files/ for
10416 # template instantiation
10417 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10418 $RM out/* && rmdir out
10419 cd ..
10420 $RM -r conftest
10421 $RM conftest*
10422
81ecdfbb 10423fi
6bb11ab3
L
10424{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10425$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10426
10427
10428
10429
10430
10431
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10433$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10434if ${lt_cv_prog_compiler_c_o+:} false; then :
81ecdfbb
RW
10435 $as_echo_n "(cached) " >&6
10436else
6bb11ab3
L
10437 lt_cv_prog_compiler_c_o=no
10438 $RM -r conftest 2>/dev/null
10439 mkdir conftest
10440 cd conftest
10441 mkdir out
10442 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10443
10444 lt_compiler_flag="-o out/conftest2.$ac_objext"
10445 # Insert the option either (1) after the last *FLAGS variable, or
10446 # (2) before a word containing "conftest.", or (3) at the end.
10447 # Note that $ac_compile itself does not contain backslashes and begins
10448 # with a dollar sign (not a hyphen), so the echo should work correctly.
10449 lt_compile=`echo "$ac_compile" | $SED \
10450 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10451 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10452 -e 's:$: $lt_compiler_flag:'`
10453 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10454 (eval "$lt_compile" 2>out/conftest.err)
10455 ac_status=$?
10456 cat out/conftest.err >&5
10457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10458 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10459 then
10460 # The compiler can only warn and ignore the option if not recognized
10461 # So say no if there are warnings
10462 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10463 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10464 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10465 lt_cv_prog_compiler_c_o=yes
10466 fi
10467 fi
10468 chmod u+w . 2>&5
10469 $RM conftest*
10470 # SGI C++ compiler will create directory out/ii_files/ for
10471 # template instantiation
10472 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10473 $RM out/* && rmdir out
10474 cd ..
10475 $RM -r conftest
10476 $RM conftest*
10477
10478fi
10479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10480$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10481
10482
10483
10484
10485hard_links="nottested"
10486if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10487 # do not overwrite the value of need_locks provided by the user
10488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10489$as_echo_n "checking if we can lock with hard links... " >&6; }
10490 hard_links=yes
10491 $RM conftest*
10492 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10493 touch conftest.a
10494 ln conftest.a conftest.b 2>&5 || hard_links=no
10495 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10497$as_echo "$hard_links" >&6; }
10498 if test "$hard_links" = no; then
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10500$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10501 need_locks=warn
10502 fi
10503else
10504 need_locks=no
10505fi
10506
10507
10508
10509
10510
10511
10512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10513$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10514
10515 runpath_var=
10516 allow_undefined_flag=
10517 always_export_symbols=no
10518 archive_cmds=
10519 archive_expsym_cmds=
10520 compiler_needs_object=no
10521 enable_shared_with_static_runtimes=no
10522 export_dynamic_flag_spec=
10523 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10524 hardcode_automatic=no
10525 hardcode_direct=no
10526 hardcode_direct_absolute=no
10527 hardcode_libdir_flag_spec=
10528 hardcode_libdir_flag_spec_ld=
10529 hardcode_libdir_separator=
10530 hardcode_minus_L=no
10531 hardcode_shlibpath_var=unsupported
10532 inherit_rpath=no
10533 link_all_deplibs=unknown
10534 module_cmds=
10535 module_expsym_cmds=
10536 old_archive_from_new_cmds=
10537 old_archive_from_expsyms_cmds=
10538 thread_safe_flag_spec=
10539 whole_archive_flag_spec=
10540 # include_expsyms should be a list of space-separated symbols to be *always*
10541 # included in the symbol list
10542 include_expsyms=
10543 # exclude_expsyms can be an extended regexp of symbols to exclude
10544 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10545 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10546 # as well as any symbol that contains `d'.
10547 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10548 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10549 # platforms (ab)use it in PIC code, but their linkers get confused if
10550 # the symbol is explicitly referenced. Since portable code cannot
10551 # rely on this symbol name, it's probably fine to never include it in
10552 # preloaded symbol tables.
10553 # Exclude shared library initialization/finalization symbols.
10554 extract_expsyms_cmds=
10555
10556 case $host_os in
10557 cygwin* | mingw* | pw32* | cegcc*)
10558 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10559 # When not using gcc, we currently assume that we are using
10560 # Microsoft Visual C++.
10561 if test "$GCC" != yes; then
10562 with_gnu_ld=no
10563 fi
10564 ;;
10565 interix*)
10566 # we just hope/assume this is gcc and not c89 (= MSVC++)
10567 with_gnu_ld=yes
10568 ;;
10569 openbsd*)
10570 with_gnu_ld=no
10571 ;;
10572 esac
edece237 10573
6bb11ab3
L
10574 ld_shlibs=yes
10575
10576 # On some targets, GNU ld is compatible enough with the native linker
10577 # that we're better off using the native interface for both.
10578 lt_use_gnu_ld_interface=no
10579 if test "$with_gnu_ld" = yes; then
10580 case $host_os in
10581 aix*)
10582 # The AIX port of GNU ld has always aspired to compatibility
10583 # with the native linker. However, as the warning in the GNU ld
10584 # block says, versions before 2.19.5* couldn't really create working
10585 # shared libraries, regardless of the interface used.
10586 case `$LD -v 2>&1` in
10587 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10588 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10589 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10590 *)
10591 lt_use_gnu_ld_interface=yes
10592 ;;
10593 esac
10594 ;;
10595 *)
10596 lt_use_gnu_ld_interface=yes
10597 ;;
10598 esac
10599 fi
edece237 10600
6bb11ab3
L
10601 if test "$lt_use_gnu_ld_interface" = yes; then
10602 # If archive_cmds runs LD, not CC, wlarc should be empty
10603 wlarc='${wl}'
10604
10605 # Set some defaults for GNU ld with shared library support. These
10606 # are reset later if shared libraries are not supported. Putting them
10607 # here allows them to be overridden if necessary.
10608 runpath_var=LD_RUN_PATH
10609 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10610 export_dynamic_flag_spec='${wl}--export-dynamic'
10611 # ancient GNU ld didn't support --whole-archive et. al.
10612 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10613 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10614 else
10615 whole_archive_flag_spec=
10616 fi
10617 supports_anon_versioning=no
10618 case `$LD -v 2>&1` in
10619 *GNU\ gold*) supports_anon_versioning=yes ;;
10620 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10621 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10622 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10623 *\ 2.11.*) ;; # other 2.11 versions
10624 *) supports_anon_versioning=yes ;;
10625 esac
10626
10627 # See if GNU ld supports shared libraries.
10628 case $host_os in
10629 aix[3-9]*)
10630 # On AIX/PPC, the GNU linker is very broken
10631 if test "$host_cpu" != ia64; then
10632 ld_shlibs=no
10633 cat <<_LT_EOF 1>&2
10634
10635*** Warning: the GNU linker, at least up to release 2.19, is reported
10636*** to be unable to reliably create shared libraries on AIX.
10637*** Therefore, libtool is disabling shared libraries support. If you
10638*** really care for shared libraries, you may want to install binutils
10639*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10640*** You will then need to restart the configuration process.
10641
10642_LT_EOF
10643 fi
10644 ;;
10645
10646 amigaos*)
10647 case $host_cpu in
10648 powerpc)
10649 # see comment about AmigaOS4 .so support
10650 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10651 archive_expsym_cmds=''
10652 ;;
10653 m68k)
10654 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)'
10655 hardcode_libdir_flag_spec='-L$libdir'
10656 hardcode_minus_L=yes
10657 ;;
10658 esac
10659 ;;
10660
10661 beos*)
10662 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10663 allow_undefined_flag=unsupported
10664 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10665 # support --undefined. This deserves some investigation. FIXME
10666 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10667 else
10668 ld_shlibs=no
10669 fi
10670 ;;
10671
10672 cygwin* | mingw* | pw32* | cegcc*)
10673 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10674 # as there is no search path for DLLs.
10675 hardcode_libdir_flag_spec='-L$libdir'
10676 export_dynamic_flag_spec='${wl}--export-all-symbols'
10677 allow_undefined_flag=unsupported
10678 always_export_symbols=no
10679 enable_shared_with_static_runtimes=yes
10680 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10681
10682 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10684 # If the export-symbols file already is a .def file (1st line
10685 # is EXPORTS), use it as is; otherwise, prepend...
10686 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10687 cp $export_symbols $output_objdir/$soname.def;
10688 else
10689 echo EXPORTS > $output_objdir/$soname.def;
10690 cat $export_symbols >> $output_objdir/$soname.def;
10691 fi~
10692 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10693 else
10694 ld_shlibs=no
10695 fi
10696 ;;
10697
10698 haiku*)
10699 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10700 link_all_deplibs=yes
10701 ;;
10702
10703 interix[3-9]*)
10704 hardcode_direct=no
10705 hardcode_shlibpath_var=no
10706 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10707 export_dynamic_flag_spec='${wl}-E'
10708 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10709 # Instead, shared libraries are loaded at an image base (0x10000000 by
10710 # default) and relocated if they conflict, which is a slow very memory
10711 # consuming and fragmenting process. To avoid this, we pick a random,
10712 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10713 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10714 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10715 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'
10716 ;;
10717
10718 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10719 tmp_diet=no
10720 if test "$host_os" = linux-dietlibc; then
10721 case $cc_basename in
10722 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10723 esac
10724 fi
10725 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10726 && test "$tmp_diet" = no
10727 then
ae7d0cac 10728 tmp_addflag=' $pic_flag'
6bb11ab3
L
10729 tmp_sharedflag='-shared'
10730 case $cc_basename,$host_cpu in
10731 pgcc*) # Portland Group C compiler
10732 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'
10733 tmp_addflag=' $pic_flag'
10734 ;;
10735 pgf77* | pgf90* | pgf95* | pgfortran*)
10736 # Portland Group f77 and f90 compilers
10737 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'
10738 tmp_addflag=' $pic_flag -Mnomain' ;;
10739 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10740 tmp_addflag=' -i_dynamic' ;;
10741 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10742 tmp_addflag=' -i_dynamic -nofor_main' ;;
10743 ifc* | ifort*) # Intel Fortran compiler
10744 tmp_addflag=' -nofor_main' ;;
10745 lf95*) # Lahey Fortran 8.1
10746 whole_archive_flag_spec=
10747 tmp_sharedflag='--shared' ;;
10748 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10749 tmp_sharedflag='-qmkshrobj'
10750 tmp_addflag= ;;
10751 nvcc*) # Cuda Compiler Driver 2.2
10752 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'
10753 compiler_needs_object=yes
10754 ;;
10755 esac
10756 case `$CC -V 2>&1 | sed 5q` in
10757 *Sun\ C*) # Sun C 5.9
10758 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'
10759 compiler_needs_object=yes
10760 tmp_sharedflag='-G' ;;
10761 *Sun\ F*) # Sun Fortran 8.3
10762 tmp_sharedflag='-G' ;;
10763 esac
10764 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10765
10766 if test "x$supports_anon_versioning" = xyes; then
10767 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10768 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10769 echo "local: *; };" >> $output_objdir/$libname.ver~
10770 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10771 fi
10772
10773 case $cc_basename in
10774 xlf* | bgf* | bgxlf* | mpixlf*)
10775 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10776 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10777 hardcode_libdir_flag_spec=
10778 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10779 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10780 if test "x$supports_anon_versioning" = xyes; then
10781 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10782 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10783 echo "local: *; };" >> $output_objdir/$libname.ver~
10784 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10785 fi
10786 ;;
10787 esac
10788 else
10789 ld_shlibs=no
10790 fi
10791 ;;
10792
10793 netbsd*)
10794 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10795 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10796 wlarc=
10797 else
10798 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10799 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10800 fi
10801 ;;
10802
10803 solaris*)
10804 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10805 ld_shlibs=no
10806 cat <<_LT_EOF 1>&2
10807
10808*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10809*** create shared libraries on Solaris systems. Therefore, libtool
10810*** is disabling shared libraries support. We urge you to upgrade GNU
10811*** binutils to release 2.9.1 or newer. Another option is to modify
10812*** your PATH or compiler configuration so that the native linker is
10813*** used, and then restart.
10814
10815_LT_EOF
10816 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10817 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10818 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10819 else
10820 ld_shlibs=no
10821 fi
10822 ;;
10823
10824 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10825 case `$LD -v 2>&1` in
10826 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10827 ld_shlibs=no
10828 cat <<_LT_EOF 1>&2
10829
10830*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10831*** reliably create shared libraries on SCO systems. Therefore, libtool
10832*** is disabling shared libraries support. We urge you to upgrade GNU
10833*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10834*** your PATH or compiler configuration so that the native linker is
10835*** used, and then restart.
10836
10837_LT_EOF
10838 ;;
10839 *)
10840 # For security reasons, it is highly recommended that you always
10841 # use absolute paths for naming shared libraries, and exclude the
10842 # DT_RUNPATH tag from executables and libraries. But doing so
10843 # requires that you compile everything twice, which is a pain.
10844 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10845 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10846 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10847 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10848 else
10849 ld_shlibs=no
10850 fi
10851 ;;
10852 esac
10853 ;;
10854
10855 sunos4*)
10856 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10857 wlarc=
10858 hardcode_direct=yes
10859 hardcode_shlibpath_var=no
10860 ;;
10861
10862 *)
10863 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10864 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10865 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10866 else
10867 ld_shlibs=no
10868 fi
10869 ;;
10870 esac
10871
10872 if test "$ld_shlibs" = no; then
10873 runpath_var=
10874 hardcode_libdir_flag_spec=
10875 export_dynamic_flag_spec=
10876 whole_archive_flag_spec=
10877 fi
10878 else
10879 # PORTME fill in a description of your system's linker (not GNU ld)
10880 case $host_os in
10881 aix3*)
10882 allow_undefined_flag=unsupported
10883 always_export_symbols=yes
10884 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'
10885 # Note: this linker hardcodes the directories in LIBPATH if there
10886 # are no directories specified by -L.
10887 hardcode_minus_L=yes
10888 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10889 # Neither direct hardcoding nor static linking is supported with a
10890 # broken collect2.
10891 hardcode_direct=unsupported
10892 fi
10893 ;;
10894
10895 aix[4-9]*)
10896 if test "$host_cpu" = ia64; then
10897 # On IA64, the linker does run time linking by default, so we don't
10898 # have to do anything special.
10899 aix_use_runtimelinking=no
10900 exp_sym_flag='-Bexport'
10901 no_entry_flag=""
10902 else
10903 # If we're using GNU nm, then we don't want the "-C" option.
10904 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10905 # Also, AIX nm treats weak defined symbols like other global
10906 # defined symbols, whereas GNU nm marks them as "W".
10907 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10908 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'
10909 else
5c887dd5 10910 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
10911 fi
10912 aix_use_runtimelinking=no
10913
10914 # Test if we are trying to use run time linking or normal
10915 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10916 # need to do runtime linking.
10917 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10918 for ld_flag in $LDFLAGS; do
10919 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10920 aix_use_runtimelinking=yes
10921 break
10922 fi
10923 done
10924 ;;
10925 esac
10926
10927 exp_sym_flag='-bexport'
10928 no_entry_flag='-bnoentry'
10929 fi
10930
10931 # When large executables or shared objects are built, AIX ld can
10932 # have problems creating the table of contents. If linking a library
10933 # or program results in "error TOC overflow" add -mminimal-toc to
10934 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10935 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10936
10937 archive_cmds=''
10938 hardcode_direct=yes
10939 hardcode_direct_absolute=yes
10940 hardcode_libdir_separator=':'
10941 link_all_deplibs=yes
10942 file_list_spec='${wl}-f,'
10943
10944 if test "$GCC" = yes; then
10945 case $host_os in aix4.[012]|aix4.[012].*)
10946 # We only want to do this on AIX 4.2 and lower, the check
10947 # below for broken collect2 doesn't work under 4.3+
10948 collect2name=`${CC} -print-prog-name=collect2`
10949 if test -f "$collect2name" &&
10950 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10951 then
10952 # We have reworked collect2
10953 :
10954 else
10955 # We have old collect2
10956 hardcode_direct=unsupported
10957 # It fails to find uninstalled libraries when the uninstalled
10958 # path is not listed in the libpath. Setting hardcode_minus_L
10959 # to unsupported forces relinking
10960 hardcode_minus_L=yes
10961 hardcode_libdir_flag_spec='-L$libdir'
10962 hardcode_libdir_separator=
10963 fi
10964 ;;
10965 esac
10966 shared_flag='-shared'
10967 if test "$aix_use_runtimelinking" = yes; then
10968 shared_flag="$shared_flag "'${wl}-G'
10969 fi
10970 else
10971 # not using gcc
10972 if test "$host_cpu" = ia64; then
10973 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10974 # chokes on -Wl,-G. The following line is correct:
10975 shared_flag='-G'
10976 else
10977 if test "$aix_use_runtimelinking" = yes; then
10978 shared_flag='${wl}-G'
10979 else
10980 shared_flag='${wl}-bM:SRE'
10981 fi
10982 fi
10983 fi
10984
10985 export_dynamic_flag_spec='${wl}-bexpall'
10986 # It seems that -bexpall does not export symbols beginning with
10987 # underscore (_), so it is better to generate a list of symbols to export.
10988 always_export_symbols=yes
10989 if test "$aix_use_runtimelinking" = yes; then
10990 # Warning - without using the other runtime loading flags (-brtl),
10991 # -berok will link without error, but may produce a broken library.
10992 allow_undefined_flag='-berok'
10993 # Determine the default libpath from the value encoded in an
10994 # empty executable.
10995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
81ecdfbb
RW
10996/* end confdefs.h. */
10997
10998int
10999main ()
11000{
11001
11002 ;
11003 return 0;
11004}
11005_ACEOF
6bb11ab3 11006if ac_fn_c_try_link "$LINENO"; then :
edece237 11007
6bb11ab3
L
11008lt_aix_libpath_sed='
11009 /Import File Strings/,/^$/ {
11010 /^0/ {
11011 s/^0 *\(.*\)$/\1/
11012 p
11013 }
11014 }'
11015aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11016# Check for a 64-bit object if we didn't find anything.
11017if test -z "$aix_libpath"; then
11018 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11019fi
11020fi
11021rm -f core conftest.err conftest.$ac_objext \
11022 conftest$ac_exeext conftest.$ac_ext
11023if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11024
11025 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11026 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"
11027 else
11028 if test "$host_cpu" = ia64; then
11029 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11030 allow_undefined_flag="-z nodefs"
11031 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"
11032 else
11033 # Determine the default libpath from the value encoded in an
11034 # empty executable.
81ecdfbb
RW
11035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11036/* end confdefs.h. */
11037
11038int
11039main ()
11040{
11041
11042 ;
11043 return 0;
11044}
11045_ACEOF
6bb11ab3
L
11046if ac_fn_c_try_link "$LINENO"; then :
11047
11048lt_aix_libpath_sed='
11049 /Import File Strings/,/^$/ {
11050 /^0/ {
11051 s/^0 *\(.*\)$/\1/
11052 p
11053 }
11054 }'
11055aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11056# Check for a 64-bit object if we didn't find anything.
11057if test -z "$aix_libpath"; then
11058 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
81ecdfbb 11059fi
81ecdfbb 11060fi
6bb11ab3
L
11061rm -f core conftest.err conftest.$ac_objext \
11062 conftest$ac_exeext conftest.$ac_ext
11063if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11064
11065 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11066 # Warning - without using the other run time loading flags,
11067 # -berok will link without error, but may produce a broken library.
11068 no_undefined_flag=' ${wl}-bernotok'
11069 allow_undefined_flag=' ${wl}-berok'
11070 if test "$with_gnu_ld" = yes; then
11071 # We only use this code for GNU lds that support --whole-archive.
11072 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11073 else
11074 # Exported symbols can be pulled into shared objects from archives
11075 whole_archive_flag_spec='$convenience'
11076 fi
11077 archive_cmds_need_lc=yes
11078 # This is similar to how AIX traditionally builds its shared libraries.
11079 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'
11080 fi
11081 fi
11082 ;;
11083
11084 amigaos*)
11085 case $host_cpu in
11086 powerpc)
11087 # see comment about AmigaOS4 .so support
11088 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11089 archive_expsym_cmds=''
11090 ;;
11091 m68k)
11092 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)'
11093 hardcode_libdir_flag_spec='-L$libdir'
11094 hardcode_minus_L=yes
11095 ;;
11096 esac
11097 ;;
11098
11099 bsdi[45]*)
11100 export_dynamic_flag_spec=-rdynamic
11101 ;;
11102
11103 cygwin* | mingw* | pw32* | cegcc*)
11104 # When not using gcc, we currently assume that we are using
11105 # Microsoft Visual C++.
11106 # hardcode_libdir_flag_spec is actually meaningless, as there is
11107 # no search path for DLLs.
11108 hardcode_libdir_flag_spec=' '
11109 allow_undefined_flag=unsupported
11110 # Tell ltmain to make .lib files, not .a files.
11111 libext=lib
11112 # Tell ltmain to make .dll files, not .so files.
11113 shrext_cmds=".dll"
11114 # FIXME: Setting linknames here is a bad hack.
11115 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11116 # The linker will automatically build a .lib file if we build a DLL.
11117 old_archive_from_new_cmds='true'
11118 # FIXME: Should let the user specify the lib program.
11119 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11120 fix_srcfile_path='`cygpath -w "$srcfile"`'
11121 enable_shared_with_static_runtimes=yes
11122 ;;
11123
11124 darwin* | rhapsody*)
11125
11126
11127 archive_cmds_need_lc=no
11128 hardcode_direct=no
11129 hardcode_automatic=yes
11130 hardcode_shlibpath_var=unsupported
11131 if test "$lt_cv_ld_force_load" = "yes"; then
11132 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\"`'
edece237 11133 else
6bb11ab3 11134 whole_archive_flag_spec=''
edece237 11135 fi
6bb11ab3
L
11136 link_all_deplibs=yes
11137 allow_undefined_flag="$_lt_dar_allow_undefined"
11138 case $cc_basename in
11139 ifort*) _lt_dar_can_shared=yes ;;
11140 *) _lt_dar_can_shared=$GCC ;;
11141 esac
11142 if test "$_lt_dar_can_shared" = "yes"; then
11143 output_verbose_link_cmd=func_echo_all
11144 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11145 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11146 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}"
11147 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}"
11148
edece237 11149 else
6bb11ab3 11150 ld_shlibs=no
edece237 11151 fi
6bb11ab3
L
11152
11153 ;;
11154
11155 dgux*)
11156 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11157 hardcode_libdir_flag_spec='-L$libdir'
11158 hardcode_shlibpath_var=no
11159 ;;
11160
11161 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11162 # support. Future versions do this automatically, but an explicit c++rt0.o
11163 # does not break anything, and helps significantly (at the cost of a little
11164 # extra space).
11165 freebsd2.2*)
11166 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11167 hardcode_libdir_flag_spec='-R$libdir'
11168 hardcode_direct=yes
11169 hardcode_shlibpath_var=no
11170 ;;
11171
11172 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11173 freebsd2.*)
11174 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11175 hardcode_direct=yes
11176 hardcode_minus_L=yes
11177 hardcode_shlibpath_var=no
11178 ;;
11179
11180 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11181 freebsd* | dragonfly*)
11182 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11183 hardcode_libdir_flag_spec='-R$libdir'
11184 hardcode_direct=yes
11185 hardcode_shlibpath_var=no
11186 ;;
11187
11188 hpux9*)
11189 if test "$GCC" = yes; then
11190 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'
11191 else
11192 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'
11193 fi
11194 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11195 hardcode_libdir_separator=:
11196 hardcode_direct=yes
11197
11198 # hardcode_minus_L: Not really in the search PATH,
11199 # but as the default location of the library.
11200 hardcode_minus_L=yes
11201 export_dynamic_flag_spec='${wl}-E'
11202 ;;
11203
11204 hpux10*)
11205 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11206 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11207 else
11208 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11209 fi
11210 if test "$with_gnu_ld" = no; then
11211 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11212 hardcode_libdir_flag_spec_ld='+b $libdir'
11213 hardcode_libdir_separator=:
11214 hardcode_direct=yes
11215 hardcode_direct_absolute=yes
11216 export_dynamic_flag_spec='${wl}-E'
11217 # hardcode_minus_L: Not really in the search PATH,
11218 # but as the default location of the library.
11219 hardcode_minus_L=yes
11220 fi
11221 ;;
11222
11223 hpux11*)
11224 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11225 case $host_cpu in
11226 hppa*64*)
11227 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11228 ;;
11229 ia64*)
11230 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11231 ;;
11232 *)
11233 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11234 ;;
11235 esac
11236 else
11237 case $host_cpu in
11238 hppa*64*)
11239 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11240 ;;
11241 ia64*)
11242 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11243 ;;
11244 *)
11245
11246 # Older versions of the 11.00 compiler do not understand -b yet
11247 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11249$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11250if ${lt_cv_prog_compiler__b+:} false; then :
81ecdfbb 11251 $as_echo_n "(cached) " >&6
edece237 11252else
6bb11ab3
L
11253 lt_cv_prog_compiler__b=no
11254 save_LDFLAGS="$LDFLAGS"
11255 LDFLAGS="$LDFLAGS -b"
11256 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11257 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11258 # The linker can only warn and ignore the option if not recognized
11259 # So say no if there are warnings
11260 if test -s conftest.err; then
11261 # Append any errors to the config.log.
11262 cat conftest.err 1>&5
11263 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11264 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11265 if diff conftest.exp conftest.er2 >/dev/null; then
11266 lt_cv_prog_compiler__b=yes
11267 fi
11268 else
11269 lt_cv_prog_compiler__b=yes
11270 fi
11271 fi
11272 $RM -r conftest*
11273 LDFLAGS="$save_LDFLAGS"
edece237 11274
6bb11ab3
L
11275fi
11276{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11277$as_echo "$lt_cv_prog_compiler__b" >&6; }
edece237 11278
6bb11ab3
L
11279if test x"$lt_cv_prog_compiler__b" = xyes; then
11280 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11281else
11282 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11283fi
81ecdfbb 11284
6bb11ab3
L
11285 ;;
11286 esac
11287 fi
11288 if test "$with_gnu_ld" = no; then
11289 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11290 hardcode_libdir_separator=:
11291
11292 case $host_cpu in
11293 hppa*64*|ia64*)
11294 hardcode_direct=no
11295 hardcode_shlibpath_var=no
11296 ;;
11297 *)
11298 hardcode_direct=yes
11299 hardcode_direct_absolute=yes
11300 export_dynamic_flag_spec='${wl}-E'
11301
11302 # hardcode_minus_L: Not really in the search PATH,
11303 # but as the default location of the library.
11304 hardcode_minus_L=yes
11305 ;;
11306 esac
11307 fi
11308 ;;
11309
11310 irix5* | irix6* | nonstopux*)
11311 if test "$GCC" = yes; then
11312 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'
11313 # Try to use the -exported_symbol ld option, if it does not
11314 # work, assume that -exports_file does not work either and
11315 # implicitly export all symbols.
11316 save_LDFLAGS="$LDFLAGS"
11317 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11318 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11319/* end confdefs.h. */
11320int foo(void) {}
edece237 11321_ACEOF
6bb11ab3
L
11322if ac_fn_c_try_link "$LINENO"; then :
11323 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'
edece237
CV
11324
11325fi
6bb11ab3
L
11326rm -f core conftest.err conftest.$ac_objext \
11327 conftest$ac_exeext conftest.$ac_ext
11328 LDFLAGS="$save_LDFLAGS"
11329 else
11330 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'
11331 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'
11332 fi
11333 archive_cmds_need_lc='no'
11334 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11335 hardcode_libdir_separator=:
11336 inherit_rpath=yes
11337 link_all_deplibs=yes
11338 ;;
11339
11340 netbsd*)
11341 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11342 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11343 else
11344 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11345 fi
11346 hardcode_libdir_flag_spec='-R$libdir'
11347 hardcode_direct=yes
11348 hardcode_shlibpath_var=no
11349 ;;
11350
11351 newsos6)
11352 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11353 hardcode_direct=yes
11354 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11355 hardcode_libdir_separator=:
11356 hardcode_shlibpath_var=no
11357 ;;
11358
11359 *nto* | *qnx*)
11360 ;;
11361
11362 openbsd*)
11363 if test -f /usr/libexec/ld.so; then
11364 hardcode_direct=yes
11365 hardcode_shlibpath_var=no
11366 hardcode_direct_absolute=yes
11367 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11368 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11369 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11370 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11371 export_dynamic_flag_spec='${wl}-E'
11372 else
11373 case $host_os in
11374 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11375 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11376 hardcode_libdir_flag_spec='-R$libdir'
11377 ;;
11378 *)
11379 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11380 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11381 ;;
11382 esac
11383 fi
11384 else
11385 ld_shlibs=no
11386 fi
11387 ;;
11388
11389 os2*)
11390 hardcode_libdir_flag_spec='-L$libdir'
11391 hardcode_minus_L=yes
11392 allow_undefined_flag=unsupported
11393 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'
11394 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11395 ;;
11396
11397 osf3*)
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}-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 else
11402 allow_undefined_flag=' -expect_unresolved \*'
11403 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'
11404 fi
11405 archive_cmds_need_lc='no'
11406 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11407 hardcode_libdir_separator=:
11408 ;;
11409
11410 osf4* | osf5*) # as osf3* with the addition of -msym flag
11411 if test "$GCC" = yes; then
11412 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11413 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'
11414 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11415 else
11416 allow_undefined_flag=' -expect_unresolved \*'
11417 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'
11418 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~
11419 $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'
11420
11421 # Both c and cxx compiler support -rpath directly
11422 hardcode_libdir_flag_spec='-rpath $libdir'
11423 fi
11424 archive_cmds_need_lc='no'
11425 hardcode_libdir_separator=:
11426 ;;
11427
11428 solaris*)
11429 no_undefined_flag=' -z defs'
11430 if test "$GCC" = yes; then
11431 wlarc='${wl}'
11432 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$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 -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11435 else
11436 case `$CC -V 2>&1` in
11437 *"Compilers 5.0"*)
11438 wlarc=''
11439 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11440 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11441 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11442 ;;
11443 *)
11444 wlarc='${wl}'
11445 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11446 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11447 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11448 ;;
11449 esac
11450 fi
11451 hardcode_libdir_flag_spec='-R$libdir'
11452 hardcode_shlibpath_var=no
11453 case $host_os in
11454 solaris2.[0-5] | solaris2.[0-5].*) ;;
11455 *)
11456 # The compiler driver will combine and reorder linker options,
11457 # but understands `-z linker_flag'. GCC discards it without `$wl',
11458 # but is careful enough not to reorder.
11459 # Supported since Solaris 2.6 (maybe 2.5.1?)
11460 if test "$GCC" = yes; then
11461 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11462 else
11463 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11464 fi
11465 ;;
11466 esac
11467 link_all_deplibs=yes
11468 ;;
11469
11470 sunos4*)
11471 if test "x$host_vendor" = xsequent; then
11472 # Use $CC to link under sequent, because it throws in some extra .o
11473 # files that make .init and .fini sections work.
11474 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11475 else
11476 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11477 fi
11478 hardcode_libdir_flag_spec='-L$libdir'
11479 hardcode_direct=yes
11480 hardcode_minus_L=yes
11481 hardcode_shlibpath_var=no
11482 ;;
11483
11484 sysv4)
11485 case $host_vendor in
11486 sni)
11487 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11488 hardcode_direct=yes # is this really true???
11489 ;;
11490 siemens)
11491 ## LD is ld it makes a PLAMLIB
11492 ## CC just makes a GrossModule.
11493 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11494 reload_cmds='$CC -r -o $output$reload_objs'
11495 hardcode_direct=no
11496 ;;
11497 motorola)
11498 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11499 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11500 ;;
11501 esac
11502 runpath_var='LD_RUN_PATH'
11503 hardcode_shlibpath_var=no
11504 ;;
11505
11506 sysv4.3*)
11507 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11508 hardcode_shlibpath_var=no
11509 export_dynamic_flag_spec='-Bexport'
11510 ;;
11511
11512 sysv4*MP*)
11513 if test -d /usr/nec; then
11514 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11515 hardcode_shlibpath_var=no
11516 runpath_var=LD_RUN_PATH
11517 hardcode_runpath_var=yes
11518 ld_shlibs=yes
11519 fi
11520 ;;
11521
11522 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11523 no_undefined_flag='${wl}-z,text'
11524 archive_cmds_need_lc=no
11525 hardcode_shlibpath_var=no
11526 runpath_var='LD_RUN_PATH'
11527
11528 if test "$GCC" = yes; then
11529 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11530 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11531 else
11532 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11533 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11534 fi
11535 ;;
11536
11537 sysv5* | sco3.2v5* | sco5v6*)
11538 # Note: We can NOT use -z defs as we might desire, because we do not
11539 # link with -lc, and that would cause any symbols used from libc to
11540 # always be unresolved, which means just about no library would
11541 # ever link correctly. If we're not using GNU ld we use -z text
11542 # though, which does catch some bad symbols but isn't as heavy-handed
11543 # as -z defs.
11544 no_undefined_flag='${wl}-z,text'
11545 allow_undefined_flag='${wl}-z,nodefs'
11546 archive_cmds_need_lc=no
11547 hardcode_shlibpath_var=no
11548 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11549 hardcode_libdir_separator=':'
11550 link_all_deplibs=yes
11551 export_dynamic_flag_spec='${wl}-Bexport'
11552 runpath_var='LD_RUN_PATH'
11553
11554 if test "$GCC" = yes; then
11555 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11556 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11557 else
11558 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11559 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11560 fi
11561 ;;
11562
11563 uts4*)
11564 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11565 hardcode_libdir_flag_spec='-L$libdir'
11566 hardcode_shlibpath_var=no
11567 ;;
11568
11569 *)
11570 ld_shlibs=no
11571 ;;
11572 esac
11573
11574 if test x$host_vendor = xsni; then
11575 case $host in
11576 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11577 export_dynamic_flag_spec='${wl}-Blargedynsym'
11578 ;;
11579 esac
11580 fi
11581 fi
11582
11583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11584$as_echo "$ld_shlibs" >&6; }
11585test "$ld_shlibs" = no && can_build_shared=no
11586
11587with_gnu_ld=$with_gnu_ld
11588
11589
11590
11591
edece237 11592
edece237 11593
edece237 11594
6ffe910a 11595
6ffe910a
MF
11596
11597
6ffe910a 11598
edece237 11599
edece237
CV
11600
11601
6bb11ab3
L
11602
11603#
11604# Do we need to explicitly link libc?
11605#
11606case "x$archive_cmds_need_lc" in
11607x|xyes)
11608 # Assume -lc should be added
11609 archive_cmds_need_lc=yes
11610
11611 if test "$enable_shared" = yes && test "$GCC" = yes; then
11612 case $archive_cmds in
11613 *'~'*)
11614 # FIXME: we may have to deal with multi-command sequences.
11615 ;;
11616 '$CC '*)
11617 # Test whether the compiler implicitly links with -lc since on some
11618 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11619 # to ld, don't add -lc before -lgcc.
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11621$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11622if ${lt_cv_archive_cmds_need_lc+:} false; then :
6ffe910a 11623 $as_echo_n "(cached) " >&6
edece237 11624else
6bb11ab3
L
11625 $RM conftest*
11626 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11627
11628 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11629 (eval $ac_compile) 2>&5
11630 ac_status=$?
11631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11632 test $ac_status = 0; } 2>conftest.err; then
11633 soname=conftest
11634 lib=conftest
11635 libobjs=conftest.$ac_objext
11636 deplibs=
11637 wl=$lt_prog_compiler_wl
11638 pic_flag=$lt_prog_compiler_pic
11639 compiler_flags=-v
11640 linker_flags=-v
11641 verstring=
11642 output_objdir=.
11643 libname=conftest
11644 lt_save_allow_undefined_flag=$allow_undefined_flag
11645 allow_undefined_flag=
11646 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11647 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11648 ac_status=$?
11649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11650 test $ac_status = 0; }
11651 then
11652 lt_cv_archive_cmds_need_lc=no
11653 else
11654 lt_cv_archive_cmds_need_lc=yes
11655 fi
11656 allow_undefined_flag=$lt_save_allow_undefined_flag
11657 else
11658 cat conftest.err 1>&5
11659 fi
11660 $RM conftest*
edece237 11661
6ffe910a 11662fi
6bb11ab3
L
11663{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11664$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11665 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11666 ;;
11667 esac
11668 fi
11669 ;;
6ffe910a 11670esac
edece237
CV
11671
11672
6ffe910a 11673
edece237 11674
81ecdfbb 11675
edece237 11676
edece237 11677
edece237 11678
edece237 11679
edece237 11680
edece237 11681
edece237 11682
edece237 11683
edece237 11684
81ecdfbb 11685
edece237 11686
edece237
CV
11687
11688
81ecdfbb 11689
81ecdfbb 11690
81ecdfbb
RW
11691
11692
81ecdfbb 11693
81ecdfbb 11694
edece237
CV
11695
11696
edece237 11697
edece237 11698
edece237 11699
edece237 11700
81ecdfbb 11701
edece237 11702
edece237 11703
edece237 11704
81ecdfbb 11705
edece237 11706
edece237 11707
edece237 11708
edece237 11709
81ecdfbb 11710
edece237 11711
edece237 11712
edece237 11713
edece237
CV
11714
11715
11716
11717
6ffe910a 11718
2232061b
MF
11719
11720
2232061b 11721
2232061b
MF
11722
11723
2232061b
MF
11724
11725
2232061b 11726
2232061b
MF
11727
11728
6bb11ab3
L
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11829$as_echo_n "checking dynamic linker characteristics... " >&6; }
11830
11831if test "$GCC" = yes; then
11832 case $host_os in
11833 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11834 *) lt_awk_arg="/^libraries:/" ;;
11835 esac
11836 case $host_os in
11837 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11838 *) lt_sed_strip_eq="s,=/,/,g" ;;
11839 esac
11840 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11841 case $lt_search_path_spec in
11842 *\;*)
11843 # if the path contains ";" then we assume it to be the separator
11844 # otherwise default to the standard path separator (i.e. ":") - it is
11845 # assumed that no part of a normal pathname contains ";" but that should
11846 # okay in the real world where ";" in dirpaths is itself problematic.
11847 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11848 ;;
11849 *)
11850 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11851 ;;
11852 esac
11853 # Ok, now we have the path, separated by spaces, we can step through it
11854 # and add multilib dir if necessary.
11855 lt_tmp_lt_search_path_spec=
11856 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11857 for lt_sys_path in $lt_search_path_spec; do
11858 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11859 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11860 else
11861 test -d "$lt_sys_path" && \
11862 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11863 fi
11864 done
11865 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11866BEGIN {RS=" "; FS="/|\n";} {
11867 lt_foo="";
11868 lt_count=0;
11869 for (lt_i = NF; lt_i > 0; lt_i--) {
11870 if ($lt_i != "" && $lt_i != ".") {
11871 if ($lt_i == "..") {
11872 lt_count++;
11873 } else {
11874 if (lt_count == 0) {
11875 lt_foo="/" $lt_i lt_foo;
11876 } else {
11877 lt_count--;
11878 }
11879 }
11880 }
11881 }
11882 if (lt_foo != "") { lt_freq[lt_foo]++; }
11883 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11884}'`
11885 # AWK program above erroneously prepends '/' to C:/dos/paths
11886 # for these hosts.
11887 case $host_os in
11888 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11889 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11890 esac
11891 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11892else
11893 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11894fi
11895library_names_spec=
11896libname_spec='lib$name'
11897soname_spec=
11898shrext_cmds=".so"
11899postinstall_cmds=
11900postuninstall_cmds=
11901finish_cmds=
11902finish_eval=
11903shlibpath_var=
11904shlibpath_overrides_runpath=unknown
11905version_type=none
11906dynamic_linker="$host_os ld.so"
11907sys_lib_dlsearch_path_spec="/lib /usr/lib"
11908need_lib_prefix=unknown
11909hardcode_into_libs=no
11910
11911# when you set need_version to no, make sure it does not cause -set_version
11912# flags to be left without arguments
11913need_version=unknown
11914
11915case $host_os in
11916aix3*)
11917 version_type=linux
11918 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11919 shlibpath_var=LIBPATH
11920
11921 # AIX 3 has no versioning support, so we append a major version to the name.
11922 soname_spec='${libname}${release}${shared_ext}$major'
11923 ;;
11924
11925aix[4-9]*)
11926 version_type=linux
11927 need_lib_prefix=no
11928 need_version=no
11929 hardcode_into_libs=yes
11930 if test "$host_cpu" = ia64; then
11931 # AIX 5 supports IA64
11932 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11933 shlibpath_var=LD_LIBRARY_PATH
11934 else
11935 # With GCC up to 2.95.x, collect2 would create an import file
11936 # for dependence libraries. The import file would start with
11937 # the line `#! .'. This would cause the generated library to
11938 # depend on `.', always an invalid library. This was fixed in
11939 # development snapshots of GCC prior to 3.0.
11940 case $host_os in
11941 aix4 | aix4.[01] | aix4.[01].*)
11942 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11943 echo ' yes '
11944 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11945 :
11946 else
11947 can_build_shared=no
11948 fi
11949 ;;
11950 esac
11951 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11952 # soname into executable. Probably we can add versioning support to
11953 # collect2, so additional links can be useful in future.
11954 if test "$aix_use_runtimelinking" = yes; then
11955 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11956 # instead of lib<name>.a to let people know that these are not
11957 # typical AIX shared libraries.
11958 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11959 else
11960 # We preserve .a as extension for shared libraries through AIX4.2
11961 # and later when we are not doing run time linking.
11962 library_names_spec='${libname}${release}.a $libname.a'
11963 soname_spec='${libname}${release}${shared_ext}$major'
11964 fi
11965 shlibpath_var=LIBPATH
11966 fi
11967 ;;
11968
11969amigaos*)
11970 case $host_cpu in
11971 powerpc)
11972 # Since July 2007 AmigaOS4 officially supports .so libraries.
11973 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11975 ;;
11976 m68k)
11977 library_names_spec='$libname.ixlibrary $libname.a'
11978 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11979 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'
11980 ;;
11981 esac
11982 ;;
11983
11984beos*)
11985 library_names_spec='${libname}${shared_ext}'
11986 dynamic_linker="$host_os ld.so"
11987 shlibpath_var=LIBRARY_PATH
11988 ;;
11989
11990bsdi[45]*)
11991 version_type=linux
11992 need_version=no
11993 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11994 soname_spec='${libname}${release}${shared_ext}$major'
11995 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11996 shlibpath_var=LD_LIBRARY_PATH
11997 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11998 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11999 # the default ld.so.conf also contains /usr/contrib/lib and
12000 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12001 # libtool to hard-code these into programs
12002 ;;
12003
12004cygwin* | mingw* | pw32* | cegcc*)
12005 version_type=windows
12006 shrext_cmds=".dll"
12007 need_version=no
12008 need_lib_prefix=no
12009
12010 case $GCC,$host_os in
12011 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12012 library_names_spec='$libname.dll.a'
12013 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12014 postinstall_cmds='base_file=`basename \${file}`~
12015 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12016 dldir=$destdir/`dirname \$dlpath`~
12017 test -d \$dldir || mkdir -p \$dldir~
12018 $install_prog $dir/$dlname \$dldir/$dlname~
12019 chmod a+x \$dldir/$dlname~
12020 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12021 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12022 fi'
12023 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12024 dlpath=$dir/\$dldll~
12025 $RM \$dlpath'
12026 shlibpath_overrides_runpath=yes
12027
12028 case $host_os in
12029 cygwin*)
12030 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12031 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12032
12033 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12034 ;;
12035 mingw* | cegcc*)
12036 # MinGW DLLs use traditional 'lib' prefix
12037 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12038 ;;
12039 pw32*)
12040 # pw32 DLLs use 'pw' prefix rather than 'lib'
12041 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12042 ;;
12043 esac
12044 ;;
12045
12046 *)
12047 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12048 ;;
12049 esac
12050 dynamic_linker='Win32 ld.exe'
12051 # FIXME: first we should search . and the directory the executable is in
12052 shlibpath_var=PATH
12053 ;;
12054
12055darwin* | rhapsody*)
12056 dynamic_linker="$host_os dyld"
12057 version_type=darwin
12058 need_lib_prefix=no
12059 need_version=no
12060 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12061 soname_spec='${libname}${release}${major}$shared_ext'
12062 shlibpath_overrides_runpath=yes
12063 shlibpath_var=DYLD_LIBRARY_PATH
12064 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12065
12066 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12067 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12068 ;;
12069
12070dgux*)
12071 version_type=linux
12072 need_lib_prefix=no
12073 need_version=no
12074 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12075 soname_spec='${libname}${release}${shared_ext}$major'
12076 shlibpath_var=LD_LIBRARY_PATH
12077 ;;
12078
12079freebsd* | dragonfly*)
12080 # DragonFly does not have aout. When/if they implement a new
12081 # versioning mechanism, adjust this.
12082 if test -x /usr/bin/objformat; then
12083 objformat=`/usr/bin/objformat`
12084 else
12085 case $host_os in
12086 freebsd[23].*) objformat=aout ;;
12087 *) objformat=elf ;;
12088 esac
12089 fi
12090 version_type=freebsd-$objformat
12091 case $version_type in
12092 freebsd-elf*)
12093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12094 need_version=no
12095 need_lib_prefix=no
12096 ;;
12097 freebsd-*)
12098 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12099 need_version=yes
12100 ;;
12101 esac
12102 shlibpath_var=LD_LIBRARY_PATH
12103 case $host_os in
12104 freebsd2.*)
12105 shlibpath_overrides_runpath=yes
12106 ;;
12107 freebsd3.[01]* | freebsdelf3.[01]*)
12108 shlibpath_overrides_runpath=yes
12109 hardcode_into_libs=yes
12110 ;;
12111 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12112 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12113 shlibpath_overrides_runpath=no
12114 hardcode_into_libs=yes
12115 ;;
12116 *) # from 4.6 on, and DragonFly
12117 shlibpath_overrides_runpath=yes
12118 hardcode_into_libs=yes
12119 ;;
12120 esac
12121 ;;
12122
6bb11ab3
L
12123haiku*)
12124 version_type=linux
12125 need_lib_prefix=no
12126 need_version=no
12127 dynamic_linker="$host_os runtime_loader"
12128 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12129 soname_spec='${libname}${release}${shared_ext}$major'
12130 shlibpath_var=LIBRARY_PATH
12131 shlibpath_overrides_runpath=yes
12132 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12133 hardcode_into_libs=yes
12134 ;;
12135
12136hpux9* | hpux10* | hpux11*)
12137 # Give a soname corresponding to the major version so that dld.sl refuses to
12138 # link against other versions.
12139 version_type=sunos
12140 need_lib_prefix=no
12141 need_version=no
12142 case $host_cpu in
12143 ia64*)
12144 shrext_cmds='.so'
12145 hardcode_into_libs=yes
12146 dynamic_linker="$host_os dld.so"
12147 shlibpath_var=LD_LIBRARY_PATH
12148 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12150 soname_spec='${libname}${release}${shared_ext}$major'
12151 if test "X$HPUX_IA64_MODE" = X32; then
12152 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12153 else
12154 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12155 fi
12156 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12157 ;;
12158 hppa*64*)
12159 shrext_cmds='.sl'
12160 hardcode_into_libs=yes
12161 dynamic_linker="$host_os dld.sl"
12162 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12163 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12164 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12165 soname_spec='${libname}${release}${shared_ext}$major'
12166 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12167 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12168 ;;
12169 *)
12170 shrext_cmds='.sl'
12171 dynamic_linker="$host_os dld.sl"
12172 shlibpath_var=SHLIB_PATH
12173 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12174 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12175 soname_spec='${libname}${release}${shared_ext}$major'
12176 ;;
12177 esac
12178 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12179 postinstall_cmds='chmod 555 $lib'
12180 # or fails outright, so override atomically:
12181 install_override_mode=555
12182 ;;
12183
12184interix[3-9]*)
12185 version_type=linux
12186 need_lib_prefix=no
12187 need_version=no
12188 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12189 soname_spec='${libname}${release}${shared_ext}$major'
12190 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12191 shlibpath_var=LD_LIBRARY_PATH
12192 shlibpath_overrides_runpath=no
12193 hardcode_into_libs=yes
12194 ;;
12195
12196irix5* | irix6* | nonstopux*)
12197 case $host_os in
12198 nonstopux*) version_type=nonstopux ;;
12199 *)
12200 if test "$lt_cv_prog_gnu_ld" = yes; then
12201 version_type=linux
12202 else
12203 version_type=irix
12204 fi ;;
12205 esac
12206 need_lib_prefix=no
12207 need_version=no
12208 soname_spec='${libname}${release}${shared_ext}$major'
12209 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12210 case $host_os in
12211 irix5* | nonstopux*)
12212 libsuff= shlibsuff=
12213 ;;
12214 *)
12215 case $LD in # libtool.m4 will add one of these switches to LD
12216 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12217 libsuff= shlibsuff= libmagic=32-bit;;
12218 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12219 libsuff=32 shlibsuff=N32 libmagic=N32;;
12220 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12221 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12222 *) libsuff= shlibsuff= libmagic=never-match;;
12223 esac
12224 ;;
12225 esac
12226 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12227 shlibpath_overrides_runpath=no
12228 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12229 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12230 hardcode_into_libs=yes
12231 ;;
12232
12233# No shared lib support for Linux oldld, aout, or coff.
12234linux*oldld* | linux*aout* | linux*coff*)
12235 dynamic_linker=no
12236 ;;
12237
12238# This must be Linux ELF.
46f900c0 12239linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12240 version_type=linux
12241 need_lib_prefix=no
12242 need_version=no
12243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12244 soname_spec='${libname}${release}${shared_ext}$major'
12245 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12246 shlibpath_var=LD_LIBRARY_PATH
12247 shlibpath_overrides_runpath=no
12248
12249 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12250 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
2232061b
MF
12251 $as_echo_n "(cached) " >&6
12252else
6bb11ab3
L
12253 lt_cv_shlibpath_overrides_runpath=no
12254 save_LDFLAGS=$LDFLAGS
12255 save_libdir=$libdir
12256 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12257 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12259/* end confdefs.h. */
12260
2232061b
MF
12261int
12262main ()
12263{
12264
12265 ;
12266 return 0;
12267}
12268_ACEOF
6bb11ab3
L
12269if ac_fn_c_try_link "$LINENO"; then :
12270 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12271 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12272fi
2232061b 12273fi
6bb11ab3
L
12274rm -f core conftest.err conftest.$ac_objext \
12275 conftest$ac_exeext conftest.$ac_ext
12276 LDFLAGS=$save_LDFLAGS
12277 libdir=$save_libdir
2232061b 12278
6bb11ab3 12279fi
2232061b 12280
6bb11ab3 12281 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12282
6bb11ab3
L
12283 # This implies no fast_install, which is unacceptable.
12284 # Some rework will be needed to allow for fast_install
12285 # before this can be enabled.
12286 hardcode_into_libs=yes
2232061b 12287
6bb11ab3
L
12288 # Append ld.so.conf contents to the search path
12289 if test -f /etc/ld.so.conf; then
12290 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' ' '`
12291 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12292 fi
2232061b 12293
6bb11ab3
L
12294 # We used to test for /lib/ld.so.1 and disable shared libraries on
12295 # powerpc, because MkLinux only supported shared libraries with the
12296 # GNU dynamic linker. Since this was broken with cross compilers,
12297 # most powerpc-linux boxes support dynamic linking these days and
12298 # people can always --disable-shared, the test was removed, and we
12299 # assume the GNU/Linux dynamic linker is in use.
12300 dynamic_linker='GNU/Linux ld.so'
12301 ;;
12302
12303netbsd*)
12304 version_type=sunos
12305 need_lib_prefix=no
12306 need_version=no
12307 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12309 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12310 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12311 else
6bb11ab3
L
12312 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12313 soname_spec='${libname}${release}${shared_ext}$major'
12314 dynamic_linker='NetBSD ld.elf_so'
12315 fi
12316 shlibpath_var=LD_LIBRARY_PATH
12317 shlibpath_overrides_runpath=yes
12318 hardcode_into_libs=yes
12319 ;;
12320
12321newsos6)
12322 version_type=linux
12323 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12324 shlibpath_var=LD_LIBRARY_PATH
12325 shlibpath_overrides_runpath=yes
12326 ;;
12327
12328*nto* | *qnx*)
12329 version_type=qnx
12330 need_lib_prefix=no
12331 need_version=no
12332 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12333 soname_spec='${libname}${release}${shared_ext}$major'
12334 shlibpath_var=LD_LIBRARY_PATH
12335 shlibpath_overrides_runpath=no
12336 hardcode_into_libs=yes
12337 dynamic_linker='ldqnx.so'
12338 ;;
12339
12340openbsd*)
12341 version_type=sunos
12342 sys_lib_dlsearch_path_spec="/usr/lib"
12343 need_lib_prefix=no
12344 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12345 case $host_os in
12346 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12347 *) need_version=no ;;
12348 esac
12349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12350 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12351 shlibpath_var=LD_LIBRARY_PATH
12352 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12353 case $host_os in
12354 openbsd2.[89] | openbsd2.[89].*)
12355 shlibpath_overrides_runpath=no
12356 ;;
12357 *)
12358 shlibpath_overrides_runpath=yes
12359 ;;
12360 esac
12361 else
12362 shlibpath_overrides_runpath=yes
12363 fi
12364 ;;
12365
12366os2*)
12367 libname_spec='$name'
12368 shrext_cmds=".dll"
12369 need_lib_prefix=no
12370 library_names_spec='$libname${shared_ext} $libname.a'
12371 dynamic_linker='OS/2 ld.exe'
12372 shlibpath_var=LIBPATH
12373 ;;
12374
12375osf3* | osf4* | osf5*)
12376 version_type=osf
12377 need_lib_prefix=no
12378 need_version=no
12379 soname_spec='${libname}${release}${shared_ext}$major'
12380 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12381 shlibpath_var=LD_LIBRARY_PATH
12382 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12383 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12384 ;;
12385
12386rdos*)
12387 dynamic_linker=no
12388 ;;
12389
12390solaris*)
12391 version_type=linux
12392 need_lib_prefix=no
12393 need_version=no
12394 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12395 soname_spec='${libname}${release}${shared_ext}$major'
12396 shlibpath_var=LD_LIBRARY_PATH
12397 shlibpath_overrides_runpath=yes
12398 hardcode_into_libs=yes
12399 # ldd complains unless libraries are executable
12400 postinstall_cmds='chmod +x $lib'
12401 ;;
12402
12403sunos4*)
12404 version_type=sunos
12405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12406 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12407 shlibpath_var=LD_LIBRARY_PATH
12408 shlibpath_overrides_runpath=yes
12409 if test "$with_gnu_ld" = yes; then
12410 need_lib_prefix=no
12411 fi
12412 need_version=yes
12413 ;;
12414
12415sysv4 | sysv4.3*)
12416 version_type=linux
12417 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12418 soname_spec='${libname}${release}${shared_ext}$major'
12419 shlibpath_var=LD_LIBRARY_PATH
12420 case $host_vendor in
12421 sni)
12422 shlibpath_overrides_runpath=no
12423 need_lib_prefix=no
12424 runpath_var=LD_RUN_PATH
12425 ;;
12426 siemens)
12427 need_lib_prefix=no
12428 ;;
12429 motorola)
12430 need_lib_prefix=no
12431 need_version=no
12432 shlibpath_overrides_runpath=no
12433 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12434 ;;
12435 esac
12436 ;;
12437
12438sysv4*MP*)
12439 if test -d /usr/nec ;then
12440 version_type=linux
12441 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12442 soname_spec='$libname${shared_ext}.$major'
12443 shlibpath_var=LD_LIBRARY_PATH
2232061b 12444 fi
6bb11ab3
L
12445 ;;
12446
12447sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12448 version_type=freebsd-elf
12449 need_lib_prefix=no
12450 need_version=no
12451 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12452 soname_spec='${libname}${release}${shared_ext}$major'
12453 shlibpath_var=LD_LIBRARY_PATH
12454 shlibpath_overrides_runpath=yes
12455 hardcode_into_libs=yes
12456 if test "$with_gnu_ld" = yes; then
12457 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12458 else
12459 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12460 case $host_os in
12461 sco3.2v5*)
12462 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12463 ;;
12464 esac
12465 fi
12466 sys_lib_dlsearch_path_spec='/usr/lib'
12467 ;;
12468
12469tpf*)
12470 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12471 version_type=linux
12472 need_lib_prefix=no
12473 need_version=no
12474 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12475 shlibpath_var=LD_LIBRARY_PATH
12476 shlibpath_overrides_runpath=no
12477 hardcode_into_libs=yes
12478 ;;
12479
12480uts4*)
12481 version_type=linux
12482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12483 soname_spec='${libname}${release}${shared_ext}$major'
12484 shlibpath_var=LD_LIBRARY_PATH
12485 ;;
12486
12487*)
12488 dynamic_linker=no
12489 ;;
12490esac
12491{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12492$as_echo "$dynamic_linker" >&6; }
12493test "$dynamic_linker" = no && can_build_shared=no
12494
12495variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12496if test "$GCC" = yes; then
12497 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12498fi
2232061b 12499
6bb11ab3
L
12500if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12501 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12502fi
12503if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12504 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12505fi
12506
12507
12508
12509
12510
12511
12512
12513
12514
12515
12516
12517
12518
12519
12520
12521
12522
12523
12524
12525
12526
12527
12528
12529
12530
12531
2232061b 12532
2232061b 12533
2232061b 12534
2232061b 12535
2232061b
MF
12536
12537
6ffe910a 12538
6ffe910a
MF
12539
12540
12541
12542
12543
2232061b 12544
6ffe910a
MF
12545
12546
12547
12548
6ffe910a 12549
6ffe910a 12550
6ffe910a
MF
12551
12552
6ffe910a 12553
6ffe910a 12554
6ffe910a
MF
12555
12556
5f3ef9d0 12557
5f3ef9d0
JB
12558
12559
12560
db2e4d67
MF
12561
12562
db2e4d67 12563
db2e4d67 12564
db2e4d67 12565
db2e4d67 12566
db2e4d67 12567
db2e4d67 12568
db2e4d67 12569
db2e4d67
MF
12570
12571
db2e4d67 12572
db2e4d67
MF
12573
12574
db2e4d67 12575
db2e4d67
MF
12576
12577
6ffe910a 12578
6ffe910a 12579
6ffe910a
MF
12580
12581
6ffe910a
MF
12582
12583
6ffe910a 12584
6ffe910a 12585
6ffe910a 12586
6ffe910a 12587
6ffe910a 12588
edece237 12589
edece237 12590
edece237 12591
edece237 12592
edece237 12593
edece237 12594
edece237 12595
edece237 12596
edece237 12597
6bb11ab3
L
12598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12599$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12600hardcode_action=
12601if test -n "$hardcode_libdir_flag_spec" ||
12602 test -n "$runpath_var" ||
12603 test "X$hardcode_automatic" = "Xyes" ; then
edece237 12604
6bb11ab3
L
12605 # We can hardcode non-existent directories.
12606 if test "$hardcode_direct" != no &&
12607 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12608 # have to relink, otherwise we might link with an installed library
12609 # when we should be linking with a yet-to-be-installed one
12610 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12611 test "$hardcode_minus_L" != no; then
12612 # Linking always hardcodes the temporary library directory.
12613 hardcode_action=relink
12614 else
12615 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12616 hardcode_action=immediate
12617 fi
12618else
12619 # We cannot hardcode anything, or else we can only hardcode existing
12620 # directories.
12621 hardcode_action=unsupported
edece237 12622fi
6bb11ab3
L
12623{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12624$as_echo "$hardcode_action" >&6; }
edece237 12625
6bb11ab3
L
12626if test "$hardcode_action" = relink ||
12627 test "$inherit_rpath" = yes; then
12628 # Fast installation is not supported
12629 enable_fast_install=no
12630elif test "$shlibpath_overrides_runpath" = yes ||
12631 test "$enable_shared" = no; then
12632 # Fast installation is not necessary
12633 enable_fast_install=needless
12634fi
edece237 12635
6bb11ab3
L
12636
12637
12638
12639
12640
12641 if test "x$enable_dlopen" != xyes; then
12642 enable_dlopen=unknown
12643 enable_dlopen_self=unknown
12644 enable_dlopen_self_static=unknown
12645else
12646 lt_cv_dlopen=no
12647 lt_cv_dlopen_libs=
12648
12649 case $host_os in
12650 beos*)
12651 lt_cv_dlopen="load_add_on"
12652 lt_cv_dlopen_libs=
12653 lt_cv_dlopen_self=yes
12654 ;;
12655
12656 mingw* | pw32* | cegcc*)
12657 lt_cv_dlopen="LoadLibrary"
12658 lt_cv_dlopen_libs=
12659 ;;
12660
12661 cygwin*)
12662 lt_cv_dlopen="dlopen"
12663 lt_cv_dlopen_libs=
12664 ;;
12665
12666 darwin*)
12667 # if libdl is installed we need to link against it
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12669$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12670if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12671 $as_echo_n "(cached) " >&6
12672else
12673 ac_check_lib_save_LIBS=$LIBS
12674LIBS="-ldl $LIBS"
12675cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12676/* end confdefs.h. */
12677
12678/* Override any GCC internal prototype to avoid an error.
12679 Use char because int might match the return type of a GCC
12680 builtin and then its argument prototype would still apply. */
12681#ifdef __cplusplus
12682extern "C"
12683#endif
12684char dlopen ();
12685int
12686main ()
12687{
12688return dlopen ();
12689 ;
12690 return 0;
12691}
edece237 12692_ACEOF
6bb11ab3
L
12693if ac_fn_c_try_link "$LINENO"; then :
12694 ac_cv_lib_dl_dlopen=yes
12695else
12696 ac_cv_lib_dl_dlopen=no
12697fi
12698rm -f core conftest.err conftest.$ac_objext \
12699 conftest$ac_exeext conftest.$ac_ext
12700LIBS=$ac_check_lib_save_LIBS
12701fi
12702{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12703$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12704if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12705 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12706else
12707
12708 lt_cv_dlopen="dyld"
12709 lt_cv_dlopen_libs=
12710 lt_cv_dlopen_self=yes
edece237
CV
12711
12712fi
edece237 12713
6bb11ab3 12714 ;;
edece237 12715
6bb11ab3
L
12716 *)
12717 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12718if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12719 lt_cv_dlopen="shl_load"
12720else
12721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12722$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12723if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12724 $as_echo_n "(cached) " >&6
12725else
12726 ac_check_lib_save_LIBS=$LIBS
12727LIBS="-ldld $LIBS"
12728cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12729/* end confdefs.h. */
12730
12731/* Override any GCC internal prototype to avoid an error.
12732 Use char because int might match the return type of a GCC
12733 builtin and then its argument prototype would still apply. */
12734#ifdef __cplusplus
12735extern "C"
12736#endif
12737char shl_load ();
12738int
12739main ()
12740{
12741return shl_load ();
12742 ;
12743 return 0;
12744}
12745_ACEOF
12746if ac_fn_c_try_link "$LINENO"; then :
12747 ac_cv_lib_dld_shl_load=yes
12748else
12749 ac_cv_lib_dld_shl_load=no
12750fi
12751rm -f core conftest.err conftest.$ac_objext \
12752 conftest$ac_exeext conftest.$ac_ext
12753LIBS=$ac_check_lib_save_LIBS
12754fi
12755{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12756$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12757if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12758 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12759else
12760 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12761if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12762 lt_cv_dlopen="dlopen"
12763else
12764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12765$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12766if ${ac_cv_lib_dl_dlopen+:} false; then :
81ecdfbb 12767 $as_echo_n "(cached) " >&6
edece237
CV
12768else
12769 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12770LIBS="-ldl $LIBS"
81ecdfbb 12771cat confdefs.h - <<_ACEOF >conftest.$ac_ext
edece237
CV
12772/* end confdefs.h. */
12773
81ecdfbb
RW
12774/* Override any GCC internal prototype to avoid an error.
12775 Use char because int might match the return type of a GCC
12776 builtin and then its argument prototype would still apply. */
edece237
CV
12777#ifdef __cplusplus
12778extern "C"
12779#endif
6bb11ab3 12780char dlopen ();
edece237
CV
12781int
12782main ()
12783{
6bb11ab3 12784return dlopen ();
edece237
CV
12785 ;
12786 return 0;
12787}
12788_ACEOF
81ecdfbb 12789if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12790 ac_cv_lib_dl_dlopen=yes
edece237 12791else
6bb11ab3 12792 ac_cv_lib_dl_dlopen=no
edece237 12793fi
81ecdfbb
RW
12794rm -f core conftest.err conftest.$ac_objext \
12795 conftest$ac_exeext conftest.$ac_ext
edece237
CV
12796LIBS=$ac_check_lib_save_LIBS
12797fi
6bb11ab3
L
12798{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12799$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12800if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12801 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12802else
12803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12804$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12805if ${ac_cv_lib_svld_dlopen+:} false; then :
81ecdfbb 12806 $as_echo_n "(cached) " >&6
edece237
CV
12807else
12808 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12809LIBS="-lsvld $LIBS"
81ecdfbb 12810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
edece237
CV
12811/* end confdefs.h. */
12812
81ecdfbb
RW
12813/* Override any GCC internal prototype to avoid an error.
12814 Use char because int might match the return type of a GCC
12815 builtin and then its argument prototype would still apply. */
edece237
CV
12816#ifdef __cplusplus
12817extern "C"
12818#endif
6bb11ab3 12819char dlopen ();
edece237
CV
12820int
12821main ()
12822{
6bb11ab3 12823return dlopen ();
edece237
CV
12824 ;
12825 return 0;
12826}
12827_ACEOF
81ecdfbb 12828if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12829 ac_cv_lib_svld_dlopen=yes
edece237 12830else
6bb11ab3 12831 ac_cv_lib_svld_dlopen=no
edece237 12832fi
81ecdfbb
RW
12833rm -f core conftest.err conftest.$ac_objext \
12834 conftest$ac_exeext conftest.$ac_ext
edece237
CV
12835LIBS=$ac_check_lib_save_LIBS
12836fi
6bb11ab3
L
12837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12838$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12839if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3 12840 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
5912fadd 12841else
6bb11ab3
L
12842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12843$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12844if ${ac_cv_lib_dld_dld_link+:} false; then :
81ecdfbb 12845 $as_echo_n "(cached) " >&6
b5bd9624 12846else
6bb11ab3
L
12847 ac_check_lib_save_LIBS=$LIBS
12848LIBS="-ldld $LIBS"
81ecdfbb 12849cat confdefs.h - <<_ACEOF >conftest.$ac_ext
b5bd9624
HPN
12850/* end confdefs.h. */
12851
81ecdfbb
RW
12852/* Override any GCC internal prototype to avoid an error.
12853 Use char because int might match the return type of a GCC
b5bd9624 12854 builtin and then its argument prototype would still apply. */
b5bd9624
HPN
12855#ifdef __cplusplus
12856extern "C"
12857#endif
6bb11ab3 12858char dld_link ();
b5bd9624
HPN
12859int
12860main ()
12861{
6bb11ab3 12862return dld_link ();
b5bd9624
HPN
12863 ;
12864 return 0;
12865}
12866_ACEOF
6bb11ab3
L
12867if ac_fn_c_try_link "$LINENO"; then :
12868 ac_cv_lib_dld_dld_link=yes
12869else
12870 ac_cv_lib_dld_dld_link=no
12871fi
12872rm -f core conftest.err conftest.$ac_objext \
12873 conftest$ac_exeext conftest.$ac_ext
12874LIBS=$ac_check_lib_save_LIBS
12875fi
12876{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12877$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12878if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12879 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12880fi
12881
12882
12883fi
12884
12885
12886fi
12887
12888
12889fi
12890
12891
12892fi
12893
12894
12895fi
12896
12897 ;;
12898 esac
12899
12900 if test "x$lt_cv_dlopen" != xno; then
12901 enable_dlopen=yes
b5bd9624 12902 else
6bb11ab3
L
12903 enable_dlopen=no
12904 fi
12905
12906 case $lt_cv_dlopen in
12907 dlopen)
12908 save_CPPFLAGS="$CPPFLAGS"
12909 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12910
12911 save_LDFLAGS="$LDFLAGS"
12912 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12913
12914 save_LIBS="$LIBS"
12915 LIBS="$lt_cv_dlopen_libs $LIBS"
12916
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12918$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12919if ${lt_cv_dlopen_self+:} false; then :
6bb11ab3
L
12920 $as_echo_n "(cached) " >&6
12921else
12922 if test "$cross_compiling" = yes; then :
12923 lt_cv_dlopen_self=cross
12924else
12925 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12926 lt_status=$lt_dlunknown
12927 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 12928#line 12928 "configure"
6bb11ab3
L
12929#include "confdefs.h"
12930
12931#if HAVE_DLFCN_H
12932#include <dlfcn.h>
12933#endif
12934
12935#include <stdio.h>
12936
12937#ifdef RTLD_GLOBAL
12938# define LT_DLGLOBAL RTLD_GLOBAL
12939#else
12940# ifdef DL_GLOBAL
12941# define LT_DLGLOBAL DL_GLOBAL
12942# else
12943# define LT_DLGLOBAL 0
12944# endif
12945#endif
12946
12947/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12948 find out it does not work in some platform. */
12949#ifndef LT_DLLAZY_OR_NOW
12950# ifdef RTLD_LAZY
12951# define LT_DLLAZY_OR_NOW RTLD_LAZY
12952# else
12953# ifdef DL_LAZY
12954# define LT_DLLAZY_OR_NOW DL_LAZY
12955# else
12956# ifdef RTLD_NOW
12957# define LT_DLLAZY_OR_NOW RTLD_NOW
12958# else
12959# ifdef DL_NOW
12960# define LT_DLLAZY_OR_NOW DL_NOW
12961# else
12962# define LT_DLLAZY_OR_NOW 0
12963# endif
12964# endif
12965# endif
12966# endif
12967#endif
12968
12969/* When -fvisbility=hidden is used, assume the code has been annotated
12970 correspondingly for the symbols needed. */
12971#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12972void fnord () __attribute__((visibility("default")));
12973#endif
12974
12975void fnord () { int i=42; }
12976int main ()
12977{
12978 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12979 int status = $lt_dlunknown;
12980
12981 if (self)
12982 {
12983 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12984 else
12985 {
12986 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12987 else puts (dlerror ());
12988 }
12989 /* dlclose (self); */
12990 }
12991 else
12992 puts (dlerror ());
12993
12994 return status;
12995}
12996_LT_EOF
12997 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12998 (eval $ac_link) 2>&5
12999 ac_status=$?
13000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13001 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13002 (./conftest; exit; ) >&5 2>/dev/null
13003 lt_status=$?
13004 case x$lt_status in
13005 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13006 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13007 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13008 esac
13009 else :
13010 # compilation failed
13011 lt_cv_dlopen_self=no
b5bd9624 13012 fi
b5bd9624 13013fi
6bb11ab3
L
13014rm -fr conftest*
13015
13016
b5bd9624 13017fi
6bb11ab3
L
13018{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13019$as_echo "$lt_cv_dlopen_self" >&6; }
b5bd9624 13020
6bb11ab3
L
13021 if test "x$lt_cv_dlopen_self" = xyes; then
13022 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13024$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13025if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3 13026 $as_echo_n "(cached) " >&6
b5bd9624 13027else
6bb11ab3
L
13028 if test "$cross_compiling" = yes; then :
13029 lt_cv_dlopen_self_static=cross
13030else
13031 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13032 lt_status=$lt_dlunknown
13033 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 13034#line 13034 "configure"
6bb11ab3
L
13035#include "confdefs.h"
13036
13037#if HAVE_DLFCN_H
13038#include <dlfcn.h>
13039#endif
13040
13041#include <stdio.h>
13042
13043#ifdef RTLD_GLOBAL
13044# define LT_DLGLOBAL RTLD_GLOBAL
13045#else
13046# ifdef DL_GLOBAL
13047# define LT_DLGLOBAL DL_GLOBAL
13048# else
13049# define LT_DLGLOBAL 0
13050# endif
13051#endif
13052
13053/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13054 find out it does not work in some platform. */
13055#ifndef LT_DLLAZY_OR_NOW
13056# ifdef RTLD_LAZY
13057# define LT_DLLAZY_OR_NOW RTLD_LAZY
13058# else
13059# ifdef DL_LAZY
13060# define LT_DLLAZY_OR_NOW DL_LAZY
13061# else
13062# ifdef RTLD_NOW
13063# define LT_DLLAZY_OR_NOW RTLD_NOW
13064# else
13065# ifdef DL_NOW
13066# define LT_DLLAZY_OR_NOW DL_NOW
13067# else
13068# define LT_DLLAZY_OR_NOW 0
13069# endif
13070# endif
13071# endif
13072# endif
13073#endif
13074
13075/* When -fvisbility=hidden is used, assume the code has been annotated
13076 correspondingly for the symbols needed. */
13077#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13078void fnord () __attribute__((visibility("default")));
13079#endif
13080
13081void fnord () { int i=42; }
13082int main ()
13083{
13084 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13085 int status = $lt_dlunknown;
13086
13087 if (self)
13088 {
13089 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13090 else
13091 {
13092 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13093 else puts (dlerror ());
13094 }
13095 /* dlclose (self); */
13096 }
13097 else
13098 puts (dlerror ());
13099
13100 return status;
13101}
13102_LT_EOF
13103 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13104 (eval $ac_link) 2>&5
13105 ac_status=$?
13106 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13107 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13108 (./conftest; exit; ) >&5 2>/dev/null
13109 lt_status=$?
13110 case x$lt_status in
13111 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13112 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13113 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13114 esac
13115 else :
13116 # compilation failed
13117 lt_cv_dlopen_self_static=no
13118 fi
b5bd9624 13119fi
6bb11ab3
L
13120rm -fr conftest*
13121
13122
b5bd9624 13123fi
6bb11ab3
L
13124{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13125$as_echo "$lt_cv_dlopen_self_static" >&6; }
13126 fi
13127
13128 CPPFLAGS="$save_CPPFLAGS"
13129 LDFLAGS="$save_LDFLAGS"
13130 LIBS="$save_LIBS"
13131 ;;
13132 esac
13133
13134 case $lt_cv_dlopen_self in
13135 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13136 *) enable_dlopen_self=unknown ;;
13137 esac
13138
13139 case $lt_cv_dlopen_self_static in
13140 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13141 *) enable_dlopen_self_static=unknown ;;
13142 esac
13143fi
13144
13145
13146
13147
13148
13149
13150
13151
13152
13153
13154
13155
13156
13157
13158
13159
13160
13161striplib=
13162old_striplib=
13163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13164$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13165if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13166 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13167 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13169$as_echo "yes" >&6; }
13170else
13171# FIXME - insert some real tests, host_os isn't really good enough
13172 case $host_os in
13173 darwin*)
13174 if test -n "$STRIP" ; then
13175 striplib="$STRIP -x"
13176 old_striplib="$STRIP -S"
13177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13178$as_echo "yes" >&6; }
13179 else
13180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13181$as_echo "no" >&6; }
13182 fi
13183 ;;
13184 *)
13185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13186$as_echo "no" >&6; }
13187 ;;
13188 esac
13189fi
13190
13191
13192
13193
13194
13195
13196
13197
13198
13199
13200
13201
13202 # Report which library types will actually be built
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13204$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13206$as_echo "$can_build_shared" >&6; }
13207
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13209$as_echo_n "checking whether to build shared libraries... " >&6; }
13210 test "$can_build_shared" = "no" && enable_shared=no
13211
13212 # On AIX, shared libraries and static libraries use the same namespace, and
13213 # are all built from PIC.
13214 case $host_os in
13215 aix3*)
13216 test "$enable_shared" = yes && enable_static=no
13217 if test -n "$RANLIB"; then
13218 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13219 postinstall_cmds='$RANLIB $lib'
13220 fi
13221 ;;
13222
13223 aix[4-9]*)
13224 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13225 test "$enable_shared" = yes && enable_static=no
13226 fi
13227 ;;
13228 esac
13229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13230$as_echo "$enable_shared" >&6; }
13231
13232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13233$as_echo_n "checking whether to build static libraries... " >&6; }
13234 # Make sure either enable_shared or enable_static is yes.
13235 test "$enable_shared" = yes || enable_static=yes
13236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13237$as_echo "$enable_static" >&6; }
13238
13239
13240
13241
13242fi
13243ac_ext=c
13244ac_cpp='$CPP $CPPFLAGS'
13245ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13246ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13247ac_compiler_gnu=$ac_cv_c_compiler_gnu
13248
13249CC="$lt_save_CC"
13250
13251
13252
13253
13254
13255
13256
13257
13258
b5bd9624 13259
b5bd9624 13260
b5bd9624 13261
b5bd9624 13262
6bb11ab3
L
13263 ac_config_commands="$ac_config_commands libtool"
13264
13265
13266
13267
13268# Only expand once:
13269
13270
5912fadd 13271
b5bd9624 13272
edece237
CV
13273. ${srcdir}/../../bfd/configure.host
13274
13275
13276
31e6ad7d
MF
13277
13278{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13279$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13280 # Check whether --enable-maintainer-mode was given.
81ecdfbb 13281if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13282 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13283else
13284 USE_MAINTAINER_MODE=no
edece237 13285fi
31e6ad7d
MF
13286
13287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13288$as_echo "$USE_MAINTAINER_MODE" >&6; }
13289 if test $USE_MAINTAINER_MODE = yes; then
13290 MAINTAINER_MODE_TRUE=
13291 MAINTAINER_MODE_FALSE='#'
edece237 13292else
31e6ad7d
MF
13293 MAINTAINER_MODE_TRUE='#'
13294 MAINTAINER_MODE_FALSE=
81ecdfbb 13295fi
edece237 13296
31e6ad7d
MF
13297 MAINT=$MAINTAINER_MODE_TRUE
13298
13299
edece237 13300
81ecdfbb 13301
ce39bd38
MF
13302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13303$as_echo_n "checking for sim debug setting... " >&6; }
13304sim_debug="0"
81ecdfbb
RW
13305# Check whether --enable-sim-debug was given.
13306if test "${enable_sim_debug+set}" = set; then :
13307 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13308 yes) sim_debug="7";;
13309 no) sim_debug="0";;
13310 *) sim_debug="($enableval)";;
edece237 13311esac
edece237 13312fi
ce39bd38
MF
13313if test "$sim_debug" != "0"; then
13314
13315cat >>confdefs.h <<_ACEOF
13316#define DEBUG $sim_debug
13317_ACEOF
13318
81ecdfbb
RW
13319fi
13320
ce39bd38
MF
13321cat >>confdefs.h <<_ACEOF
13322#define WITH_DEBUG $sim_debug
13323_ACEOF
13324
13325{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13326$as_echo "$sim_debug" >&6; }
edece237
CV
13327
13328
ce39bd38
MF
13329{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13330$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13331sim_stdio="0"
81ecdfbb
RW
13332# Check whether --enable-sim-stdio was given.
13333if test "${enable_sim_stdio+set}" = set; then :
13334 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13335 yes) sim_stdio="DO_USE_STDIO";;
13336 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13337 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
edece237 13338esac
81ecdfbb 13339fi
edece237 13340
ce39bd38
MF
13341cat >>confdefs.h <<_ACEOF
13342#define WITH_STDIO $sim_stdio
13343_ACEOF
13344
13345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13346$as_echo "$sim_stdio" >&6; }
edece237 13347
81ecdfbb 13348
ce39bd38
MF
13349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13350$as_echo_n "checking for sim trace settings... " >&6; }
13351sim_trace="~TRACE_debug"
81ecdfbb
RW
13352# Check whether --enable-sim-trace was given.
13353if test "${enable_sim_trace+set}" = set; then :
13354 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13355 yes) sim_trace="-1";;
13356 no) sim_trace="0";;
edece237 13357 [-0-9]*)
ce39bd38 13358 sim_trace="'(${enableval})'";;
2232061b 13359 [[:lower:]]*)
edece237
CV
13360 sim_trace=""
13361 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13362 if test x"$sim_trace" = x; then
ce39bd38 13363 sim_trace="(TRACE_$x"
edece237
CV
13364 else
13365 sim_trace="${sim_trace}|TRACE_$x"
13366 fi
13367 done
ce39bd38 13368 sim_trace="$sim_trace)" ;;
edece237 13369esac
81ecdfbb
RW
13370fi
13371
ce39bd38
MF
13372cat >>confdefs.h <<_ACEOF
13373#define WITH_TRACE $sim_trace
13374_ACEOF
13375
13376{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13377$as_echo "$sim_trace" >&6; }
edece237
CV
13378
13379
ce39bd38
MF
13380{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13381$as_echo_n "checking for sim profile settings... " >&6; }
13382profile="1"
13383sim_profile="-1"
81ecdfbb
RW
13384# Check whether --enable-sim-profile was given.
13385if test "${enable_sim_profile+set}" = set; then :
13386 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13387 yes) profile="1" sim_profile="-1";;
13388 no) profile="0" sim_profile="0";;
edece237 13389 [-0-9]*)
ce39bd38 13390 profile="(${enableval})" sim_profile="(${enableval})";;
edece237 13391 [a-z]*)
ce39bd38 13392 profile="1"
edece237
CV
13393 sim_profile=""
13394 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13395 if test x"$sim_profile" = x; then
ce39bd38 13396 sim_profile="(PROFILE_$x"
edece237
CV
13397 else
13398 sim_profile="${sim_profile}|PROFILE_$x"
13399 fi
13400 done
ce39bd38 13401 sim_profile="$sim_profile)" ;;
edece237 13402esac
81ecdfbb
RW
13403fi
13404
ce39bd38
MF
13405cat >>confdefs.h <<_ACEOF
13406#define PROFILE $profile
13407_ACEOF
edece237
CV
13408
13409
ce39bd38
MF
13410cat >>confdefs.h <<_ACEOF
13411#define WITH_PROFILE $sim_profile
13412_ACEOF
13413
13414{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13415$as_echo "$sim_profile" >&6; }
13416
13417
13418
13419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13420$as_echo_n "checking whether to enable sim asserts... " >&6; }
13421sim_assert="1"
35656e95
MF
13422# Check whether --enable-sim-assert was given.
13423if test "${enable_sim_assert+set}" = set; then :
13424 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13425 yes) sim_assert="1";;
13426 no) sim_assert="0";;
d0ac1c44 13427 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13428esac
35656e95
MF
13429fi
13430
ce39bd38
MF
13431cat >>confdefs.h <<_ACEOF
13432#define WITH_ASSERT $sim_assert
13433_ACEOF
13434
13435{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13436$as_echo "$sim_assert" >&6; }
13437
35656e95 13438
ce39bd38
MF
13439{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13440$as_echo_n "checking default sim environment setting... " >&6; }
13441sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13442# Check whether --enable-sim-environment was given.
13443if test "${enable_sim_environment+set}" = set; then :
13444 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13445 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13446 user | USER) sim_environment="USER_ENVIRONMENT";;
13447 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13448 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13449 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13450esac
16f7876d
MF
13451fi
13452
ce39bd38
MF
13453cat >>confdefs.h <<_ACEOF
13454#define WITH_ENVIRONMENT $sim_environment
13455_ACEOF
13456
13457{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13458$as_echo "$sim_environment" >&6; }
13459
16f7876d 13460
347fe5bb
MF
13461sim_inline="-DDEFAULT_INLINE=0"
13462# Check whether --enable-sim-inline was given.
13463if test "${enable_sim_inline+set}" = set; then :
13464 enableval=$enable_sim_inline; sim_inline=""
13465case "$enableval" in
13466 no) sim_inline="-DDEFAULT_INLINE=0";;
13467 0) sim_inline="-DDEFAULT_INLINE=0";;
13468 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13469 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13470 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13471 new_flag=""
13472 case "$x" in
13473 *_INLINE=*) new_flag="-D$x";;
13474 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13475 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13476 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13477 esac
13478 if test x"$sim_inline" = x""; then
13479 sim_inline="$new_flag"
13480 else
13481 sim_inline="$sim_inline $new_flag"
13482 fi
13483 done;;
13484esac
13485if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13486 echo "Setting inline flags = $sim_inline" 6>&1
13487fi
13488fi
13489
13490
13491
6efef468 13492
81ecdfbb
RW
13493# Check whether --with-pkgversion was given.
13494if test "${with_pkgversion+set}" = set; then :
13495 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13496 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
6efef468
JM
13497 no) PKGVERSION= ;;
13498 *) PKGVERSION="($withval) " ;;
13499 esac
13500else
bf12d44e 13501 PKGVERSION="(SIM) "
6efef468 13502
81ecdfbb
RW
13503fi
13504
6efef468
JM
13505
13506
13507
13508
81ecdfbb
RW
13509# Check whether --with-bugurl was given.
13510if test "${with_bugurl+set}" = set; then :
13511 withval=$with_bugurl; case "$withval" in
d0ac1c44 13512 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
6efef468
JM
13513 no) BUGURL=
13514 ;;
13515 *) BUGURL="$withval"
13516 ;;
13517 esac
13518else
dfb856ba 13519 BUGURL="https://www.gnu.org/software/gdb/bugs/"
6efef468 13520
81ecdfbb
RW
13521fi
13522
6efef468
JM
13523 case ${BUGURL} in
13524 "")
13525 REPORT_BUGS_TO=
13526 REPORT_BUGS_TEXI=
13527 ;;
13528 *)
13529 REPORT_BUGS_TO="<$BUGURL>"
13530 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13531 ;;
13532 esac;
13533
13534
13535
13536
13537cat >>confdefs.h <<_ACEOF
13538#define PKGVERSION "$PKGVERSION"
13539_ACEOF
13540
13541
13542cat >>confdefs.h <<_ACEOF
13543#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13544_ACEOF
13545
13546
81ecdfbb
RW
13547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13548$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13549if ${ac_cv_type_signal+:} false; then :
81ecdfbb 13550 $as_echo_n "(cached) " >&6
edece237 13551else
81ecdfbb 13552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
edece237
CV
13553/* end confdefs.h. */
13554#include <sys/types.h>
81ecdfbb 13555#include <signal.h>
edece237
CV
13556
13557int
13558main ()
13559{
81ecdfbb 13560return *(signal (0, 0)) (0) == 1;
edece237
CV
13561 ;
13562 return 0;
13563}
13564_ACEOF
81ecdfbb
RW
13565if ac_fn_c_try_compile "$LINENO"; then :
13566 ac_cv_type_signal=int
edece237 13567else
81ecdfbb 13568 ac_cv_type_signal=void
edece237 13569fi
81ecdfbb 13570rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
edece237 13571fi
81ecdfbb
RW
13572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13573$as_echo "$ac_cv_type_signal" >&6; }
edece237
CV
13574
13575cat >>confdefs.h <<_ACEOF
13576#define RETSIGTYPE $ac_cv_type_signal
13577_ACEOF
13578
13579
13580
13581
13582
edece237
CV
13583
13584
6ffe910a 13585
1ac72f06 13586wire_endian="BIG"
edece237 13587default_endian=""
81ecdfbb
RW
13588# Check whether --enable-sim-endian was given.
13589if test "${enable_sim_endian+set}" = set; then :
13590 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13591 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13592 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
edece237 13593 yes) if test x"$wire_endian" != x; then
1ac72f06 13594 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
edece237 13595 else
1ac72f06
MF
13596 if test x"$default_endian" != x; then
13597 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
edece237
CV
13598 else
13599 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13600 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
edece237
CV
13601 fi
13602 fi;;
13603 no) if test x"$default_endian" != x; then
1ac72f06 13604 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
edece237
CV
13605 else
13606 if test x"$wire_endian" != x; then
1ac72f06 13607 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
edece237
CV
13608 else
13609 echo "No default endian for target $target" 1>&6
1ac72f06 13610 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
edece237
CV
13611 fi
13612 fi;;
d0ac1c44 13613 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
edece237
CV
13614esac
13615if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13616 echo "Setting endian flags = $sim_endian" 6>&1
13617fi
13618else
13619 if test x"$default_endian" != x; then
1ac72f06 13620 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
edece237
CV
13621else
13622 if test x"$wire_endian" != x; then
1ac72f06 13623 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
edece237
CV
13624 else
13625 sim_endian=
13626 fi
13627fi
81ecdfbb
RW
13628fi
13629
edece237
CV
13630wire_alignment="STRICT_ALIGNMENT"
13631default_alignment=""
13632
81ecdfbb
RW
13633# Check whether --enable-sim-alignment was given.
13634if test "${enable_sim_alignment+set}" = set; then :
13635 enableval=$enable_sim_alignment; case "${enableval}" in
edece237
CV
13636 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13637 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13638 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13639 yes) if test x"$wire_alignment" != x; then
13640 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13641 else
13642 if test x"$default_alignment" != x; then
13643 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13644 else
13645 echo "No hard-wired alignment for target $target" 1>&6
13646 sim_alignment="-DWITH_ALIGNMENT=0"
13647 fi
13648 fi;;
13649 no) if test x"$default_alignment" != x; then
13650 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13651 else
13652 if test x"$wire_alignment" != x; then
13653 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13654 else
13655 echo "No default alignment for target $target" 1>&6
13656 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13657 fi
13658 fi;;
d0ac1c44 13659 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
edece237
CV
13660esac
13661if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13662 echo "Setting alignment flags = $sim_alignment" 6>&1
13663fi
13664else
13665 if test x"$default_alignment" != x; then
13666 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13667else
13668 if test x"$wire_alignment" != x; then
13669 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13670 else
13671 sim_alignment=
13672 fi
13673fi
81ecdfbb
RW
13674fi
13675
edece237 13676
edece237 13677default_sim_scache="16384"
81ecdfbb
RW
13678# Check whether --enable-sim-scache was given.
13679if test "${enable_sim_scache+set}" = set; then :
13680 enableval=$enable_sim_scache; case "${enableval}" in
edece237
CV
13681 yes) sim_scache="-DWITH_SCACHE=${default_sim_scache}";;
13682 no) sim_scache="-DWITH_SCACHE=0" ;;
13683 [0-9]*) sim_scache="-DWITH_SCACHE=${enableval}";;
d0ac1c44 13684 *) as_fn_error $? "\"Bad value $enableval passed to --enable-sim-scache\"" "$LINENO" 5;
edece237
CV
13685 sim_scache="";;
13686esac
13687if test x"$silent" != x"yes" && test x"$sim_scache" != x""; then
13688 echo "Setting scache size = $sim_scache" 6>&1
13689fi
13690else
13691 sim_scache="-DWITH_SCACHE=${default_sim_scache}"
81ecdfbb
RW
13692fi
13693
edece237
CV
13694
13695
13696default_sim_default_model="iq2000"
81ecdfbb
RW
13697# Check whether --enable-sim-default-model was given.
13698if test "${enable_sim_default_model+set}" = set; then :
13699 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 13700 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
edece237
CV
13701 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13702esac
13703if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13704 echo "Setting default model = $sim_default_model" 6>&1
13705fi
13706else
13707 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
81ecdfbb
RW
13708fi
13709
edece237
CV
13710
13711
edece237
CV
13712cgen_maint=no
13713cgen=guile
13714cgendir='$(srcdir)/../../cgen'
81ecdfbb
RW
13715# Check whether --enable-cgen-maint was given.
13716if test "${enable_cgen_maint+set}" = set; then :
13717 enableval=$enable_cgen_maint; case "${enableval}" in
edece237
CV
13718 yes) cgen_maint=yes ;;
13719 no) cgen_maint=no ;;
13720 *)
7fb45a68
AB
13721 # Argument is a directory where cgen can be found. In some
13722 # future world cgen could be installable, but right now this
13723 # is not the case. Instead we assume the directory is a path
13724 # to the cgen source tree.
13725 cgen_maint=yes
13726 if test -r ${enableval}/iformat.scm; then
13727 # This looks like a cgen source tree.
13728 cgendir=${enableval}
13729 else
13730 as_fn_error $? "${enableval} doesn't look like a cgen source tree" "$LINENO" 5
13731 fi
edece237
CV
13732 ;;
13733esac
81ecdfbb
RW
13734fi
13735if test x${cgen_maint} != xno ; then
edece237
CV
13736 CGEN_MAINT=''
13737else
13738 CGEN_MAINT='#'
13739fi
13740
13741
13742
13743
13744
13745
94c63d78
JS
13746if test """"; then
13747 hardware=""""
13748else
13749 hardware="cfi core pal glue"
13750fi
13751hardware="$hardware """
1517bd27 13752
94c63d78
JS
13753sim_hw_cflags="-DWITH_HW=1"
13754sim_hw="$hardware"
13755sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13756
94c63d78
JS
13757# Check whether --enable-sim-hardware was given.
13758if test "${enable_sim_hardware+set}" = set; then :
13759 enableval=$enable_sim_hardware;
30452bbe 13760else
97f478c5 13761 enable_sim_hardware="yes"
1517bd27
MF
13762fi
13763
13764case ${enable_sim_hardware} in
64dd13df
MF
13765 yes|no) ;;
13766 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13767 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13768 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
94c63d78 13769esac
1517bd27 13770
64dd13df 13771if test "$enable_sim_hardware" = no; then
94c63d78
JS
13772 sim_hw_objs=
13773 sim_hw_cflags="-DWITH_HW=0"
13774 sim_hw=
13775else
13776 sim_hw_cflags="-DWITH_HW=1"
13777 # remove duplicates
13778 sim_hw=""
13779 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13780 for i in $hardware ; do
13781 case " $sim_hw " in
13782 *" $i "*) ;;
13783 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13784 esac
13785 done
13786 # mingw does not support sockser
94c63d78
JS
13787 case ${host} in
13788 *mingw*) ;;
49cd1634
MF
13789 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13790 # that you instatiate. Instead, other code will call into it directly.
13791 # At some point, we should convert it over.
13792 sim_hw_objs="$sim_hw_objs dv-sockser.o"
94c63d78
JS
13793
13794cat >>confdefs.h <<_ACEOF
13795#define HAVE_DV_SOCKSER 1
13796_ACEOF
13797
13798 ;;
13799 esac
1517bd27
MF
13800 if test x"$silent" != x"yes"; then
13801 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
94c63d78 13802 fi
1517bd27
MF
13803 case " $hardware " in
13804 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
94c63d78 13805$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 13806if ${ac_cv_lib_m_log2+:} false; then :
94c63d78
JS
13807 $as_echo_n "(cached) " >&6
13808else
13809 ac_check_lib_save_LIBS=$LIBS
13810LIBS="-lm $LIBS"
13811cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13812/* end confdefs.h. */
13813
13814/* Override any GCC internal prototype to avoid an error.
13815 Use char because int might match the return type of a GCC
13816 builtin and then its argument prototype would still apply. */
13817#ifdef __cplusplus
13818extern "C"
13819#endif
13820char log2 ();
13821int
13822main ()
13823{
13824return log2 ();
13825 ;
13826 return 0;
13827}
13828_ACEOF
13829if ac_fn_c_try_link "$LINENO"; then :
13830 ac_cv_lib_m_log2=yes
13831else
13832 ac_cv_lib_m_log2=no
13833fi
13834rm -f core conftest.err conftest.$ac_objext \
13835 conftest$ac_exeext conftest.$ac_ext
13836LIBS=$ac_check_lib_save_LIBS
13837fi
13838{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13839$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 13840if test "x$ac_cv_lib_m_log2" = xyes; then :
94c63d78
JS
13841 cat >>confdefs.h <<_ACEOF
13842#define HAVE_LIBM 1
13843_ACEOF
13844
13845 LIBS="-lm $LIBS"
13846
13847fi
13848;;
1517bd27
MF
13849 esac
13850fi
94c63d78
JS
13851
13852
94c63d78 13853
edece237
CV
13854cgen_breaks=""
13855if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13856cgen_breaks="break cgen_rtx_error";
13857fi
13858
81ecdfbb 13859ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
edece237 13860
81ecdfbb 13861ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
edece237 13862
81ecdfbb 13863ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
edece237 13864
81ecdfbb 13865ac_config_commands="$ac_config_commands Makefile"
edece237 13866
81ecdfbb 13867ac_config_commands="$ac_config_commands stamp-h"
edece237
CV
13868
13869cat >confcache <<\_ACEOF
13870# This file is a shell script that caches the results of configure
13871# tests run on this system so they can be shared between configure
13872# scripts and configure runs, see configure's option --config-cache.
13873# It is not useful on other systems. If it contains results you don't
13874# want to keep, you may remove or edit it.
13875#
13876# config.status only pays attention to the cache file if you give it
13877# the --recheck option to rerun configure.
13878#
13879# `ac_cv_env_foo' variables (set or unset) will be overridden when
13880# loading this file, other *unset* `ac_cv_foo' will be assigned the
13881# following values.
13882
13883_ACEOF
13884
13885# The following way of writing the cache mishandles newlines in values,
13886# but we know of no workaround that is simple, portable, and efficient.
81ecdfbb 13887# So, we kill variables containing newlines.
edece237
CV
13888# Ultrix sh set writes to stderr and can't be redirected directly,
13889# and sets the high bit in the cache file unless we assign to the vars.
81ecdfbb
RW
13890(
13891 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13892 eval ac_val=\$$ac_var
13893 case $ac_val in #(
13894 *${as_nl}*)
13895 case $ac_var in #(
13896 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13897$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13898 esac
13899 case $ac_var in #(
13900 _ | IFS | as_nl) ;; #(
13901 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13902 *) { eval $ac_var=; unset $ac_var;} ;;
13903 esac ;;
13904 esac
13905 done
13906
edece237 13907 (set) 2>&1 |
81ecdfbb
RW
13908 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13909 *${as_nl}ac_space=\ *)
13910 # `set' does not quote correctly, so add quotes: double-quote
13911 # substitution turns \\\\ into \\, and sed turns \\ into \.
edece237
CV
13912 sed -n \
13913 "s/'/'\\\\''/g;
13914 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
81ecdfbb 13915 ;; #(
edece237
CV
13916 *)
13917 # `set' quotes correctly as required by POSIX, so do not add quotes.
81ecdfbb 13918 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
edece237 13919 ;;
81ecdfbb
RW
13920 esac |
13921 sort
13922) |
edece237 13923 sed '
81ecdfbb 13924 /^ac_cv_env_/b end
edece237 13925 t clear
81ecdfbb 13926 :clear
edece237
CV
13927 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13928 t end
81ecdfbb
RW
13929 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13930 :end' >>confcache
13931if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13932 if test -w "$cache_file"; then
d0ac1c44 13933 if test "x$cache_file" != "x/dev/null"; then
81ecdfbb
RW
13934 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13935$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
13936 if test ! -f "$cache_file" || test -h "$cache_file"; then
13937 cat confcache >"$cache_file"
13938 else
13939 case $cache_file in #(
13940 */* | ?:*)
13941 mv -f confcache "$cache_file"$$ &&
13942 mv -f "$cache_file"$$ "$cache_file" ;; #(
13943 *)
13944 mv -f confcache "$cache_file" ;;
13945 esac
13946 fi
13947 fi
edece237 13948 else
81ecdfbb
RW
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13950$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
edece237
CV
13951 fi
13952fi
13953rm -f confcache
13954
13955test "x$prefix" = xNONE && prefix=$ac_default_prefix
13956# Let make expand exec_prefix.
13957test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13958
edece237
CV
13959DEFS=-DHAVE_CONFIG_H
13960
13961ac_libobjs=
13962ac_ltlibobjs=
d0ac1c44 13963U=
edece237
CV
13964for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13965 # 1. Remove the extension, and $U if already installed.
81ecdfbb
RW
13966 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13967 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13968 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13969 # will be set to the directory where LIBOBJS objects are built.
13970 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13971 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
edece237
CV
13972done
13973LIBOBJS=$ac_libobjs
13974
13975LTLIBOBJS=$ac_ltlibobjs
13976
13977
0cb8d851 13978
db2e4d67 13979if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 13980 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
13981Usually this means the macro was only invoked conditionally." "$LINENO" 5
13982fi
6bb11ab3 13983if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 13984 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
13985Usually this means the macro was only invoked conditionally." "$LINENO" 5
13986fi
31e6ad7d 13987if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 13988 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
13989Usually this means the macro was only invoked conditionally." "$LINENO" 5
13990fi
edece237 13991
d0ac1c44 13992: "${CONFIG_STATUS=./config.status}"
81ecdfbb 13993ac_write_fail=0
edece237
CV
13994ac_clean_files_save=$ac_clean_files
13995ac_clean_files="$ac_clean_files $CONFIG_STATUS"
81ecdfbb
RW
13996{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13997$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13998as_write_fail=0
13999cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
edece237
CV
14000#! $SHELL
14001# Generated by $as_me.
14002# Run this file to recreate the current configuration.
14003# Compiler output produced by configure, useful for debugging
14004# configure, is in config.log if it exists.
14005
14006debug=false
14007ac_cs_recheck=false
14008ac_cs_silent=false
edece237 14009
81ecdfbb
RW
14010SHELL=\${CONFIG_SHELL-$SHELL}
14011export SHELL
14012_ASEOF
14013cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14014## -------------------- ##
14015## M4sh Initialization. ##
14016## -------------------- ##
14017
14018# Be more Bourne compatible
14019DUALCASE=1; export DUALCASE # for MKS sh
14020if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
edece237
CV
14021 emulate sh
14022 NULLCMD=:
81ecdfbb 14023 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
edece237
CV
14024 # is contrary to our usage. Disable this feature.
14025 alias -g '${1+"$@"}'='"$@"'
81ecdfbb
RW
14026 setopt NO_GLOB_SUBST
14027else
14028 case `(set -o) 2>/dev/null` in #(
14029 *posix*) :
14030 set -o posix ;; #(
14031 *) :
14032 ;;
14033esac
edece237 14034fi
edece237 14035
81ecdfbb
RW
14036
14037as_nl='
14038'
14039export as_nl
14040# Printing a long string crashes Solaris 7 /usr/bin/printf.
14041as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14042as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14043as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14044# Prefer a ksh shell builtin over an external printf program on Solaris,
14045# but without wasting forks for bash or zsh.
14046if test -z "$BASH_VERSION$ZSH_VERSION" \
14047 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14048 as_echo='print -r --'
14049 as_echo_n='print -rn --'
14050elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14051 as_echo='printf %s\n'
14052 as_echo_n='printf %s'
14053else
14054 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14055 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14056 as_echo_n='/usr/ucb/echo -n'
14057 else
14058 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14059 as_echo_n_body='eval
14060 arg=$1;
14061 case $arg in #(
14062 *"$as_nl"*)
14063 expr "X$arg" : "X\\(.*\\)$as_nl";
14064 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14065 esac;
14066 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14067 '
14068 export as_echo_n_body
14069 as_echo_n='sh -c $as_echo_n_body as_echo'
14070 fi
14071 export as_echo_body
14072 as_echo='sh -c $as_echo_body as_echo'
14073fi
14074
14075# The user is always right.
14076if test "${PATH_SEPARATOR+set}" != set; then
14077 PATH_SEPARATOR=:
14078 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14079 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14080 PATH_SEPARATOR=';'
14081 }
edece237
CV
14082fi
14083
14084
81ecdfbb
RW
14085# IFS
14086# We need space, tab and new line, in precisely that order. Quoting is
14087# there to prevent editors from complaining about space-tab.
14088# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14089# splitting by setting IFS to empty value.)
14090IFS=" "" $as_nl"
14091
14092# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14093as_myself=
81ecdfbb
RW
14094case $0 in #((
14095 *[\\/]* ) as_myself=$0 ;;
14096 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14097for as_dir in $PATH
14098do
14099 IFS=$as_save_IFS
14100 test -z "$as_dir" && as_dir=.
14101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14102 done
14103IFS=$as_save_IFS
14104
14105 ;;
14106esac
14107# We did not find ourselves, most probably we were run as `sh COMMAND'
14108# in which case we are not to be found in the path.
14109if test "x$as_myself" = x; then
14110 as_myself=$0
14111fi
14112if test ! -f "$as_myself"; then
14113 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14114 exit 1
14115fi
14116
14117# Unset variables that we do not need and which cause bugs (e.g. in
14118# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14119# suppresses any "Segmentation fault" message there. '((' could
14120# trigger a bug in pdksh 5.2.14.
14121for as_var in BASH_ENV ENV MAIL MAILPATH
14122do eval test x\${$as_var+set} = xset \
14123 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14124done
edece237
CV
14125PS1='$ '
14126PS2='> '
14127PS4='+ '
14128
14129# NLS nuisances.
81ecdfbb
RW
14130LC_ALL=C
14131export LC_ALL
14132LANGUAGE=C
14133export LANGUAGE
14134
14135# CDPATH.
14136(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14137
14138
d0ac1c44
SM
14139# as_fn_error STATUS ERROR [LINENO LOG_FD]
14140# ----------------------------------------
81ecdfbb
RW
14141# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14142# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14143# script with STATUS, using 1 if that was 0.
81ecdfbb
RW
14144as_fn_error ()
14145{
d0ac1c44
SM
14146 as_status=$1; test $as_status -eq 0 && as_status=1
14147 if test "$4"; then
14148 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14149 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
edece237 14150 fi
d0ac1c44 14151 $as_echo "$as_me: error: $2" >&2
81ecdfbb
RW
14152 as_fn_exit $as_status
14153} # as_fn_error
14154
14155
14156# as_fn_set_status STATUS
14157# -----------------------
14158# Set $? to STATUS, without forking.
14159as_fn_set_status ()
14160{
14161 return $1
14162} # as_fn_set_status
14163
14164# as_fn_exit STATUS
14165# -----------------
14166# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14167as_fn_exit ()
14168{
14169 set +e
14170 as_fn_set_status $1
14171 exit $1
14172} # as_fn_exit
14173
14174# as_fn_unset VAR
14175# ---------------
14176# Portably unset VAR.
14177as_fn_unset ()
14178{
14179 { eval $1=; unset $1;}
14180}
14181as_unset=as_fn_unset
14182# as_fn_append VAR VALUE
14183# ----------------------
14184# Append the text in VALUE to the end of the definition contained in VAR. Take
14185# advantage of any shell optimizations that allow amortized linear growth over
14186# repeated appends, instead of the typical quadratic growth present in naive
14187# implementations.
14188if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14189 eval 'as_fn_append ()
14190 {
14191 eval $1+=\$2
14192 }'
14193else
14194 as_fn_append ()
14195 {
14196 eval $1=\$$1\$2
14197 }
14198fi # as_fn_append
14199
14200# as_fn_arith ARG...
14201# ------------------
14202# Perform arithmetic evaluation on the ARGs, and store the result in the
14203# global $as_val. Take advantage of shells that can avoid forks. The arguments
14204# must be portable across $(()) and expr.
14205if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14206 eval 'as_fn_arith ()
14207 {
14208 as_val=$(( $* ))
14209 }'
14210else
14211 as_fn_arith ()
14212 {
14213 as_val=`expr "$@" || test $? -eq 1`
14214 }
14215fi # as_fn_arith
edece237 14216
81ecdfbb
RW
14217
14218if expr a : '\(a\)' >/dev/null 2>&1 &&
14219 test "X`expr 00001 : '.*\(...\)'`" = X001; then
edece237
CV
14220 as_expr=expr
14221else
14222 as_expr=false
14223fi
14224
81ecdfbb 14225if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
edece237
CV
14226 as_basename=basename
14227else
14228 as_basename=false
14229fi
14230
81ecdfbb
RW
14231if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14232 as_dirname=dirname
14233else
14234 as_dirname=false
14235fi
edece237 14236
81ecdfbb 14237as_me=`$as_basename -- "$0" ||
edece237
CV
14238$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14239 X"$0" : 'X\(//\)$' \| \
81ecdfbb
RW
14240 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14241$as_echo X/"$0" |
14242 sed '/^.*\/\([^/][^/]*\)\/*$/{
14243 s//\1/
14244 q
14245 }
14246 /^X\/\(\/\/\)$/{
14247 s//\1/
14248 q
14249 }
14250 /^X\/\(\/\).*/{
14251 s//\1/
14252 q
14253 }
14254 s/.*/./; q'`
edece237 14255
edece237
CV
14256# Avoid depending upon Character Ranges.
14257as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14258as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14259as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14260as_cr_digits='0123456789'
14261as_cr_alnum=$as_cr_Letters$as_cr_digits
14262
81ecdfbb
RW
14263ECHO_C= ECHO_N= ECHO_T=
14264case `echo -n x` in #(((((
14265-n*)
14266 case `echo 'xy\c'` in
14267 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14268 xy) ECHO_C='\c';;
14269 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14270 ECHO_T=' ';;
14271 esac;;
14272*)
14273 ECHO_N='-n';;
edece237
CV
14274esac
14275
81ecdfbb
RW
14276rm -f conf$$ conf$$.exe conf$$.file
14277if test -d conf$$.dir; then
14278 rm -f conf$$.dir/conf$$.file
edece237 14279else
81ecdfbb
RW
14280 rm -f conf$$.dir
14281 mkdir conf$$.dir 2>/dev/null
edece237 14282fi
81ecdfbb
RW
14283if (echo >conf$$.file) 2>/dev/null; then
14284 if ln -s conf$$.file conf$$ 2>/dev/null; then
edece237 14285 as_ln_s='ln -s'
81ecdfbb
RW
14286 # ... but there are two gotchas:
14287 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14288 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14289 # In both cases, we have to default to `cp -pR'.
81ecdfbb 14290 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14291 as_ln_s='cp -pR'
81ecdfbb
RW
14292 elif ln conf$$.file conf$$ 2>/dev/null; then
14293 as_ln_s=ln
14294 else
d0ac1c44 14295 as_ln_s='cp -pR'
edece237 14296 fi
edece237 14297else
d0ac1c44 14298 as_ln_s='cp -pR'
edece237 14299fi
81ecdfbb
RW
14300rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14301rmdir conf$$.dir 2>/dev/null
14302
14303
14304# as_fn_mkdir_p
14305# -------------
14306# Create "$as_dir" as a directory, including parents if necessary.
14307as_fn_mkdir_p ()
14308{
14309
14310 case $as_dir in #(
14311 -*) as_dir=./$as_dir;;
14312 esac
14313 test -d "$as_dir" || eval $as_mkdir_p || {
14314 as_dirs=
14315 while :; do
14316 case $as_dir in #(
14317 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14318 *) as_qdir=$as_dir;;
14319 esac
14320 as_dirs="'$as_qdir' $as_dirs"
14321 as_dir=`$as_dirname -- "$as_dir" ||
14322$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14323 X"$as_dir" : 'X\(//\)[^/]' \| \
14324 X"$as_dir" : 'X\(//\)$' \| \
14325 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14326$as_echo X"$as_dir" |
14327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14328 s//\1/
14329 q
14330 }
14331 /^X\(\/\/\)[^/].*/{
14332 s//\1/
14333 q
14334 }
14335 /^X\(\/\/\)$/{
14336 s//\1/
14337 q
14338 }
14339 /^X\(\/\).*/{
14340 s//\1/
14341 q
14342 }
14343 s/.*/./; q'`
14344 test -d "$as_dir" && break
14345 done
14346 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14347 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
edece237 14348
81ecdfbb
RW
14349
14350} # as_fn_mkdir_p
edece237 14351if mkdir -p . 2>/dev/null; then
81ecdfbb 14352 as_mkdir_p='mkdir -p "$as_dir"'
edece237
CV
14353else
14354 test -d ./-p && rmdir ./-p
14355 as_mkdir_p=false
14356fi
14357
d0ac1c44
SM
14358
14359# as_fn_executable_p FILE
14360# -----------------------
14361# Test if FILE is an executable regular file.
14362as_fn_executable_p ()
14363{
14364 test -f "$1" && test -x "$1"
14365} # as_fn_executable_p
14366as_test_x='test -x'
14367as_executable_p=as_fn_executable_p
edece237
CV
14368
14369# Sed expression to map a string onto a valid CPP name.
14370as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14371
14372# Sed expression to map a string onto a valid variable name.
14373as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14374
14375
edece237 14376exec 6>&1
81ecdfbb
RW
14377## ----------------------------------- ##
14378## Main body of $CONFIG_STATUS script. ##
14379## ----------------------------------- ##
14380_ASEOF
14381test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14382
14383cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14384# Save the log message, to keep $0 and so on meaningful, and to
edece237 14385# report actual input values of CONFIG_FILES etc. instead of their
81ecdfbb
RW
14386# values after options handling.
14387ac_log="
edece237 14388This file was extended by $as_me, which was
d0ac1c44 14389generated by GNU Autoconf 2.69. Invocation command line was
edece237
CV
14390
14391 CONFIG_FILES = $CONFIG_FILES
14392 CONFIG_HEADERS = $CONFIG_HEADERS
14393 CONFIG_LINKS = $CONFIG_LINKS
14394 CONFIG_COMMANDS = $CONFIG_COMMANDS
14395 $ $0 $@
14396
81ecdfbb
RW
14397on `(hostname || uname -n) 2>/dev/null | sed 1q`
14398"
14399
edece237
CV
14400_ACEOF
14401
81ecdfbb
RW
14402case $ac_config_files in *"
14403"*) set x $ac_config_files; shift; ac_config_files=$*;;
14404esac
edece237 14405
81ecdfbb
RW
14406case $ac_config_headers in *"
14407"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14408esac
edece237 14409
edece237 14410
81ecdfbb
RW
14411cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14412# Files that config.status was made for.
14413config_files="$ac_config_files"
14414config_headers="$ac_config_headers"
81ecdfbb 14415config_commands="$ac_config_commands"
edece237 14416
81ecdfbb 14417_ACEOF
edece237 14418
81ecdfbb 14419cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
edece237 14420ac_cs_usage="\
81ecdfbb
RW
14421\`$as_me' instantiates files and other configuration actions
14422from templates according to the current configuration. Unless the files
14423and actions are specified as TAGs, all are instantiated by default.
edece237 14424
81ecdfbb 14425Usage: $0 [OPTION]... [TAG]...
edece237
CV
14426
14427 -h, --help print this help, then exit
81ecdfbb 14428 -V, --version print version number and configuration settings, then exit
d0ac1c44 14429 --config print configuration, then exit
81ecdfbb
RW
14430 -q, --quiet, --silent
14431 do not print progress messages
edece237
CV
14432 -d, --debug don't remove temporary files
14433 --recheck update $as_me by reconfiguring in the same conditions
81ecdfbb
RW
14434 --file=FILE[:TEMPLATE]
14435 instantiate the configuration file FILE
14436 --header=FILE[:TEMPLATE]
14437 instantiate the configuration header FILE
edece237
CV
14438
14439Configuration files:
14440$config_files
14441
14442Configuration headers:
14443$config_headers
14444
edece237
CV
14445Configuration commands:
14446$config_commands
14447
81ecdfbb 14448Report bugs to the package provider."
edece237 14449
81ecdfbb
RW
14450_ACEOF
14451cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14452ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
edece237
CV
14453ac_cs_version="\\
14454config.status
d0ac1c44
SM
14455configured by $0, generated by GNU Autoconf 2.69,
14456 with options \\"\$ac_cs_config\\"
edece237 14457
d0ac1c44 14458Copyright (C) 2012 Free Software Foundation, Inc.
edece237
CV
14459This config.status script is free software; the Free Software Foundation
14460gives unlimited permission to copy, distribute and modify it."
81ecdfbb
RW
14461
14462ac_pwd='$ac_pwd'
14463srcdir='$srcdir'
14464INSTALL='$INSTALL'
6bb11ab3 14465AWK='$AWK'
81ecdfbb 14466test -n "\$AWK" || AWK=awk
edece237
CV
14467_ACEOF
14468
81ecdfbb
RW
14469cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14470# The default lists apply if the user does not specify any file.
edece237
CV
14471ac_need_defaults=:
14472while test $# != 0
14473do
14474 case $1 in
d0ac1c44 14475 --*=?*)
81ecdfbb
RW
14476 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14477 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
edece237
CV
14478 ac_shift=:
14479 ;;
d0ac1c44
SM
14480 --*=)
14481 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14482 ac_optarg=
14483 ac_shift=:
14484 ;;
81ecdfbb 14485 *)
edece237
CV
14486 ac_option=$1
14487 ac_optarg=$2
14488 ac_shift=shift
14489 ;;
edece237
CV
14490 esac
14491
14492 case $ac_option in
14493 # Handling of the options.
edece237
CV
14494 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14495 ac_cs_recheck=: ;;
81ecdfbb
RW
14496 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14497 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14498 --config | --confi | --conf | --con | --co | --c )
14499 $as_echo "$ac_cs_config"; exit ;;
81ecdfbb 14500 --debug | --debu | --deb | --de | --d | -d )
edece237
CV
14501 debug=: ;;
14502 --file | --fil | --fi | --f )
14503 $ac_shift
81ecdfbb
RW
14504 case $ac_optarg in
14505 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14506 '') as_fn_error $? "missing file argument" ;;
81ecdfbb
RW
14507 esac
14508 as_fn_append CONFIG_FILES " '$ac_optarg'"
edece237
CV
14509 ac_need_defaults=false;;
14510 --header | --heade | --head | --hea )
14511 $ac_shift
81ecdfbb
RW
14512 case $ac_optarg in
14513 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14514 esac
14515 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
edece237 14516 ac_need_defaults=false;;
81ecdfbb
RW
14517 --he | --h)
14518 # Conflict between --help and --header
d0ac1c44 14519 as_fn_error $? "ambiguous option: \`$1'
81ecdfbb
RW
14520Try \`$0 --help' for more information.";;
14521 --help | --hel | -h )
14522 $as_echo "$ac_cs_usage"; exit ;;
edece237
CV
14523 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14524 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14525 ac_cs_silent=: ;;
14526
14527 # This is an error.
d0ac1c44 14528 -*) as_fn_error $? "unrecognized option: \`$1'
81ecdfbb 14529Try \`$0 --help' for more information." ;;
edece237 14530
81ecdfbb
RW
14531 *) as_fn_append ac_config_targets " $1"
14532 ac_need_defaults=false ;;
edece237
CV
14533
14534 esac
14535 shift
14536done
14537
14538ac_configure_extra_args=
14539
14540if $ac_cs_silent; then
14541 exec 6>/dev/null
14542 ac_configure_extra_args="$ac_configure_extra_args --silent"
14543fi
14544
14545_ACEOF
81ecdfbb 14546cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
edece237 14547if \$ac_cs_recheck; then
d0ac1c44 14548 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
81ecdfbb
RW
14549 shift
14550 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14551 CONFIG_SHELL='$SHELL'
14552 export CONFIG_SHELL
14553 exec "\$@"
edece237
CV
14554fi
14555
14556_ACEOF
81ecdfbb
RW
14557cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14558exec 5>>config.log
14559{
14560 echo
14561 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14562## Running $as_me. ##
14563_ASBOX
14564 $as_echo "$ac_log"
14565} >&5
edece237 14566
81ecdfbb
RW
14567_ACEOF
14568cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14569#
14570# INIT-COMMANDS
14571#
14572ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14573
6bb11ab3
L
14574
14575# The HP-UX ksh and POSIX shell print the target directory to stdout
14576# if CDPATH is set.
14577(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14578
14579sed_quote_subst='$sed_quote_subst'
14580double_quote_subst='$double_quote_subst'
14581delay_variable_subst='$delay_variable_subst'
14582macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14583macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14584enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14585enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14586pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14587enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14588SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14589ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14590host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14591host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14592host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14593build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14594build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14595build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14596SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14597Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14598GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14599EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14600FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14601LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14602NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14603LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14604max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14605ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14606exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14607lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14608lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14609lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14610reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14611reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14612OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14613deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14614file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14615AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14616AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14617STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14618RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14619old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14620old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14621old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14622lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14623CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14624CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14625compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14626GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14627lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14628lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14629lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14630lt_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"`'
14631objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14632MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14633lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14634lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14635lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14636lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14637lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14638need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14639DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14640NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14641LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14642OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14643OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14644libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14645shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14646extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14647archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14648enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14649export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14650whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14651compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14652old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14653old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14654archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14655archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14656module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14657module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14658with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14659allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14660no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14661hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14662hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14663hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14664hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14665hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14666hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14667hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14668hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14669inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14670link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14671fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14672always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14673export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14674exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14675include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14676prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14677file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14678variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14679need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14680need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14681version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14682runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14683shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14684shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14685libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14686library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14687soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14688install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14689postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14690postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14691finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14692finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14693hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14694sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14695sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14696hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14697enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14698enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14699enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14700old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14701striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14702
14703LTCC='$LTCC'
14704LTCFLAGS='$LTCFLAGS'
14705compiler='$compiler_DEFAULT'
14706
14707# A function that is used when there is no print builtin or printf.
14708func_fallback_echo ()
14709{
14710 eval 'cat <<_LTECHO_EOF
14711\$1
14712_LTECHO_EOF'
14713}
14714
14715# Quote evaled strings.
14716for var in SHELL \
14717ECHO \
14718SED \
14719GREP \
14720EGREP \
14721FGREP \
14722LD \
14723NM \
14724LN_S \
14725lt_SP2NL \
14726lt_NL2SP \
14727reload_flag \
14728OBJDUMP \
14729deplibs_check_method \
14730file_magic_cmd \
14731AR \
14732AR_FLAGS \
14733STRIP \
14734RANLIB \
14735CC \
14736CFLAGS \
14737compiler \
14738lt_cv_sys_global_symbol_pipe \
14739lt_cv_sys_global_symbol_to_cdecl \
14740lt_cv_sys_global_symbol_to_c_name_address \
14741lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14742lt_prog_compiler_no_builtin_flag \
14743lt_prog_compiler_wl \
14744lt_prog_compiler_pic \
14745lt_prog_compiler_static \
14746lt_cv_prog_compiler_c_o \
14747need_locks \
14748DSYMUTIL \
14749NMEDIT \
14750LIPO \
14751OTOOL \
14752OTOOL64 \
14753shrext_cmds \
14754export_dynamic_flag_spec \
14755whole_archive_flag_spec \
14756compiler_needs_object \
14757with_gnu_ld \
14758allow_undefined_flag \
14759no_undefined_flag \
14760hardcode_libdir_flag_spec \
14761hardcode_libdir_flag_spec_ld \
14762hardcode_libdir_separator \
14763fix_srcfile_path \
14764exclude_expsyms \
14765include_expsyms \
14766file_list_spec \
14767variables_saved_for_relink \
14768libname_spec \
14769library_names_spec \
14770soname_spec \
14771install_override_mode \
14772finish_eval \
14773old_striplib \
14774striplib; do
14775 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14776 *[\\\\\\\`\\"\\\$]*)
14777 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14778 ;;
14779 *)
14780 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14781 ;;
14782 esac
14783done
14784
14785# Double-quote double-evaled strings.
14786for var in reload_cmds \
14787old_postinstall_cmds \
14788old_postuninstall_cmds \
14789old_archive_cmds \
14790extract_expsyms_cmds \
14791old_archive_from_new_cmds \
14792old_archive_from_expsyms_cmds \
14793archive_cmds \
14794archive_expsym_cmds \
14795module_cmds \
14796module_expsym_cmds \
14797export_symbols_cmds \
14798prelink_cmds \
14799postinstall_cmds \
14800postuninstall_cmds \
14801finish_cmds \
14802sys_lib_search_path_spec \
14803sys_lib_dlsearch_path_spec; do
14804 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14805 *[\\\\\\\`\\"\\\$]*)
14806 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14807 ;;
14808 *)
14809 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14810 ;;
14811 esac
14812done
14813
14814ac_aux_dir='$ac_aux_dir'
14815xsi_shell='$xsi_shell'
14816lt_shell_append='$lt_shell_append'
14817
14818# See if we are running on zsh, and set the options which allow our
14819# commands through without removal of \ escapes INIT.
14820if test -n "\${ZSH_VERSION+set}" ; then
14821 setopt NO_GLOB_SUBST
14822fi
14823
14824
14825 PACKAGE='$PACKAGE'
14826 VERSION='$VERSION'
14827 TIMESTAMP='$TIMESTAMP'
14828 RM='$RM'
14829 ofile='$ofile'
14830
14831
14832
14833
81ecdfbb 14834_ACEOF
edece237 14835
81ecdfbb 14836cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
edece237 14837
81ecdfbb 14838# Handling of arguments.
edece237
CV
14839for ac_config_target in $ac_config_targets
14840do
81ecdfbb
RW
14841 case $ac_config_target in
14842 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14843 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14844 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
81ecdfbb
RW
14845 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14846 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14847 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14848 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14849 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14850
d0ac1c44 14851 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
edece237
CV
14852 esac
14853done
14854
81ecdfbb 14855
edece237
CV
14856# If the user did not use the arguments to specify the items to instantiate,
14857# then the envvar interface is used. Set only those that are not.
14858# We use the long form for the default assignment because of an extremely
14859# bizarre bug on SunOS 4.1.3.
14860if $ac_need_defaults; then
14861 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14862 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
edece237
CV
14863 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14864fi
14865
14866# Have a temporary directory for convenience. Make it in the build tree
81ecdfbb 14867# simply because there is no reason against having it here, and in addition,
edece237 14868# creating and moving files from /tmp can sometimes cause problems.
81ecdfbb
RW
14869# Hook for its removal unless debugging.
14870# Note that there is a small window in which the directory will not be cleaned:
14871# after its creation but before its name has been assigned to `$tmp'.
edece237
CV
14872$debug ||
14873{
d0ac1c44 14874 tmp= ac_tmp=
81ecdfbb 14875 trap 'exit_status=$?
d0ac1c44
SM
14876 : "${ac_tmp:=$tmp}"
14877 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
81ecdfbb
RW
14878' 0
14879 trap 'as_fn_exit 1' 1 2 13 15
edece237 14880}
edece237
CV
14881# Create a (secure) tmp directory for tmp files.
14882
14883{
81ecdfbb 14884 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 14885 test -d "$tmp"
edece237
CV
14886} ||
14887{
81ecdfbb
RW
14888 tmp=./conf$$-$RANDOM
14889 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
14890} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
14891ac_tmp=$tmp
edece237 14892
81ecdfbb
RW
14893# Set up the scripts for CONFIG_FILES section.
14894# No need to generate them if there are no CONFIG_FILES.
14895# This happens for instance with `./config.status config.h'.
14896if test -n "$CONFIG_FILES"; then
edece237 14897
edece237 14898
81ecdfbb
RW
14899ac_cr=`echo X | tr X '\015'`
14900# On cygwin, bash can eat \r inside `` if the user requested igncr.
14901# But we know of no other shell where ac_cr would be empty at this
14902# point, so we can use a bashism as a fallback.
14903if test "x$ac_cr" = x; then
14904 eval ac_cr=\$\'\\r\'
14905fi
14906ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14907if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 14908 ac_cs_awk_cr='\\r'
81ecdfbb
RW
14909else
14910 ac_cs_awk_cr=$ac_cr
14911fi
edece237 14912
d0ac1c44 14913echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
edece237
CV
14914_ACEOF
14915
81ecdfbb
RW
14916
14917{
14918 echo "cat >conf$$subs.awk <<_ACEOF" &&
14919 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14920 echo "_ACEOF"
14921} >conf$$subs.sh ||
d0ac1c44
SM
14922 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
14923ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
81ecdfbb
RW
14924ac_delim='%!_!# '
14925for ac_last_try in false false false false false :; do
14926 . ./conf$$subs.sh ||
d0ac1c44 14927 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14928
14929 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14930 if test $ac_delim_n = $ac_delim_num; then
14931 break
14932 elif $ac_last_try; then
d0ac1c44 14933 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
81ecdfbb
RW
14934 else
14935 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
edece237 14936 fi
81ecdfbb
RW
14937done
14938rm -f conf$$subs.sh
edece237 14939
81ecdfbb 14940cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14941cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
edece237 14942_ACEOF
81ecdfbb
RW
14943sed -n '
14944h
14945s/^/S["/; s/!.*/"]=/
14946p
14947g
14948s/^[^!]*!//
14949:repl
14950t repl
14951s/'"$ac_delim"'$//
14952t delim
14953:nl
14954h
d0ac1c44 14955s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14956t more1
14957s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14958p
14959n
14960b repl
14961:more1
14962s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14963p
14964g
14965s/.\{148\}//
14966t nl
14967:delim
14968h
d0ac1c44 14969s/\(.\{148\}\)..*/\1/
81ecdfbb
RW
14970t more2
14971s/["\\]/\\&/g; s/^/"/; s/$/"/
14972p
14973b
14974:more2
14975s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14976p
14977g
14978s/.\{148\}//
14979t delim
14980' <conf$$subs.awk | sed '
14981/^[^""]/{
14982 N
14983 s/\n//
14984}
14985' >>$CONFIG_STATUS || ac_write_fail=1
14986rm -f conf$$subs.awk
14987cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14988_ACAWK
d0ac1c44 14989cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
81ecdfbb
RW
14990 for (key in S) S_is_set[key] = 1
14991 FS = "\a"
edece237 14992
81ecdfbb
RW
14993}
14994{
14995 line = $ 0
14996 nfields = split(line, field, "@")
14997 substed = 0
14998 len = length(field[1])
14999 for (i = 2; i < nfields; i++) {
15000 key = field[i]
15001 keylen = length(key)
15002 if (S_is_set[key]) {
15003 value = S[key]
15004 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15005 len += length(value) + length(field[++i])
15006 substed = 1
15007 } else
15008 len += 1 + keylen
15009 }
15010
15011 print line
15012}
edece237 15013
81ecdfbb
RW
15014_ACAWK
15015_ACEOF
15016cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15017if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15018 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
edece237 15019else
81ecdfbb 15020 cat
d0ac1c44
SM
15021fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15022 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
81ecdfbb 15023_ACEOF
edece237 15024
d0ac1c44
SM
15025# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15026# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
81ecdfbb
RW
15027# trailing colons and then remove the whole line if VPATH becomes empty
15028# (actually we leave an empty line to preserve line numbers).
15029if test "x$srcdir" = x.; then
d0ac1c44
SM
15030 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15031h
15032s///
15033s/^/:/
15034s/[ ]*$/:/
15035s/:\$(srcdir):/:/g
15036s/:\${srcdir}:/:/g
15037s/:@srcdir@:/:/g
15038s/^:*//
81ecdfbb 15039s/:*$//
d0ac1c44
SM
15040x
15041s/\(=[ ]*\).*/\1/
15042G
15043s/\n//
81ecdfbb
RW
15044s/^[^=]*=[ ]*$//
15045}'
15046fi
edece237 15047
81ecdfbb
RW
15048cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15049fi # test -n "$CONFIG_FILES"
edece237 15050
81ecdfbb
RW
15051# Set up the scripts for CONFIG_HEADERS section.
15052# No need to generate them if there are no CONFIG_HEADERS.
15053# This happens for instance with `./config.status Makefile'.
15054if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15055cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
81ecdfbb
RW
15056BEGIN {
15057_ACEOF
edece237 15058
81ecdfbb
RW
15059# Transform confdefs.h into an awk script `defines.awk', embedded as
15060# here-document in config.status, that substitutes the proper values into
15061# config.h.in to produce config.h.
edece237 15062
81ecdfbb
RW
15063# Create a delimiter string that does not exist in confdefs.h, to ease
15064# handling of long lines.
15065ac_delim='%!_!# '
15066for ac_last_try in false false :; do
d0ac1c44
SM
15067 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15068 if test -z "$ac_tt"; then
81ecdfbb
RW
15069 break
15070 elif $ac_last_try; then
d0ac1c44 15071 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
edece237 15072 else
81ecdfbb 15073 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
edece237 15074 fi
edece237 15075done
81ecdfbb
RW
15076
15077# For the awk script, D is an array of macro values keyed by name,
15078# likewise P contains macro parameters if any. Preserve backslash
15079# newline sequences.
15080
15081ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15082sed -n '
15083s/.\{148\}/&'"$ac_delim"'/g
15084t rset
15085:rset
15086s/^[ ]*#[ ]*define[ ][ ]*/ /
15087t def
15088d
15089:def
15090s/\\$//
15091t bsnl
15092s/["\\]/\\&/g
15093s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15094D["\1"]=" \3"/p
15095s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15096d
15097:bsnl
15098s/["\\]/\\&/g
15099s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15100D["\1"]=" \3\\\\\\n"\\/p
15101t cont
15102s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15103t cont
15104d
15105:cont
15106n
15107s/.\{148\}/&'"$ac_delim"'/g
15108t clear
15109:clear
15110s/\\$//
15111t bsnlc
15112s/["\\]/\\&/g; s/^/"/; s/$/"/p
15113d
15114:bsnlc
15115s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15116b cont
15117' <confdefs.h | sed '
15118s/'"$ac_delim"'/"\\\
15119"/g' >>$CONFIG_STATUS || ac_write_fail=1
15120
15121cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15122 for (key in D) D_is_set[key] = 1
15123 FS = "\a"
15124}
15125/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15126 line = \$ 0
15127 split(line, arg, " ")
15128 if (arg[1] == "#") {
15129 defundef = arg[2]
15130 mac1 = arg[3]
15131 } else {
15132 defundef = substr(arg[1], 2)
15133 mac1 = arg[2]
15134 }
15135 split(mac1, mac2, "(") #)
15136 macro = mac2[1]
15137 prefix = substr(line, 1, index(line, defundef) - 1)
15138 if (D_is_set[macro]) {
15139 # Preserve the white space surrounding the "#".
15140 print prefix "define", macro P[macro] D[macro]
15141 next
15142 } else {
15143 # Replace #undef with comments. This is necessary, for example,
15144 # in the case of _POSIX_SOURCE, which is predefined and required
15145 # on some systems where configure will not decide to define it.
15146 if (defundef == "undef") {
15147 print "/*", prefix defundef, macro, "*/"
15148 next
15149 }
15150 }
15151}
15152{ print }
15153_ACAWK
edece237 15154_ACEOF
81ecdfbb 15155cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15156 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
81ecdfbb 15157fi # test -n "$CONFIG_HEADERS"
edece237 15158
edece237 15159
99d8e879 15160eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
81ecdfbb
RW
15161shift
15162for ac_tag
15163do
15164 case $ac_tag in
15165 :[FHLC]) ac_mode=$ac_tag; continue;;
15166 esac
15167 case $ac_mode$ac_tag in
15168 :[FHL]*:*);;
d0ac1c44 15169 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
81ecdfbb
RW
15170 :[FH]-) ac_tag=-:-;;
15171 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
edece237 15172 esac
81ecdfbb
RW
15173 ac_save_IFS=$IFS
15174 IFS=:
15175 set x $ac_tag
15176 IFS=$ac_save_IFS
15177 shift
15178 ac_file=$1
15179 shift
edece237 15180
81ecdfbb
RW
15181 case $ac_mode in
15182 :L) ac_source=$1;;
15183 :[FH])
15184 ac_file_inputs=
15185 for ac_f
15186 do
15187 case $ac_f in
d0ac1c44 15188 -) ac_f="$ac_tmp/stdin";;
81ecdfbb
RW
15189 *) # Look for the file first in the build tree, then in the source tree
15190 # (if the path is not absolute). The absolute path cannot be DOS-style,
15191 # because $ac_f cannot contain `:'.
15192 test -f "$ac_f" ||
15193 case $ac_f in
15194 [\\/$]*) false;;
15195 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15196 esac ||
d0ac1c44 15197 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
edece237 15198 esac
81ecdfbb
RW
15199 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15200 as_fn_append ac_file_inputs " '$ac_f'"
15201 done
edece237 15202
81ecdfbb
RW
15203 # Let's still pretend it is `configure' which instantiates (i.e., don't
15204 # use $as_me), people would be surprised to read:
15205 # /* config.h. Generated by config.status. */
15206 configure_input='Generated from '`
15207 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15208 `' by configure.'
15209 if test x"$ac_file" != x-; then
15210 configure_input="$ac_file. $configure_input"
15211 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15212$as_echo "$as_me: creating $ac_file" >&6;}
15213 fi
15214 # Neutralize special characters interpreted by sed in replacement strings.
15215 case $configure_input in #(
15216 *\&* | *\|* | *\\* )
15217 ac_sed_conf_input=`$as_echo "$configure_input" |
15218 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15219 *) ac_sed_conf_input=$configure_input;;
15220 esac
edece237 15221
81ecdfbb 15222 case $ac_tag in
d0ac1c44
SM
15223 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15224 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
81ecdfbb
RW
15225 esac
15226 ;;
15227 esac
edece237 15228
81ecdfbb 15229 ac_dir=`$as_dirname -- "$ac_file" ||
edece237
CV
15230$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15231 X"$ac_file" : 'X\(//\)[^/]' \| \
15232 X"$ac_file" : 'X\(//\)$' \| \
81ecdfbb
RW
15233 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15234$as_echo X"$ac_file" |
15235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15236 s//\1/
15237 q
15238 }
15239 /^X\(\/\/\)[^/].*/{
15240 s//\1/
15241 q
15242 }
15243 /^X\(\/\/\)$/{
15244 s//\1/
15245 q
15246 }
15247 /^X\(\/\).*/{
15248 s//\1/
15249 q
15250 }
15251 s/.*/./; q'`
15252 as_dir="$ac_dir"; as_fn_mkdir_p
edece237
CV
15253 ac_builddir=.
15254
81ecdfbb
RW
15255case "$ac_dir" in
15256.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15257*)
15258 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15259 # A ".." for each directory in $ac_dir_suffix.
15260 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15261 case $ac_top_builddir_sub in
15262 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15263 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15264 esac ;;
15265esac
15266ac_abs_top_builddir=$ac_pwd
15267ac_abs_builddir=$ac_pwd$ac_dir_suffix
15268# for backward compatibility:
15269ac_top_builddir=$ac_top_build_prefix
edece237
CV
15270
15271case $srcdir in
81ecdfbb 15272 .) # We are building in place.
edece237 15273 ac_srcdir=.
81ecdfbb
RW
15274 ac_top_srcdir=$ac_top_builddir_sub
15275 ac_abs_top_srcdir=$ac_pwd ;;
15276 [\\/]* | ?:[\\/]* ) # Absolute name.
edece237 15277 ac_srcdir=$srcdir$ac_dir_suffix;
81ecdfbb
RW
15278 ac_top_srcdir=$srcdir
15279 ac_abs_top_srcdir=$srcdir ;;
15280 *) # Relative name.
15281 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15282 ac_top_srcdir=$ac_top_build_prefix$srcdir
15283 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
edece237 15284esac
81ecdfbb 15285ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
edece237 15286
edece237 15287
81ecdfbb
RW
15288 case $ac_mode in
15289 :F)
15290 #
15291 # CONFIG_FILE
15292 #
edece237 15293
81ecdfbb
RW
15294 case $INSTALL in
15295 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15296 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
edece237 15297 esac
81ecdfbb 15298_ACEOF
edece237 15299
81ecdfbb
RW
15300cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15301# If the template does not know about datarootdir, expand it.
15302# FIXME: This hack should be removed a few years after 2.60.
15303ac_datarootdir_hack=; ac_datarootdir_seen=
15304ac_sed_dataroot='
15305/datarootdir/ {
15306 p
15307 q
15308}
15309/@datadir@/p
15310/@docdir@/p
15311/@infodir@/p
15312/@localedir@/p
15313/@mandir@/p'
15314case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15315*datarootdir*) ac_datarootdir_seen=yes;;
15316*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15317 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15318$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15319_ACEOF
15320cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15321 ac_datarootdir_hack='
15322 s&@datadir@&$datadir&g
15323 s&@docdir@&$docdir&g
15324 s&@infodir@&$infodir&g
15325 s&@localedir@&$localedir&g
15326 s&@mandir@&$mandir&g
15327 s&\\\${datarootdir}&$datarootdir&g' ;;
15328esac
edece237 15329_ACEOF
edece237 15330
81ecdfbb
RW
15331# Neutralize VPATH when `$srcdir' = `.'.
15332# Shell code in configure.ac might set extrasub.
15333# FIXME: do we really want to maintain this feature?
15334cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15335ac_sed_extra="$ac_vpsub
15336$extrasub
15337_ACEOF
15338cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15339:t
15340/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15341s|@configure_input@|$ac_sed_conf_input|;t t
15342s&@top_builddir@&$ac_top_builddir_sub&;t t
15343s&@top_build_prefix@&$ac_top_build_prefix&;t t
15344s&@srcdir@&$ac_srcdir&;t t
15345s&@abs_srcdir@&$ac_abs_srcdir&;t t
15346s&@top_srcdir@&$ac_top_srcdir&;t t
15347s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15348s&@builddir@&$ac_builddir&;t t
15349s&@abs_builddir@&$ac_abs_builddir&;t t
15350s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15351s&@INSTALL@&$ac_INSTALL&;t t
15352$ac_datarootdir_hack
15353"
d0ac1c44
SM
15354eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15355 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15356
15357test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15358 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15359 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15360 "$ac_tmp/out"`; test -z "$ac_out"; } &&
81ecdfbb 15361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15362which seems to be undefined. Please make sure it is defined" >&5
81ecdfbb 15363$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15364which seems to be undefined. Please make sure it is defined" >&2;}
81ecdfbb 15365
d0ac1c44 15366 rm -f "$ac_tmp/stdin"
81ecdfbb 15367 case $ac_file in
d0ac1c44
SM
15368 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15369 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
81ecdfbb 15370 esac \
d0ac1c44 15371 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb
RW
15372 ;;
15373 :H)
15374 #
15375 # CONFIG_HEADER
15376 #
15377 if test x"$ac_file" != x-; then
15378 {
15379 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15380 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15381 } >"$ac_tmp/config.h" \
15382 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15383 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
81ecdfbb
RW
15384 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15385$as_echo "$as_me: $ac_file is unchanged" >&6;}
15386 else
15387 rm -f "$ac_file"
d0ac1c44
SM
15388 mv "$ac_tmp/config.h" "$ac_file" \
15389 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
81ecdfbb 15390 fi
edece237 15391 else
81ecdfbb 15392 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15393 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15394 || as_fn_error $? "could not create -" "$LINENO" 5
81ecdfbb
RW
15395 fi
15396 ;;
edece237 15397
81ecdfbb
RW
15398 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15399$as_echo "$as_me: executing $ac_file commands" >&6;}
15400 ;;
15401 esac
edece237
CV
15402
15403
81ecdfbb 15404 case $ac_file$ac_mode in
db2e4d67 15405 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15406 "libtool":C)
15407
15408 # See if we are running on zsh, and set the options which allow our
15409 # commands through without removal of \ escapes.
15410 if test -n "${ZSH_VERSION+set}" ; then
15411 setopt NO_GLOB_SUBST
15412 fi
15413
15414 cfgfile="${ofile}T"
15415 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15416 $RM "$cfgfile"
15417
15418 cat <<_LT_EOF >> "$cfgfile"
15419#! $SHELL
15420
15421# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15422# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15423# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15424# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15425#
15426# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15427# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15428# Written by Gordon Matzigkeit, 1996
15429#
15430# This file is part of GNU Libtool.
15431#
15432# GNU Libtool is free software; you can redistribute it and/or
15433# modify it under the terms of the GNU General Public License as
15434# published by the Free Software Foundation; either version 2 of
15435# the License, or (at your option) any later version.
15436#
15437# As a special exception to the GNU General Public License,
15438# if you distribute this file as part of a program or library that
15439# is built using GNU Libtool, you may include this file under the
15440# same distribution terms that you use for the rest of that program.
15441#
15442# GNU Libtool is distributed in the hope that it will be useful,
15443# but WITHOUT ANY WARRANTY; without even the implied warranty of
15444# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15445# GNU General Public License for more details.
15446#
15447# You should have received a copy of the GNU General Public License
15448# along with GNU Libtool; see the file COPYING. If not, a copy
15449# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15450# obtained by writing to the Free Software Foundation, Inc.,
15451# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15452
15453
15454# The names of the tagged configurations supported by this script.
15455available_tags=""
15456
15457# ### BEGIN LIBTOOL CONFIG
15458
15459# Which release of libtool.m4 was used?
15460macro_version=$macro_version
15461macro_revision=$macro_revision
15462
15463# Whether or not to build shared libraries.
15464build_libtool_libs=$enable_shared
15465
15466# Whether or not to build static libraries.
15467build_old_libs=$enable_static
15468
15469# What type of objects to build.
15470pic_mode=$pic_mode
15471
15472# Whether or not to optimize for fast installation.
15473fast_install=$enable_fast_install
15474
15475# Shell to use when invoking shell scripts.
15476SHELL=$lt_SHELL
15477
15478# An echo program that protects backslashes.
15479ECHO=$lt_ECHO
15480
15481# The host system.
15482host_alias=$host_alias
15483host=$host
15484host_os=$host_os
15485
15486# The build system.
15487build_alias=$build_alias
15488build=$build
15489build_os=$build_os
15490
15491# A sed program that does not truncate output.
15492SED=$lt_SED
15493
15494# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15495Xsed="\$SED -e 1s/^X//"
15496
15497# A grep program that handles long lines.
15498GREP=$lt_GREP
15499
15500# An ERE matcher.
15501EGREP=$lt_EGREP
15502
15503# A literal string matcher.
15504FGREP=$lt_FGREP
15505
15506# A BSD- or MS-compatible name lister.
15507NM=$lt_NM
15508
15509# Whether we need soft or hard links.
15510LN_S=$lt_LN_S
15511
15512# What is the maximum length of a command?
15513max_cmd_len=$max_cmd_len
15514
15515# Object file suffix (normally "o").
15516objext=$ac_objext
15517
15518# Executable file suffix (normally "").
15519exeext=$exeext
15520
15521# whether the shell understands "unset".
15522lt_unset=$lt_unset
15523
15524# turn spaces into newlines.
15525SP2NL=$lt_lt_SP2NL
15526
15527# turn newlines into spaces.
15528NL2SP=$lt_lt_NL2SP
15529
15530# An object symbol dumper.
15531OBJDUMP=$lt_OBJDUMP
15532
15533# Method to check whether dependent libraries are shared objects.
15534deplibs_check_method=$lt_deplibs_check_method
15535
15536# Command to use when deplibs_check_method == "file_magic".
15537file_magic_cmd=$lt_file_magic_cmd
15538
15539# The archiver.
15540AR=$lt_AR
15541AR_FLAGS=$lt_AR_FLAGS
15542
15543# A symbol stripping program.
15544STRIP=$lt_STRIP
15545
15546# Commands used to install an old-style archive.
15547RANLIB=$lt_RANLIB
15548old_postinstall_cmds=$lt_old_postinstall_cmds
15549old_postuninstall_cmds=$lt_old_postuninstall_cmds
15550
15551# Whether to use a lock for old archive extraction.
15552lock_old_archive_extraction=$lock_old_archive_extraction
15553
15554# A C compiler.
15555LTCC=$lt_CC
15556
15557# LTCC compiler flags.
15558LTCFLAGS=$lt_CFLAGS
15559
15560# Take the output of nm and produce a listing of raw symbols and C names.
15561global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15562
15563# Transform the output of nm in a proper C declaration.
15564global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15565
15566# Transform the output of nm in a C name address pair.
15567global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15568
15569# Transform the output of nm in a C name address pair when lib prefix is needed.
15570global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15571
15572# The name of the directory that contains temporary libtool files.
15573objdir=$objdir
15574
15575# Used to examine libraries when file_magic_cmd begins with "file".
15576MAGIC_CMD=$MAGIC_CMD
15577
15578# Must we lock files when doing compilation?
15579need_locks=$lt_need_locks
15580
15581# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15582DSYMUTIL=$lt_DSYMUTIL
15583
15584# Tool to change global to local symbols on Mac OS X.
15585NMEDIT=$lt_NMEDIT
15586
15587# Tool to manipulate fat objects and archives on Mac OS X.
15588LIPO=$lt_LIPO
15589
15590# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15591OTOOL=$lt_OTOOL
15592
15593# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15594OTOOL64=$lt_OTOOL64
15595
15596# Old archive suffix (normally "a").
15597libext=$libext
15598
15599# Shared library suffix (normally ".so").
15600shrext_cmds=$lt_shrext_cmds
15601
15602# The commands to extract the exported symbol list from a shared archive.
15603extract_expsyms_cmds=$lt_extract_expsyms_cmds
15604
15605# Variables whose values should be saved in libtool wrapper scripts and
15606# restored at link time.
15607variables_saved_for_relink=$lt_variables_saved_for_relink
15608
15609# Do we need the "lib" prefix for modules?
15610need_lib_prefix=$need_lib_prefix
15611
15612# Do we need a version for libraries?
15613need_version=$need_version
15614
15615# Library versioning type.
15616version_type=$version_type
15617
15618# Shared library runtime path variable.
15619runpath_var=$runpath_var
15620
15621# Shared library path variable.
15622shlibpath_var=$shlibpath_var
15623
15624# Is shlibpath searched before the hard-coded library search path?
15625shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15626
15627# Format of library name prefix.
15628libname_spec=$lt_libname_spec
15629
15630# List of archive names. First name is the real one, the rest are links.
15631# The last name is the one that the linker finds with -lNAME
15632library_names_spec=$lt_library_names_spec
15633
15634# The coded name of the library, if different from the real name.
15635soname_spec=$lt_soname_spec
15636
15637# Permission mode override for installation of shared libraries.
15638install_override_mode=$lt_install_override_mode
15639
15640# Command to use after installation of a shared archive.
15641postinstall_cmds=$lt_postinstall_cmds
15642
15643# Command to use after uninstallation of a shared archive.
15644postuninstall_cmds=$lt_postuninstall_cmds
15645
15646# Commands used to finish a libtool library installation in a directory.
15647finish_cmds=$lt_finish_cmds
15648
15649# As "finish_cmds", except a single script fragment to be evaled but
15650# not shown.
15651finish_eval=$lt_finish_eval
15652
15653# Whether we should hardcode library paths into libraries.
15654hardcode_into_libs=$hardcode_into_libs
15655
15656# Compile-time system search path for libraries.
15657sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15658
15659# Run-time system search path for libraries.
15660sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15661
15662# Whether dlopen is supported.
15663dlopen_support=$enable_dlopen
15664
15665# Whether dlopen of programs is supported.
15666dlopen_self=$enable_dlopen_self
15667
15668# Whether dlopen of statically linked programs is supported.
15669dlopen_self_static=$enable_dlopen_self_static
15670
15671# Commands to strip libraries.
15672old_striplib=$lt_old_striplib
15673striplib=$lt_striplib
15674
15675
15676# The linker used to build libraries.
15677LD=$lt_LD
15678
15679# How to create reloadable object files.
15680reload_flag=$lt_reload_flag
15681reload_cmds=$lt_reload_cmds
15682
15683# Commands used to build an old-style archive.
15684old_archive_cmds=$lt_old_archive_cmds
15685
15686# A language specific compiler.
15687CC=$lt_compiler
15688
15689# Is the compiler the GNU compiler?
15690with_gcc=$GCC
15691
15692# Compiler flag to turn off builtin functions.
15693no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15694
15695# How to pass a linker flag through the compiler.
15696wl=$lt_lt_prog_compiler_wl
15697
15698# Additional compiler flags for building library objects.
15699pic_flag=$lt_lt_prog_compiler_pic
15700
15701# Compiler flag to prevent dynamic linking.
15702link_static_flag=$lt_lt_prog_compiler_static
15703
15704# Does compiler simultaneously support -c and -o options?
15705compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15706
15707# Whether or not to add -lc for building shared libraries.
15708build_libtool_need_lc=$archive_cmds_need_lc
15709
15710# Whether or not to disallow shared libs when runtime libs are static.
15711allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15712
15713# Compiler flag to allow reflexive dlopens.
15714export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15715
15716# Compiler flag to generate shared objects directly from archives.
15717whole_archive_flag_spec=$lt_whole_archive_flag_spec
15718
15719# Whether the compiler copes with passing no objects directly.
15720compiler_needs_object=$lt_compiler_needs_object
15721
15722# Create an old-style archive from a shared archive.
15723old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15724
15725# Create a temporary old-style archive to link instead of a shared archive.
15726old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15727
15728# Commands used to build a shared archive.
15729archive_cmds=$lt_archive_cmds
15730archive_expsym_cmds=$lt_archive_expsym_cmds
15731
15732# Commands used to build a loadable module if different from building
15733# a shared archive.
15734module_cmds=$lt_module_cmds
15735module_expsym_cmds=$lt_module_expsym_cmds
15736
15737# Whether we are building with GNU ld or not.
15738with_gnu_ld=$lt_with_gnu_ld
15739
15740# Flag that allows shared libraries with undefined symbols to be built.
15741allow_undefined_flag=$lt_allow_undefined_flag
15742
15743# Flag that enforces no undefined symbols.
15744no_undefined_flag=$lt_no_undefined_flag
15745
15746# Flag to hardcode \$libdir into a binary during linking.
15747# This must work even if \$libdir does not exist
15748hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15749
15750# If ld is used when linking, flag to hardcode \$libdir into a binary
15751# during linking. This must work even if \$libdir does not exist.
15752hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15753
15754# Whether we need a single "-rpath" flag with a separated argument.
15755hardcode_libdir_separator=$lt_hardcode_libdir_separator
15756
15757# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15758# DIR into the resulting binary.
15759hardcode_direct=$hardcode_direct
15760
15761# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15762# DIR into the resulting binary and the resulting library dependency is
15763# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15764# library is relocated.
15765hardcode_direct_absolute=$hardcode_direct_absolute
15766
15767# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15768# into the resulting binary.
15769hardcode_minus_L=$hardcode_minus_L
15770
15771# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15772# into the resulting binary.
15773hardcode_shlibpath_var=$hardcode_shlibpath_var
15774
15775# Set to "yes" if building a shared library automatically hardcodes DIR
15776# into the library and all subsequent libraries and executables linked
15777# against it.
15778hardcode_automatic=$hardcode_automatic
15779
15780# Set to yes if linker adds runtime paths of dependent libraries
15781# to runtime path list.
15782inherit_rpath=$inherit_rpath
15783
15784# Whether libtool must link a program against all its dependency libraries.
15785link_all_deplibs=$link_all_deplibs
15786
15787# Fix the shell variable \$srcfile for the compiler.
15788fix_srcfile_path=$lt_fix_srcfile_path
15789
15790# Set to "yes" if exported symbols are required.
15791always_export_symbols=$always_export_symbols
15792
15793# The commands to list exported symbols.
15794export_symbols_cmds=$lt_export_symbols_cmds
15795
15796# Symbols that should not be listed in the preloaded symbols.
15797exclude_expsyms=$lt_exclude_expsyms
15798
15799# Symbols that must always be exported.
15800include_expsyms=$lt_include_expsyms
15801
15802# Commands necessary for linking programs (against libraries) with templates.
15803prelink_cmds=$lt_prelink_cmds
15804
15805# Specify filename containing input files.
15806file_list_spec=$lt_file_list_spec
15807
15808# How to hardcode a shared library path into an executable.
15809hardcode_action=$hardcode_action
15810
15811# ### END LIBTOOL CONFIG
15812
15813_LT_EOF
15814
15815 case $host_os in
15816 aix3*)
15817 cat <<\_LT_EOF >> "$cfgfile"
15818# AIX sometimes has problems with the GCC collect2 program. For some
15819# reason, if we set the COLLECT_NAMES environment variable, the problems
15820# vanish in a puff of smoke.
15821if test "X${COLLECT_NAMES+set}" != Xset; then
15822 COLLECT_NAMES=
15823 export COLLECT_NAMES
15824fi
15825_LT_EOF
15826 ;;
15827 esac
15828
15829
15830ltmain="$ac_aux_dir/ltmain.sh"
15831
15832
15833 # We use sed instead of cat because bash on DJGPP gets confused if
15834 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15835 # text mode, it properly converts lines to CR/LF. This bash problem
15836 # is reportedly fixed, but why not run on old versions too?
15837 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15838 || (rm -f "$cfgfile"; exit 1)
15839
15840 case $xsi_shell in
15841 yes)
15842 cat << \_LT_EOF >> "$cfgfile"
15843
15844# func_dirname file append nondir_replacement
15845# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15846# otherwise set result to NONDIR_REPLACEMENT.
15847func_dirname ()
15848{
15849 case ${1} in
15850 */*) func_dirname_result="${1%/*}${2}" ;;
15851 * ) func_dirname_result="${3}" ;;
15852 esac
15853}
15854
15855# func_basename file
15856func_basename ()
15857{
15858 func_basename_result="${1##*/}"
15859}
15860
15861# func_dirname_and_basename file append nondir_replacement
15862# perform func_basename and func_dirname in a single function
15863# call:
15864# dirname: Compute the dirname of FILE. If nonempty,
15865# add APPEND to the result, otherwise set result
15866# to NONDIR_REPLACEMENT.
15867# value returned in "$func_dirname_result"
15868# basename: Compute filename of FILE.
15869# value retuned in "$func_basename_result"
15870# Implementation must be kept synchronized with func_dirname
15871# and func_basename. For efficiency, we do not delegate to
15872# those functions but instead duplicate the functionality here.
15873func_dirname_and_basename ()
15874{
15875 case ${1} in
15876 */*) func_dirname_result="${1%/*}${2}" ;;
15877 * ) func_dirname_result="${3}" ;;
15878 esac
15879 func_basename_result="${1##*/}"
15880}
15881
15882# func_stripname prefix suffix name
15883# strip PREFIX and SUFFIX off of NAME.
15884# PREFIX and SUFFIX must not contain globbing or regex special
15885# characters, hashes, percent signs, but SUFFIX may contain a leading
15886# dot (in which case that matches only a dot).
15887func_stripname ()
15888{
15889 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15890 # positional parameters, so assign one to ordinary parameter first.
15891 func_stripname_result=${3}
15892 func_stripname_result=${func_stripname_result#"${1}"}
15893 func_stripname_result=${func_stripname_result%"${2}"}
15894}
15895
15896# func_opt_split
15897func_opt_split ()
15898{
15899 func_opt_split_opt=${1%%=*}
15900 func_opt_split_arg=${1#*=}
15901}
15902
15903# func_lo2o object
15904func_lo2o ()
15905{
15906 case ${1} in
15907 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15908 *) func_lo2o_result=${1} ;;
15909 esac
15910}
15911
15912# func_xform libobj-or-source
15913func_xform ()
15914{
15915 func_xform_result=${1%.*}.lo
15916}
15917
15918# func_arith arithmetic-term...
15919func_arith ()
15920{
15921 func_arith_result=$(( $* ))
15922}
15923
15924# func_len string
15925# STRING may not start with a hyphen.
15926func_len ()
15927{
15928 func_len_result=${#1}
15929}
15930
15931_LT_EOF
15932 ;;
15933 *) # Bourne compatible functions.
15934 cat << \_LT_EOF >> "$cfgfile"
15935
15936# func_dirname file append nondir_replacement
15937# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15938# otherwise set result to NONDIR_REPLACEMENT.
15939func_dirname ()
15940{
15941 # Extract subdirectory from the argument.
15942 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15943 if test "X$func_dirname_result" = "X${1}"; then
15944 func_dirname_result="${3}"
15945 else
15946 func_dirname_result="$func_dirname_result${2}"
15947 fi
15948}
15949
15950# func_basename file
15951func_basename ()
15952{
15953 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15954}
15955
15956
15957# func_stripname prefix suffix name
15958# strip PREFIX and SUFFIX off of NAME.
15959# PREFIX and SUFFIX must not contain globbing or regex special
15960# characters, hashes, percent signs, but SUFFIX may contain a leading
15961# dot (in which case that matches only a dot).
15962# func_strip_suffix prefix name
15963func_stripname ()
15964{
15965 case ${2} in
15966 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15967 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15968 esac
15969}
15970
15971# sed scripts:
15972my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15973my_sed_long_arg='1s/^-[^=]*=//'
15974
15975# func_opt_split
15976func_opt_split ()
15977{
15978 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15979 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15980}
15981
15982# func_lo2o object
15983func_lo2o ()
15984{
15985 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15986}
15987
15988# func_xform libobj-or-source
15989func_xform ()
15990{
15991 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15992}
15993
15994# func_arith arithmetic-term...
15995func_arith ()
15996{
15997 func_arith_result=`expr "$@"`
15998}
15999
16000# func_len string
16001# STRING may not start with a hyphen.
16002func_len ()
16003{
16004 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16005}
16006
16007_LT_EOF
16008esac
16009
16010case $lt_shell_append in
16011 yes)
16012 cat << \_LT_EOF >> "$cfgfile"
16013
16014# func_append var value
16015# Append VALUE to the end of shell variable VAR.
16016func_append ()
16017{
16018 eval "$1+=\$2"
16019}
16020_LT_EOF
16021 ;;
16022 *)
16023 cat << \_LT_EOF >> "$cfgfile"
16024
16025# func_append var value
16026# Append VALUE to the end of shell variable VAR.
16027func_append ()
16028{
16029 eval "$1=\$$1\$2"
16030}
16031
16032_LT_EOF
16033 ;;
16034 esac
16035
16036
16037 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16038 || (rm -f "$cfgfile"; exit 1)
16039
16040 mv -f "$cfgfile" "$ofile" ||
16041 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16042 chmod +x "$ofile"
16043
16044 ;;
81ecdfbb 16045 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
edece237
CV
16046 rm -f Makesim1.tmp Makesim2.tmp Makefile
16047 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16048 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16049 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16050 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16051 <Makefile.sim >Makefile
16052 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16053 ;;
81ecdfbb
RW
16054 "stamp-h":C) echo > stamp-h ;;
16055
edece237 16056 esac
81ecdfbb 16057done # for ac_tag
edece237 16058
edece237 16059
81ecdfbb 16060as_fn_exit 0
edece237 16061_ACEOF
edece237
CV
16062ac_clean_files=$ac_clean_files_save
16063
81ecdfbb 16064test $ac_write_fail = 0 ||
d0ac1c44 16065 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
81ecdfbb 16066
edece237
CV
16067
16068# configure is writing to config.log, and then calls config.status.
16069# config.status does its own redirection, appending to config.log.
16070# Unfortunately, on DOS this fails, as config.log is still kept open
16071# by configure, so config.status won't be able to write to it; its
16072# output is simply discarded. So we exec the FD to /dev/null,
16073# effectively closing config.log, so it can be properly (re)opened and
16074# appended to by config.status. When coming back to configure, we
16075# need to make the FD available again.
16076if test "$no_create" != yes; then
16077 ac_cs_success=:
16078 ac_config_status_args=
16079 test "$silent" = yes &&
16080 ac_config_status_args="$ac_config_status_args --quiet"
16081 exec 5>/dev/null
16082 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16083 exec 5>>config.log
16084 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16085 # would make configure fail if this is the last instruction.
d0ac1c44 16086 $ac_cs_success || as_fn_exit 1
81ecdfbb
RW
16087fi
16088if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16090$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
edece237
CV
16091fi
16092
16093
This page took 1.891006 seconds and 4 git commands to generate.